@charset "UTF-8";
@font-face {
  font-family: MullerLight;
  src: url(../fonts/MullerLightd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerLight.woff2) format("woff2"), url(../fonts/MullerLight.woff) format("woff"), url(../fonts/MullerLight.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: MullerLightItalic;
  src: url(../fonts/MullerLightItalicd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerLightItalic.woff2) format("woff2"), url(../fonts/MullerLightItalic.woff) format("woff"), url(../fonts/MullerLightItalic.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: MullerMedium;
  src: url(../fonts/MullerMediumd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerMedium.woff2) format("woff2"), url(../fonts/MullerMedium.woff) format("woff"), url(../fonts/MullerMedium.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: MullerMediumItalic;
  src: url(../fonts/MullerMediumItalicd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerMediumItalic.woff2) format("woff2"), url(../fonts/MullerMediumItalic.woff) format("woff"), url(../fonts/MullerMediumItalic.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: MullerRegular;
  src: url(../fonts/MullerRegulard41d.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerRegular.woff2) format("woff2"), url(../fonts/MullerRegular.woff) format("woff"), url(../fonts/MullerRegular.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: ProximaNova-Light;
  src: url(../fonts/ProximaNova-Lightd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Light.woff2) format("woff2"), url(../fonts/ProximaNova-Light.woff) format("woff"), url(../fonts/ProximaNova-Light.ttf) format("truetype");
  font-display: swap; }

@font-face {
  font-family: ProximaNova-Semibold;
  src: url(../fonts/ProximaNova-Semiboldd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Semibold.woff2) format("woff2"), url(../fonts/ProximaNova-Semibold.woff) format("woff"), url(../fonts/ProximaNova-Semibold.ttf) format("truetype");
  font-display: swap; }

body {
  font-size: 16px;
  font-family: ProximaNova-Light;
  line-height: normal; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

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

strong {
  font-weight: normal;
  font-family: ProximaNova-Semibold; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-family: MullerLight;
  color: #191919;
  position: relative; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-family: MullerMedium; }

h2 {
  font-size: 50px;
  line-height: 63px;
  position: relative;
  z-index: 10; }

.box_zag mark {
  background: transparent;
  padding: 0;
  font-family: MullerMediumItalic;
  color: #36c96b;
  font-size: 22px; }

.box_zag p {
  color: #403f37;
  font-size: 20px;
  line-height: 30px;
  position: relative;
  z-index: 10; }

a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

button,
button:active,
button:focus {
  outline: 0;
  cursor: pointer; }

.box_btn {
  position: relative;
  max-width: 337px;
  width: 100%;
  display: inline-block; }
  .box_btn::before {
    content: "";
    background: #24a24f;
    -webkit-border-radius: 14px;
            border-radius: 14px;
    height: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0; }
  .box_btn .my_btn {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0;
    border: none;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#48de7c), to(#2ab95c));
    background: -webkit-linear-gradient(top, #48de7c, #2ab95c);
    background: -o-linear-gradient(top, #48de7c, #2ab95c);
    background: linear-gradient(to bottom, #48de7c, #2ab95c);
    cursor: pointer;
    font-family: MullerMedium;
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.18px;
    width: 100%;
    height: 74px;
    line-height: 78px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.35), 0 0 50px rgba(71, 220, 122, 0.52);
            box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.35), 0 0 50px rgba(71, 220, 122, 0.52); }
    .box_btn .my_btn span {
      position: relative;
      z-index: 10; }
  .box_btn .my_btn:active,
  .box_btn .my_btn:focus,
  .box_btn .my_btn:hover {
    color: #fff; }
  .box_btn.blue::before {
    background: #1650a2; }
  .box_btn.blue .my_btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#3086fe), to(#297aea));
    background: -webkit-linear-gradient(top, #3086fe, #297aea);
    background: -o-linear-gradient(top, #3086fe, #297aea);
    background: linear-gradient(to bottom, #3086fe, #297aea);
    -webkit-box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.35), 0 0 50px rgba(48, 134, 255, 0.18);
            box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.35), 0 0 50px rgba(48, 134, 255, 0.18);
    font-size: 16px;
    height: 60px;
    line-height: 64px;
    letter-spacing: -0.08px; }
    .box_btn.blue .my_btn span {
      line-height: 19px;
      display: inline-block;
      vertical-align: middle; }

form {
  font-size: 0;
  position: relative;
  margin: 0 auto;
  text-align: left; }
  form .block {
    width: 100%;
    display: block;
    margin: 0 0 30px; }
  form input {
    position: relative;
    z-index: 10;
    background: #eee;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    color: #4d5252;
    font-size: 16px;
    padding: 0 25px;
    border: none;
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: inset 0 -2px 5px rgba(135, 135, 135, 0.22);
            box-shadow: inset 0 -2px 5px rgba(135, 135, 135, 0.22); }
  form label {
    font-size: 14px;
    text-transform: uppercase;
    color: #3d4547;
    font-family: MullerMedium;
    font-weight: normal;
    margin-bottom: 10px; }
  form .box_btn {
    display: block;
    margin: 0 auto; }
    form .box_btn .my_btn {
      height: 60px;
      line-height: 64px; }

input::-webkit-input-placeholder {
  color: #4d5252; }

input::-moz-placeholder {
  color: #4d5252; }

input:-moz-placeholder {
  color: #4d5252; }

input:-ms-input-placeholder {
  color: #4d5252; }

.container {
  width: 1200px; }

/*.nivo-lightbox*/
.nivo-lightbox-next {
  font-size: 0;
  background: url(../img/arrow_lightbox.svg) no-repeat;
  width: 24px;
  height: 43px;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 15px; }

.nivo-lightbox-prev {
  font-size: 0;
  background: url(../img/arrow_lightbox.svg) no-repeat;
  width: 24px;
  height: 43px;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 15px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/*validate*/
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body.rtl .formError .formErrorArrow,
body[dir=rtl] .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

@media (max-width: 1440px) {
  .container {
    width: 1020px; }
  h2 {
    font-size: 42px;
    line-height: 56px; }
  .box_zag mark {
    font-size: 18px; }
  .box_zag p {
    font-size: 16px;
    line-height: 26px; }
  .box_btn {
    max-width: 285px; }
    .box_btn::before {
      bottom: -3px; }
    .box_btn .my_btn {
      font-size: 16px;
      height: 60px;
      line-height: 64px; }
    .box_btn.blue .my_btn {
      font-size: 14px;
      height: 50px;
      line-height: 54px; }
      .box_btn.blue .my_btn span {
        line-height: 17px; }
  form .block {
    margin: 0 0 25px; }
  form input {
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px; }
  form label {
    font-size: 12px;
    margin-bottom: 8px; }
  form .box_btn .my_btn {
    height: 50px;
    line-height: 54px; } }

@media (max-width: 1199px) {
  .container {
    width: 95%; }
  h2 {
    font-size: 40px;
    line-height: 54px; } }

@media (max-width: 991px) {
  body {
    letter-spacing: normal;
    line-height: normal; }
  .container {
    width: 100%; }
  h2 {
    font-size: 32px;
    line-height: 46px; }
  .box_zag mark {
    font-size: 17px; } }

@media (max-width: 767px) {
  .container {
    text-align: center; }
  * {
    letter-spacing: normal !important; }
  .box_btn .my_btn {
    max-width: 300px;
    font-size: 14px; }
  .box_zag h2 {
    font-size: 27px;
    line-height: 37px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto; }
    .box_zag h2 br {
      display: none; }
  .box_zag p {
    line-height: 22px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto; }
    .box_zag p br {
      display: none; }
  .box_zag mark {
    font-size: 16px; }
  form {
    max-width: 300px; }
  form .block {
    display: block;
    width: 100%;
    margin: 0 auto 20px; }
  form .box_btn .my_btn {
    max-width: 100%; } }

@media (max-width: 479px) {
  .box_zag h2 {
    font-size: 22px;
    line-height: 28px; }
  .box_zag p {
    font-size: 14px;
    line-height: 20px; } }

/*modal*/
.modal {
  padding-right: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow-y: auto;
  overflow-x: hidden; }

.popup_window {
  background-color: transparent;
  padding-right: 0 !important; }
  .popup_window .modal-dialog {
    border: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative;
    margin-top: 100px;
    max-width: 570px; }
    .popup_window .modal-dialog:before {
      width: 80%;
      height: 100%;
      content: ' ';
      background-color: #fff;
      margin-top: -30px; }
  .popup_window .wrap {
    margin-top: 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 70px 40px 40px;
    margin-left: auto;
    background-color: #fff;
    position: relative;
    overflow: hidden; }
    .popup_window .wrap .box_zag {
      max-width: 600px;
      margin: 0 auto 20px;
      margin-top: 0;
      text-align: center; }
      .popup_window .wrap .box_zag .title {
        font-size: 26px;
        line-height: 1.4;
        color: #0f0f0f;
        margin-bottom: 20px;
        font-family: MullerLight; }
      .popup_window .wrap .box_zag ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 16px; }
        .popup_window .wrap .box_zag ul li {
          margin-bottom: 5px; }
  .popup_window form {
    font-size: 0;
    position: relative;
    max-width: 330px;
    margin: 0 auto; }
    .popup_window form .block {
      width: 100%;
      display: block;
      position: relative;
      text-align: left; }
      .popup_window form .block:last-child {
        margin-bottom: 0; }
    .popup_window form .box_btn {
      max-width: 100%; }
    .popup_window form .minconf {
      margin-top: 12px;
      text-align: center; }
      .popup_window form .minconf p {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 14px;
        color: rgba(0, 0, 0, 0.5); }
        .popup_window form .minconf p a {
          color: rgba(0, 0, 0, 0.5); }
  .popup_window .box_contacts {
    margin-top: 16px;
    text-align: center;
    margin: 15px auto 0; }
    .popup_window .box_contacts .zag {
      font-size: 12px;
      color: #292d2d;
      margin-bottom: 0;
      text-transform: uppercase;
      font-family: MullerMedium;
      margin-bottom: 8px; }
    .popup_window .box_contacts .box_phone {
      margin-top: 15px; }
      .popup_window .box_contacts .box_phone a {
        color: #444141;
        font-size: 16px;
        position: relative; }
    .popup_window .box_contacts .box_soc {
      font-size: 0;
      margin: 0 auto;
      position: relative;
      max-width: 330px; }
      .popup_window .box_contacts .box_soc a {
        display: inline-block;
        vertical-align: middle;
        width: 33.33%;
        text-align: center;
        position: relative;
        z-index: 10;
        border: 1px solid rgba(45, 46, 48, 0.1);
        border-right: none;
        padding: 10px 0;
        color: #000; }
        .popup_window .box_contacts .box_soc a span, .popup_window .box_contacts .box_soc a img {
          display: inline-block;
          vertical-align: middle; }
        .popup_window .box_contacts .box_soc a span {
          font-size: 12px;
          margin-left: 5px; }
        .popup_window .box_contacts .box_soc a img {
          max-height: 18px;
          max-width: 18px;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        .popup_window .box_contacts .box_soc a:first-child {
          -webkit-border-radius: 25px 0 0 25px;
                  border-radius: 25px 0 0 25px; }
        .popup_window .box_contacts .box_soc a:last-child {
          -webkit-border-radius: 0 25px 25px 0;
                  border-radius: 0 25px 25px 0;
          border-right: 1px solid rgba(45, 46, 48, 0.1); }
        .popup_window .box_contacts .box_soc a:hover img {
          -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
          transform: translateZ(0px);
          -webkit-transform: translateZ(0); }
  .popup_window input::-webkit-input-placeholder {
    color: #000; }
  .popup_window input::-moz-placeholder {
    color: #000; }
  .popup_window input:-moz-placeholder {
    color: #000; }
  .popup_window input:-ms-input-placeholder {
    color: #000; }

#modal_video .modal-dialog {
  width: 75%;
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
  -webkit-border-radius: 0;
          border-radius: 0; }

#modal_video .modal-content {
  border: none;
  background: #fff;
  -webkit-border-radius: 0;
          border-radius: 0; }

#modal_video .box-modal_close img {
  margin: 0;
  width: 40px;
  height: 40px; }

#modal_video .box_wrap {
  font-size: 0;
  position: relative;
  top: 50%;
  left: 50%;
  height: 615px;
  width: 75%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#modal_video iframe {
  width: 100%;
  height: 100%;
  border: none; }

#modal_more .modal-dialog {
  max-width: 1100px;
  width: 95%; }

#modal_more .modal-content {
  border: none;
  -webkit-border-radius: 8px;
          border-radius: 8px; }

#modal_more .wrap {
  font-size: 0;
  padding: 0;
  position: relative;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  min-height: 665px; }

#modal_more .box_left {
  display: inline-block;
  vertical-align: top;
  width: 67%;
  padding: 45px 40px; }
  #modal_more .box_left .box_zag {
    text-align: left;
    margin-bottom: 10px; }
    #modal_more .box_left .box_zag h3 {
      font-size: 24px;
      color: #191919;
      font-family: MullerMedium; }
  #modal_more .box_left .box_img {
    height: 180px; }
    #modal_more .box_left .box_img img {
      max-width: 590px;
      height: 100%; }
  #modal_more .box_left .box_info {
    margin-top: 30px; }
  #modal_more .box_left .nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 8px; }
  #modal_more .box_left .nav-tabs > li {
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px; }
    #modal_more .box_left .nav-tabs > li:last-child {
      margin-right: 0; }
  #modal_more .box_left .nav-tabs > li > a {
    margin: 0;
    line-height: normal;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-family: ProximaNova-Semibold; }
  #modal_more .box_left .nav-tabs > li.active > a {
    color: #3086fe; }
  #modal_more .box_left .nav-tabs > li > a, #modal_more .box_left .nav-tabs > li > a:focus, #modal_more .box_left .nav-tabs > li > a:hover {
    background: transparent; }
  #modal_more .box_left .tab-content {
    font-size: 14px;
    line-height: 20px;
    color: #403f37;
    padding-top: 20px; }
    #modal_more .box_left .tab-content p:last-child {
      margin-bottom: 0; }
    #modal_more .box_left .tab-content ul {
      font-size: 0; }
      #modal_more .box_left .tab-content ul li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px;
        margin-bottom: 5px; }
        #modal_more .box_left .tab-content ul li:last-child {
          margin-bottom: 0; }
        #modal_more .box_left .tab-content ul li span {
          display: inline-block;
          vertical-align: middle;
          width: 60%;
          font-size: 14px; }
          #modal_more .box_left .tab-content ul li span:last-child {
            text-align: right; 
            width: 40%;
          }

