body {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  color: #1C1C1C;
  line-height: 1.2;
  font-family: 'Roboto', Tahoma, sans-serif;
  animation: bodyShow 2s;
  -webkit-animation: bodyShow 2s;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, h7, input, button, textarea, select {
  margin: 0;
  font-family: 'Roboto', Tahoma, sans-serif;
  color: #1C1C1C;
  position: relative;
}
textarea { resize: none; }

b, strong {
 	font-weight: 600;
}

label {
  cursor: pointer;
}
ul, menu, dir {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
}
div, input, textarea {
  transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  position: relative;
  box-sizing: border-box;
}
input, button, select, textarea {
  outline: none;
}

svg {
  display: block;
}
.svg_img {
  display: none;
}

iframe { 
  display: block;
  border: none;
  position: relative;
  max-width: 100%;
}



.center_wr {
  margin: 0 auto;
  max-width: 1150px;
  padding: 0 25px;
}

.text_center { text-align: center; }
.text_left { text-align: left; }
.text_right { text-align: right; }

.w_ct { color: #fff; }
.r_ct { color: #E20686; }
.b_ct { color: #5FB6BD; }

.row {
  margin: 0 -7px;
}
.cl, .clm, .clb {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px;
}
.clm { vertical-align: middle; }
.clb { vertical-align: bottom; }


.w100 { width: 100%; }
.w67 { width: 66.7%; }
.w60 { width: 60%; }
.w50 { width: 50%; }
.w40 { width: 40%; }
.w33 { width: 33.3%; }
.w25 { width: 25%; }
.w20 { width: 20%; }





.btn1 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 200px;
  max-width: 100%;
  text-align: center;
  line-height: 48px;
  height: 48px;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  cursor: pointer;
  border-radius: 25px;
  padding: 0 10px;
  box-sizing: border-box;
  background: rgba(226,6,134,1);
  background: -moz-linear-gradient(45deg, rgba(226,6,134,1) 0%, rgba(226,6,193,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(226,6,134,1)), color-stop(100%, rgba(226,6,193,1)));
  background: -webkit-linear-gradient(45deg, rgba(226,6,134,1) 0%, rgba(226,6,193,1) 100%);
  background: -o-linear-gradient(45deg, rgba(226,6,134,1) 0%, rgba(226,6,193,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(226,6,134,1) 0%, rgba(226,6,193,1) 100%);
  background: linear-gradient(45deg, rgba(226,6,134,1) 0%, rgba(226,6,193,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20686', endColorstr='#e206c1', GradientType=1 );
  transition: all 400ms;
  -webkit-transition: all 400ms;
}
.btn1:hover {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
}




.message {
  position: fixed;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30vh 20px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  transition: none;
  -webkit-transition: none;
}
.m_text {
  max-width: 100%;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  font-size: 18px;
}

.popup_wr {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 100px 20px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  transition: none;
  -webkit-transition: none;
}

.popup_close {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -10px;
  z-index: 3;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.popup_close:after, .popup_close:before {
  content: '';
  display: block;
  height: 2px;
  width: 26px;
  position: absolute;
  top: 10px;
  background-color: #403d3d;
  left: -2px;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.popup_close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.popup_close:hover:before, .popup_close:hover:after { background-color: #E20686; }

.popup {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.12);
  max-width: 1100px;
  background-color: #fff;
  padding: 30px 30px 30px;
  margin: 0 auto;
}

.popup_content {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.12);
  max-width: 600px;
  background-color: #fff;
  padding: 30px 30px 30px;
  margin: 0 auto;
}


.popup_t1 {
  font-size: 21px;
  margin: 0 0 20px;
  color: #464646;
}

.label_ch {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  box-sizing: border-box;
  font-size: 14px;
  padding-right: 10px;
}
.ch_box_wr {
  width: 20px;
  height: 20px;
  border: 1px solid #E20686;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  cursor: pointer;
}
.ch_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.ch_box ~ i.fa-check {
  position: absolute;
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  z-index: 0;
  text-align: center;
  opacity: 0;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}
.ch_box:checked ~ i.fa-check { opacity: 1; }



.inp1 {
  font-family: 'Roboto', Tahoma, sans-serif;
  background: #fff;
  width: 100%;
  display: block;
  border: 1px solid #e20686;
  border-radius: 25px;
  box-sizing: border-box;
  padding: 0 17px 1px;
  height: 48px;
  font-size: 14px;
  margin: 0;
}
.inp1::-webkit-input-placeholder  { color: #6f6f6f; text-indent: 0px; transition: all 0.3s ease; }
.inp1::-moz-placeholder { color: #6f6f6f; text-indent: 0px; transition: all 0.3s ease; }
.inp1:-moz-placeholder { color: #6f6f6f; text-indent: 0px; transition: all 0.3s ease; }
.inp1:-ms-input-placeholder { color: #6f6f6f; text-indent: 0px; transition: all 0.3s ease; }
.inp1:focus::-webkit-input-placeholder { opacity: 0; text-indent: 100px; }
.inp1:focus::-moz-placeholder { opacity: 0; text-indent: 100px; }
.inp1:focus:-moz-placeholder { opacity: 0; text-indent: 100px; }
.inp1:focus:-ms-input-placeholder { opacity: 0; text-indent: 100px; }

textarea.inp1 {
  height: 120px;
  padding: 20px 20px;
}


.form .inp1 {
  margin-bottom: 15px;
}
.inp1_t1 {
  font-size: 14px;
  color: #888;
  margin-bottom: 3px;
}




.foo_wr {
  padding-top: 30px;
}
.foo_blks1 {

}
.foo_menu {
  padding-top: 35px;
  padding-bottom: 35px;
}
.foo_menu a {
  color: #808080;
  font-size: 14px;
  margin-right: 70px;
}
.foo_menu a:hover { color: #1e1d1d; }
.foo_t1 {
  font-size: 12px;
  color: #a8a7a7;
  border-top: 1px solid #ededed;
  padding: 31px 0 95px;
}
.foo_dev {
  background: url(../images/dev-by.png) left 4px no-repeat;
  padding-left: 100px;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  margin: 35px 0 0;
}
.foo_links {
	margin: 10px 0 0;
}

.foo_soc {
  
}
.foo_soc a {
  font-size: 20px;
  color: #c5c5c5;
  vertical-align: middle;
  margin-left: 34px;
}
.foo_soc a:hover { color: #1e1d1d; }







.menu_wr {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
}
.menu_wr.bg {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 80px;
}
.menu_wr .center_wr {
  height: 100%;
}
.menu_wr .menu_wr1 {
  height: 100%;
}

.menu_logo_a {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  margin-top: -34px;
}
.menu_logo_a img {
  width: 58px;
}
.menu_wr.bg .menu_logo_a { margin-top: -26px; }
.menu_wr.bg .menu_logo_a img { width: 45px; }


.menu_inl {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.menu_a_wr {
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
}


.menu_a {
  position: relative;
  display: block;
  float: left;
  height: 80px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 80px;
  margin: 0 0 0 34px;
  cursor: pointer;
}
.menu_a:before {
  content: '';
  left: 0;
  top: 20px;
  display: block;
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #E20686;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}
.menu_a:hover:before {
  width: 16px;
}


.menu_icon {
  display: none;
  position: absolute;
  right: 0;
  width: 26px;
  height: 20px;
  border-top: 2px solid #E20686;
  border-bottom: 2px solid #E20686;
  cursor: pointer;
  z-index: 1;
  margin: -10px 0 0;
  top: 50%;
  animation: fadeIn 1s 1s backwards;
  -webkit-animation: fadeIn 1s 1s backwards;
}
.menu_icon > div {
  top: 7px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E20686;
}
.menu_icon:hover > div {
  transform: translateX(3px);
  -webkittransform: translateX(3px);
}



.menu_close {
  display: none;
  position: absolute;
  top: 29px;
  right: 20px;
  margin-left: -11px;
  z-index: 3;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.menu_close:after, .menu_close:before {
  content: '';
  display: block;
  height: 2px;
  width: 26px;
  position: absolute;
  top: 10px;
  background-color: #403d3d;
  left: -2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
 .menu_close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}






.hover_b_1 {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.hover_t_1 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 1;
}






.bl1 {
  padding: 195px 0 0;
  background: url(../images/bl1_bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.bl1_gift_wr {
  position: absolute;
  right: 20px;
  line-height: 48px;
  height: 48px;
  width: 48px;
  font-size: 16px;
  padding: 0 0 2px 2px;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  background: rgba(226,6,134,1);
  background: -moz-linear-gradient(45deg, rgba(226,6,134,1) 0%, rgba(226,6,193,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(226,6,134,1)), color-stop(100%, rgba(226,6,193,1)));
  background: -webkit-linear-gradient(45deg, rgba(226,6,134,1) 0%, rgba(226,6,193,1) 100%);
  background: -o-linear-gradient(45deg, rgba(226,6,134,1) 0%, rgba(226,6,193,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(226,6,134,1) 0%, rgba(226,6,193,1) 100%);
  background: linear-gradient(45deg, rgba(226,6,134,1) 0%, rgba(226,6,193,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20686', endColorstr='#e206c1', GradientType=1 );
  animation: bounceIn 1s 3.4s backwards;
  -webkit-animation: bounceIn 1s 3.4s backwards;
}
.bl1_gift_t {
  font-size: 14px;
  color: #555555;
  position: absolute;
  width: 100px;
  top: -38px;
  left: -26px;
  line-height: 1.1;
  animation: fadeInUp 1s 3.7s backwards;
  -webkit-animation: fadeInUp 1s 3.7s backwards;
}
.bl1_gift_wr:hover {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
}

.bl1_t1 {
  padding: 30px 0 16px 40px;
  line-height: 1;
  margin: 0 0 38px;
  display: inline-block;
  animation: fadeIn 1s 1s backwards;
  -webkit-animation: fadeIn 1s 1s backwards;
}
.bl1_t1:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  width: 87px;
  height: 25px;
  left: 0;
  /* background-color: #E20686;*/
  background-color: #5fb6bd;
  bottom: 5px;
  animation: flipInX 1s 1.3s backwards;
  -webkit-animation: flipInX 1s 1.3s backwards;
}
.bl1_t1 > h1 {
  font-size: 68px;
  z-index: 1;
  position: relative;
  letter-spacing: 3px;
}
.bl1_t2 {
  position: absolute;
  font-size: 21px;
  right: 5px;
  bottom: 2px;
  animation: fadeInLeft 1s 1.6s backwards;
  -webkit-animation: fadeInLeft 1s 1.6s backwards;
}
.bl1_date {
  position: absolute;
  font-size: 16px;
  top: 0;
  right: 5px;
  animation: bounceIn 1s 2.3s backwards;
  -webkit-animation: bounceIn 1s 2.3s backwards;
}
.bl1_date b {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 10px;
  border-radius: 5px;
  background-color: #E20686;
}

.bl1_list_wr {
  position: absolute;
  left: 100%;
  margin: 39px 0 0 10px;
  width: 240px;
  top: 0;
  animation: fadeInRight 1s 1.8s backwards;
  -webkit-animation: fadeInRight 1s 1.8s backwards;
}
.bl1_list_wr.list1 li {
  padding-bottom: 5px;
}
.bl1_list_wr.list1 li i {
  top: 2px;
}


.bl1_wr1 {
  padding: 0 0 92px 87px;
}

.bl1_t3 {
  font-size: 14px;
  line-height: 26px;
  max-width: 370px;
  margin: 0 0 60px;
  animation: fadeIn 1s 1.9s backwards;
  -webkit-animation: fadeIn 1s 1.9s backwards;
}
.bl1_t3:before {
  content: '';
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #ECECEC;
  left: -55px;
  z-index: 1;
  top: 50%;
  margin: -5px 0 0;
  background-color: #fff;
}
.bl1_t4 {
  font-size: 40px;
  max-width: 350px;
  display: inline-block;
  padding: 0 0 17px;
  margin: 0 0 37px;
  line-height: 1;
  animation: flipInX 1s 2.2s backwards;
  -webkit-animation: flipInX 1s 2.2s backwards;
}
.bl1_t4:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43px;
  height: 5px;
  background-color: #E20686;
  animation: fadeInLeft 1s 2.5s backwards;
  -webkit-animation: fadeInLeft 1s 2.5s backwards;
}

.bl1_line {
  position: absolute;
  top: 0;
  left: 38px;
  width: 1px;
  background-color: #ECECEC;
  bottom: 0;
  animation: fadeIn 1s 2.8s backwards;
  -webkit-animation: fadeIn 1s 2.8s backwards;
}
.bl1_scroll {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  width: 21px;
  height: 43px;
  border-radius: 11px;
  border: 1px solid #ECECEC;
  bottom: 33px;
  left: 28px;
  cursor: pointer;
  animation: fadeInDown 1s 3s backwards;
  -webkit-animation: fadeInDown 1s 3s backwards;
}
.bl1_scroll:hover {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.bl1_scroll:before {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 8px;
  width: 1px;
  height: 13px;
  background-color: #ECECEC;
}


.bl1_btn_wr .btn1 {
  animation: bounceIn 1s 3s backwards;
  -webkit-animation: bounceIn 1s 3s backwards;
}








.bl2 {
  padding: 70px 0 45px;
  background: url(../images/bl2_bg.png) no-repeat center top;
  overflow: hidden;
}

.title1 {
  display: inline-block;
  line-height: 1;
  font-size: 40px;
  padding: 0 0 16px;
  margin: 0 0 47px;
}
.title1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43px;
  height: 5px;
  background-color: #E20686;
}
.title1.blue:after { background-color: #5FB6BD; }
.title1.w_ct:after { background-color: #fff; }

.bl2_blks1 {
  margin-bottom: 40px;
}
.bl2_t1 {
  font-size: 16px;
  line-height: 26px;
  max-width: 506px;
}
.bl2_img1 {
  display: block;
  margin: 0 auto;
  z-index: 1;
  transition: none;
  -webkit-transition: none;
}
.bl2_img2 {
  position: absolute;
  display: block;
  z-index: 0;
  top: 40px !important;
  left: 40px !important;
  transition: none;
  -webkit-transition: none;
}

.bl2_t3 {
  font-size: 32px;
  margin: 0 auto 30px;
  max-width: 760px;
}

.bl2_space {
  height: 70px;
}
.bl2_blks2 {
  padding-top: 30px;
}
.bl2_blks2 .cl {
  margin-bottom: 50px;
}
.bl2_blks2_img {
  margin-bottom: 14px;
  display: block;
  height: 70px;
}
.bl2_blks2_t1 {
  font-size: 21px;
  padding: 0 22px 17px 0;
}
.bl2_blks2_t1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #5FB6BD;
}






.bl3 {
  padding: 160px 0 0;
  /*background: url(../images/bl3_bg.jpg) no-repeat center bottom #FAF1F4;
  background-size: cover;*/
  background-color: #FAF1F4;
}
.bl3 .center_wr {
  z-index: 3;
}

.bl3_photo {
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 40%;
  width: 50%;
}

.bl3_scene1, .bl8_scene1 {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
.bl3_scene1 img, .bl8_scene1 img {
  position: absolute !important;
  transition: none;
  -webkit-transition: none;
}
.bl3_sc_img1 { top: 120px !important; left: 110px !important; }
.bl3_sc_img2 { top: 150px !important; left: 370px !important; }
.bl3_sc_img3 { top: 80px !important; right: 70px !important; left: auto !important; }
.bl3_sc_img4 { top: 50% !important; right: 49% !important; left: auto !important; }
.bl3_sc_img5 { bottom: 170px !important; right: 115px !important; left: auto !important; top: auto !important;  }

.bl8_sc_img1 { top: 60px !important; right: 47% !important; left: auto !important; }
.bl8_sc_img2 { top: 250px !important; left: 54% !important; }
.bl8_sc_img3 { top: 160px !important; right: 75px !important; left: auto !important; }


.bl3_blks1 {

}
.bl3_t1 {
  font-size: 24px;
  margin: 0 0 27px;
}
.bl3_t1 img {
  position: absolute;
  top: 54px;
  left: -160px;
  z-index: 1;
}
.bl3_t2 {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 34px;
}


.bl3_t3 {
  background-color: #fff;
  padding: 45px 38px 40px;
  margin-bottom: -330px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
}
.bl3_t3_1 {
  font-size: 16px;
  margin: 0 0 18px;
  display: inline-block;
}

.list1 {
  
}
.list1 li {
  position: relative;
  padding: 0 0 8px 20px;
  font-size: 14px;
}
.list1 li i {
  position: absolute;
  font-size: 12px;
  top: 2px;
  left: 0;
}



.bl4 {
  padding: 28px 0 50px;
}
.bl4_blks1 {

}
.bl4_t1 {
  font-size: 21px;
  padding: 0 30px 28px 0;
}
.bl4_t2 {
  font-size: 16px;
  line-height: 26px;
  padding: 0 30px 28px 0;
}
.bl4_t3 {
  padding: 0 30px 0 0;
  font-size: 16px;
}




.bl5 {

}
.bl5_wr {
  float: left;
  height: 360px;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
}
.bl5_wr:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 400ms;
  -webkit-transition: all 400ms;
  background-color: #E20686;
  opacity: 0.4;
}
.bl5_img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.bl5_wr:hover .bl5_img1 {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.bl5_wr:hover:after { opacity: 0; }







.bl6 {
  padding: 80px 0 70px;
  background: url(../images/bl6_bg.png) no-repeat top right;
}

.bl6_t1 {
  font-size: 24px;
  max-width: 490px;
  margin: 0 0 28px;
}
.bl6_blks1 {

}

.bl6_wr1 {
  padding: 0 40px 40px 10px;
}
.bl6_t2 {
  font-size: 27px;
  padding: 15px 0 28px 28px;
}
.bl6_t2_1 {
  font-size: 12px;
  color: #7A7A7A;
}
.bl6_t2 b, .bl6_t2_1 { z-index: 1; position: relative; }

.bl6_t2:before {
  content: '';
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  z-index: 0;
  left: 0;
  border-radius: 40px;
  box-sizing: border-box;
  border: 1px solid #FFD8EB;
  border-left-color: #E20686;
}





.bl7 {
  background: url(../images/bl7_bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 80px 0 50px;
}

.bl7_blks1 {
  padding-top: 15px;
}
.bl7_circle {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  font-size: 21px;
  line-height: 78px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
}
.bl7_t1 {
  margin: 11px 0 40px;
  font-size: 21px;
  padding: 0 22px 17px 0;
}
.bl7_t1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #fff;
}




.bl8 {
  padding: 76px 0 150px;
}
.bl8_blks1 {

}
.bl8_t1 {
  font-size: 16px;
  line-height: 26px;
}



.bl9 {
  padding: 90px 0 0;
  background-color: #F6F6F6;
}
.bl9_wr {
  padding: 20px 125px 0;
  margin-bottom: 100px;
}

.rev_wr {
  display: none;
  padding: 30px 0 0 273px;
  min-height: 250px;
  transition: none;
  -webkit-transition: none;
}
.rev_wr.active {

}
.rev_photo {
  position: absolute;
  width: 236px;
  height: 236px;
  left: 0;
  top: 0;
  border-radius: 50%;
  box-shadow: -17px 15px 0 0 #F7E5EE;
}
.rev_name {
  font-size: 21px;
  margin: 0 0 28px;
}
.rev_t1 {
  font-size: 16px;
  line-height: 26px;
}

.bl9_nav {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  cursor: pointer;
  margin-top: -17px;
}
.bl9_nav.left {
  left: 40px;
  border-left: 3px solid #E20686;
  border-bottom: 3px solid #E20686;
}
.bl9_nav.right {
  right: 40px;
  border-right: 3px solid #E20686;
  border-top: 3px solid #E20686;
}

.bl9_blks1 {
  margin-bottom: 20px;
}
.bl9_blks1 .cl {
  margin-bottom: 25px;
}
.bl9_t1 {
  font-size: 16px;
  line-height: 26px;
}
.bl9_t1 .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  top: -2px;
  width: 26px;
}

.bl9_soc {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-right: 16px;
  margin-top: 3px;
}
.bl9_soc .fa-instagram {
  color: #E207BB;
}
.bl9_soc .fa-facebook-f {
  color: #3B5998;
}
.bl9_soc .fa-paper-plane {
  color: #419FD9;
}
.bl9_soc .fa-tiktok {
  color: #000000;
}
.bl9_soc:hover {
  transform: translateY(4px);
  -webkit-transform: translateY(4px);
}

.bl9_map {
  display: block;
  width: 100%;
  border-radius: 5px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
  margin: 0 0 50px;
}







.form_date {
  display: block;
  max-width: 400px;
  margin: 130px auto;
}
.form_date .inp1 {
  margin-bottom: 15px;
}




/* переписываем стили инпута */
.iti {
  display: block;
  margin-bottom: 15px;
}
.iti, .iti * {
  transition: none;
}
.iti__selected-flag {
  border-radius: 25px 0 0 25px;
  outline: none;
  padding: 0 6px 0 17px;
  background-color: rgba(0,0,0, .02) !important;
}
.iti--allow-dropdown input {
  padding-left: 63px !important;
}

.iti--container { z-index: 11111 !important; }

.popup_inp_mess {
  font-size: 12px;
  color: #888;
  margin: 0 0 3px;
  padding: 0;
}
.popup_inp_mess.error {
  color: #ea2f2f;
}
.popup_inp_mess.success {
  color: #0e9249;
}




.clean {
  clear: both;
}
.a_s_p div, .a_s_p img, .a_s_p, .a_s_p svg, .a_s_p a, .a_s_p input {
  animation-play-state: paused !important; -webkit-animation-play-state: paused !important;
}
.a_s_p svg path, .a_s_p iframe, .a_s_p ~ svg path {
  animation-play-state: paused !important; -webkit-animation-play-state: paused !important;
}


@-webkit-keyframes bodyShow {
  0% { opacity: 0; } 100% { opacity: 1; }
}
@keyframes bodyShow {
  0% { opacity: 0; } 100% { opacity: 1; }
}



@media screen and (max-width: 1366px) {

}


@media screen and (max-width: 1300px) {

}


@media screen and (max-width: 1200px) {

}


@media screen and (max-width: 1140px) {





}



@media screen and (max-width: 1050px) {

.menu_a_wr { position: fixed; top: -101%; z-index: 4; overflow-x: hidden; overflow-y: auto; padding: 80px 20px 30px; height: 100%; width: 100%; max-width: 300px; right: 0; box-shadow: 0 0 35px rgba(0, 0, 0, 0.13); opacity: 0; background-color: rgba(255, 255, 255, 0.95); }
.menu_a_wr.menu_open { top: 0; opacity: 1; }
.menu_close { display: block; }
.menu_icon { display: block; }
.menu_a { float: none; height: auto; min-height: 40px; line-height: 40px; margin: 0; }
.menu_a:before { top: 0; }

.foo_menu a { margin-right: 35px; }

.bl3_photo { right: 30%; width: 70%; }

}



@media screen and (max-width: 880px) {


.bl9_wr { padding: 20px 60px 0; }
.bl9_nav.left { left: 6px; }
.bl9_nav.right { right: 6px; }
.rev_photo { width: 140px; height: 140px; }
.rev_wr { padding: 30px 0 0 165px; min-height: 150px; }
.rev_name { margin: 0 0 19px; }

.bl1_t1 {
  margin: 0 0 66px;
}
.bl1_list_wr {
  left: auto;
  display: flex;
  right: 5px;
  top: 100%;
  margin: 6px 0 0;
  justify-content: right;
  flex-wrap: wrap;
  width: 100%;
}
.bl1_list_wr li {
  margin-left: 7px;
}


.foo_c {
  width: 100%;
  text-align: center !important;
  margin: 0 0 2px;
}



}


@media screen and (max-width: 768px) {


.center_wr {
  padding-left: 15px;
  padding-right: 15px;
}


.bl3_blks1 .w50, .bl4_blks1 .w50 { display: block; width: 100%; }
.bl3_photo { display: none; }
.bl3_t3 { margin-bottom: 0; }




.foo_blks1 { text-align: center; }
.foo_blks1 .clm { width: 100%; }
.foo_menu a { margin-right: 10px; margin-left: 10px; }
.foo_soc { text-align: center; padding-bottom: 35px; }
.foo_soc a { margin-left: 15px; margin-right: 15px; }

}



@media screen and (max-width: 660px) {

.bl1 { background: url(../images/bl1_bg.jpg) no-repeat left bottom; padding: 132px 0 0; }
.bl1_gift_wr { position: relative; right: auto; top: auto; margin: 0 auto 25px; }
.bl2_blks1 .clm, .bl8_blks1 .w50 { display: block; width: 100%; }
.bl8_t1 { margin-bottom: 40px; }
.bl2_t3 { font-size: 26px; }
.bl2_blks2 .w33, .bl7_blks1 .w33 { width: 50%; }
.bl7_t1, .bl2_blks2_t1 { font-size: 19px; }
.bl8_sc_img2 { top: 50% !important; }
.rev_t1 { font-size: 14px; line-height: 20px; }
.rev_name { font-size: 19px; margin: 0 0 12px; }
.bl9_blks1 .w33 { display: block; width: 100%; text-align: center; }
.bl9_soc { margin-right: 8px; margin-left: 8px; }
.bl9 { padding: 61px 0 0; text-align: center; }
.bl9_wr { text-align: left; }
.bl8 { padding: 46px 0 104px; }
.title1 { font-size: 34px; padding: 0 0 14px; margin: 0 0 31px; }
.bl6 { padding: 58px 0 37px; }
.bl3 { padding: 92px 0 0; }
.bl2 { padding: 52px 0 21px; }
.bl2_space {  height: 50px; }

}



@media screen and (max-width: 520px) {


.center_wr {
  padding-left: 10px;
  padding-right: 10px;
}

.bl1 { text-align: center; }
.bl1_date { width: 100%; }
.bl1_t2 { position: relative; right: auto; bottom: auto; }
.bl1_t1 { padding-left: 0; margin: 0 0 23px; width: 100%; }
.bl1_t1 h1 { font-size: 38px; }
.bl1_t1:before { width: 70px; height: 12px; left: 50%; margin-left: -35px; bottom: -8px; }
.bl1_line { left: 15px; }
.bl1_scroll { left: 5px; }
.bl1_t3:before { left: -71px; display: none; }
.bl1_list_wr { position: relative; display: block; text-align: center; padding: 10px 0 0; }
.bl1_list_wr.list1 li { padding: 0 0 6px; display: flex; justify-content: center; margin-left: 0; }
.bl1_list_wr.list1 li i { position: relative; margin-right: 4px; }
.bl1_wr1 { padding: 0 0 74px 0; }
.bl1_t4 { font-size: 30px; text-align: center; display: block; width: 100%; max-width: 100%; }
.bl1_t3 { margin: 0 auto 30px; text-align: center; }
.bl1_t4:before { right: 50%; margin-right: -21px; }
.bl1_btn_wr { text-align: center; }
.bl9_wr { padding: 20px 40px 0; }
.rev_wr { padding: 20px 0 0 0; }
.rev_photo { position: relative; left: auto; top: auto; margin: 0 auto 24px; box-shadow: -15px 9px 0 0 #F7E5EE; }
.bl6_blks1 .w50 { display: block; width: 100%; }

}


@media screen and (max-width: 440px) {

.popup { padding: 17px 17px 17px; }
.popup_t1 { font-size: 24px; }

.bl2_blks2 .w33, .bl7_blks1 .w33 { display: block; width: 100%; }
.bl7_circle { margin: 0 auto; }
.bl2_blks2_img { margin: 0 auto 14px; }
.bl7_t1, .bl2_blks2_t1 { text-align: center; padding-right: 0; }
.bl7_t1:after, .bl2_blks2_t1:after { left: 50%; margin-left: -15px; }
.bl6_wr1, .bl4_t1, .bl4_t2, .bl4_t3 { padding-right: 0; }
.bl3_t1 { font-size: 21px; }
.bl1_line, .bl1_scroll { display: none; }
.bl2_t3 { font-size: 19px; }
.bl3_t3 { padding: 34px 20px 30px; }
.bl4_t1 { font-size: 19px; }
.label_ch.w50, .row .w50 { display: block; width: 100%; }

}


@media screen and (max-height: 600px) {
  
}


/* ipad */
@media screen and (min-height: 1000px) and (max-width: 780px) {
  

}






/* scroll ----------------------*/

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 5px;
  border: 2px solid #f1f1f1;
}
::-webkit-scrollbar-thumb:hover, ::-webkit-scrollbar-button:hover {
  background-color: #a8a8a8;
}
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}