html,
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #797979;
  background-color: #f6f6f5;
  overflow-x: hidden; }

img {
  max-width: 100%; }

.wrapper {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

h2 {
  color: #222;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 36px; }

h4 {
  color: #222;
  font-size: 12px;
  font-weight: 700; }

.btn {
  background-color: #f3b704;
  border-color: #f3b704; }
  .btn, .btn:hover, .btn:active, .btn:focus {
    color: #3e3e3e; }

.btn-main {
  font-size: 12px;
  font-weight: 700;
  border-radius: 10px;
  padding: 14px 60px; }
  .btn-main:hover {
    background-color: #ffc825;
    border-color: #ffc825; }
  .btn-main:not(:disabled):not(.disabled):active, .btn-main:not(:disabled):not(.disabled).active, .show > .btn-main.dropdown-toggle {
    background-color: #eba704;
    border-color: #eba704; }
  .btn-main:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(235, 167, 4, 0.2);
    box-shadow: 0 0 0 0.2rem rgba(235, 167, 4, 0.2); }

.fancybox-content {
  background: none;
  padding: 38px;
  overflow-x: hidden; }

.fancybox-close-small {
  width: 40px;
  height: 40px;
  color: #fff !important;
  padding: 0px !important; }

.fancybox-content-inner {
  background: #fff;
  padding: 35px 30px 60px; }

.header {
  background-image: url(../images/bg_header.png);
  background-position: top center; }
  @media (max-width: 1199px) {
    .header__logo a {
      display: inline-block;
      padding-right: 30px;
      border-right: 1px solid #bebebe; } }
  .header__container {
    padding-top: 27px;
    padding-bottom: 24px; }
  .header__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    font-size: 25px; }
  .header__time, .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .header-time__container, .header-phone__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-time__container i, .header-phone__container i {
      font-size: 15px;
      color: #f3b704;
      position: absolute;
      margin-left: -21px;
      top: 5px; }
    .header-time__container .right, .header-phone__container .right {
      position: relative; }
  .header-time__container {
    width: 203px; }
    .header-time__container .right {
      line-height: 24px; }
    @media (max-width: 1199px) {
      .header-time__container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; } }
  .header-phone__container .left {
    padding-top: 3px; }
  .header__tel {
    font-size: 18px;
    font-weight: 700; }
    .header__tel, .header__tel:hover {
      color: #222;
      text-decoration: none; }
  .header .callback-btn {
    color: #797979;
    border-bottom: 1px dashed;
    text-decoration: none; }
    .header .callback-btn:hover {
      border-bottom: none; }
  .header__main-menu {
    background: #4c4c4c; }
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .header__close-mobile-menu {
    margin: 8px 28px; }
  .header__hamburger i,
  .header__close-mobile-menu i {
    font-size: 32px;
    color: #1a1a18;
    cursor: pointer; }
  .header__mobile-menu {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 101;
    width: 100%;
    padding-right: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .header__mobile-menu.active {
      left: 15px; }
      .header__mobile-menu.active::before {
        opacity: 0.65;
        visibility: visible; }
    .header__mobile-menu .header__time {
      margin-top: 12px; }
    .header__mobile-menu .header__time,
    .header__mobile-menu .header__phone {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-bottom: 32px; }
    .header__mobile-menu .header-time__container,
    .header__mobile-menu .header-phone__container {
      position: relative;
      width: auto;
      padding-left: 52px; }
    .header__mobile-menu::before {
      content: ' ';
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #000;
      opacity: 0;
      visibility: hidden;
      z-index: 100;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
  .header__mobile-menu-wrapper {
    position: relative;
    background: #fff;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 102; }

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0; }
  .main-menu li a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    padding: 15px 26px;
    text-decoration: none; }
    .main-menu li a:hover {
      background: #f3b704;
      color: #1d1d1d; }
    @media (max-width: 740px) {
      .main-menu li a {
        padding: 15px 24px; } }
    @media (max-width: 712px) {
      .main-menu li a {
        padding: 15px 16px; } }
    @media (max-width: 630px) {
      .main-menu li a {
        padding: 15px 8px; } }

.mobile-menu {
  list-style: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eaeaea; }
  .mobile-menu li a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #1d1d1d;
    padding: 15px 34px 15px;
    text-decoration: none;
    border-bottom: 1px solid #eaeaea; }
    .mobile-menu li a:hover {
      background: #f3b704; }

.footer {
  background-color: #30302d; }
  .footer__top {
    padding-top: 53px;
    border-bottom: 1px solid #474744; }
  .footer__bottom {
    padding-top: 27px;
    padding-bottom: 24px; }
  .footer__logo, .footer__email, .footer__map, .footer__time, .footer__phone {
    margin-bottom: 44px; }
    @media (max-width: 575px) {
      .footer__logo, .footer__email, .footer__map, .footer__time, .footer__phone {
        margin-bottom: 30px; } }
  .footer__email, .footer__map, .footer__time, .footer__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 6px; }
    @media (max-width: 1199px) {
      .footer__email, .footer__map, .footer__time, .footer__phone {
        padding-left: 20px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .footer__email {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1199px) {
      .footer__email {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .footer-email__container, .footer-map__container, .footer-time__container, .footer-phone__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer-email__container i, .footer-map__container i, .footer-time__container i, .footer-phone__container i {
      font-size: 15px;
      color: #f3b704;
      position: absolute;
      margin-left: -21px;
      top: 5px; }
    .footer-email__container .right, .footer-map__container .right, .footer-time__container .right, .footer-phone__container .right {
      position: relative; }
  .footer-map__container .right {
    line-height: 24px; }
  .footer-time__container {
    width: 203px; }
    .footer-time__container .right {
      line-height: 24px; }
  .footer-phone__container .left {
    padding-top: 3px; }
  .footer__tel {
    font-size: 18px;
    font-weight: 700; }
    .footer__tel, .footer__tel:hover {
      color: #fff;
      text-decoration: none; }
  .footer__mailto, .footer__mailto:hover {
    color: inherit;
    text-decoration: none; }
  .footer .callback-btn {
    color: #797979;
    border-bottom: 1px dashed;
    text-decoration: none; }
    .footer .callback-btn:hover {
      border-bottom: none; }
  .footer__copyright a {
    color: inherit;
    text-decoration: underline;
    white-space: nowrap; }
    .footer__copyright a:hover {
      color: inherit;
      text-decoration: none; }
  @media (max-width: 575px) {
    .footer__copyright {
      margin-bottom: 20px; } }
  .footer__expansio {
    text-align: right; }
    @media (max-width: 575px) {
      .footer__expansio {
        text-align: left; } }

.main-banner {
  position: relative;
  height: 462px;
  max-height: 462px;
  overflow: hidden; }
  @media (max-width: 576px) {
    .main-banner {
      height: 380px;
      text-align: center; } }
  .main-banner__item, .main-banner__content, .main-banner__wrapper {
    height: inherit; }
  .main-banner__img {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    height: 100%; }
    @media (max-width: 1200px) {
      .main-banner__img {
        left: 40%; } }
    @media (max-width: 767px) {
      .main-banner__img {
        left: 22%; } }
    @media (max-width: 576px) {
      .main-banner__img {
        left: 80%; } }
    .main-banner__img img {
      max-width: none;
      max-height: 100%; }
  .main-banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 576px) {
      .main-banner__wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .main-banner__container {
    max-width: 50%; }
    @media (max-width: 576px) {
      .main-banner__container {
        max-width: none; } }
  .main-banner__text {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #222;
    line-height: 55px;
    margin-bottom: 36px; }
    .main-banner__text span {
      display: inline;
      background: rgba(255, 255, 255, 0.59); }

.products {
  background-color: #f4f2f3;
  background-image: url(../images/bg_products.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 104px; }
  .products__title {
    margin-bottom: 0; }
    @media (max-width: 575px) {
      .products__title {
        text-align: center;
        margin-bottom: 44px; } }
  .products__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 36px; }
    @media (max-width: 991px) {
      .products__tabs {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }

    .products__tabs .tab {
	    font-weight: 700;
	    font-size: 32px;
	    text-transform: uppercase;
	    font-family: 'Open Sans Condensed', sans-serif;
      color: inherit;
      display: inline-block;
      padding: 9px 0;
      margin: 0 38px -1px;
      border-bottom: 2px solid transparent; }
      .products__tabs .tab.active, .products__tabs .tab:hover {
        color: #222;
        border-bottom: 2px solid #f3b704;
        text-decoration: none; }

      @media (max-width: 991px) {
        .products__tabs .tab {
          margin: 0 0 -1px; } }
  .products__tabs-select-container {
    padding-top: 34px; }
  .products__tabs-select {
    position: relative;
    margin-bottom: 26px; }
  .products #tabs-select-styler {
    width: 100%; }
    .products #tabs-select-styler .jq-selectbox__select {
      position: relative;
      padding: 6px 12px;
      width: 100%;
      background: #fff;
      border: 1px solid #d9d9d9;
      border-radius: 0;
      font-family: 'Open Sans', sans-serif;
      font-size: 13px;
      color: #222;
      -webkit-box-shadow: none;
      box-shadow: none;
      text-shadow: none;
      height: auto; }
    .products #tabs-select-styler .jq-selectbox__select-text {
      padding-right: 30px; }
    .products #tabs-select-styler .jq-selectbox__trigger {
      border: none;
      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: 42px; }
      .products #tabs-select-styler .jq-selectbox__trigger::before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 14px;
        color: #222; }
    .products #tabs-select-styler .jq-selectbox__trigger-arrow {
      display: none; }
    .products #tabs-select-styler .jq-selectbox__dropdown {
      border-radius: 0; }
  .products__tab-item:not(.active) {
    display: none; }
.products__img {
	border: 1px solid #ddd;
	border-radius: 10px;
    position: relative;
    top: -18px; }
    @media (max-width: 575px) {
      .products__img {
        top: 0;
        text-align: center;
        padding-bottom: 50px; } }
  .products__vess {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 55px; }
    @media (max-width: 575px) {
      .products__vess {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .products__ves-item {
    margin-right: 12px; }
  .products__ves {
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #f3b704;
    padding: 3px 12px;
    line-height: 24px;
    color: #a4a4a4;
    cursor: pointer; }
    .products__ves, .products__ves:hover {
      text-decoration: none; }
    .products__ves:hover, .products__ves.selected {
      color: #222;
      background-color: #f3b704; }
  .products__buttons {
    margin-left: 28px; }
    @media (max-width: 575px) {
      .products__buttons {
        text-align: center;
        margin-left: 0; } }
  .products__right {
    margin-top: 35px; }
  .products__right ul {
    list-style: none;
    padding-left: 12px; }
    .products__right ul li {
      position: relative;
      padding-top: 1px;
      padding-bottom: 9px;
      font-size: 13px; }
      .products__right ul li::before {
        content: " ";
        display: inline-block;
        position: absolute;
        top: 9px;
        left: -13px;
        width: 6px;
        height: 6px;
        border: 1px solid #f3b704;
        border-radius: 50%; }
  .products p {
    margin-bottom: 28px;
    color: #999;
  font-size: 14px;
  letter-spacing: 0.2px; }
  .products table {
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse; }
    @media (max-width: 575px) {
      .products table {
        border-bottom: none !important; } }
  .products table, .products th, .products td {
    border: 1px solid #d9d9d9; }
  .products tr:nth-child(2n) {
    background-color: rgba(230, 230, 230, 0.34); }
  .products td {
    font-size: 13px;
    font-weight: 400;
    padding: 9px 15px; }
    .products td:nth-child(2n) {
      font-weight: 700;
      color: #222;
      text-align: center; }
      @media (max-width: 575px) {
        .products td:nth-child(2n) {
          text-align: left; } }
    @media (max-width: 575px) {
      .products td {
        display: block;
        border: none; }
        .products td:first-child {
          padding-bottom: 0; }
        .products td:last-child {
          padding-top: 0;
          border-bottom: 1px solid #d9d9d9; } }

.advantages {
  background-image: url(../images/bg_advantages.png);
  background-position: top center;
  background-repeat-y: repeat;
  background-repeat-x: no-repeat;
  padding-top: 57px;
  padding-bottom: 36px; }
  .advantages__title {
    text-align: center;
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    margin-bottom: 73px; }
  .advantages__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .advantages__item {
    font-size: 15px;
    color: #bababa;
    width: 194px;
    text-align: center;
    margin-bottom: 40px; }
  .advantages__name {
    padding-top: 26px; }

.delivery {
  background-color: #f6f6f5;
  background-image: url(../images/bg_delivery.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 53px;
  padding-bottom: 30px;
  min-height: 597px; }
  @media (max-width: 767px) {
    .delivery {
      padding-bottom: 100px; } }
  .delivery__title {
    text-align: center;
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 77px; }
    @media (max-width: 767px) {
      .delivery__title {
        margin-bottom: 30px; } }
  .delivery__item.left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }
    .delivery__item.left::before {
      right: -21px; }
    .delivery__item.left::after {
      right: -29px; }
    @media (max-width: 767px) {
      .delivery__item.left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .delivery__item.right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }
    .delivery__item.right::before {
      left: -21px; }
    .delivery__item.right::after {
      left: -29px; }
  .delivery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    margin-top: 35px;
    height: 56px;
    margin-bottom: 86px; }
    .delivery__item::before, .delivery__item::after {
      content: " ";
      position: absolute; }
    .delivery__item::before {
      width: 21px;
      height: 0px;
      border-bottom: 1px dashed #b6b5b6; }
      @media (max-width: 767px) {
        .delivery__item::before {
          display: none; } }
    .delivery__item::after {
      width: 7px;
      height: 7px;
      border: 1px solid #b6b5b6;
      border-radius: 50%; }
      @media (max-width: 767px) {
        .delivery__item::after {
          left: -8px !important;
          right: auto !important; } }
    @media (max-width: 767px) {
      .delivery__item {
        margin-top: 8px;
        margin-bottom: 30px;
        margin-left: 22px;
        height: auto;
        text-align: left !important; } }
  .delivery__img {
    text-align: center;
    height: 0; }
    @media (max-width: 991px) {
      .delivery__img {
        height: auto; } }

.question {
  background-image: url(../images/bg_question.png);
  background-position: top center;
  background-repeat-y: repeat;
  background-repeat-x: no-repeat;
  padding-top: 66px; }
  @media (max-width: 767px) {
    .question {
      text-align: center; } }
  .question__title {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
    margin-bottom: 66px; }
    @media (max-width: 767px) {
      .question__title {
        margin-bottom: 24px; } }
  .question__name {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px; }
  .question__status {
    font-size: 15px;
    color: #bababa;
    margin-bottom: 46px; }
    @media (max-width: 767px) {
      .question__status {
        margin-bottom: 40px; } }
  .question__buttons {
    padding-bottom: 80px; }
    @media (max-width: 767px) {
      .question__buttons {
        padding-bottom: 50px; } }
    .question__buttons .btn-main {
      padding-left: 35px;
      padding-right: 35px; }
  .question__img {
    position: absolute;
    left: -20px;
    bottom: 0; }
    @media (max-width: 767px) {
      .question__img {
        position: relative;
        left: auto;
        bottom: auto; } }

.popular-questions {
  background-color: #f0f1ee;
  background-image: url(../images/bg_popular_questions.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 66px;
  padding-bottom: 88px; }
  .popular-questions__title {
    text-align: center;
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 40px; }
  .popular-questions__item {
    border-bottom: 1px solid #e2e2e2; }
  .popular-questions__label {
    display: block;
    position: relative;
    padding-top: 25px;
    padding-bottom: 18px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer; }
    .popular-questions__label, .popular-questions__label:hover {
      color: #222;
      text-decoration: none; }
    @media (max-width: 576px) {
      .popular-questions__label {
        font-size: 14px; } }
  .popular-questions__number {
    color: #f3b704; }
  .popular-questions__body {
    padding-top: 12px;
    padding-bottom: 30px; }
  .popular-questions__plus {
    text-align: right; }
    .popular-questions__plus i {
      padding: 6px;
      color: #f3b704;
      border: 1px solid #f3b704;
      border-radius: 50%;
      font-size: 22px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .popular-questions__plus i:hover {
        color: #fff;
        background-color: #f3b704; }
      .popular-questions__plus i::before {
        position: relative; }
  .popular-questions__label[aria-expanded="true"] .popular-questions__plus i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    .popular-questions__label[aria-expanded="true"] .popular-questions__plus i::before {
      top: -1px; }

.about {
  background-color: #f2f7f7;
  background-image: url(../images/bg_about.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 54px;
  padding-bottom: 86px; }
  .about__title {
    text-align: center;
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 45px; }
  .about__img {
    margin-top: 5px;
    margin-bottom: 34px; }
    @media (max-width: 767px) {
      .about__img {
        margin-top: 0; } }
  .about__text p {
    margin-bottom: 21px; }
  .about__read-all {
    display: none; }
    .about__read-all, .about__read-all:hover {
      color: #f3b704;
      text-decoration: none; }
    .about__read-all span {
      border-bottom: 1px dotted #f3b704; }
    .about__read-all:hover span {
      border-bottom: none; }
    @media (max-width: 767px) {
      .about__read-all.active {
        display: inline; } }
  @media (max-width: 767px) {
    .about__hidden {
      display: none; }
      .about__hidden.active {
        display: block; } }

.map {
  position: relative;
  height: 484px; }
  .map__items-container {
    position: relative;
    z-index: 1; }
  .map__items {
    position: absolute;
    width: 100%;
    margin-top: 69px; }
  .map__item {
    background: #fff;
    padding: 16px 14px;
    margin-right: 4px;
    margin-bottom: 22px; }
    .map__item i {
      position: absolute;
      top: 18px;
      left: 28px;
      font-size: 20px;
      color: #f3b704; }
    .map__item span {
      display: inline-block;
      position: relative;
      margin-left: 24px;
      font-size: 16px; }
  .map__filter canvas {
    -webkit-filter: brightness(0.7) grayscale(1) invert(1) contrast(1);
    filter: brightness(0.7) grayscale(1) invert(1) contrast(1); }
  .map ymaps[class*="map-copyrights-pane"],
  .map ymaps[class*="controls-pane"] {
    display: none; }

.feedback__title {
  text-align: center;
  font-weight: 300;
  margin-bottom: 38px; }

.feedback__item {
  margin-bottom: 20px; }

.feedback input[type="text"] {
  padding: 20px 12px;
  border: 1px solid #dbdbdb;
  border-radius: 0; }

.feedback__personal {
  color: #9a9a9a;
  margin-bottom: 28px; }
  .feedback__personal a {
    border-bottom: 1px solid #9a9a9a; }
    .feedback__personal a, .feedback__personal a:hover {
      color: #9a9a9a;
      text-decoration: none; }
    .feedback__personal a:hover {
      border-bottom: none; }

.feedback__submit {
  text-align: center; }

.feedback input[type="checkbox"] {
  display: none; }
  .feedback input[type="checkbox"] + label {
    margin-left: -18px;
    position: relative; }
    .feedback input[type="checkbox"] + label:before {
      content: "\f00c";
      left: -18px;
      border: 1px solid #dbdbdb;
      font-family: "Font Awesome 5 Free";
      font-size: 11px;
      font-weight: 900;
      padding: 4px;
      color: transparent;
      margin-right: 6px; }
  .feedback input[type="checkbox"]:checked + label:before {
    color: #636363; }

.feedback #user_ves-styler {
  border: none;
  padding: 0px; }
  .feedback #user_ves-styler .jq-selectbox__select {
    position: relative;
    padding: 6px 12px;
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #222;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    height: auto; }
  .feedback #user_ves-styler .jq-selectbox__select-text {
    padding-right: 30px; }
  .feedback #user_ves-styler .jq-selectbox__trigger {
    border: none;
    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: 42px; }
    .feedback #user_ves-styler .jq-selectbox__trigger::before {
      content: "\f107";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 14px;
      color: #222; }
  .feedback #user_ves-styler .jq-selectbox__trigger-arrow {
    display: none; }
  .feedback #user_ves-styler .jq-selectbox__dropdown {
    border-radius: 0; }
    
/*[class*="ymaps-2"][class*="-ground-pane"]{
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter:grayscale(100%);
}*/
.map ymaps[class*="ground-pane"] {
    -webkit-filter: brightness(0.7) grayscale(1) invert(1) contrast(1);
    filter: brightness(0.7) grayscale(1) invert(1) contrast(1); }


.products_benefits{

}
.products_benefits__list{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.products_benefits__list--item{
  width: calc((100% - 30px) / 2);
  display: flex;
  align-items: center;
  gap: 15px;
}

.products_benefits__list--item .text{
  margin-bottom: 0;
  color: #000;
  font-size: 12px;
}

.products_benefits__list--item .icon__wrapper{
  display: flex;
  padding: 1px;
}
.products_benefits__list--item .icon__wrapper svg{
  width: 30px;
  height: 30px;
  display: flex;
  overflow: visible;
}

.products__tab-item.new .products__vess{
  margin-bottom: 0;
  margin-top: auto;
}

.products__tab-item.new .products__buttons{
  margin-left: 0;
  width: 100%;
}
.products__buttons--mobile{
  margin-bottom: 30px;
}
.products__tab-item.new .products__buttons a{
  width: 100%;
}
.products__tab-item.new h4 {
	font-weight: 600;
	font-size: 16px;
}

.products_type{
  font-weight: 500;
  font-size: 16px;
  color: #222;
}

.products__tab-item.new .products__title{
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 23px;
	background: #e8e8e8;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px; }

.products__item {
	padding: 50px 0; }	
.products__item.gray {
	background-color: #ededed; }
.products__item.gray .products__title {
	
}
.products__right p:last-child {
	margin-bottom: 0; }
.products__right td {
	border: none; }
.products__right table {
	border: none; }
.products__right table tr:nth-child(2n) {
	background-color: #e6e6e6; }
.products__right table td {
	font-size: 12px;
	font-weight: 400;
	padding: 5px 10px;
	letter-spacing: 0.2px; }
.products__right table td:last-child {
	text-align: right;
	font-weight: normal; }
.products__item .wrapper .row {
	margin-bottom: 0 !important; }
.products__item.gray .products__title {
	background-color: #d4d4d4; }
.products__item.gray .products__right table tr:nth-child(2n) {
	background-color: #dedede; }
	
.products__vess {
	margin-top: 20px !important; }

@media(min-width: 575px) {
  .hide_desktop{
    display: none;
  }
}
@media(max-width: 575px) {
  .hide_mobile{
    display: none;
  }
  .products__tab-item.new .products__vess{
    margin-top: 0px !important;
    margin-bottom: 30px;
  }
  .products__img {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}

.products__tabs--v2{
}

.products__tab-item--v2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    text-align: center;
}

.tab-v2{
  display: none;
}
.tab-v2.active{
  display: block;
}

@media(max-width:1200px){
  .products__tabs--v2{
    flex-wrap: wrap;
  }
  .products__tab-item--v2 .tab{
    width: 100%;
  }
  .products__tab-item--v2 {
    width: 50%;
  }
}

@media(max-width:576px){
  .products__tab-item--v2, .products__tab-item--v2 .tab{
    width: 100%;
  }
}

.products{
  background-image: none;
}