@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 320px;
  color: #1D293F;
  background: #ffffff;
  font: 16px/20px "Rubik", Verdana;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption {
  font: 16px/20px "Rubik", Verdana;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #1D293F;
  text-decoration: none;
  font: 16px/20px "Rubik", Verdana;
}

a:hover {
  text-decoration: none;
}

.cl:after, .f_bot:after, .f_cols:after, .footer:after, .header:after, .b1:after, .b2:after, .b3:after, .b4:after, .b5:after, .b6:after, .b7:after, .b8:after, .b9:after, .b10:after, .b11:after, .b12:after, .b13:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  outline: none;
  resize: none;
  oveflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
.footer, .header, .b1, .b2, .b3, .b4, .b5, .b6, .b7, .b8, .b9, .b10, .b11, .b12, .b13 {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

p {
  font-size: 21px;
  line-height: 145%;
  margin-bottom: 25px;
}

strong {
  font-weight: 500;
}

header {
  height: 65px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  background: #1D293F;
}

.header {
  padding-top: 22px;
  position: relative;
}

.logo {
  width: 200px;
  height: 90px;
  background: #233E99;
  border-radius: 0px 0px 10px 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.logo > img {
  max-width: 114px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.h_menu {
    text-align: left;
    padding-left: 200px;
}
.h_menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 24px;
}
.h_menu > li > a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #8695B0;
  transition: 0.3s;
}
.h_menu > li > a:hover, .h_menu > li > a.current {
  color: #fff;
}

.burger {
  display: none;
  position: absolute;
  width: 22px;
  height: 18px;
  left: 23px;
  top: 23px;
}
.burger.opened span {
  height: 0;
}
.burger.opened span:before {
  top: 50%;
  transform: rotate(-45deg);
}
.burger.opened span:after {
  top: 50%;
  transform: rotate(45deg);
}
.burger:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 8px;
}
.burger span:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -8px;
  transition: 0.3s;
}
.burger span:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s;
}

.h_tel {
  display: block;
  width: 200px;
  height: 42px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  transition: 0.3s;
  position: absolute;
  top: 11px;
  right: 75px;
}
.h_tel:hover {
  background: #fff;
  color: #1D293F;
}
.h_tel3 {
  display: block;
  width: 80px;
  height: 42px;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  transition: 0.3s;
  position: absolute;
  top: 11px;
  right: 0;
}
.h_tel3:hover {
	
}
.h_tel2:hover {
  background: #F47A20;
  color: #fff;
}
.h_tel2 {
  display: block;
  width: 200px;
  height: 42px;
  border: 1px solid #F47A20;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-weight:700;
  color: #F47A20;
  transition: 0.3s;
  position: absolute;
  top: 11px;
  right: 300px;
}
h1 {
  display: block;
  font-size: 49px;
  line-height: 120%;
  font-weight: 700;
}
h1 > span {
  font-weight: 400;
}

.btn {
  display: block;
  max-width: 300px;
  width: 100%;
  height: 60px;
  background: #233E99;
  border-radius: 15px;
  text-align: center;
  font-size: 19px;
  line-height: 60px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s;
}
.btn:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.c_head {
  font-size: 49px;
  line-height: 120%;
  text-align: center;
  font-weight: 700;
}

