@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@font-face {
  font-family: MullerLight;
  src: url(../fonts/MullerLight.eot?#iefix) 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: MullerRegular;
  src: url(../fonts/MullerRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/MullerRegular.woff2) format("woff2"), url(../fonts/MullerRegular.woff) format("woff"), url(../fonts/MullerRegular.ttf) format("truetype"); }

@font-face {
  font-family: MullerMedium;
  src: url(../fonts/MullerMedium.eot?#iefix) 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?#iefix) format("embedded-opentype"), url(../fonts/MullerBold.woff2) format("woff2"), url(../fonts/MullerBold.woff) format("woff"), url(../fonts/MullerBold.ttf) format("truetype"); }

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

html,
body {
  overflow-x: hidden !important; }

body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: normal;
  color: rgba(31, 38, 33, 0.7); }

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

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

strong {
  font-family: 'Roboto', sans-serif;
  font-weight: 700; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  color: #1f2621;
  font-family: MullerMedium;
  position: relative; }

h2 {
  font-size: 64px;
  line-height: 74px;
  position: relative;
  z-index: 10; }
  h2::after {
    content: "";
    background-color: #7ec395;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    height: 6px;
    width: 46px;
    display: block;
    margin: 20px 0 0; }
  h2 span {
    font-size: 32px;
    line-height: 46px;
    color: #272f29;
    font-family: MullerRegular;
    display: block; }

h5 {
  color: #181818;
  font-size: 24px;
  line-height: 31px; }

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

a {
  color: rgba(30, 150, 200, 0.7); }
  a:hover {
    color: #1e96c8; }

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

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

.box_zag mark {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-family: MullerBold;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #979797;
  display: inline-block;
  margin-bottom: 20px; }

.box_zag p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 0;
  position: relative;
  z-index: 10; }

.btn_green {
  background: #529869;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  line-height: 52px;
  font-size: 14px;
  font-family: MullerRegular;
  color: #fff !important;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border: none;
  padding: 0 40px;
  -webkit-box-shadow: 0 20px 50px #a0c5ac;
          box-shadow: 0 20px 50px #a0c5ac; }
  .btn_green:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    transform: translateZ(0px);
    -webkit-transform: translateZ(0); }

.btn_white {
    display: inline-flex;
    align-items: center;
    justify-content: center;

  max-width: 238px;
  width: 100%;
  padding: 0;
  height: 64px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(16, 31, 17, 0.1);
          box-shadow: 0 10px 30px rgba(16, 31, 17, 0.1);
  color: #1f2621;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
  border: none;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  z-index: 10; }
  .btn_white:before {
    content: "";
    background: url(../img/entry.svg) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 27px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px; }
  .btn_white span {
    display: inline-block;
    vertical-align: middle; }
  .btn_white:hover {
    -webkit-box-shadow: 0 0 30px rgba(16, 31, 17, 0.1);
            box-shadow: 0 0 30px rgba(16, 31, 17, 0.1); }

.btn_entry {
  background: transparent;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  line-height: 52px;
  font-size: 14px;
  font-family: MullerRegular;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  border: none;
  padding: 0 10px;
  margin: 0 10px 0 0; }
  .btn_entry:hover {
    background: #efefef; }

.box_control {
  font-size: 0;
  margin-top: 35px;
  position: relative;
  z-index: 10; }
  .box_control button {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-shadow: 0 12px 20px rgba(25, 27, 24, 0.1);
            box-shadow: 0 12px 20px rgba(25, 27, 24, 0.1);
    -webkit-border-radius: 28px;
            border-radius: 28px;
    width: 81px;
    height: 56px;
    background: #fff;
    border: none;
    padding: 0; }
    .box_control button.custom_prev img {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }
  .box_control .slider-counter {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #979797;
    letter-spacing: 1.6px;
    font-family: MullerBold;
    width: 85px;
    text-align: center;
    padding: 0 10px; }
    .box_control .slider-counter span {
      font-size: 26px;
      letter-spacing: 2.6px;
      color: #414141;
      margin-right: -5px; }

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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1440px) {
  .container {
    width: 1020px; }
  h2 {
    font-size: 54px;
    line-height: 64px; }
    h2::after {
      height: 5px;
      width: 40px;
      margin: 17px 0 0; }
    h2 span {
      font-size: 28px;
      line-height: 42px; }
  h5 {
    font-size: 20px;
    line-height: 27px; }
  .box_zag mark {
    font-size: 16px;
    margin-bottom: 17px; }
  .box_zag p {
    font-size: 14px;
    line-height: 30px; }
  .btn_green {
    line-height: 44px;
    font-size: 12px;
    padding: 0 34px; }
  .btn_white {
    max-width: 200px;
    height: 54px;
    font-size: 14px; }
    .btn_white:before {
      width: 23px;
      height: 23px;
      margin-right: 15px; }
  .btn_entry {
    line-height: 44px;
    font-size: 12px;
    padding: 0 8px;
    margin: 0 8px 0 0; }
  .box_control {
    margin-top: 30px; }
    .box_control button {
      width: 68px;
      height: 47px; }
    .box_control .slider-counter {
      font-size: 14px;
      width: 72px;
      padding: 0 8px; }
      .box_control .slider-counter span {
        font-size: 22px;
        margin-right: -4px; } }

@media (max-width: 1199px) {
  .container {
    width: 95%; }
  h2 {
    font-size: 34px;
    line-height: 46px; }
  h2 span {
    font-size: 24px;
    line-height: 32px; } }

@media (max-width: 991px) {
  body {
    letter-spacing: normal;
    line-height: normal; }
  .container {
    width: 100%; }
  h5 {
    font-size: 18px;
    line-height: 24px; } }

@media (max-width: 767px) {
  .container {
    text-align: center; }
  * {
    letter-spacing: normal !important; }
  h2 br,
  h5 br {
    display: none; }
  h2 {
    max-width: 500px;
    font-size: 24px;
    line-height: 32px;
    margin-left: auto;
    margin-right: auto; }
    h2 span {
      font-size: 18px;
      line-height: 24px; }
    h2::after {
      margin: 15px auto 0; }
  .box_zag p {
    font-size: 16px;
    line-height: 21px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }
    .box_zag p br {
      display: none; }
  .btn_green {
    font-size: 14px;
    line-height: 50px; }
  .btn_entry {
    padding: 0 17px;
    background: #efefef; } }

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

/*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 .zag {
      margin: 0 auto 20px;
      margin-top: 0;
      text-align: center;
      font-size: 26px;
      line-height: normal;
      color: #1f2621;
      font-family: MullerMedium; }
    .popup_window .wrap .descr {
      text-align: center;
      font-size: 18px;
      max-width: 420px;
      margin: 0 auto 25px; }
    .popup_window .wrap form {
      margin: 0 auto;
      max-width: 330px; }
      .popup_window .wrap form input {
        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); }
      .popup_window .wrap form .block {
        margin-bottom: 20px; }
      .popup_window .wrap form .btn_green {
        max-width: 100%;
        width: 100%;
        height: 60px; }
      .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: #292d2d;
        margin-bottom: 0;
        text-transform: uppercase;
        font-family: MullerMedium;
        margin-bottom: 8px;
        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: 50%;
          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; }

.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: #1f2621;
    font-family: MullerMedium;
    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; }

@media (max-width: 1440px) {
  .popup_window .box_wrap .zag {
    font-size: 22px; }
  .popup_window .box_wrap .descr {
    font-size: 15px; } }

@media (max-width: 767px) {
  .modal-dialog {
    margin: 30px auto;
    width: 90%;
    max-width: 500px; }
  .popup_window .modal-dialog {
    margin: 30px auto; }
  .popup_window .wrap {
    padding: 50px 20px 40px; }
    .popup_window .wrap .zag {
      line-height: normal;
      margin-bottom: 15px; }
    .popup_window .wrap .desc {
      line-height: normal;
      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; } }

@media (max-width: 479px) {
  .modal-dialog {
    width: 95%; }
  .popup_window .box_wrap .zag {
    font-size: 18px; }
  .popup_window .box_wrap .desc {
    max-width: 320px;
    font-size: 14px; }
  .popup_window .wrap {
    padding: 55px 20px 25px; }
  .box-modal_close span {
    font-size: 12px; }
  .box-modal_close img {
    width: 24px; } }

/*header*/
.header .wrap {
  font-size: 0;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 30px; }
  .header .wrap .box_right {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    width: 65%; }

.header .box_logo {
  display: inline-block;
  vertical-align: middle;
  width: 35%; }
  .header .box_logo .logo {
    display: inline-block;
    vertical-align: middle;
    width: 36%; }
  .header .box_logo .descr {
    font-size: 13px;
    line-height: 15px;
    color: #000;
    font-family: MullerLight;
    max-width: 330px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 280px;
    width: 64%;
    padding-left: 30px; }
    .header .box_logo .descr a {
      color: #1e96c8; }

.header .box_menu {
  display: inline-block;
  vertical-align: middle; }
  .header .box_menu .btn_close {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    padding: 0; }
    .header .box_menu .btn_close img {
      height: 20px;
      width: 20px; }
  .header .box_menu .navmenu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 25px; }
    .header .box_menu .navmenu li:last-child {
      margin-right: 0; }
    .header .box_menu .navmenu li a {
      font-size: 14px;
      color: #000;
      font-family: MullerRegular;
      display: block;
      position: relative; }
    .header .box_menu .navmenu li::after {
      content: "";
      -webkit-border-radius: 2px;
              border-radius: 2px;
      background-color: #529869;
      height: 3px;
      width: 16px;
      position: absolute;
      bottom: -8px;
      left: 0;
      opacity: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .header .box_menu .navmenu li.active::after {
      opacity: 1; }
  .header .box_menu .box_login {
    display: none; }

.header .box_phone {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 35px; }
  .header .box_phone .phone {
    font-size: 20px;
    color: #000;
    font-family: MullerRegular;
    display: inline-block;
    vertical-align: middle; }
  .header .box_phone .box_soc {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px; }
    .header .box_phone .box_soc a {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
      .header .box_phone .box_soc a img {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .header .box_phone .box_soc a:hover img {
        -webkit-filter: brightness(1.2);
        filter: brightness(1.2);
        transform: translateZ(0px);
        -webkit-transform: translateZ(0); }

.header .box_login {
  display: inline-block;
  vertical-align: middle; }
  .header .box_login .btn_green {
    padding: 0 20px;
    -webkit-box-shadow: none;
            box-shadow: none; }

.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 (max-width: 1440px) {
  .header .wrap {
    max-width: 1170px;
    padding: 12px 0 25px; }
  .header .box_logo .descr {
    font-size: 12px;
    line-height: 14px;
    max-width: 255px;
    padding-left: 20px; }
  .header .box_menu .navmenu li {
    margin-right: 20px; }
    .header .box_menu .navmenu li a {
      font-size: 12px; }
    .header .box_menu .navmenu li::after {
      height: 2px;
      width: 14px;
      bottom: -7px; }
  .header .box_phone {
    margin: 0 8px 0 30px; }
    .header .box_phone .phone {
      font-size: 16px; }
    .header .box_phone .box_soc {
      margin-top: -4px; }
      .header .box_phone .box_soc a {
        margin-right: 8px; }
  .header .box_login .btn_green {
    padding: 0 17px; } }

@media (max-width: 1199px) {
  .header .box_logo {
    width: 45%; }
  .header .box_logo .logo {
    max-width: 155px;
  }
  .header .wrap .box_right {
    width: 55%; }
  .header .box_menu {
    position: fixed;
    display: block;
    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 .box_menu .navmenu li {
    display: block;
    margin: 0 0 20px; }
  .header .box_menu .navmenu li a {
    font-size: 14px; }
  .header .box_menu .btn_close {
    display: block; }
  .header .btn_menu {
    display: inline-block; }
}

@media (max-width: 991px) {
  .header .box_phone {
    margin-left: 0;
  }
  .header .box_logo .descr {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .header .wrap {
    padding: 15px 0; }
  .header .box_logo .descr {
    display: none; }
  .header .box_login {
    display: none; }
  .header .box_menu .box_login {
    display: block;
    margin-top: 40px; }
  .header .box_login .btn_green {
    height: 44px; }
  .header .box_phone {
    margin: 0; }
  .header .box_logo .logo {
    max-width: 130px;
    width: 100%; } }

@media (max-width: 479px) {
  .header .wrap {
    padding: 15px 0 20px; }
  .header .box_logo {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px; }
  .header .wrap .box_right {
    width: 100%;
    display: block;
    position: relative; }
  .header .box_phone {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    max-width: 180px; }
  .header .box_phone .box_soc {
    display: block;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0; }
  .header .box_phone .box_soc a:last-child {
    margin-right: 0; }
  .header .btn_menu {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .header .box_menu {
    width: 100%;
    right: -100%;
    text-align: center; }
  .header .box_menu .navmenu li::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }

/*bg1*/
.bg1 {
  position: relative;
  padding-bottom: 45px; }
  .bg1 .wrap_main {
    position: relative;
    padding: 120px 0 142px; }
    .bg1 .wrap_main .bg_img {
      position: absolute;
      top: 0;
      left: 50%;
      width: 1404px;
      height: 790px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .bg1 .wrap_main .bg_img .box_img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: url(../img/bg1/bg1.jpg) no-repeat;
        -webkit-background-size: 100% 100%;
                background-size: 100% 100%; }
      .bg1 .wrap_main .bg_img .box_down {
        height: 80px;
        width: 55px;
        position: absolute;
        bottom: 12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        .bg1 .wrap_main .bg_img .box_down span {
          -webkit-box-shadow: 0 12px 20px rgba(25, 27, 24, 0.1);
                  box-shadow: 0 12px 20px rgba(25, 27, 24, 0.1);
          -webkit-border-radius: 28px;
                  border-radius: 28px;
          background-color: #fff;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .bg1 .wrap_main .bg_img .box_down::after {
          content: "";
          background: url(../img/bg1/arrow_bottom.svg) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          width: 15px;
          height: 16px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        .bg1 .wrap_main .bg_img .box_down::before {
          content: "";
          background: url(../img/bg1/line.png) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          width: 119px;
          height: 66px;
          position: absolute;
          top: -21px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
    .bg1 .wrap_main .wrap {
      position: relative;
      z-index: 10; }
    .bg1 .wrap_main .box_zag {
      width: 60%;
      margin-bottom: 50px; }
      .bg1 .wrap_main .box_zag h2 {
        margin-bottom: 27px; }
        .bg1 .wrap_main .box_zag h2::after {
          margin-top: 30px; }
    .bg1 .wrap_main .box_right {
      width: 331px;
      height: 696px;
      -webkit-border-radius: 38px;
              border-radius: 38px;
      -webkit-box-shadow: 33px 33px 100px rgba(0, 0, 0, 0.2);
              box-shadow: 33px 33px 100px rgba(0, 0, 0, 0.2);
      border: 9px solid #000;
      background: #f8f8f8;
      position: absolute;
      top: -30px;
      right: 0; }
      .bg1 .wrap_main .box_right .box_main_img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-border-radius: 28px;
                border-radius: 28px;
        overflow: hidden; }
      .bg1 .wrap_main .box_right .box_bottom {
        position: absolute;
        bottom: 82px;
        left: -97px;
        text-align: center;
        font-size: 0; }
        .bg1 .wrap_main .box_right .box_bottom .box {
          display: inline-block;
          vertical-align: top;
          background-color: #fff;
          -webkit-border-radius: 13px;
                  border-radius: 13px;
          -webkit-box-shadow: 10px 20px 40px rgba(28, 32, 28, 0.21);
                  box-shadow: 10px 20px 40px rgba(28, 32, 28, 0.21);
          overflow: hidden;
          width: 180px;
          height: 215px;
          font-size: 16px;
          color: #181818; }
          .bg1 .wrap_main .box_right .box_bottom .box .box_img {
            height: 105px;
            overflow: hidden;
            margin-bottom: 15px; }
          .bg1 .wrap_main .box_right .box_bottom .box:first-child {
            margin-right: 20px; }
      .bg1 .wrap_main .box_right .box_top {
        width: 370px;
        height: 68px;
        -webkit-box-shadow: 0 30px 60px rgba(0, 0, 0, 0.21);
                box-shadow: 0 30px 60px rgba(0, 0, 0, 0.21);
        -webkit-border-radius: 13px;
                border-radius: 13px;
        background: #ffffff;
        position: absolute;
        top: 165px;
        left: 25px;
        padding: 14px 0 14px 87px;
        text-align: left; }
        .bg1 .wrap_main .box_right .box_top .box_label {
          color: #4baf6c;
          font-size: 13px;
          font-family: MullerMedium;
          margin-bottom: 5px; }
        .bg1 .wrap_main .box_right .box_top .text {
          font-size: 15px;
          color: #181818;
          display: inline-block;
          vertical-align: middle; }
        .bg1 .wrap_main .box_right .box_top::before {
          content: "";
          background: url(../img/loop.svg) no-repeat;
          -webkit-background-size: contain;
                  background-size: contain;
          width: 22px;
          height: 23px;
          position: absolute;
          left: 23px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
        .bg1 .wrap_main .box_right .box_top::after {
          content: "";
          width: 1px;
          height: 54px;
          background: #979797;
          position: absolute;
          top: 7px;
          bottom: 7px;
          left: 65px; }

.bg1_qw {
  padding-bottom: 110px; }
  .bg1_qw .wrap_main {
    position: relative;
    padding: 80px 0 0; }
    .bg1_qw .wrap_main .bg_img {
      position: absolute;
      top: 0;
      left: 50%;
      width: 1404px;
      height: 790px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      .bg1_qw .wrap_main .bg_img .box_img {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: url(../img/qw/bg1.svg) no-repeat;
        -webkit-background-size: contain;
                background-size: contain; }
    .bg1_qw .wrap_main .box_zag {
      width: 100%;
      margin: 0 auto 40px;
      text-align: center; }
      .bg1_qw .wrap_main .box_zag h2 {
        margin: 0 auto;
        font-size: 50px;
        line-height: 64px;
        max-width: 950px; }
        .bg1_qw .wrap_main .box_zag h2::after {
          margin: 40px auto 0; }
    .bg1_qw .wrap_main .box_container {
      -webkit-box-shadow: 0 35px 350px rgba(0, 0, 0, 0.08);
              box-shadow: 0 35px 350px rgba(0, 0, 0, 0.08);
      -webkit-border-radius: 32px;
              border-radius: 32px;
      background: #fff;
      max-width: 1090px;
      width: 100%;
      margin: 0 auto;
      padding: 50px 80px 40px;
      text-align: center; }
      .bg1_qw .wrap_main .box_container .box {
        margin-bottom: 40px;
        line-height: 32px; }
        .bg1_qw .wrap_main .box_container .box .box_icon {
          margin-bottom: 20px; }
        .bg1_qw .wrap_main .box_container .box:last-child {
          margin-bottom: 0; }
        .bg1_qw .wrap_main .box_container .box h5 {
          margin-bottom: 15px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .bg1_main .wrap_main .bg_img .box_img {
    background: url(../img/bg1/bg1@2x.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }
  .bg1_main .wrap_main .bg_img .box_img::before {
    background: url(../img/bg1/line@2x.png) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@media (max-width: 1440px) {
  .bg1 {
    padding-bottom: 38px; }
    .bg1 .wrap_main {
      padding: 100px 0 120px; }
      .bg1 .wrap_main .bg_img {
        max-width: 1200px;
        width: 100%;
        height: 670px; }
        .bg1 .wrap_main .bg_img .box_img {
          left: 15px;
          right: 15px; }
        .bg1 .wrap_main .bg_img .box_down {
          height: 68px;
          width: 46px;
          bottom: 10px; }
          .bg1 .wrap_main .bg_img .box_down::after {
            width: 12px;
            height: 13px; }
          .bg1 .wrap_main .bg_img .box_down::before {
            width: 100px;
            height: 56px;
            top: -17px; }
      .bg1 .wrap_main .box_zag {
        margin-bottom: 42px; }
        .bg1 .wrap_main .box_zag h2 {
          margin-bottom: 22px; }
          .bg1 .wrap_main .box_zag h2::after {
            margin-top: 25px; }
      .bg1 .wrap_main .box_right {
        width: 280px;
        height: 586px;
        top: -25px; }
        .bg1 .wrap_main .box_right .box_bottom {
          bottom: 70px;
          left: -82px; }
          .bg1 .wrap_main .box_right .box_bottom .box {
            width: 153px;
            height: 182px;
            font-size: 14px; }
            .bg1 .wrap_main .box_right .box_bottom .box .box_img {
              height: 90px;
              margin-bottom: 12px; }
            .bg1 .wrap_main .box_right .box_bottom .box:first-child {
              margin-right: 17px; }
        .bg1 .wrap_main .box_right .box_top {
          width: 314px;
          height: 57px;
          top: 140px;
          left: 20px;
          padding: 12px 0 12px 74px; }
          .bg1 .wrap_main .box_right .box_top .box_label {
            font-size: 12px;
            margin-bottom: 4px; }
          .bg1 .wrap_main .box_right .box_top .text {
            font-size: 12px; }
          .bg1 .wrap_main .box_right .box_top::before {
            width: 18px;
            height: 19px;
            left: 19px; }
          .bg1 .wrap_main .box_right .box_top::after {
            height: 45px;
            top: 6px;
            bottom: 6px;
            left: 55px; }
  .bg1_qw {
    padding-bottom: 90px; }
    .bg1_qw .wrap_main {
      padding: 70px 0 0; }
      .bg1_qw .wrap_main .bg_img {
        max-width: 1200px;
        width: 100%;
        height: 670px; }
        .bg1_qw .wrap_main .bg_img .box_img {
          left: 15px;
          right: 15px; }
      .bg1_qw .wrap_main .box_zag {
        margin: 0 auto 34px; }
        .bg1_qw .wrap_main .box_zag h2 {
          font-size: 40px;
          line-height: 54px;
          max-width: 805px; }
          .bg1_qw .wrap_main .box_zag h2::after {
            margin: 34px auto 0; }
      .bg1_qw .wrap_main .box_container {
        max-width: 970px;
        padding: 40px 60px 34px; }
        .bg1_qw .wrap_main .box_container .box {
          margin-bottom: 34px;
          line-height: 30px; }
          .bg1_qw .wrap_main .box_container .box .box_icon {
            margin-bottom: 17px; }
          .bg1_qw .wrap_main .box_container .box h5 {
            margin-bottom: 12px; } }

@media (max-width: 1199px) {
  .bg1 {
    padding-bottom: 70px; }
  .bg1 .wrap_main .box_right .box_top {
    width: 280px; }
  .bg1 .wrap_main .box_right {
    top: -45px; }
  /*qw*/
  .bg1_qw .wrap_main .box_zag h2 {
    font-size: 34px;
    line-height: 46px;
    max-width: 600px; }
  .bg1_qw .wrap_main .box_container .box br {
    display: none; }
  .bg1_qw .wrap_main .box_container .box .box_icon {
    height: 90px; }
  .bg1_qw .wrap_main .box_container .box .box_icon img {
    max-height: 100%; } }

@media (max-width: 991px) {
  .bg1 .wrap_main .box_zag {
    width: 57%; }
  .bg1 .wrap_main .wrap {
    padding-left: 3%; }
  .bg1 .wrap_main .box_right {
    right: 35px;
    width: 230px;
    height: 478px; }
  .bg1 .wrap_main .box_right .box_top {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .bg1 .wrap_main .box_right .box_bottom {
    left: -50px;
    right: -45px; }
  .bg1 .wrap_main .box_right .box_bottom .box:first-child {
    margin-right: 15px; }
  .bg1 .wrap_main .box_right .box_bottom .box {
    width: 145px;
    height: 170px; }
  .bg1 .wrap_main .box_right .box_bottom .box .box_img {
    height: 85px;
    margin-bottom: 15px; }
  /*qw*/
  .bg1_qw .wrap_main {
    padding: 50px 0 0; }
  .bg1_qw .wrap_main .box_zag {
    width: 100%; }
  .bg1_qw .wrap_main .box_container {
    padding: 40px 5% 35px; } }

@media (max-width: 767px) {
  .bg1 {
    padding-bottom: 0;
    overflow: hidden; }
  .bg1 .wrap_main .box_zag h2 span {
    margin-top: 10px; }
  .bg1 .wrap_main {
    padding: 40px 0;
    background: #eaf7ee; }
  .bg1 .wrap_main .wrap {
    padding: 0; }
  .bg1 .wrap_main .box_zag {
    width: 100%;
    margin-bottom: 30px; }
  .bg1 .wrap_main .bg_img {
    display: none; }
  .bg1 .wrap_main .box_zag h2::after {
    margin-top: 15px; }
  .bg1 .wrap_main .box_zag h2 {
    margin-bottom: 15px; }
  .bg1 .wrap_main .box_right {
    position: relative;
    top: auto;
    right: auto;
    margin: 40px auto 0; }
  /*qw*/
  .bg1_qw .wrap_main .box_zag h2 {
    font-size: 24px;
    line-height: 32px; }
  .bg1_qw .wrap_main .box_container {
    padding: 30px 15px; }
  .bg1_qw .wrap_main .box_container .box {
    line-height: 22px; }
  .bg1_qw .wrap_main .box_container .box .box_icon {
    height: 75px; } }

@media (max-width: 479px) {
  .bg1 .wrap_main .box_zag p {
    max-width: 300px; }
  .bg1 .wrap_main .box_right .box_bottom .box {
    width: 135px; }
  .bg1 .wrap_main .box_right .box_bottom .box .box_img img {
    height: 100%;
    max-width: initial; }
  /*qw*/
  .bg1_qw .wrap_main .box_zag h2 {
    font-size: 22px;
    line-height: 30px; }
  .bg1_qw .wrap_main .box_container .box .box_icon {
    height: 60px; }
  .bg1_qw .wrap_main .box_container .box {
    font-size: 14px;
    line-height: 20px; }
  .bg1_qw .wrap_main .box_container .box h5 {
    font-size: 16px;
    line-height: 22px; } }

/*bg2*/
.bg2 {
  text-align: center;
  position: relative;
  padding: 50px 0 120px; }
  .bg2 .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .bg2 .bg_img div {
      position: absolute;
      top: 19px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background: url(../img/bg2/bg2.jpg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      width: 2119px;
      height: 1262px; }
  .bg2 .box_zag h2 {
    font-size: 50px;
    line-height: 64px; }
    .bg2 .box_zag h2::after {
      margin-left: auto;
      margin-right: auto; }
  .bg2 .wrap {
    position: relative;
    z-index: 10; }
  .bg2 .box_zag {
    margin-bottom: 50px; }
  .bg2 .nav-tabs {
    border: none;
    font-size: 0;
    text-align: left; }
  .bg2 .nav-tabs > li {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 50%;
    padding: 0 38px; }
  .bg2 .nav-tabs > li:first-child::after {
    content: "";
    border: 1px solid #979797;
    opacity: 0.2;
    height: 65px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .bg2 .nav-tabs > li:first-child {
    text-align: right; }
  .bg2 .nav-tabs > li > a {
    margin: 0;
    line-height: normal;
    -webkit-border-radius: 0;
            border-radius: 0;
    border: none;
    padding: 0;
    font-size: 26px;
    color: #272f29;
    font-family: MullerRegular;
    opacity: 0.4;
    background: transparent; }
  .bg2 .nav-tabs > li.active > a,
  .bg2 .nav-tabs > li.active > a:focus,
  .bg2 .nav-tabs > li.active > a:hover {
    color: #1e96c8;
    border: none;
    background: transparent;
    opacity: 1; }
  .bg2 .tab-content {
    margin: 80px auto 0; }
    .bg2 .tab-content .inner {
      margin: 0 auto 50px;
      max-width: 870px;
      min-height: 463px;
      background: #fff;
      -webkit-border-radius: 32px;
              border-radius: 32px;
      -webkit-box-shadow: 0 50px 100px rgba(0, 0, 0, 0.09);
              box-shadow: 0 50px 100px rgba(0, 0, 0, 0.09);
      text-align: left;
      position: relative; }
    .bg2 .tab-content .tab-pane .inner {
      padding: 50px 35px 40px 270px; }
    .bg2 .tab-content .tab-pane .box_img {
      position: absolute;
      bottom: 0;
      left: -100px; }
    .bg2 .tab-content .tab-pane .box_top {
      margin-bottom: 35px; }
      .bg2 .tab-content .tab-pane .box_top h5 {
        margin-bottom: 14px; }
      .bg2 .tab-content .tab-pane .box_top p {
        font-size: 16px;
        line-height: 24px;
        color: #529869;
        font-family: MullerMedium;
        margin-bottom: 0; }
    .bg2 .tab-content .tab-pane .box_bottom {
      font-size: 0; }
      .bg2 .tab-content .tab-pane .box_bottom .box {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        width: 50%;
        margin: 0 0 33px 0;
        padding-right: 20px; }
        .bg2 .tab-content .tab-pane .box_bottom .box .box_icon {
          width: 65px;
          height: 65px;
          background: #fff;
          -webkit-box-shadow: 0 10px 20px rgba(27, 30, 27, 0.08);
                  box-shadow: 0 10px 20px rgba(27, 30, 27, 0.08);
          -webkit-border-radius: 50%;
                  border-radius: 50%;
          display: inline-block;
          vertical-align: top;
          position: relative;
          width: 25%; }
          .bg2 .tab-content .tab-pane .box_bottom .box .box_icon img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
        .bg2 .tab-content .tab-pane .box_bottom .box .box_descr {
          font-size: 16px;
          line-height: 24px;
          display: inline-block;
          vertical-align: middle;
          width: 75%;
          padding-left: 20px; }
          .bg2 .tab-content .tab-pane .box_bottom .box .box_descr p {
            margin-bottom: 0; }
        .bg2 .tab-content .tab-pane .box_bottom .box:nth-child(2n) {
          padding-right: 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) {
  .bg2 .bg_img div {
    background: url(../img/bg2/bg2@2x.jpg) no-repeat;
    -webkit-background-size: contain;
            background-size: contain; } }

@media (max-width: 1440px) {
  .bg2 {
    padding: 42px 0 100px; }
    .bg2 .bg_img div {
      top: 20px;
      width: 1800px;
      height: 1072px; }
    .bg2 .box_zag h2 {
      font-size: 42px;
      line-height: 56px; }
    .bg2 .box_zag {
      margin-bottom: 42px; }
    .bg2 .nav-tabs > li {
      padding: 0 32px; }
    .bg2 .nav-tabs > li:first-child::after {
      height: 55px; }
    .bg2 .nav-tabs > li > a {
      font-size: 22px; }
    .bg2 .tab-content {
      margin: 70px auto 0; }
      .bg2 .tab-content .inner {
        margin: 0 auto 42px;
        max-width: 740px;
        min-height: 393px; }
      .bg2 .tab-content .tab-pane .inner {
        padding: 42px 30px 34px 230px; }
      .bg2 .tab-content .tab-pane .box_img {
        left: -85px; }
        .bg2 .tab-content .tab-pane .box_img img {
          max-height: 378px; }
      .bg2 .tab-content .tab-pane .box_top {
        margin-bottom: 30px; }
        .bg2 .tab-content .tab-pane .box_top h5 {
          margin-bottom: 12px; }
        .bg2 .tab-content .tab-pane .box_top p {
          font-size: 14px;
          line-height: 22px; }
      .bg2 .tab-content .tab-pane .box_bottom .box {
        margin: 0 0 28px 0;
        padding-right: 17px; }
        .bg2 .tab-content .tab-pane .box_bottom .box .box_icon {
          width: 55px;
          height: 55px; }
        .bg2 .tab-content .tab-pane .box_bottom .box .box_descr {
          font-size: 14px;
          line-height: 22px;
          padding-left: 17px; } }

@media (max-width: 1199px) {
  .bg2 .box_zag h2 {
    font-size: 34px;
    line-height: 46px; } }

@media (max-width: 991px) {
  .bg2 .tab-content .tab-pane .box_img img {
    max-height: 330px; }
  .bg2 .tab-content .tab-pane .box_img {
    left: -40px; } }

@media (max-width: 767px) {
  .bg2 {
    padding: 40px 0 0; }
  .bg2 .box_zag {
    margin-bottom: 25px; }
  .bg2 .box_zag h2 {
    font-size: 24px;
    line-height: 32px; }
  .bg2 .nav-tabs {
    text-align: center; }
  .bg2 .nav-tabs > li {
    padding: 0;
    text-align: center;
    width: auto;
    margin: 0 5px 10px; }
  .bg2 .nav-tabs > li:first-child {
    text-align: center; }
  .bg2 .nav-tabs > li:first-child::after {
    display: none; }
  .bg2 .nav-tabs > li > a {
    font-size: 14px;
    border: 1px solid;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    display: block;
    padding: 10px 15px; }
  .bg2 .nav-tabs > li.active > a, .bg2 .nav-tabs > li.active > a:focus, .bg2 .nav-tabs > li.active > a:hover {
    border: 1px solid; }
  .bg2 .tab-content {
    margin: 0; }
    .bg2 .tab-content br {
      display: none; }
  .bg2 .tab-content .inner {
    min-height: 100%;
    margin: 0;
    text-align: center;
    max-width: 100%;
    position: static;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .bg2 .tab-content .tab-pane {
    -webkit-border-radius: 32px;
            border-radius: 32px;
    -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.09);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.09);
    background: #fff;
    position: relative;
    margin: 20px auto 0;
    max-width: 500px; }
  .bg2 .tab-content .tab-pane .inner {
    padding: 0; }
  .bg2 .tab-content .tab-pane {
    padding: 40px 15px 305px; }
  .bg2 .tab-content .tab-pane .box_img img {
    max-height: 275px; }
  .bg2 .tab-content .tab-pane .box_img {
    left: 45%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 220px; }
  .bg2 .tab-content .tab-pane .box_top h5 {
    max-width: 400px;
    margin: 0 auto 15px; }
  .bg2 .tab-content .tab-pane .box_top p {
    font-size: 16px;
    line-height: 21px;
    max-width: 350px;
    margin: 0 auto; }
  .bg2 .tab-content .tab-pane .box_bottom .box {
    display: block;
    width: 100%;
    max-width: 300px;
    text-align: left;
    padding: 0;
    margin: 0 auto 20px; }
  .bg2 .tab-content .tab-pane .box_bottom .box .box_descr {
    line-height: 20px;
    padding-left: 15px; } }

@media (max-width: 479px) {
  .bg2 .box_zag h2 {
    font-size: 22px;
    line-height: 30px; }
  .bg2 .tab-content .tab-pane .box_top p {
    font-size: 14px;
    line-height: 20px; } }

/*bg3*/
.bg3 {
  padding: 50px 0 60px; }
  .bg3 .wrap {
    width: 56%; }
  .bg3 .box_top {
    margin-top: 35px; }
    .bg3 .box_top .box {
      font-size: 16px;
      line-height: 32px;
      width: 352px;
      position: relative; }
      .bg3 .box_top .box::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: -webkit-gradient(linear, right top, left top, color-stop(30%, #fff), color-stop(70%, rgba(255, 255, 255, 0.8)));
        background: -webkit-linear-gradient(right, #fff 30%, rgba(255, 255, 255, 0.8) 70%);
        background: -o-linear-gradient(right, #fff 30%, rgba(255, 255, 255, 0.8) 70%);
        background: linear-gradient(to left, #fff 30%, rgba(255, 255, 255, 0.8) 70%); }
    .bg3 .box_top .owl-item.active .box::after {
      display: none; }
    .bg3 .box_top .owl-item.test .box::after {
      background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0.8)));
      background: -webkit-linear-gradient(left, #fff, rgba(255, 255, 255, 0.8));
      background: -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0.8));
      background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.8)); }
    .bg3 .box_top .owl-item.active + .owl-item .box::after {
      background: -webkit-gradient(linear, right top, left top, color-stop(30%, #fff), color-stop(70%, rgba(255, 255, 255, 0.8)));
      background: -webkit-linear-gradient(right, #fff 30%, rgba(255, 255, 255, 0.8) 70%);
      background: -o-linear-gradient(right, #fff 30%, rgba(255, 255, 255, 0.8) 70%);
      background: linear-gradient(to left, #fff 30%, rgba(255, 255, 255, 0.8) 70%); }
  .bg3 .box_bottom {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-top: 60px;
    margin-left: 15%;
    max-width: 430px;
    padding-left: 22.5%; }
    .bg3 .box_bottom h5 {
      margin-bottom: 10px; }
    .bg3 .box_bottom .box_descr {
      position: relative;
      z-index: 10; }
    .bg3 .box_bottom .box_img {
      max-width: 130px;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .bg3 .box_bottom .btn_green {
      padding: 0 32px;
      margin-top: 25px; }
  .bg3 .bg_img {
    position: absolute;
    top: -15px;
    right: 0;
    max-width: 512px;
    z-index: 10; }
  .bg3 .owl-carousel {
    width: 415px; }
  .bg3 .owl-carousel .owl-stage-outer {
    overflow: visible; }
  .bg3 .owl-carousel .owl-item {
    opacity: 0; }
  .bg3 .owl-carousel .owl-item.active,
  .bg3 .owl-carousel .owl-item.test,
  .bg3 .owl-carousel .owl-item.active + .owl-item {
    opacity: 1; }

@media (max-width: 1440px) {
  .bg3 {
    padding: 42px 0 50px; }
    .bg3 .box_top {
      margin-top: 30px; }
      .bg3 .box_top .box {
        font-size: 14px;
        line-height: 30px;
        width: 300px; }
    .bg3 .box_bottom {
      font-size: 14px;
      line-height: 22px;
      margin-top: 50px;
      max-width: 365px; }
      .bg3 .box_bottom h5 {
        margin-bottom: 8px; }
      .bg3 .box_bottom .box_img {
        max-width: 110px; }
      .bg3 .box_bottom .btn_green {
        padding: 0 28px;
        margin-top: 20px; }
    .bg3 .bg_img {
      top: -12px;
      max-width: 435px; }
    .bg3 .owl-carousel {
      width: 350px; } }

@media (max-width: 1199px) {
  .bg3 .bg_img {
    max-width: 370px; }
  .bg3 .box_bottom {
    padding-left: 130px; } }

@media (max-width: 991px) {
  .bg3 .bg_img {
    max-width: 300px;
    top: 20px; }
  .bg3 .owl-carousel {
    width: 320px; }
  .bg3 .box_zag h2 br {
    display: none; } }

@media (max-width: 767px) {
  .bg3 {
    padding: 40px 0; }
  .bg3 .wrap {
    width: 100%; }
  .bg3 .box_top {
    margin: 15px auto 0;
    max-width: 350px;
    width: 100%; }
  .bg3 .owl-carousel {
    width: 100%; }
  .bg3 .owl-carousel .owl-stage-outer {
    overflow: hidden; }
  .bg3 .box_top .box {
    width: 100%;
    margin: 0 auto;
    line-height: 20px; }
  .bg3 .box_top .box::after {
    display: none; }
  .bg3 .owl-carousel .owl-item {
    opacity: 1; }
  .bg3 .box_control {
    margin-top: 15px; }
  .bg3 .box_bottom {
    margin: 50px auto 0;
    line-height: 20px;
    padding-left: 105px;
    text-align: left;
    max-width: 330px; }
  .bg3 .box_bottom .btn_green {
    margin-top: 10px; }
  .bg3 .bg_img {
    position: static;
    margin: 0 auto 20px;
    max-width: 175px; }
  .bg3 .box_bottom .box_img {
    max-width: 85px; } }

@media (max-width: 479px) {
  .bg3 .box_bottom .box_img {
    max-width: 75px; }
  .bg3 .box_bottom {
    padding-left: 95px; } }

/*bg4*/
.bg4 {
  padding: 50px 0 57px; }
  .bg4 .wrap {
    font-size: 0;
    margin: 0 -70px; }
  .bg4 .box_left {
    background-color: #eaf7ee;
    width: 64.5%;
    -webkit-border-radius: 38px;
            border-radius: 38px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 110px 70px; }
    .bg4 .box_left::before {
      content: "";
      background: url(../img/bg4/before.png) no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .bg4 .box_left .box_zag h2 {
      margin-bottom: 33px; }
      .bg4 .box_left .box_zag h2 span {
        margin-top: 6px; }
      .bg4 .box_left .box_zag h2::after {
        margin-top: 25px; }
    .bg4 .box_left .box_zag p {
      display: inline-block;
      vertical-align: top;
      width: 56%;
      padding-right: 5%;
      position: relative;
      z-index: 10; }
      .bg4 .box_left .box_zag p:last-child {
        width: 44%;
        padding: 0; }
    .bg4 .box_left .btn_white {
      margin-top: 60px; }
  .bg4 .box_right {
    display: inline-block;
    vertical-align: top;
    width: 35.5%;
    padding-top: 20px;
    padding-left: 6%; }
    .bg4 .box_right .box_img {
      max-width: 280px;
      height: 302px;
      margin-bottom: 25px; }
      .bg4 .box_right .box_img img {
        max-height: 100%;
        width: auto;
        max-width: initial; }
    .bg4 .box_right .box {
      font-size: 16px;
      line-height: 24px; }
      .bg4 .box_right .box h5 {
        margin-bottom: 30px; }
      .bg4 .box_right .box p {
        margin-bottom: 20px; }
        .bg4 .box_right .box p: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) {
  .bg4 .box_left::before {
    background: url(../img/bg4/before@2x.png) no-repeat;
    -webkit-background-size: cover;
            background-size: cover; } }

@media (max-width: 1440px) {
  .bg4 {
    padding: 42px 0 48px; }
    .bg4 .wrap {
      margin: 0 -60px; }
    .bg4 .box_left {
      padding: 93px 60px; }
      .bg4 .box_left .box_zag h2 {
        margin-bottom: 28px; }
        .bg4 .box_left .box_zag h2 span {
          margin-top: 5px; }
        .bg4 .box_left .box_zag h2::after {
          margin-top: 20px; }
      .bg4 .box_left .box_zag p {
        width: 55%; }
        .bg4 .box_left .box_zag p:last-child {
          width: 45%; }
      .bg4 .box_left .btn_white {
        margin-top: 50px; }
    .bg4 .box_right {
      padding-top: 17px; }
      .bg4 .box_right .box_img {
        max-width: 238px;
        height: 256px;
        margin-bottom: 20px; }
      .bg4 .box_right .box {
        font-size: 14px;
        line-height: 22px; }
        .bg4 .box_right .box h5 {
          margin-bottom: 25px; }
        .bg4 .box_right .box p {
          margin-bottom: 17px; } }

@media (max-width: 1199px) {
  .bg4 .wrap {
    margin: 0; }
  .bg4 .box_right {
    padding-left: 4%; }
  .bg4 .box_right .box_img {
    height: 205px; }
  .bg4 .box_left {
    padding: 90px 40px; } }

@media (max-width: 991px) {
  .bg4 .box_left .box_zag p {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    max-width: 300px; }
  .bg4 .box_left .box_zag p:last-child {
    width: 100%; }
  .bg4 .box_left {
    padding: 60px 40px; }
  .bg4 .box_left .btn_white {
    margin-top: 20px; }
  .bg4 .box_right {
    padding-top: 0; }
  .bg4 .box_right .box h5 {
    margin-bottom: 20px; }
    .bg4 .box_right .box h5 br {
      display: none; }
  .bg4 .box_right .box p {
    margin-bottom: 15px; }
    .bg4 .box_right .box p br {
      display: none; } }

@media (max-width: 767px) {
  .bg4 {
    padding: 0 0 10px; }
  .bg4 .box_left {
    padding: 40px 15px;
    width: 100%;
    display: block;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .bg4 .wrap {
    margin: 0 -15px; }
  .bg4 .box_left .box_zag h2 {
    margin: 0 auto 20px;
    max-width: 600px; }
  .bg4 .box_left .box_zag p {
    max-width: 450px; }
  .bg4 .box_right {
    padding: 40px 0 0;
    width: 90%;
    display: block;
    max-width: 350px;
    margin: 0 auto; }
  .bg4 .box_right .box_img {
    margin: 0 auto 20px; 
    width: auto;
  }
  .bg4 .box_right .box_img img {
    width: auto;
    margin:auto;
    display: block;
  }
  .bg4 .box_right .box {
    line-height: 20px; }
  .bg4 .box_left .box_zag h2 span {
    margin-top: 10px; } }

/*bg5*/
.bg5 {
  padding: 50px 0 35px; }
  .bg5 .box_zag {
    text-align: center;
    margin-bottom: 60px; }
    .bg5 .box_zag mark {
      margin-bottom: 40px; }
    .bg5 .box_zag h2 {
      font-size: 50px;
      line-height: 64px;
      max-width: 950px;
      margin: 0 auto 35px; }
      .bg5 .box_zag h2::after {
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px; }
    .bg5 .box_zag p {
      max-width: 480px;
      margin: 0 auto; }
  .bg5 .box {
    position: relative;
    padding: 120px 15px 175px;
    overflow: hidden;
    margin-top: -120px;
    margin-bottom: -175px; }
    .bg5 .box::before {
      content: "";
      position: absolute;
      top: 120px;
      left: 15px;
      right: 15px;
      bottom: 175px;
      -webkit-border-radius: 32px;
              border-radius: 32px;
      -webkit-box-shadow: 0 35px 145px rgba(0, 0, 0, 0.08);
              box-shadow: 0 35px 145px rgba(0, 0, 0, 0.08);
      height: 512px; }
    .bg5 .box .inner {
      -webkit-border-radius: 32px;
              border-radius: 32px;
      background: #fff;
      text-align: center;
      padding: 50px 15px 0;
      height: 512px;
      position: relative;
      z-index: 10; }
    .bg5 .box .box_icon {
      margin-bottom: 20px;
      height: 108px;
      position: relative; }
      .bg5 .box .box_icon img {
        max-height: 100%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .bg5 .box h5 {
      margin-bottom: 20px; }
    .bg5 .box ul li {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 20px; }
      .bg5 .box ul li:last-child {
        margin-bottom: 0; }
  .bg5 .box_control {
    text-align: center; }
  .bg5 .box_container {
    margin: 0 -15px; }
  .bg5 .owl-carousel .owl-stage-outer {
    overflow: visible; }

@media (max-width: 1440px) {
  .bg5 {
    padding: 42px 0 30px; }
    .bg5 .box_zag {
      margin-bottom: 50px; }
      .bg5 .box_zag mark {
        margin-bottom: 34px; }
      .bg5 .box_zag h2 {
        font-size: 42px;
        line-height: 56px;
        max-width: 810px;
        margin: 0 auto 30px; }
        .bg5 .box_zag h2::after {
          margin-top: 34px; }
      .bg5 .box_zag p {
        max-width: 410px; }
    .bg5 .box {
      padding: 100px 15px 148px;
      margin-top: -100px;
      margin-bottom: -148px; }
      .bg5 .box::before {
        top: 100px;
        left: 15px;
        right: 15px;
        bottom: 148px;
        height: 435px; }
      .bg5 .box .inner {
        padding: 42px 15px 0;
        height: 435px; }
      .bg5 .box .box_icon {
        margin-bottom: 17px;
        height: 90px; }
      .bg5 .box h5 {
        margin-bottom: 17px; }
      .bg5 .box ul li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 15px; } }

@media (max-width: 1199px) {
  .bg5 .box h5 {
    font-size: 16px;
    line-height: 21px; }
  .bg5 .box_zag h2 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 25px; }
  .bg5 .box_zag h2::after {
    margin-top: 25px; } }

@media (max-width: 767px) {
  .bg5 {
    padding: 40px 0; }
  .bg5 .box_zag {
    margin-bottom: 0; }
  .bg5 .box_zag h2 {
    font-size: 22px;
    line-height: 30px;
    max-width: 500px;
    margin-bottom: 15px; }
  .bg5 .box_zag h2::after {
    margin-top: 15px; }
  .bg5 .box {
    padding: 30px 0 40px;
    margin: 0 auto; }
  .bg5 .box::before {
    display: none; }
  .bg5 .box h5 {
    font-size: 18px; }
  .bg5 .box ul li {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px; }
  .bg5 .box .inner {
    height: auto;
    padding: 30px 15px;
    max-width: 350px;
    width: 100%;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 32px;
            border-radius: 32px;
    margin: 0 auto; }
  .bg5 .owl-carousel .owl-stage-outer {
    overflow: hidden; }
  .bg5 .box_control {
    margin-top: -15px; }
  .bg5 .box_zag mark {
    margin-bottom: 20px; } }

@media (max-width: 479px) {
  .bg5 .box .inner {
    width: 90%; } }

/*bg6*/
.bg6 {
  padding: 50px 0; }
  .bg6 .wrap {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .bg6 .wrap .inner {
      background-color: #1d487f;
      -webkit-border-radius: 38px;
              border-radius: 38px;
      padding: 70px 40px 65px 560px;
      overflow: hidden;
      position: relative; }
      .bg6 .wrap .inner .box_logo {
        display: block;
        position: absolute;
        top: 21px;
        right: 24px;
        z-index: 11;
        width: 123px;
        height: 123px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        overflow: hidden; }
        .bg6 .wrap .inner .box_logo img {
          height: 100%; }
      .bg6 .wrap .inner::after {
        content: "";
        background: url(../img/bg6/before.png) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        width: 1308px;
        height: 538px;
        position: absolute;
        top: 0;
        left: 0; }
    .bg6 .wrap .box_zag {
      margin-bottom: 40px; }
      .bg6 .wrap .box_zag h2 {
        font-size: 50px;
        line-height: 64px;
        text-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
        color: #fff;
        margin-bottom: 25px; }
        .bg6 .wrap .box_zag h2::after {
          display: none; }
      .bg6 .wrap .box_zag p {
        color: rgba(255, 255, 255, 0.9);
        font-size: 20px; }
    .bg6 .wrap .box_btns {
      font-size: 0;
      margin-bottom: 45px; }
      .bg6 .wrap .box_btns a {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
        position: relative;
        z-index: 10;
        -webkit-filter: brightness(1);
                filter: brightness(1);
        -webkit-transform: translateZ(0px);
                transform: translateZ(0px); }
        .bg6 .wrap .box_btns a:last-child {
          margin-right: 0; }
        .bg6 .wrap .box_btns a:hover {
          -webkit-filter: brightness(2);
                  filter: brightness(2); }
    .bg6 .wrap .box_links {
      font-size: 0; }
      .bg6 .wrap .box_links a {
        display: inline-block;
        vertical-align: top;
        color: rgba(255, 255, 255, 0.9);
        font-size: 20px;
        line-height: 32px;
        text-decoration: underline;
        margin-right: 80px;
        position: relative;
        z-index: 10; }
        .bg6 .wrap .box_links a::after {
          content: "";
          background: url(../img/bg6/arrow.svg);
          width: 7px;
          height: 13px;
          position: absolute;
          top: 50%;
          right: -15px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .bg6 .wrap .box_links a:last-child {
          margin-right: 0; }
        .bg6 .wrap .box_links a:hover {
          color: #fff; }
    .bg6 .wrap .bg_img {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 480px;
      height: 629px;
      overflow: hidden;
      -webkit-border-radius: 38px 38px 0 38px;
              border-radius: 38px 38px 0 38px;
      z-index: 1; }
      .bg6 .wrap .bg_img::before {
        content: "";
        background: url(../img/bg6/main.png) no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        background-position: bottom;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 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) {
  .bg6 .wrap .inner::after {
    background: url(../img/bg6/before@2x.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .bg6 .wrap .bg_img::before {
    background: url(../img/bg6/main@2x.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: bottom; }
  .bg6 .wrap::after {
    background: url(../img/bg6/before@2x.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover; } }

@media (max-width: 1440px) {
  .bg6 {
    padding: 40px 0; }
    .bg6 .wrap {
      max-width: 1170px; }
      .bg6 .wrap .inner {
        padding: 60px 34px 55px 445px; }
        .bg6 .wrap .inner .box_logo {
          top: 18px;
          right: 20px;
          width: 104px;
          height: 104px; }
        .bg6 .wrap .inner::after {
          width: 100%;
          height: 100%; }
      .bg6 .wrap .box_zag {
        margin-bottom: 34px; }
        .bg6 .wrap .box_zag h2 {
          font-size: 52px;
          line-height: 56px;
          margin-bottom: 20px; }
        .bg6 .wrap .box_zag p {
          font-size: 16px; }
      .bg6 .wrap .box_btns {
        margin-bottom: 38px; }
        .bg6 .wrap .box_btns a {
          margin-right: 15px; }
          .bg6 .wrap .box_btns a img {
            max-height: 60px; }
      .bg6 .wrap .box_links a {
        font-size: 16px;
        line-height: 28px;
        margin-right: 70px; }
      .bg6 .wrap .bg_img {
        width: 408px;
        height: 534px; } }

@media (max-width: 1199px) {
  .bg6 .wrap .inner {
    padding: 50px 30px 50px 390px; }
  .bg6 .wrap .box_zag h2 {
    font-size: 34px;
    line-height: 46px; }
  .bg6 .wrap .bg_img {
    width: 320px;
    height: 435px; }
  .bg6 .wrap .box_links a {
    margin-right: 50px; } }

@media (max-width: 991px) {
  .bg6 .wrap {
    -webkit-border-radius: 38px;
            border-radius: 38px;
    overflow: hidden; }
  .bg6 .wrap .inner .box_logo {
    width: 85px;
    height: 85px;
    top: 18px;
    right: 18px; }
  .bg6 .wrap .bg_img {
    width: 290px;
    height: 380px;
    left: -40px; }
  .bg6 .wrap .inner {
    padding: 50px 50px 30px 290px; }
  .bg6 .wrap .box_zag {
    max-width: 81%; }
  .bg6 .wrap .box_btns a img {
    max-height: 50px; }
  .bg6 .wrap .box_btns {
    margin-bottom: 30px; }
  .bg6 .wrap .box_links a {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .bg6 {
    padding: 0; }
  .bg6 .wrap {
    padding: 0 0 250px;
    background-color: #1d487f;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .bg6 .wrap::after {
    content: "";
    background: url(../img/bg6/before@2x.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .bg6 .wrap .inner {
    padding: 115px 15px 40px;
    -webkit-border-radius: 0;
            border-radius: 0;
    text-align: center;
    background: transparent; }
  .bg6 .wrap .inner::after {
    display: none; }
  .bg6 .wrap .inner .box_logo {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .bg6 .row > div {
    padding: 0; }
  .bg6 .wrap .box_zag h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px; }
  .bg6 .wrap .box_zag {
    margin-bottom: 25px;
    text-align: center;
    max-width: 100%; }
  .bg6 .wrap .box_btns a {
    margin: 0 7px; }
  .bg6 .wrap .bg_img {
    left: 50%;
    height: 300px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: visible;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .bg6 .wrap .bg_img::before {
    left: 43%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .bg6 .wrap .box_links a {
    margin: 0 auto 20px; }
  .bg6 .wrap .box_links {
    max-width: 185px;
    margin: 0 auto; } }

@media (max-width: 479px) {
  .bg6 .wrap .box_btns a img {
    max-height: 40px; } }

/*footer*/
.footer .wrap {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  padding: 40px 0 80px;
  font-size: 0;
  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: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start; }
  .footer .wrap .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;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    width: 65%; }
    .footer .wrap .box_left .box {
      font-size: 14px;
      line-height: 24px;
      width: 28%;
      padding-right: 3%; }
      .footer .wrap .box_left .box a {
        color: rgba(31, 38, 33, 0.7); }
      .footer .wrap .box_left .box .zag {
        font-size: 20px;
        color: #181818;
        font-family: MullerMedium;
        margin-bottom: 13px; }
      .footer .wrap .box_left .box ul {
        padding-right: 20px; }
        .footer .wrap .box_left .box ul li {
          margin-bottom: 10px; }
          .footer .wrap .box_left .box ul li a {
            color: rgba(30, 150, 200, 0.7); }
            .footer .wrap .box_left .box ul li a:hover {
              color: #1e96c8; }
          .footer .wrap .box_left .box ul li:last-child {
            margin-bottom: 0; }
        .footer .wrap .box_left .box ul:last-child {
          padding: 0; }
      .footer .wrap .box_left .box:last-child {
        padding: 0;
        width: 44%;
        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: start;
        -webkit-align-items: start;
            -ms-flex-align: start;
                align-items: start; }
  .footer .wrap .box_right {
    text-align: right; }
    .footer .wrap .box_right a {
      font-size: 14px; }
  .footer .wrap .box_phone {
    margin-bottom: 13px; }
    .footer .wrap .box_phone .box_soc {
      display: inline-block;
      vertical-align: middle;
      margin-top: -4px; }
      .footer .wrap .box_phone .box_soc a {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
    .footer .wrap .box_phone .phone {
      font-size: 20px;
      font-family: MullerRegular;
      color: #000;
      display: inline-block;
      vertical-align: middle; }

@media (max-width: 1440px) {
  .footer .wrap {
    max-width: 1170px;
    padding: 34px 0 70px; }
    .footer .wrap .box_left .box {
      font-size: 12px;
      line-height: 22px; }
      .footer .wrap .box_left .box .zag {
        font-size: 16px;
        margin-bottom: 11px; }
      .footer .wrap .box_left .box ul li {
        margin-bottom: 8px; }
    .footer .wrap .box_right a {
      font-size: 12px; }
    .footer .wrap .box_phone {
      margin-bottom: 11px; }
      .footer .wrap .box_phone .box_soc {
        margin-top: -3px; }
        .footer .wrap .box_phone .box_soc a {
          margin-right: 8px; }
      .footer .wrap .box_phone .phone {
        font-size: 16px; } }

@media (max-width: 1199px) {
  .footer .wrap .box_left {
    width: 75%;
    max-width: 720px; } }

@media (max-width: 991px) {
  .footer .wrap {
    padding: 25px 0; }
  .footer .wrap .box_left {
    max-width: 600px; }
  .footer .wrap .box_left .box {
    width: auto;
    padding-right: 2%; }
  .footer .wrap .box_left .box:last-child {
    width: 36%;
    padding-right: 2%; }
  .footer .wrap .box_left .box:last-child {
    display: block; }
  .footer .wrap .box_left .box ul {
    padding: 0; }
  .footer .wrap .box_left .box ul li {
    margin-bottom: 4px; }
  .footer .wrap .box_left .box ul:first-child li:last-child {
    margin-bottom: 4px; } }

@media (max-width: 767px) {
  .footer .wrap {
    display: block;
    border: none;
    padding: 40px 0; }
  .footer .wrap .box_left {
    max-width: 100%;
    width: 100%;
    display: block;
    text-align: center; }
  .footer .wrap .box_left .box {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    font-size: 14px; }
  .footer .wrap .box_left .box:last-child {
    width: 100%;
    padding: 0; }
  .footer .wrap .box_left .box p {
    margin-bottom: 0; }
  .footer .wrap .box_right a {
    font-size: 14px; }
  .footer .wrap .box_right {
    text-align: center;
    margin-top: 25px; }
  .footer .wrap .box_left .box .zag {
    margin-bottom: 0; }
  .footer .wrap .box_phone {
    margin-bottom: 15px; } }

/*bg7*/
.bg7 {
  padding: 50px 0; }
  .bg7 .wrap {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .bg7 .wrap .inner {
      background-color: #1AA667;
      -webkit-border-radius: 38px;
              border-radius: 38px;
      padding: 70px 540px 65px 60px;
      overflow: hidden;
      position: relative; }
      .bg7 .wrap .inner .box_logo {
        display: block;
        position: absolute;
        top: 21px;
        right: 24px;
        z-index: 11;
        width: 123px;
        height: 123px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        overflow: hidden; }
        .bg7 .wrap .inner .box_logo img {
          height: 100%; }
      .bg7 .wrap .inner::after {
        content: "";
        background: url(../img/bg7/before.png) no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        width: 1308px;
        height: 538px;
        position: absolute;
        top: 0;
        left: 0; }
    .bg7 .wrap .box_zag {
      margin-bottom: 40px; }
      .bg7 .wrap .box_zag h2 {
        font-size: 50px;
        line-height: 64px;
        text-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
        color: #fff;
        margin-bottom: 25px; }
        .bg7 .wrap .box_zag h2::after {
          display: none; }
      .bg7 .wrap .box_zag p {
        color: rgba(255, 255, 255, 0.9);
        font-size: 20px; }
    .bg7 .wrap .box_btns {
      font-size: 0;
      margin-bottom: 45px; }
      .bg7 .wrap .box_btns a {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
        position: relative;
        z-index: 10;
        -webkit-filter: brightness(1);
                filter: brightness(1);
        -webkit-transform: translateZ(0px);
                transform: translateZ(0px); }
        .bg7 .wrap .box_btns a:last-child {
          margin-right: 0; }
        .bg7 .wrap .box_btns a:hover {
          -webkit-filter: brightness(2);
                  filter: brightness(2); }
    .bg7 .wrap .box_links {
      font-size: 0; }
      .bg7 .wrap .box_links a {
        display: inline-block;
        vertical-align: top;
        color: rgba(255, 255, 255, 0.9);
        font-size: 20px;
        line-height: 32px;
        text-decoration: underline;
        margin-right: 80px;
        position: relative;
        z-index: 10; }
        .bg7 .wrap .box_links a::after {
          content: "";
          background: url(../img/bg7/arrow.svg);
          width: 7px;
          height: 13px;
          position: absolute;
          top: 50%;
          right: -15px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
        .bg7 .wrap .box_links a:last-child {
          margin-right: 0; }
        .bg7 .wrap .box_links a:hover {
          color: #fff; }
    .bg7 .wrap .bg_img {
      position: absolute;
      bottom: 0;
      right: 150px;
      width: 480px;
      height: 629px;
      overflow: hidden;
      -webkit-border-radius: 38px 38px 0 38px;
              border-radius: 38px 38px 0 38px;
      z-index: 1; }
      .bg7 .wrap .bg_img::before {
        content: "";
        background: url(../img/bg7/main.png) no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        background-position: bottom;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 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) {
  .bg7 .wrap .inner::after {
    background: url(../img/bg7/before@2x.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .bg7 .wrap .bg_img::before {
    background: url(../img/bg7/main@2x.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: bottom; }
  .bg7 .wrap::after {
    background: url(../img/bg7/before@2x.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover; } }

@media (max-width: 1440px) {
  .bg7 {
    padding: 40px 0; }
    .bg7 .wrap {
      max-width: 1170px; }
      .bg7 .wrap .inner {
        padding: 60px 434px 55px 45px; }
        .bg7 .wrap .inner .box_logo {
          top: 18px;
          right: 20px;
          width: 104px;
          height: 104px; }
        .bg7 .wrap .inner::after {
          width: 100%;
          height: 100%; }
      .bg7 .wrap .box_zag {
        margin-bottom: 34px; }
        .bg7 .wrap .box_zag h2 {
          font-size: 52px;
          line-height: 56px;
          margin-bottom: 20px; }
        .bg7 .wrap .box_zag p {
          font-size: 16px; }
      .bg7 .wrap .box_btns {
        margin-bottom: 38px; }
        .bg7 .wrap .box_btns a {
          margin-right: 15px; }
          .bg7 .wrap .box_btns a img {
            max-height: 60px; }
      .bg7 .wrap .box_links a {
        font-size: 16px;
        line-height: 28px;
        margin-right: 70px; }
      .bg7 .wrap .bg_img {
        width: 408px;
        height: 534px; } }

@media (max-width: 1199px) {
  .bg7 .wrap .inner {
    padding: 50px 390px 50px 50px; }
  .bg7 .wrap .box_zag h2 {
    font-size: 34px;
    line-height: 46px; }
  .bg7 .wrap .bg_img {
    width: 320px;
    height: 435px; }
  .bg7 .wrap .box_links a {
    margin-right: 50px; } }

@media (max-width: 991px) {
  .bg7 .wrap {
    -webkit-border-radius: 38px;
            border-radius: 38px;
    overflow: hidden; }
  .bg7 .wrap .inner .box_logo {
    width: 85px;
    height: 85px;
    top: 18px;
    right: 18px; }
  .bg7 .wrap .bg_img {
    width: 290px;
    height: 380px;
    right: 100px; }
  .bg7 .wrap .inner {
    padding: 49px 250px 30px 50px; }
  .bg7 .wrap .box_zag {
    max-width: 81%; }
  .bg7 .wrap .box_btns a img {
    max-height: 50px; }
  .bg7 .wrap .box_btns {
    margin-bottom: 30px; }
  .bg7 .wrap .box_links a {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .bg7 {
    padding: 0; }
  .bg7 .wrap {
    padding: 0 0 250px;
    background-color: #1AA667;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .bg7 .wrap::after {
    content: "";
    background: url(../img/bg7/before@2x.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .bg7 .wrap .inner {
    padding: 115px 15px 40px;
    -webkit-border-radius: 0;
            border-radius: 0;
    text-align: center;
    background: transparent; }
  .bg7 .wrap .inner::after {
    display: none; }
  .bg7 .wrap .inner .box_logo {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .bg7 .row > div {
    padding: 0; }
  .bg7 .wrap .box_zag h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px; }
  .bg7 .wrap .box_zag {
    margin-bottom: 25px;
    text-align: center;
    max-width: 100%; }
  .bg7 .wrap .box_btns a {
    margin: 0 7px; }
  .bg7 .wrap .bg_img {
    left: 50%;
    height: 300px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: visible;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .bg7 .wrap .bg_img::before {
    left: 43%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .bg7 .wrap .box_links a {
    margin: 0 auto 20px; }
  .bg7 .wrap .box_links {
    max-width: 185px;
    margin: 0 auto; } }

@media (max-width: 479px) {
  .bg7 .wrap .box_btns a img {
    max-height: 40px; } }
