body { 
  font-size: 100%;
  line-height: normal;
  font-weight: 400;
  font-family: roboto; 
}
a {
  color: #ffffff;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.md {
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/*s_consult start*/
.s_consult {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../images/s_consult-bg.jpg);
}
.s_consult h3 {
  font-size: 34px;
  line-height: normal;
}
.s_consult h4 {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 20px;
}
.s_consult a.tel {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  display: table;
  margin: 5px auto;
}
.s_consult a.call {
  display: table;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 20px auto 0 auto;
  padding: 15px 75px;
  border: 1px solid #fff;
  border-radius:5px;
}
.s_consult a.call:hover {
  background: rgba(255, 255, 255, 0.35);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
/*s_consult end*/
/*main start */
@media screen and (min-width: 1200px) {
  .main-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 675px;
    padding-top: 30px;

  }
  .main-header .md {
    max-width: 1230px;
  }
  .main-header-menu {
    display: block;
    text-align: center;
  }
  .main-header-menu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
	
  }
  .main-header-menu > ul > li #drop-down-btn {
    display: block;
    color: #ffffff;
    font-weight: 300;
    line-height: 46px;
    padding: 0 42px 0 5px;

    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-image: url(../images/main/menu-arrow.png);
  }
  .main-header-menu > ul > li > a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 46px;
    padding: 0 8px;
    text-transform: uppercase;
  }
  .main-header-menu > ul > li > a:hover {
    
  }
  .main-header-menu > ul > li.is-active a {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .main-header-menu > ul > li.is-active span {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .main-header .drop-down {
    display: none;
    position: absolute;
    top: 46px;
    padding-top: 20px;
  }

  .main-header .drop-down ul {
    display: block;
    background-color: #341b21;
    min-width: 100%;
    box-shadow: 0px 0px 20px #0000007a;
	border-radius:12px;
  }
  .main-header .drop-down ul li {
    margin-bottom: 2px;
  }
  .main-header .drop-down ul li a {
    color: white;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    display: block;
    white-space: nowrap;
    padding: 0 15px;
	text-align:left; 
  }
  .main-header .drop-down ul li a:hover {
    color: #fff;
    background-color: #b80638;
  }
  .main-header .drop-down ul li.is-active a {
    color: #fff;
    background-color: #b80638;
  }
  .main-header .drop-down-open {
    display: block;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
}
.main-header-line {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}
.main-header-logo {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.main-header-logo img {
  display: block;  
}
.main-header-links .wrap {
  position: absolute;
  top: 47px;
  right: 40px;
}
.main-header-links .wrap .tel {
  display: table;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.main-header-links .wrap .tel span {
  font-weight: 300;
}
.main-header-links .wrap .call {
  display: block;
  width: 268px;
  text-align: center;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
  background-color: #edbf34;
  margin-top: 35px;
  border-radius: 5px;
  border-bottom: 2px inset #cead4a;
  position: relative;
  z-index: 10;
}

.main-header-links .wrap .call:hover {
  background-color: #ffd152;
}
.main-header-links .wrap .call:hover:after {
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.main-header-label {
  position: relative;
  margin-top: 55px;
}
.main-header-label img {
  position: absolute;
}
.main-header-label .text {
  top: 0;
  right: 60px;
}
.main-header-label .fact {
  top: 200px;
  right: -30px;
}
@media screen and (max-width: 2000px) {
  .main-header-line > div {
    width: 33.33%;
  }
  .main-header-logo img {
    margin: auto;
  }
  .main-header-links .wrap {
    position: static;
    overflow: hidden;
  }
  .main-header-links .wrap a {
    float: right;
  }
}
.main .venz {
  margin: 20px auto 0;
  display: block;
  width: 173px;
  height: 23px;
  background-image: url(../images/main/venz.png);
}
.main .md {
  max-width: 1230px;
}
.main-services .md {
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
}
.main-services .md:before {
  content: '';
  width: 385px;
  height: 403px;
  position: absolute;
  top: 36px;
  left: -63px;
  background-image: url(../images/main/cupid-icon.png);
}
.main-services h2 {
  text-align: center;
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.main-services .boxs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 50px auto 0 auto;
  width: 80%;
}
.main-services .boxs li {
  margin-bottom: 15px;
  max-width: 305px;
  overflow: hidden;
  margin-right: 10px;
}
.main-services .boxs li a {
  display: block;
  position: relative;
}
.main-services .boxs li a img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition: -webkit-transform 2.5s ease;
  transition: -webkit-transform 2.5s ease;
  transition: transform 2.5s ease;
  transition: transform 2.5s ease, -webkit-transform 2.5s ease;
}
.main-services .boxs li a img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: -webkit-transform 5s ease;
  transition: -webkit-transform 5s ease;
  transition: transform 5s ease;
  transition: transform 5s ease, -webkit-transform 5s ease;
}
.main-services .boxs li a .text {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  text-align: center;
}
.main-services .boxs li a .text span {
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}
.main-services h3 {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-top: 25px;
}
.main-services .links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.main-services .links li {
  width: 20%;
  border-right: 2px solid #fff;
  text-align: center;
}
.main-services .links li:last-child {
  border: 0;
}
.main-services .links li a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 50px;
  color:black;
  border-right:1px solid #d9d9d9;
}
.main-services .links li a:hover {
  background-color: #b80837;
  border-radius:4px;
  border-right:1px solid white;
  color:white;
}
.main-services .links li.noborder a{
  border-right:1px solid white;  
}
.main-services .links li:last-child a{
  border:none;
}
.main-present {
  margin-top:-10px;
  padding-top: 200px;
  padding-bottom: 90px;
  background-image: url(../images/main/present-bg.png);
}
.main-present h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}
.main-present h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
.main-present .boxs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto 0 auto;
  width: 80%;
}
.main-present .boxs li {
  margin-bottom: 15px;
  max-width: 315px;
  overflow: hidden;
}
.main-present .boxs li a {
  display: block;
  position: relative;
}
.main-present .boxs li figure {
  position: relative;
  max-width: 315px;
  overflow: hidden;
}
.main-present .boxs li figure:before {
  content: '';
  display: block;
  border: 1px solid #fff;
  position: absolute;
  top: 10px;
  bottom: 40px;
  left: 10px;
  right: 10px;
  z-index: 2;
}
.main-present .boxs li figure img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition: -webkit-transform 2.5s ease;
  transition: -webkit-transform 2.5s ease;
  transition: transform 2.5s ease;
  transition: transform 2.5s ease, -webkit-transform 2.5s ease;
}
.main-present .boxs li a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: -webkit-transform 5s ease;
  transition: -webkit-transform 5s ease;
  transition: transform 5s ease;
  transition: transform 5s ease, -webkit-transform 5s ease;
}
.main-present .boxs li .cost {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.main-present .boxs li .cost p {
  display: table;
  margin: auto;
  height: 50px;
  padding: 0 20px;
  background-color: #b80638;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
}
.main-present .boxs li .cost p span {
  font-size: 20px;
  font-weight: 300;
  line-height: 37px;
}
.main-present .boxs li .label {
  background-color: #fff;
  height: 80px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-present .boxs li .label p {
  text-align: center;
  margin: auto;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}
.main-present .links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px auto 0 auto;
  width: 100%;
}
.main-present .links li {
  width: 315px;  
}
.main-present .links li a {
  text-align: center;
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 15px 15px;
  background-color: #edbf34;
  border-radius:5px;
  border-bottom: 2px inset #cead4a;
}
.main-present .links li a:hover {
  color: #99052e;
  background-color: #ffd152;
  
}
.main .s_consult {
  color: #fff;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../images/s_consult-bg.jpg);
}
.main .s_consult h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: normal;
}
.main .s_consult h4 {
  font-size: 25px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
.main .s_consult a.tel {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  display: table;
  margin: 5px auto;
}
.main .s_consult a.call {
  display: table;
  font-size: 18px;
  font-weight: 300;
  width: 280px;
  text-align: center;
  text-transform: uppercase;
  margin: 20px auto 0 auto;
  padding: 15px 75px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.main .s_consult a.call:hover {
  background: rgba(255, 255, 255, 0.35);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.main-advantage {
  padding-top: 70px;
  padding-bottom: 17px;
  background-color: #fff;
}
.main-advantage h2 {
  text-align: center;
  color: #000;
  font-size: 42px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.main-advantage h3 {
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
  margin-top: 5px;
}
.main-advantage h3:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin: 25px auto 40px auto;
}
.main-advantage ul {
  overflow: hidden;
}
.main-advantage ul li {
  display: block;
  float: left;
  width: 25%;
  height: 297px;
  background-color: #f3f3f3;
  text-align: center;
  border: 2px solid #fff;
  padding: 45px 20px 20px 20px;
}
.main-advantage ul li figure {
  height: 90px;
}
.main-advantage ul li figure img {
  display: block;
  margin: auto;
}
.main-advantage ul li p {
  color: #353535;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.main-advantage ul li p b {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}
.main-numbers {
  padding-top: 160px;
  padding-bottom: 50px;
  background-position: top center;
  background-image: url(../images/main/numbers-bg.jpg);
}
.main-numbers h2 {
  text-align: center;
  color: #000;
  font-size: 38px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.main-numbers h3 {
  text-align: center;
  color: #000;
  font-size: 23px;
  font-weight: 300;
  line-height: normal;
  margin-top: 5px;
}
.main-numbers h3:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin: 25px auto 45px auto;
}
.main-numbers ul {
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
.main-numbers ul li span {
  color: #9e012d;
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  font-family: "PT Sans Caption", Sans-serif;
}
.main-numbers ul li p {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  margin-top: 25px;
}
.main-numbers .label {
  margin: 75px 120px 0 120px;
  position: relative;
  background-color: #9e012d;
  padding: 15px 15px 50px 15px;
  text-align: center;
}
.main-numbers .label:before {
  content: '';
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #edbf34;
}
.main-numbers .label span {
  display: block;
  color: #fff;
}
.main-numbers .label .big {
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  font-family: "PT Sans Caption", Sans-serif;
}
.main-numbers .label .sm {
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.main-acquaintance {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../images/main/acquaintance-bg-small.jpg);
}
.main-acquaintance h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.main-acquaintance h3 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  margin-top: 5px;
}
.main-acquaintance h3:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin: 25px auto 45px auto;
}
.main-acquaintance .staff-sl-wrap {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.main-acquaintance .staff-sl-item .wrap {
  display: table;
  margin: 0 10px;
}
.main-acquaintance .staff-sl-item p {
  background-color: #fff;
  text-align: center;
  height: 80px;
  padding: 15px 0px;
  margin-top: 2px;
}
.main-acquaintance .staff-sl-item p span {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}
.main-acquaintance .staff-sl-item p span b {
  display: block;
  font-weight: 600;
}
.main-acquaintance .staff-sl-dots {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 10px;
}
.main-acquaintance .staff-sl-dots li {
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  background-color: #c1c1c1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 3px;
}
.main-acquaintance .staff-sl-dots li.slick-active {
  background-color: #f5d132;
}
.main-acquaintance .staff-sl-dots li button {
  display: none;
}
.main-acquaintance .staff-sl-arrows {
  position: absolute;
  bottom: 46px;
  left: 0;
  width: 100%;
}
.main-acquaintance .staff-sl-arrows > div {
  display: block;
  position: absolute;
  width: 51px;
  height: 41px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-acquaintance .staff-sl-arrows .prev {
  left: 20px;
  background-image: url(../images/main/prev.png);
}
.main-acquaintance .staff-sl-arrows .next {
  right: 20px;
  background-image: url(../images/main/next.png);
}
.main-review {
  padding-top: 50px;
  padding-bottom: 15px;
}
.main-review h2 {
  text-align: center;
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
}
.main-review .lnk {
  text-align: center;
  margin-top: 30px;
}
.main-review .lnk:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin: 20px auto 45px auto;
}
.main-review .lnk li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.main-review .fb-icon {
  width: 38px;
  height: 38px;
  display: block;
  background-image: url(../images/main/fb.png);
}
.main-review .inst-icon {
  width: 38px;
  height: 38px;
  display: block;
  background-image: url(../images/main/inst.png);
}
.main-review .gp-icon {
  width: 38px;
  height: 38px;
  display: block;
  background-image: url(../images/main/gplus.png);
}
.main-review .df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.main-review .df li {
  width: 570px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-review .df li .pic {
  display: table;
  position: relative;
}
.main-review .df li .pic span {
  position: absolute;
  bottom: -8px;
  right: -8px;
}
.main-review .df li figure {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
.main-review .df li .text {
  padding-top: 5px;
  padding-left: 30px;
}
.main-review .df li .text p {
  display: block;
  margin-top: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.main-review .df li .text .name {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.main-review .df li .text a {
  color: #d0033d;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-left: 15px;
}
.main-about {
  padding-top: 160px;
  padding-bottom: 50px;
  background-position: top center;
  background-image: url(../images/main/about-bg.png);
}
.main-about h2 {
  text-align: center;
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 60px;
}
.main-about p {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 20px;
}
.main-map {
  height: 400px;
  border: 1px solid #edbf34;
}
.sn-icons {
  position: fixed;
  z-index: 10;
  top: 40%;
  left: 15px;
}
.sn-icons li {
  margin-bottom: 10px;
}
.sn-icons li:last-child {
  margin-bottom: 0;
}
.sn-icons li a {
  display: block;    
}
.sn-icons li a i{
  width: 41px;
  height: 41px;  
  border-radius: 5px;
  text-align:center;
  background:#d0033d;
  font-size:22px;
  padding-top:9px;
}
.sn-icons li a i:hover{
  width: 45px;
  height: 45px;
  padding-top:11px;
  margin-left:-2px;  
}
.sn-icons li a i:hover{
 color:#edbf34;
}
.sn-icons li a.fb {
  background-position: 0 0;
}
.sn-icons li a.inst {
  background-position: -1px -54px;
}
.sn-icons li a.youtube {
  background-position: -1px -108px;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .main-header,
  .main-services,
  .main-present,
  .main-advantage,
  .main-numbers,
  .main-acquaintance,
  .main-review,
  .main-about {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1200px) {
  .main-header-menu .drop-down ul {
    padding-top: 0;
  }
  .main .md {
    max-width: 750px;
  }
  .main-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 40px;
    background-image: url(../images/main/header-bg.jpg);
    min-height: 1000px;
  }
  .header_concierge-new {
    background-image: url(/images/concierge/girl-in-black.png);	
  }
  .main-header-line {
    display: flex;
    flex-direction: column-reverse;
  }
  .main-header-line > div {
    width: 100%;
  }
  .main-header-links .wrap a {
    margin: 15px auto 0;
    float: none;
  }
  .main-header-label img {
    position: static;
    margin: 15px auto 0;
    display: block;
  }
  .main-header-label img.fact {
    max-width: 240px;
    margin-right: 0;
  }
  .main-header-menu {
    background-color: #860330;
  }
  .main-header-menu li a {
    font-size: 15px;
  }
  .main-header-menu .drop-down ul li {
    padding-left: 15px;
  }
  .main-header-menu .drop-down ul li a {
    font-size: 16px;
    text-transform: none;
  }
  .main-services .md:before {
    display: none;
  }
  .main-services h2 {
    font-size: 36px;
  }
  .main-services h3 {
    font-size: 24px;
  }
  .main-services .boxs {
    width: 100%;
  }
  .main-services .links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-services .links li {
    /*width: auto;*/
    width:100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 15px;
  }
  .main-services .links li a {
    padding: 10px 15px;
    line-height: 1;
  }
  .main-present {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    background: #b80638;
  }
  .main-present h2 {
    font-size: 30px;
  }
  .main-present h3 {
    font-size: 22px;
  }
  .main-present .boxs {
    width: 100%;
  }
  .main-present .links {
    width: 100%;
  }
  .main-present .links li {
    width: 33.33%;
  }
  .main-present .links li a {
    font-size: 14px;
    width: auto;
    padding: 10px 15px;
    line-height: 1;
  }
  .main .s_consult {
    padding-bottom: 40px;
  }
  .main-advantage {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main-advantage h2 {
    font-size: 30px;
  }
  .main-advantage h3 {
    font-size: 22px;
  }
  .main-advantage ul li {
    width: 50%;
  }
  .main-numbers {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    background: #f8f8f8;
  }
  .main-numbers h2 {
    font-size: 30px;
  }
  .main-numbers h3 {
    font-size: 22px;
  }
  .main-numbers ul {
    width: 100%;
  }
  .main-numbers ul li span {
    font-size: 50px;
  }
  .main-numbers ul li p {
    font-size: 14px;
    margin-top: 15px;
  }
  .main-numbers .label {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .main-acquaintance h2 {
    font-size: 30px;
  }
  .main-acquaintance h3 {
    font-size: 22px;
  }
  .main-review h2 {
    font-size: 30px;
  }
  .main-review h3 {
    font-size: 22px;
  }
  .main-review .df {
    display: block;
  }
  .main-review .df li {
    width: 100%;
    margin-bottom: 25px;
  }
  .main-review .df li .text p {
    font-size: 15px;
  }
  .main-about {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    background: #f8f8f8;
  }
  .main-about h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .main-about p {
    font-size: 15px;
  }
  .sn-icons {
    display: none;
  }
}
@media screen and (max-width: 758px) {
  .text-slider{
	  overflow-y:hidden;
	  height:auto;
  }
  .header_concierge-new {  
	background-position: top center;
  }
  .main-services .boxs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-present .boxs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-present .links {
    display: block;
  }
  .main-present .links li {
    width: 100%;
    margin-top: 5px;
  }
  .main .s_consult h3 {
    font-size: 30px;
  }
  .main .s_consult h4 {
    font-size: 22px;
  }
  .main-advantage ul li p {
    font-size: 14px;
  }
  .main-advantage ul li p b {
    font-size: 16px;
  }
  .main-numbers ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-numbers ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .main-numbers ul li:last-child {
    width: 100%;
  }
  .main-numbers .label {
    margin-top: 20px;
  }
  .main-acquaintance .staff-sl-item p {
    height: auto;
  }
  .main-acquaintance .staff-sl-item p span {
    font-size: 16px;
  }
  .row .height-product h4{
	font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .main-services .boxs li a img {
    display: block;
    width: 100%;
    /*height: 200px;*/
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .main-services .boxs li a .text {
    bottom: 25px;
  }
  .main .s_consult a.tel {
    font-size: 32px;
  }
  .main-advantage ul li {
    width: 100%;
    margin: 0;
    border: 0;
    margin-bottom: 5px;
    height: auto;
    padding: 25px 10px;
  }
  .main-advantage ul li p {
    font-size: 16px;
  }
  .main-advantage ul li p b {
    font-size: 20px;
  }
  .main-numbers ul li {
    width: 100%;
  }
  .main-numbers ul li span {
    font-size: 70px;
  }
  .main-numbers ul li p {
    margin-top: 10px;
    font-size: 18px;
  }
  .main-numbers ul li p br {
    display: none;
  }
  .main-acquaintance {
    padding-bottom: 70px;
  }
  .main-acquaintance .staff-sl-arrows {
    position: relative;
    margin-top: 25px;
    bottom: auto;
  }
  .main-acquaintance .staff-sl-dots {
    display: none;
  }
  .main-acquaintance .staff-sl-item .wrap {
    margin: auto;
    padding: 0 20px;
  }
  .main-acquaintance .staff-sl-item p span {
    font-size: 18px;
  }
  .main-review .df li .text p a {
    margin-left: 0;
    display: table;
  }
  .main-review .df li .text p:last-child {
    margin-left: -120px;
    margin-top: 40px;
    line-height: normal;
  }
}
/*main end*/
/*heart start*/
.header_heart {
  height: auto;
  background-image: url(../images/heart/header-bg.png);
  position: relative;
  color: #fff;
  padding-bottom: 70px;
  background-color: #f5f5f5;
}
.header__title {
  padding-top: 30px;
}
.header__links a.call {
  font-size: 17px;
  font-weight: 300;
}
.heart-page {
  margin-top: -125px;
  background-color: #f5f5f5;
}
.heart-page .md {
  padding-top: 185px;
  padding-bottom: 120px;
  background-color: #fff;
}
.heart-page .slick-slide {
  outline: none;
}
.heart-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.heart-img-box_wrap {
  width: 555px;
}
.heart-img-nav-wrap {
  overflow: hidden;
  margin: 15px -5px 0 -5px;
}
.heart-img-nav__item img {
  display: block;
  margin: auto;
  cursor: pointer;
}
.heart-img-arrows {
  text-align: center;
  margin-top: 20px;
}
.heart-img-arrows > div {
  display: inline-block;
  width: 26px;
  height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 10px;
}
.heart-img-arrows > div:hover {
  opacity: .75;
}
.heart-img-arrows .prev {
  background-image: url(../images/heart/prev.png);
}
.heart-img-arrows .next {
  background-image: url(../images/heart/next.png);
}
.heart-description {
  width: 490px;
  margin-right: 20px;
}
.heart-description__text {
  margin-top: 60px;
}
.heart-description__text p {
  color: #3b3b3b;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  margin-top: 25px;
}
.heart-cost {
  color: #fff;
  text-align: center;
  position: relative;
  display: table;
  margin: auto;
  min-width: 300px;
  min-height: 170px;
  padding: 15px;
  background-color: #9e012d;
}
.heart-cost__del {
  position: relative;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
}
.heart-cost__del:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.heart-cost__bor {
  height: 136px;
  border: 1px solid #e0be44;
}
.heart-cost p {
  font-size: 36px;
  font-weight: 700;
  padding-top: 20px;
}
.heart-cost a {
  display: table;
  margin: 20px auto 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 45px;
  background-color: #e0be44;
  border-radius:5px;
  border-bottom: 2px inset #cead4a;
}
.heart-cost a:hover {
  background-color: #ffd152;
}
.heart_consult {
  border-style: solid;
  border-width: 0 0px 3px 0px;
  border-color: #9f0439;
}
@media screen and (min-width: 1200px) and (max-height: 700px) {
  .heart-img-box {
    width: 75%;
    margin: auto;
  }
  .heart-img-nav__item img {
    width: 95px;
    height: 95px;
  }
  .heart-img-for .slick-slide {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .heart-description {
    width: 580px;
  }
}
@media screen and (max-width: 1200px) {
  .header_heart {
    height: auto;
    padding-bottom: 60px;
  }
  .heart-wrap {
    display: block;
  }
  .heart-img-box {
    width: 80%;
    margin: auto;
  }
  .heart-img-box_wrap {
    width: 100%;
  }
  .heart-img-for .slick-slide {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .heart-description {
    width: 100%;
    margin-top: 40px;
  }
  #overeat {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 600px) {
	

	
  .header__title h2 {
    font-size: 20px;
    line-height: normal;
  }
  .heart-page .md {
    padding-bottom: 50px;
  }
  .heart-img-box {
    width: 100%;
  }
  .heart-img-for .slick-slide {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .heart-cost {
    width: 100%;
  }
  .heart-description__text {
    margin-top: 30px;
  }
  .heart-description__text p {
    font-size: 16px;
    line-height: normal;
  }
}
/*heart end*/
/*proposals start*/
.proposals-top {
  padding-bottom: 60px;
  height: 100vh;
  background-image: url(../images/proposals/top-bg.jpg);
}
.proposals-top .line {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.proposals-top .logo {
  width: 33.33%;
}
.proposals-top .logo img {
  display: block;
  margin: auto;
}
.proposals-top .links {
  width: 33.33%;
  text-align: center;
}
.proposals-top .links .tel {
  display: block;
  color: #ffffff;
  font-size: 26px;
  font-family: "PT Sans Caption", Sans-serif;
  font-weight: 400;
}
.proposals-top .links .btn {
  display: table;
  margin: 20px auto 0;
  color: #000000;
  font-size: 15px;
  padding: 12px 24px;
  font-weight: 500;
  background-color: #edbf34;
}
.proposals-top .title {
  padding-top: 50px;
  color: #fff;
}
.proposals-top .title h1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;

}
.proposals-top .title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-top: 3px;
}
.proposals-top .title .label{
	margin-top:0px;
	margin-left:80px;
}

.proposals-top .title .label .icon {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-image: url(../images/proposals/yes.png);
}
.proposals-top .title .label .icon-en {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-image: url(../images/proposals/yes-en.png);
}
.proposals-top .title p {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 300;
}
.proposals-top .title p:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin-right: 10px;
}
.proposals-top .mob-title {
  display: none;
}
.proposals-s_1 {
  margin-top: -145px;
  padding-bottom: 30px;
}
.proposals-s_1 .wrap {
  color: #fff;
  margin-left: 10%;
  margin-right: 10%;
  background-color: #860330;
  font-family: "PT Sans Caption", Sans-serif;
  padding: 40px 15px;
}
.proposals-s_1 h2 {
  text-align: center;
  font-size: 29px;
  font-weight: 600;
}
.proposals-s_1 h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin-top: 10px;
}
.proposals-s_1 h3:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin: 15px auto 0;
}
.proposals-s_1 .df {
  overflow: hidden;
  margin-top: 20px;
}
.proposals-s_1 .df > div {
  float: left;
  width: 50%;
}
.proposals-s_1 .df .catpion {
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 20px;
}
.proposals-s_1 .df .catpion span {
  display: block;
}
.proposals-s_1 .df .catpion .big {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
}
.proposals-s_1 .df .catpion .sm {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.proposals-s_1 .df .catpion .num {
  height: 117px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.proposals-s_1 .df .text {
  padding-top: 10px;
  padding-right:20px;
  margin: 20px 0px 20px 10px;
}
.proposals-s_1 .df .text p{
	
}
.rt ul li p{
	
}

.proposals-s_1 .df .lt .catpion {
  background-image: url(../images/proposals/1s.png);
}
.proposals-s_1 .df .lt .text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}
.proposals-s_1 .df .lt .y {
  text-transform: uppercase;
  display: block;
  color: #edbf34;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}
.proposals-s_1 .df .rt {
  position: relative;
}
.proposals-s_1 .df .rt .catpion {
  background-image: url(../images/proposals/2s.png);
}
.proposals-s_1 .df .rt ul {
  margin-top: 30px;
}
.proposals-s_1 .df .rt ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.proposals-s_1 .df .rt ul li figure {
  min-width: 80px;
  padding-left: 10px;
}
.proposals-s_1 .df .rt p {
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}
.proposals-s_1 .label {
  margin-left: 10%;
  margin-right: 10%;
  font-family: "PT Sans Caption", Sans-serif;
  margin-top: -33px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.proposals-s_1 .label > div {
  width: 50%;
}
.proposals-s_1 .label .yellow {
  max-width: 570px;
  margin-left: 2px;
  display: table;
  border-radius:5px;
  background-color: #f6ce39;
  color: #9e012d;
  border:1px solid #f6ce39;
}
.proposals-s_1 .label .yellow span {
  display: block;
}
.proposals-s_1 .label .yellow .big {
  font-size: 18px;
  font-weight: 400;
  padding:15px 20px;
  color:black;
  text-transform:uppercase;
  background:url(/img/vosklz.png) no-repeat 98% 10px;
}
.proposals-s_1 .label .yellow .sm {
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  background:white;
  border-radius:0px 0px 5px 5px;
  padding:15px 20px;
  color:black;
}
.proposals-s_2 {
  position: relative;
  text-align: center;
  padding-top: 55px;
  padding-bottom: 95px;
  min-height: 250px;
  background-image: url(../images/s_consult-bg.jpg);
}
.proposals-s_2 p {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 26.25px;
}
.proposals-s_2 p span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.proposals-s_2 a {
  color: #ecd16d;
  background-color: rgba(236, 209, 109, 0.18);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ecd16d;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 20px 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: -75px;
  position: relative;
  top: 35px;
}
.proposals-s_2 a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.35);
  border-color: #ffffff;
}
.proposals-s_2 img {
  width: 157px;
  position: relative;
  top: 90px;
  left: -102px;
}
.proposals-s_3 {
  padding-top: 45px;
  padding-bottom: 100px;
  text-align: center;
  background-color: #fff;
}
.proposals-s_3 .md {
  max-width: 1130px;
  padding-left: 0;
  padding-right: 0;
}
.proposals-s_3 h2 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  font-family: "PT Sans Caption", sans-serif;
  text-transform: uppercase;
}
.proposals-s_3 h3 {
  color: #000;
  font-size: 1.17em;
  font-weight: 300;
  line-height: 1;
  font-family: "PT Sans Caption", sans-serif;
  margin-top: 20px;
}
.proposals-s_3 h3:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin: 30px auto 0;
}
.proposals-s_3 ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}
.proposals-s_3 ul li {
  width: 275px;
  height: 220px;
  position: relative;
  background-color: rgba(122, 122, 122, 0.14);
  margin: 2.5px;
  padding: 20px 10px 15px 10px;
}
.proposals-s_3 ul li figure {
  width: 47px;
  height: 70px;
  margin: auto;
}
.proposals-s_3 ul li figure img {
  display: block;
}
.proposals-s_3 .num {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #c0c0c0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
.proposals-s_3 p {
  color: #353535;
  font-size: 14px;
  line-height: 1.2em;
}
.proposals-s_3 p span {
  display: block;
  font-size: 1.17em;
  line-height: normal;
  font-family: "PT Sans Caption", Sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}
.proposals-s_4 {
  padding: 20px 0;
  color: #fff;
  background-image: url(../images/proposals/fonakciya.jpg);
}
.proposals-s_4 .df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.proposals-s_4 .lt {
  width: 500px;
  overflow: hidden;
}
.proposals-s_4 .lt h2 {
  padding-left: 70px;
  font-size: 49px;
  font-family: "PT Sans Caption", Sans-serif;
  font-weight: 600;
}
.proposals-s_4 .lt h3 {
  position: relative;
  padding-left: 70px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  margin-top: 30px;
}
.proposals-s_4 .lt h3 span {
  color: #ecd16d;
}
.proposals-s_4 .lt h3:before {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  position: absolute;
  top: 10px;
  left: 0;
}
.proposals-s_4 .lt .icon {
  display: block;
  width: 128px;
  height: 52px;
  background-image: url(../images/proposals/podarok1.png);
}
.proposals-s_4 .lt .icon span {
  display: block;
  text-align: center;
  color: #860330;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding-top: 20px;
}
.proposals-s_4 .counter {
  text-align: center;
  margin-top: 20px;
}
.proposals-s_4 .counter-wrap {
  overflow: hidden;
  margin-top: 25px;
  display: table;
  float: right;
}
.proposals-s_4 .counter-wrap h4 {
  text-align: right;
  font-size: 25px;
  font-family: "PT Sans Caption", Sans-serif;
  font-weight: 600;
}
.proposals-s_4 .counter li {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  margin: 0 5px;
}
.proposals-s_4 .counter li span {
  display: block;
  width: 100%;
  height: 70px;
  background-color: #860330;
  text-align: center;
  font-size: 60px;
  line-height: 70px;
}
.proposals-s_4 .counter li p {
  font-size: 12px;
  background: #252525;
  color: #dcdcdc;
  line-height: 15px;
  margin-top: 0px;
}
.proposals-s_4 .rt {
  width: 440px;
  height: 440px;
  border: 1px solid #fff;
  background-color: rgb(158, 1, 46);
  padding: 40px 30px 20px 30px;
}
.proposals-s_4 .rt span {
  display: block;
}
.proposals-s_4 .rt .big {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}
.proposals-s_4 .rt .sm {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.proposals-s_4 .rt input {
  display: block;
  width: 100%;
  height: 36px;
  margin: 0;
  border: 0;
  outline: none;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  color: #000;
  margin-top: 10px;
}
.proposals-s_4 .rt button {
  display: block;
  width: 185px;
  height: 40px;
  padding: 0;
  margin: 20px auto 0;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  font-family: 'PT Sans Caption', sans-serif;
  text-transform: uppercase;
}
.proposals-s_4 .rt button:hover {
  color: #ecd16d;
  border-color: #ecd16d;
}
.proposals-s_5 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
.proposals-s_5 .md {
  max-width: 1020px;
  position: relative;
}
.proposals-s_5 .lt {
  width: 430px;
  max-width: 430px;
}
.proposals-s_5 .lt h2 {
  color: #000;
  font-size: 27px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.proposals-s_5 .lt h2:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin-top: 10px;
}
.proposals-s_5 .lt ul {
  margin-top: 70px;
}
.proposals-s_5 .lt ul li {
  background-image: url(../images/proposals/img33.png);
  background-position: 0px 50px;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  cursor:pointer;  
}
.proposals-s_5 .lt ul li p:focus{
	outline:none !important;
}

.proposals-s_5 .lt ul li p {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}
.proposals-s_5 .lt ul li .label {
  color: #353535;
  font-size: 14px;
  margin: 41px 0px 0px 56px;
  padding: 15px 10px 15px 15px;
  background-color: rgba(122, 122, 122, 0.11);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(122, 122, 122, 0.11);
  border-radius: 6px 6px 6px 6px;
}
.proposals-s_5 .lt ul li .label span {
  font-weight: 600;
}
.proposals-s_5 .rt {
  width: 413px;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  background-image: url(../images/proposals/s_3-bg.jpg);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.proposals-s_5 .rt img {
  display: block;
  margin: auto auto auto -75px;
}
.proposals-s_6 {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: rgba(122, 122, 122, 0.11);
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: rgba(122, 122, 122, 0.14);
}
.proposals-s_6 h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
}
.proposals-s_6 h3 {
  text-align: center;
  font-size: 1.17em;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
  font-family: "PT Sans Caption", sans-serif;
}
.proposals-s_6 h3:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin: 30px auto 0;
}
.proposals-s_6 ul {
  overflow: hidden;
  margin-top: 75px;
}
.proposals-s_6 ul li {
  float: left;
  width: 25%;
  padding: 0 19px;
  text-align: center;
}
.proposals-s_6 ul li span {
  display: block;
  color: #9e012d;
  font-size: 69px;
  font-family: "PT Sans Caption", Sans-serif;
  font-weight: 200;
}
.proposals-s_6 ul li p {
  color: #4c4c4c;
  font-size: 12px;
  font-family: "Arizonia", Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 1px;
  margin-top: 20px;
}
.proposals-s_6 .label {
  margin: 75px 120px 0 120px;
  padding: 10px;
  background-color: #9e012d;
}
.proposals-s_6 .label.concierge-lb {
 background-color: #5a0422;
}
.proposals-s_6 .bor {
  border: 1px solid #edbf34;
  text-align: center;
  color: #fff;
}
.proposals-s_6 .bor img {
  margin-top: 15px;
}
.proposals-s_6 .bor span {
  display: block;
}
.proposals-s_6 .bor .big {
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
  font-family: "PT Sans Caption", Sans-serif;
}
.proposals-s_6 .bor .sm {
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 20px;
}
.proposals-s_7 {
  padding-top: 50px;
  padding-bottom: 40px;
  color: #fff;
  background-image: url(../images/proposals/fonkaketorabotaet.jpg);
}
.proposals-s_7 h2 {
  text-align: center;
  font-size: 40px;
  font-family: "PT Sans Caption", Sans-serif;
  font-weight: 600;
}
.proposals-s_7 h3 {
  text-align: center;
  font-size: 1.17em;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
  font-family: "PT Sans Caption", sans-serif;
}
.proposals-s_7 h3:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin: 30px auto 0;
}
.proposals-s_7 .wrap {
  position: relative;
  padding-bottom: 75px;
}
.proposals-s_7 .wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 49px;
  right: 62px;
  width: 1px;
  height: 265px;
  background-color: #fff;
}
.proposals-s_7 ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 150px;
}
.proposals-s_7 ul li {
  width: 353px;
}
.proposals-s_7 ul.line_2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 120px;
}
.proposals-s_7 ul p {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.proposals-s_7 ul .icon {
  display: block;
  width: 290px;
  height: 87px;
  background-repeat: no-repeat;
  background-position: center;
}
.proposals-s_7 ul .icon_1 {
  background-image: url(../images/proposals/k1.png);
}
.proposals-s_7 ul .icon_2 {
  background-image: url(../images/proposals/k2.png);
}
.proposals-s_7 ul .icon_3 {
  background-image: url(../images/proposals/k3.png);
}
.proposals-s_7 ul .icon_4 {
  background-image: url(../images/proposals/k4.png);
}
.proposals-s_7 ul .icon_5 {
  background-image: url(../images/proposals/k5.png);
}
.proposals-s_7 ul .icon_6 {
  background-image: url(../images/proposals/k6.png);
}
.proposals-s_7 .add {
  position: absolute;
}
.proposals-s_7 .add .icon {
  display: inline-block;
  vertical-align: middle;
}
.proposals-s_7 .add .icon_2-1 {
  width: 51px;
  height: 51px;
  background-image: url(../images/proposals/k2-1.png);
}
.proposals-s_7 .add .icon_4-1 {
  width: 51px;
  height: 51px;
  background-image: url(../images/proposals/k4-1.png);
}
.proposals-s_7 .add p {
  text-transform: uppercase;
  color: #ffd12d;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  font-family: "PT Sans Caption", sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.proposals-s_7 .add_1 {
  top: 165px;
  left: 430px;
}
.proposals-s_7 .add_2 {
  bottom: 25px;
  right: 170px;
}
.proposals-s_7 a {
  color: #ecd16d;
  background-color: rgba(236, 209, 109, 0.18);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ecd16d;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 20px 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: -75px;
  position: absolute;
  top: 155px;
  left: 125px;
}
.proposals-s_7 a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.35);
  border-color: #ffffff;
}
.proposals-s_8 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.proposals-s_8 h2 {
  text-align: center;
  color: #000000;
  font-size: 40px;
  font-family: "PT Sans Caption", Sans-serif;
  font-weight: 600;
}
.proposals-s_8 h2:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin: 30px auto 0;
}
.proposals-s_8 .df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.proposals-s_8 .df ul {
  width: 33.33%;
  background-color: #f8f8f8;
}
.proposals-s_8 .df ul li {
  text-align: center;
  border: 5px solid #fff;
  border-bottom: 0;
  padding: 30px 15px 40px 15px;
}
.proposals-s_8 figure {
  margin-bottom: 10px;
}
.proposals-s_8 figure img {
  max-width: 100%;
  opacity: 1;
  border-radius: 90px 90px 90px 90px;
}
.proposals-s_8 .caption span {
  display: block;
}
.proposals-s_8 .caption .name {
  color: #000;
  font-size: 1.17em;
  font-weight: 600;
  font-family: "PT Sans Caption", Sans-serif;
}
.proposals-s_8 .caption a {
  display: table;
  margin: 10px auto 0;
  color: #d0033d;
  font-size: 15px;
  font-weight: 500;
}
.proposals-s_8 .quotes {
  display: block;
  margin: 35px auto 0;
  width: 25px;
  height: 17px;
  background-image: url(../images/proposals/lapki2.png);
}
.proposals-s_8 .quotes_top {
  background-image: url(../images/proposals/lapki.png);
}
.proposals-s_8 .box {
  margin-top: 20px;
}
.proposals-s_8 .box p {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}
.proposals-s_9 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.proposals-s_9 h2 {
  text-align: center;
  color: #000000;
  font-size: 40px;
  font-family: "PT Sans Caption", Sans-serif;
  font-weight: 600;
}
.proposals-s_9 h2:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin: 30px auto 0;
}
.proposals-gallary {
  margin: 0 -4px -4px 0;
  overflow: hidden;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.proposals-gallary__item {
  padding: 0 4px 0 0;
  max-width: 20%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 50%;
}
.proposals-video {
  margin-top: 40px;
}
.proposals-video ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.proposals-video ul li {
  width: 360px;
  height: 202px;
}
.proposals-s_10 {
  color: #fff;
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
  background-image: url(../images/proposals/fonkaketorabotaet.jpg);
}
.proposals-s_10 h2 {
  font-size: 25px;
  font-weight: 600;
  font-family: "PT Sans Caption", Sans-serif;
}
.proposals-s_10 p {
  font-size: 20px;
  font-family: "PT Sans Caption", Sans-serif;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}
.proposals-s_10 a {
  color: #ecd16d;
  background-color: rgba(236, 209, 109, 0.18);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ecd16d;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  font-size: 18px;
  padding: 20px 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 20px auto 0;
  display: table;
}
.proposals-s_10 a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.35);
  border-color: #ffffff;
}
.proposals-map {
  width: 100%;
  height: 400px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.proposals-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vypiska-s_7 ul.f4{
  height: 800px;
}
.vypiska-s_7 ul.f4 li{
  width:330px;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .proposals-top {
    height: 1000px;	
  }
}
@media screen and (max-width: 1200px) {
  .vypiska-s_7 ul.f4{
	  height:auto;
	  align-items: center;
	  margin-top:0px;
  }
  .vypiska-s_7 ul.f4 li{
	width:100%;
  }
	
  .mm {
    display: none;
  }
  .proposals-top {
    padding-top: 40px;
    padding-bottom: 90px;
    height: auto;
  }
  .proposals-top .line {
    display: block;
    margin-top: 35px;
  }
  .proposals-top .line > div {
    width: 100%;
  }
  .proposals-top .logo img {
    width: 162px;
  }
  .proposals-top .links {
    margin: 20px auto 0;
  }
  .proposals-top .links a.tel {
    display: table;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    margin: 10px auto 0;
  }
  .proposals-top .links a.tel span {
    font-weight: 300;
  }
  .proposals-top .title {
    margin-top: 60px;
    text-align: center;
  }
  .proposals-top .title h1 {
    font-size: 36px;
    letter-spacing: normal;
  }
  .proposals-top .title h2 {
    font-size: 24px;
    letter-spacing: normal;
  }
  .proposals-top .mob-title {
    display: block;
  }
  .proposals-top .mob-title img {
    display: block;
    margin: 30px auto 0;
  }
  .proposals-s_1 {
    margin-top: -50px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .proposals-s_1 .wrap {
    max-width: 750px;
    padding: 15px;
    margin: auto;
  }
  .proposals-s_1 .label {
    margin: auto;
    display: block;
  }
  .proposals-s_1 .label > div {
    width: 100%;
  }
  .proposals-s_1 .label .lz {
    display: none;
  }
  .proposals-s_1 .label .yellow {
    max-width: 750px;
    margin: auto;
  }
  .proposals-s_2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .proposals-s_2 p {
    display: block;
  }
  .proposals-s_2 p br {
    display: none;
  }
  .proposals-s_2 img {
    display: none;
  }
  .proposals-s_3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .proposals-s_3 ul {
    max-width: 750px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 35px auto 0;
  }
  .proposals-s_3 ul li {
    width: 50%;
    margin: 0;
    border: 2px solid #fff;
  }
  .proposals-s_4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .proposals-s_4 .df {
    display: block;
  }
  .proposals-s_4 .lt {
    text-align: center;
    width: 100%;
  }
  .proposals-s_4 .lt .counter-wrap {
    float: none;
    display: block;
  }
  .proposals-s_4 .lt .counter-wrap h4 {
    text-align: center;
  }
  .proposals-s_4 .rt {
    margin-top: 30px;
    width: 100%;
  }
  .proposals-s_5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .proposals-s_5 .md {
    max-width: 750px;
  }
  .proposals-s_5 .df {
    display: block;
  }
  .proposals-s_5 .lt {
    width: 100%;
    max-width: none;
  }
  .proposals-s_5 .lt h2 {
    text-align: center;
  }
  .proposals-s_5 .lt h2:after {
    margin: 25px auto 0;
  }
  .proposals-s_5 .rt {
    position: static;
    width: 100%;
    max-width: none;
    display: block;
    height: 300px;
  }
  .proposals-s_5 .rt img {
    position: static;
    margin-left: 0;
  }
  .proposals-s_6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .proposals-s_6 ul {
    margin-top: 35px;
  }
  .proposals-s_6 ul li {
    width: 50%;
    margin-bottom: 25px;
  }
  .proposals-s_6 .label {
    margin: 40px auto 0;
  }
  .proposals-s_7 {
    display: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .proposals-s_7 .wrap {
    padding-bottom: 0;
  }
  .proposals-s_7 .wrap:before {
    display: none;
  }
  .proposals-s_7 ul.line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .proposals-s_7 ul.line_2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 25px;
  }
  .proposals-s_7 ul.line li {
    width: 100%;
    float: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .proposals-s_7 ul.line .icon {
    width: 74px;
    height: 87px;
  }
  .proposals-s_7 ul.line .icon_1 {
    background-image: url(../images/proposals/k-m1.png);
  }
  .proposals-s_7 ul.line .icon_2 {
    background-image: url(../images/proposals/k-m2.png);
  }
  .proposals-s_7 ul.line .icon_3 {
    background-image: url(../images/proposals/k-m3.png);
  }
  .proposals-s_7 ul.line .icon_4 {
    background-image: url(../images/proposals/k-m4.png);
  }
  .proposals-s_7 ul.line .icon_5 {
    background-image: url(../images/proposals/k-m5.png);
  }
  .proposals-s_7 ul.line .icon_6 {
    background-image: url(../images/proposals/k-m6.png);
  }
  .proposals-s_7 ul.line p {
    padding-left: 10px;
    margin-top: 0;
  }
  .proposals-s_7 ul.line p br {
    display: none;
  }
  .proposals-s_7 .add {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  .proposals-s_7 .add br {
    display: none;
  }
  .proposals-s_7 .add_1 {
    width: 100%;
    height: auto;
  }
  .proposals-s_7 .add_2 {
    width: 100%;
  }
  .proposals-s_7 a {
    position: static;
    margin-left: 0;
    margin-top: 25px;
    display: table;
  }
  .proposals-s_8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .proposals-s_8 .df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .proposals-s_8 .df ul {
    width: 100%;
  }
  .proposals-video ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .proposals-video ul li {
    margin: 0 auto 15px auto;
  }
}
@media screen and (max-width: 750px) {
  .proposals-top .title .label .icon {
    display: block;
    margin: 15px auto 0;
  }
  .proposals-s_1 .df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .proposals-s_1 .df > div {
    width: 100%;
  }
  .proposals-s_4 .rt {
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .proposals-top .links a.tel {
    font-size: 29px;
  }
  .proposals-s_1 .df .catpion {
    margin-left: 0;
  }
  .proposals-s_1 .df .catpion .big {
    font-size: 21px;
  }
  .proposals-s_2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .proposals-s_2 a {
    display: table;
    margin-left: auto;
    position: static;
    margin: 15px auto 0;
  }
  .proposals-s_2 p {
    text-align: center;
  }
  .proposals-s_3 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .proposals-s_3 ul li {
    width: 100%;
    border: 0;
    margin-bottom: 5px;
  }
  .proposals-s_5 .rt {
    background: transparent;
  }
  .proposals-s_5 .rt img {
    display: block;
    margin: auto;
  }
  .proposals-s_6 ul li {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  .proposals-s_7 ul p {
    text-align: left;
  }
  .proposals-s_7 ul.line li {
    margin-bottom: 15px;
  }
  .proposals-s_7 ul.line .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-size: contain;
  }
  .proposals-s_7 .add {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .proposals-s_7 .add .icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-size: contain;
  }
  .proposals-gallary__item {
    max-width: 50%;
  }
  .proposals-video ul li {
    width: 100%;
  }
}
/*proposals end*/
/*vypiska start*/
.vypiska-top {
  height: auto;
  padding-bottom: 60px;
  background-position: inherit;
  background-image: url(../images/vypiska/fon-vypiska.jpg);
}
.vypiska-top .line {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vypiska-top .logo {
  width: 33.33%;
}
.vypiska-top .logo img {
  display: block;
  margin: auto;
}
.vypiska-top .links {
  width: 33.33%;
  text-align: center;
}
.vypiska-top .links .tel {
  display: block;
  color: #ffffff;
  font-size: 26px;
  font-family: "PT Sans Caption", Sans-serif;
  font-weight: 400;
}
.vypiska-top .links .btn {
  display: table;
  margin: 20px auto 0;
  color: #000000;
  font-size: 15px;
  padding: 12px 24px;
  font-weight: 500;
  background-color: #edbf34;
}
.vypiska-top .title {
  display: table;
  margin: 84px auto 0;
  color: #fff;
  position: relative;
}
.vypiska-top .title:before {
  content: '';
  display: block;
  width: 270px;
  height: 56px;
  position: absolute;
  top: 5px;
  right: -50px;
  background-image: url(../images/vypiska/v-line.png);
}
.vypiska-top .title a {
  display: table;
  height: 40px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  background-color: #edbf34;
  padding: 10px 60px;
  margin: 20px auto 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border-radius:5px;
  border-bottom:2px inset #cead4a;
}
.vypiska-top .title a:hover {
  background-color: #ffd152;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.vypiska-top h1 {
  color: #e0be44;
  font-size: 15px;
  text-transform: uppercase;
}
.vypiska-top h2 {
  font-size: 44px;
  font-family: "Roboto", Sans-serif;
  font-weight: 300;
  margin-top: 15px;
}
.vypiska-top h2 span {
  display: block;
  font-size: 19.5px;
  font-weight: 300;
  margin-top: 25px;
}
.vypiska-s_1 {
  color: #fff;
  padding-top: 30px;
  background-color: #860330;
}
.vypiska-s_1 .md {
  max-width: 930px;
  padding-bottom: 20px;
  position: relative;
}
.vypiska-s_1 ul {
  text-align: center;
  overflow: hidden;
}
.vypiska-s_1 ul li {
  width: 16.666%;
  display: block;
  float: left;
}
.vypiska-s_1 ul li figure {
  margin: 0 auto 15px auto;
}
.vypiska-s_1 ul li p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
}
.vypiska-s_1 .text {
  display: block;
  text-align: center;
  color: #e0be44;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}
.vypiska-s_1 .arrow {
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -80px;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 25px solid #860330;
}
.vypiska-s_1 .icon {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: 2;
  width: 7px;
  height: 8px;
  margin-left: -3.5px;
  background-image: url(../images/vypiska/arr.png);
}
.vypiska-s_2 {
  padding-top: 60px;
  padding-bottom: 40px;
}
.vypiska-s_2 h2 {
  text-align: center;
  color: #000000;
  font-family: "PT Sans", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.vypiska-s_2 h3 {
  text-align: center;
  color: #000000;
  font-size: 15px;
  font-family: "PT Sans", Sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
.vypiska-s_2 h3:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin: 15px auto 0;
}
.vypiska-s_2-sl-wrap {
  margin-top: 40px;
}
.vypiska-s_2-sl__item {
  margin: 0 2px;
}
.vypiska-s_2-sl__item img {
  display: block;
  margin: auto;
}
.vypiska-s_2-sl-dots {
  text-align: center;
  margin-top: 20px;
}
.vypiska-s_2-sl-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  background-color: #c0c0c0;
}
.vypiska-s_2-sl-dots li.slick-active {
  background-color: #000;
}
.vypiska-s_2-sl-dots li:hover {
  background-color: #000;
}
.vypiska-s_2-sl-dots button {
  display: none;
}
.vypiska-s_3 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 70px;
  color: #fff;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(../images/vypiska/fon-6-1.jpg);
}
.vypiska-s_3 h2 {
  font-size: 30px;
  font-family: "PT Sans", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.vypiska-s_3 h3 {
  font-size: 23px;
  font-family: "PT Sans", Sans-serif;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 20px;
}
.vypiska-s_3 h3 span {
  color: #e0be44;
}
.vypiska-s_3 .count {
  margin-top: 25px;
}
.vypiska-s_3 .count .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-family: "PT Sans", Sans-serif;
  font-weight: 600;
}
.vypiska-s_3 .count ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
}
.vypiska-s_3 .count ul li {
  display: inline-block;
  vertical-align: top;
  width: 67px;
  height: 75px;
  border-right: 1px solid #e0be44;
  background-color: rgba(255, 255, 255, 0.43);
  margin-left: 17px;
  padding-top: 10px;
}
.vypiska-s_3 .count ul li span {
  display: block;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}
.vypiska-s_3 .count ul li p {
  font-size: 12px;
}
.vypiska-s_3 .df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0;
  max-width: 1120px;
}
.vypiska-s_3 .form {
  width: 500px;
  height: 520px;
  padding-top: 70px;
  background-repeat: no-repeat;
  background-position: 0% 10%;
  background-size: contain;
  background-image: url(../images/vypiska/ramka1.png);
  background-color: #310033;
  position: relative;
}
.vypiska-s_3 .form:before {
  content: url(../images/vypiska/decor1.png);
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -139px;
}
.vypiska-s_3 .form_lt .sm {
  margin-bottom: 37px;
}
.vypiska-s_3 .form_lt .submit {
  margin-top: 20px;
}
.vypiska-s_3 .form_rt {
  background-color: #860330;
}
.vypiska-s_3 .form_rt .sm {
  margin-bottom: 25px;
}
.vypiska-s_3 .form_rt .submit {
  margin-top: 10px;
}
.vypiska-s_3 .big {
  display: block;
  color: #e0be44;
  font-size: 25px;
  font-weight: 600;
  font-family: "PT Sans", Sans-serif;
  text-transform: uppercase;
}
.vypiska-s_3 .sm {
  display: block;
  font-size: 19px;
  font-family: "PT Sans", Sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
.vypiska-s_3 input {
  display: block;
  width: 300px;
  height: 40px;
  padding: 0 12px;
  margin: 0 auto;
  outline: none;
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
}
.vypiska-s_3 .submit {
  padding: 0 12px;
  margin: 0 auto;
  outline: none;
  border: 1px solid #fff;
  width: 180px;
  height: 40px;
  font-size: 16px;
  font-family: "PT Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
}
.vypiska-s_3 .submit:hover {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: rgba(239, 209, 109, 0.18);
}
.vypiska-s_3 small {
  display: block;
  font-size: 16px;
  font-family: "PT Sans", Sans-serif;
  font-weight: 300;
  margin-top: 10px;
}
.vypiska-s_4 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f6f6f6;
  border-bottom: 2px solid #ccc;
  position: relative;
  z-index: 2;
}
.vypiska-s_4 .md {
  position: relative;
  padding-top: 40px;
  padding-bottom: 75px;
  padding-left: 0em;
  padding-right: 0;
  z-index: 2;
  max-width: 1120px;
}
.vypiska-s_4 .wrap {
  width: 380px;
  color: #000000;
}
.vypiska-s_4 .wrap img {
  display: block;
  margin: 10px auto 0;
}
.vypiska-s_4 h2 {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.vypiska-s_4 h3 {
  text-align: center;
  font-size: 20px;
  font-family: "PT Sans", Sans-serif;
  font-weight: 300;
}
.vypiska-s_4 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  margin-top: 15px;
}
.vypiska-s_4 .bor {
  position: absolute;
  width: 730px;
  height: 100%;
  top: 0;
  left: 175px;
  border: 2px solid #e0be44;
  border-left: 0;
  z-index: -1;
}
.vypiska-s_4 .bor:before {
  content: '';
  display: block;
  width: 2px;
  height: 25px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #e0be44;
}
.vypiska-s_4 .bor:after {
  content: '';
  display: block;
  width: 2px;
  height: 60px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #e0be44;
}
.vypiska-s_4 .bor span {
  position: absolute;
  width: 90%;
  height: 177px;
  display: block;
  bottom: 0;
  right: 0;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0px 0px 0px -15px;
  background-image: url(../images/vypiska/toys-pattern.png);
}
.vypiska-s_4 .bg-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 43.5%;
  min-width: 645px;
  height: 100%;
  background-image: url(../images/vypiska/fon-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.vypiska-s_5 {
  padding-top: 30px;
}
.vypiska-s_5 .md {
  position: relative;
  padding-top: 60px;
  z-index: 2;
}
.vypiska-s_5 .md:before {
  content: url(../images/vypiska/ugol1.png);
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 2;
}
.vypiska-s_5 .md:after {
  content: url(../images/vypiska/ugol2.png);
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 2;
}
.vypiska-s_5 h2 {
  text-align: center;
  color: #000000;
  font-size: 26px;
  font-family: "PT Sans", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em;
}
.vypiska-s_5 .arr {
  display: block;
  margin: 30px auto 0;
}
.vypiska-s_5 ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  width: 86%;
  margin: 20px auto 0;
}
.vypiska-s_5 ul:before {
  content: url(../images/vypiska/ugol3.png);
  position: absolute;
  bottom: 20px;
  left: 70px;
  z-index: -1;
}
.vypiska-s_5 ul li {
  width: 33.33%;
  text-align: center;
}
.vypiska-s_5 ul li .box {
  border: 1px solid #ccc;
  padding-top: 60px;
  height: 260px;
  background-color: #f2f2f2;
  margin: 7.5px;
}
.vypiska-s_5 ul li:nth-child(even) .box {
  background-color: #f9f9f9;
}
.vypiska-s_5 ul li p {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3em;
  margin-top: 15px;
}
.vypiska-orders {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(../images/vypiska/fon-zvonok.jpg);
}
.vypiska-orders h2 {
  color: #fff;
  font-size: 24px;
  font-family: "PT Sans", Sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.vypiska-orders h3 {
  color: #fff;
  font-size: 15px;
  font-family: "PT Sans", Sans-serif;
  font-weight: 300;
  margin-top: 15px;
}
.vypiska-orders ul {
  margin-top: 25px;
}
.vypiska-orders ul li {
  width: 250px;
  display: inline-block;
  margin: 0 15px;
}
.vypiska-orders input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  margin: 0;
  border: 0;
  outline: none;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  background-color: #fff;
}
.vypiska-orders button {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  margin: 0;
  border: 1px solid #fff;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.4);
}
.vypiska-orders button:hover {
  background: rgba(239, 209, 109, 0.18);
}
.vypiska-s_7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url(../images/vypiska/fon-5-1.jpg);
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #6f0077;
}
.vypiska-s_7 h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "PT Sans", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.vypiska-s_7 h2:after {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background-color: #edbf34;
  margin: 15px auto 0;
}
.vypiska-s_7 ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px;
  height: 540px;
}
.vypiska-s_7.bg ul li i{
  color:grey;
  background:#ffc57d36;
  display:block;
  padding:5px;
}

.vypiska-s_7 ul.f3{
  height: 700px;
}
.vypiska-s_7 ul.f6{
  height: 800px;
}
.vypiska-s_7 ul li {
  width: 270px;
  background-color: #fff;
  position: relative;
}
.vypiska-s_7 ul li + a {
  display: block;
}
.vypiska-s_7 .title {
  text-align: center;
  display: block;
  color: #fff;
  font-family: "Helvetica", Sans-serif;
  font-weight: 300;
  background-color: #860330;
  padding: 15px;
  font-size: 24px;
}
.vypiska-s_7 .description{
  padding: 30px 30px 30px 30px;
  background:#ffeacd; 
  text-align:center;  
}
.vypiska-s_7 .body{
  margin-top:20px;
  padding: 0px 30px 30px 30px;
}
.vypiska-s_7 p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
.vypiska-s_7 .order {
  position: absolute;
  bottom: 30px;
  left: 25px;
  display: block;
  height: 46px;
  width: calc(100% - 50px);
  width: -o-calc(100% - 50px);
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 46px;
  font-weight: 400;
  background-color: #e0be44;
}
.vypiska-s_7 .order:hover {
  color: #ffffff;
  background-color: #860230;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.vypiska-s_8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../images/vypiska/baby_pattern1.png);
  background-color: #fffde0;
}
.vypiska-s_8 h2 {
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-family: "PT Sans", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.vypiska-s_8 .arr {
  display: block;
  margin: 15px auto 0;
}
.vypiska-s_8 .set {
  text-align: center;
  overflow: hidden;
  padding-top: 60px;
}
.vypiska-s_8 .set__item {
  float: left;
  width: 20%;
  padding: 30px 25px;
}
.vypiska-s_8 .set__box {
  position: relative;
  padding: 0 10px;
  height: 250px;
  background-color: #fff;
  border: 1px solid #7a7a7a;
}
.vypiska-s_8 .set figure {
  margin-top: -30px;
}
.vypiska-s_8 .set figure img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.vypiska-s_8 .set .down {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.vypiska-s_8 .set .text {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 1em;
  margin-top: 10px;
}
.vypiska-s_8 .set .cost {
  display: block;
  color: #860230;
  font-size: 16px;
  line-height: 28px;
}
.vypiska-s_8 .set .cost b {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}
.vypiska-s_8 .set a {
  margin: 5px 30px 0 30px;
  display: block;
  text-align: center;
  height: 40px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 40px;
  background-color: #e0be44;
  border-bottom: 2px inset #cead4a;
  border-radius:5px;
}
.vypiska-s_8 .set a:hover {
  color: black;
  background-color: #ffd152;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.vypiska-s_9 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.vypiska-s_9 h2 {
  text-align: center;
  color: #000000;
  font-size: 26px;
  font-family: "PT Sans", Sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.vypiska-s_9 .arr {
  display: block;
  margin: 15px auto 0;
}
.vypiska-s_9-sl-wrap {
  max-width: 900px;
  margin: 40px auto 0;
}
.vypiska-s_9-sl .hover {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #e0be44;
  background-color: rgba(26, 26, 26, 0.75);
  -webkit-transform: translate(0, -150%);
  transform: translate(0, -150%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
}
.vypiska-s_9-sl .hover span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #e0be44;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.vypiska-s_9-sl figure {
  margin-left: 30px;
  position: relative;
  overflow: hidden;
}
.vypiska-s_9-sl figure:hover .hover {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.vypiska-s_9-sl-dots {
  text-align: center;
  margin-top: 10px;
}
.vypiska-s_9-sl-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 6px;
  height: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
  background-color: #c0c0c0;
}
.vypiska-s_9-sl-dots li.slick-active {
  background-color: #000;
}
.vypiska-s_9-sl-dots li:hover {
  background-color: #000;
}
.vypiska-s_9-sl-dots button {
  display: none;
}
.vypiska-s_9-video {
  margin-top: 40px;
}
.vypiska-s_9-video ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vypiska-s_9-video ul li {
  width: 360px;
  height: 202px;
}
@media screen and (max-width: 1200px) {
  .vypiska-top {
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
  }
  .vypiska-top .line {
    display: block;
    margin-top: 35px;
  }
  .vypiska-top .line > div {
    width: 100%;
  }
  .vypiska-top .logo img {
    width: 162px;
  }
  .vypiska-top .links {
    margin: 20px auto 0;
  }
  .vypiska-top .links a.tel {
    display: table;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    margin: 10px auto 0;
  }
  .vypiska-top .links a.tel span {
    font-weight: 300;
  }
  .vypiska-top .links .btn {
    margin-top: 25px;
  }
  .vypiska-top .title {
    margin-top: 60px;
    text-align: center;
  }
  .vypiska-top .title:before {
    display: none;
  }
  .vypiska-top .title a {
    margin-top: 25px;
  }
  .vypiska-top .title h1 {
    font-size: 36px;
    letter-spacing: normal;
  }
  .vypiska-top .title h2 {
    font-size: 24px;
    letter-spacing: normal;
    line-height: normal;
  }
  .vypiska-top .title h2 span {
    display: inline;
    font-size: 24px;
    letter-spacing: normal;
    line-height: normal;
  }
  .vypiska-s_1 .md {
    max-width: 750px;
  }
  .vypiska-s_3 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
  }
  .vypiska-s_3 .df {
    max-width: 750px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vypiska-s_3 .df .form {
    width: 100%;
    margin: auto;
    margin-bottom: 15px;
  }
  .vypiska-s_4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .vypiska-s_4 .md {
    max-width: 750px;
    padding: 0 15px;
  }
  .vypiska-s_4 .bor {
    display: none;
  }
  .vypiska-s_4 .wrap {
    width: 100%;
  }
  .vypiska-s_4 .bg-image {
    display: none;
  }
  .vypiska-s_5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .vypiska-s_5 .md {
    padding-top: 0;
  }
  .vypiska-s_5 .md:before,
  .vypiska-s_5 .md:after {
    display: none;
  }
  .vypiska-s_5 .arr {
    display: none;
  }
  .vypiska-s_5 ul {
    width: 100%;
    margin-top: 35px;
    padding-bottom: 0;
  }
  .vypiska-s_5 ul:before {
    display: none;
  }
  .vypiska-orders {
    padding-bottom: 40px;
  }
  .vypiska-orders ul li {
    margin-bottom: 15px;
  }
  .vypiska-s_7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .vypiska-s_7 ul {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vypiska-s_7 ul li {
    padding-bottom: 70px;
    max-width: 350px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px;
  }
  .vypiska-s_8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .vypiska-s_8 ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vypiska-s_8 ul li {
    width: auto;
    min-width: 210px;
  }
  .vypiska-s_9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .vypiska-s_9-video {
    margin-top: 40px;
  }
  .vypiska-s_9-video ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vypiska-s_9-video ul li {
    margin: 15px auto 0;
  }
}
@media screen and (max-width: 750px) {
	.shop-header .header__title{
		padding-top:0px;
		margin-top:0px;
	}
	
	.header_heart.main-header{
		min-height:800px;
	}
	
	.header_heart .header__title{
		padding-top:0px;
		margin-top:0px;
	}
	
	.vypiska-top .title{
		margin-top:0px;
	}
	.main-header.vypiska-top{
		min-height:800px;
	}	
	.main-services .links li a {
	  border-right:1px solid white;
	}
  .proposals-gallary__item{
	 max-width:100%;
	 width:auot;
  }
  .vypiska-s_1 ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vypiska-s_1 ul li {
    min-width: 150px;
    width: auto;
    margin: 0 10px 25px 10px;
  }
  .vypiska-s_3 .count .title {
    display: block;
    margin-bottom: 20px;
  }
  .vypiska-s_3 .count ul {
    margin-left: 0;
  }
  .vypiska-s_5 ul li {
    width: 50%;
  }
  .vypiska-s_5 ul li .box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .vypiska-s_5 ul li .box br {
    display: none;
  }
  .vypiska-s_7 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vypiska-s_7 ul li {
    width: 100%;
    max-width: none;
    padding-bottom: 20px;
  }
  .vypiska-s_7 ul li .order {
    position: static;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .heart-img-nav-wrap {
    visibility: hidden;
}
}
@media screen and (max-width: 480px) {
  .vypiska-top .links a.tel {
    font-size: 29px;
  }
  .vypiska-s_1 ul li {
    min-width: 115px;
    margin-left: 0;
    margin-right: 0;
  }
  .vypiska-s_3 .form {
    height: auto;
    padding: 20px 15px 70px 15px;
    background: #310033;
  }
  .vypiska-s_3 .form_lt .sm {
    margin-bottom: 30px;
  }
  .vypiska-s_3 .form_lt .submit {
    margin-top: 10px;
  }
  .vypiska-s_3 .form_rt {
    background: #860330;
  }
  .vypiska-s_3 .form input {
    width: 100%;
  }
  .vypiska-s_3 .count ul li {
    margin-left: 0;
  }
  .vypiska-s_5 ul li {
    width: 100%;
    float: none;
  }
  .vypiska-s_5 ul li .box {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .vypiska-s_8 .set__item {
    width: 100%;
  }
  .vypiska-s_8 .set__item figure img {
    display: block;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
  .vypiska-s_9-sl figure {
    margin-left: 0;
  }
  .vypiska-s_9-sl figure img {
    width: 100%;
  }
  .vypiska-s_9-video ul li {
    width: 100%;
  }
  .heart-img-nav-wrap {
    visibility: hidden;
  }
}
/*vypiska end*/
/*thanks start*/
.thanks {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/thanks/thanks-bg.png);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thanks .wrap {
  width: 720px;
  margin: auto;
  text-align: center;
  color: #fff;
}
.thanks-logo img {
  display: block;
  margin: auto;
}
.thanks-box {
  margin-top: 40px;
  padding: 10px;
  background-color: #860330;
}
.thanks-box__bor {
  padding: 20px 15px 25px 15px;
  border: 1px solid #edbf34;
}
.thanks h2 {
  font-size: 24px;
  font-family: "PT Sans Caption", sans-seri;
  margin-top: 20px;
}
.thanks h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}
.thanks h4 {
  font-size: 21px;
  font-weight: 500;
  margin-top: 30px;
}
.thanks small {
  display: block;
  font-size: 12px;
  font-weight: 200;
  line-height: 1em;
  font-family: "PT Sans Caption", sans-seri;
}
.thanks small b {
  font-weight: 600;
}
.thanks .garanty {
  margin-top: 10px;
}
.thanks-social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}
.thanks-social li {
  height: 210px;
  width: 50%;
}
.thanks-copy {
  display: block;
  color: #7a7a7a;
  font-size: 10px;
  font-family: "PT Sans Caption", Sans-serif;
  font-weight: 400;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  .thanks-box {
    margin-left: 15px;
    margin-right: 15px;
  }
  #basket-submit{
		top:15px; 	
	}
}
@media screen and (max-width: 1200px) {
  .thanks-social {
    display: block;
  }
  .thanks-social li {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {
    .small-phones-mobile a{
		font-size:16px;
	}
}
@media screen and (max-width: 400px) {
    .small-phones-mobile a{
		font-size:14px;
	}
	#basket-submit{
		display:none;
	}
	
}

@media screen and (max-width: 300px) {
    .small-phones-mobile a{
		font-size:12px;
	}
}


/*thanks end*/
#freewha {
  display: none !important;
}
.rt.bg img{
	border-radius:10px;
	border:1px solid #edbf34;
}
#accordion ul li.active2 ul li > a{
	border:none;
	border-radius:0px;
}
#accordion ul li.active2 h3{
	border-left:1px solid #860230;
}
.white-text-loader.father{
	margin-left:90px;
}
.white-text-loader.mother{
	margin-left:90px;
}
.yellow-call:hover{
	background-color: #efd882;
}
.thanks-logo svg{
	width: 300px;
	max-width:100%;
}