.b1_wrap {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.b1_bg {
  display: block;
  float: right;
}

.b1_content {
  float: left;
  max-width: 570px;
  padding-top: 130px;
}

.b1_text {
  font-size: 23px;
  line-height: 130%;
  margin: 30px 0 40px;
}

.b1_btn {
  display: inline-block;
  vertical-align: top;
  width: 260px;
}

.b1_expert {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  min-height: 37px;
  padding-left: 55px;
  font-size: 16px;
  line-height: 110%;
  position: relative;
  margin: 13px 0 0 45px;
}
.b1_expert:before {
  display: block;
  content: "";
  width: 34px;
  height: 37px;
  background: url(../images/b1_expert.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.b1_expert:hover > span {
  text-decoration: none;
}
.b1_expert > span {
  color: #233E99;
  font-weight: 700;
  text-decoration: underline;
}

.b2_wrap {
  background: #FAFCFD;
  padding-top: 50px;
}

.b2 {
  max-width: 1400px;
  height: 790px;
  overflow: hidden;
  position: relative;
}

.b2_bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.b2_head {
  float: left;
  font-size: 40px;
  line-height: 130%;
  background: #EFF1F7;
  border-radius: 0px 50px 50px 0px;
  padding: 40px 60px 40px 40px;
  transform: translateX(-15px);
}
.b2_head > span {
  font-weight: 700;
  display: block;
}

.b2_text {
  float: left;
  display: table;
  max-width: 740px;
  width: calc(100% - 540px);
  height: 180px;
  margin-left: 60px;
  font-size: 23px;
  line-height: 130%;
}
.b2_text > span {
  display: table-cell;
  vertical-align: middle;
}

.b2_items {
  float: right;
  max-width: 410px;
  margin: 80px 40px 0 0;
}

.b2_item {
  min-height: 58px;
  margin-bottom: 60px;
  padding-left: 95px;
  position: relative;
}
.b2_item:last-child {
  margin-bottom: 0;
}

.b2i_img {
  display: block;
  width: 58px;
  height: 58px;
  background: #FDFDFD;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  box-shadow: 5px 14px 14px rgba(79, 157, 229, 0.2);
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
}
.b2i_img > img {
  display: block;
  max-width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.b2i_text {
  font-size: 18px;
  line-height: 145%;
}

.b3_wrap {
  background: #1D293F;
  position: relative;
  overflow: hidden;
}

.b3_bg {
  background: radial-gradient(circle at 50% 80%, #1E3552, #1D293F);
}

.b3 {
  max-width: 1370px;
  padding: 90px 15px 20px;
  position: relative;
  z-index: 2;
}
.b3 .c_head {
  color: #fff;
}

.b3_items {
  text-align: center;
  margin-top: 60px;
}

.b3_item {
  display: inline-block;
  vertical-align: top;
  max-width: 370px;
  width: 100%;
  height: 210px;
  text-align: left;
  background: rgba(0, 5, 48, 0.2);
  backdrop-filter: blur(29px);
  border: 2px solid #253652;
  border-radius: 35px;
  padding: 100px 35px 15px;
  margin: 0 15px 30px;
  position: relative;
}
.b3_item > img {
  display: block;
  max-width: 56px;
  width: 100%;
  position: absolute;
  top: 25px;
  right: 35px;
}

.b3i_text {
  color: #fff;
  font-size: 18px;
  line-height: 120%;
  font-weight: 500;
  position: absolute;
  bottom: 30px;
  left: 35px;
}

.b3_parallax {
  width: 1320px;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
}
.b3_parallax > img {
  display: block;
  position: absolute;
  top: 1000px;
}

.b4 {
  padding: 90px 15px;
}

.b4_img {
  display: block;
  max-width: 640px;
  width: calc(100% - 445px);
  float: left;
  border-radius: 50px;
}

.b4_img_mob {
  display: none;
  margin: 30px auto;
}

.b4_content {
  max-width: 425px;
  width: 100%;
  float: right;
  margin-top: 55px;
}
.b4_content .c_head {
  text-align: left;
}

.b4_text {
  font-size: 21px;
  line-height: 155%;
  color: #272727;
  margin-top: 45px;
}
.b4_text > span {
  font-weight: 700;
  color: #233E99;
}

.b5_wrap {
  max-width: 1440px;
  background: url(../images/b5_bg.jpg) center top no-repeat;
  height: 650px;
  margin: 0 auto;
}

.b5_content {
  max-width: 550px;
  padding-top: 180px;
}
.b5_content .c_head {
  text-align: left;
}

.b5_text_1 {
  font-size: 23px;
  line-height: 110%;
  color: #272727;
  margin: 40px 0 35px;
}
.b5_text_1 > span {
  font-weight: 500;
  color: #233E99;
}

.b5_text_2 {
  color: #272727;
  font-size: 21px;
  line-height: 155%;
  padding-left: 80px;
  position: relative;
}
.b5_text_2:before {
  display: block;
  content: "";
  width: 47px;
  height: 48px;
  background: url(../images/b5_text_2.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.b6_text > span {
  color: #0F9DB9;
}

.b6_img_mob {
  display: none;
  margin: 20px auto 30px;
}

.b7_wrap {
  background: url(../images/b6_bg.jpg) center top no-repeat;
}

.b7_text {
  color: #272727;
  font-size: 21px;
  line-height: 155%;
  margin-top: 35px;
}

.b8_wrap {
  max-width: 1117px;
  width: calc(100% - 30px);
  height: 763px;
  margin: 80px auto;
  background: url(../images/b8_bg.jpg) left bottom no-repeat;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
}

.b8 {
  max-width: 690px;
  text-align: center;
  padding-top: 50px;
}
.b8 .c_head {
  margin: 11px 0 35px;
}

.b8_logo {
  display: inline-block;
  vertical-align: top;
  max-width: 186px;
}

.b8_text {
  font-size: 23px;
  line-height: 145%;
  color: #272727;
}

.b9_wrap {
  max-width: 1440px;
  background: #FAFAFA;
  margin: 0 auto;
  padding: 85px 0 100px;
}

.b9 {
  max-width: 1350px;
}

.b9_items {
  text-align: center;
  margin-top: 95px;
}

.b9_item {
  display: inline-block;
  vertical-align: top;
  max-width: 580px;
  width: 100%;
  height: 580px;
  background: #FFFFFF;
  border-radius: 50px;
  margin: 0 20px 40px;
  filter: drop-shadow(0px 14px 24px rgba(0, 0, 0, 0.03));
  overflow: hidden;
}
.b9_item:nth-child(2) .b9i_img > span {
  display: block;
  float: right;
}
.b9_item:nth-child(2) .b9i_head > span {
  color: #ACACAC;
}
.b9_item:nth-child(3) .b9i_img > span {
  display: block;
  float: left;
}
.b9_item:nth-child(3) .b9i_head > span {
  color: #55667B;
}
.b9_item:nth-child(4) .b9i_head > span {
  color: #1BA0CA;
}

.b9i_img {
  display: table;
  width: 100%;
  height: 375px;
}
.b9i_img > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.b9i_img > span > img {
  display: inline-block;
}

.b9i_head {
  font-size: 31px;
  line-height: 140%;
  font-weight: 500;
  color: #272727;
}
.b9i_head > span {
  font-weight: 700;
  color: #2AA737;
}

.b9i_text {
  max-width: 370px;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 145%;
  color: #272727;
}

.b9_bot {
  max-width: 1209px;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  background: url(../images/b9_bot.jpg) 0 0 no-repeat;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.03);
  border-radius: 50px;
  padding: 120px 140px 15px 550px;
}

.b9_bot_img_mob {
  width: 100%;
  display: none;
  margin: 0 auto;
}

.b9b_head {
  font-size: 31px;
  line-height: 145%;
  font-weight: 700;
  color: #272727;
  margin-bottom: 35px;
}

.b9b_text {
  font-size: 18px;
  line-height: 145%;
  color: #272727;
}

.b10 {
  max-width: 1110px;
  padding: 150px 15px 100px;
  text-align: center;
  color: #272727;
}
.b10 .c_head {
  margin-bottom: 100px;
}

.b10_left {
  float: left;
  max-width: 450px;
  width: 100%;
}

.b10_right {
  float: right;
  max-width: 450px;
  width: 100%;
}

.b10_img {
  height: 340px;
  text-align: center;
}
.b10_img > img {
  display: inline-block;
  vertical-align: top;
}

.b10_head {
  font-size: 41px;
  line-height: 145%;
  font-weight: 500;
  border-bottom: 3px solid #c2c2c2;
  padding-bottom: 15px;
  max-width: 256px;
  margin: 0 auto;
}

.b10_item {
  height: 100px;
  margin-top: 20px;
  font-size: 20px;
  line-height: 145%;
  position: relative;
}
.b10_item.empty2:before {
  display: block;
  content: "";
  width: 50px;
  height: 3px;
  background: #C2C2C2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.b10_item > span {
  display: block;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 5px;
}
.b10_item > span > img {
  display: inline-block;
}

.b10_price {
  font-size: 31px;
  line-height: 145%;
  font-weight: 500;
  margin: 50px 0 20px;
}

.b10_btn {
  display: inline-block;
  vertical-align: top;
  width: 176px;
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  border-radius: 25px;
}

.b11_wrap {
  background: #1D293F;
  position: relative;
  overflow: hidden;
}
.b11_wrap .c_head {
  color: #fff;
  font-weight: 500;
  max-width: 570px;
  font-size: 39px;
  margin: 0 auto;
  padding: 0 15px;
}

.b11_bg {
  height: 400px;
  padding-top: 80px;
  background: radial-gradient(circle at 50% 80%, #1E3552, #1D293F);
}

.b11 {
  margin-top: -170px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.vid {
  max-width: 795px;
  margin: 0 auto;
  border-radius: 35px;
  cursor: pointer;
  overflow: hidden;
}
.vid > img {
  display: block;
}

.video {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.video_push_16_9 {
  padding-top: 65.25%;
}

.video_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video_cover {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}

/*стили модальных окон*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(34, 40, 63, 0.9);
  display: none;
}

.boxes .window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.boxes #pop {
  max-width: 1200px;
  width: calc(100% - 30px);
  max-height: 100vh;
  overflow: auto;
}
.boxes #pop_form {
  max-width: 1200px;
  width: calc(100% - 30px);
  max-height: 100vh;
  overflow: auto;
}
.boxes #pop_order {
  max-width: 1200px;
  width: calc(100% - 30px);
  max-height: 100vh;
  overflow: auto;
}
.close {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 333;
  right: 10px;
  top: 10px;
  cursor: pointer;
  filter: alpha(Opacity=50);
  opacity: 0.5;
  transition: 0.3s;
}
.close:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.close:before {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.close:after {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.b12_wrap {
  overflow: hidden;
}

.b12 {
  max-width: 1446px;
  background: #FAFAFA;
  padding: 60px 0 60px 15px;
}
.b12 .c_head {
  margin-bottom: 60px;
  transform: translateX(-8px);
}

.rev_slider {
  width: 100%;
  overflow: hidden;
  margin: 20px auto;
}
.rev_slider.rs_mob {
  display: none;
}
.rev_slider .owl-nav, .rev_slider .owl-dots {

}

.rs_content {
  margin-right: 15px;
  padding-bottom: 24px;
}
.rs_content > img {
  display: block;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.03);
  border-radius: 50px;
  overflow: hidden;

  text-align: center;
  margin: auto;
      
}

.owl-prev, .owl-next {
  display: block;
  width: 48px;
  height: 35px;
  background: url(../images/dir.png) 0 0 no-repeat !important;
  border: none;
  position: absolute;
  top: -60px;
  right: 15px;
  transition: 0.3s;
}
.owl-prev:hover, .owl-next:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.owl-prev > span, .owl-next > span {
  display: none !important;
}

.owl-prev {
  right: 63px;
}

.owl-next {
  transform: rotate(180deg);
}

.owl-dots {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.owl-dot {
	  background:#1D293F;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  margin: 0 6px;
  border: none;
}
.owl-dot.active {
  background: #25409A;
}

.b13 {
  max-width: 1446px;
  height: 800px;
  background: url(../images/b13_bg.jpg) center top no-repeat;
  text-align: center;
  margin-top: 50px;
  padding-top: 60px;
}

.b13_head {
  font-size: 54px;
  line-height: 120%;
  font-weight: 700;
  color: #25409A;
}
.b13_head > img {
  display: inline-block;
  width: 100%;
  max-width: 256px;
}

.b13_text {
  font-size: 27px;
  line-height: 120%;
  color: #25409A;
  margin-top: 10px;
}

.b13_items {
  text-align: center;
  margin-top: 220px;
}

.b13_item {
  display: inline-block;
  width: 280px;
  height: 290px;
  padding: 15px 30px;
  vertical-align: top;
  margin: 0 14px 30px;
  background: #fff;
  border-radius: 35px;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.03);
}

.b13i_img {
  display: table;
  width: 100%;
  height: 100px;
  margin-bottom: 5px;
}
.b13i_img > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.b13i_img > span > span {
  display: inline-block;
  font-size: 78px;
  line-height: 80px;
  color: #25409A;
}
.b13i_img > span > img {
  display: inline-block;
}

.b13i_head {
  font-size: 21px;
  line-height: 120%;
  color: #25409A;
  font-weight: 700;
  margin-bottom: 20px;
}

.b13i_text {
  font-size: 17px;
  line-height: 135%;
}

footer {
  background: #2F2F2F;
  padding: 59px 0 64px;
}

.footer {
  max-width: 1460px;
}

.f_cols .cl, .f_cols .f_bot, .f_cols .b1, .f_cols .b2, .f_cols .b3, .f_cols .b4, .f_cols .b5, .f_cols .b6, .f_cols .b7, .f_cols .b8, .f_cols .b9, .f_cols .b10, .f_cols .b11, .f_cols .b12, .f_cols .b13, .f_cols .header, .f_cols .footer, .f_cols .f_cols {
  display: none;
}

.f_col {
  width: 20%;
  float: left;
  padding-right: 15px;
}
.f_col:nth-child(5) {
  padding-right: 0;
}

.f_list > li {
  display: block;
  margin-bottom: 20px;
}
.f_list > li > a {

font: 15px/25px "Montserrat", Arial, sans-serif;
font-size: 0.8em;
font-weight: bold;
color: #fff;
line-height: 1.5385em;
text-transform: uppercase;
letter-spacing: 0.8px;
  
  
}

.f_list_2 > li {
  display: block;
  margin-bottom: 10px;
}
.f_list_2 > li > a {

color: #999999;
font-weight: normal;
text-transform: none;
letter-spacing: 0;
font-size: 0.8em!important;
line-height: 1.5385em!important;
font: 15px/25px "Montserrat", Arial, sans-serif;
}
.f_list_2 > li > a:hover {
  color: #fff;
}

.f_sign {
  max-width: 330px;
  color: #fff;
  transition: 0.3s;
  	position: relative;
    display: block;
    padding: 15px 45px 14px 18px;
    white-space: normal;
    background: #494949;
    border-color: #494949;
    text-align: left;
    letter-spacing: 0.8px;
    font-size: .7em!important;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
    border-radius: 3px;
    font: 15px/25px "Montserrat", Arial, sans-serif;
    line-height: 1.428571429;
    margin-bottom: 10px;
}
.f_sign:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.f_sign:after {
  display: block;
  content: "";
  width: 21px;
  height: 16px;
  background: url(../images/f_sign.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.fc_item {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  font-size: 15px;
  line-height: 17px;
  color: #fff;
  padding-left: 20px;
  position: relative;
      font: 15px/25px "Montserrat", Arial, sans-serif;
}

.f_tel {
  padding: 0 10px 0 23px;
}
.f_tel:before {
  display: block;
  content: "";
  width: 5px;
  height: 10px;
  background: url(../images/f_tel.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}
.f_tel:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 2.5px 0 2.5px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 10px;
}

.f_mail:before {
  display: block;
  content: "";
  width: 10px;
  height: 8px;
  background: url(../images/f_mail.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 10px;
}

.f_address:before {
  display: block;
  content: "";
  width: 9px;
  height: 11px;
  background: url(../images/f_address.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}

.f_socials {
  text-align: center;
  position: relative;
  margin: 50px 0 30px;
}
.f_socials:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #3F3F3F;
  position: absolute;
  left: 0;
  top: 20px;
}

.fs_list {
  display: inline-block;
  text-align: center;
  background: #2F2F2F;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.fs_list > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border: 1px solid #3F3F3F;
}
.fs_list > li > a {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  transition: 0.3s;
}
.fs_list > li > a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.fs_list > li > a > span {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/socials_pay_sprite.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.fs_list > li:nth-child(2) span {
  background-position: -14px 0;
}
.fs_list > li:nth-child(3) span {
  background-position: -28px 0;
}
.fs_list > li:nth-child(4) span {
  background-position: -42px 0;
}
.fs_list > li:nth-child(5) span {
  background-position: -56px 0;
}
.fs_list > li:nth-child(6) span {
  background-position: -70px 0;
}
.fs_list > li:nth-child(7) span {
  background-position: -84px 0;
}
.fs_list > li:nth-child(8) span {
  background-position: -98px 0;
}

.f_copy {
  float: left;
  font-size: 13px;
  line-height: 15px;
  color: #999999;
  padding-top: 3px;
  font: 15px/25px "Montserrat", Arial, sans-serif;
font-size: .867em;
    line-height: 1.692em;  
}

.f_pay {
  float: right;
}
.f_pay > li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.f_pay > li > span {
  display: block;
  width: 30px;
  height: 20px;
  background: url(../images/socials_pay_sprite.png) 0 -20px no-repeat;
}
.f_pay > li:nth-child(2) > span {
  background-position: -30px -20px;
}
.f_pay > li:nth-child(3) > span {
  background-position: -60px -20px;
}
.f_pay > li:nth-child(4) > span {
  background-position: -90px -20px;
}
.f_pay > li:nth-child(5) > span {
  background-position: -120px -20px;
}
.f_pay > li:nth-child(6) > span {
  background-position: -150px -20px;
}
.f_pay > li:nth-child(7) > span {
  background-position: -180px -20px;
}
.f_pay > li:nth-child(8) > span {
  background-position: -210px -20px;
}

/*стили модальных окон*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(34, 40, 63, 0.9);
  display: none;
}
.mask2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(34, 40, 63, 0.9);
  display: none;
}
.boxes .window {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.boxes #pop {
  max-width: 1480px;
  width: calc(100% - 30px);
  max-height: 100vh;
  overflow: auto;
  background: #FFFFFF;
  border-radius: 30px;
}
.boxes #pop_form {
  max-width: 1480px;
  width: calc(100% - 30px);
  max-height: 100vh;
  overflow: auto;
  background: #FFFFFF;
  border-radius: 30px;
}
.boxes #pop_order {
  max-width: 1480px;
  width: calc(100% - 30px);
  max-height: 100vh;
  overflow: auto;
  background: #FFFFFF;
  border-radius: 30px;
}
.close {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  z-index: 3;
  right: 15px;
  top: 15px;
  cursor: pointer;
  filter: alpha(Opacity=50);
  opacity: 0.5;
  transition: 0.3s;
}
.close:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}
.close:before {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
.close:after {
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.modal_content {
  height: 700px;
}

.mc_left {
  float: left;
  width: 100%;
  max-width: 720px;
  padding: 90px 90px 15px 90px;
}

.mc_right {
  float: right;
  max-width: 720px;
  height: 100%;
  width: calc(100% - 720px);
  background: url(../images/modal_bg.jpg) right 0 no-repeat;
}

.mc_head {
  font-size: 35px;
  line-height: 43px;
  margin-bottom: 60px;
  font-weight: 500;
}

.mc_input {
  display: block;
  max-width: 400px;
  width: 100%;
  height: 60px;
  margin-bottom: 18px;
  background: #F3F3F3;
  border-radius: 10px;
  font-size: 22px;
  padding: 0 30px;
}

.modal_thx {
  display: none;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 10px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

/* MEDIA QUERIES*/
@media only screen and (max-width: 1400px) {
  .b2_bg {
    left: auto;
    right: 490px;
  }
}
/*1400*/
@media only screen and (max-width: 1320px) {
  .b1_bg {
    max-width: 50%;
  }

  .b1_content {
    max-width: 48%;;
  }

  h1 {
    font-size: 38px;
    line-height: 44px;
  }

  .b9_item {
    max-width: 400px;
    margin: 0 10px 20px;
  }

  .b13 {
    padding: 30px 0;
    height: auto;
    background-size: 190%;
  }

  .b13_items {
    max-width: 650px;
    margin: 50px auto 0;
  }
}
/*1370*/
@media only screen and (max-width: 1250px) {
  .logo {
    left: 15px;
  }

  .h_tel {
    right: 15px;
  }
  .h_tel2,.h_tel3 {
    display:none;
  }
  
  .h_menu {

  }
  .h_menu > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
  }

  .c_head {
    font-size: 37px;
  }

  .b1_btn {
    width: 230px;
  }

  .b1_expert {
    margin-left: 20px;
  }
}
/*1250*/
@media only screen and (max-width: 1210px) {
  .b9_bot {
    padding: 30px 15px 15px 450px;
  }
}
@media only screen and (max-width: 1160px) {
  .b3 {
    padding: 30px 15px 20px;
  }
}
/*1160*/
@media only screen and (max-width: 1000px) {
  p {
    font-size: 17px;
    margin-bottom: 15px;
  }

  header {
    background: #233E99;
  }

  .burger {
    display: block;
  }

  .logo {
    left: 50%;
    height: 65px;
    transform: translateX(-50%);
    background: none;
  }

  .h_menu {
    display: none;
    text-align: left;
	width: 100%;
    padding: 55px 35px 45px;
        background: #1D293F;
    z-index: 1111111111111;
    position: absolute;
    left: 0;
    top: 50px;
  }
  .h_menu > li {
    display: block;
    width: 100%;
    margin: 0 0 30px!important;
  }
  .h_menu > li a{
font-size: 14px !important;
    color: #fff
  }
  .c_head {
    font-size: 28px;
  }

  .b1_content {
    float: none;
    max-width: 100%;
    padding: 50px 0 30px;
  }

  .b1_bg {
    max-width: 600px;
    width: 100%;
    float: none;
    margin: 0 auto;
  }

  .b2_wrap {
    padding-top: 30px;
  }

  .b2_head {
    font-size: 30px;
    padding: 25px 15px;
    border-radius: 0px 20px 20px 0px;
  }

  .b2_text {
    max-width: 100%;
    float: right;
    width: calc(100% - 320px);
    margin-left: 0;
    height: 125px;
    font-size: 18px;
    line-height: 120%;
  }

  .b3_items {
    margin-top: 30px;
  }

  .b4 {
    padding: 30px 15px;
  }

  .b4_content {
    margin-top: 0;
  }

  .b4_text {
    font-size: 18px;
    line-height: 21px;
    margin-top: 20px;
  }

  .b5_wrap {
    height: 530px;
  }

  .b5_content {
    padding-top: 30px;
  }

  .b5_text_1 {
    margin: 20px 0 20px;
  }

  .b5_text_2 {
    line-height: 120%;
  }

  .b7_wrap {
    height: auto;
    padding-bottom: 30px;
  }

  .b8_wrap {
    margin: 30px auto;
  }

  .b9_wrap {
    padding: 30px 0;
  }

  .b9_items {
    margin-top: 30px;
  }

  .b9i_head {
    font-size: 24px;
    line-height: 28px;
  }

  .b9_item {
    height: 450px;
  }

  .b9i_img {
    height: 330px;
  }
  .b9i_img > span > img {
    max-width: 300px;
  }

  .b9i_text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }

  .b10_wrap {
    background: #F9F9F9;
  }

  .b10 {
    padding: 30px 15px;
  }
  .b10 .c_head {
    margin-bottom: 30px;
    font-size: 35px !important;
    line-height: 120% !important;
  }

  .b10_left, .b10_right {
    width: 48%;
  }

  .b10_img {
    height: auto;
    margin-bottom: 20px;
  }

  .b10_item {
    height: auto;
    margin-top: 40px;
  }

  .b11_bg {
    padding-top: 30px;
    height: 330px;
  }

  .b12 {
    padding: 30px 0 30px 15px;
  }
  .b12 .c_head {
    margin-bottom: 30px;
  }

  .b13 {
    margin-top: 30px;

  }

  footer {
    padding: 40px 0 15px;
  }

  .f_col {
    width: 25%;
  }
  .f_col:nth-child(5) {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
  .f_col:nth-child(5) br {
    display: none;
  }

  .f_sign {
    text-align: left;
    margin: 0 auto 25px;
  }

  .fc_item {
    margin: 0 5px 10px;
  }

  .f_socials {
    margin: 15px 0 20px;
  }
}
/*1000*/
@media only screen and (max-width: 900px) {
  .b2 {
    padding-bottom: 40px;
    height: auto;
  }

  .b2_bg {
    display: none;
  }

  .b2_items {
    float: none;
    margin: 40px auto 0;
  }

  .b3 {
    padding: 30px 0 20px;
  }
  .b3 .c_head {
    font-size: 21px;
    line-height: 115%;
    padding: 0 15px;
  }

  .b3_items {
    max-width: 500px;
    margin: 30px auto 20px;
  }

  .b3_item {
    width: 140px;
    height: 100px;
    padding: 15px;
    border-radius: 12px;
    padding: 0;
    margin: 0 5px 12px;
  }
  .b3_item > img {
    max-width: 28px;
    top: 15px;
    right: 15px;
    filter: brightness(2000000%);
  }

  .b3i_text {
    font-size: 9px;
    line-height: 12px;
    font-weight: normal;
    bottom: 15px;
    left: 15px;
  }

  .b3_parallax {
    width: 500px;
    left: auto;
    right: -250px;
    transform: translateX(0);
  }
  .b3_parallax > img {
    top: 720px;
  }
}
/*900*/
@media only screen and (max-width: 800px) {
  .b9_bot {
    padding: 30px 15px 15px 310px;
    background: url(../images/b9_bot.jpg) -120px 0 no-repeat;
  }

  .b9b_head {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .b9b_text {
    font-size: 18px;
    line-height: 20px;
  }
}
/*800*/
@media only screen and (max-width: 750px) {
  header {
    height: 50px;
  }
  header.fixed .h_callback {
    display: none;
  }
  header.fixed .h_tel {
    margin-top: 0;
  }

  .logo {
    height: 50px;
    width: 70px !important;
  }

  .burger {
    top: 16px;
    left: auto;
    right: 20px;
  }
  .h_tel2 {
	  display:none;
  }
  .h_tel {
    width: 22px !important;
    height: 21px;
    background: url(../images/h_tel.png) 0 0 no-repeat;
    border: none;
    transition: 0.3s;
    top: 15px;
    right: auto;
    left: 15px;
  }
  .h_tel:hover {
    filter: alpha(Opacity=70);
    opacity: 0.7;
    background: url(../images/h_tel.png) 0 0 no-repeat;
  }
  .h_tel > span {
    display: none;
  }

  .h_menu {
    left: auto;
    right: 0;
  }

  .f_col {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }

  .f_copy {
    float: none;
    text-align: center;
    padding: 0;
    margin-top: 20px;
  }

  .f_pay {
    float: none;
    text-align: center;
  }
  .f_pay > li {
    margin: 0 3px;
  }

  .b4 {
    padding: 40px 15px;
  }

  .b4_img {
    display: none;
  }

  .b4_img_mob {
    display: block;
    width: 100%;
  }

  .b4_content {
    float: none;
    max-width: 100%;
  }

  .b4_text {
    font-size: 14px;
    line-height: 155%;
  }

  .b6_img_mob {
    display: block;
    width: 100%;
  }

  .b7_text {
    font-size: 12px;
    line-height: 145%;
    margin-top: 20px;
  }

  .b8_wrap {
    height: auto;
    border-radius: 10px;
    background-size: cover;
    padding: 20px 0 215px;
    margin: 50px auto 120px;
    position: relative;
  }
  .b8_wrap .c_head {
    font-size: 18px !important;
  }

  .b8 {
    padding: 0 15px;
  }

  .b8_logo {
    max-width: 100px;
  }

  .b8_text {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    top: 105%;
    left: 0;
  }

  .b9_wrap {
    background: #fff;
  }

  .b9_bot {
    width: calc(100% + 30px);
    transform: translateX(-15px);
    background: none;
    height: auto;
    padding: 0;
    border-radius: 0;
    padding-bottom: 40px;
  }

  .b9_bot_img_mob {
    display: block;
  }

  .b9b_head {
    padding: 0 15px;
    font-size: 25px;
    line-height: 125%;
  }

  .b9b_text {
    font-size: 14px;
    padding: 0 15px;
  }
}
/*750*/
@media only screen and (max-width: 650px) {
  .b2 {
    width: calc(100% - 30px);
    background: #EFF1F7;
    border-radius: 24px;
    padding: 30px 20px 120px;
    margin-bottom: 45px;
  }

  .b2_bg {
    display: block;
    max-width: 300px;
    background-size: 100%;
    right: auto;
    left: 0;
    bottom: -80px;
  }

  .b2_head {
    float: none;
    background: none;
    font-size: 20px;
    padding: 0;
    transform: translateX(0);
  }
  .b2_head > span {
    color: #25409A;
  }

  .b2_text {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-size: 14px;
    line-height: 145%;
  }

  .b2_item {
    min-height: 30px;
    margin-bottom: 25px;
    padding-left: 55px;
  }

  .b2_items {
    margin-top: 40px;
  }

  .b2i_img {
    width: 30px;
    height: 30px;
    top: 0;
    transform: translateY(0);
  }
  .b2i_img > img {
    max-width: 12px;
  }

  .b2i_text {
    font-size: 12px;
    line-height: 145%;
  }

  .b5_wrap {
    height: auto;
    background: url(../images/b5_bg_mob.jpg) center bottom no-repeat;
    background-size: cover;
    padding-bottom: 60vw;
  }

  .b5_text_1 {
    font-size: 14px;
    line-height: 155%;
    margin: 0;
    font-weight: 500;
  }
  .b5_text_1 > span {
    font-weight: 400;
    color: #272727;
  }

  .b5_text_2 {
    font-size: 12px;
    line-height: 155%;
    padding-left: 0;
    margin-top: 30px;
  }
  .b5_text_2:before {
    display: none;
  }

  .b7_wrap {
    background: #F0F0F0;
    padding-bottom: 30px;
  }

  .b10 {
    padding: 50px 15px;
  }
  .b10 .c_head {
    font-size: 22px !important;
  }

  .b10_head {
    font-size: 17px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c2c2c2;
  }

  .b10_item {
    height: 40px;
    font-size: 8px;
    margin-top: 20px;
  }
  .b10_item.empty2:before {
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #C2C2C2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .b10_item > span {
    font-size: 13px;
  }
  .b10_item > span > img {
    max-width: 20px;
  }

  .b10_price, .b10_price span {
    font-size: 13px!important;
  }

  .b10_btn {
    width: 120px;
    height: 28px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 28px;
  }

  .b11_wrap .c_head {
    text-align: left;
  }

  .vid {
    border-radius: 10px;
  }

  .b13_item {
    width: 46%;
    margin: 0 1% 2%;
  }

  .b13_head {
    font-size: 30px;
  }
  .b13_head > img {
    max-width: 150px;
  }

  .b13_text {
    font-size: 22px;
  }
}
/*650*/
@media only screen and (max-width: 550px) {
.mc_head{
    font-size: 18px;
    line-height: 22px;	
}
.mc_left{
	padding: 40px;
}	
.modal_content{
	height:auto;
}
  p {
    font-size: 16px;
  }

  h1 {
    font-size: 26px;
    line-height: 31px;
    text-align: left;
  }

  .c_head {
    font-size: 22px !important;
    line-height: 120% !important;
  }

  .b1_content {
    padding-top: 25px;
  }

  .b1_text {
    font-size: 14px;
    line-height: 145%;
    margin: 15px 0 20px;
  }

  .b1_btn {
    display: block;
    max-width: 160px;
    width: 48%;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    float: left;
  }

  .b1_expert {
    display: block;
    float: right;
    width: 45%;
    margin: 0;
    font-size: 10px;
    line-height: 110%;
    padding-left: 27px;
    margin: 7px 0 0 0;
  }
  .b1_expert:before {
    width: 20px;
    height: 22px;
    background-size: 100%;
  }

  .b7_text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }

  .b9_item {
    display: block;
    height: auto;
    padding: 0 0 20px;
    margin: 0 auto 20px;
    border-radius: 20px;
  }
  .b9_item:nth-child(1), .b9_item:nth-child(4) {
    padding-top: 15px;
  }

  .b9i_img {
    height: auto;
    margin-bottom: 15px;
  }
  .b9i_img > span > img {
    max-width: 200px;
  }

  .b9i_head {
    font-size: 16px;
    padding: 0 15px;
  }

  .b9i_text {
    padding: 0 15px;
  }

  .b9_bot {
    padding: 20px 0;
    height: auto;
    border-radius: 0;
  }

  .b9b_head {
    font-size: 22px;
    line-height: 23px;
  }

  .b9b_text {
    font-size: 14px;
  }

  .b11_bg {
    height: 240px;
  }

  .b11 {
    margin-top: -110px;
  }

  .b12 .c_head {
    text-align: left;
    transform: translateX(0);
  }

  .rev_slider {
    overflow: visible;
  }
  .rev_slider .owl-nav {
    display: block;
  }
  .rev_slider.rs_desktop {
    display: none;
  }
  .rev_slider.rs_mob {
    display: block;
  }

  .rs_content {

  }

  .b13 {
    margin-top: 0;
  }

  .b13_head {
    font-size: 20px;
  }
  .b13_head > img {
    max-width: 95px;
  }

  .b13_text {
    font-size: 10px;
    margin-bottom: 140px;
  }

  .b13_item {
    height: 150px;
    border-radius: 16px;
  }
  .b13_item:nth-child(4) .b13i_img > span > img {
    max-width: 22px;
  }

  .b13i_img {
    height: 40px;
  }
  .b13i_img > span > span {
    font-size: 30px;
    line-height: 40px;
  }
  .b13i_img > span > img {
    max-width: 33px;
  }

  .b13i_head {
    font-size: 10px;
    line-height: 130%;
    margin-bottom: 10px;
  }

  .b13i_text {
    font-size: 8px;
    margin-top: 10px;
  }
}
/*550*/
@media only screen and (min-width: 501px) {
	#pop_order .b10_head{
		font-size:28px;
	}
}
@media only screen and (max-width: 500px) {
  .b1_content {
    padding-top: 50px;
  }	
	#pop_order .b10_head{
		font-size:22px;
	}
  .f_list > li {
    margin-bottom: 7px;
  }
  .f_list > li > a {
    font-size: 14px;
    line-height: 16px;
  }

  .f_list_2 > li {
    display: block;
    margin-bottom: 4px;
  }
  .f_list_2 > li > a {
    font-size: 12px;
    line-height: 13px;
  }

  .f_socials:before {
    display: none;
  }

  .f_pay {
    float: none;
    text-align: center;
  }
  .f_pay > li {
    margin: 0;
  }

  .fs_list {
    padding: 0;
  }
  .fs_list > li {
    margin: 0 2px;
  }
  .fs_list > li > a {
    width: 24px;
    height: 24px;
  }
  #pop_order .b10_img > img{
	height:auto!important;
  }
#pop_order .b10_img{
	height:auto!important;
}  
.rs_content > img{
	border-radius: 15px!important;
}
.rev_slider.desktop{
	display:none;
}
}

@media only screen and (min-width: 501px) {
	.rev_slider.mobile{
		display:none;
	}
}

/*500*/
/*400*/

#pop_order .b10_img > img{
	height:185px;
}
#pop_order .b10_img{
	height:220px;
}
#pop_order .b10_head{
	border-bottom: 1px solid #c2c2c2;
}
#pop_order .b10_item > span{
	font-size: 22px;
}
#pop_order .b10_item{
	font-size: 14px;
	height: 80px;
}
#pop_order .b10_price{
	margin: 0px 0 20px;
	font-size: 23px;
	color: #F47A20;    
	line-height:105%;
}
#pop_order .b10_detail{
	font-size:14px;
	color:#272727;
	opacity:50%;
	text-decoration:underline;
}
#pop_order .b10_price span{
	font-size: 16px;
	color: #BFB9B9;    
	font-weight: 400;
    text-decoration: line-through;
}
.b10_price{
	line-height: 115%;
}
.b10_price span{
	font-size: 21px;
	color: #BFB9B9;    
	font-weight: 400;
    text-decoration: line-through;
}
#pop_order .c_head{
	font-size: 40px;
	margin-bottom: 50px;
}
#pop_order .b10{
	padding: 50px 15px 60px;
	max-width: 950px;
}
#pop_order .b10_btn{
margin-bottom: 15px;
}
.video_push_16_9{
    padding-top: 0;
    height: 700px;	
}
#pop.window .close:before, #pop.window .close:after{
	background: #fff;
}
/*# sourceMappingURL=style.css.map */
