/**
 * * RESET
 * */ /**
 * * HELPER
 * */
.container {
  max-width: 1100px;
}

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: #68aefa;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.owl-dots {
  margin-top: 40px;
}

.points {
  font-size: 45px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
}

.owl-nav {
  position: absolute;
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: 40px;
  bottom: 80px;
}
.owl-nav button {
  width: 40px;
}

.beyond .owl-nav {
  width: 100%;
  right: 0;
  top: 40%;
}
.beyond .owl-nav .owl-prev {
  margin-left: -70px;
}
.beyond .owl-nav .owl-next {
  margin-right: -70px;
}
.beyond .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.beyond .owl-dots .owl-dot {
  width: 32px;
  height: 32px;
  background: #E7E7E7;
  margin-right: 8px;
}
.beyond .owl-dots .active {
  background: #003EB9;
}

.slider-control {
  content: "";
  position: absolute;
  display: block;
  background-size: auto;
  width: 40px;
  height: 40px;
  background: #003EB9;
  border-radius: 4px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  color: #000;
}
.slider-control i {
  color: #fff;
}

.img_nab {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.img_nab:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.content__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.crumbs {
  margin-bottom: 30px;
}
.crumbs-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: rgb(0, 0, 0);
}
.crumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.crumbs ul li {
  margin-right: 13px;
  color: rgb(0, 0, 0);
  font-size: 13px;
}
.crumbs ul li a {
  position: relative;
  font-size: 13px;
  font-style: italic;
  color: rgb(0, 0, 0);
}
.crumbs ul li a::after {
  content: "/";
  position: absolute;
  right: -8px;
}
.crumbs ul li span {
  font-style: italic;
}
.crumbs-location a {
  color: rgb(0, 0, 0);
  margin-left: 8px;
  border-bottom: 1px solid #000;
}
.crumbs-location a:hover {
  text-decoration: none;
}

.boldtext {
  font-weight: 900;
  font-size: 14px;
}

.bgtext {
  background: #dfeef8 !important;
}

.blackout {
  position: fixed;
  width: 100%;
  height: 100%;
  background: red;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.55s opacity, 0.55s visibility;
  -o-transition: 0.55s opacity, 0.55s visibility;
  transition: 0.55s opacity, 0.55s visibility;
}

.blackout-active {
  opacity: 0.62;
  visibility: visible;
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 22px;
  color: #003EB9;
  margin-bottom: 15px;
  display: block;
}

.title-1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #003EB9;
  margin-bottom: 15px;
  display: block;
}

.title-2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  color: #2a2a2a;
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 35px;
}

.title2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #003EB9;
}

.title3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
}

.subtitle {
  font-size: 15px;
  line-height: 25px;
  color: #5B5950;
}

.yellow {
  background: #003EB9 !important;
}

.green {
  background: #35B749 !important;
}

.mob {
  display: none !important;
}

.w-100 {
  width: 100% !important;
}

.pogination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pogination a {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.breadcrumbs {
  background: #003EB9;
}
.breadcrumbs-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs-cont i {
  margin-right: 5px;
  margin-left: 10px;
}
.breadcrumbs-cont a {
  color: #fff;
  font-size: 15px;
  padding: 20px 3px;
  display: block;
}

@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
}
@media (max-width: 700px) {
  .crumbs {
    display: none;
  }
  .owl-nav {
    bottom: 20px;
    right: 15px;
  }
}
@media (max-width: 700px) {
  .title {
    font-size: 24px !important;
    line-height: 32px;
  }
}
@media (max-width: 550px) {
  .slider-control {
    background-size: 20px;
  }
}
/**
 * * TYPOGRAPHY
 * */
/**
 * * GENERAL
 * */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: HelveticaNeueCyr;
  font-weight: 300;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}
a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

h2 {
  font-size: 30px;
}

.jGrowl-message {
  color: #fff;
}

/**
 * * FONTS
 * */
@font-face {
  font-family: HelveticaNeueCyr;
  src: url(../fonts/helvetica/helveticaneuecyr-roman.woff2);
  font-weight: 300;
}
@font-face {
  font-family: HelveticaNeueCyr;
  src: url(../fonts/helvetica/helveticaneuecyr-medium.woff2);
  font-weight: 500;
}
@font-face {
  font-family: HelveticaNeueCyr;
  src: url(../fonts/helvetica/helveticaneuecyr-medium.woff2);
  font-weight: 600;
}
@font-face {
  font-family: HelveticaNeueCyr;
  src: url(../fonts/helvetica/helveticaneuecyr-bold.woff2);
  font-weight: 700;
}
.form-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 482px;
  margin-bottom: 32px;
}
.form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-right: 8px;
}
.form .subtitle.subtitle-radios {
  margin-bottom: 16px;
}
.form-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 410px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}
.form-radios label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-radios label input {
  margin-right: 8px;
}