#modal_more .box_right {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  background: #eceff2;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 58px 20px 0;
  overflow: hidden; }
  #modal_more .box_right .box_mark {
    position: absolute;
    top: 0;
    height: 25px;
    background: #eb3d51;
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    font-family: ProximaNova-Semibold;
    letter-spacing: 1.4px;
    left: 0;
    right: 0;
    text-align: center;
    display: none; }
  #modal_more .box_right .box_delivery {
    font-size: 14px;
    color: #383838;
    text-transform: uppercase;
    position: relative;
    padding: 20px 0; }
    #modal_more .box_right .box_delivery::before {
      content: "";
      position: absolute;
      top: 0;
      left: -99px;
      right: -99px;
      height: 1px;
      background: rgba(0, 0, 0, 0.2); }
    #modal_more .box_right .box_delivery::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: -99px;
      right: -99px;
      height: 1px;
      background: rgba(0, 0, 0, 0.2); }
    #modal_more .box_right .box_delivery p {
      position: relative;
      padding-left: 30px; }
      #modal_more .box_right .box_delivery p::before {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      #modal_more .box_right .box_delivery p:first-child::before {
        content: "";
        background: url(../img/bg2/car.svg) no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        width: 23px;
        height: 23px; }
      #modal_more .box_right .box_delivery p:nth-child(2)::before {
        content: "";
        background: url(../img/bg2/instal.svg) no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        width: 18px;
        height: 17px;
        left: 5px;
        top: 44%; }
      #modal_more .box_right .box_delivery p:last-child {
        margin-bottom: 0; }
    #modal_more .box_right .box_delivery .red {
      color: #ea2f45; }
  #modal_more .box_right .box_price {
    margin-bottom: 23px; }
    #modal_more .box_right .box_price .old_price {
      color: #8a8a8a;
      font-size: 18px;
      font-family: MullerLight;
      margin-bottom: 7px;
      position: relative;
      display: inline-block; }
      #modal_more .box_right .box_price .old_price::after {
        content: "";
        background: #8a8a8a;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    #modal_more .box_right .box_price .price {
      color: #1ab650;
      font-size: 33px;
      font-family: MullerMedium; }
  #modal_more .box_right .box_forma {
    padding-top: 30px; }
    #modal_more .box_right .box_forma .zag {
      font-size: 24px;
      color: #191919;
      font-family: MullerMedium;
      margin-bottom: 20px; }
    #modal_more .box_right .box_forma form .block {
      margin-bottom: 18px; }
    #modal_more .box_right .box_forma form label {
      color: rgba(0, 0, 0, 0.7); }
    #modal_more .box_right .box_forma form input {
      background: #fff;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0 20px;
      font-size: 14px;
      -webkit-border-radius: 8px;
              border-radius: 8px; }
    #modal_more .box_right .box_forma form .minconf p {
      color: #939393; }
    #modal_more .box_right .box_forma .box_btn .my_btn::before {
      content: "";
      background: url(../img/bg2/cart.svg) no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -5px;
      margin-right: 7px; }

#modal_more .box-modal_close {
  top: -40px;
  right: 0; }
  #modal_more .box-modal_close span {
    color: #fff; }

#modal_montaz .box {
  margin-bottom: 25px; }
  #modal_montaz .box:last-child {
    margin-bottom: 0; }
  #modal_montaz .box ul li {
    margin-bottom: 6px; }

#modal_quiz .modal-dialog {
  max-width: 1245px;
  width: 100%; }
  #modal_quiz .modal-dialog .box_wrap {
    padding: 50px 20px; }
    #modal_quiz .modal-dialog .box_wrap .box_zag {
      max-width: 100%; }
      #modal_quiz .modal-dialog .box_wrap .box_zag h2 {
        font-size: 30px;
        line-height: 40px;
        max-width: 600px;
        margin: 0 auto 20px; }
      #modal_quiz .modal-dialog .box_wrap .box_zag p {
        max-width: 500px;
        margin: 0 auto 10px;
        font-size: 16px;
        line-height: 22px; }

#modal_quiz #quiz_block .wrap_main {
  text-align: center;
  position: relative; }
  #modal_quiz #quiz_block .wrap_main .wrap {
    position: relative; }
  #modal_quiz #quiz_block .wrap_main form {
    max-width: 100%;
    margin: 0 auto; }
    #modal_quiz #quiz_block .wrap_main form .block {
      width: 100%;
      position: relative;
      z-index: 10; }
    #modal_quiz #quiz_block .wrap_main form .block_select::after {
      content: "";
      background: url(../img/arrow_quiz.svg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      right: 15px;
      top: 50%;
      width: 15px;
      height: 15px;
      pointer-events: none;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    #modal_quiz #quiz_block .wrap_main form .block_select .form-control {
      background: #eee;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-box-shadow: inset 0 -2px 5px rgba(135, 135, 135, 0.22);
              box-shadow: inset 0 -2px 5px rgba(135, 135, 135, 0.22);
      -webkit-border-radius: 5px;
              border-radius: 5px;
      border: none;
      padding: 0 35px 0 20px;
      height: 60px;
      color: #000;
      font-size: 16px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer; }
      #modal_quiz #quiz_block .wrap_main form .block_select .form-control:focus {
        border-color: transparent;
        -webkit-box-shadow: inset 0 -2px 5px rgba(135, 135, 135, 0.22);
                box-shadow: inset 0 -2px 5px rgba(135, 135, 135, 0.22); }

#modal_quiz #quiz_block .wrap_main_after .box_left {
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
  color: #000;
  font-size: 16px; }
  #modal_quiz #quiz_block .wrap_main_after .box_left::before {
    content: ' ';
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  #modal_quiz #quiz_block .wrap_main_after .box_left .box_top {
    position: relative;
    padding: 25px 0; }
    #modal_quiz #quiz_block .wrap_main_after .box_left .box_top p:first-child {
      margin-bottom: 20px; }
    #modal_quiz #quiz_block .wrap_main_after .box_left .box_top strong {
      font-family: MullerMedium; }

#modal_quiz #quiz_block .wrap_main_after .box_right {
  text-align: left;
  padding: 30px 25px 40px;
  position: relative;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  #modal_quiz #quiz_block .wrap_main_after .box_right::before {
    content: ' ';
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .progress {
    background-color: #faf9f9;
    position: relative; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .progress-bar {
    background-color: #3fd373;
    color: #000;
    -webkit-box-shadow: none;
            box-shadow: none; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item {
    display: block; }
    #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_zag {
      margin-bottom: 30px; }
    #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner {
      margin-bottom: 35px;
      font-size: 0;
      color: #000; }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_radio, #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_checkbox {
        margin-bottom: 15px; }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_input {
        max-width: 300px; }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:checked,
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:not(:checked),
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:checked,
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:not(:checked) {
        position: absolute;
        left: -9999px; }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:checked + label,
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:not(:checked) + label,
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:checked + label,
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:not(:checked) + label {
        display: inline-block;
        position: relative;
        padding-left: 32px;
        cursor: pointer;
        margin: 0;
        font-size: 18px;
        font-weight: 300; }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:checked + label:before,
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:not(:checked) + label:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        -webkit-border-radius: 100%;
        border-radius: 100%; }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:checked + label:before,
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:not(:checked) + label:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 22px;
        height: 22px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:not(:checked) + label:before,
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:not(:checked) + label:before {
        border: 2px solid #eaeaea;
        background-color: transparent; }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:checked + label:before {
        border: 6px solid #3fd373;
        -webkit-box-shadow: 0 3px 10px rgba(63, 211, 115, 0.37);
                box-shadow: 0 3px 10px rgba(63, 211, 115, 0.37); }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:checked + label:before {
        background: #ffea82;
        -webkit-box-shadow: 0 3px 10px rgba(63, 211, 115, 0.37);
                box-shadow: 0 3px 10px rgba(63, 211, 115, 0.37); }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:checked + label:after,
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:not(:checked) + label:after,
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:checked + label:after,
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:not(:checked) + label:after {
        content: "";
        position: absolute;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:not(:checked) + label:after,
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:not(:checked) + label:after {
        opacity: 0; }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:checked + label:after,
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:checked + label:after {
        opacity: 1; }
    #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_btn {
      max-width: 200px;
      width: 100%; }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_btn .my_btn {
        height: 54px;
        line-height: 58px; }
    #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item.quiz_item5 .box_btn {
      max-width: 270px;
      padding: 0; }
    #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item.quiz_item6 {
      text-align: center; }
    #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item #wrap_finish_form .form_inner {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: start;
      align-items: start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item #wrap_finish_form .block {
      display: inline-block;
      vertical-align: top;
      width: -webkit-calc(25% - 10px);
      width: calc(25% - 10px);
      margin-right: 10px;
      margin-bottom: 0; }
    #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item #wrap_finish_form .box_btn {
      width: 25%;
      max-width: 100%;
      display: inline-block;
      vertical-align: top; }
      #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item #wrap_finish_form .box_btn .my_btn {
        height: 56px;
        line-height: 60px; }

#modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner {
  margin-bottom: 20px;
}
#modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_radio_img {
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
  width: calc(33.33% - 15px);
  margin-right: 15px;
  margin-bottom: 25px;
}
#modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_radio_img .box_img {
  height: 200px;
  width: 100%;
  background: gray;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
}
#modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_radio_img .box_img img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .btn_back {
  display: inline-block;
  vertical-align: middle;
  color: #3086fe;
  font-family: MullerMedium;
  margin-right: 15px;
  position: relative;
  z-index: 10;
  background: transparent;
  padding: 0;
  border: none;
}
#modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .btn_back::before {
  content: "";
  background: url(../img/arrow_blue.svg) no-repeat;
  width: 14px;
  height: 16px;
  -webkit-background-size: contain;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_btn {
  display: inline-block;
  vertical-align: middle;
}
#modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_radio {
  border: 1px solid rgba(217,216,230,.55);
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 15px);
  margin-right: 15px;
  padding: 12px 15px;
}
#modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_radio.box_radio_img {
  padding: 0;
  border: none;
  border-radius: 0;
}
#modal_quiz .box-modal_close {
  top: 15px;
  right: 15px; }
  #modal_quiz .box-modal_close img {
    margin: 0; }

.thanks {
  overflow: hidden;
  -webkit-border-radius: 10px;
          border-radius: 10px; }
  .thanks .modal-content {
    padding: 70px 30px; }
  .thanks .box_zag {
    font-size: 28px;
    margin-top: 0;
    line-height: normal;
    color: #0f0f0f; }
  .thanks .media {
    margin-left: auto;
    max-width: 440px;
    margin-right: auto; }
  .thanks .media-left,
  .thanks .media-body {
    vertical-align: middle; }
  .thanks .media-left img {
    width: 70px;
    margin: auto 20px 0 auto;
    display: block;
    opacity: .4;
    max-width: initial; }

.box-modal_close {
  z-index: 1001;
  background-color: transparent;
  opacity: 1 !important;
  top: 25px;
  position: absolute;
  right: 30px;
  cursor: pointer;
  font-size: 0; }
  .box-modal_close img, .box-modal_close span {
    display: inline-block;
    vertical-align: middle; }
  .box-modal_close img {
    margin-right: 8px; }
  .box-modal_close span {
    color: #141414;
    text-shadow: none;
    font-size: 16px;
    font-weight: 300; }

@media (max-width: 1440px) {
  .popup_window .box_wrap .box_zag .title {
    font-size: 22px; }
  .popup_window .box_wrap .box_zag .descr {
    font-size: 14px; }
  #modal_quiz .modal-dialog {
    max-width: 1050px; }
  #modal_quiz #quiz_block .wrap_main form .block_select .form-control {
    height: 50px;
    font-size: 14px; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item #wrap_finish_form .box_btn .my_btn {
    height: 47px;
    line-height: 51px; } 
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_radio_img .box_img {
    height: 170px;
  }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:checked + label, 
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:not(:checked) + label, 
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:checked + label, 
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:not(:checked) + label {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  #modal_quiz .modal-dialog {
    max-width: 95%; }
  #modal_quiz .modal-dialog .container {
    width: 100%; } 
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_radio {
    width: calc(50% - 15px);
  }
}

@media (max-width: 991px) {
  #modal_video .box_wrap {
    height: 80%; }
  #modal_quiz #quiz_block .wrap_main_after .box_left {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px; }
  #modal_quiz #quiz_block .wrap_main_after .col-md-9 {
    width: 100% !important; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item {
    text-align: center; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner {
    margin: 0 -7px 10px; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_btn {
    max-width: 200px; }
  #modal_quiz .modal-dialog .box_wrap {
    padding: 50px 0; }
  #modal_quiz #quiz_block .wrap_main_after .box_right::before {
    display: none; }
  #modal_quiz #quiz_block .wrap_main_after .box_right {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 0; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .progress {
    max-width: 700px;
    margin: 0 auto 20px; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_radio.box_radio_img {
    text-align: left;
  } 
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_radio {
    width: calc(33.33% - 14px);
    margin: 0 7px 25px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    margin: 30px auto;
    width: 90%;
    max-width: 500px; }
  .popup_window .modal-dialog {
    margin: 30px auto; }
  .popup_window .wrap {
    padding: 50px 20px 40px; }
    .popup_window .wrap .box_zag {
      margin-bottom: 15px;
      max-width: 450px; }
    .popup_window .wrap .box_mark {
      display: none; }
    .popup_window .wrap.wrap_mark {
      padding-top: 50px; }
    .popup_window .wrap .box_top {
      font-size: 14px;
      line-height: 19px; }
      .popup_window .wrap .box_top .zag {
        font-size: 16px;
        line-height: 21px; }
    .popup_window .wrap .box_middle .box {
      display: block;
      padding: 0;
      width: 100%;
      margin-bottom: 20px; }
  #modal_video .box_wrap {
    width: 85%;
    height: 75%; }
  #modal_video .box-modal_close {
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px; }
  .thanks {
    text-align: center; }
    .thanks .modal-content {
      padding: 70px 30px; }
    .thanks .box_zag {
      font-size: 20px; }
    .thanks .media {
      padding: 0; }
    .thanks .media-left {
      display: block;
      padding-right: 0; }
      .thanks .media-left img {
        margin: auto;
        margin-bottom: 20px;
        height: 40px; }
  .box-modal_close {
    top: 12px;
    right: 12px; }
  .box-modal_close span {
    font-size: 14px; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_zag h2 {
    font-size: 24px;
    line-height: 30px;
    max-width: 500px; }
  #modal_quiz #quiz_block .wrap_main form {
    max-width: 300px; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item #wrap_finish_form .form_inner {
    display: block; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item #wrap_finish_form .block {
    width: 100%;
    margin: 0 auto 20px; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item #wrap_finish_form .box_btn {
    width: 100%; }
  /*modal_more*/
  #modal_more .modal-dialog {
    margin: 50px auto; }
  #modal_more .box_left {
    padding: 30px 15px; }
  #modal_more .box_left .box_zag h3 {
    font-size: 20px; }
  #modal_more .box_left .box_img {
    height: 100px; }
  #modal_more .box_left .box_info {
    margin-top: 20px; }
  #modal_more .box_left .nav-tabs > li > a {
    font-size: 14px; }
  #modal_more .box_right {
    padding: 50px 15px 0; }
  #modal_more .box_right .box_price {
    margin-bottom: 15px; }
  #modal_more .box_right .box_price .old_price {
    font-size: 14px; }
  #modal_more .box_right .box_price .price {
    font-size: 20px; }
  #modal_more .box_right .box_delivery {
    font-size: 12px; }
  #modal_more .box_right .box_forma {
    padding-top: 20px; }
  #modal_more .box_right .box_forma .zag {
    font-size: 20px; }
  #modal_more .box_right .box_forma form input {
    padding: 0 15px; } 
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner {
    margin: 0 auto 10px;
  }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_radio {
    width: calc(50% - 14px);
  }
}

