@font-face {
  font-family: ProximaNova-Light;
  src: url(../fonts/ProximaNova-Light.eot) 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-face {
  font-family: ProximaNova-Semibold;
  src: url(../fonts/ProximaNova-Semibold.eot) 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-face {
  font-family: MullerLight;
  src: url(../fonts/MullerLight.eot) format("embedded-opentype"), url(../fonts/MullerLight.woff2) format("woff2"), url(../fonts/MullerLight.woff) format("woff"), url(../fonts/MullerLight.ttf) format("truetype"); }

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

@font-face {
  font-family: MullerBold;
  src: url(../fonts/MullerBold.eot) format("embedded-opentype"), url(../fonts/MullerBold.woff2) format("woff2"), url(../fonts/MullerBold.woff) format("woff"), url(../fonts/MullerBold.ttf) format("truetype"); }

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

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

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

strong {
  font-family: MullerBold;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-style: normal;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #000;
  font-family: MullerLight;
  position: relative; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-family: MullerBold; }

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

a {
  color: #0b76b3;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #0b76b3; }

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

.box_zag p {
  font-size: 19px;
  line-height: 24px;
  color: #1d1d1d;
  letter-spacing: 0.38px;
  position: relative;
  z-index: 10; }

.box_btn {
  max-width: 346px;
  position: relative; }
  .box_btn::before {
    content: "";
    background: #bc0e2a;
    -webkit-border-radius: 14px;
            border-radius: 14px;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -6px; }
  .box_btn .my_btn {
    display: inline-block;
    text-align: center;
    font-family: MullerBold;
    font-size: 16px;
    letter-spacing: -0.16px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff454d), to(#d8242c));
    background: -webkit-linear-gradient(top, #ff454d, #d8242c);
    background: -o-linear-gradient(top, #ff454d, #d8242c);
    background: linear-gradient(to bottom, #ff454d, #d8242c);
    -webkit-box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.22);
            box-shadow: inset 0 0 7px rgba(255, 255, 255, 0.22);
    position: relative;
    padding: 0;
    border: none;
    width: 100%;
    height: 74px;
    line-height: 80px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .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; }

.my_btn:hover {
  -webkit-box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5); }

.box_plus {
  font-size: 0;
  max-width: 515px;
  margin-bottom: 45px; }
  .box_plus .box {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding: 25px;
    position: relative;
    height: 208px;
    /*&::before {
      content: "";
      background: linear-gradient(to left, #000, #fff);
      background: red;
      position: absolute;
      top: -1px;
      left: -21px;
      right: -1px;
      bottom: -1px;
      border-radius: 10px;
      z-index: 0;
      -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
      -o-transform: skew(-10deg);
      transform: skew(-10deg);
    }*/ }
    .box_plus .box p {
      font-size: 16px;
      line-height: 22px;
      color: #111;
      font-family: ProximaNova-Light;
      position: relative;
      z-index: 10; }
    .box_plus .box .box_img {
      position: absolute;
      bottom: 0;
      left: 25px;
      right: 0;
      height: 103px;
      overflow: hidden; }
      .box_plus .box .box_img img {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10; }
    .box_plus .box:first-child {
      max-width: 320px;
      width: 57%; }
    .box_plus .box::after {
      content: "";
      background: #fff;
      position: absolute;
      top: 0;
      left: -20px;
      right: 0;
      bottom: 0;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      z-index: 1;
      -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
      transform: skew(-10deg);
      -webkit-box-shadow: 0 15px 30px rgba(54, 34, 35, 0.07);
              box-shadow: 0 15px 30px rgba(54, 34, 35, 0.07); }

input::-webkit-input-placeholder {
  color: #6f737a; }

input::-moz-placeholder {
  color: #6f737a; }

input:-ms-input-placeholder {
  color: #6f737a; }

textarea::-webkit-input-placeholder {
  color: #6f737a; }

textarea::-moz-placeholder {
  color: #6f737a; }

textarea:-ms-input-placeholder {
  color: #6f737a; }

textarea::-ms-input-placeholder {
  color: #6f737a; }

textarea::placeholder {
  color: #6f737a; }

.container {
  width: 1200px; }

.box_control button {
  background: #fff;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 9px;
          border-radius: 9px;
  -webkit-box-shadow: 0 10px 40px rgba(51, 41, 42, 0.09);
          box-shadow: 0 10px 40px rgba(51, 41, 42, 0.09);
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }
  .box_control button img {
    height: 40px; }

.box_control .custom_next {
  right: 45px; }

.box_control .custom_prev {
  left: 45px; }
  .box_control .custom_prev img {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }

/*.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; }
  body {
    font-size: 14px; }
  h2 {
    font-size: 40px;
    line-height: 50px; }
  .box_zag p {
    font-size: 16px;
    line-height: 21px; }
  .box_btn {
    max-width: 294px; }
    .box_btn::before {
      bottom: -5px; }
    .box_btn .my_btn {
      font-size: 14px;
      height: 62px;
      line-height: 68px; }
  .box_plus {
    max-width: 435px;
    margin-bottom: 38px; }
    .box_plus .box {
      padding: 20px;
      height: 175px; }
      .box_plus .box p {
        font-size: 14px;
        line-height: 20px; }
      .box_plus .box .box_img {
        left: 20px;
        height: 87px; }
        .box_plus .box .box_img img {
          max-height: 110px; }
      .box_plus .box:first-child {
        max-width: 275px; }
      .box_plus .box::after {
        left: -16px; }
  .box_control button {
    width: 70px;
    height: 70px; }
    .box_control button img {
      height: 34px; }
  .box_control .custom_next {
    right: 35px; }
  .box_control .custom_prev {
    left: 35px; } }

@media (max-width: 1199px) {
  .container {
    width: 95%; } }

@media (max-width: 991px) {
  body {
    letter-spacing: normal;
    line-height: normal; }
  .container {
    width: 100%; }
  h2 {
    font-size: 30px;
    line-height: 40px; }
  .box_plus .box {
    padding: 20px 15px; }
  .box_plus .box:first-child {
    width: 55%; }
  .box_plus .box .box_img img {
    max-height: 90px; }
  .box_plus .box .box_img {
    height: 65px;
    left: 15px; } }

@media (max-width: 767px) {
  .container {
    text-align: center; }
  * {
    letter-spacing: normal !important; }
  .box_btn {
    max-width: 300px;
    margin: 0 auto; }
  h2 {
    font-size: 28px;
    line-height: 34px;
    max-width: 500px;
    margin: 0 auto; }
    h2 br {
      display: none; }
  .box_zag p {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    .box_zag p br {
      display: none; }
  .box_btn {
    max-width: 290px; }
  .box_plus {
    margin: 0 auto 30px; }
  .box_plus .box .box_img img {
    left: 43%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .box_plus .box::after {
    left: 0; }
  .box_plus .box:last-child::after {
    left: -15px; } }

@media (max-width: 479px) {
  h2 {
    font-size: 24px;
    line-height: 30px; }
  .box_plus {
    max-width: 100%;
    margin-bottom: 0; }
  .box_plus .box::after {
    display: none; }
  .box_plus .box,
  .box_plus .box:first-child {
    background: #fff;
    display: block;
    width: 100%;
    max-width: 300px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    margin: 0 auto 20px;
    height: 100%;
    padding: 20px 15px 0; }
  .box_plus .box .box_img {
    left: auto;
    position: relative; }
  .box_plus .box .box_img img {
    left: 50%; } }

/*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; }
    .popup_window .wrap .title {
      max-width: 600px;
      margin: 0 auto 20px;
      margin-top: 0;
      text-align: center;
      font-size: 26px;
      line-height: normal;
      color: #000;
      font-family: MullerLight; }
    .popup_window .wrap .descr {
      text-align: center;
      font-size: 18px;
      max-width: 420px;
      margin: 0 auto 25px;
      line-height: 22px;
      letter-spacing: 0; }
    .popup_window .wrap form {
      margin: 0 auto;
      max-width: 330px; }
      .popup_window .wrap form input, .popup_window .wrap form textarea {
        position: relative;
        z-index: 10;
        -webkit-appearance: none;
        outline: none;
        padding: 0;
        width: 100%;
        color: #000;
        border: none;
        font-size: 15px;
        height: 60px;
        padding: 0 25px;
        max-width: 100%;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background-color: #eaebf1;
        -webkit-box-shadow: inset 0 0 3px rgba(135, 135, 135, 0.11);
        box-shadow: inset 0 0 3px rgba(135, 135, 135, 0.11);
        resize: none; }
      .popup_window .wrap form textarea {
        height: 100px;
        padding: 15px 25px; }
      .popup_window .wrap form label {
        font-size: 12px;
        text-transform: uppercase;
        color: #3d4547;
        font-family: MullerMedium;
        font-weight: normal;
        margin-bottom: 10px; }
      .popup_window .wrap form .block {
        margin-bottom: 20px; }
      .popup_window .wrap form .box_btn::before {
        bottom: -4px; }
      .popup_window .wrap form .box_btn .my_btn {
        height: 60px;
        line-height: 68px; }
      .popup_window .wrap form .minconf {
        margin-top: 12px;
        font-size: 12px;
        text-align: center;
        color: rgba(0, 0, 0, 0.5); }
        .popup_window .wrap form .minconf a {
          color: rgba(0, 0, 0, 0.5); }
    .popup_window .wrap .box_soc_links {
      text-align: center; }
      .popup_window .wrap .box_soc_links .zag {
        font-size: 12px;
        color: #3d4547;
        margin-bottom: 0;
        text-transform: uppercase;
        font-family: MullerMedium;
        margin-bottom: 10px;
        margin-top: 20px; }
      .popup_window .wrap .box_soc_links .box_soc {
        font-size: 0;
        margin: 0 auto;
        position: relative;
        max-width: 330px; }
        .popup_window .wrap .box_soc_links .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; }
          .popup_window .wrap .box_soc_links .box_soc a:first-child {
            -webkit-border-radius: 25px 0 0 25px;
            border-radius: 25px 0 0 25px; }
          .popup_window .wrap .box_soc_links .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 .wrap .box_soc_links .box_soc a img {
            display: inline-block;
            vertical-align: middle; }
          .popup_window .wrap .box_soc_links .box_soc a span {
            display: inline-block;
            vertical-align: middle;
            font-size: 12px;
            margin-left: 5px; }
      .popup_window .wrap .box_soc_links .box_phone a {
        color: #000;
        font-size: 16px; }

#modal_more .modal-dialog {
  max-width: 960px;
  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;
  overflow: hidden; }

#modal_more .box_left {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  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: 200px; }
    #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: 12px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    font-family: ProximaNova-Semibold; }
  #modal_more .box_left .nav-tabs > li.active > a {
    color: #fd4750; }
  #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 .tableimg:hover{
    opacity: .6;
    cursor: pointer;
  }
  #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 {
      margin-bottom: 15px;
      font-size: 0; }
    #modal_more .box_left .tab-content p.bigger{
      font-family: MullerMedium;
      font-size: 18px;
      margin-top: 15px;
    }

      #modal_more .box_left .tab-content ul li {
        padding-bottom: 2px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px; }
        #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: 50%;
          font-size: 14px; }
          #modal_more .box_left .tab-content ul li span:last-child {
            text-align: right; }

#modal_more .box_right {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 38px 20px 0;
  padding-bottom: 20px;
  position: relative; }
  #modal_more .box_right::before {
    content: "";
    background: #eceff2;
    position: absolute;
    top: 0;
    bottom: -999px;
    right: 0;
    left: 0; }
  #modal_more .box_right .box_forma {
    position: relative;
    z-index: 10; }
    #modal_more .box_right .box_forma .zag {
      font-size: 18px;
      color: #191919;
      font-family: MullerMedium;
      margin-bottom: 20px;
      text-align: center; }
    #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 .box_soc_links .zag {
      text-transform: none;
      font-size: 14px;
      margin-bottom: 10px; }
    #modal_more .box_right .box_forma .box_soc_links .box_soc a {
      width: 50%; }

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

.thanks {
  overflow: hidden;
  -webkit-border-radius: 10px;
          border-radius: 10px; }
  .thanks .modal-content {
    padding: 70px 30px; }
  .thanks .zag {
    font-size: 28px;
    margin-top: 0;
    color: #000;
    font-family: MullerBold;
    margin-bottom: 10px; }
  .thanks .desc {
    font-size: 18px; }
  .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; }
  #modal_more .box_right .box_forma .pricename {
    color: #777;
    font-size: 15px;
    letter-spacing: 2px;
    font-family: MullerMedium;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase; }
  #modal_more .box_right .box_forma .box_price {
    color: #000;
    margin-bottom: 20px;
    font-family: MullerMedium;
    text-align: center;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    font-size: 24px; }

@media (max-width: 1440px) {
  .popup_window .box_wrap .title {
    font-size: 22px;
    line-height: 26px; } }

@media (max-width: 991px) {
  #modal_more .box_left {
    padding: 40px 25px;
    width: 65%; }
  #modal_more .box_right {
    padding: 40px 15px 0;
    width: 35%; } }

@media (max-width: 767px) {
  .popup_window .modal-dialog {
    margin: 60px auto 50px;
    width: 90%;
    max-width: 500px; }
  .popup_window .wrap {
    padding: 50px 20px 40px; }
    .popup_window .wrap .title {
      margin-bottom: 15px; }
    .popup_window .wrap .descr {
      font-size: 16px;
      line-height: 22px;
      max-width: 420px;
      margin: 0 auto 20px; }
    .popup_window .wrap .my_btn {
      max-width: 100%;
      font-size: 16px; }
    .popup_window .wrap form .block {
      margin-bottom: 20px; }
  .thanks {
    text-align: center; }
    .thanks .modal-content {
      padding: 70px 30px; }
    .thanks .zag {
      font-size: 24px;
      line-height: normal; }
    .thanks .desc {
      font-size: 16px;
      line-height: 21px; }
    .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_more*/
  #modal_more .box_left,
  #modal_more .box_right {
    width: 100%;
    display: block;
    padding: 25px 15px;
    text-align: center; }
  #modal_more .box_left .box_zag {
    text-align: center; }
  #modal_more .box_left .box_zag h3 {
    font-size: 20px; }
  #modal_more .box_left .box_info {
    margin-top: 20px; }
  #modal_more .box_left .tab-content {
    line-height: 18px; }
  #modal_more .box_right .box_forma .zag {
    max-width: 400px;
    margin: 0 auto 20px; }
  #modal_more .box_right .box_forma form .block {
    text-align: left; }
  #modal_more .box_right .box_forma .box_btn {
    max-width: 100%; }
  #modal_more .box_right .box_forma .box_soc_links .zag {
    margin-top: 20px; } }

@media (max-width: 479px) {
  .modal-dialog {
    width: 95%; }
  .popup_window .box_wrap .title {
    font-size: 18px;
    line-height: 22px; }
  .popup_window .wrap .descr {
    max-width: 320px;
    font-size: 14px;
    line-height: 18px; }
  .popup_window .wrap {
    padding: 55px 20px 25px; }
  .box-modal_close span {
    font-size: 12px; }
  .box-modal_close img {
    width: 24px; }
  .popup_window .wrap .box_soc_links .box_soc a {
    width: 50%; }
  /*modal_more*/
  #modal_more .box_left .nav-tabs > li {
    display: block;
    margin: 0 auto 10px; }
  #modal_more .box_left .nav-tabs > li:last-child {
    margin-bottom: 0; } }