.agreement {
  cursor: pointer;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.agreement input {
  margin-right: 8px;
}

@media (max-width: 600px) {
  .form-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-radios {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-radios label {
    margin-bottom: 16px;
  }
  .agreement {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
/**
 * * Input
 * */
.input {
  max-width: 237px;
  height: 56px;
  margin-bottom: 16px;
  padding-left: 16px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  line-height: 20px;
  font-size: 13px;
}

@media (max-width: 600px) {
  .input {
    width: 100%;
    max-width: none;
  }
}
/**
 * * Checkbox
 * */
.checkbox {
  position: relative;
  width: 18px;
  cursor: pointer;
  height: 18px;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  outline: none;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  margin-right: 6px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  border-radius: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.checkbox:checked:after {
  content: "";
  background-image: url("../img/Icon_g.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 10px;
  position: absolute;
  margin: auto;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.checkbox + label {
  cursor: pointer;
}

/**
 * * Radio
 * */
.radio {
  position: relative;
  width: 24px;
  cursor: pointer;
  height: 24px;
  border: 2px solid #E7E7E7;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  margin-right: 6px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.radio:checked {
  border: 6px solid #FFC700;
}

/**
 * * Select2
 * */
/**
 * * Rangeslider
 * */
/**
 * * Toggle
 * */
.button {
  display: block;
  width: 192px;
  height: 56px;
  background: #003EB9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  font-weight: 400;
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.button:hover {
  background: #1760f3;
  color: #fff;
}
.button--blesk {
  position: relative;
  overflow: hidden;
}
.button--blesk::before {
  content: "";
  width: 23px;
  height: 84px;
  background: #FFFFFF;
  -webkit-filter: blur(14px);
          filter: blur(14px);
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
.button--blesk span {
  display: block;
  position: relative;
}
.button-white {
  padding: 10px 18px 6px;
  background: #E7E7E7;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
}
.button-yellow {
  padding: 10px 18px 6px;
  background: #FFC700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
}
.button-yellow:hover {
  background: #E7E7E7;
  color: #000;
}
.button-more {
  padding: 16px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.button-more img {
  margin-right: 8px;
}

.buttonsmall {
  width: 40px;
  height: 40px;
  background: #FFC700;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  color: #000;
}
.buttonsmall .fa {
  padding-bottom: 5px;
}

.smbutton {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 12px;
  padding-top: 6px;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  background: #FFC700;
  border-radius: 4px;
  font-weight: 400;
}

.items-item--item2 {
  margin-bottom: 30px;
}
.items-item_cont {
  background: #fff;
  overflow: hidden;
}
.items-item_cont2 {
  padding-top: 20px;
  padding-bottom: 24px;
}
.items-item_cont2 .button {
  padding: 12px;
}
.items-item_cont2 .title2 {
  margin-bottom: 14px;
}
.items-item_cont2 img {
  width: auto !important;
}
.items-item_img {
  padding-top: 70%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: relative;
}
.items-item_img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.items-item_img:hover::before {
  background: rgba(0, 0, 0, 0.3803921569);
}
.items-item_img::before {
  content: "";
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.items-item_img__cont {
  overflow: hidden;
}
.items-item--photo {
  position: relative;
}
.items-item--photo .items-item_cont {
  position: relative;
}
.items-item--photo .items-item_cont::before {
  content: "";
  display: block;
  width: 100%;
  height: 155px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.items-item--photo .items-item_img {
  padding-top: 160%;
}
.items-item--photo .items-item_cont2 {
  padding: 0;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.items-item--photo .subtitle {
  margin-bottom: 0 !important;
}

.more {
  padding: 30px;
  background: #F3F4F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/**
 * * List
 * */
/**
 * * Modal
 * */
.mymodal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4196078431);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.55s opacity, 0.55s visibility;
  -o-transition: 0.55s opacity, 0.55s visibility;
  transition: 0.55s opacity, 0.55s visibility;
  z-index: 9;
}
.mymodal-close {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #FFC700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
}
.mymodal--active {
  opacity: 1;
  visibility: visible;
}
.mymodal-cont {
  position: absolute;
  max-width: 600px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100px;
  min-height: 100px;
  padding: 25px;
  background: #fff;
  border-radius: 16px;
  padding-bottom: 40px;
}
.mymodal-cont .title3 {
  margin-bottom: 13px;
}
.mymodal-cont .title3 img {
  margin-left: 35px;
}
.mymodal-cont .subtitle {
  margin-bottom: 13px;
}
.mymodal-content_item__img {
  padding-top: 78%;
  position: relative;
  border: 1px solid #d9d9d9;
}
.mymodal-content_item__img__cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mymodal-content_item__img__cont img {
  width: 100%;
  height: 100%;
  max-width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.mymodal-title {
  font-size: 20px;
  color: rgb(66, 66, 66);
  margin-bottom: 20px;
}
.mymodal-art {
  font-size: 13px;
  color: rgb(66, 66, 66);
  font-style: italic;
  margin-bottom: 20px;
}
.mymodal-price {
  font-size: 20px;
  color: rgb(231, 20, 13);
  margin-bottom: 20px;
}
.mymodal-subtitle {
  font-size: 13px;
  color: rgb(66, 66, 66);
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .mymodal .col-md-5 {
    max-width: 200px;
    margin: 0 auto;
  }
  .mymodal-cont .row {
    overflow-y: auto;
    max-height: 400px;
  }
}
/**
 * * Callback modal
 * */
/**
 * * Menu
 * */
/**
 * * Mobile menu
 * */
/**
 * * HEADER
 * */
.header-line {
  background: #fff;
}
.header-line_cont {
  height: 114px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-line_logo {
  max-width: 130px;
}
.header-line_logo img {
  width: 100%;
}
.header-line_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-line_right__item {
  padding: 0 20px;
  border-right: 1px solid #e9ecf2;
  position: relative;
}
.header-line_right__item .title2 {
  margin-bottom: 10px;
}
.header-button {
  display: none;
}
.header-menu {
  background: #003EB9;
}
.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-menu ul a {
  color: #fff;
  font-size: 15px;
  padding: 20px 25px;
  display: block;
}
.header-menu ul a:hover {
  background: #1760f3;
}

@media (max-width: 900px) {
  .header-line_cont {
    height: 75px;
  }
  .header-line_right {
    display: none;
  }
  .header-button {
    display: block;
    font-size: 38px;
  }
  .header-menu {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 3;
    width: 100%;
  }
  .header-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/**
 * * FOOTER
 * */
.footer {
  background: #003EB9;
}
.footer-cont {
  padding: 35px 0;
}
.footer-cont .subtitle {
  color: #fff;
}

@media (max-width: 600px) {
  .footer-cont {
    padding-bottom: 0;
  }
  .footer .subtitle {
    margin-bottom: 30px;
    text-align: right;
  }
}
/**
 * * INDEX
 * */
/**
 * * homeslider
 * */
.homeslider {
  margin-bottom: 100px;
}
.homeslider-cont {
  height: 600px;
}
.homeslider-item {
  padding-top: 85px;
  height: 600px;
}
.homeslider-item_bg {
  width: 100%;
  background-image: url("../img/iStock-178494920.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 55% 100%, 44% 80%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 55% 100%, 44% 80%, 0 80%);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.homeslider-title {
  font-weight: 400;
  line-height: 48px;
  max-width: 655px;
  color: #fff;
  text-shadow: 2px 2px 12px #000000;
  font-size: 40px;
}
.homeslider-subtitle {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  max-width: 400px;
  margin-bottom: 24px;
}

@media (max-width: 700px) {
  .homeslider-cont {
    height: 600px;
  }
  .homeslider-item {
    padding-top: 200px;
  }
  .homeslider-item_bg {
    -webkit-clip-path: none;
            clip-path: none;
  }
  .homeslider-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .homeslider-title {
    position: absolute;
    bottom: 80px;
    left: 0;
    padding: 20px;
    font-size: 35px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
/**
 * * choice
 * */
.choice {
  margin-bottom: 80px;
}
.choice .subtitle {
  margin-bottom: 24px;
}
.choice-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.choice-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.choice-buttons ul li:last-of-type {
  margin-left: auto;
}
.choice-buttons ul li .active {
  background: #FFC700;
}
.choice-buttons ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 114px;
  height: 36px;
  border-radius: 4px;
  color: #000;
  background: #E7E7E7;
  font-size: 14px;
  margin-right: 8px;
  font-weight: 400;
}
.choice-items_item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.choice-items_item__bg {
  background-image: url("../img/Rectangle18.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70%;
  border-radius: 24px;
  padding-left: 36px;
  position: relative;
  width: 100%;
}
.choice-items_item__bg::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5137254902);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.choice-items_item__cont {
  position: absolute;
  left: 0;
  top: 0;
  padding: 24px;
  width: 100%;
  height: 100%;
}
.choice-items_item__tongue {
  width: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.choice-items_item__tongue a {
  width: 40px;
  height: 27px;
  font-size: 12px;
  color: #000;
  font-weight: 400;
}
.choice-items_item__content {
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.choice-items_item__content__title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 22px;
}
.choice-items_item__content__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.choice-items_item__content__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.choice-items_item__content__time__item {
  width: 96px;
  line-height: 27px;
  padding-top: 3px;
  background: rgba(231, 231, 231, 0.4);
  border-radius: 4px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 4px;
  color: #fff;
  font-weight: 400;
}
.choice-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.choice-more a {
  color: #000;
  font-weight: 400;
}

@media (max-width: 500px) {
  .choice-items {
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .choice-items_item__bg {
    padding-top: 95%;
  }
  .choice-items .col-md-4 {
    padding: 0;
    margin: 0;
  }
}
/**
 * * questions
 * */
.questions {
  margin-top: 92px;
  margin-bottom: 129px;
}
.questions .col-md-4 {
  margin-bottom: 16px;
}
.questions-item {
  background: #fff;
  padding: 36px;
  height: 100%;
  border-radius: 24px;
}
.questions-item .title2 {
  margin-bottom: 8px;
}

@media (max-width: 500px) {
  .questions {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/**
 * * bonus
 * */
.bonus {
  margin-bottom: 120px;
}
.bonus-cont {
  padding-top: 118px;
  padding-left: 56px;
  background-image: url("../img/bg_99.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  height: 406px;
}
.bonus-cont .title {
  font-size: 40px;
  color: #fff;
  max-width: 580px;
}
.bonus-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bonus-info .button {
  margin-right: 28px;
}
.bonus-info_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bonus-info_text img {
  margin-right: 16px;
}
.bonus-info_text span {
  display: block;
  max-width: 251px;
  color: #fff;
}

@media (max-width: 600px) {
  .bonus {
    margin-bottom: 60px;
  }
  .bonus-cont {
    height: 570px;
    padding-left: 24px;
    padding-top: 48px;
    padding-right: 35px;
    background-image: url("../img/bg_99_2.png");
  }
  .bonus .title {
    margin-bottom: 13px;
  }
  .bonus-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bonus-info .subtitle {
    margin-bottom: 24px;
  }
  .bonus-info img {
    display: none;
  }
}
/**
 * * reviews
 * */
.reviews {
  margin-bottom: 100px;
}
.reviews-mobbutton {
  display: none;
}
.reviews .subtitle {
  margin-bottom: 18px;
}
.reviews .title {
  font-size: 20px !important;
}
.reviews .items .subtitle {
  margin-bottom: 8px;
}
.reviews .items .title2 {
  margin-bottom: 8px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews .items .owl-dots {
  margin-top: 40px;
}

@media (max-width: 550px) {
  .reviews {
    margin-bottom: 60px;
  }
  .reviews .row .col-md-2 {
    display: none;
  }
  .reviews-mobbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
  .reviews-mobbutton .button {
    padding: 16px 24px;
    height: auto;
  }
}
/**
 * * counter
 * */
.counter {
  margin-top: -75px;
}
.counter-items {
  max-width: 550px;
}
.counter-items_item {
  max-width: 132px;
}
.counter-items_item__title {
  font-size: 24px;
  font-weight: 700;
}
.counter-items_item__subtitle {
  font-size: 14px;
}

@media (max-width: 1000px) {
  .counter {
    margin-top: 20px;
  }
  .counter-items {
    max-width: none;
  }
  .counter-items .col-6 {
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .counter-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .counter-items_item {
    max-width: none;
    background: #fff;
    padding: 16px;
    border-radius: 16px;
  }
  .counter-items_item__subtitle {
    font-size: 14px;
  }
}
/**
 * * onas
 * */
.onas {
  background-image: url("../img/123333.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 75px;
  width: 100%;
  margin-bottom: 100px;
}
.onas-cont {
  padding-top: 60px;
}
.onas-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.onas-left span {
  color: #fff;
  font-weight: bold;
  font-size: 49px;
  line-height: 60px;
}
.onas-right {
  padding-top: 50px;
  padding-bottom: 50px;
  border-left: 1px solid #fff;
  padding-left: 40px;
}
.onas-right_title {
  font-size: 45px;
  font-family: "BebasNeueBold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 35px;
}
.onas-right_subtitle {
  font-size: 13px;
  font-family: "OpenSans";
  color: rgb(255, 255, 255);
  line-height: 1.2;
}

@media (max-width: 1100px) {
  .onas {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .onas-cont {
    padding-top: 0;
  }
  .onas-left img {
    width: 70px;
  }
  .onas-left span {
    font-size: 29px;
    line-height: 33px;
  }
  .onas-right {
    padding-left: 15px;
    border: none;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .onas-right_title {
    margin-bottom: 25px;
    font-size: 33px;
    line-height: 1;
  }
}
/**
 * * wework
 * */
.wework-title {
  font-size: 45px;
  font-family: "BebasNeueBold";
  color: rgb(40, 40, 40);
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
.wework-item {
  text-align: center;
}
.wework-item img {
  margin-bottom: 50px;
}
.wework-reviews {
  margin-bottom: 140px;
}
.wework-reviews_cont {
  padding: 0 80px;
}
.wework-reviews .slider-control {
  right: 65px;
}
.wework-reviews .slider-control-left {
  left: -80px;
}
.wework-reviews_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wework-reviews_item__left {
  padding-top: 75px;
  min-width: 85px;
}
.wework-reviews_item__title {
  font-size: 18px;
  font-family: "OpenSans";
  color: rgb(40, 40, 40);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 35px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wework-reviews_item__title img {
  width: 120px !important;
  margin-right: 10px;
}
.wework-reviews_item__subtitle {
  border-bottom: 1px solid #ccc;
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "OpenSans";
  color: rgb(40, 40, 40);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wework-reviews_item__subtitle img {
  width: 50px !important;
  margin-right: 20px;
  display: none !important;
}
.wework-reviews_item__text {
  padding-left: 30px;
  font-size: 13px;
  font-family: "OpenSans";
  color: rgb(40, 40, 40);
  line-height: 1.2;
}

@media (max-width: 767px) {
  .wework-title {
    font-size: 35px;
    line-height: 1;
  }
}
@media (max-width: 700px) {
  .wework-reviews .owl-nav {
    top: auto;
    bottom: -70px;
  }
  .wework-reviews .slider-control {
    right: 30%;
  }
  .wework-reviews .slider-control-left {
    left: 40%;
  }
  .wework-reviews_cont {
    padding: 0;
  }
  .wework-reviews_item__left {
    display: none;
  }
  .wework-reviews_item__subtitle {
    font-size: 14px;
  }
  .wework-reviews_item__subtitle img {
    display: block !important;
  }
}
/**
 * * who
 * */
.who {
  margin-bottom: 120px;
}
.who-item {
  margin-bottom: 65px;
}
.who-item_cont {
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.who-item_img {
  margin-bottom: 20px;
}
.who-item_title {
  font-size: 20px;
  font-family: "BebasNeueBold";
  color: rgb(40, 40, 40);
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.who-item_title span {
  font-size: 30px;
}
.who-item_subtitle {
  font-size: 13px;
  font-family: "OpenSans";
  color: rgb(40, 40, 40);
  line-height: 1.2;
}

@media (max-width: 767px) {
  .who {
    margin-bottom: 60px;
  }
}
/**
 * * CART
 * */
.cart {
  margin-bottom: 50px;
}
.cart-title {
  font-size: 60px;
  font-family: "BebasNeueBold";
  color: #282828;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 20px;
}
.cart-content {
  margin-bottom: 30px;
}
.cart-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-bottom_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cart-bottom_price {
  font-size: 30.519px;
  color: rgb(40, 40, 40);
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "BebasNeueBold";
  margin-right: 15px;
}
.cart-bottom_price::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: #000;
  margin-left: 14px;
}
.cart-bottom_button {
  cursor: pointer;
  border-radius: 3px;
  background-color: #007bbb;
  width: 275px;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  font-family: BebasNeueBold;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}
.cart-bottom_button i {
  font-style: normal;
  color: #fff;
  margin-left: 8px;
}
.cart-bottom span {
  display: block;
  position: absolute;
  bottom: -28px;
  left: 15px;
  font-size: 13px;
  font-family: "OpenSans";
  color: rgb(40, 40, 40);
}
.cart-bottom span a {
  color: rgb(40, 40, 40);
  font-weight: 800;
}

@media (max-width: 550px) {
  .cart-title {
    font-size: 40px;
  }
  .cart-bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart-bottom_price::after {
    display: none;
  }
  .cart-bottom_button {
    width: 125px;
    height: 40px;
    font-size: 20px;
  }
  .cart-bottom_button i {
    display: none;
  }
  .cart-bottom span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 250px;
    margin-top: 20px;
    top: 25px;
    left: 0;
  }
}
section .all {
  width: 100%;
  height: auto;
  display: inline-block;
}

section .all .slider {
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}

section .all .slider .owl-nav, section .all .slider .owl-dots {
  display: none;
}

section .all .slider:hover .left {
  visibility: visible;
  opacity: 1;
  left: 20px;
}

section .all .slider:hover .right {
  visibility: visible;
  opacity: 1;
  right: 20px;
}

section .all .slider .item-box {
  padding: 20px;
  overflow: hidden;
  width: 100%;
  height: 400px;
  position: relative;
  border-radius: 3px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

section .all .slider .item-box:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
}

section .all .slider .left {
  position: absolute;
  z-index: 1;
  top: 167px;
  left: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

section .all .slider .left:hover {
  visibility: visible;
  opacity: 1;
  left: 20px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

section .all .slider .left.nonl {
  left: -20px;
  opacity: 0;
  visibility: hidden;
}

section .all .slider .right {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 167px;
  right: -20px;
  width: 40px;
  height: 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

section .all .slider .right:hover {
  visibility: visible;
  opacity: 1;
  right: 20px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

section .all .slider .right.nonr {
  right: -20px;
  opacity: 0;
  visibility: hidden;
}

section .all .slider-two {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

section .all .slider-two .owl-nav, section .all .slider-two .owl-dots {
  display: none;
}

section .all .slider-two:hover .left-t {
  visibility: visible;
  opacity: 1;
  left: 3px;
}

section .all .slider-two:hover .right-t {
  visibility: visible;
  opacity: 1;
  right: 3px;
}

section .all .slider-two .item {
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
  height: 65px;
  border-radius: 3px;
  margin: 3px;
  cursor: pointer;
  background-size: cover;
}

section .all .slider-two .owl-stage {
  padding: 20px 0;
}

section .all .slider-two .left-t {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 23px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
  width: 40px;
  height: 95px;
  left: -40px;
}

section .all .slider-two .left-t:hover {
  visibility: visible;
  opacity: 1;
  left: 3px;
}

section .all .slider-two .left-t.nonl-t {
  left: -40px;
  opacity: 0;
  visibility: hidden;
}

section .all .slider-two .right-t {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 23px;
  right: -40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.25s;
  -o-transition: all ease 0.25s;
  transition: all ease 0.25s;
  width: 40px;
  height: 95px;
  background-color: rgba(204, 46, 56, 0.85);
}

section .all .slider-two .right-t:hover {
  visibility: visible;
  opacity: 1;
  right: 3px;
}

section .all .slider-two .right-t.nonr-t {
  right: -40px;
  opacity: 0;
  visibility: hidden;
}

/**
 * * category
 * */
.category {
  margin-bottom: 50px;
}
.category-title {
  font-size: 45px;
  font-family: "BebasNeueBold";
  color: rgb(40, 40, 40);
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
}
.category-subtitle {
  font-size: 13px;
  font-family: "OpenSans";
  color: rgb(40, 40, 40);
  line-height: 1.2;
  margin-bottom: 35px;
}
.category-item {
  padding-top: 30px;
  margin-bottom: 30px;
}
.category-item_left__img {
  padding-top: 60%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.category-item_left__img img {
  display: none;
}
.category-item_left__img__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}
.category-item_left__img__cont {
  position: absolute;
  left: 20px;
  top: 20px;
}
.category-item_left__img__text {
  font-size: 22px;
  font-family: "BebasNeueBold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.081;
  font-weight: 600;
  padding-bottom: 15;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
.category-item_left__img__price {
  font-size: 35px;
  font-family: "BebasNeueBold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 0.684;
  font-weight: 600;
}
.category-item_rigt__cont {
  padding-left: 15px;
}
.category-item_rigt__cont li {
  margin-bottom: 20px;
}
.category-item_rigt__cont li span {
  font-size: 13px;
  font-family: "OpenSans";
  color: rgb(40, 40, 40);
  font-weight: bold;
}
.category-item_rigt__button a {
  border-radius: 3px;
  background-color: rgb(0, 123, 187);
  width: 275px;
  height: 61px;
  font-size: 25px;
  font-family: "BebasNeueBold";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 550px) {
  .category-title {
    font-size: 35px;
    text-align: center;
  }
}
/**
 * * TVCART
 * */
/**
 * * service
 * */
/**
 * * answer
 * */
.answer {
  margin-bottom: 113px;
}
.answer-cont {
  background: #fff;
  padding: 0 60px;
  border-radius: 14px;
}
.answer-img {
  margin-top: -30px;
  margin-left: -60px;
}
.answer .title {
  margin-top: 50px;
  margin-bottom: 24px;
  max-width: 559px;
}
.answer .subtitle {
  margin-bottom: 24px;
}
.answer-form_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.answer-form_input {
  margin-right: 8px;
}
.answer-form_input label {
  margin-bottom: 4px;
}
.answer-form_checbox {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.answer-form_checbox .subtitle {
  margin: 0;
  margin-left: 8px;
}
.answer-form_buts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.answer-form_buts__icon {
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  background: #29A9EB;
  padding: 16px;
  margin-right: 8px;
  border-radius: 4px;
}
.answer-form_buts__icon--green {
  background: #35B749;
}
.answer-form_buts__icon img {
  margin-right: 8px;
}

@media (max-width: 960px) {
  .answer-img {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 46px;
  }
}
@media (max-width: 570px) {
  .answer-img {
    margin-top: 17px;
    padding: 20px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .answer-img img {
    width: 100%;
  }
  .answer-cont {
    padding: 32px 24px;
    padding-bottom: 0;
  }
  .answer-cont .title {
    margin-top: 0;
  }
  .answer-form_inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .answer-form_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .answer-form_input .input {
    width: 100%;
    max-width: none;
  }
  .answer-form_buts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .answer-form_buts__icon {
    width: 100%;
    margin-bottom: 8px;
  }
}
/**
 * * why
 * */
.why {
  margin-bottom: 100px;
}
.why .title {
  margin-bottom: 8px;
}
.why .subtitle {
  margin-bottom: 19px;
  max-width: 540px;
}
.why-slider .owl-stage, .why-slider .owl-stage .owl-item, .why-slider .owl-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.why-slider .owl-item {
  padding-top: 35px;
  padding-left: 18px;
}
.why-slider .owl-item:nth-child(2n) .why-slider_item {
  background: #5FB1BD;
}
.why-slider_item {
  background: #FFC700;
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.why-slider_item__img {
  margin-top: -41px;
  margin-left: -26px;
}
.why-slider_item__img img {
  width: auto !important;
}
.why-slider_item__text {
  padding-top: 36px;
  padding-right: 35px;
}
.why-slider_item__text .title2 {
  font-size: 18px;
  margin-bottom: 8px;
}
.why-slider .owl-dots {
  margin-top: 40px;
}

@media (max-width: 600px) {
  .why-slider_item {
    padding: 36px 12px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .why-slider_item__img {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .why-slider_item__img img {
    width: 100% !important;
  }
}
@media (max-width: 600px) {
  .why-slider_item__text {
    padding: 0;
  }
  .why-slider .owl-item {
    padding-top: 0;
    padding-left: 0;
  }
}
/**
 * * accordion
 * */
.accordion {
  margin-bottom: 175px;
}
.accordion-cont .title {
  text-align: center;
  margin-bottom: 40px;
}
.accordion-cont_item {
  background: #fff;
  border-radius: 14px;
  padding: 0 24px;
  margin-bottom: 16px;
}
.accordion-cont_item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.accordion-cont_item .subtitle {
  max-width: none;
  padding-bottom: 46px;
  display: none;
}
.accordion-cont_item .buttonsmall {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.active .buttonsmall {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 767px) {
  .accordion {
    margin-bottom: 60px;
  }
}
/**
 * * time
 * */
.time {
  margin-bottom: 100px;
}
.time-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.time-items_item .title {
  margin-bottom: 8px;
}
.time-items_item .subtitle {
  max-width: none;
  padding-right: 50px;
  margin-bottom: 24px;
}
.time-items_item:first-child {
  max-width: 582px;
}
.time-items_item .button {
  padding: 18px 36px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 32px;
}
.time-items_item__img img {
  width: 108%;
}

@media (max-width: 900px) {
  .time {
    margin-bottom: 60px;
  }
  .time-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .time-items_item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 600px;
    margin: 0 auto;
  }
  .time-items_item__img img {
    width: 100%;
  }
}
/**
 * * problems
 * */
.problems {
  margin-bottom: 100px;
}
.problems .title {
  text-align: center;
  margin-bottom: 40px;
}
.problems-item {
  border-radius: 16px;
  background: #fff;
  margin-bottom: 24px;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 96px;
}
.problems-item img {
  margin-right: 16px;
}

@media (max-width: 800px) {
  .problems {
    margin-bottom: 60px;
  }
  .problems-item {
    height: 150px;
  }
}
/**
 * * services
 * */
.services-mobbut {
  display: none;
}
.services > .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services .title {
  margin-bottom: 8px;
}
.services .subtitle {
  max-width: 525px;
  margin-bottom: 32px;
}
.services-item {
  border-radius: 14px;
  background-color: #fff;
  padding-top: 63px;
  padding-left: 40px;
  padding-bottom: 77px;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  color: #000;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.services-item--bg::before {
  content: "";
  background-image: url(../img/Mask_group.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: 0;
  background-position: right;
}
.services-item--blue {
  background-color: #5FB1BD;
  color: #fff;
}
.services-item--blue .subtitle {
  margin-bottom: 56px;
  max-width: 475px;
}
.services-item--blue2 {
  color: #fff;
  background-color: #1681F8;
}
.services-item .smbutton {
  margin-bottom: 14px;
}
.services-item .title3 {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.services-item .subtitle {
  max-width: 295px;
}
.services-item a.subtitle {
  color: #fff;
}
.services-item a.subtitle img {
  margin-bottom: 2px;
  margin-left: 8px;
  padding-top: 3px;
}
.services-item_block {
  color: #000;
  max-width: 322px;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 24px 20px;
}
.services-item_block .subtitle {
  color: #5B5950;
  margin-bottom: 16px;
}
.services-item_block--bg {
  position: absolute;
  right: -161px;
  top: 76px;
  height: 166px;
  opacity: 0.6;
}
.services-item_block--bg .subtitle {
  margin-bottom: 6px;
}
.services-item_block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services-item_block__title .title3 {
  max-width: 145px;
}
.services-item_block__img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services-item_block__img img {
  height: 100%;
}
.services-item_block .button {
  width: 111px;
  height: 34px;
  font-weight: 400;
  font-size: 10px;
}
.services-item_button {
  padding-bottom: 0;
}
.services-item_button a.subtitle, .services-item_button .fa {
  color: #000;
}
.services-item_button__img img {
  position: relative;
  z-index: 1;
}
.services-item_button__img span {
  display: block;
  width: 92px;
  height: 92px;
  border-radius: 14px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 184px;
  z-index: 2;
}
.services-item_button__img .right {
  left: auto;
  right: 65px;
  top: 66px;
  z-index: 0;
}
.services-item_button__cont {
  padding-right: 60px;
}

@media (max-width: 992px) {
  .services {
    margin-bottom: 60px;
  }
  .services-mobbut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
  .services-cont .row .button {
    display: none;
  }
  .services-item {
    padding-bottom: 22px;
    padding-top: 33px;
    padding-left: 24px;
    height: 479px;
    margin-bottom: 16px;
  }
  .services-item_block {
    margin-left: 110px;
  }
  .services-item_block--bg {
    display: none;
  }
  .services-item_button {
    padding: 0;
  }
  .services-item_button--b {
    position: absolute;
    bottom: 0;
  }
  .services-item_button__cont {
    padding: 32px 24px;
  }
  .services-item_button .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .services-item_button .row .subtitle {
    margin-bottom: 24px;
  }
  .services-item_button__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .services-item_button__img img {
    width: 280px;
  }
  .services-item_button__img span {
    top: 80px;
    left: 25px;
  }
  .services-item_button__img span img {
    width: auto;
  }
  .services-item_button__img .right {
    left: auto;
    right: 25px;
    top: 22px;
  }
}
/**
 * * infoproducts
 * */
.infoproducts {
  margin-bottom: 100px;
}
.infoproducts-cont .items .owl-stage, .infoproducts-cont .items .owl-stage .owl-item, .infoproducts-cont .items .owl-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.infoproducts-cont .subtitle {
  margin-bottom: 40px;
}
.infoproducts-cont .items-item {
  margin-bottom: 30px;
}
.infoproducts-cont .items-item_cont {
  height: 100%;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.infoproducts-cont .items-item_cont2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.infoproducts-cont .items-item_buttom {
  padding: 0 16px;
  position: absolute;
  bottom: 23px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.infoproducts-cont .items-item_buttom .button {
  padding: 6px 24px;
}
.infoproducts-cont .items-item_buttom__price {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  color: #9B9B9B;
}
.infoproducts-cont .items-item_buttom__price span {
  color: #9B9B9B;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: line-through;
}

@media (max-width: 767px) {
  .infoproducts {
    margin-bottom: 60px;
  }
}
/**
 * * banner
 * */
.banner {
  margin-bottom: 100px;
}
.banner-cont {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}
.banner-bg {
  padding-top: 56px;
  padding-left: 36px;
  background-image: url("../img/background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 406px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.banner-bg .title {
  max-width: 574px;
}
.banner-bg .title span {
  color: #FFC700;
}
.banner-bg .subtitle {
  max-width: 574px;
  margin-bottom: 24px;
}
.banner-bg_img {
  right: 98px;
  bottom: -36px;
  position: absolute;
}
.banner-content {
  padding: 21px 36px;
}
.banner-content .title3 {
  margin-bottom: 20px;
}
.banner-content .subtitle {
  padding-left: 36px;
  max-width: 220px;
  color: #5B5950;
  position: relative;
  margin-bottom: 24px;
}
.banner-content .subtitle::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FFC700;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 2px;
}

@media (max-width: 970px) {
  .banner-bg {
    height: 560px;
  }
  .banner-bg .title {
    font-size: 24px;
  }
  .banner-bg_img {
    bottom: -92px;
  }
}
@media (max-width: 600px) {
  .banner {
    margin-bottom: 60px;
  }
  .banner-bg {
    height: 460px;
    padding-top: 144px;
    padding-left: 24px;
  }
  .banner-bg::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    width: 100%;
    height: 100%;
  }
  .banner-bg .title {
    position: relative;
  }
  .banner-bg .subtitle {
    position: relative;
  }
  .banner-bg_img {
    display: none;
  }
}
/**
 * * consultation
 * */
.consultation {
  margin-bottom: 40px;
}
.consultation-cont {
  background: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
}
.consultation-cont .title {
  margin-bottom: 8px;
  max-width: 515px;
}
.consultation-cont .subtitle {
  max-width: 490px;
  margin-bottom: 32px;
}
.consultation-left {
  padding: 60px;
  padding-right: 0;
}
.consultation-right_cont {
  width: 100%;
  height: 100%;
  background-image: url("../img/Vienna_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 991px) {
  .consultation-left {
    padding-right: 109px;
  }
  .consultation-right {
    display: none;
  }
}
@media (max-width: 600px) {
  .consultation-left {
    padding: 25px 32px;
  }
}
/**
 * * bonus
 * */
.team {
  margin-bottom: 100px;
}
.team .subtitle {
  max-width: 540px;
}
.team-but {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.team .items {
  margin-top: 32px;
}

@media (max-width: 900px) {
  .team {
    margin-bottom: 60px;
  }
  .team-but {
    display: none;
  }
  .team .reviews-mobbutton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
  .team .reviews-mobbutton .button {
    padding: 16px 24px;
  }
}
/**
 * * team
 * */
.network {
  margin-bottom: 80px;
}
.network-cont {
  padding: 30px 45px;
  background: #fff;
  border-radius: 14px;
}
.network-cont .subtitle {
  margin-bottom: 4px;
  max-width: none;
}
.network-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (max-width: 991px) {
  .network {
    margin-bottom: 60px;
  }
  .network .title {
    text-align: center;
  }
  .network .subtitle {
    text-align: center;
    max-width: 294px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .network-cont {
    background: none;
  }
  .network-img {
    width: 84px;
    height: 84px;
    background: #fff;
    border-radius: 14px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .network-cont {
    padding: 0 10px;
  }
}
/**
 * * homebanner
 * */
.homebanner {
  margin-bottom: 48px;
}
.homebanner-cont {
  border-radius: 10px;
  background: #fff;
}
.homebanner-top {
  width: 100%;
  background-image: url("../img/Image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  content: "";
  display: block;
  height: 462px;
  position: relative;
  padding: 36px;
}
.homebanner-top_bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 196, 196, 0)), color-stop(0.01%, rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(top, rgba(196, 196, 196, 0) 0%, rgba(0, 0, 0, 0) 0.01%, #000000 100%);
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(0, 0, 0, 0) 0.01%, #000000 100%);
}
.homebanner-top_info {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.homebanner-top_info .title2 {
  color: #fff;
  margin-bottom: 8px;
}
.homebanner-top_info .title {
  max-width: 460px;
  color: #fff;
}
.homebanner-top_info .subtitle {
  max-width: 480px;
  color: #fff;
}
.homebanner-top_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.homebanner-top_items .yellow {
  color: #000;
}
.homebanner-top_item {
  margin-bottom: 5px;
}
.homebanner-top_item a {
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin-right: 8px;
  font-size: 12px;
  color: #fff;
  display: block;
}
.homebanner-top .tongue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.homebanner-top .tongue a {
  width: 40px;
  height: 27px;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  margin-right: 4px;
}
.homebanner-bot {
  padding: 36px;
}
.homebanner-bot .button {
  font-size: 12px;
}
.homebanner-bot .searc-form {
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  height: 48px;
}
.homebanner-bot .searc-form .button-yellow {
  padding: 10px 18px 6px;
}
.homebanner-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 26px;
}
.homebanner-items_item {
  margin-right: 36px;
  margin-bottom: 16px;
}
.homebanner-items_item .subtitle {
  color: #5B5950;
  margin-bottom: 4px;
}
.homebanner-items_item .subtitle:first-child {
  color: #000;
}
.homebanner-subtitle {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  max-width: 400px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .homebanner-top {
    height: 484px;
    padding: 36px 24px;
  }
  .homebanner .button-white {
    display: none;
  }
  .homebanner .button-yellow {
    padding: 16px 94px;
    margin: 0 auto;
  }
  .homebanner-items_item {
    width: 33%;
    margin-right: 0;
  }
  .homebanner .button--blesk {
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .homebanner-items_item {
    width: 100%;
    margin-right: 0;
  }
}
/**
 * * info
 * */
.info {
  margin-bottom: 100px;
}
.info-cont .title {
  text-align: center;
  margin-bottom: 40px;
}
.info-cont--gal .info-item_cont {
  padding: 0;
}
.info-cont--gal .info-item_cont {
  background: none;
}
.info-cont--gal .accordion-cont_item {
  background: none;
  padding: 0;
  margin-bottom: 20px;
}
.info-cont--gal .accordion-cont_item__title {
  background: #fff;
  padding: 24px;
}
.info-cont--gal .subtitle-head {
  background: #FFC700 !important;
  color: #000;
  font-weight: 400;
  height: 92px;
  border-radius: 14px;
}
.info-cont--gal .subtitle-head .row {
  height: 100%;
}
.info-cont--gal .subtitle {
  padding-bottom: 0;
  margin: 0;
}
.info-cont--gal .subtitle li {
  padding: 16px 24px;
  background: #F8F8F8;
}
.info-cont--gal .subtitle li .button-white {
  padding: 2px 19px;
  display: block;
  font-size: 12px;
  padding-top: 4px;
}
.info-cont--gal .subtitle li .subtitle {
  font-weight: 400;
  font-size: 14px;
}
.info-cont--gal .subtitle li:nth-child(2n) {
  background: #fff;
}
.info-cont--gal .subtitle li a:hover {
  color: #fff;
  background: #35B749;
}
.info .col-md-3 .subtitle {
  font-size: 12px;
}
.info-item_cont {
  border-radius: 8px;
  background: #fff;
  padding: 20px;
  margin-bottom: 48px;
  margin-bottom: 24px;
}
.info-item_cont a:hover {
  color: #5FB1BD;
}
.info-item_cont .title2 {
  margin-bottom: 24px;
}
.info-item .subtitle {
  color: #5B5950;
  display: block;
  max-width: none;
}
.info-item span.subtitle {
  color: #000;
  font-weight: 400;
}
.info-item:first-child .subtitle {
  margin-bottom: 24px;
}
.info-item .accordion-cont_item {
  padding: 0;
}
.info-item .accordion-cont_item .title3 {
  font-weight: 400;
  font-size: 14px;
}
.info-item .accordion-cont_item .subtitle {
  display: none;
  padding: 0;
  margin: 0;
}
.info-item .accordion-cont_item .buttonsmall {
  width: 24px;
  height: 24px;
}
.info-item .accordion-cont_item .buttonsmall .fa {
  font-size: 20px;
  padding-top: 5px;
}
.info-item .accordion-cont_item .accordion-cont_item__title {
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  padding: 15px 24px;
}
.info-item .accordion-cont_item ul {
  margin: 0;
}
.info-item .accordion-cont_item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 24px;
  background: #F8F8F8;
}
.info-item .accordion-cont_item ul li .button-white {
  padding: 2px 19px;
  display: block;
  font-size: 12px;
  padding-top: 4px;
}
.info-item .accordion-cont_item ul li .subtitle {
  font-weight: 400;
  font-size: 14px;
}
.info-item .accordion-cont_item ul li:nth-child(2n) {
  background: #fff;
}
.info-item .accordion-cont_item ul li a:hover {
  color: #fff;
  background: #35B749;
}
.info-item .active {
  border: 1px solid #E7E7E7;
  border-radius: 4px;
}
.info-item .active .accordion-cont_item__title {
  border: none;
}
.info-item .title3 {
  margin: 0;
}
.info-item .title4 {
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 400;
  color: #000;
}
.info-item_cont2 {
  padding-bottom: 16px;
}
.info-item_cont2 img {
  width: 100%;
}
.info-item_cont2 .title2 {
  margin-top: 48px;
  margin-bottom: 24px;
}
.info-item_cont2 ul li {
  font-size: 14px;
  color: #5B5950;
  margin-bottom: 20px;
  padding-left: 36px;
  position: relative;
}
.info-item_cont2 ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #FFC700;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 5px;
}
.info-item_cont2 span {
  border: 12px solid #FFC700;
  border-radius: 24px;
  padding: 36px;
  display: block;
}
.info-item_cont3 {
  padding-bottom: 36px;
}
.info-item_cont3 .title2 {
  margin-top: 0;
  margin-bottom: 24px;
}
.info-item_cont3 a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}
.info-item_cont3 a img {
  margin-right: 8px;
}
.info-item_cont3 a:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 900px) {
  .info-cont--gal .subtitle {
    overflow-x: auto;
  }
  .info-cont--gal .subtitle ul {
    width: 1000px;
  }
}
@media (max-width: 767px) {
  .info {
    margin-bottom: 60px;
  }
  .info .title3--gal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info .title3--gal span {
    margin-left: 0 !important;
  }
}
/**
 * * categories
 * */
.categories-cont {
  margin-bottom: 100px;
  background: #fff;
  border-radius: 14px;
  padding: 36px;
}
.categories .title2 {
  margin-bottom: 16px;
}
.categories-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}
.categories-items_item {
  margin-right: 8px;
  margin-bottom: 15px;
}
.categories-items_item a {
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: 300;
}
.categories-items2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.categories-items2_item {
  padding: 24px 0;
}
.categories-items2_item a {
  color: #000;
}
.categories-items2_item__href {
  color: #5B5950;
}
.categories-items2 .title2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}
.categories-items2 .subtitle {
  font-size: 12px;
}
.categories-items2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.categories-items2 a i {
  font-size: 20px;
  margin-top: -2px;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .categories {
    margin-bottom: 60px;
  }
  .categories-items2_item .d-flex {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .categories-items2_item__href {
    width: 200px;
    height: 55px;
    margin-top: 16px;
    font-size: 16px !important;
    color: #000 !important;
    background: #FFC700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
  }
  .categories-items2_item__href i {
    display: none;
  }
}
/**
 * * contacts
 * */
.contacts {
  margin-bottom: 36px;
  padding-top: 100px;
}
.contacts .title {
  margin-bottom: 24px;
  font-size: 20px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
  color: #2a2a2a;
}
.contacts-form {
  margin-bottom: 50px;
}
.contacts-form input {
  max-width: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  width: 100%;
}
.contacts .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8d8d8d;
}
.contacts .address i {
  color: #8d8d8d;
  margin-right: 10px;
}
.contacts .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8d8d8d;
}
.contacts .phone i {
  color: #8d8d8d;
  margin-right: 10px;
}
.contacts .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #8d8d8d;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts .email p {
  margin-bottom: 0;
  padding-top: 3px;
}
.contacts .email i {
  color: #8d8d8d;
  margin-right: 10px;
}

/**
 * * titleblock
 * */
.titleblock {
  margin-top: 35px;
  margin-bottom: 50px;
}
.titleblock .title {
  max-width: 875px;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .titleblock {
    margin-bottom: 60px;
  }
}
/**
 * * search
 * */
.search {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .search {
    margin-bottom: 60px;
  }
}
/**
 * * nopage
 * */
.nopage-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nopage-cont2 {
  position: relative;
}
.nopage-left {
  max-width: 426px;
  padding-bottom: 66px;
  position: relative;
  z-index: 2;
}
.nopage-left .title {
  margin-bottom: 15px;
}
.nopage-left .subtitle {
  margin-bottom: 25px;
}
.nopage-right {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-left: 140px;
}
.nopage .text {
  max-width: 300px;
  position: absolute;
  right: 0;
  bottom: 65px;
}

@media (max-width: 900px) {
  .nopage-cont {
    border-radius: 24px;
    background: #fff;
    min-height: 440px;
    overflow: hidden;
  }
  .nopage-cont2 {
    padding: 34px;
  }
  .nopage-bg {
    background: #F8F8F8;
    padding: 24px;
    height: 320px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nopage-bg img {
    width: 100%;
  }
  .nopage-left {
    padding-bottom: 0;
    max-width: none;
    text-align: center;
  }
  .nopage-left .button {
    margin: 0 auto;
  }
  .nopage-left .subtitle {
    max-width: none;
  }
  .nopage-right {
    bottom: auto;
    top: -250px;
    padding: 0;
    left: 0;
  }
  .nopage-right img {
    height: 250px;
  }
  .nopage .text {
    max-width: 320px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/**
 * * blog
 * */
.info {
  background-image: url("../img/1585773262_10-p-biznes-foni-dlya-saitov-55.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 58px 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.26;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.texts {
  padding-bottom: 200px;
}
.texts .title {
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.texts .subtitle {
  margin-bottom: 15px;
  font-size: 16px;
}
.texts img {
  max-width: 310px;
}
.texts .title-3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  color: #2a2a2a;
  margin-bottom: 20px;
}
.texts .subtitle {
  color: #8d8d8d;
}
.texts p {
  color: #8d8d8d;
}
.texts ol {
  padding-left: 40px;
}
.texts ol li {
  list-style-type: decimal;
  color: #8d8d8d;
}
.texts ul {
  padding-left: 40px;
}
.texts ul li {
  list-style-type: decimal;
  color: #8d8d8d;
  margin-bottom: 10px;
}
.texts ul li ul li {
  list-style-type: circle;
}
.texts-markets {
  padding-top: 80px;
}
.texts-markets img {
  margin-bottom: 30px;
}

.texts2 {
  padding-top: 80px;
}
.texts2 .title {
  margin-top: 0;
  font-size: 28px;
}

@media (max-width: 767px) {
  .blog {
    margin-bottom: 60px;
  }
}
/*# sourceMappingURL=map/main.css.map */