@media (max-width: 599px) {
  #modal_more .box_left {
    width: 100%;
    display: block;
    padding-top: 40px;
    text-align: center; }
  #modal_more .box_left .box_zag {
    text-align: center; }
  #modal_more .box_right {
    display: block;
    width: 100%;
    padding: 15px 15px 30px;
    position: static;
    text-align: center; }
  #modal_more .box_left .tab-content ul {
    text-align: left; }
  #modal_more .box_right .box_delivery p::before {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px; }
  #modal_more .box_right .box_delivery p {
    padding-left: 0; }
  #modal_more .box_right .box_delivery {
    padding: 15px 0; }
  #modal_more .box_left .tab-content {
    line-height: 18px; } }

@media (max-width: 479px) {
  .modal-dialog {
    width: 95%; }
  .popup_window .box_wrap .box_zag .title {
    font-size: 18px;
    margin-bottom: 15px; }
  .popup_window .box_wrap .box_zag .descr {
    line-height: 21px; }
  .popup_window .box_contacts .box_soc a img {
    max-width: 16px;
    max-height: 16px; }
  .popup_window .wrap {
    padding: 55px 15px 25px; }
  .box-modal_close span {
    font-size: 12px; }
  .box-modal_close img {
    width: 24px; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_zag h3 {
    font-size: 20px; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:checked + label,
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="radio"]:not(:checked) + label,
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:checked + label,
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner input[type="checkbox"]:not(:checked) + label {
    font-size: 15px; }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_zag h2 {
    font-size: 20px; }
  #modal_quiz .modal-dialog .box_wrap .box_zag p {
    font-size: 14px;
    line-height: 20px; }
  #modal_montaz {
    font-size: 14px; } 
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_radio {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item {
    position: relative;
    padding-bottom: 40px;
  }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .btn_back {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item.quiz_item1,
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item.quiz_item6 {
    padding-bottom: 0;
  }
  #modal_quiz #quiz_block .wrap_main_after .box_right .quiz_item .box_inner .box_radio_img .box_img {
    height: 150px;
  }
}