/*header*/
.header {
  overflow: hidden;
  position: relative;
  z-index: 999; }
  .header .wrap {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto; }
  .header .row_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; }
  .header .box_left {
    width: 67%; }
    .header .box_left .btn_menu {
      display: none; }
  .header .box_right {
    width: 33%;
    text-align: right; }
  .header .row_bottom {
    position: relative;
    font-size: 0;
    padding: 12px 0 0; }
    .header .row_bottom::before {
      content: "";
      background: #000;
      opacity: .2;
      position: absolute;
      height: 1px;
      left: -999px;
      right: -999px;
      top: 0; }
    .header .row_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 .row_bottom .navmenu li a {
        font-size: 14px;
        color: #3d3d3d;
        text-transform: uppercase;
        font-family: ProximaNova-Light; }
        .header .row_bottom .navmenu li a:hover {
          color: #ff1d27; }
    .header .row_bottom .btn_close {
      display: none;
      position: absolute;
      top: 15px;
      right: 15px;
      background: transparent;
      border: none;
      padding: 0; }
      .header .row_bottom .btn_close img {
        height: 20px;
        width: 20px; }
  .header .box_logo {
    max-width: 150px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 43px; }
    .header .box_logo img {
      margin-top: -10px; }
  .header .box_descr {
    font-size: 14px;
    line-height: 21px;
    color: #3d3d3d;
    font-family: ProximaNova-Light;
    display: inline-block;
    vertical-align: middle;
    max-width: 247px;
    margin-right: 55px; }
  .header .box_map {
    position: relative;
    padding-left: 60px;
    font-size: 14px;
    line-height: 21px;
    font-family: ProximaNova-Light;
    display: inline-block;
    vertical-align: middle;
    max-width: 280px; }
    .header .box_map a {
      color: #3d3d3d; }
    .header .box_map::before {
      content: "";
      background: url(../img/header/map.png) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      width: 48px;
      height: 48px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .header .box_contacts {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    margin-right: 37px; }
    .header .box_contacts .phone {
      font-size: 18px;
      color: #000000;
      letter-spacing: 0.27px;
      font-family: MullerMedium;
      display: inline-block;
      margin-bottom: 3px; }
    .header .box_contacts .mail {
      font-size: 12px;
      color: #3e3e3e;
      display: inline-block; }
      .header .box_contacts .mail span {
        color: #ff1d27; }
  .header .box_btn {
    display: inline-block;
    vertical-align: middle;
    max-width: 209px;
    width: 100%; }
    .header .box_btn::before {
      bottom: -3px; }
    .header .box_btn .my_btn {
      font-size: 15px;
      letter-spacing: -0.15px;
      text-transform: none;
      height: 43px;
      line-height: 46px; }
  .header .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 .btn_menu span {
      background: #000;
      width: 100%;
      height: 2px;
      margin-bottom: 3px;
      display: block; }
      .header .btn_menu span:last-child {
        margin-bottom: 0; }

@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) {
  .header .box_map::before {
    background: url(../img/header/map@2x.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain; } }

@media (max-width: 1440px) {
  .header .wrap {
    max-width: 1147px; }
  .header .row_top {
    padding: 19px 0; }
  .header .row_bottom {
    padding: 10px 0 0; }
    .header .row_bottom .navmenu li a {
      font-size: 12px; }
  .header .box_logo {
    max-width: 125px;
    margin-right: 35px; }
  .header .box_descr {
    font-size: 12px;
    line-height: 19px;
    max-width: 210px;
    margin-right: 45px; }
  .header .box_map {
    padding-left: 50px;
    font-size: 12px;
    line-height: 19px;
    max-width: 230px; }
    .header .box_map::before {
      width: 40px;
      height: 40px; }
  .header .box_contacts {
    max-width: 136px;
    margin-right: 30px; }
    .header .box_contacts .phone {
      font-size: 16px; }
    .header .box_contacts .mail {
      font-size: 10px; }
  .header .box_btn {
    max-width: 175px; }
    .header .box_btn::before {
      bottom: -2px; }
    .header .box_btn .my_btn {
      font-size: 12px;
      height: 36px;
      line-height: 39px; } }

@media (max-width: 1199px) {
  .header .box_left {
    width: 64%; }
  .header .box_right {
    width: 36%; }
  .header .box_logo {
    margin-right: 20px; }
  .header .box_descr {
    margin-right: 25px; }
  .header .box_contacts {
    margin-right: 20px; } }

@media (max-width: 991px) {
  .header .box_left,
  .header .box_right {
    width: 50%; }
  .header .box_descr {
    margin-right: 0; }
  .header .box_map {
    display: none; } }

@media (max-width: 767px) {
header .header .row_top{
  padding-top: 10px;
}
  .header {
    overflow: visible; }
  .header .row_top {
    padding: 20px 0 0; }
  .header .box_left {
    width: 35%; }
  .header .box_right {
    max-width: 250px;
    width: 65%;
    position: relative;
    padding-right: 60px; }
  .header .row_bottom::before {
    display: none; }
  .header .row_bottom {
    padding: 0; }
  .header .box_descr {
    display: none; }
  .header .box_logo {
    margin-right: 0; }
  .header .box_contacts {
    margin-right: 0;
    display: block;
    max-width: 100%; }
  .header .box_contacts .phone {
    margin-bottom: 5px; }
  .header .box_contacts .mail {
    font-size: 14px; }
  .header .box_btn {
    width: auto;
    margin-top: 5px; }
  .header .box_btn::before {
    display: none; }
  .header .box_btn .my_btn {
    background: transparent;
    border: none;
    height: 100%;
    line-height: normal;
    -webkit-border-radius: 0;
            border-radius: 0;
    color: #3e3e3e;
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid; }
  .header .btn_menu {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header .box_menu {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    text-align: left;
    background: #fff;
    z-index: 999;
    overflow: auto;
    padding: 50px 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch; }
  .header .box_menu.active {
    right: 0; }
  .header .row_bottom .btn_close {
    display: block; }
  .header .row_bottom .navmenu {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header .row_bottom .navmenu li {
    margin-bottom: 10px; }
  .header .row_bottom .navmenu li a {
    font-size: 14px; } }

@media (max-width: 479px) {
  .header .box_left {
    width: 32%;
    margin-top: -4px; }
  .header .box_right {
    padding-right: 55px; }
  .header .box_btn {
    display: none; }
  .header .box_contacts {
    max-width: 200px;
    margin: 0 auto; }
  .header .box_contacts .mail {
    font-size: 12px; }
  .header .box_btn .my_btn {
    font-size: 12px; }
  .header .box_menu {
    width: 100%;
    right: -100%;
    text-align: center; }
  .header .box_contacts .phone {
    margin-bottom: 8px; }
  .header .box_btn {
    margin-top: 8px; }
  .header .box_logo {
    display: inline-block;
    max-width: 100px; }
  .header .box_logo img {
    margin-top: 0; } }

header{
  position: fixed;
  display: none;
  right: 0;
  left: 0;
  padding-bottom: 10px;
  z-index: 3333;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 50px 0px rgba(0,0,0,.2);
}

/*bg1*/
.bg1 {
  position: relative;
  padding-bottom: 245px; }
  .bg1 .bg_img {
    position: absolute;
    top: -160px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 1324px; }
    .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_main {
    padding-top: 95px;
    position: relative;
    z-index: 10; }
    .bg1 .wrap_main .wrap {
      position: relative; }
    .bg1 .wrap_main .row_top {
      position: relative; }
      .bg1 .wrap_main .row_top .box_img {
        position: absolute;
        top: -55px;
        right: 25px;
        display: none; }
        .bg1 .wrap_main .row_top .box_img img {
          -webkit-filter: drop-shadow(0 20px 30px rgba(20, 23, 18, 0.18));
          filter: drop-shadow(0 20px 30px rgba(20, 23, 18, 0.18));
          transform: translateZ(0px);
          -webkit-transform: translateZ(0); }
    .bg1 .wrap_main .box_zag {
      width: 50%; }
      .bg1 .wrap_main .box_zag img {
        max-width: 152px;
        display: inline-block;
        vertical-align: baseline; }
    .bg1 .wrap_main .box_btn {
      margin-top: 50px; }
    .bg1 .wrap_main .row_bottom {
      margin-left: -15px;
      margin-top: 35px;
      font-size: 0; }
      .bg1 .wrap_main .row_bottom .box {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        height: 209px;
        color: #111;
        font-size: 16px;
        line-height: 24px;
        font-family: ProximaNova-Light;
        margin-left: -5px; }
        .bg1 .wrap_main .row_bottom .box strong {
          font-family: ProximaNova-Semibold; }
        .bg1 .wrap_main .row_bottom .box a {
          border-bottom: 1px solid;
          position: relative; }
          .bg1 .wrap_main .row_bottom .box a::after {
            content: "";
            background: url(../img/bg1/table.svg) no-repeat;
            -webkit-background-size: contain;
                    background-size: contain;
            width: 17px;
            height: 16px;
            position: absolute;
            right: -25px;
            top: 60%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .bg1 .wrap_main .row_bottom .box p {
          position: relative;
          z-index: 10;
          -webkit-transform: skew(10deg);
          -ms-transform: skew(10deg);
          transform: skew(10deg); }
        .bg1 .wrap_main .row_bottom .box .box_img {
          height: 95px;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          -webkit-transform: skew(10deg);
          -ms-transform: skew(10deg);
          transform: skew(10deg);
          text-align: center; }
        .bg1 .wrap_main .row_bottom .box .inner {
          -webkit-border-radius: 0 10px 10px 0;
                  border-radius: 0 10px 10px 0;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          -webkit-transform: skew(-10deg);
          -ms-transform: skew(-10deg);
          transform: skew(-10deg);
          overflow: hidden;
          z-index: 10;
          padding: 30px 0 0 45px; }
        .bg1 .wrap_main .row_bottom .box::before {
          content: "";
          background: -webkit-gradient(linear, right top, left top, from(#000), to(#fff));
          background: -webkit-linear-gradient(right, #000, #fff);
          background: -o-linear-gradient(right, #000, #fff);
          background: linear-gradient(to left, #000, #fff);
          position: absolute;
          top: -1px;
          left: -1px;
          right: -1px;
          bottom: -1px;
          -webkit-border-radius: 10px;
                  border-radius: 10px;
          opacity: .1;
          -webkit-transform: skew(-10deg);
          -ms-transform: skew(-10deg);
          transform: skew(-10deg); }
        .bg1 .wrap_main .row_bottom .box::after {
          content: "";
          background: #fff;
          -webkit-border-radius: 10px;
                  border-radius: 10px;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          -webkit-transform: skew(-10deg);
          -ms-transform: skew(-10deg);
          transform: skew(-10deg);
          -webkit-box-shadow: 0 17px 30px rgba(54, 34, 35, 0.07);
                  box-shadow: 0 17px 30px rgba(54, 34, 35, 0.07); }
      .bg1 .wrap_main .row_bottom .box1 {
        width: 162px;
        z-index: 2; }
        .bg1 .wrap_main .row_bottom .box1 .box_img {
          padding-left: 15px; }
      .bg1 .wrap_main .row_bottom .box2 {
        width: 225px;
        z-index: 1; }
      .bg1 .wrap_main .row_bottom .box3 {
        width: 210px;
        z-index: 0; }
        .bg1 .wrap_main .row_bottom .box3 .box_img img {
          max-width: initial;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
      .bg1 .wrap_main .row_bottom .box4 {
        max-width: 330px;
        padding-left: 45px;
        height: 100%; }
        .bg1 .wrap_main .row_bottom .box4::before, .bg1 .wrap_main .row_bottom .box4::after {
          display: none; }
        .bg1 .wrap_main .row_bottom .box4 p {
          -webkit-transform: skew(0);
          -ms-transform: skew(0);
          transform: skew(0); }
      .bg1 .wrap_main .row_bottom .box_slider {
        display: inline-block;
        vertical-align: middle; }
    .bg1 .wrap_main .bg_video {
      position: absolute;
      top: -100px;
      left: 61%;
      z-index: 10;
      width: 400px;
      z-index: 1; }
      .bg1 .wrap_main .bg_video video {
        width: 100%;
        outline: none;
        border: none; }

@media (min-width: 1921px) {
  .bg1 {
    margin-bottom: 50px; }
  .bg1 .bg_img {
    height: 100%;
    top: 0; }
  .bg1 .bg_img div {
    width: 100%;
    background-position-y: 73%; } }

@media (max-width: 1440px) {
  .bg1 {
    padding-bottom: 210px; }
    .bg1 .bg_img {
      top: -140px;
      height: 1125px; }
      .bg1 .bg_img div {
        width: 1630px; }
    .bg1 .wrap_main {
      padding-top: 80px; }
      .bg1 .wrap_main .row_top .box_img {
        top: -45px;
        right: 20px;
        max-width: 315px; }
      .bg1 .wrap_main .box_zag img {
        max-width: 130px; }
      .bg1 .wrap_main .box_btn {
        margin-top: 40px; }
      .bg1 .wrap_main .row_bottom {
        margin-left: -10px;
        margin-top: 30px; }
        .bg1 .wrap_main .row_bottom .box {
          height: 177px;
          font-size: 14px;
          line-height: 21px;
          margin-left: -4px; }
          .bg1 .wrap_main .row_bottom .box a::after {
            width: 15px;
            height: 14px;
            right: -20px; }
          .bg1 .wrap_main .row_bottom .box .box_img {
            height: 80px; }
          .bg1 .wrap_main .row_bottom .box .inner {
            padding: 25px 0 0 40px; }
        .bg1 .wrap_main .row_bottom .box1 {
          width: 137px; }
          .bg1 .wrap_main .row_bottom .box1 .box_img {
            padding-left: 12px; }
            .bg1 .wrap_main .row_bottom .box1 .box_img img {
              width: 80%; }
        .bg1 .wrap_main .row_bottom .box2 {
          width: 190px; }
          .bg1 .wrap_main .row_bottom .box2 .box_img img {
            width: 72%; }
        .bg1 .wrap_main .row_bottom .box3 {
          width: 178px; }
        .bg1 .wrap_main .row_bottom .box4 {
          max-width: 280px;
          padding-left: 40px;
          height: 100%; }
      .bg1 .wrap_main .bg_video {
        width: 360px; } }

@media (max-width: 1199px) {
  .bg1 {
    padding-bottom: 220px; }
  .bg1 .wrap_main .row_top .box_img {
    top: -25px;
    max-width: 260px; } }

@media (max-width: 991px) {
  .bg1 .wrap_main .box_zag {
    width: 55%; }
  .bg1 .wrap_main .box_zag h2 {
    font-size: 34px;
    line-height: 44px; }
  .bg1 .wrap_main .box_zag img {
    max-width: 110px; }
  .bg1 .wrap_main .row_bottom {
    margin-top: 35px; }
  .bg1 .wrap_main .row_bottom .box4 {
    max-width: 255px;
    padding-left: 30px; }
  .bg1 .wrap_main .row_bottom {
    margin-left: 15px; }
  .bg1 .wrap_main .row_bottom .box2 {
    width: 170px; }
  .bg1 .wrap_main .row_bottom .box3 {
    width: 160px; }
  .bg1 .wrap_main .row_bottom .box .inner {
    padding: 25px 0 0 30px; }
  .bg1 .wrap_main .row_top .box_img {
    max-width: 240px;
    display: block; }
  .bg1 .wrap_main .bg_video {
    opacity: 0;
    display: none; } }

@media (max-width: 767px) {
  .bg1 .wrap_main {
    padding-top: 50px; }
  .bg1 .wrap_main .row > div {
    padding: 0; }
  .bg1 .wrap_main .box_zag {
    width: 100%;
    padding: 0 15px; }
  .bg1 .wrap_main .row_top .box_img {
    display: none; }
  .bg1 .wrap_main .row_bottom .box4 {
    display: block;
    margin: 25px auto 0;
    padding: 0; }
  .bg1 .wrap_main .row_bottom .box .inner {
    text-align: left; }
  .bg1 .bg_img {
    top: 0; }
  .bg1 .wrap_main .row_bottom .box_slider {
    margin: 0 0 30px; }
  .bg1 .wrap_main .row_bottom {
    margin: 5px auto 0;
    max-width: 400px; }
  .bg1 .wrap_main .row_bottom .box::after {
    display: none; }
  .bg1 .wrap_main .row_bottom .box {
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(54, 34, 35, 0.07);
            box-shadow: 0 0 30px rgba(54, 34, 35, 0.07);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    height: 100%;
    margin: 25px auto 20px;
    display: block;
    font-size: 16px;
    overflow: hidden; }
  .bg1 .wrap_main .row_bottom .box::before {
    display: none; }
  .bg1 .wrap_main .row_bottom .box .inner {
    background: #fff;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    position: static;
    padding: 20px 0 0;
    text-align: center;
    height: 182px; }
  .bg1 .wrap_main .row_bottom .box br {
    display: none; }
  .bg1 .wrap_main .row_bottom .box .inner,
  .bg1 .wrap_main .row_bottom .box p,
  .bg1 .wrap_main .row_bottom .box .box_img,
  .bg1 .wrap_main .row_bottom .box::before {
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    transform: skew(0deg); }
  .bg1 .wrap_main .row_bottom .box1,
  .bg1 .wrap_main .row_bottom .box2,
  .bg1 .wrap_main .row_bottom .box3,
  .bg1 .wrap_main .row_bottom .box4 {
    width: 100%;
    max-width: 300px; }
  .bg1 .wrap_main .row_bottom .box .box_img {
    height: 100px; }
  .bg1 .wrap_main .row_bottom .box1 .box_img img,
  .bg1 .wrap_main .row_bottom .box2 .box_img img {
    width: auto;
    max-height: 85%;
    margin: 0 auto; }
  .bg1 .wrap_main .row_bottom .box3 .box_img img {
    width: 100%; }
  .bg1 .wrap_main .row_bottom .box4 {
    padding: 25px 15px;
    position: relative;
    margin-top: 0; }
  .bg1 .wrap_main .row_bottom .box a {
    margin-right: 20px;
    margin-top: 10px;
    display: inline-block; }
  .bg1 .wrap_main .row_bottom .box p {
    width: 80%;
    margin: 0 auto; }
  .bg1 .wrap_main .row_bottom .box4 p {
    width: 85%; }
  .bg1 .owl-dots button {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .bg1 .owl-dots button.active {
    background: #fd4750;
    border: 1px solid #fd4750; } }

@media (max-width: 599px) {
  .bg1 {
    padding-bottom: 145px; }
  .bg1 .bg_img {
    height: 520px;
    top: auto;
    bottom: 0; }
  .bg1 .bg_img div {
    width: 840px; }
  .bg1 .wrap_main .box_zag h2 {
    font-size: 28px;
    line-height: 34px;
    max-width: 400px; }
  .bg1 .wrap_main .box_zag img {
    max-width: 90px; }
  .bg1 .wrap_main .box_btn {
    margin-top: 20px; } }

@media (max-width: 479px) {
  .bg1 .wrap_main .box_zag h2 {
    font-size: 24px;
    line-height: 30px; }
  .bg1 .wrap_main .box_zag img {
    max-width: 80px; }
  .bg1 .wrap_main .row_bottom .box {
    font-size: 14px;
    line-height: 19px; }
  .bg1 .wrap_main .row_bottom .box4 {
    padding: 20px 10px; }
  .bg1 .wrap_main .row_bottom .box p {
    width: 75%; }
  .bg1 .wrap_main .row_bottom .box1,
  .bg1 .wrap_main .row_bottom .box2,
  .bg1 .wrap_main .row_bottom .box3,
  .bg1 .wrap_main .row_bottom .box4 {
    max-width: 290px; } }

/*bg2*/
.bg2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 28px; }
  .bg2 .bg_img {
    position: absolute;
    bottom: -20px;
    left: 48%;
    width: 994px;
    height: 694px; }
  .bg2 .row_top {
    margin: 50px 0;
    position: relative;
    z-index: 10; }
    .bg2 .row_top .box {
      max-width: 400px;
      width: 100%;
      margin-bottom: 20px;
      font-size: 0; }
      .bg2 .row_top .box:last-child {
        margin-bottom: 0; }
      .bg2 .row_top .box .box_img {
        background: #fff;
        -webkit-border-radius: 9px;
                border-radius: 9px;
        width: 80px;
        height: 80px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        -webkit-box-shadow: 0 10px 40px rgba(51, 41, 42, 0.09);
                box-shadow: 0 10px 40px rgba(51, 41, 42, 0.09); }
        .bg2 .row_top .box .box_img img {
          max-height: 32px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .bg2 .row_top .box p {
        font-size: 19px;
        line-height: 24px;
        letter-spacing: 0.38px;
        color: #1d1d1d;
        margin-bottom: 0;
        display: inline-block;
        vertical-align: middle;
        width: 80%;
        padding-left: 25px; }
  .bg2 .row_bottom {
    font-size: 0;
    width: 50%;
    position: relative;
    z-index: 10; }
    .bg2 .row_bottom .zag {
      text-transform: uppercase;
      font-size: 23px;
      color: #000;
      letter-spacing: 2.3px;
      font-family: MullerBold;
      margin-bottom: 25px; }
    .bg2 .row_bottom .box {
      background: #fff;
      -webkit-border-radius: 9px;
              border-radius: 9px;
      -webkit-box-shadow: 0 10px 40px rgba(51, 41, 42, 0.09);
              box-shadow: 0 10px 40px rgba(51, 41, 42, 0.09);
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: -webkit-calc(50% - 15px);
      width: calc(50% - 15px);
      width: -webkit-calc(207px - 15px);
      width: calc(207px - 15px);
      margin: 0 15px 15px 0;
      height: 90px;
      cursor: pointer;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      z-index: 10; }
      .bg2 .row_bottom .box img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .bg2 .row_bottom .box:nth-child(2n+2) {
        width: -webkit-calc(242px - 15px);
        width: calc(242px - 15px); }
      .bg2 .row_bottom .box:last-child {
        background: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-border-radius: 0;
                border-radius: 0;
        font-size: 19px;
        line-height: 24px;
        color: #1d1d1d;
        letter-spacing: 0.38px;
        font-family: MullerMedium;
        cursor: default; }
        .bg2 .row_bottom .box:last-child p {
          margin-bottom: 0;
          position: relative;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          padding-left: 20px;
          z-index: 10; }
        .bg2 .row_bottom .box:last-child::before {
          display: none; }
      .bg2 .row_bottom .box::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-box-shadow: inset 0 3px 15px rgba(0, 0, 0, 0.09);
                box-shadow: inset 0 3px 15px rgba(0, 0, 0, 0.09);
        -webkit-border-radius: 9px;
                border-radius: 9px;
        opacity: 0; }
      .bg2 .row_bottom .box:hover {
        -webkit-box-shadow: none;
                box-shadow: none; }
        .bg2 .row_bottom .box:hover img {
          -webkit-filter: grayscale(0);
          -moz-filter: grayscale(0);
          -ms-filter: grayscale(0);
          -o-filter: grayscale(0);
          filter: grayscale(0); }
        .bg2 .row_bottom .box:hover::before {
          opacity: 1; }
      .bg2 .row_bottom .box:focus {
        outline: none; }
      .bg2 .row_bottom .box.active {
        -webkit-box-shadow: none;
                box-shadow: none; }
        .bg2 .row_bottom .box.active img {
          -webkit-filter: grayscale(0);
          -moz-filter: grayscale(0);
          -ms-filter: grayscale(0);
          -o-filter: grayscale(0);
          filter: grayscale(0); }
        .bg2 .row_bottom .box.active::before {
          opacity: 1; }
  .bg2 .nav-tabs {
    border: none; }
  .bg2 .nav-tabs > li > a {
    padding: 0;
    line-height: normal;
    -webkit-border-radius: 0;
            border-radius: 0;
    border: none;
    height: 100%;
    margin: 0;
    background: transparent; }
    .bg2 .nav-tabs > li > a img {
      width: auto; }
  .bg2 .nav-tabs > li.active > a,
  .bg2 .nav-tabs > li.active > a:focus,
  .bg2 .nav-tabs > li.active > a:hover {
    background: transparent;
    border: none; }

@media (min-width: 1921px) {
  .bg2 .bg_img {
    left: auto;
    right: 0; } }

@media (max-width: 1440px) {
  .bg2 {
    padding-bottom: 24px; }
    .bg2 .bg_img {
      width: 844px;
      height: 589px; }
    .bg2 .row_top {
      margin: 40px 0; }
      .bg2 .row_top .box {
        max-width: 340px;
        margin-bottom: 17px; }
        .bg2 .row_top .box .box_img {
          width: 68px;
          height: 68px; }
          .bg2 .row_top .box .box_img img {
            max-height: 28px; }
        .bg2 .row_top .box p {
          font-size: 16px;
          line-height: 21px;
          padding-left: 20px; }
    .bg2 .row_bottom .zag {
      font-size: 18px;
      margin-bottom: 20px; }
    .bg2 .row_bottom .box {
      width: -webkit-calc(175px - 15px);
      width: calc(175px - 15px);
      height: 76px; }
      .bg2 .row_bottom .box img {
        max-width: 73%; }
      .bg2 .row_bottom .box:nth-child(2n+2) {
        width: -webkit-calc(205px - 15px);
        width: calc(205px - 15px); }
      .bg2 .row_bottom .box:last-child {
        font-size: 16px;
        line-height: 21px; }
        .bg2 .row_bottom .box:last-child p {
          padding-left: 15px; } }

@media (max-width: 991px) {
  .bg2 .row_bottom {
    max-width: 400px;
    width: 100%; } }

@media (max-width: 767px) {
  .bg2 {
    padding-bottom: 350px;
    padding-top: 40px; }
  .bg2 .row_top {
    margin: 30px auto 40px; }
  .bg2 .row_top .box {
    margin: 0 auto 20px;
    text-align: left; }
  .bg2 .row_bottom {
    margin: 0 auto; }
  .bg2 .row_bottom .box:last-child p {
    padding-left: 0; }
  .bg2 .row_bottom .box,
  .bg2 .row_bottom .box:nth-child(2n+2) {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
    margin: 0 8px 15px; }
  .bg2 .bg_img {
    height: 400px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .bg2 .row_bottom .zag {
    font-size: 16px; } }

@media (max-width: 599px) {
  .bg2 .bg_img {
    width: 660px; } }

@media (max-width: 479px) {
  .bg2 {
    padding-bottom: 265px; }
  .bg2 .bg_img {
    width: 480px;
    height: 300px; }
  .bg2 .row_top .box {
    text-align: center; }
  .bg2 .row_top .box .box_img {
    position: relative;
    display: block;
    margin: 0 auto 15px; }
  .bg2 .row_top .box p {
    font-size: 14px;
    line-height: 19px;
    padding: 0; }
  .bg2 .row_bottom {
    max-width: 340px; }
  .bg2 .row_bottom .box:last-child {
    font-size: 14px;
    line-height: 19px; }
  .bg2 .row_bottom .box {
    height: 62px; } }

/*bg3*/
.bg3 {
  text-align: center;
  padding: 50px 0 5px; }
  .bg3 .box_container {
    font-size: 0;
    margin-top: 45px; }
    .bg3 .box_container .box {
      font-size: 19px;
      line-height: 24px;
      color: #1d1d1d;
      letter-spacing: 0.38px;
      display: inline-block;
      vertical-align: top;
      width: 33.33%;
      padding: 0 15px; }
      .bg3 .box_container .box .box_img {
        height: 115px;
        margin-bottom: 13px;
        position: relative; }
        .bg3 .box_container .box .box_img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-height: 100%; }
      .bg3 .box_container .box p {
        margin-bottom: 0; }

@media (max-width: 1440px) {
  .bg3 {
    padding: 40px 0 4px; }
    .bg3 .box_container {
      margin-top: 38px; }
      .bg3 .box_container .box {
        font-size: 16px;
        line-height: 21px; }
        .bg3 .box_container .box .box_img {
          height: 95px;
          margin-bottom: 15px; }
          .bg3 .box_container .box .box_img img {
            max-width: 265px; } }

@media (max-width: 991px) {
  .bg3 {
    padding-bottom: 0; }
  .bg3 .box_container .box .box_img img {
    max-width: 220px;
    max-height: 75px; }
  .bg3 .box_container .box br {
    display: none; } }

@media (max-width: 767px) {
  .bg3 .box_container {
    margin-top: 20px; }
  .bg3 .box_container .box {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0; }
  .bg3 .box_container .box:last-child {
    margin-bottom: 0; }
  .bg3 .box_container .box .box_img {
    height: 100%; }
  .bg3 .box_container .box .box_img img {
    max-width: 190px;
    max-height: 65px;
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media (max-width: 479px) {
  .bg3 .box_container .box {
    font-size: 14px;
    line-height: 19px; } }

/*bg4*/
.bg4 {
  padding: 50px 0 55px;
  overflow: hidden; }
  .bg4 .wrap {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    font-size: 0; }
  .bg4 .box_left {
    display: inline-block;
    vertical-align: top;
    width: 23.7%;
    position: relative;
    padding-top: 45px; }
    .bg4 .box_left::before {
      content: "";
      background: #f5f5f5;
      position: absolute;
      top: 0;
      bottom: -999px;
      right: 0;
      left: -999px; }
    .bg4 .box_left .zag {
      color: #1d1d1d;
      font-size: 22px;
      letter-spacing: 0.44px;
      font-family: MullerMedium;
      margin-bottom: 5px;
      position: relative;
      z-index: 10; }
    .bg4 .box_left ul {
      position: relative;
      z-index: 10; }
      .bg4 .box_left ul li {
        display: block;
        float: none;
        margin: 0;
        outline: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .bg4 .box_left ul li:last-child {
          border: none; }
        .bg4 .box_left ul li a {
          background: transparent;
          margin: 0;
          border: none;
          -webkit-border-radius: 0;
                  border-radius: 0;
          color: #1d1d1d;
          font-size: 15px;
          line-height: 19px;
          font-family: ProximaNova-Semibold;
          text-transform: uppercase;
          display: block;
          padding: 13px 30px 13px 0; }
          .bg4 .box_left ul li a:hover {
            color: #fd4750; }
        .bg4 .box_left ul li.active a, .bg4 .box_left ul li.active a:focus, .bg4 .box_left ul li.active a:hover {
          background: transparent;
          border: none; }
        .bg4 .box_left ul li.active a {
          color: #fd4750; }
  .bg4 .box_right {
    display: inline-block;
    vertical-align: top;
    width: 76.3%;
    float: right; }
    .bg4 .box_right .box {
      background: #fff;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      -webkit-box-shadow: 0 10px 40px rgba(51, 41, 42, 0.09);
              box-shadow: 0 10px 40px rgba(51, 41, 42, 0.09);
      display: inline-block;
      vertical-align: top;
      height: 554px;
      width: 251px;
      margin-bottom: 25px;
      padding-top: 25px;
      margin-left: 60px; }
      .bg4 .box_right .box .box_img {
        height: 136px;
        position: relative;
        text-align: center;
        margin-bottom: 22px; }
        .bg4 .box_right .box .box_img img {
          max-height: 100%; }
      .bg4 .box_right .box .box_descr {
        padding: 0 25px; }
        .bg4 .box_right .box .box_descr .box_btn .my_btn {
          font-size: 14px;
          height: 53px;
          line-height: 59px; }
        .bg4 .box_right .box .box_descr .box_btn::before {
          bottom: -4px; }
        .bg4 .box_right .box .box_descr .price {
          font-size: 25px;
          letter-spacing: 0.5px;
          color: #1d1d1d;
          font-family: MullerMedium;
          margin: 25px 0 20px; }
        .bg4 .box_right .box .box_descr .btn_more {
          font-size: 16px;
          color: #0b76b3;
          font-family: ProximaNova-Light;
          background: transparent;
          padding: 0;
          border: none;
          border-bottom: 1px solid;
          position: relative;
          margin-top: 15px; }
          .bg4 .box_right .box .box_descr .btn_more::after {
            content: "";
            background: url(../img/bg4/plus.svg) no-repeat;
            -webkit-background-size: contain;
                    background-size: contain;
            width: 13px;
            height: 13px;
            position: absolute;
            right: -20px;
            top: 56%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
        .bg4 .box_right .box .box_descr h5 {
          font-size: 17px;
          color: #1d1d1d;
          letter-spacing: 0.34px;
          font-family: MullerMedium;
          margin-bottom: 17px; }
        .bg4 .box_right .box .box_descr ul li {
          color: #1d1d1d;
          font-size: 14px;
          line-height: 17px;
          font-family: ProximaNova-Light;
          margin-bottom: 10px;
          position: relative;
          padding-bottom: 6px; }
          .bg4 .box_right .box .box_descr ul li:last-child {
            margin-bottom: 0; }
          .bg4 .box_right .box .box_descr ul li::after {
            content: "";
            background: rgba(0, 0, 0, 0.2);
            height: 1px;
            width: 60px;
            position: absolute;
            bottom: 0;
            left: 0; }
      .bg4 .box_right .box .text {
        font-size: 13px;
        line-height: 16px;
        color: #676767;
        font-family: ProximaNova-Light;
        padding: 18px 20px 0 25px; }
      .bg4 .box_right .box .box_info {
        display: none; }
  .bg4 .box_bottom {
    position: relative;
    z-index: 10;
    width: 23.7%;
    margin-top: 45px; }
    .bg4 .box_bottom .box {
      margin-bottom: 30px; }
      .bg4 .box_bottom .box .box_img {
        display: inline-block;
        vertical-align: top;
        width: 80px;
        height: 80px;
        position: relative;
        -webkit-border-radius: 9px;
                border-radius: 9px;
        -webkit-box-shadow: 0 10px 40px rgba(51, 41, 42, 0.09);
                box-shadow: 0 10px 40px rgba(51, 41, 42, 0.09);
        background: #fff; }
        .bg4 .box_bottom .box .box_img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-height: 40px;
          max-height: 40px; }
      .bg4 .box_bottom .box p {
        display: inline-block;
        vertical-align: top;
        width: 74%;
        font-size: 17px;
        line-height: 22px;
        color: #1d1d1d;
        padding: 10px 10px 0 25px;
        margin-bottom: 0; }
      .bg4 .box_bottom .box:first-child .box_img img {
        height: 100%; }
  .bg4 .nav-tabs {
    border: none; }

@media (max-width: 1440px) {
  .bg4 {
    padding: 40px 0 45px; }
    .bg4 .wrap {
      max-width: 1147px; }
    .bg4 .box_left {
      padding-top: 38px; }
      .bg4 .box_left .zag {
        font-size: 18px;
        margin-bottom: 4px; }
      .bg4 .box_left ul li a {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 25px 10px 0; }
    .bg4 .box_right .box {
      height: 470px;
      width: 213px;
      margin-bottom: 20px;
      padding-top: 20px;
      margin-left: 50px; }
      .bg4 .box_right .box .box_img {
        height: 115px;
        margin-bottom: 18px; }
      .bg4 .box_right .box .box_descr {
        padding: 0 20px; }
        .bg4 .box_right .box .box_descr .box_btn .my_btn {
          font-size: 12px;
          height: 45px;
          line-height: 51px; }
        .bg4 .box_right .box .box_descr .box_btn::before {
          bottom: -3px; }
        .bg4 .box_right .box .box_descr .price {
          font-size: 20px;
          margin: 20px 0 16px; }
        .bg4 .box_right .box .box_descr .btn_more {
          font-size: 14px;
          margin-top: 12px; }
          .bg4 .box_right .box .box_descr .btn_more::after {
            width: 10px;
            height: 10px;
            right: -16px; }
        .bg4 .box_right .box .box_descr h5 {
          font-size: 16px;
          margin-bottom: 15px; }
        .bg4 .box_right .box .box_descr ul li {
          font-size: 12px;
          line-height: 15px;
          margin-bottom: 8px;
          padding-bottom: 5px; }
          .bg4 .box_right .box .box_descr ul li::after {
            width: 50px; }
      .bg4 .box_right .box .text {
        font-size: 12px;
        line-height: 14px;
        padding: 15px 18px 0 20px; }
    .bg4 .box_bottom {
      margin-top: 38px; }
      .bg4 .box_bottom .box {
        margin-bottom: 25px; }
        .bg4 .box_bottom .box .box_img {
          width: 70px;
          height: 70px; }
          .bg4 .box_bottom .box .box_img img {
            max-height: 34px; }
        .bg4 .box_bottom .box p {
          font-size: 14px;
          line-height: 19px;
          padding: 8px 8px 0 20px;
          width: 70%; } }

@media (max-width: 1199px) {
  .bg4 .box_right {
    width: 75%; }
  .bg4 .box_right .box {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin-left: 20px; }
  .bg4 .box_left,
  .bg4 .box_bottom {
    width: 25%; }
  .bg4 .box_bottom .box .box_img {
    width: 60px;
    height: 60px; }
  .bg4 .box_bottom .box .box_img img {
    max-height: 29px; }
  .bg4 .box_bottom .box p {
    padding-left: 15px; } }

@media (max-width: 991px) {
  .bg4 {
    padding-bottom: 0; }
  .bg4 .box_left, .bg4 .box_bottom {
    display: block;
    width: 100%; }
  .bg4 .box_left {
    padding: 30px 0 20px;
    text-align: center;
    margin: 0 auto;
    max-width: 600px; }
  .bg4 .box_left::before {
    bottom: 0;
    left: -999px;
    right: -999px; }
  .bg4 .box_left .zag {
    margin-bottom: 15px; }
  .bg4 .box_left ul li {
    display: inline-block;
    vertical-align: top;
    border: none;
    margin: 0 5px 10px; }
  .bg4 .box_left ul li a {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    text-transform: none; }
  .bg4 .box_left ul li.active a, .bg4 .box_left ul li.active a:focus, .bg4 .box_left ul li.active a:hover {
    border: 1px solid rgba(0, 0, 0, 0.1); }
  .bg4 .box_right {
    float: none;
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    text-align: center; }
  .bg4 .box_right::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -999px;
    right: -999px;
    background: #f5f5f5; }
  .bg4 .box_right .box {
    margin: 0 10px 20px;
    position: relative;
    z-index: 10; }
  .bg4 .box_right .box .box_descr {
    text-align: center; }
  .bg4 .box_right .box .box_descr ul li::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .bg4 .box_right .box .text {
    text-align: center; }
  .bg4 .box_bottom {
    margin: 0 auto;
    padding: 30px 0 15px;
    text-align: center; }
  .bg4 .box_bottom .box {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px);
    margin: 0 8px 15px;
    position: relative;
    z-index: 10; }
  .bg4 .box_bottom .box:first-child {
    margin-left: 0; }
  .bg4 .box_bottom .box:last-child {
    margin-right: 0; }
  .bg4 .box_bottom .box .box_img {
    display: block;
    margin: 0 auto 15px; }
  .bg4 .box_bottom .box br {
    display: none; }
  .bg4 .box_bottom .box p {
    padding: 0;
    width: 100%; } }

@media (max-width: 767px) {
  .bg4 .box_right .box {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); }
  .bg4 .box_right .box .box_descr {
    padding: 0 15px; }
  .bg4 .box_bottom {
    padding-bottom: 35px; }
  .bg4 .box_bottom .box {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 35px;
    text-align: left; }
  .bg4 .box_bottom .box:first-child {
    margin: 0 auto 35px; }
  .bg4 .box_bottom .box:last-child {
    margin: 0 auto; }
  .bg4 .box_right .box .text {
    font-size: 11px;
    line-height: 13px; }
  .bg4 .box_bottom .box .box_img {
    width: 68px;
    height: 68px;
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .bg4 .box_bottom .box p {
    width: 80%;
    padding-left: 20px;
    vertical-align: middle; } }

@media (max-width: 479px) {
  .bg4 .box_right .box {
    width: 100%;
    max-width: 300px;
    display: block;
    height: 100%;
    padding: 20px 0;
    margin: 0 auto 20px; }
  .bg4 .box_right .box .box_descr ul li {
    font-size: 14px;
    line-height: 19px; }
  .bg4 .box_right .box .text {
    padding: 15px; }
  .bg4 .box_left ul li a {
    font-size: 12px;
    padding: 8px 10px; }
  .bg4 .box_bottom .box {
    text-align: center;
    max-width: 340px; }
  .bg4 .box_bottom .box .box_img {
    display: block;
    margin: 0 auto 15px; }
  .bg4 .box_bottom .box p {
    width: 100%;
    padding: 0; } }

/*bg5*/
.bg5 {
  background: url(../img/bg5/bg5.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  padding: 115px 0 100px;
  font-size: 0; }
  .bg5 .box_left,
  .bg5 .box_right {
    display: inline-block;
    vertical-align: middle;
    width: 50%; }
  .bg5 .box_right img {
    -webkit-filter: drop-shadow(0 65px 30px rgba(0, 0, 0, 0.28));
    filter: drop-shadow(0 65px 60px rgba(0, 0, 0, 0.28));
    transform: translateZ(0px);
    -webkit-transform: translateZ(0); }
  .bg5 .box_zag h2 {
    color: #fff;
    margin-bottom: 35px; }
    .bg5 .box_zag h2 strong {
      font-family: MullerMedium; }
  .bg5 .box_zag p {
    text-transform: uppercase;
    color: #fff;
    font-family: MullerMedium;
    margin-bottom: 20px; }

@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) {
  .bg5 {
    background: url(../img/bg5/bg5@2x.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: top center; } }

@media (max-width: 1440px) {
  .bg5 {
    padding: 95px 0 85px; }
    .bg5 .box_zag h2 {
      margin-bottom: 30px; }
    .bg5 .box_zag p {
      margin-bottom: 16px; } }

@media (max-width: 1199px) {
  .bg5 .box_right {
    max-width: 495px;
    text-align: center; }
  .bg5 .box_right img {
    display: inline-block;
    width: 90%; } }

@media (max-width: 991px) {
  .bg5 {
    padding: 70px 0 60px; }
  .bg5 .box_left {
    width: 62%;
    padding-left: 30px; }
  .bg5 .box_right {
    width: 38%; }
  .bg5 .box_zag p {
    font-size: 15px; } }

@media (max-width: 767px) {
  .bg5 {
    padding: 40px 0;
    background-position: left; }
  .bg5 .box_zag h2 {
    margin-bottom: 20px; }
  .bg5 .wrap {
    padding-top: 220px; }
  .bg5 .box_left {
    width: 100%;
    padding: 0; }
  .bg5 .box_right {
    width: 100%;
    margin: 0;
    max-width: 250px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
  .bg5 .box_right img {
    width: 100%; }
  .bg5 .box_zag p {
    font-size: 14px; } }

@media (max-width: 479px) {
  .bg5 .box_right {
    max-width: 215px; }
  .bg5 .wrap {
    padding-top: 195px; } }

/*bg6*/
.bg6 {
  padding: 75px 0 85px;
  position: relative; }
  .bg6 .bg_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden; }
    .bg6 .bg_img div {
      background: url(../img/bg6/bg6.jpg) no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      width: 954px;
      height: 839px;
      position: absolute;
      bottom: 0;
      left: 50%; }
  .bg6 .wrap {
    position: relative;
    z-index: 10; }
  .bg6 .box_zag {
    text-align: center;
    margin-bottom: 40px; }
    .bg6 .box_zag h2 {
      margin-bottom: 30px; }
  .bg6 .box_container {
    font-size: 0;
    max-width: 850px; }
    .bg6 .box_container .box {
      display: inline-block;
      vertical-align: top;
      height: 80px;
      width: 370px;
      background: #fff;
      -webkit-border-radius: 9px;
              border-radius: 9px;
      margin: 0 30px 15px 0;
      position: relative;
      z-index: 10;
      font-size: 19px;
      line-height: 80px;
      color: #1d1d1d;
      letter-spacing: 0.38px;
      padding: 0 100px 0 25px;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out;
      -webkit-box-shadow: 0 10px 20px rgba(51, 41, 42, 0.09), inset 0 0 0px rgba(51, 41, 42, 0.09);
              box-shadow: 0 10px 20px rgba(51, 41, 42, 0.09), inset 0 0 0px rgba(51, 41, 42, 0.09); }
      .bg6 .box_container .box span {
        line-height: 24px;
        display: inline-block;
        vertical-align: middle; }
      .bg6 .box_container .box::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: rgba(0, 0, 0, 0.1);
        right: 83px; }
      .bg6 .box_container .box::after {
        content: "";
        background: url(../img/bg5/down.svg) no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 25px; }
      .bg6 .box_container .box:hover {
        -webkit-box-shadow: 0 0px 0px rgba(51, 41, 42, 0.09), inset 0 0 10px rgba(51, 41, 42, 0.09);
                box-shadow: 0 0px 0px rgba(51, 41, 42, 0.09), inset 0 0 10px rgba(51, 41, 42, 0.09); }

@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 .bg_img div {
    background: url(../img/bg6/bg6@2x.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover; } }

@media (min-width: 1921px) {
  .bg6 .bg_img div {
    left: auto;
    right: 0; } }

@media (max-width: 1440px) {
  .bg6 {
    padding: 65px 0 70px; }
    .bg6 .bg_img div {
      width: 810px;
      height: 713px; }
    .bg6 .box_zag {
      margin-bottom: 34px; }
      .bg6 .box_zag h2 {
        margin-bottom: 25px; }
    .bg6 .box_container .box {
      height: 68px;
      width: 314px;
      font-size: 16px;
      line-height: 68px;
      padding: 0 85px 0 20px; }
      .bg6 .box_container .box span {
        line-height: 21px; }
      .bg6 .box_container .box::before {
        right: 70px; }
      .bg6 .box_container .box::after {
        width: 25px;
        height: 25px;
        right: 23px; } }

@media (max-width: 991px) {
  .bg6 .box_container .box {
    margin: 0 15px 15px 0;
    width: 285px;
    padding-left: 15px;
    font-size: 14px; }
  .bg6 .bg_img div {
    left: 37%; } }

@media (max-width: 767px) {
  .bg6 {
    padding: 40px 0 25px; }
  .bg6 .bg_img div {
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .bg6 .box_zag h2 {
    margin-bottom: 20px; }
  .bg6 .box_container {
    margin: 0 -8px; }
  .bg6 .box_container .box {
    padding: 0 50px 0 10px;
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
    margin: 0 8px 15px;
    font-size: 12px; }
  .bg6 .box_container .box span {
    line-height: 16px; }
  .bg6 .box_container .box::before {
    right: 40px; }
  .bg6 .box_container .box::after {
    right: 13px;
    width: 15px;
    height: 15px; } }

@media (max-width: 399px) {
  .bg6 .box_container {
    margin: 0; }
  .bg6 .box_container .box {
    min-width: 265px;
    height: 100%;
    line-height: normal;
    padding: 20px 45px 20px 5px; } }

/*bg7*/
.bg7 {
  text-align: center;
  background: url(../img/bg7/bg7.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom center;
  padding: 60px 0 140px; }
  .bg7 .box_zag h2 {
    margin-bottom: 35px; }
  .bg7 .box_container {
    position: relative; }
    .bg7 .box_container .box {
      padding: 45px 0 40px;
      overflow: hidden; }
      .bg7 .box_container .box .box_img {
        -webkit-border-radius: 15px;
                border-radius: 15px;
        -webkit-box-shadow: 0 15px 60px rgba(25, 25, 25, 0.2);
                box-shadow: 0 15px 60px rgba(25, 25, 25, 0.2);
        width: 470px;
        height: 505px;
        overflow: hidden;
        background: #fff;
        display: inline-block;
        vertical-align: top;
        position: relative;
        z-index: 10; }
        .bg7 .box_container .box .box_img img {
          min-height: 100%;
          min-width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .bg7 .box_container .box .box_descr {
        display: inline-block;
        vertical-align: top;
        -webkit-border-radius: 15px;
                border-radius: 15px;
        background: #fff;
        width: 552px;
        text-align: left;
        padding: 45px 40px 35px 90px;
        font-size: 16px;
        line-height: 22px;
        color: rgba(29, 29, 29, 0.7);
        margin-left: -50px;
        margin-top: 65px; }
        .bg7 .box_container .box .box_descr .zag {
          font-size: 25px;
          color: #000;
          font-family: MullerMedium;
          margin-bottom: 13px; }
        .bg7 .box_container .box .box_descr .address {
          font-size: 19px;
          color: #1d1d1d;
          letter-spacing: 0.38px;
          margin-bottom: 20px; }
        .bg7 .box_container .box .box_descr ul li {
          font-size: 17px;
          color: #1d1d1d;
          font-family: ProximaNova-Semibold;
          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;
          position: relative;
          margin-bottom: 12px; }
          .bg7 .box_container .box .box_descr ul li::before {
            content: "";
            background: rgba(0, 0, 0, 0.2);
            height: 1px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 4px; }
          .bg7 .box_container .box .box_descr ul li span {
            background: #fff;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            z-index: 10; }
            .bg7 .box_container .box .box_descr ul li span:first-child {
              padding-right: 5px; }
            .bg7 .box_container .box .box_descr ul li span:last-child {
              padding-left: 7px; }
          .bg7 .box_container .box .box_descr ul li.last_el {
            margin-bottom: 5px; }
            .bg7 .box_container .box .box_descr ul li.last_el::before {
              display: none; }
            .bg7 .box_container .box .box_descr ul li.last_el span {
              padding: 0; }
    .bg7 .box_container .box_control button {
      top: 45%; }
  .bg7 .box_btn {
    max-width: 395px;
    margin: 0 auto; }

@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@2x.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: bottom center; } }

@media (min-width: 1921px) {
  .bg7 {
    background-position: top center;
    padding: 60px 0; } }

@media (max-width: 1440px) {
  .bg7 {
    padding: 50px 0 120px; }
    .bg7 .box_zag h2 {
      margin-bottom: 30px; }
    .bg7 .box_container .box {
      padding: 38px 0 34px; }
      .bg7 .box_container .box .box_img {
        width: 400px;
        height: 430px; }
      .bg7 .box_container .box .box_descr {
        width: 470px;
        padding: 38px 34px 30px 75px;
        font-size: 14px;
        line-height: 20px;
        margin-left: -40px;
        margin-top: 55px; }
        .bg7 .box_container .box .box_descr .zag {
          font-size: 20px;
          margin-bottom: 11px; }
        .bg7 .box_container .box .box_descr .address {
          font-size: 18px;
          margin-bottom: 17px; }
        .bg7 .box_container .box .box_descr ul li {
          font-size: 16px;
          margin-bottom: 10px; }
          .bg7 .box_container .box .box_descr ul li::before {
            bottom: 3px; }
          .bg7 .box_container .box .box_descr ul li span:first-child {
            padding-right: 4px; }
          .bg7 .box_container .box .box_descr ul li span:last-child {
            padding-left: 6px; }
          .bg7 .box_container .box .box_descr ul li.last_el {
            margin-bottom: 4px; }
            .bg7 .box_container .box .box_descr ul li.last_el span {
              padding: 0; }
    .bg7 .box_btn {
      max-width: 335px; } }

@media (max-width: 1199px) {
  .bg7 .box_container {
    max-width: 912px;
    width: 100%;
    margin: 0 auto; }
  .bg7 .box_container .box_control .custom_prev {
    left: 0; }
  .bg7 .box_container .box_control .custom_next {
    right: 0; } }

@media (max-width: 991px) {
  .bg7 .row > div {
    padding: 0; }
  .bg7 .box_container {
    margin-bottom: 40px; }
  .bg7 .box_container .box {
    padding: 35px 15px; }
  .bg7 .box_container .box .box_img {
    width: 40%;
    height: 415px;
    -webkit-box-shadow: 0 15px 40px rgba(25, 25, 25, 0.2);
            box-shadow: 0 15px 40px rgba(25, 25, 25, 0.2); }
  .bg7 .box_container .box .box_descr {
    padding: 35px 20px 30px 60px;
    width: 60%; }
  .bg7 .box_container .box .box_descr .zag {
    font-size: 18px; }
  .bg7 .box_container .box .box_descr .address {
    font-size: 16px;
    margin-bottom: 15px; }
  .bg7 .box_container .box .box_descr ul li {
    font-size: 14px; }
  .bg7 .box_container .box_control {
    font-size: 0; }
  .bg7 .box_container .box_control button {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0 10px; } }

@media (max-width: 767px) {
  .bg7 {
    padding: 40px 0; }
  .bg7 .box_container .box {
    padding: 25px 0px; }
  .bg7 .box_container {
    margin-bottom: 25px; }
  .bg7 .box_zag h2 {
    margin-bottom: 20px; } }

@media (max-width: 599px) {
  .bg7 .box_btn {
    max-width: 290px; }
    .bg7 .box_btn .my_btn {
      padding: 0 35px; }
      .bg7 .box_btn .my_btn span {
        line-height: 20px;
        display: inline-block;
        vertical-align: middle; }
  .bg7 .box_zag {
    padding: 0 15px; }
  .bg7 .box_container .box {
    padding: 25px 15px; }
  .bg7 .box_container .box .box_img {
    width: 100%;
    max-width: 400px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .bg7 .box_container .box .box_descr {
    display: block;
    padding: 30px 20px 20px;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0; }
  .bg7 .box_container .box_control button {
    width: 60px;
    height: 60px; } }

@media (max-width: 479px) {
  .bg7 .box_container .box .box_descr {
    text-align: center; }
  .bg7 .box_container .box .box_descr ul li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 10px; }
  .bg7 .box_container .box .box_descr ul li::before {
    display: none; }
  .bg7 .box_container .box .box_descr ul li:last-child {
    border: none;
    margin-bottom: 0; }
  .bg7 .box_container .box .box_descr ul li span {
    display: block; }
  .bg7 .box_container .box .box_descr ul li span:first-child,
  .bg7 .box_container .box .box_descr ul li span:last-child {
    padding: 0; }
  .bg7 .box_container .box .box_descr ul li:not(.last_el) span:last-child {
    font-family: ProximaNova-Light; } }

/*bg8*/
.bg8 {
  text-align: center;
  background: url(../img/bg8/bg8.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center;
  padding: 0 0 65px; }
  .bg8 .box_zag {
    margin-bottom: 50px; }
    .bg8 .box_zag h2 {
      margin-bottom: 35px; }
  .bg8 .box_container {
    font-size: 0; }
    .bg8 .box_container .box {
      display: inline-block;
      vertical-align: top;
      margin: 0 15px 30px;
      width: -webkit-calc(16.66% - 30px);
      width: calc(16.66% - 30px); }
  .bg8 .box_control {
    display: none; }

@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) {
  .bg8 {
    background: url(../img/bg8/bg8@2x.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: top center; } }

@media (min-width: 1921px) {
  .bg8 {
    padding-top: 50px; } }

@media (max-width: 1440px) {
  .bg8 {
    padding: 0 0 55px; }
    .bg8 .box_zag {
      margin-bottom: 40px; }
      .bg8 .box_zag h2 {
        margin-bottom: 30px; } }

@media (max-width: 1199px) {
  .bg8 .box_container .box {
    width: -webkit-calc(16.66% - 20px);
    width: calc(16.66% - 20px);
    margin: 0 10px 20px; } }

@media (max-width: 991px) {
  .bg8 .box_container .box {
    display: block;
    width: 100%;
    margin: 0 auto; }
  .bg8 .box_container {
    width: 213px;
    margin: 0 auto;
    position: relative; }
  .bg8 .box_control {
    display: block; }
  .bg8 .box_control .custom_prev {
    left: -85px; }
  .bg8 .box_control .custom_next {
    right: -85px; } }

@media (max-width: 767px) {
  .bg8 {
    padding-bottom: 40px; }
  .bg8 .box_zag h2 {
    margin-bottom: 20px; }
  .bg8 .box_zag {
    margin-bottom: 30px; } }

@media (max-width: 599px) {
  .bg8 .box_control button {
    width: 60px;
    height: 60px; } }

@media (max-width: 479px) {
  .bg8 .box_control {
    margin-top: 20px;
    font-size: 0; }
  .bg8 .box_control button {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0 10px; } }

/*bg9*/
.bg9 {
  background: url(../img/bg9/bg9.jpg) no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center; }
  .bg9 .header .wrap {
    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: 35px 0; }
  .bg9 .header .box_logo {
    max-width: 228px;
    margin-right: 30px; }
    .bg9 .header .box_logo img {
      margin-top: 0; }
  .bg9 .header .box_descr {
    color: #fff;
    margin-right: 38px; }
  .bg9 .header .box_map a {
    color: #fff; }
  .bg9 .header .box_contacts a, .bg9 .header .box_contacts span {
    color: #fff; }
  .bg9 .wrap_main {
    font-size: 0;
    padding: 105px 0 35px; }
    .bg9 .wrap_main .box_left, .bg9 .wrap_main .box_right {
      display: inline-block;
      vertical-align: middle;
      width: 50%; }
    .bg9 .wrap_main .box_right {
      text-align: center; }
      .bg9 .wrap_main .box_right img {
        max-width: 477px; }
    .bg9 .wrap_main .box_zag h2 {
      color: #fff;
      margin-bottom: 35px; }
      .bg9 .wrap_main .box_zag h2 strong {
        font-family: MullerMedium; }
    .bg9 .wrap_main .box_zag p {
      text-transform: uppercase;
      color: #fff;
      font-family: MullerMedium;
      margin-bottom: 20px; }
  .bg9 .footer .wrap {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    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;
    -webkit-box-align: bottom;
    -webkit-align-items: bottom;
        -ms-flex-align: bottom;
            align-items: bottom;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    font-family: ProximaNova-Light;
    padding: 50px 0 25px; }
    .bg9 .footer .wrap a {
      color: #fff;
      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) {
  .bg9 {
    background: url(../img/bg9/bg9@2x.jpg) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    background-position: top center; } }

@media (max-width: 1440px) {
  .bg9 .header .wrap {
    padding: 30px 0; }
  .bg9 .header .box_logo {
    max-width: 194px;
    margin-right: 25px; }
  .bg9 .header .box_descr {
    margin-right: 32px; }
  .bg9 .wrap_main {
    padding: 90px 0 30px; }
    .bg9 .wrap_main .box_right img {
      max-width: 405px; }
    .bg9 .wrap_main .box_zag h2 {
      margin-bottom: 30px; }
    .bg9 .wrap_main .box_zag p {
      margin-bottom: 17px; }
  .bg9 .footer .wrap {
    max-width: 1147px;
    font-size: 11px;
    line-height: 16px;
    padding: 40px 0 20px; } }

@media (max-width: 1199px) {
  .bg9 .wrap_main .box_right img {
    max-width: 350px; }
  .bg9 .header .box_logo {
    margin-right: 20px;
    margin-right: 0;
    padding-right: 20px; }
  .bg9 .header .box_descr {
    margin-right: 20px;
    margin-right: 0;
    padding-right: 15px;
    max-width: 230px; }
  .bg9 .header .box_map {
    width: 100%; }
  .bg9 .header .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;
    max-width: 700px; } }

@media (max-width: 991px) {
  .bg9 .header .box_logo {
    max-width: 175px; }
  .bg9 .header .box_left {
    display: block;
    width: 55%; }
  .bg9 .header .box_right {
    width: 45%; }
  .bg9 .wrap_main .box_left {
    width: 62%;
    padding-left: 30px; }
  .bg9 .wrap_main .box_zag p {
    font-size: 15px; }
  .bg9 .wrap_main .box_right {
    width: 38%; }
  .bg9 .wrap_main .box_right img {
    max-width: 90%; } }

@media (max-width: 767px) {
  .bg9 .header .wrap {
    padding: 15px 0; }
  .bg9 .header .box_left {
    width: 47%;
    margin-top: 0; }
  .bg9 .header .box_right {
    width: 51%;
    padding-right: 0;
    text-align: right;
    margin: 0; }
  .bg9 .header .box_contacts {
    margin: 0;
    max-width: 100%; }
  .bg9 .header .box_btn .my_btn {
    color: #fff; }
  .bg9 .header .box_logo {
    max-width: 200px;
    padding: 0; }
  .bg9 .wrap_main {
    padding: 40px 0; }
  .bg9 .wrap_main .box_left {
    width: 100%;
    display: block;
    padding: 0; }
  .bg9 .wrap_main .box_zag h2 {
    margin-bottom: 20px; }
  .bg9 .wrap_main .box_zag p {
    font-size: 14px; }
  .bg9 .wrap_main .box_right {
    display: none; }
  .bg9 .footer .wrap {
    padding: 20px 0 40px;
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    font-size: 14px; }
  .bg9 .footer .wrap a {
    display: inline-block;
    margin-top: 10px; } }


.modal{
  z-index: 8888;
}
.modal-backdrop{
  z-index: 7777;
}
/*reviews*/
.reviews {
  width: 312px;
  height: 330px;
  background: #fff;
  -webkit-box-shadow: -10px 9px 14px rgba(0, 0, 0, 0.08);
          box-shadow: -10px 9px 14px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 10px 0 0 0;
          border-radius: 10px 0 0 0;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: none; }
  .reviews .box_content {
    height: 312px;
    position: absolute;
    bottom: -36px;
    width: 240px;
    right: 36px; }
  .reviews .box_head {
    background: #fff;
    position: relative;
    z-index: 10;
    padding: 19px 17px;
    font-family: Arial;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3); }
    .reviews .box_head .zag {
      color: #000000;
      font-size: 20px;
      position: relative;
      padding-right: 16px;
      display: inline-block; }
      .reviews .box_head .zag::after {
        content: "";
        background: url(../img/reviews/arrow.svg) no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        width: 7px;
        height: 12px;
        position: absolute;
        top: 54%;
        right: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .reviews .box_head .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;
      margin-bottom: 6px; }
      .reviews .box_head .top span {
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        display: inline-block;
        margin: 0 10px; }
  .reviews .btn_close {
    position: absolute;
    background: transparent;
    border: none;
    padding: 0;
    top: 14px;
    right: 14px;
    width: 20px;
    height: 20px;
    z-index: 11; }
    .reviews .btn_close span {
      height: 1px;
      width: 18px;
      background: #000;
      position: absolute;
      top: 50%;
      left: 50%; }
      .reviews .btn_close span:first-child {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .reviews .btn_close span:last-child {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
  .reviews .owl-carousel {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .reviews .owl-carousel .owl-stage-outer {
    height: 100%; }
  .reviews .owl-carousel .owl-stage {
    height: 100%; }
  .reviews .owl-item {
    height: 100%; }
    .reviews .owl-item img {
      width: auto;
      height: 100%;
      max-width: initial;
      display: inline-block;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .reviews.nonactive {
    right: -312px;
    -webkit-box-shadow: none;
            box-shadow: none; }
@media (max-width: 1440px) {
  .reviews {
    width: 265px;
    height: 280px; }
    .reviews .box_content {
      height: 265px;
      bottom: -30px;
      width: 204px;
      right: 30px; }
    .reviews .btn_close {
      top: 12px;
      right: 12px; }
    .reviews .box_head {
      padding: 15px 12px; }
      .reviews .box_head .zag {
        font-size: 16px;
        padding-right: 14px; }
        .reviews .box_head .zag::after {
          width: 6px;
          height: 11px; }
      .reviews .box_head .top span {
        font-size: 16px;
        margin: 0 9px; }
      .reviews .box_head .top img {
        max-width: 85px;
        max-height: 20px; }
}
@media (max-width: 767px) {
  .reviews {
    display: none !important; }
}