/*header*/
.header {
  max-width: 1372px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  .header .wrap_top {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 0;
    padding: 23px 0 20px; }
    .header .wrap_top .box_left,
    .header .wrap_top .box_right {
      display: inline-block;
      vertical-align: middle;
      width: 50%; }
    .header .wrap_top .box_left {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    .header .wrap_top .box_right {
      text-align: right; }
    .header .wrap_top .box_logo {
      display: inline-block;
      vertical-align: middle; }
      .header .wrap_top .box_logo .box_img {
        max-width: 205px;
        display: inline-block;
        vertical-align: middle; }
        .header .wrap_top .box_logo .box_img img {
          max-width: 100%; }
    .header .wrap_top .box_descr {
      font-size: 14px;
      line-height: 17px;
      color: #4d4d4d;
      max-width: 180px;
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      margin-left: 27px; }
    .header .wrap_top .box_map {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding-left: 30px; }
      .header .wrap_top .box_map::before {
        content: "";
        background: url(../img/header/map.svg) no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        width: 26px;
        height: 26px;
        position: absolute;
        top: 0;
        left: 0; }
      .header .wrap_top .box_map a {
        color: #4d4d4d;
        font-size: 14px;
        line-height: 17px; }
    .header .wrap_top .box_phone {
      display: inline-block;
      vertical-align: middle;
      text-align: right;
      position: relative;
      margin-right: 30px; }
      .header .wrap_top .box_phone .box_soc {
        position: absolute;
        top: -5px;
        left: -94px; }
        .header .wrap_top .box_phone .box_soc a {
          display: inline-block;
          vertical-align: middle;
          margin: 0 4px; }
          .header .wrap_top .box_phone .box_soc a:first-child {
            margin-left: 0; }
            .header .wrap_top .box_phone .box_soc a:first-child img {
              width: 25px;
              height: auto; }
          .header .wrap_top .box_phone .box_soc a img {
            height: 19px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
          .header .wrap_top .box_phone .box_soc a:hover img {
            -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
            transform: translateZ(0px);
            -webkit-transform: translateZ(0); }
      .header .wrap_top .box_phone .phone a {
        font-size: 20px;
        color: #2e2e2e;
        font-family: MullerMedium;
        display: inline-block;
        letter-spacing: 0.3px; }
      .header .wrap_top .box_phone .phone span {
        font-size: 12px;
        color: #4d4d4d;
        display: block;
        margin-top: 3px; }
    .header .wrap_top .box_callback {
      max-width: 238px;
      width: 100%;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .header .wrap_top .box_callback::before {
        content: "";
        background: #0152be;
        -webkit-border-radius: 14px;
                border-radius: 14px;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px; }
      .header .wrap_top .box_callback button {
        border: none;
        padding: 0;
        height: 43px;
        -webkit-border-radius: 8px;
                border-radius: 8px;
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#3f90ff), to(#1d7bf7));
        background: -webkit-linear-gradient(left, #3f90ff, #1d7bf7);
        background: -o-linear-gradient(left, #3f90ff, #1d7bf7);
        background: linear-gradient(to right, #3f90ff, #1d7bf7);
        -webkit-box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.35);
                box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.35);
        font-size: 15px;
        letter-spacing: -0.15px;
        color: #fff;
        font-family: MullerRegular;
        position: relative; }
        .header .wrap_top .box_callback button::before {
          content: "";
          background: url(../img/header/phone.svg) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          width: 22px;
          height: 22px;
          display: inline-block;
          vertical-align: middle; }
        .header .wrap_top .box_callback button span {
          display: inline-block;
          vertical-align: middle;
          margin-top: 2px; }
    .header .wrap_top .btn_menu {
      vertical-align: middle;
      margin: 0 0 0 15px;
      width: 44px;
      border: 1px solid #000;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      background: transparent;
      padding: 9px 10px;
      display: none; }
      .header .wrap_top .btn_menu span {
        background: #000;
        width: 100%;
        height: 2px;
        margin-bottom: 3px;
        display: block; }
        .header .wrap_top .btn_menu span:last-child {
          margin-bottom: 0; }
  .header .wrap_bottom {
    font-size: 0;
    border-top: 1px solid rgba(75, 82, 91, 0.1); }
    .header .wrap_bottom .navmenu {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .header .wrap_bottom .navmenu li {
        display: inline-block;
        vertical-align: middle;
        padding: 12px 0; }
        .header .wrap_bottom .navmenu li a {
          font-size: 16px;
          color: #403f37; }

.navmenu_mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  width: 300px;
  background: #fff;
  -webkit-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 999;
  padding: 50px 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .navmenu_mobile ul {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .navmenu_mobile ul li {
      margin-bottom: 10px; }
      .navmenu_mobile ul li:last-child {
        margin-bottom: 0; }
      .navmenu_mobile ul li a {
        font-size: 16px;
        color: #403f37; }
  .navmenu_mobile .btn_close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    padding: 0; }
    .navmenu_mobile .btn_close img {
      height: 20px;
      width: 20px; }

@media (max-width: 1440px) {
  .header {
    max-width: 1166px; }
    .header .wrap_top {
      padding: 20px 0 17px; }
      .header .wrap_top .box_left {
        width: 45%; }
      .header .wrap_top .box_logo .box_img {
        max-width: 174px; }
      .header .wrap_top .box_descr {
        font-size: 12px;
        line-height: 15px;
        max-width: 155px;
        margin-left: 22px; }
      .header .wrap_top .box_map {
        padding-left: 25px; }
        .header .wrap_top .box_map::before {
          width: 24px;
          height: 24px; }
        .header .wrap_top .box_map a {
          font-size: 12px;
          line-height: 15px; }
      .header .wrap_top .box_phone {
        margin-right: 25px; }
        .header .wrap_top .box_phone .phone a {
          font-size: 17px; }
      .header .wrap_top .box_callback {
        max-width: 210px; }
        .header .wrap_top .box_callback::before {
          bottom: -2px; }
        .header .wrap_top .box_callback button {
          font-size: 14px; }
          .header .wrap_top .box_callback button::before {
            width: 20px;
            height: 20px; }
          .header .wrap_top .box_callback button span {
            margin-top: 2px; }
    .header .wrap_bottom .navmenu li {
      padding: 10px 0; }
      .header .wrap_bottom .navmenu li a {
        font-size: 14px; } }

@media (max-width: 1199px) {
  .header .wrap_top .box_phone {
    margin-right: 20px; }
  .header .wrap_top .box_callback button::before {
    display: none; }
  .header .wrap_top .box_logo .box_img {
    max-width: 150px; }
  .header .wrap_top .box_descr {
    margin-left: 20px; }
  .header .wrap_top .box_left {
    max-width: 480px;
    width: 50%; } }

@media (max-width: 991px) {
  .header .wrap_top .box_phone .box_soc {
    display: none; }
  .header .wrap_top .box_logo .box_img {
    max-width: 140px; }
  .header .wrap_top .box_callback {
    max-width: 200px; }
  .header .wrap_top .box_map {
    display: none; } }

@media (max-width: 767px) {
  .header .wrap_bottom {
    display: none; }
  .header .wrap_top .btn_menu {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header .wrap_top .box_descr {
    display: none; }
  .header .wrap_top .box_left {
    width: 30%; }
  .header .wrap_top .box_right {
    width: 70%;
    padding-right: 60px;
    position: relative; }
  .header .wrap_top .box_phone .phone a {
    font-size: 16px; }
  .header .wrap_top .box_phone {
    display: block;
    margin: 0 0 5px; }
  .header .wrap_top .box_phone .phone span {
    display: none; }
  .header .wrap_top .box_callback {
    width: auto; }
  .header .wrap_top .box_callback::before {
    display: none; }
  .header .wrap_top .box_callback button {
    background: transparent;
    border-bottom: 1px solid;
    padding: 0;
    height: auto;
    line-height: normal;
    color: #000;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .navmenu_mobile.active {
    right: 0; } }

@media (max-width: 479px) {
  .header .wrap_top .box_phone .phone a {
    font-size: 14px; }
  .header .wrap_top .box_callback button {
    font-size: 12px; } }

@media (max-width: 359px) {
  .header .wrap_top .box_right {
    padding-right: 55px; }
  .header .wrap_top {
    display: block; }
  .header .wrap_top .box_left {
    margin: 0 auto 15px;
    width: 40%; }
  .header .wrap_top .box_right {
    width: 100%;
    display: block; }
  .header .wrap_top .box_phone {
    text-align: left; }
  .header .wrap_top .box_callback {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content; }
  .navmenu_mobile {
    width: 100%;
    right: -100%;
    text-align: center; } }

/*bg1*/
.bg1 {
  position: relative;
  padding-bottom: 30px; }
  .bg1 .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1688px;
    overflow: hidden; }
    .bg1 .bg_img div {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(../img/bg1/bg1.jpg) no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: top center;
      width: 1920px;
      height: 100%; }
  .bg1 .wrap {
    position: relative; }
    .bg1 .wrap .bg_video {
      position: absolute;
      top: 0;
      left: 47%;
      z-index: 10;
      width: 700px;
      z-index: 1; }
      .bg1 .wrap .bg_video video, .bg1 .wrap .bg_video video:focus {
        width: 100%;
        outline: none;
        border: none; }
  .bg1 .row_bottom {
    width: 100%;
    height: 754px;
    margin-top: 145px;
    position: relative;
    z-index: 10; }
    .bg1 .row_bottom::before {
      content: "";
      background: #e4ebf6;
      -webkit-border-radius: 0 0 10px 10px;
              border-radius: 0 0 10px 10px;
      height: 15px;
      position: absolute;
      bottom: -15px;
      left: 35px;
      right: 35px; }
    .bg1 .row_bottom .row_bottom_inner {
      position: relative;
      background: url(../img/bg1/row_bottom.png) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      padding: 95px 63px 0;
      height: 100%;
      -webkit-filter: drop-shadow(0 10px 35px rgba(117, 108, 101, 0.25));
      filter: drop-shadow(0 10px 35px rgba(117, 108, 101, 0.25));
      transform: translateZ(0px);
      -webkit-transform: translateZ(0); }
    .bg1 .row_bottom .box_zag {
      max-width: 64%;
      margin-bottom: 45px;
      position: relative;
      z-index: 10; }
      .bg1 .row_bottom .box_zag h2 {
        margin-bottom: 25px; }
      .bg1 .row_bottom .box_zag p {
        padding-left: 115px; }
    .bg1 .row_bottom .box_m {
      font-size: 0;
      position: relative;
      z-index: 10; }
      .bg1 .row_bottom .box_m .box_video {
        display: inline-block;
        vertical-align: top;
        width: 182px;
        margin-right: 30px; }
        .bg1 .row_bottom .box_m .box_video .inner {
          background: #4b8ce5;
          width: 100%;
          height: 115px;
          -webkit-border-radius: 10px;
                  border-radius: 10px;
          margin-bottom: 10px;
          background: url(../img/bg1/bg_video.jpg) no-repeat;
          -webkit-background-size: cover;
                  background-size: cover;
          background-position: top center;
          position: relative;
          overflow: hidden; }
          .bg1 .row_bottom .box_m .box_video .inner .btn_play {
            background: url(../img/bg1/play.png) no-repeat;
            -webkit-background-size: contain;
                    background-size: contain;
            width: 117px;
            height: 128px;
            padding: 0;
            border: none;
            position: absolute;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .bg1 .row_bottom .box_m .box_video span {
          font-size: 14px;
          color: #3b3b3b;
          font-family: MullerLightItalic;
          display: inline-block;
          vertical-align: middle;
          margin-right: 11px; }
        .bg1 .row_bottom .box_m .box_video a {
          display: inline-block;
          vertical-align: middle;
          margin: 0 3px; }
          .bg1 .row_bottom .box_m .box_video a img {
            max-height: 12px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
          .bg1 .row_bottom .box_m .box_video a:last-of-type {
            margin-right: 0; }
          .bg1 .row_bottom .box_m .box_video a:first-of-type {
            margin-left: 0; }
          .bg1 .row_bottom .box_m .box_video a:hover img {
            -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
            transform: translateZ(0px);
            -webkit-transform: translateZ(0); }
      .bg1 .row_bottom .box_m .box_descr {
        display: inline-block;
        vertical-align: top;
        max-width: 400px;
        width: 100%;
        padding-top: 2px; }
        .bg1 .row_bottom .box_m .box_descr p {
          font-size: 19px;
          line-height: 28px;
          color: #403f37;
          margin-bottom: 0; }
        .bg1 .row_bottom .box_m .box_descr .zag {
          color: #000;
          font-size: 19px;
          line-height: 28px;
          font-family: ProximaNova-Semibold;
          text-transform: uppercase;
          letter-spacing: 1.9px; }
    .bg1 .row_bottom .box_b {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: start;
      align-items: start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      max-width: 870px;
      margin-top: 75px;
      position: relative;
      z-index: 10; }
      .bg1 .row_bottom .box_b .box {
        display: inline-block;
        vertical-align: top; }
        .bg1 .row_bottom .box_b .box .box_img {
          height: 95px;
          position: relative;
          margin-bottom: 20px; }
          .bg1 .row_bottom .box_b .box .box_img img {
            max-width: initial;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .bg1 .row_bottom .box_b .box p {
          margin-bottom: 0;
          font-size: 15px;
          color: #222223;
          line-height: 22px;
          font-family: ProximaNova-Semibold;
          text-transform: uppercase; }
        .bg1 .row_bottom .box_b .box:first-child .box_img img {
          left: -15px; }
        .bg1 .row_bottom .box_b .box:last-child .box_img img {
          top: 36%; }
        .bg1 .row_bottom .box_b .box:nth-child(4) .box_img img {
          left: -35px; }
  .bg1 .row_top {
    position: relative;
    z-index: 10; }
    .bg1 .row_top .box_left {
      padding-top: 128px;
      display: inline-block;
      vertical-align: top; }
    .bg1 .row_top .box_zag {
      margin-bottom: 44px; }
      .bg1 .row_top .box_zag h2 {
        margin-bottom: 10px; }
      .bg1 .row_top .box_zag p {
        max-width: 600px;
        padding-left: 37px;
        margin-bottom: 20px; }
        .bg1 .row_top .box_zag p:last-child {
          margin-bottom: 0; }
        .bg1 .row_top .box_zag p mark {
          text-align: right;
          display: block; }
    .bg1 .row_top .box_right {
      position: absolute;
      bottom: -145px;
      right: 0; }
      .bg1 .row_top .box_right .box_inner {
        background: url(../img/bg1/box_right.png) no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        font-size: 0;
        width: 254px;
        height: 265px;
        -webkit-filter: drop-shadow(0 15px 25px rgba(160, 163, 169, 0.25));
        filter: drop-shadow(0 15px 25px rgba(160, 163, 169, 0.25));
        padding: 175px 0 25px 0;
        transform: translateZ(0px);
        -webkit-transform: translateZ(0); }
        .bg1 .row_top .box_right .box_inner img {
          max-width: 232px;
          position: absolute;
          top: -40px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        .bg1 .row_top .box_right .box_inner p {
          font-size: 18px;
          color: #000;
          font-family: MullerMedium;
          padding: 0 25px 0 30px; }
        .bg1 .row_top .box_right .box_inner .box_mark {
          text-transform: uppercase;
          color: #fcfcfc;
          font-size: 17px;
          letter-spacing: 0.25px;
          font-family: MullerMedium;
          line-height: 32px;
          padding-left: 30px;
          max-width: 164px;
          height: 30px;
          background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #4393ff), to(#7aaef5));
          background: -webkit-linear-gradient(bottom, #4393ff 80%, #7aaef5);
          background: -o-linear-gradient(bottom, #4393ff 80%, #7aaef5);
          background: linear-gradient(to top, #4393ff 80%, #7aaef5);
          position: relative; }
          .bg1 .row_top .box_right .box_inner .box_mark::after {
            content: "";
            background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #4393ff), to(#7aaef5));
            background: -webkit-linear-gradient(bottom, #4393ff 80%, #7aaef5);
            background: -o-linear-gradient(bottom, #4393ff 80%, #7aaef5);
            background: linear-gradient(to top, #4393ff 80%, #7aaef5);
            width: 15px;
            position: absolute;
            right: -5px;
            top: 0;
            bottom: 0;
            -webkit-border-radius: 0 5px 5px 0;
                    border-radius: 0 5px 5px 0;
            -webkit-transform: skewX(-10deg);
            -ms-transform: skewX(-10deg);
            transform: skewX(-10deg); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .bg1 .bg_img div {
    background: url(../img/bg1/bg1%402x.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .bg1 .row_bottom .row_bottom_inner {
    background: url(../img/bg1/row_bottom%402x.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  .bg1 .row_bottom .box_m .box_video .inner {
    background: url(../img/bg1/bg_video%402x.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .bg1 .row_bottom .box_m .box_video .inner .btn_play {
    background: url(../img/bg1/play%402x.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  .bg1 .row_top .box_right .box_inner {
    background: url(../img/bg1/box_right%402x.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@media (min-width: 1921px) {
  .bg1 .bg_img {
    height: 101%; }
  .bg1 .bg_img div {
    width: 100%; } }

@media (max-width: 1440px) {
  .bg1 {
    padding-bottom: 25px; }
    .bg1 .bg_img {
      height: 1540px; }
      .bg1 .bg_img div {
        width: 1440px; }
    .bg1 .wrap .bg_video {
      width: 600px; }
    .bg1 .row_bottom {
      height: 640px;
      margin-top: 123px; }
      .bg1 .row_bottom::before {
        height: 12px;
        bottom: -12px;
        left: 30px;
        right: 30px; }
      .bg1 .row_bottom .row_bottom_inner {
        padding: 80px 50px 0; }
      .bg1 .row_bottom .box_zag {
        margin-bottom: 38px; }
        .bg1 .row_bottom .box_zag h2 {
          margin-bottom: 20px; }
        .bg1 .row_bottom .box_zag p {
          padding-left: 95px; }
      .bg1 .row_bottom .box_m .box_video {
        width: 165px;
        margin-right: 25px; }
        .bg1 .row_bottom .box_m .box_video .inner {
          height: 95px;
          margin-bottom: 8px; }
          .bg1 .row_bottom .box_m .box_video .inner .btn_play {
            width: 100px;
            height: 108px; }
        .bg1 .row_bottom .box_m .box_video span {
          font-size: 12px;
          margin-right: 9px; }
      .bg1 .row_bottom .box_m .box_descr {
        max-width: 340px; }
        .bg1 .row_bottom .box_m .box_descr p {
          font-size: 16px;
          line-height: 25px; }
        .bg1 .row_bottom .box_m .box_descr .zag {
          font-size: 16px;
          line-height: 25px; }
      .bg1 .row_bottom .box_b {
        max-width: 740px;
        margin-top: 60px; }
        .bg1 .row_bottom .box_b .box .box_img {
          height: 80px;
          margin-bottom: 17px; }
          .bg1 .row_bottom .box_b .box .box_img img {
            max-width: 140px;
            max-height: 90px; }
        .bg1 .row_bottom .box_b .box p {
          font-size: 14px;
          line-height: 21px; }
        .bg1 .row_bottom .box_b .box:first-child .box_img img {
          left: -12px; }
        .bg1 .row_bottom .box_b .box:last-child .box_img img {
          top: 36%;
          max-height: 110px; }
        .bg1 .row_bottom .box_b .box:nth-child(4) .box_img img {
          left: -30px; }
      .bg1 .row_bottom .bg_img {
        width: 470px;
        height: 517px; }
    .bg1 .row_top .box_left {
      padding-top: 108px; }
    .bg1 .row_top .box_zag {
      margin-bottom: 35px; }
      .bg1 .row_top .box_zag h2 {
        margin-bottom: 8px; }
      .bg1 .row_top .box_zag p {
        max-width: 510px;
        padding-left: 30px;
        margin-bottom: 17px; }
    .bg1 .row_top .box_right {
      bottom: -115px; }
      .bg1 .row_top .box_right .box_inner {
        width: 215px;
        height: 225px;
        padding: 145px 0 20px 0; }
        .bg1 .row_top .box_right .box_inner img {
          max-width: 170px;
          position: absolute;
          top: -30px; }
        .bg1 .row_top .box_right .box_inner p {
          font-size: 16px;
          padding: 0 15px 0 20px; }
        .bg1 .row_top .box_right .box_inner .box_mark {
          font-size: 15px;
          line-height: 30px;
          padding-left: 20px;
          max-width: 145px;
          height: 25px; }
          .bg1 .row_top .box_right .box_inner .box_mark::after {
            width: 12px;
            right: -4px; } }

@media (max-width: 1199px) {
  .bg1 {
    padding-bottom: 0; }
  .bg1_content {
    overflow: hidden; }
  .bg1 .wrap .bg_video {
    width: 500px;
    left: 50%; }
  .bg1 .bg_img div {
    left: 58%; }
  .bg1 .row_bottom {
    height: 589px;
    max-width: 912px;
    margin: 123px auto 35px; }
  .bg1 .row_bottom .row_bottom_inner {
    padding: 70px 40px 0;
    -webkit-filter: drop-shadow(0 5px 15px rgba(117, 108, 101, 0.25));
            filter: drop-shadow(0 5px 15px rgba(117, 108, 101, 0.25)); }
  .bg1 .row_bottom .box_zag {
    margin-bottom: 30px; }
  .bg1 .row_bottom .box_zag h2 {
    margin-bottom: 15px; }
  .bg1 .row_bottom .box_b {
    margin-top: 35px;
    max-width: 680px; }
  .bg1 .row_bottom .box_b .box .box_img img {
    max-width: 125px;
    max-height: 80px; }
  .bg1 .row_bottom .box_b .box p {
    font-size: 12px;
    line-height: 18px; } }

@media (max-width: 991px) {
  .bg1 .row_top .box_zag p {
    padding-left: 0;
    max-width: 400px; }
  .bg1 .row_top .box_left {
    padding-top: 80px; }
  .bg1 .row_bottom {
    height: 100%;
    max-width: 100%;
    margin: 185px auto 35px; }
  .bg1 .row_bottom .box_zag p {
    padding-left: 0; }
  .bg1 .row_bottom .row_bottom_inner {
    padding: 35px 30px;
    background: #fff;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-filter: none;
            filter: none; }
    .bg1 .row_bottom .row_bottom_inner::before {
      content: "";
      background: url(../img/bg1/montaz.jpg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      width: 490px;
      height: 512px;
      position: absolute;
      bottom: 0;
      left: 49%; }
  .bg1 .row_bottom .box_m .box_descr p {
    line-height: 21px; }
  .bg1 .row_bottom .box_b .box .box_img img {
    max-width: 110px;
    max-height: 70px; }
  .bg1 .row_bottom .box_b {
    max-width: 630px; }
  .bg1 .row_bottom .box_m .box_video {
    margin-right: 20px; }
  .bg1 .bg_img div {
    background-position-x: 72%;
    background: url(../img/bg1/bg1_old.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    left: 42%; }
  .bg1 .bg_img {
    height: 1370px; }
  .bg1 .row_top .box_right {
    bottom: -160px; }
  .bg1 .row_bottom .bg_img {
    background: transparent;
    display: none; }
  .bg1 .wrap .bg_video {
    opacity: 0; } }

@media (max-width: 767px) {
  .bg1 {
    padding-bottom: 30px;
    overflow: hidden; }
  .bg1_content {
    overflow: initial; }
  .bg1 .wrap {
    z-index: 10;
    padding-bottom: 280px; }
  .bg1 .row_top {
    position: static;
    margin-bottom: 320px; }
  .bg1 .row_top .box_zag p {
    margin: 0 auto 10px; }
  .bg1 .row_top .box_zag p mark {
    text-align: center; }
  .bg1 .row_top .box_right {
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    margin: 0 auto; }
  .bg1 .row_top .box_right .box_inner {
    margin: 0 auto;
    -webkit-filter: drop-shadow(0 5px 15px rgba(160, 163, 169, 0.25));
            filter: drop-shadow(0 5px 15px rgba(160, 163, 169, 0.25)); }
  .bg1 .row_bottom .box_b .box {
    width: 142px; }
  .bg1 .row_bottom {
    margin-top: 30px;
    max-width: 600px; }
  .bg1 .row_top .box_left {
    padding-top: 50px; }
  .bg1 .row_top .box_zag h2 {
    margin-bottom: 15px; }
  .bg1 .row_bottom .row_bottom_inner {
    padding: 40px 15px 0; }
  .bg1 .row_bottom .box_zag {
    max-width: 500px;
    margin: 0 auto 25px; }
  .bg1 .row_bottom .box_m .box_video {
    margin: 0 auto 20px;
    display: block; }
  .bg1 .row_bottom .box_m .box_descr {
    padding: 0; }
  .bg1 .row_bottom .box_m .box_descr p br {
    display: none; }
  .bg1 .row_bottom .box_b {
    max-width: 100%;
    margin: 30px auto 0;
    display: block;
    font-size: 0; }
  .bg1 .row_bottom .box_b .box {
    margin: 0 18px 45px; }
  .bg1 .row_bottom .box_b .box .box_img img {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .bg1 .row_bottom .box_b .box:first-child .box_img img {
    left: 50%; }
  .bg1 .row_bottom .box_b .box:nth-child(4) .box_img img {
    left: 50%; }
  .bg1 .row_bottom .row_bottom_inner::before {
    height: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none; }
  .bg1 .bg_img {
    height: 345px;
    top: 335px; }
    .bg1 .bg_img::before {
      content: "";
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(243, 246, 251, 0.1)));
      background: -webkit-linear-gradient(top, #fff, rgba(243, 246, 251, 0.1));
      background: -o-linear-gradient(top, #fff, rgba(243, 246, 251, 0.1));
      background: linear-gradient(to bottom, #fff, rgba(243, 246, 251, 0.1));
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 50px;
      z-index: 1; }
  .bg1 .bg_img div {
    background-position-x: center;
    width: 767px;
    left: 50%; }
  .bg1 .row_bottom .box_b .box p br {
    display: none; } }

@media (max-width: 479px) {
  .bg1 .row_top .box_zag {
    margin-bottom: 30px; }
  .bg1 .row_bottom .box_m .box_descr p {
    font-size: 14px;
    line-height: 20px; }
  .bg1 .bg_img div {
    left: 30%; }
  .bg1 .row_top .box_right {
    margin-top: 280px; }
  .bg1 .row_bottom .box_b .box {
    margin: 0 10px 30px;
    width: 135px; } }

@media (max-width: 359px) {
  .bg1 .bg_img {
    top: 390px; } }

/*bg2*/
.bg2 {
  padding-top: 50px; }
  .bg2 .wrap {
    text-align: center; }
    .bg2 .wrap .box_zag {
      margin-bottom: 40px; }
      .bg2 .wrap .box_zag h2 {
        margin-bottom: 25px; }
    .bg2 .wrap .box_zag + .box_btn::after {
      content: "";
      background: url(../img/bg2/before.jpg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      width: 99px;
      height: 79px;
      position: absolute;
      left: -55px;
      top: -15px;
      z-index: -1; }
    .bg2 .wrap .box_content {
      font-size: 0;
      margin: 60px -15px 0;
      text-align: left; }
      .bg2 .wrap .box_content .box_left {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(25% - 30px);
        width: calc(25% - 30px);
        margin: 0 15px; }
        .bg2 .wrap .box_content .box_left .box_tabs {
          background: #fff;
          -webkit-box-shadow: 0 5px 20px rgba(209, 210, 217, 0.43);
                  box-shadow: 0 5px 20px rgba(209, 210, 217, 0.43);
          -webkit-border-radius: 15px;
                  border-radius: 15px;
          padding: 37px 33px;
          text-align: left;
          position: relative;
          z-index: 10; }
          .bg2 .wrap .box_content .box_left .box_tabs .zag {
            text-transform: uppercase;
            color: #000;
            font-size: 19px;
            line-height: 28px;
            letter-spacing: 1.9px;
            font-family: ProximaNova-Semibold;
            margin-bottom: 5px; }
          .bg2 .wrap .box_content .box_left .box_tabs ul {
            border: none; }
            .bg2 .wrap .box_content .box_left .box_tabs ul li {
              float: none;
              display: block;
              margin: 0;
              border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
              .bg2 .wrap .box_content .box_left .box_tabs ul li:last-child {
                border: none; }
              .bg2 .wrap .box_content .box_left .box_tabs ul li a {
                margin: 0;
                line-height: normal;
                border: none;
                -webkit-border-radius: 0;
                        border-radius: 0;
                padding: 9px 0;
                font-size: 17px;
                color: #000; }
                .bg2 .wrap .box_content .box_left .box_tabs ul li a:focus, .bg2 .wrap .box_content .box_left .box_tabs ul li a:hover {
                  background: transparent; }
                .bg2 .wrap .box_content .box_left .box_tabs ul li a:hover {
                  color: #3086fe; }
                .bg2 .wrap .box_content .box_left .box_tabs ul li a span {
                  padding-right: 6px; }
              .bg2 .wrap .box_content .box_left .box_tabs ul li.active a {
                color: #3086fe; }
                .bg2 .wrap .box_content .box_left .box_tabs ul li.active a::after {
                  content: "(выбрано)";
                  font-size: 14px;
                  color: #3086fe;
                  font-family: ProximaNova-Semibold;
                  display: inline-block;
                  vertical-align: middle; }
        .bg2 .wrap .box_content .box_left .box_b {
          display: block; }
      .bg2 .wrap .box_content .box_right {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        position: relative; }
        .bg2 .wrap .box_content .box_right::before {
          content: "";
          background: url(../img/bg2/before2.jpg) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          width: 145px;
          height: 101px;
          position: absolute;
          top: 585px;
          left: 64%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
        .bg2 .wrap .box_content .box_right .box {
          -webkit-border-radius: 15px;
                  border-radius: 15px;
          height: 620px;
          background: #fff;
          width: -webkit-calc(33.33% - 30px);
          width: calc(33.33% - 30px);
          margin: 0 15px 30px;
          display: inline-block;
          vertical-align: top;
          -webkit-box-shadow: 0 5px 20px rgba(209, 210, 217, 0.43);
                  box-shadow: 0 5px 20px rgba(209, 210, 217, 0.43);
          overflow: hidden;
          position: relative;
          padding: 26px 0 38px; }
          .bg2 .wrap .box_content .box_right .box .box_mark {
            color: #fff;
            font-size: 14px;
            letter-spacing: 1.4px;
            text-transform: uppercase;
            font-family: ProximaNova-Semibold;
            background: #eb3d51;
            text-align: center;
            height: 26px;
            line-height: 28px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0; }
          .bg2 .wrap .box_content .box_right .box .box_img {
            max-width: 230px;
            margin: 0 auto; }
            .bg2 .wrap .box_content .box_right .box .box_img img {
              max-height: 116px; }
          .bg2 .wrap .box_content .box_right .box .box_descr {
            padding: 10px 25px 0; }
            .bg2 .wrap .box_content .box_right .box .box_descr h3 {
              color: #191919;
              font-size: 16px;
              letter-spacing: -.5px;
              font-family: MullerMedium;
              margin-bottom: 10px; }
            .bg2 .wrap .box_content .box_right .box .box_descr ul li {
              border-bottom: 1px solid rgba(0, 0, 0, 0.1);
              font-size: 0;
              padding: 6px 0; }
              .bg2 .wrap .box_content .box_right .box .box_descr ul li span {
                display: inline-block;
                vertical-align: middle;
                width: 50%;
                font-size: 14px;
                color: #403f37; }
                .bg2 .wrap .box_content .box_right .box .box_descr ul li span:last-child {
                  text-align: right; }
                .bg2 .wrap .box_content .box_right .box .box_descr ul li span:first-child {
                  padding-right: 5px; }
              .bg2 .wrap .box_content .box_right .box .box_descr ul li:last-child {
                border: none; }
            .bg2 .wrap .box_content .box_right .box .box_descr .box_delivery {
              font-size: 14px;
              color: #383838;
              text-transform: uppercase;
              margin: 15px 0 23px; }
              .bg2 .wrap .box_content .box_right .box .box_descr .box_delivery p {
                position: relative;
                padding-left: 30px; }
                .bg2 .wrap .box_content .box_right .box .box_descr .box_delivery p::before {
                  position: absolute;
                  left: 0;
                  top: 50%;
                  -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
                .bg2 .wrap .box_content .box_right .box .box_descr .box_delivery p:first-child::before {
                  content: "";
                  background: url(../img/bg2/car.svg) no-repeat;
                  -webkit-background-size: contain;
                          background-size: contain;
                  width: 23px;
                  height: 23px; }
                .bg2 .wrap .box_content .box_right .box .box_descr .box_delivery p:nth-child(2)::before {
                  content: "";
                  background: url(../img/bg2/instal.svg) no-repeat;
                  -webkit-background-size: contain;
                          background-size: contain;
                  width: 18px;
                  height: 17px;
                  left: 5px;
                  top: 44%; }
              .bg2 .wrap .box_content .box_right .box .box_descr .box_delivery .red {
                color: #ea2f45; }
            .bg2 .wrap .box_content .box_right .box .box_descr .box_price {
              margin-bottom: 23px; }
              .bg2 .wrap .box_content .box_right .box .box_descr .box_price .old_price {
                color: #8a8a8a;
                font-size: 13px;
                font-family: MullerLight;
                margin-bottom: 7px;
                position: relative;
                display: inline-block; }
                .bg2 .wrap .box_content .box_right .box .box_descr .box_price .old_price::after {
                  content: "";
                  background: #8a8a8a;
                  height: 1px;
                  position: absolute;
                  top: 50%;
                  left: 0;
                  right: 0;
                  -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
              .bg2 .wrap .box_content .box_right .box .box_descr .box_price .price {
                color: #1ab650;
                font-size: 20px;
                font-family: MullerMedium; }
            .bg2 .wrap .box_content .box_right .box .box_descr .box_btn .my_btn {
              height: 60px;
              line-height: 64px; }
              .bg2 .wrap .box_content .box_right .box .box_descr .box_btn .my_btn span {
                display: inline-block;
                vertical-align: middle; }
              .bg2 .wrap .box_content .box_right .box .box_descr .box_btn .my_btn::before {
                content: "";
                background: url(../img/bg2/cart.svg) no-repeat;
                -webkit-background-size: contain;
                        background-size: contain;
                width: 20px;
                height: 20px;
                display: inline-block;
                vertical-align: middle;
                margin-top: -5px;
                margin-right: 7px; }
            .bg2 .wrap .box_content .box_right .box .box_descr .btn_more {
              background: transparent;
              padding: 0;
              border: none;
              font-size: 18px;
              color: #3086fe;
              font-family: MullerMedium;
              border-bottom: 1px solid;
              display: block;
              margin: 23px auto 0;
              letter-spacing: -0.18px; }
          .bg2 .wrap .box_content .box_right .box .box_info {
            display: none; }
      .bg2 .wrap .box_content .box_b {
        padding-top: 55px;
        display: none; }
        .bg2 .wrap .box_content .box_b .box_img {
          position: relative;
          height: 145px;
          margin-bottom: 30px; }
          .bg2 .wrap .box_content .box_b .box_img img {
            max-width: initial;
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
        .bg2 .wrap .box_content .box_b .box_btn .my_btn::before {
          content: "";
          background: url(../img/bg2/pdf.svg) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          width: 29px;
          height: 29px;
          display: inline-block;
          vertical-align: middle;
          margin-top: -6px;
          margin-right: 8px; }
      .bg2 .wrap .box_content .not_found {
        font-size: 16px;
        text-align: center; }

@media (max-width: 1440px) {
  .bg2 {
    padding-top: 40px; }
    .bg2 .wrap .box_zag {
      margin-bottom: 34px; }
      .bg2 .wrap .box_zag h2 {
        margin-bottom: 20px; }
    .bg2 .wrap .box_zag + .box_btn::after {
      width: 85px;
      height: 68px;
      left: -46px;
      top: -12px; }
    .bg2 .wrap .box_content {
      margin: 50px -15px 0; }
      .bg2 .wrap .box_content .box_left .box_tabs {
        padding: 30px 28px; }
        .bg2 .wrap .box_content .box_left .box_tabs .zag {
          font-size: 16px;
          line-height: 25px;
          margin-bottom: 4px; }
        .bg2 .wrap .box_content .box_left .box_tabs ul li a {
          padding: 8px 0;
          font-size: 16px; }
          .bg2 .wrap .box_content .box_left .box_tabs ul li a span {
            padding-right: 5px; }
        .bg2 .wrap .box_content .box_left .box_tabs ul li.active a::after {
          font-size: 12px; }
      .bg2 .wrap .box_content .box_right::before {
        width: 125px;
        height: 85px;
        top: 497px; }
      .bg2 .wrap .box_content .box_right .box {
        height: 530px;
        padding: 22px 0 32px; }
        .bg2 .wrap .box_content .box_right .box .box_mark {
          font-size: 12px;
          height: 22px;
          line-height: 24px; }
        .bg2 .wrap .box_content .box_right .box .box_img {
          max-width: 195px; }
          .bg2 .wrap .box_content .box_right .box .box_img img {
            max-height: 100%; }
        .bg2 .wrap .box_content .box_right .box .box_descr {
          padding: 8px 17px 0; }
          .bg2 .wrap .box_content .box_right .box .box_descr h3 {
            font-size: 15px;
            margin-bottom: 8px; }
          .bg2 .wrap .box_content .box_right .box .box_descr ul li {
            padding: 5px 0; }
            .bg2 .wrap .box_content .box_right .box .box_descr ul li span {
              font-size: 12px; }
              .bg2 .wrap .box_content .box_right .box .box_descr ul li span:first-child {
                padding-right: 4px; }
          .bg2 .wrap .box_content .box_right .box .box_descr .box_delivery {
            font-size: 12px;
            margin: 12px 0 19px; }
            .bg2 .wrap .box_content .box_right .box .box_descr .box_delivery p {
              padding-left: 25px; }
              .bg2 .wrap .box_content .box_right .box .box_descr .box_delivery p:first-child::before {
                width: 19px;
                height: 19px; }
              .bg2 .wrap .box_content .box_right .box .box_descr .box_delivery p:nth-child(2)::before {
                width: 17px;
                height: 16px;
                left: 4px;
                top: 42%; }
          .bg2 .wrap .box_content .box_right .box .box_descr .box_price {
            margin-bottom: 19px; }
            .bg2 .wrap .box_content .box_right .box .box_descr .box_price .old_price {
              font-size: 12px;
              margin-bottom: 6px; }
            .bg2 .wrap .box_content .box_right .box .box_descr .box_price .price {
              font-size: 16px; }
          .bg2 .wrap .box_content .box_right .box .box_descr .box_btn .my_btn {
            height: 50px;
            line-height: 54px; }
            .bg2 .wrap .box_content .box_right .box .box_descr .box_btn .my_btn::before {
              width: 17px;
              height: 17px;
              margin-top: -4px;
              margin-right: 6px; }
          .bg2 .wrap .box_content .box_right .box .box_descr .btn_more {
            font-size: 15px;
            margin: 19px auto 0; }
      .bg2 .wrap .box_content .box_b {
        padding-top: 46px; }
        .bg2 .wrap .box_content .box_b .box_img {
          height: 125px;
          margin-bottom: 25px; }
          .bg2 .wrap .box_content .box_b .box_img img {
            max-width: 165px; }
        .bg2 .wrap .box_content .box_b .box_btn .my_btn::before {
          width: 24px;
          height: 24px;
          margin-top: -5px;
          margin-right: 7px; } }

@media (max-width: 1199px) {
  .bg2 .wrap .box_content .box_left .box_tabs {
    padding: 25px 20px 20px; }
  .bg2 .wrap .box_content .box_left .box_tabs ul li a {
    font-size: 15px; }
  .bg2 .wrap .box_content {
    margin-left: -30px;
    margin-right: -30px; } }

@media (max-width: 991px) {
  .bg2 {
    margin-top: -20px; }
  .bg2 .wrap .box_content {
    margin: 30px -10px 0; }
  .bg2 .wrap .box_content .box_right .box {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 20px; }
  .bg2 .wrap .box_content .box_left .box_tabs {
    padding: 25px 15px 20px; }
  .bg2 .wrap .box_content .box_left .box_tabs .zag {
    font-size: 14px;
    line-height: 22px; }
  .bg2 .wrap .box_content .box_left {
    width: -webkit-calc(30% - 20px);
    width: calc(30% - 20px);
    margin: 0 10px; }
  .bg2 .wrap .box_content .box_right {
    width: 70%; } }

@media (max-width: 767px) {
  .bg2 {
    padding-top: 30px; }
  .bg2 .wrap .box_zag {
    margin-bottom: 25px; }
  .bg2 .wrap .box_zag h2 br {
    display: block; }
  .bg2 .wrap .box_content {
    margin: 50px 0 0; }
  .bg2 .wrap .box_content .box_left {
    margin: 0 auto 30px;
    width: 100%;
    display: block;
    text-align: center; }
  .bg2 .wrap .box_content .box_left .box_tabs {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    background: transparent; }
  .bg2 .wrap .box_content .box_left .box_tabs .zag {
    text-align: center;
    margin-bottom: 15px; }
  .bg2 .wrap .box_content .box_left .box_tabs ul {
    text-align: center; }
  .bg2 .wrap .box_content .box_left .box_tabs ul li {
    border: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 10px; }
  .bg2 .wrap .box_content .box_left .box_tabs ul li a {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
  .bg2 .wrap .box_content .box_left .box_tabs ul li.active a::after {
    display: none; }
  .bg2 .wrap .box_content .box_left .box_tabs ul li a span {
    padding-right: 0; }
  .bg2 .wrap .box_content .box_b {
    display: block;
    text-align: center;
    padding-top: 30px; }
  .bg2 .wrap .box_content .box_b .box_btn {
    max-width: 240px; }
  .bg2 .wrap .box_content .box_left .box_b {
    display: none; }
  .bg2 .wrap .box_content .box_right {
    width: 100%; } }

@media (max-width: 479px) {
  .bg2 .wrap .box_content .box_right .box {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    max-width: 320px; }
  .bg2 .wrap .box_content .box_right .box .box_descr {
    text-align: center; }
  .bg2 .wrap .box_content .box_right .box .box_descr .box_delivery p {
    padding-left: 0; }
  .bg2 .wrap .box_content .box_right .box .box_descr .box_delivery p::before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -4px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .bg2 .wrap .box_content .box_right .box .box_descr .box_btn {
    max-width: 240px; }
  .bg2 .wrap .box_content .box_right .box .box_descr ul {
    text-align: left; } }

/*bg3*/
.bg3 {
  background: url(../img/bg3/bg3.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  padding: 230px 0 0;
  margin-top: -73px; }
  .bg3 .wrap {
    background: url(../img/bg3/wrap.png) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: top center;
    padding: 133px 63px 50px;
    margin-bottom: -40px;
    margin-top: 50px;
    -webkit-filter: drop-shadow(0 10px 35px rgba(117, 108, 101, 0.15));
    filter: drop-shadow(0 10px 35px rgba(117, 108, 101, 0.15));
    position: relative;
    z-index: 10;
    height: 736px;
    transform: translateZ(0px);
    -webkit-transform: translateZ(0); }
    .bg3 .wrap .box_zag {
      max-width: 67%;
      margin-bottom: 50px; }
      .bg3 .wrap .box_zag h2 {
        color: #000;
        margin-bottom: 25px; }
      .bg3 .wrap .box_zag p {
        max-width: 70%;
        line-height: 28px; }
      .bg3 .wrap .box_zag .descr {
        position: relative;
        padding-left: 80px; }
        .bg3 .wrap .box_zag .descr::before {
          content: "";
          background: url(../img/bg3/img.png) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          width: 76px;
          height: 109px;
          position: absolute;
          top: 50%;
          left: -8px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .bg3 {
    background: url(../img/bg3/bg3%402x.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .bg3 .wrap {
    background: url(../img/bg3/wrap%402x.png) no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .bg3 .wrap .box_zag .descr::before {
    background: url(../img/bg3/img%402x.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@media (max-width: 1440px) {
  .bg3 {
    padding: 195px 0 0;
    margin-top: -62px; }
    .bg3 .wrap {
      padding: 110px 50px 40px;
      margin-bottom: -34px;
      margin-top: 40px;
      height: 625px; }
      .bg3 .wrap .box_zag {
        margin-bottom: 40px; }
        .bg3 .wrap .box_zag h2 {
          margin-bottom: 20px; }
        .bg3 .wrap .box_zag p {
          line-height: 24px; }
        .bg3 .wrap .box_zag .descr {
          padding-left: 70px; }
          .bg3 .wrap .box_zag .descr::before {
            width: 64px;
            height: 92px;
            left: -7px; } }

@media (max-width: 1199px) {
  .bg3 .wrap {
    height: 574px;
    max-width: 912px;
    margin: 40px auto -34px; }
  .bg3 .wrap .box_zag p {
    max-width: 65%; } }

@media (max-width: 991px) {
  .bg3 .wrap {
    background: url(../img/bg3/wrap_mob.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-filter: none;
            filter: none;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 35px 30px;
    height: 100%; }
  .bg3 .wrap .box_zag p {
    max-width: 335px; } }

@media (max-width: 767px) {
  .bg3 {
    background: transparent;
    margin-top: 0;
    padding: 50px 0 0; }
  .bg3 .wrap .box_zag p {
    line-height: 22px; }
  .bg3 .wrap {
    margin: 0;
    padding: 40px 15px;
    background-position: top center;
    background-position-x: 60%; }
  .bg3 .wrap .box_zag {
    max-width: 100%;
    margin-bottom: 25px; }
  .bg3 .wrap .box_zag .descr {
    padding-left: 0;
    padding-top: 100px; }
  .bg3 .wrap .box_zag .descr::before {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .bg3 .wrap .box_zag p {
    max-width: 400px; }
  .bg3 .wrap .box_btn {
    z-index: 10; }
  .bg3 .wrap {
    margin: -40px -15px 0;
    padding: 40px 15px 320px;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative; }
  .bg3 .wrap::before {
    content: "";
    background: url(../img/bg3/wrap_mob.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: top right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 300px; }
  .bg3 .wrap::after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.1)));
    background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1));
    background: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1));
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.1));
    position: absolute;
    bottom: 250px;
    height: 50px;
    left: 0;
    right: 0; } }

@media (max-width: 479px) {
  .bg3 .wrap .box_zag p {
    line-height: 20px; } }

/*bg4*/
.bg4 {
  padding: 95px 0 0;
  position: relative; }
  .bg4 .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1143px;
    overflow: hidden; }
    .bg4 .bg_img div {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(../img/bg4/bg4.jpg) no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: top center;
      width: 1920px;
      height: 100%; }
  .bg4 .wrap {
    padding: 50px 0 155px 31.5%;
    font-size: 0; }
    .bg4 .wrap .box_zag {
      margin-bottom: 20px; }
    .bg4 .wrap .box_slider {
      display: inline-block;
      vertical-align: bottom;
      margin-left: 50px;
      width: 287px;
      position: relative;
      z-index: 10; }
      .bg4 .wrap .box_slider::before {
        content: "";
        background: #fff;
        height: 11px;
        position: absolute;
        bottom: -11px;
        left: 11px;
        right: 11px;
        -webkit-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px;
        -webkit-box-shadow: 0 9px 25px rgba(160, 163, 169, 0.2);
                box-shadow: 0 9px 25px rgba(160, 163, 169, 0.2); }
      .bg4 .wrap .box_slider .box_video {
        display: inline-block;
        vertical-align: top;
        padding: 70px 26px 0;
        width: 100%;
        height: 376px;
        text-align: center;
        background: url(../img/bg4/bg_slider.png) no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        -webkit-filter: drop-shadow(0 15px 25px rgba(160, 163, 169, 0.25));
        filter: drop-shadow(0 15px 25px rgba(160, 163, 169, 0.25));
        transform: translateZ(0px);
        -webkit-transform: translateZ(0); }
        .bg4 .wrap .box_slider .box_video .item {
          -webkit-border-radius: 10px;
                  border-radius: 10px;
          overflow: hidden;
          height: 138px;
          margin-bottom: 25px; }
        .bg4 .wrap .box_slider .box_video .inner {
          background: #4b8ce5;
          width: 100%;
          height: 100%;
          background: url(../img/bg4/bg_video.jpg) no-repeat;
          -webkit-background-size: cover;
                  background-size: cover;
          background-position: top center;
          position: relative;
          overflow: hidden; }
          .bg4 .wrap .box_slider .box_video .inner .btn_play {
            background: url(../img/bg1/play.png) no-repeat;
            -webkit-background-size: contain;
                    background-size: contain;
            width: 117px;
            height: 128px;
            padding: 0;
            border: none;
            position: absolute;
            top: 50%;
            right: 20px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .bg4 .wrap .box_slider .box_video h6 {
          font-size: 18px;
          color: #000;
          font-family: MullerMedium;
          margin-bottom: 8px; }
        .bg4 .wrap .box_slider .box_video .soc {
          margin-bottom: 25px; }
          .bg4 .wrap .box_slider .box_video .soc span {
            font-size: 14px;
            color: #3b3b3b;
            font-family: MullerLightItalic;
            display: inline-block;
            vertical-align: middle;
            margin-right: 11px; }
          .bg4 .wrap .box_slider .box_video .soc a {
            display: inline-block;
            vertical-align: middle;
            margin: 0 3px; }
            .bg4 .wrap .box_slider .box_video .soc a img {
              max-height: 12px;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
            .bg4 .wrap .box_slider .box_video .soc a:last-of-type {
              margin-right: 0; }
            .bg4 .wrap .box_slider .box_video .soc a:first-of-type {
              margin-left: 0; }
            .bg4 .wrap .box_slider .box_video .soc a:hover img {
              -webkit-filter: brightness(1.2);
              filter: brightness(1.2);
              transform: translateZ(0px);
              -webkit-transform: translateZ(0); }
    .bg4 .wrap .box_descr {
      display: inline-block;
      vertical-align: bottom;
      margin-bottom: 20px;
      width: 57%;
      padding-left: 5%;
      position: relative;
      z-index: 10; }
      .bg4 .wrap .box_descr p {
        font-size: 20px;
        line-height: 30px;
        color: #403f37;
        padding-left: 120px;
        margin-bottom: 30px;
        position: relative; }
        .bg4 .wrap .box_descr p::before {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .bg4 .wrap .box_descr p:first-child::before {
          background: url(../img/bg4/img1.png) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          width: 95px;
          height: 77px; }
        .bg4 .wrap .box_descr p:nth-child(2) {
          margin-bottom: 0; }
          .bg4 .wrap .box_descr p:nth-child(2)::before {
            background: url(../img/bg4/img2.png) no-repeat;
            -webkit-background-size: contain;
                    background-size: contain;
            width: 75px;
            height: 80px;
            left: 10px; }
      .bg4 .wrap .box_descr .box_btn {
        margin-top: 50px;
        margin-left: 60px;
        max-width: 270px; }
        .bg4 .wrap .box_descr .box_btn .my_btn::before {
          content: "";
          background: url(../img/bg4/qs.svg) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          width: 25px;
          height: 25px;
          display: inline-block;
          vertical-align: middle;
          margin-top: -6px;
          margin-right: 8px; }
    .bg4 .wrap .carousel-control {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      width: 40px;
      height: 40px;
      background: #dadede;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      opacity: 1;
      display: inline-block;
      vertical-align: middle; }
      .bg4 .wrap .carousel-control img {
        height: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .bg4 .wrap .carousel-control.right img {
      -webkit-transform: translate(-50%, -50%) rotate(-180deg);
      -ms-transform: translate(-50%, -50%) rotate(-180deg);
      transform: translate(-50%, -50%) rotate(-180deg); }
    .bg4 .wrap .box_count {
      width: 60px;
      display: inline-block;
      vertical-align: middle;
      opacity: 0;
      font-size: 18px;
      color: #000; }
      .bg4 .wrap .box_count span {
        display: inline-block;
        vertical-align: baseline;
        font-size: 18px;
        color: #000;
        margin: 0;
        font-family: MullerLight; }
        .bg4 .wrap .box_count span.current {
          font-family: MullerMedium;
          font-size: 23px; }
        .bg4 .wrap .box_count span.amount {
          font-size: 16px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), 
only screen and (min--moz-device-pixel-ratio: 1.3), 
only screen and (-o-min-device-pixel-ratio: 2.6 / 2), 
only screen and (min-device-pixel-ratio: 1.3), 
only screen and (-o-min-device-pixel-ratio: 13 / 10), 
only screen and (-o-min-device-pixel-ratio: 13/10), 
only screen and (min-resolution: 124.8dpi), 
only screen and (min-resolution: 1.3dppx) {
  .bg4 .bg_img div {
    background: url(../img/bg4/bg4%402x.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .bg4 .wrap .box_slider .box_video {
    background: url(../img/bg4/bg_slider%402x.png) no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .bg4 .wrap .box_slider .box_video .inner {
    background: url(../img/bg4/bg_video%402x.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .bg4 .wrap .box_slider .box_video .inner .btn_play {
    background: url(../img/bg1/play%402x.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  .bg4 .wrap .box_descr p:first-child::before {
    background: url(../img/bg4/img1%402x.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }
  .bg4 .wrap .box_descr p::nth-child(2)::before {
    background: url(../img/bg4/img2%402x.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@media (min-width: 1921px) {
  .bg4 {
    overflow: hidden; }
  .bg4 .bg_img {
    height: 96%; }
  .bg4 .bg_img div {
    width: 100%; } }

@media (max-width: 1440px) {
  .bg4 {
    padding: 80px 0 0; }
    .bg4 .bg_img {
      height: 970px; }
      .bg4 .bg_img div {
        width: 1440px; }
    .bg4 .wrap {
      padding: 40px 0 130px 31.5%; }
      .bg4 .wrap .box_zag {
        margin-bottom: 17px; }
      .bg4 .wrap .box_slider {
        margin-left: 40px;
        width: 244px; }
        .bg4 .wrap .box_slider::before {
          height: 9px;
          bottom: -9px;
          left: 9px;
          right: 9px; }
        .bg4 .wrap .box_slider .box_video {
          padding: 60px 22px 0;
          height: 320px; }
          .bg4 .wrap .box_slider .box_video .item {
            height: 117px;
            margin-bottom: 20px; }
          .bg4 .wrap .box_slider .box_video .inner .btn_play {
            width: 100px;
            height: 108px;
            right: 17px; }
          .bg4 .wrap .box_slider .box_video h6 {
            font-size: 14px;
            margin-bottom: 7px; }
          .bg4 .wrap .box_slider .box_video .soc {
            margin-bottom: 20px; }
            .bg4 .wrap .box_slider .box_video .soc span {
              font-size: 12px;
              margin-right: 9px; }
      .bg4 .wrap .box_descr {
        margin-bottom: 17px; }
        .bg4 .wrap .box_descr p {
          font-size: 16px;
          line-height: 26px;
          padding-left: 100px;
          margin-bottom: 25px; }
          .bg4 .wrap .box_descr p:first-child::before {
            width: 80px;
            height: 65px; }
          .bg4 .wrap .box_descr p:nth-child(2)::before {
            width: 63px;
            height: 70px;
            left: 8px; }
        .bg4 .wrap .box_descr .box_btn {
          margin-top: 40px;
          margin-left: 50px;
          max-width: 230px; }
          .bg4 .wrap .box_descr .box_btn .my_btn::before {
            width: 20px;
            height: 20px;
            margin-top: -5px;
            margin-right: 7px; }
      .bg4 .wrap .carousel-control {
        width: 34px;
        height: 34px; }
        .bg4 .wrap .carousel-control img {
          height: 10px; }
      .bg4 .wrap .box_count {
        width: 50px; } }

@media (max-width: 1199px) {
  .bg4 .wrap .box_slider {
    margin-left: 0; }
  .bg4 .wrap .box_descr {
    padding-left: 20px; }
  .bg4 .wrap .box_descr p {
    padding-left: 90px;
    line-height: 24px; } }

@media (max-width: 991px) {
  .bg4 {
    padding: 50px 0; }
  .bg4 .wrap .box_zag {
    text-align: center; }
  .bg4 .wrap .box_descr .box_btn {
    margin-left: 90px; }
  .bg4 .wrap {
    padding: 0px; }
  .bg4 .bg_img {
    height: 580px;
    top: auto;
    bottom: -85px; }
  .bg4 .bg_img div {
    width: 991px; }
  .bg4 .bg_img::before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0.1)));
    background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1));
    background: -o-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1));
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.1));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 1; }
  .bg4 .wrap .box_slider {
    position: absolute;
    bottom: 0;
    left: 60%; }
  .bg4 .wrap .box_descr {
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto; } }

@media (max-width: 767px) {
  .bg4 {
    padding: 0 0 210px; }
  .bg4 .wrap .box_descr p::before,
  .bg4 .wrap .box_descr p:nth-child(2)::before {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .bg4 .wrap .box_descr p {
    padding: 80px 0 0;
    line-height: 22px; }
  .bg4 .wrap .box_descr {
    text-align: center; }
  .bg4 .wrap .box_descr .box_btn {
    margin: 30px auto 0; }
  .bg4 .wrap .box_slider {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .bg4 .bg_img {
    height: 300px;
    bottom: 0; }
  .bg4 .bg_img div {
    left: 60%;
    width: 925px; } }

@media (max-width: 599px) {
  .bg4 .bg_img div {
    left: 74%;
    width: 895px; } }

@media (max-width: 479px) {
  .bg4 .wrap .box_descr p {
    line-height: 20px;
    font-size: 14px; }
  .bg4 .bg_img div {
    left: 93%; }
  .bg4 {
    padding: 0 0 300px; } }

/*bg5*/
.bg5 .wrap {
  text-align: center; }

.bg5 .box_zag {
  max-width: 1030px;
  margin: 0 auto 45px; }
  .bg5 .box_zag h2 {
    margin-bottom: 30px; }

.bg5 .box_btn {
  display: inline-block;
  vertical-align: middle;
  max-width: 270px; }
  .bg5 .box_btn .my_btn::before {
    content: "";
    background: url(../img/bg5/callback.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 5px; }

.bg5 .box_contacts {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 250px;
  margin-left: 23px; }
  .bg5 .box_contacts .zag {
    font-size: 17px;
    color: #403f37;
    margin-bottom: 3px; }
  .bg5 .box_contacts .phone {
    display: inline-block;
    vertical-align: middle; }
    .bg5 .box_contacts .phone > a {
      color: #403f37;
      font-size: 20px;
      font-family: ProximaNova-Semibold;
      display: inline-block;
      vertical-align: middle; }
  .bg5 .box_contacts span {
    font-size: 14px;
    color: #3b3b3b;
    font-family: MullerLightItalic;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px; }
  .bg5 .box_contacts a {
    display: inline-block;
    vertical-align: middle; }
    .bg5 .box_contacts a img {
      height: 20px;
      margin-top: -4px;
      margin-left: 4px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .bg5 .box_contacts a:hover img {
      -webkit-filter: brightness(1.2);
      filter: brightness(1.2);
      transform: translateZ(0px);
      -webkit-transform: translateZ(0); }

.bg5 .box_content {
  margin-top: 65px;
  margin-left: -13px;
  margin-right: -13px; }
  .bg5 .box_content .block {
    width: 370px;
    height: 370px;
    margin: 0 13px;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #000;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: hidden;
    z-index: 999; }
  .bg5 .box_content .block:hover img {
    opacity: 0.2;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .bg5 .box_content .block:hover a {
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .bg5 .box_content .block img {
    width: 100%;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .bg5 .box_content .block a {
    z-index: 3;
    opacity: 1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: block;
    height: 100%;
    width: 100%; }
  .bg5 .box_content .block a .align {
    vertical-align: middle;
    margin: auto; }
  .bg5 .box_content .block a span {
    color: #fff;
    -webkit-text-fill-color: #ffffff;
    -webkit-opacity: 1; }
  .bg5 .box_content .block a span.nameinta {
    color: #ff8193 !important;
    display: block;
    margin-bottom: 5px;
    -webkit-text-fill-color: #ff8193;
    -webkit-opacity: 1; }

@media (max-width: 1440px) {
  .bg5 .box_zag {
    max-width: 875px;
    margin: 0 auto 38px; }
    .bg5 .box_zag h2 {
      margin-bottom: 25px; }
  .bg5 .box_btn {
    max-width: 230px; }
    .bg5 .box_btn .my_btn::before {
      width: 20px;
      height: 20px;
      margin-top: -5px;
      margin-right: 4px; }
  .bg5 .box_contacts {
    max-width: 210px;
    margin-left: 19px; }
    .bg5 .box_contacts .zag {
      font-size: 16px;
      margin-bottom: 2px; }
    .bg5 .box_contacts .phone > a {
      font-size: 17px; }
    .bg5 .box_contacts span {
      font-size: 12px; }
    .bg5 .box_contacts a img {
      height: 17px;
      margin-top: -3px;
      margin-left: 3px; }
  .bg5 .box_content {
    margin-top: 55px;
    margin-right: -10px;
    margin-left: -10px; }
    .bg5 .box_content .block {
      width: 314px;
      height: 314px;
      margin: 0 10px; } }

@media (max-width: 1199px) {
  .bg5 .box_content .block {
    width: 270px;
    height: 270px; } }

@media (max-width: 991px) {
  .bg5 .box_zag {
    max-width: 700px; }
  .bg5 .box_content .block {
    width: 230px;
    height: 230px; } }

@media (max-width: 767px) {
  .bg5 {
    padding-top: 40px; }
  .bg5 .box_zag {
    max-width: 100%;
    margin-bottom: 25px; }
  .bg5 .box_zag h2 {
    margin-bottom: 15px; }
  .bg5 .box_zag p {
    max-width: 500px; }
  .bg5 .box_btn {
    display: block;
    margin: 0 auto; }
  .bg5 .box_contacts {
    margin: 30px auto 0;
    max-width: 300px;
    text-align: center; }
  .bg5 .box_content {
    margin-top: 40px; }
  .bg5 .box_content .block {
    width: 135px;
    height: 135px; } }

@media (max-width: 479px) {
  .bg5 .box_zag h2 {
    font-size: 22px;
    line-height: 28px; }
  .bg5 .box_content {
    margin: 30px 0 0; }
  .bg5 .box_content .block {
    width: 85px;
    height: 85px;
    margin: 0 5px; } }

/*bg6*/
.bg6 {
  padding: 70px 0 0; }
  .bg6 .box_zag {
    margin-bottom: 20px;
    text-align: center;
    position: relative; }
    .bg6 .box_zag::before {
      content: "";
      background: url(../img/bg6/before.jpg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      width: 263px;
      height: 226px;
      position: absolute;
      bottom: -144px;
      left: -80px; }
    .bg6 .box_zag h2 {
      margin-bottom: 30px; }
  .bg6 .wrap {
    background: url(../img/bg6/wrap.svg) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 100%;
    height: 584px;
    -webkit-filter: drop-shadow(0 20px 70px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 20px 70px rgba(0, 0, 0, 0.1));
    font-size: 0;
    padding: 78px 30px 0;
    transform: translateZ(0px);
    -webkit-transform: translateZ(0); }
    .bg6 .wrap .carousel {
      padding: 0 30px; }
    .bg6 .wrap .box_left {
      display: inline-block;
      vertical-align: top;
      width: 36%; }
      .bg6 .wrap .box_left .inner {
        margin: 0 -7px;
        height: 412px;
        overflow: hidden; }
      .bg6 .wrap .box_left .box_imgs {
        display: inline-block;
        vertical-align: top;
        width: -webkit-calc(34.5% - 14px);
        width: calc(34.5% - 14px);
        margin: 0 7px;
        overflow: hidden; }
        .bg6 .wrap .box_left .box_imgs .box_img_inner {
          overflow-x: hidden;
          overflow-y: scroll;
          height: 412px;
          margin-right: -25px; }
        .bg6 .wrap .box_left .box_imgs .box {
          max-width: 122px;
          width: 100%;
          height: 85px;
          -webkit-border-radius: 7px;
                  border-radius: 7px;
          background: #e4e4e4;
          margin-bottom: 15px;
          overflow: hidden;
          position: relative;
          display: block; }
          .bg6 .wrap .box_left .box_imgs .box img {
            min-height: 100%;
            min-width: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .bg6 .wrap .box_left .box_imgs .box:last-child {
            margin-bottom: 0; }
      .bg6 .wrap .box_left .box_video {
        display: inline-block;
        vertical-align: top;
        background: #000;
        -webkit-border-radius: 7px;
                border-radius: 7px;
        width: -webkit-calc(65.5% - 14px);
        width: calc(65.5% - 14px);
        margin: 0 7px;
        height: 100%;
        overflow: hidden;
        position: relative;
        z-index: 10; }
        .bg6 .wrap .box_left .box_video iframe {
          width: 100%;
          height: 100%;
          border: none; }
    .bg6 .wrap .box_right {
      display: inline-block;
      vertical-align: top;
      width: 64%;
      padding-left: 40px; }
      .bg6 .wrap .box_right .box_client {
        margin-bottom: 30px; }
        .bg6 .wrap .box_right .box_client .name {
          font-size: 25px;
          color: #191919;
          font-family: MullerMedium;
          display: inline-block;
          vertical-align: middle; }
        .bg6 .wrap .box_right .box_client .box_mark {
          display: inline-block;
          vertical-align: middle;
          font-size: 15px;
          color: #fff;
          letter-spacing: 1.5px;
          text-transform: uppercase;
          font-family: MullerMedium;
          background: -webkit-gradient(linear, left top, right top, from(#eb3d51), to(#e1293f));
          background: -webkit-linear-gradient(left, #eb3d51, #e1293f);
          background: -o-linear-gradient(left, #eb3d51, #e1293f);
          background: linear-gradient(to right, #eb3d51, #e1293f);
          -webkit-border-radius: 4px;
                  border-radius: 4px;
          height: 26px;
          line-height: 32px;
          text-align: center;
          padding: 0 8px;
          -webkit-transform: skew(-10deg);
          -ms-transform: skew(-10deg);
          transform: skew(-10deg);
          margin-left: 15px; }
          .bg6 .wrap .box_right .box_client .box_mark span {
            -webkit-transform: skew(10deg);
            -ms-transform: skew(10deg);
            transform: skew(10deg);
            display: inline-block; }
        .bg6 .wrap .box_right .box_client > span {
          color: #403f37;
          font-size: 16px;
          font-family: MullerLightItalic;
          display: block;
          margin-top: 10px; }
      .bg6 .wrap .box_right .box {
        margin-bottom: 20px; }
      .bg6 .wrap .box_right .zag {
        font-size: 19px;
        color: #191919;
        font-family: MullerMedium;
        margin-bottom: 10px; }
      .bg6 .wrap .box_right .text {
        font-size: 16px;
        line-height: 22px;
        color: #403f37;
        padding-right: 15px; }
        .bg6 .wrap .box_right .text::-webkit-scrollbar {
          width: 9px;
          display: block; }
        .bg6 .wrap .box_right .text::-webkit-scrollbar-track {
          background: #efefef;
          -webkit-border-radius: 25px;
          border-radius: 25px; }
        .bg6 .wrap .box_right .text::-webkit-scrollbar-thumb {
          background: #2f84fb;
          -webkit-border-radius: 25px;
          border-radius: 25px; }
      .bg6 .wrap .box_right .text_scroll_t {
        height: 76px;
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-color: #efefef #2f84fb;
        scrollbar-width: thin; }
      .bg6 .wrap .box_right .text_scroll_b {
        height: 110px;
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-color: #efefef #2f84fb;
        scrollbar-width: thin; }
      .bg6 .wrap .box_right .text_scroll::-webkit-scrollbar {
        width: 9px;
        display: block; }
      .bg6 .wrap .box_right .text_scroll::-webkit-scrollbar-track {
        background: #efefef;
        -webkit-border-radius: 25px;
        border-radius: 25px; }
      .bg6 .wrap .box_right .text_scroll::-webkit-scrollbar-thumb {
        background: #2f84fb;
        -webkit-border-radius: 25px;
        border-radius: 25px; }
      .bg6 .wrap .box_right .box_b {
        margin-top: 30px;
        padding-bottom: 60px; }
      .bg6 .wrap .box_right .box_btn {
        display: inline-block;
        vertical-align: middle; }
        .bg6 .wrap .box_right .box_btn .my_btn {
          -webkit-box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.35), 0 0 50px rgba(71, 220, 122, 0.3);
                  box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.35), 0 0 50px rgba(71, 220, 122, 0.3); }
      .bg6 .wrap .box_right .box_price {
        margin-left: 30px;
        margin-top: 5px;
        display: inline-block;
        vertical-align: middle; }
        .bg6 .wrap .box_right .box_price .zag {
          margin-bottom: 6px; }
        .bg6 .wrap .box_right .box_price .price {
          color: #191919;
          font-size: 29px;
          font-family: MullerMedium; }
    .bg6 .wrap .carousel-control {
      opacity: 1;
      background: #fefefe;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      width: 70px;
      height: 70px;
      border: 1px solid #b8d4db;
      position: absolute;
      font-size: 0;
      text-shadow: none;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .bg6 .wrap .carousel-control img {
        height: 21px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .bg6 .wrap .carousel-control.left {
      left: -65px; }
    .bg6 .wrap .carousel-control.right {
      right: -65px; }
      .bg6 .wrap .carousel-control.right img {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .bg6 .box_zag::before {
    background: url(../img/bg6/before%402x.jpg) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@media (max-width: 1440px) {
  .bg6 {
    padding: 60px 0 0; }
    .bg6 .box_zag {
      margin-bottom: 17px; }
      .bg6 .box_zag::before {
        width: 223px;
        height: 192px;
        bottom: -122px;
        left: -70px; }
      .bg6 .box_zag h2 {
        margin-bottom: 25px; }
    .bg6 .wrap {
      height: 496px;
      padding: 65px 20px 0; }
      .bg6 .wrap .carousel {
        padding: 0 20px; }
      .bg6 .wrap .box_left .inner {
        height: 350px; }
      .bg6 .wrap .box_left .box_imgs .box_img_inner {
        height: 350px; }
      .bg6 .wrap .box_left .box_imgs .box {
        height: 72px;
        max-width: 104px;
        margin-bottom: 12px; }
      .bg6 .wrap .box_right {
        padding-left: 34px; }
        .bg6 .wrap .box_right .box_client {
          margin-bottom: 25px; }
          .bg6 .wrap .box_right .box_client .name {
            font-size: 20px; }
          .bg6 .wrap .box_right .box_client .box_mark {
            font-size: 14px;
            height: 23px;
            line-height: 27px;
            padding: 0 7px;
            margin-left: 12px; }
          .bg6 .wrap .box_right .box_client > span {
            font-size: 14px;
            margin-top: 8px; }
        .bg6 .wrap .box_right .box {
          margin-bottom: 17px; }
        .bg6 .wrap .box_right .zag {
          font-size: 16px;
          margin-bottom: 8px; }
        .bg6 .wrap .box_right .text {
          font-size: 14px;
          line-height: 20px;
          padding-right: 12px; }
        .bg6 .wrap .box_right .text_scroll {
          height: 95px; }
        .bg6 .wrap .box_right .box_b {
          margin-top: 25px;
          padding-bottom: 50px; }
        .bg6 .wrap .box_right .box_price {
          margin-left: 25px;
          margin-top: 4px; }
          .bg6 .wrap .box_right .box_price .zag {
            margin-bottom: 5px; }
          .bg6 .wrap .box_right .box_price .price {
            font-size: 24px; }
      .bg6 .wrap .carousel-control {
        width: 60px;
        height: 60px; }
        .bg6 .wrap .carousel-control img {
          height: 19px; }
      .bg6 .wrap .carousel-control.left {
        left: -55px; }
      .bg6 .wrap .carousel-control.right {
        right: -55px; } }

@media (max-width: 1199px) {
  .bg6 .wrap {
    height: 455px;
    max-width: 912px;
    padding: 60px 15px 0;
    margin: 0 auto; }
  .bg6 .wrap .box_right .text_scroll_t,
  .bg6 .wrap .box_right .text_scroll_b {
    height: 70px; }
  .bg6 .wrap .box_left .box_imgs .box {
    max-width: 95px; }
  .bg6 .wrap .carousel-control.left {
    left: -47px; }
  .bg6 .wrap .carousel-control.right {
    right: -47px; } }

@media (max-width: 991px) {
  .bg6 {
    padding-top: 50px; }
  .bg6 .wrap {
    height: 100%;
    background: transparent;
    -webkit-filter: none;
            filter: none;
    padding: 0 30px; }
  .bg6 .wrap .carousel {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 35px 30px;
    -webkit-border-radius: 10px;
            border-radius: 10px; }
  .bg6 .wrap .carousel-control.left {
    left: -30px; }
  .bg6 .wrap .carousel-control.right {
    right: -30px; }
  .bg6 .wrap .box_right .text_scroll_t, .bg6 .wrap .box_right .text_scroll_b {
    height: 100%; }
  .bg6 .wrap .box_right {
    padding-left: 20px; }
  .bg6 .wrap .box_right .box_b {
    padding-bottom: 0;
    position: relative;
    padding-bottom: 100px;
    margin-top: 10px; }
  .bg6 .wrap .box_right .box_price .price {
    font-size: 20px; }
  .bg6 .wrap .box_right .box_price {
    margin-left: 0; }
  .bg6 .wrap .box_right .box_btn {
    position: absolute;
    bottom: 20px;
    left: 0; }
  .bg6 .wrap .box_right .box_btn .my_btn {
    -webkit-box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.35), 0 0 25px rgba(71, 220, 122, 0.3);
            box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.35), 0 0 25px rgba(71, 220, 122, 0.3); }
  .bg6 .wrap .box_right .box {
    margin-bottom: 9px; }
  .bg6 .wrap .box_left .box_imgs .box {
    max-width: 79px;
    margin-bottom: 10px; }
  .bg6 .wrap .box_left {
    position: relative;
    padding-top: 310px; }
  .bg6 .wrap .box_left .box_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    width: 100%;
    margin: 0; }
  .bg6 .wrap .box_left .inner {
    height: auto;
    margin: 0; }
  .bg6 .wrap .box_left .box_imgs {
    width: 100%;
    margin: 0; }
  .bg6 .wrap .box_left .box_imgs .box_img_inner {
    height: 100%;
    margin: 0 -5px; }
  .bg6 .wrap .box_left .box_imgs .box {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
    max-width: initial; }
  .bg6 .wrap .box_right .text {
    padding-right: 0; } }

@media (max-width: 767px) {
  .bg6 {
    padding-top: 40px; }
  .bg6 .wrap {
    padding: 0;
    max-width: 600px; }
  .bg6 .box_zag p {
    color: #000; }
  .bg6 .wrap .carousel {
    padding: 30px 15px; }
  .bg6 .wrap .carousel-control {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .bg6 .wrap .carousel-control.left {
    left: auto; }
  .bg6 .wrap .carousel-control.right {
    right: auto; }
  .bg6 .wrap .box_left {
    width: 100%;
    display: block;
    max-width: 400px;
    margin: 0 auto 20px; }
  .bg6 .wrap .box_left .box_imgs .box {
    width: -webkit-calc(25% - 10px);
    width: calc(25% - 10px); }
  .bg6 .wrap .box_right {
    padding: 0;
    width: 100%; }
  .bg6 .wrap .box_right .box_btn {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .bg6 .wrap .box_right .box_client {
    position: relative;
    padding-top: 35px; }
  .bg6 .wrap .box_right .box_client .name {
    font-size: 18px; }
  .bg6 .wrap .box_right .box_client .box_mark {
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) skew(-10deg);
    -ms-transform: translateX(-50%) skew(-10deg);
    transform: translateX(-50%) skew(-10deg);
    font-size: 12px; }
  .bg6 .wrap .box_right .box_client > span {
    line-height: 20px; } }

/*bg7*/
.bg7 {
  background: url(../img/bg7/bg7.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  padding: 70px 0 35px; }
  .bg7 .wrap {
    padding: 50px 0 170px;
    margin-top: 90px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .bg7 .wrap .box_left {
      max-width: 600px;
      display: inline-block;
      vertical-align: top; }
    .bg7 .wrap .box_right {
      width: 300px;
      display: inline-block;
      vertical-align: top; }
      .bg7 .wrap .box_right .box_t {
        -webkit-filter: drop-shadow(0 15px 25px rgba(160, 163, 169, 0.25));
        filter: drop-shadow(0 15px 25px rgba(160, 163, 169, 0.25));
        background: url(../img/bg7/box_right.png) no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        padding: 70px 30px 35px;
        height: 296px;
        transform: translateZ(0px);
        -webkit-transform: translateZ(0); }
        .bg7 .wrap .box_right .box_t h6 {
          color: #000;
          font-size: 17px;
          line-height: 24px;
          font-family: MullerMedium;
          margin-bottom: 20px; }
      .bg7 .wrap .box_right .box_b {
        background: #fff;
        -webkit-border-radius: 0 0 5px 5px;
                border-radius: 0 0 5px 5px;
        font-size: 0;
        text-align: center;
        margin: 0 15px;
        padding: 18px 0;
        -webkit-box-shadow: 0 9px 25px rgba(160, 163, 169, 0.2);
                box-shadow: 0 9px 25px rgba(160, 163, 169, 0.2); }
        .bg7 .wrap .box_right .box_b span, .bg7 .wrap .box_right .box_b a {
          display: inline-block;
          vertical-align: middle; }
        .bg7 .wrap .box_right .box_b span {
          font-size: 17px;
          color: #403f37;
          margin-right: 10px; }
        .bg7 .wrap .box_right .box_b a {
          margin: 0 10px 0 0; }
          .bg7 .wrap .box_right .box_b a img {
            height: 23px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
          .bg7 .wrap .box_right .box_b a:last-child {
            margin-right: 0; }
          .bg7 .wrap .box_right .box_b a:hover img {
            -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
            transform: translateZ(0px);
            -webkit-transform: translateZ(0); }
  .bg7 .box_zag {
    margin-bottom: 20px; }
  .bg7 .panel-group {
    margin-bottom: 0; }
  .bg7 .panel-group .panel {
    -webkit-border-radius: 0;
            border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .bg7 .panel-group .panel:last-child {
      border-bottom: none; }
  .bg7 .panel-group .panel + .panel {
    margin: 0; }
  .bg7 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    padding: 0;
    border: none;
    font-size: 16px;
    line-height: 22px;
    color: #403f37;
    max-width: 89%; }
  .bg7 .panel-default > .panel-heading {
    padding: 0;
    background: transparent;
    -webkit-border-radius: 0;
            border-radius: 0;
    border: none; }
  .bg7 .panel-title {
    font-size: 19px;
    line-height: 25px;
    color: #191919;
    font-family: MullerMedium;
    position: relative; }
    .bg7 .panel-title a {
      display: block;
      padding: 9px 0;
      padding-right: 40px; }
    .bg7 .panel-title .arrow {
      width: 30px;
      height: 30px;
      background: #dadede;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .bg7 .panel-title .arrow::before {
        content: "";
        background: url(../img/arrow.svg) no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        width: 12px;
        height: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg); }
  .bg7 .panel-heading.active .panel-title .arrow::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg); }
  .bg7 .footer {
    max-width: 1372px;
    width: 100%;
    margin: 0 auto; }
    .bg7 .footer .wrap_bottom {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .bg7 .footer .wrap_bottom a {
        color: #2673dc;
        font-size: 16px;
        border-bottom: 1px solid; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .bg7 {
    background: url(../img/bg7/bg7%402x.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
  .bg7 .wrap .box_right .box_t {
    background: url(../img/bg7/box_right%402x.png) no-repeat;
    -webkit-background-size: contain; } }

@media (max-width: 1440px) {
  .bg7 {
    padding: 60px 0 30px; }
    .bg7 .wrap {
      padding: 40px 0 145px;
      margin-top: 75px; }
      .bg7 .wrap .box_left {
        max-width: 510px; }
      .bg7 .wrap .box_right {
        width: 255px; }
        .bg7 .wrap .box_right .box_t {
          padding: 60px 25px 30px;
          height: 252px; }
          .bg7 .wrap .box_right .box_t h6 {
            font-size: 15px;
            line-height: 22px;
            margin-bottom: 17px; }
        .bg7 .wrap .box_right .box_b {
          margin: 0 12px;
          padding: 15px 0; }
          .bg7 .wrap .box_right .box_b span {
            font-size: 15px;
            margin-right: 8px; }
    .bg7 .box_zag {
      margin-bottom: 17px; }
    .bg7 .panel-default > .panel-heading + .panel-collapse > .panel-body {
      font-size: 14px;
      line-height: 20px; }
    .bg7 .panel-title {
      font-size: 16px;
      line-height: 22px; }
      .bg7 .panel-title a {
        padding: 8px 40px 8px 0; }
      .bg7 .panel-title .arrow {
        width: 25px;
        height: 25px; }
        .bg7 .panel-title .arrow::before {
          width: 10px;
          height: 10px; }
    .bg7 .footer {
      max-width: 1166px; }
      .bg7 .footer .wrap_bottom a {
        font-size: 14px; } }

@media (max-width: 991px) {
  .bg7 .wrap {
    margin-top: 20px;
    padding-bottom: 80px; }
  .bg7 .wrap .box_left {
    max-width: 60%; } }

@media (max-width: 767px) {
  .bg7 {
    padding-top: 20px;
    background-position-x: 24%; }
  .bg7 .wrap {
    display: block;
    padding-bottom: 30px;
    margin-top: 0; }
  .bg7 .box_zag {
    margin-bottom: 20px;
    text-align: center; }
  .bg7 .wrap .box_left {
    max-width: 500px;
    margin: 0 auto 40px;
    text-align: left;
    display: block; }
  .bg7 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    max-width: 93%; }
  .bg7 .footer .wrap_bottom {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    text-align: center; }
  .bg7 .footer .wrap_bottom a {
    display: inline-block;
    margin-top: 10px; } }

@media (max-width: 479px) {
  .bg7 .panel-title {
    font-size: 14px;
    line-height: 20px; } }



.blhead.fixed{
  display: none;
  position: fixed;
  right: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,.1);
  top: 0;
  z-index: 998;

}