

/* Start:/local/templates/main/components/bitrix/search.form/header_search/style.css?17174005596544*/
.header-search {
  margin-left: 45px;
  height: 40px;
  min-width: 825px;
  max-width: 825px; }
  @media screen and (max-width: 1520px) and (min-width: 1280px) {
    .header-search {
      min-width: 688px;
      max-width: 688px; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .header-search {
      min-width: 465px;
      max-width: 465px; } }
  @media screen and (max-width: 1023px) {
    .header-search {
      display: none; } }
  .header-search .search {
    height: 100%;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
    .header-search .search form {
      width: 100%;
      height: 100%;
      line-height: normal;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      position: relative;
      z-index: 1; }
      .header-search .search form input {
        display: inline-block;
        vertical-align: middle;
        white-space: normal; }
      .header-search .search form input[name="q"] {
        width: 100%;
        height: 100%;
        color: #262626;
        font-size: 13px;
        font-family: "Gothampro Light", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        background: white;
        border: 1px solid #b9d1d1;
        padding: 0 40px 0 11px;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .header-search .search form input[name="q"]::-webkit-input-placeholder {
          color: #96a5a5; }
        .header-search .search form input[name="q"]::-moz-placeholder {
          color: #96a5a5; }
        .header-search .search form input[name="q"]:-moz-placeholder {
          color: #96a5a5; }
        .header-search .search form input[name="q"]:-ms-input-placeholder {
          color: #96a5a5; }
        .header-search .search form input[name="q"]:-webkit-autofill, .header-search .search form input[name="q"]:-webkit-autofill:hover, .header-search .search form input[name="q"]:-webkit-autofill:focus, .header-search .search form input[name="q"]:-webkit-autofill:active {
          -webkit-text-fill-color: white !important;
          -webkit-box-shadow: 0 0 0 1000px black inset;
          transition: background-color 5000s ease-in-out 0s;
          border: 1px solid black;
          background-color: black !important; }
      .header-search .search form input.icon {
        position: absolute;
        right: 10px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url("/local/templates/main/components/bitrix/search.form/header_search/../../../../img/search-icon.svg") center no-repeat;
        border: 0;
        cursor: pointer; }

.header-search-fixed {
  margin-left: 20px;
  height: 100%;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .header-search-fixed .search {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
    .header-search-fixed .search form {
      width: 100%;
      height: 100%;
      line-height: normal;
      margin: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      position: relative;
      z-index: 1; }
      .header-search-fixed .search form input {
        display: inline-block;
        vertical-align: middle;
        white-space: normal; }
      .header-search-fixed .search form input[name="q"] {
        width: 100%;
        height: 100%;
        color: #075550;
        font-size: 14px;
        font-family: "Gothampro", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        background: white;
        padding: 0 40px 0 13px;
        border: 1px solid white;
        outline: 0;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .header-search-fixed .search form input[name="q"]::-webkit-input-placeholder {
          color: #96a5a5; }
        .header-search-fixed .search form input[name="q"]::-moz-placeholder {
          color: #96a5a5; }
        .header-search-fixed .search form input[name="q"]:-moz-placeholder {
          color: #96a5a5; }
        .header-search-fixed .search form input[name="q"]:-ms-input-placeholder {
          color: #96a5a5; }
        .header-search-fixed .search form input[name="q"]:-webkit-autofill, .header-search-fixed .search form input[name="q"]:-webkit-autofill:hover, .header-search-fixed .search form input[name="q"]:-webkit-autofill:focus, .header-search-fixed .search form input[name="q"]:-webkit-autofill:active {
          -webkit-text-fill-color: white !important;
          -webkit-box-shadow: 0 0 0 1000px black inset;
          transition: background-color 5000s ease-in-out 0s;
          border: 1px solid black;
          background-color: black !important; }
      .header-search-fixed .search form input.icon {
        position: absolute;
        right: 10px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url("/local/templates/main/components/bitrix/search.form/header_search/../../../../img/search-icon-green.svg") center no-repeat;
        border: 0;
        cursor: pointer; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/menu/header-menu-top-second/style.css?17174005584575*/
.third-line .inner.fixed .header-menu > .li > a {
  padding: 0 16px;
  font-size: 12px; }

.header-menu-second-wrap {
  height: 100%;
  position: relative; }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .header-menu-second-wrap {
      max-width: 100%; } }
  .header-menu-second-wrap .header-menu {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    .header-menu-second-wrap .header-menu > .li {
      position: relative;
      height: 100%;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
      .header-menu-second-wrap .header-menu > .li.active > a {
        background: #075550; }
      .header-menu-second-wrap .header-menu > .li > a {
        color: white;
        font-size: 13px;
        font-family: "Gothampro Medium", Arial, Sans-Serif;
        text-transform: uppercase;
        display: block;
        height: 100%;
        text-decoration: none;
        position: relative;
        white-space: nowrap;
        transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 0 50px; }
        @media screen and (max-width: 1520px) and (min-width: 1280px) {
          .header-menu-second-wrap .header-menu > .li > a {
            padding: 0 30px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .header-menu-second-wrap .header-menu > .li > a {
            padding: 0 30px;
            white-space: normal;
            text-align: center; } }
        .header-menu-second-wrap .header-menu > .li > a:hover:not(.noHover) {
          background: #075550; }
  .header-menu-second-wrap .header-menu > .li.hover .second {
    left: 0;
    opacity: 1; }
  .header-menu-second-wrap .second {
    position: absolute;
    top: 100%;
    left: -50%;
    opacity: 0;
    display: none;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background: white;
    min-width: 100%; }
    .header-menu-second-wrap .second > .li {
      position: relative;
      width: auto;
      display: block;
      border-bottom: 1px solid #b9d1d1; }
      .header-menu-second-wrap .second > .li:last-child {
        border-bottom: 0; }
      .header-menu-second-wrap .second > .li:hover:not(.noHover) > a, .header-menu-second-wrap .second > .li.active > a {
        background: #075550;
        color: white; }
      .header-menu-second-wrap .second > .li > a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        padding: 25px 16px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        color: #075550;
        font-size: 12px;
        font-family: "Gothampro Medium", Arial, Sans-Serif;
        text-transform: uppercase;
        line-height: initial;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        text-decoration: none;
        white-space: nowrap; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/menu/header-menu-mobile/style.css?171740055814106*/
.header-menu-mobile-wrap {
  position: absolute;
  margin: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background: #039898;
  opacity: 0;
  height: 0;
  top: 80px;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease; }
  .header-menu-mobile-wrap.fadeIn {
    overflow: visible;
    opacity: 1;
    top: 0;
    z-index: 1003; }
  .header-menu-mobile-wrap .links-and-buttons {
    margin: 0 auto;
    padding: 30px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .header-menu-mobile-wrap .links-and-buttons {
        width: 736px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      .header-menu-mobile-wrap .links-and-buttons {
        width: 420px; } }
    @media screen and (max-width: 479px) {
      .header-menu-mobile-wrap .links-and-buttons {
        width: 260px;
        padding-bottom: 10px; } }
    .header-menu-mobile-wrap .links-and-buttons .phone-and-request {
      position: relative; }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .header-menu-mobile-wrap .links-and-buttons .phone-and-request {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center; } }
      .header-menu-mobile-wrap .links-and-buttons .phone-and-request a[href^=tel] {
        color: white;
        font-size: 18px;
        font-family: "Gothampro Bold", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        text-decoration: none; }
        @media screen and (max-width: 479px) {
          .header-menu-mobile-wrap .links-and-buttons .phone-and-request a[href^=tel] {
            text-align: center; } }
      .header-menu-mobile-wrap .links-and-buttons .phone-and-request .send-request {
        color: white;
        font-size: 13px;
        font-family: "Gothampro", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        display: table;
        margin-top: 6px;
        text-align: center; }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .header-menu-mobile-wrap .links-and-buttons .phone-and-request .send-request {
            margin-left: 35px;
            margin-top: 0; } }
        @media screen and (max-width: 479px) {
          .header-menu-mobile-wrap .links-and-buttons .phone-and-request .send-request {
            margin: 20px auto 0; } }
        .header-menu-mobile-wrap .links-and-buttons .phone-and-request .send-request span {
          cursor: pointer;
          border-bottom: dotted 1px white; }
    .header-menu-mobile-wrap .links-and-buttons .auth-info {
      margin-left: auto;
      position: relative; }
      @media screen and (max-width: 479px) {
        .header-menu-mobile-wrap .links-and-buttons .auth-info {
          margin-left: 0; } }
      .header-menu-mobile-wrap .links-and-buttons .auth-info .log-wrap {
        cursor: pointer;
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 479px) {
          .header-menu-mobile-wrap .links-and-buttons .auth-info .log-wrap {
            margin: 25px auto 0;
            border: 1px solid white;
            padding: 10px 15px; } }
        .header-menu-mobile-wrap .links-and-buttons .auth-info .log-wrap span {
          color: white;
          font-size: 13px;
          font-family: "Gothampro", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          border-bottom: dotted 1px white; }
          @media screen and (max-width: 479px) {
            .header-menu-mobile-wrap .links-and-buttons .auth-info .log-wrap span {
              border: 0; } }
        .header-menu-mobile-wrap .links-and-buttons .auth-info .log-wrap:hover:not(.noHover) span {
          border-bottom: 0; }
        .header-menu-mobile-wrap .links-and-buttons .auth-info .log-wrap:after {
          content: "";
          background: url("/local/templates/main/components/bitrix/menu/header-menu-mobile/../../../../img/auth-icon-white.svg") center no-repeat;
          height: 17px;
          min-width: 17px;
          max-width: 17px;
          margin-left: 20px; }
      .header-menu-mobile-wrap .links-and-buttons .auth-info .logout form {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; }
        .header-menu-mobile-wrap .links-and-buttons .auth-info .logout form .lk-link, .header-menu-mobile-wrap .links-and-buttons .auth-info .logout form .submit {
          color: white;
          font-size: 13px;
          font-family: "Gothampro", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          height: 100%; }
        .header-menu-mobile-wrap .links-and-buttons .auth-info .logout form .lk-link {
          border-bottom: dotted 1px white;
          cursor: pointer;
          display: inline-block;
          text-decoration: none; }
          @media screen and (max-width: 479px) {
            .header-menu-mobile-wrap .links-and-buttons .auth-info .logout form .lk-link {
              border: 0; } }
          @media screen and (max-width: 479px) {
            .header-menu-mobile-wrap .links-and-buttons .auth-info .logout form .lk-link {
              margin: 25px auto 0;
              border: 1px solid white;
              padding: 10px 15px; } }
        .header-menu-mobile-wrap .links-and-buttons .auth-info .logout form .submit {
          margin-left: 20px;
          color: white;
          cursor: pointer;
          background: transparent;
          border: 0; }
          @media screen and (max-width: 479px) {
            .header-menu-mobile-wrap .links-and-buttons .auth-info .logout form .submit {
              margin-top: 22px; } }
  .header-menu-mobile-wrap .search-favorite-basket {
    margin: 17px auto 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .header-menu-mobile-wrap .search-favorite-basket {
        width: 736px; } }
    @media screen and (max-width: 799px) {
      .header-menu-mobile-wrap .search-favorite-basket {
        width: 420px;
        margin-top: 7px; } }
    @media screen and (min-width: 800px) {
      .header-menu-mobile-wrap .search-favorite-basket a[href^=tel] {
        display: none; } }
    @media screen and (max-width: 799px) {
      .header-menu-mobile-wrap .search-favorite-basket a[href^=tel] {
        color: white;
        font-size: 24px;
        font-family: "Gothampro", Arial, Sans-Serif;
        text-transform: uppercase;
        text-decoration: none;
        margin: 10px 0 0 5px; } }
  .header-menu-mobile-wrap .ul.menu-mobile {
    position: relative;
    margin: 0 auto;
    padding: 0 0 30px 0;
    height: 100%;
    width: 100%; }
    @media screen and (max-width: 799px) {
      .header-menu-mobile-wrap .ul.menu-mobile {
        margin-top: 10px; } }
    .header-menu-mobile-wrap .ul.menu-mobile > .li {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
      .header-menu-mobile-wrap .ul.menu-mobile > .li:hover:not(.noHover) > a span:after, .header-menu-mobile-wrap .ul.menu-mobile > .li.hover > a span:after, .header-menu-mobile-wrap .ul.menu-mobile > .li.active > a span:after {
        border: 5px solid transparent !important;
        border-left: 7px solid white !important;
        right: -25px !important;
        top: 4px !important; }
      .header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul > a span:after {
        content: '';
        position: absolute;
        right: -20px;
        top: 5px;
        border: 5px solid transparent;
        border-top: 7px solid white;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease; }
      .header-menu-mobile-wrap .ul.menu-mobile > .li > a {
        color: white;
        font-size: 16px;
        font-family: "Gothampro", Arial, Sans-Serif;
        text-transform: uppercase;
        display: block;
        height: 100%;
        width: 100%;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        position: relative;
        white-space: nowrap; }
        @media screen and (max-width: 799px) {
          .header-menu-mobile-wrap .ul.menu-mobile > .li > a {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
        .header-menu-mobile-wrap .ul.menu-mobile > .li > a span {
          position: relative; }
  .header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul.hover {
    border-bottom: 0; }
    .header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul.hover .ul.second {
      opacity: 1;
      padding: 10px 0; }
      .header-menu-mobile-wrap .ul.menu-mobile > .li.child-ul.hover .ul.second > .li {
        height: 35px; }
  .header-menu-mobile-wrap .ul.second {
    width: 200%;
    background: #039898;
    opacity: 0;
    position: relative;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }
    @media screen and (max-width: 799px) {
      .header-menu-mobile-wrap .ul.second {
        width: 100%; } }
    @media screen and (min-width: 800px) {
      .header-menu-mobile-wrap .ul.second {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start; }
        .header-menu-mobile-wrap .ul.second:after {
          content: '';
          position: absolute;
          width: 1px;
          height: 100%;
          left: 50%;
          top: 0;
          z-index: 1;
          background: white; } }
    .header-menu-mobile-wrap .ul.second > .li {
      position: relative;
      height: 0;
      overflow: hidden;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
      @media screen and (min-width: 800px) {
        .header-menu-mobile-wrap .ul.second > .li {
          min-width: 50%;
          max-width: 50%; }
          .header-menu-mobile-wrap .ul.second > .li:nth-child(odd) {
            margin-right: 1px; }
          .header-menu-mobile-wrap .ul.second > .li:nth-child(even) {
            margin-right: -1px; } }
      .header-menu-mobile-wrap .ul.second > .li:hover:not(.noHover) > a span, .header-menu-mobile-wrap .ul.second > .li.active > a span {
        opacity: .6; }
      .header-menu-mobile-wrap .ul.second > .li > a {
        color: white;
        font-size: 14px;
        font-family: "Gothampro", Arial, Sans-Serif;
        text-transform: uppercase;
        display: block;
        height: 100%;
        width: 100%;
        text-align: center;
        padding: 5px 8px;
        text-decoration: none;
        position: relative;
        white-space: nowrap; }
        @media screen and (max-width: 799px) {
          .header-menu-mobile-wrap .ul.second > .li > a {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; } }
  .header-menu-mobile-wrap .close {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 47px;
    height: 50px;
    cursor: pointer;
    background: url("/local/templates/main/components/bitrix/menu/header-menu-mobile/../../../../img/form-exit.svg") center no-repeat rgba(255, 255, 255, 0.36);
    background-size: 30px 30px; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/menu/footer-menu/style.css?17174005583673*/
.footer-menu {
  height: 100%;
  margin-top: 18px;
  margin-left: 50px; }
  @media screen and (min-width: 1024px) {
    .footer-menu {
      display: grid;
      grid-template-columns: auto auto auto; } }
  @media screen and (max-width: 1520px) and (min-width: 1280px) {
    .footer-menu {
      margin-left: 40px; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .footer-menu {
      margin-left: 18px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .footer-menu {
      min-width: 230px;
      max-width: 230px;
      margin-left: 28px; } }
  @media screen and (max-width: 799px) and (min-width: 480px) {
    .footer-menu {
      margin-left: 0;
      margin-top: 40px;
      display: grid;
      grid-template-columns: 50% 50%; } }
  @media screen and (max-width: 479px) {
    .footer-menu {
      margin-left: 0;
      margin-top: 40px; } }
  .footer-menu > .li {
    margin-bottom: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (min-width: 800px) {
      .footer-menu > .li {
        min-width: 285px;
        max-width: 285px; } }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      .footer-menu > .li {
        min-width: 220px;
        max-width: 220px; }
        .footer-menu > .li:nth-child(2), .footer-menu > .li:nth-child(5) {
          min-width: 270px;
          max-width: 270px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .footer-menu > .li {
        min-width: 245px;
        max-width: 245px; }
        .footer-menu > .li:nth-child(3), .footer-menu > .li:nth-child(6) {
          min-width: 215px;
          max-width: 215px; }
        .footer-menu > .li:nth-child(2) .second .li, .footer-menu > .li:nth-child(5) .second .li {
          padding-right: 20px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .footer-menu > .li {
        min-width: 100%;
        max-width: 100%;
        margin-bottom: 13px; } }
    @media screen and (max-width: 799px) {
      .footer-menu > .li {
        margin-bottom: 13px; } }
    .footer-menu > .li > a {
      color: white;
      font-size: 15px;
      font-family: "Gothampro Bold", Arial, Sans-Serif;
      text-transform: uppercase;
      text-decoration: none;
      display: table;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .footer-menu > .li > a {
          font-size: 14.5px; } }
      .footer-menu > .li > a:hover:not(.noHover) {
        opacity: .7; }
  @media screen and (max-width: 1023px) {
    .footer-menu .second {
      display: none; } }
  .footer-menu .second .li {
    padding-right: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 14px; }
    @media screen and (max-width: 1520px) {
      .footer-menu .second .li {
        padding-right: 0; } }
    .footer-menu .second .li a {
      text-decoration: none;
      color: white;
      font-size: 14px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      display: inline;
      border-bottom: 1px solid #45807c; }
      .footer-menu .second .li a:hover:not(.noHover), .footer-menu .second .li a.active {
        opacity: .7;
        border-bottom: 1px solid white; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/system.auth.form/auth/style.css?17174005586432*/
#auth-go-header {
  position: fixed;
  width: 992px; }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    #auth-go-header {
      width: 850px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    #auth-go-header {
      width: 650px; } }
  @media screen and (max-width: 799px) and (min-width: 480px) {
    #auth-go-header {
      width: 420px; } }
  @media screen and (max-width: 479px) {
    #auth-go-header {
      width: 260px; } }
  @media screen and (min-width: 1024px) {
    #auth-go-header .validateForm {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: flex-start; } }
  #auth-go-header .validateForm:before {
    content: "";
    position: absolute;
    background: #b9d1d1; }
    @media screen and (min-width: 1024px) {
      #auth-go-header .validateForm:before {
        left: 50%;
        margin-left: -1px;
        width: 1px;
        height: 100%; } }
    @media screen and (max-width: 1023px) {
      #auth-go-header .validateForm:before {
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px; } }
    @media screen and (max-width: 799px) {
      #auth-go-header .validateForm:before {
        top: 55%; } }
    @media screen and (max-width: 479px) {
      #auth-go-header .validateForm:before {
        top: 52%; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    #auth-go-header .validateForm form {
      padding: 40px 25px 50px; } }
  @media screen and (min-width: 1024px) {
    #auth-go-header .validateForm .left-part, #auth-go-header .validateForm .right-part {
      min-width: 50%;
      max-width: 50%; } }
  #auth-go-header .validateForm .right-part {
    padding: 40px 50px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      #auth-go-header .validateForm .right-part {
        padding: 40px 25px 50px; } }
    @media screen and (max-width: 799px) {
      #auth-go-header .validateForm .right-part {
        padding: 20px 30px 30px; } }
    @media screen and (max-width: 479px) {
      #auth-go-header .validateForm .right-part {
        padding: 20px 15px 30px; } }
    #auth-go-header .validateForm .right-part .form-text {
      text-align: center;
      color: #7c7c7c;
      font-size: 20px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      line-height: 26px;
      padding: 15px 0 37px 0; }
      @media screen and (max-width: 799px) {
        #auth-go-header .validateForm .right-part .form-text {
          font-size: 16px;
          line-height: 20px;
          padding: 0 0 20px 0; } }
      @media screen and (max-width: 479px) {
        #auth-go-header .validateForm .right-part .form-text {
          font-size: 14px;
          line-height: 18px; } }
    #auth-go-header .validateForm .right-part .register {
      position: relative;
      align-items: center;
      min-width: 260px;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 0 40px 0 100px;
      color: white;
      font-size: 16px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: uppercase;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      background: #039898;
      text-decoration: none;
      cursor: pointer;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      outline: none;
      margin: 0 auto;
      max-width: 260px; }
      @media screen and (min-width: 1024px) {
        #auth-go-header .validateForm .right-part .register:hover:not(.noHover):before {
          width: 100%; }
        #auth-go-header .validateForm .right-part .register:hover:not(.noHover):after {
          left: 50px; } }
      #auth-go-header .validateForm .right-part .register:before, #auth-go-header .validateForm .right-part .register:after {
        content: "";
        position: absolute;
        transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease; }
      #auth-go-header .validateForm .right-part .register:before {
        width: 60px;
        height: 60px;
        top: 0;
        left: 0;
        z-index: 0;
        background: #075550; }
      #auth-go-header .validateForm .right-part .register:after {
        z-index: 1;
        background: url("/local/templates/main/components/bitrix/system.auth.form/auth/../../../../img/form-button-arrow.svg") center no-repeat;
        width: 11px;
        height: 18px;
        left: 24px;
        top: 50%;
        margin-top: -9px; }
      #auth-go-header .validateForm .right-part .register span {
        position: relative;
        z-index: 2; }
      @media screen and (max-width: 479px) {
        #auth-go-header .validateForm .right-part .register {
          padding: 0 20px 0 80px;
          font-size: 14px;
          height: 50px;
          line-height: 50px; }
          #auth-go-header .validateForm .right-part .register:before {
            width: 50px;
            height: 50px; } }
  #auth-go-header .forgot-password {
    color: #7c7c7c;
    font-size: 13px;
    font-family: "Gothampro", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    position: absolute;
    display: inline-block;
    right: 18px;
    top: 16px; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/GM/email.subscribe/.default/style.css?17174005588423*/
.subscribe {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 479px) {
    .subscribe {
      order: 2;
      margin-top: 40px; } }
  .subscribe .fixed-wrapper-subscribe {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(7, 85, 80, 0.8);
    z-index: 1000;
    display: none; }
  .subscribe form .text-wrap .text-1 {
    color: white;
    font-size: 15px;
    font-family: "Gothampro Bold", Arial, Sans-Serif;
    text-transform: uppercase;
    text-align: right; }
    @media screen and (max-width: 1520px) and (min-width: 800px) {
      .subscribe form .text-wrap .text-1 {
        font-size: 14.5px; } }
    @media screen and (max-width: 799px) {
      .subscribe form .text-wrap .text-1 {
        text-align: left; } }
  .subscribe form .messages {
    display: none;
    height: auto;
    top: 25%;
    position: fixed;
    min-width: 480px;
    max-width: 480px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    background: white;
    z-index: 1003;
    -webkit-box-shadow: 1px 3px 21px 0 rgba(7, 85, 80, 0.3);
    -moz-box-shadow: 1px 3px 21px 0 rgba(7, 85, 80, 0.3);
    box-shadow: 1px 3px 21px 0 rgba(7, 85, 80, 0.3);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .subscribe form .messages .messages-inner {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      min-height: 200px; }
    .subscribe form .messages p {
      color: #262626;
      font-size: 20px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      line-height: 25px;
      text-transform: none;
      text-align: center;
      margin-bottom: 0;
      white-space: normal; }
      .subscribe form .messages p.error {
        color: #ff554e; }
      .subscribe form .messages p .unsubscribe {
        text-decoration: underline;
        cursor: pointer; }
    .subscribe form .messages .exit {
      position: absolute;
      background: url("/local/templates/main/components/GM/email.subscribe/.default/img/form-exit.svg") center no-repeat;
      width: 20px;
      height: 20px;
      right: -30px;
      top: -30px;
      cursor: pointer; }
  .subscribe form .input-wrap {
    position: relative;
    margin-top: 18px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center; }
    .subscribe form .input-wrap input {
      min-width: 260px;
      max-width: 260px;
      height: 40px;
      color: #075550;
      font-size: 13px;
      font-family: "Gothampro Light", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      padding-left: 45px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: white;
      border: 1px solid white; }
      .subscribe form .input-wrap input::-webkit-input-placeholder {
        color: #96a5a5; }
      .subscribe form .input-wrap input::-moz-placeholder {
        color: #96a5a5; }
      .subscribe form .input-wrap input:-moz-placeholder {
        color: #96a5a5; }
      .subscribe form .input-wrap input:-ms-input-placeholder {
        color: #96a5a5; }
      @media screen and (max-width: 1520px) and (min-width: 800px) {
        .subscribe form .input-wrap input {
          min-width: 200px;
          max-width: 200px;
          padding-left: 15px; } }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .subscribe form .input-wrap input {
          min-width: 380px;
          max-width: 380px;
          padding-left: 15px; } }
      @media screen and (max-width: 479px) {
        .subscribe form .input-wrap input {
          min-width: 220px;
          max-width: 220px;
          padding-left: 15px; } }
      .subscribe form .input-wrap input.error {
        color: #ff554e; }
        .subscribe form .input-wrap input.error::-webkit-input-placeholder {
          color: #ff554e; }
        .subscribe form .input-wrap input.error::-moz-placeholder {
          color: #ff554e; }
        .subscribe form .input-wrap input.error:-moz-placeholder {
          color: #ff554e; }
        .subscribe form .input-wrap input.error:-ms-input-placeholder {
          color: #ff554e; }
    .subscribe form .input-wrap .button {
      text-decoration: none;
      min-width: 40px;
      max-width: 40px;
      color: white;
      font-size: 15px;
      font-family: "Gothampro Bold", Arial, Sans-Serif;
      text-transform: uppercase;
      text-align: center;
      line-height: 40px;
      height: 40px;
      background: #039898;
      cursor: pointer;
      border: 0; }
  .subscribe form .agreement-checkbox {
    margin-top: 14px;
    white-space: nowrap;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (max-width: 799px) {
      .subscribe form .agreement-checkbox {
        justify-content: flex-start;
        margin-top: 20px; } }
    .subscribe form .agreement-checkbox .checkbox {
      min-width: 16px;
      max-width: 16px;
      height: 16px;
      border: 4px solid white;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      margin-left: 15px;
      cursor: pointer; }
      @media screen and (max-width: 799px) {
        .subscribe form .agreement-checkbox .checkbox {
          order: 0;
          margin-right: 12px;
          margin-left: 0; } }
      .subscribe form .agreement-checkbox .checkbox:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #009277;
        opacity: 0;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease; }
      .subscribe form .agreement-checkbox .checkbox input {
        display: none; }
      .subscribe form .agreement-checkbox .checkbox.active:before {
        opacity: 1; }
      .subscribe form .agreement-checkbox .checkbox.error {
        border: 4px solid #ff554e; }
    .subscribe form .agreement-checkbox .text {
      -webkit-flex: 0 1 auto;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      color: white;
      font-size: 12px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      white-space: normal;
      line-height: 13px;
      text-align: right;
      word-spacing: 0;
      max-width: 150px;
      margin-left: auto; }
      @media screen and (max-width: 799px) {
        .subscribe form .agreement-checkbox .text {
          order: 1;
          margin-left: 0;
          max-width: none;
          text-align: left; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/get-request/style.css?1717400558200*/
.send-request-wrap {
  position: relative;
  width: 495px; }
  .send-request-wrap .validateForm .button-wrap .button {
    margin-top: 30px !important; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/info-about-product/style.css?17174005587656*/
.info-about-product-wrap {
  position: relative;
  width: 650px;
  background: #fcfcfc;
  margin-top: 100px; }
  .info-about-product-wrap .validateForm .name-form {
    letter-spacing: -0.3px; }
  .info-about-product-wrap .validateForm .product-info {
    margin-top: 45px;
    margin-bottom: 18px; }
    @media screen and (min-width: 800px) {
      .info-about-product-wrap .validateForm .product-info {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start; } }
    @media screen and (max-width: 799px) {
      .info-about-product-wrap .validateForm .product-info {
        margin-top: 0; } }
    .info-about-product-wrap .validateForm .product-info .image {
      min-width: 170px;
      max-width: 170px;
      height: 145px;
      background: white;
      margin-left: -20px; }
      @media screen and (max-width: 799px) {
        .info-about-product-wrap .validateForm .product-info .image {
          min-width: 100%;
          max-width: 100%;
          margin-left: 0; } }
      @media screen and (max-width: 479px) {
        .info-about-product-wrap .validateForm .product-info .image {
          margin-top: -10px; } }
      .info-about-product-wrap .validateForm .product-info .image img {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .info-about-product-wrap .validateForm .product-info .name-and-quantity {
      margin-left: 20px; }
      @media screen and (max-width: 799px) {
        .info-about-product-wrap .validateForm .product-info .name-and-quantity {
          margin: 15px 0 0; } }
      .info-about-product-wrap .validateForm .product-info .name-and-quantity .name {
        color: #075550;
        font-size: 14px;
        font-family: "Gothampro Bold", Arial, Sans-Serif;
        text-transform: uppercase;
        line-height: 20px; }
      .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap {
        margin-top: 25px;
        height: 45px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center; }
        @media screen and (max-width: 799px) {
          .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap {
            margin-top: 15px; } }
        .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity-text {
          color: #7c7c7c;
          font-size: 14px;
          font-family: "Gothampro", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          white-space: nowrap; }
          @media screen and (max-width: 479px) {
            .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity-text {
              max-width: 100px;
              white-space: normal;
              margin-right: 10px; } }
        .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity {
          height: 45px;
          background: transparent;
          border: 1px solid #b9d1d1;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: flex-start;
          margin-left: 45px; }
          .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity * {
            vertical-align: middle !important;
            white-space: normal;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -o-user-select: none;
            user-select: none;
            transition: all 0.1s ease;
            -o-transition: all 0.1s ease;
            -moz-transition: all 0.1s ease;
            -webkit-transition: all 0.1s ease;
            height: 100%; }
          .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity .minus, .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity .plus {
            cursor: pointer;
            min-width: 45px;
            max-width: 45px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity .minus.noActive, .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity .plus.noActive {
              cursor: default; }
          .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity .minus {
            background: url("/local/templates/main/components/bitrix/form.result.new/info-about-product/../../../../img/minus-icon.svg") no-repeat center;
            border-right: 1px solid #b9d1d1; }
          .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity .plus {
            background: url("/local/templates/main/components/bitrix/form.result.new/info-about-product/../../../../img/plus-icon.svg") no-repeat center; }
          .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity input {
            min-width: 80px;
            max-width: 80px;
            border: 0;
            border-right: 1px solid #b9d1d1;
            text-align: center;
            background: transparent;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            color: #7c7c7c;
            font-size: 14px;
            font-family: "Gothampro", Arial, Sans-Serif;
            text-transform: uppercase; }
          @media screen and (max-width: 799px) {
            .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity {
              margin-left: auto; } }
          @media screen and (max-width: 479px) {
            .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity .minus, .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity .plus {
              min-width: 35px;
              max-width: 35px; }
            .info-about-product-wrap .validateForm .product-info .name-and-quantity .quantity-wrap .quantity input {
              min-width: 60px;
              max-width: 60px; } }
  .info-about-product-wrap .validateForm .button-wrap .button {
    margin-top: 30px !important; }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/GM/location.city/templates/.default/style.css?17174005589593*/
.regions-wrap {
  position: absolute;
  width: 455px;
  top: 50% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  margin-top: -200px; }
  .regions-wrap.fade-animate {
    display: block !important;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation: fadeAnimateTop 0.2s linear;
    animation: fadeAnimateTop 0.2s linear; }
@-webkit-keyframes fadeAnimateTop {
  0% {
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-moz-keyframes fadeAnimateTop {
  0% {
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-ms-keyframes fadeAnimateTop {
  0% {
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-o-keyframes fadeAnimateTop {
  0% {
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@keyframes fadeAnimateTop {
  0% {
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -webkit-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
  .regions-wrap .title {
    color: #075550;
    font-size: 20px;
    font-family: "Gothampro Medium", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    text-align: center; }
  .regions-wrap .input-wrap {
    position: relative;
    margin-top: 20px; }
    .regions-wrap .input-wrap input[name="city-name"] {
      width: 100%;
      height: 45px;
      color: #075550;
      font-size: 14px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      background: white;
      border: 1px solid #b9d1d1;
      padding: 0 40px 0 18px;
      transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .regions-wrap .input-wrap input[name="city-name"]:-webkit-autofill, .regions-wrap .input-wrap input[name="city-name"]:-webkit-autofill:hover, .regions-wrap .input-wrap input[name="city-name"]:-webkit-autofill:focus, .regions-wrap .input-wrap input[name="city-name"]:-webkit-autofill:active {
        -webkit-text-fill-color: white !important;
        -webkit-box-shadow: 0 0 0 1000px black inset;
        transition: background-color 5000s ease-in-out 0s;
        border: 1px solid black;
        background-color: black !important; }
    .regions-wrap .input-wrap input.icon {
      position: absolute;
      right: 10px;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background: url("/local/components/GM/location.city/templates/.default/img/search-icon.svg") center no-repeat;
      border: 0;
      cursor: pointer; }
  .regions-wrap .regions {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-color: #009277 #e4ecef;
    scrollbar-width: thin;
    scrollbar-base-color: #009277;
    scrollbar-face-color: #009277;
    scrollbar-3dlight-color: #009277;
    scrollbar-highlight-color: #009277;
    scrollbar-track-color: #e4ecef;
    scrollbar-arrow-color: #e4ecef;
    scrollbar-shadow-color: #009277;
    scrollbar-dark-shadow-color: #009277;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px; }
    .regions-wrap .regions::-webkit-scrollbar {
      width: 2px;
      background-color: #e4ecef; }
    .regions-wrap .regions::-webkit-scrollbar-thumb {
      width: 2px;
      background-color: #009277; }
    .regions-wrap .regions .city {
      color: #009277;
      font-size: 14px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      margin-top: 12px;
      display: table;
      line-height: initial;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      cursor: pointer;
      border-bottom: 1px solid transparent; }
      .regions-wrap .regions .city.active, .regions-wrap .regions .city:hover:not(.noHover) {
        color: #e7564e;
        border-bottom: 1px solid #f7d2d0; }

.region-choice {
  width: 455px;
  top: 50% !important;
  margin-top: -100px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .region-choice .title {
    color: #075550;
    font-size: 20px;
    font-family: "Gothampro Medium", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    text-align: center; }
  .region-choice .buttons {
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
    .region-choice .buttons .right {
      min-width: 180px;
      max-width: 180px;
      height: 60px;
      color: white;
      font-size: 15px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      text-align: center;
      padding: 0 15px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      background: #039898;
      cursor: pointer;
      text-decoration: none;
      border: 1px solid transparent;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
      @media screen and (min-width: 1024px) {
        .region-choice .buttons .right:hover:not(.noHover) {
          background: rgba(3, 152, 152, 0.7); } }
    .region-choice .buttons .another {
      min-width: 180px;
      max-width: 180px;
      height: 60px;
      color: white;
      font-size: 15px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      color: #075550;
      text-transform: none;
      text-align: center;
      padding: 0 15px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      background: white;
      cursor: pointer;
      text-decoration: none;
      border: 1px solid #b9d1d1;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
      @media screen and (min-width: 1024px) {
        .region-choice .buttons .another:hover:not(.noHover) {
          background: rgba(178, 178, 178, 0.3); } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/main/styles.css?1748430808212*/
.bx-context-toolbar-empty-area{
    font-size: 12px;
}


.vue-portal-target .b24-window .b24-window-overlay,
.vue-portal-target .b24-window .b24-window-popup.b24-window-popup-p-center {
    z-index: 2147483647;
}
/* End */


/* Start:/local/templates/main/template_styles.css?1780060476237422*/
@font-face {
  font-family: "Gothampro";
  src: url("/local/templates/main/fonts/gothampro-webfont.woff") format("woff"), url("/local/templates/main/fonts/gothampro-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Gothampro Bold";
  src: url("/local/templates/main/fonts/gothampro_bold-webfont.woff2") format("woff2"), url("/local/templates/main/fonts/gothampro_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Gothampro Light";
  src: url("/local/templates/main/fonts/gothampro_light-webfont.woff2") format("woff2"), url("/local/templates/main/fonts/gothampro_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Gothampro Italic";
  src: url("/local/templates/main/fonts/gothampro_italic-webfont.woff2") format("woff2"), url("/local/templates/main/fonts/gothampro_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Gothampro Light Italic";
  src: url("/local/templates/main/fonts/gothampro_lightitalic-webfont.woff2") format("woff2"), url("/local/templates/main/fonts/gothampro_lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Gothampro Medium";
  src: url("/local/templates/main/fonts/gothampro_medium-webfont.woff2") format("woff2"), url("/local/templates/main/fonts/gothampro_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
pre {
  font-size: 12px;
  position: relative;
  z-index: 1;
  background: white;
  padding: 20px; }

#bx-panel {
  z-index: 10000 !important; }

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }
  body *:focus {
    outline: none; }
  body * {
    -webkit-tap-highlight-color: transparent; }

.browser-info {
  display: none !important;
  height: 0 !important; }

.fixed-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(7, 85, 80, 0.8);
  z-index: 1000;
  display: none; }

input, textarea {
  outline: 0;
  box-sizing: border-box;
  color: #262626;
  font-size: 20px;
  font-family: "Gothampro", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  filter: none; }
  input.error, textarea.error {
    border: 1px solid #e7564e !important;
    color: #e7564e !important; }
  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both; }
  input::-ms-clear, textarea::-ms-clear {
    display: none; }
@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent; } }
h1:not(.page-404-h1), div.h1 {
  padding: 48px 0 20px 0;
  margin: 0;
  font-weight: normal;
  white-space: normal;
  position: relative;
  z-index: 1;
  letter-spacing: -1px;
  color: #075550;
  font-size: 30px;
  font-family: "Gothampro", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 40px; }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    h1:not(.page-404-h1), div.h1 {
      padding: 38px 0 20px 0; } }
  @media screen and (max-width: 799px) {
    h1:not(.page-404-h1), div.h1 {
      font-size: 24px;
      line-height: 32px;
      padding: 38px 0 20px 0; } }
  h1:not(.page-404-h1).text, div.h1.text {
    width: 1440px;
    margin: 0 auto; }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      h1:not(.page-404-h1).text, div.h1.text {
        width: 1216px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      h1:not(.page-404-h1).text, div.h1.text {
        width: 960px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      h1:not(.page-404-h1).text, div.h1.text {
        width: 736px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      h1:not(.page-404-h1).text, div.h1.text {
        width: 420px; } }
    @media screen and (max-width: 479px) {
      h1:not(.page-404-h1).text, div.h1.text {
        width: 260px; } }
  h1:not(.page-404-h1) .str, div.h1 .str {
    position: relative;
    display: inline-block; }

h3, h4, h5 {
  font-weight: normal;
  text-transform: none !important; }

h2:not(.atd-h2) {
  color: #009277;
  font-size: 20px;
  font-family: "Gothampro Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: normal;
  padding: 25px 0 15px 0;
  margin: 0; }
  @media screen and (max-width: 799px) {
    h2:not(.atd-h2) {
      font-size: 18px;
      line-height: 25px; } }

h2.atd-h2 {
  color: #075550;
  font-size: 30px;
  font-family: "Gothampro", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: normal;
  padding: 25px 0 15px 0;
  margin: 0; }
  @media screen and (max-width: 799px) {
    h2.atd-h2 {
      font-size: 24px;
      line-height: 32px; } }

h3 {
  color: #009277;
  font-size: 20px;
  font-family: "Gothampro Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 30px;
  text-transform: none; }
  @media screen and (max-width: 799px) {
    h3 {
      font-size: 18px;
      line-height: 25px; } }

h4 {
  color: #009277;
  font-size: 20px;
  font-family: "Gothampro", Arial, Sans-Serif;
  text-transform: uppercase;
  height: 20px; }
  h4 * {
    color: #009277;
    font-size: 20px;
    font-family: "Gothampro", Arial, Sans-Serif;
    text-transform: uppercase; }

h5 {
  color: #009277;
  font-size: 16px;
  font-family: "Gothampro", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 16px; }
  h5 * {
    color: #009277;
    font-size: 16px;
    font-family: "Gothampro", Arial, Sans-Serif;
    text-transform: uppercase; }

p,
ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li,
ol li {
  margin: 0 0 20px 0;
  line-height: 20px;
  color: #262626;
  font-size: 18px;
  font-family: "Gothampro Light", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none; }
  @media screen and (max-width: 1023px) and (min-width: 480px) {
    p,
    ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li,
    ol li {
      font-size: 16px; } }
  @media screen and (max-width: 479px) {
    p,
    ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li,
    ol li {
      font-size: 15px;
      line-height: 18px;
      margin-bottom: 12px; } }
  p a,
  ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li a,
  ol li a {
    color: #009277;
    font-size: 18px;
    font-family: "Gothampro Light", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none; }
    @media screen and (max-width: 1023px) {
      p a,
      ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li a,
      ol li a {
        font-size: 16px; } }
    @media screen and (max-width: 479px) {
      p a,
      ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li a,
      ol li a {
        font-size: 15px; } }
    p a:hover:not(.noHover),
    ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu) li a:hover:not(.noHover),
    ol li a:hover:not(.noHover) {
      text-decoration: none; }

ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.catalog) {
  padding: 0;
  list-style-type: none; }
  ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.catalog) > li {
    list-style: none !important;
    padding-left: 32px;
    position: relative;
    margin-bottom: 15px; }
    @media screen and (max-width: 799px) {
      ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.catalog) > li {
        padding-left: 25px; } }
  ul:not(.pagination):not(.header-menu):not(.second):not(.third):not(.footer-menu):not(.catalog) > li:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 8px;
    background: #009277;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle; }

p.list-title {
  margin-bottom: 28px;
  font-size: 20px !important;
  font-family: "Gothampro Medium" !important;
  color: #009277 !important;
  text-transform: uppercase !important; }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    p.list-title {
      font-size: 20px !important; } }
  @media screen and (max-width: 799px) {
    p.list-title {
      font-size: 16px !important; } }
  p.list-title.dark {
    color: #075550 !important; }

ol {
  padding-left: 0;
  counter-reset: list1; }
  ol li {
    list-style-type: none;
    position: relative;
    padding-left: 35px; }
    @media screen and (max-width: 799px) {
      ol li {
        padding-left: 25px; } }
    ol li:before {
      counter-increment: list1;
      content: counter(list1) "  ";
      position: absolute;
      left: 0;
      color: #009277;
      font-family: "Gothampro Medium"; }
    ol li ol {
      counter-reset: list2; }
      ol li ol li:before {
        counter-increment: list2;
        content: counter(list1) "." counter(list2) "  "; }
      ol li ol li ol {
        counter-reset: list3; }
        ol li ol li ol li:before {
          counter-increment: list3;
          content: counter(list1) "." counter(list2) "." counter(list3) "  "; }

b, strong {
  color: #262626;
  font-size: 16px;
  font-family: "Gothampro Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  font-family: "Gothampro Medium" !important;
  text-transform: none;
  font-weight: normal; }

blockquote {
  margin: 0;
  max-width: 985px;
  padding: 35px 40px;
  background: #f8f9fa;
  color: #7c7c7c;
  font-size: 18px;
  font-family: "Gothampro Light Italic", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 22px;
  text-transform: none; }
  @media screen and (max-width: 799px) {
    blockquote {
      font-size: 16px !important;
      line-height: 20px; } }
  @media screen and (max-width: 479px) {
    blockquote {
      padding: 15px 20px; } }

.green-text {
  max-width: 985px;
  padding: 35px 40px;
  background: #009277;
  color: white;
  font-size: 18px;
  font-family: "Gothampro Light", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 22px;
  text-transform: none; }
  @media screen and (max-width: 799px) {
    .green-text {
      font-size: 16px !important;
      line-height: 20px; } }
  @media screen and (max-width: 479px) {
    .green-text {
      padding: 15px 20px; } }

form {
  margin-bottom: 0; }

.wrapper {
  position: relative;
  height: auto !important;
  min-height: 100%;
  min-width: 1500px;
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 1520px) and (min-width: 1280px) {
    .wrapper {
      min-width: 1216px; } }
  @media screen and (max-width: 1279px) and (min-width: 1023px) {
    .wrapper {
      min-width: 960px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .wrapper {
      min-width: 736px; } }
  @media screen and (max-width: 799px) and (min-width: 480px) {
    .wrapper {
      min-width: 420px; } }
  @media screen and (max-width: 479px) {
    .wrapper {
      min-width: 260px; } }
  .wrapper .table-content table {
    max-width: 985px;
    border-spacing: 0 0;
    border-collapse: collapse; }
    .wrapper .table-content table th {
      padding: 30px;
      background: #039898;
      color: white;
      font-size: 18px;
      font-family: "Gothampro Bold", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      text-align: left;
      border-right: 1px solid #eceff2; }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .wrapper .table-content table th {
          padding: 15px;
          font-size: 16px;
          word-break: break-all; } }
      @media screen and (max-width: 479px) {
        .wrapper .table-content table th {
          padding: 10px;
          font-size: 15px;
          word-break: break-all; } }
      .wrapper .table-content table th:last-child {
        border-right: 0; }
    .wrapper .table-content table td {
      padding: 25px 30px;
      border: 0;
      border-right: 1px solid #eceff2;
      color: #262626;
      font-size: 18px;
      font-family: "Gothampro Light", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none; }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .wrapper .table-content table td {
          padding: 15px;
          font-size: 16px;
          word-break: break-all; } }
      @media screen and (max-width: 479px) {
        .wrapper .table-content table td {
          padding: 10px;
          font-size: 15px;
          word-break: break-all; } }
      .wrapper .table-content table td:last-child {
        border-right: 0; }
    .wrapper .table-content table tr:nth-child(odd) {
      background: #f8f9fa; }

.loader-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  display: none;
  z-index: 1003; }
  .loader-wrap .sk-fading-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 4em;
    height: 4em; }
    .loader-wrap .sk-fading-circle .sk-circle {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .loader-wrap .sk-fading-circle .sk-circle:before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      background-color: #009277;
      border-radius: 100%;
      animation: sk-fading-circle-delay 1.2s infinite ease-in-out both; }
    .loader-wrap .sk-fading-circle .sk-circle-2 {
      transform: rotate(30deg); }
    .loader-wrap .sk-fading-circle .sk-circle-3 {
      transform: rotate(60deg); }
    .loader-wrap .sk-fading-circle .sk-circle-4 {
      transform: rotate(90deg); }
    .loader-wrap .sk-fading-circle .sk-circle-5 {
      transform: rotate(120deg); }
    .loader-wrap .sk-fading-circle .sk-circle-6 {
      transform: rotate(150deg); }
    .loader-wrap .sk-fading-circle .sk-circle-7 {
      transform: rotate(180deg); }
    .loader-wrap .sk-fading-circle .sk-circle-8 {
      transform: rotate(210deg); }
    .loader-wrap .sk-fading-circle .sk-circle-9 {
      transform: rotate(240deg); }
    .loader-wrap .sk-fading-circle .sk-circle-10 {
      transform: rotate(270deg); }
    .loader-wrap .sk-fading-circle .sk-circle-11 {
      transform: rotate(300deg); }
    .loader-wrap .sk-fading-circle .sk-circle-12 {
      transform: rotate(330deg); }
    .loader-wrap .sk-fading-circle .sk-circle-2:before {
      animation-delay: -1.1s; }
    .loader-wrap .sk-fading-circle .sk-circle-3:before {
      animation-delay: -1s; }
    .loader-wrap .sk-fading-circle .sk-circle-4:before {
      animation-delay: -0.9s; }
    .loader-wrap .sk-fading-circle .sk-circle-5:before {
      animation-delay: -0.8s; }
    .loader-wrap .sk-fading-circle .sk-circle-6:before {
      animation-delay: -0.7s; }
    .loader-wrap .sk-fading-circle .sk-circle-7:before {
      animation-delay: -0.6s; }
    .loader-wrap .sk-fading-circle .sk-circle-8:before {
      animation-delay: -0.5s; }
    .loader-wrap .sk-fading-circle .sk-circle-9:before {
      animation-delay: -0.4s; }
    .loader-wrap .sk-fading-circle .sk-circle-10:before {
      animation-delay: -0.3s; }
    .loader-wrap .sk-fading-circle .sk-circle-11:before {
      animation-delay: -0.2s; }
    .loader-wrap .sk-fading-circle .sk-circle-12:before {
      animation-delay: -0.1s; }
@keyframes sk-fading-circle-delay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }
.main-loader .loader-wrap {
  position: fixed; }

.right-image {
  float: right;
  margin: 15px 0 0 30px; }

.left-image {
  float: left;
  margin: 15px 30px 0 0; }

.center-image {
  text-align: center;
  margin: 25px 0 0 0; }

.right-image, .left-image {
  max-width: 460px;
  height: auto; }
  @media screen and (max-width: 1279px) {
    .right-image, .left-image {
      float: none;
      display: block;
      margin: 0 auto 35px auto; } }
  @media screen and (max-width: 1023px) {
    .right-image, .left-image {
      width: 100%;
      margin: 0 auto 25px auto; } }

.right-image img, .left-image img, .center-image img {
  max-width: 100%; }
  @media screen and (max-width: 1279px) {
    .right-image img, .left-image img, .center-image img {
      width: 100%;
      height: 100%;
      object-fit: contain; } }

.products-exist {
  color: #262626;
  font-size: 16px;
  font-family: "Gothampro", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  margin-top: 40px; }

header {
  width: 100%;
  position: relative; }
  header .header-info-wrap {
    width: 100%;
    position: relative;
    background: white; }
    @media screen and (max-width: 1023px) {
      header .header-info-wrap {
        border-bottom: 10px solid #009277; } }
    header .header-info-wrap .first-line {
      position: relative;
      height: 40px;
      background: white;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px solid #b9d1d1; }
      @media screen and (max-width: 1023px) {
        header .header-info-wrap .first-line {
          display: none; } }
      header .header-info-wrap .first-line .inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        width: 1440px;
        margin: 0 auto;
        height: 100%; }
        @media screen and (max-width: 1520px) and (min-width: 1280px) {
          header .header-info-wrap .first-line .inner {
            width: 1216px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          header .header-info-wrap .first-line .inner {
            width: 960px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          header .header-info-wrap .first-line .inner {
            width: 736px; } }
        @media screen and (max-width: 799px) and (min-width: 480px) {
          header .header-info-wrap .first-line .inner {
            width: 420px; } }
        @media screen and (max-width: 479px) {
          header .header-info-wrap .first-line .inner {
            width: 260px; } }
        @media screen and (max-width: 1279px) {
          header .header-info-wrap .first-line .inner {
            justify-content: space-between; } }
        header .header-info-wrap .first-line .inner .location {
          position: relative;
          cursor: pointer;
          min-width: 220px;
          max-width: 220px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center;
          margin-right: 15px; }
          header .header-info-wrap .first-line .inner .location:before {
            content: "";
            background: url("/local/templates/main/img/location-icon.svg") center no-repeat;
            height: 17px;
            min-width: 14px;
            max-width: 14px;
            margin-right: 20px; }
          header .header-info-wrap .first-line .inner .location span {
            color: #009277;
            font-size: 13px;
            font-family: "Gothampro", Arial, Sans-Serif;
            text-transform: uppercase;
            white-space: normal;
            line-height: 13px;
            text-transform: none;
            text-decoration: underline dotted #009277;
            cursor: pointer;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            -moz-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center; }
            @media screen and (max-width: 1520px) {
              header .header-info-wrap .first-line .inner .location span {
                font-size: 14px; } }
          header .header-info-wrap .first-line .inner .location:hover:not(.noHover) span {
            text-decoration: none; }
        header .header-info-wrap .first-line .inner .auth-info {
          margin-left: auto; }
          header .header-info-wrap .first-line .inner .auth-info .log-wrap {
            cursor: pointer;
            position: relative;
            text-decoration: none;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            -moz-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center; }
            header .header-info-wrap .first-line .inner .auth-info .log-wrap span {
              color: #009277;
              font-size: 13px;
              font-family: "Gothampro", Arial, Sans-Serif;
              text-transform: uppercase;
              text-transform: none;
              border-bottom: dotted 1px #009277; }
            header .header-info-wrap .first-line .inner .auth-info .log-wrap:hover:not(.noHover) span {
              border-bottom: 0; }
            header .header-info-wrap .first-line .inner .auth-info .log-wrap:after {
              content: "";
              background: url("/local/templates/main/img/auth-icon.svg") center no-repeat;
              height: 17px;
              min-width: 17px;
              max-width: 17px;
              margin-left: 20px; }
          header .header-info-wrap .first-line .inner .auth-info .logout form {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            -moz-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center; }
            header .header-info-wrap .first-line .inner .auth-info .logout form .lk-link, header .header-info-wrap .first-line .inner .auth-info .logout form .submit {
              color: #009277;
              font-size: 13px;
              font-family: "Gothampro", Arial, Sans-Serif;
              text-transform: uppercase;
              text-transform: none;
              height: 100%; }
            header .header-info-wrap .first-line .inner .auth-info .logout form .lk-link {
              border-bottom: dotted 1px #009277;
              cursor: pointer;
              display: inline-block;
              text-decoration: none; }
              header .header-info-wrap .first-line .inner .auth-info .logout form .lk-link:hover:not(.noHover) {
                border-bottom: 0; }
            header .header-info-wrap .first-line .inner .auth-info .logout form .submit {
              margin-left: 20px;
              color: #ff554e;
              cursor: pointer;
              background: transparent;
              border: 0; }
    header .header-info-wrap .second-line {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      width: 1440px;
      margin: 0 auto;
      height: 90px; }
      @media screen and (max-width: 1520px) and (min-width: 1280px) {
        header .header-info-wrap .second-line {
          width: 1216px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        header .header-info-wrap .second-line {
          width: 960px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        header .header-info-wrap .second-line {
          width: 736px; } }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        header .header-info-wrap .second-line {
          width: 420px; } }
      @media screen and (max-width: 479px) {
        header .header-info-wrap .second-line {
          width: 260px; } }
      @media screen and (max-width: 799px) {
        header .header-info-wrap .second-line {
          height: 98px; } }
      header .header-info-wrap .second-line .logo {
        min-width: 202px;
        max-width: 202px;
        height: 53px;
        background: url("/local/templates/main/img/logo.svg") center no-repeat;
        margin-top: -5px; }
        @media screen and (max-width: 799px) {
          header .header-info-wrap .second-line .logo {
            margin-top: 0; } }
        @media screen and (max-width: 479px) {
          header .header-info-wrap .second-line .logo {
            background: url("/local/templates/main/img/logo-320.svg") center no-repeat;
            min-width: 44px;
            max-width: 44px;
            height: 39px; } }
      header .header-info-wrap .second-line .phone-and-request {
        margin-left: 35px; }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          header .header-info-wrap .second-line .phone-and-request {
            margin-left: 0;
            -webkit-flex: 1;
            -moz-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            -moz-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center; } }
        @media screen and (max-width: 1023px) {
          header .header-info-wrap .second-line .phone-and-request {
            display: none; } }
        header .header-info-wrap .second-line .phone-and-request a[href^=tel] {
          color: #009277;
          font-size: 18px;
          font-family: "Gothampro Bold", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          text-decoration: none; }
        header .header-info-wrap .second-line .phone-and-request .send-request {
          color: #009277;
          font-size: 13px;
          font-family: "Gothampro", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          display: table;
          margin-top: 4px;
          text-align: center; }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            header .header-info-wrap .second-line .phone-and-request .send-request {
              margin-top: 6px;
              min-width: 80%; } }
          header .header-info-wrap .second-line .phone-and-request .send-request span {
            cursor: pointer;
            border-bottom: dotted 1px #009277; }
            header .header-info-wrap .second-line .phone-and-request .send-request span:hover:not(.noHover) {
              border-bottom: 0; }
      header .header-info-wrap .second-line .basket-header {
        margin-left: auto;
        position: relative;
        text-decoration: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center; }
        header .header-info-wrap .second-line .basket-header:after {
          content: "";
          background: url("/local/templates/main/img/basket-icon.svg") left center no-repeat;
          min-width: 27px;
          max-width: 27px;
          height: 27px; }
        header .header-info-wrap .second-line .basket-header .sum {
          color: white;
          font-size: 11px;
          font-family: "Gothampro Bold", Arial, Sans-Serif;
          text-transform: uppercase;
          -webkit-border-radius: 22px;
          -moz-border-radius: 22px;
          -ms-border-radius: 22px;
          border-radius: 22px;
          background: #ff554e;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          padding: 5px 5.25px;
          min-width: 22px;
          min-height: 22px;
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
      @media screen and (min-width: 1280px) {
        header .header-info-wrap .second-line .search-link {
          display: none; } }
      @media screen and (max-width: 1023px) and (min-width: 300px) {
        header .header-info-wrap .second-line .search-link {
          min-width: 40px;
          max-width: 40px;
          height: 40px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: 1px solid #b9d1d1;
          background: url("/local/templates/main/img/search-icon.svg") center no-repeat;
          background-size: 20px 20px;
          margin-left: 20px; } }
      @media screen and (min-width: 1280px) {
        header .header-info-wrap .second-line .auth-info {
          display: none; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        header .header-info-wrap .second-line .auth-info {
          min-width: 40px;
          max-width: 40px;
          height: 40px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: 1px solid #b9d1d1;
          background: url("/local/templates/main/img/auth-icon.svg") center no-repeat;
          background-size: 22px 21px;
          margin-left: 10px; } }
      header .header-info-wrap .second-line .auth-info .log-wrap {
        cursor: pointer;
        position: relative;
        height: 100%; }
      header .header-info-wrap .second-line .auth-info a {
        display: block;
        width: 100%;
        height: 100%; }
      header .header-info-wrap .second-line .menu-button {
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        cursor: pointer;
        position: relative;
        background: #039898; }
        @media screen and (min-width: 1024px) {
          header .header-info-wrap .second-line .menu-button {
            display: none; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          header .header-info-wrap .second-line .menu-button {
            margin-left: 10px; } }
        @media screen and (max-width: 799px) {
          header .header-info-wrap .second-line .menu-button {
            margin-left: 20px; } }
        header .header-info-wrap .second-line .menu-button.active:after {
          -webkit-transform: rotate(-45deg);
          /* Chrome y Safari */
          -moz-transform: rotate(-45deg);
          /* Firefox */
          filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number);
          /* Internet Explorer */
          -o-transform: rotate(-45deg);
          /* Opera */
          -ms-transform: rotate(-45deg);
          bottom: 18px; }
        header .header-info-wrap .second-line .menu-button.active:before {
          -webkit-transform: rotate(45deg);
          /* Chrome y Safari */
          -moz-transform: rotate(45deg);
          /* Firefox */
          filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number);
          /* Internet Explorer */
          -o-transform: rotate(45deg);
          /* Opera */
          -ms-transform: rotate(45deg);
          top: 19px; }
        header .header-info-wrap .second-line .menu-button.active .line {
          display: none; }
        header .header-info-wrap .second-line .menu-button:after, header .header-info-wrap .second-line .menu-button:before, header .header-info-wrap .second-line .menu-button .line {
          width: 20px;
          height: 2px;
          background: white;
          position: absolute;
          left: 10px; }
        header .header-info-wrap .second-line .menu-button:after, header .header-info-wrap .second-line .menu-button:before {
          content: '';
          transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease; }
        header .header-info-wrap .second-line .menu-button .line {
          top: 19px; }
        header .header-info-wrap .second-line .menu-button:before {
          top: 10px; }
        header .header-info-wrap .second-line .menu-button:after {
          bottom: 10px; }
    header .header-info-wrap .third-line {
      height: 58px;
      position: relative;
      z-index: 10; }
      @media screen and (max-width: 1023px) {
        header .header-info-wrap .third-line {
          display: none; } }
      header .header-info-wrap .third-line .inner.fixed {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation: fixedHeader 0.4s linear;
        animation: fixedHeader 0.4s linear;
        left: 50%;
        width: 1440px;
        margin-left: -720px; }
@-webkit-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .5; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-moz-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .5; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-ms-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .5; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-o-keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .5; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@keyframes fixedHeader {
  0% {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: .5; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
        @media screen and (max-width: 1520px) and (min-width: 1280px) {
          header .header-info-wrap .third-line .inner.fixed {
            width: 1216px;
            margin-left: -608px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          header .header-info-wrap .third-line .inner.fixed {
            width: 960px;
            margin-left: -480px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          header .header-info-wrap .third-line .inner.fixed {
            width: 736px;
            margin-left: -368px; } }
        @media screen and (max-width: 799px) and (min-width: 480px) {
          header .header-info-wrap .third-line .inner.fixed {
            width: 420px;
            margin-left: -210px; } }
        @media screen and (max-width: 479px) {
          header .header-info-wrap .third-line .inner.fixed {
            width: 260px;
            margin-left: -130px; } }
        header .header-info-wrap .third-line .inner.fixed:before {
          -webkit-box-shadow: 2px 0 6px 0 rgba(43, 43, 43, 0.45);
          -moz-box-shadow: 2px 0 6px 0 rgba(43, 43, 43, 0.45);
          box-shadow: 2px 0 6px 0 rgba(43, 43, 43, 0.45); }
        header .header-info-wrap .third-line .inner.fixed .logo {
          display: block; }
        header .header-info-wrap .third-line .inner.fixed .header-search-fixed {
          display: block;
          position: relative; }
      header .header-info-wrap .third-line .inner {
        height: 58px;
        position: relative;
        width: 1440px;
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 1520px) and (min-width: 1280px) {
          header .header-info-wrap .third-line .inner {
            width: 1216px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          header .header-info-wrap .third-line .inner {
            width: 960px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          header .header-info-wrap .third-line .inner {
            width: 736px; } }
        @media screen and (max-width: 799px) and (min-width: 480px) {
          header .header-info-wrap .third-line .inner {
            width: 420px; } }
        @media screen and (max-width: 479px) {
          header .header-info-wrap .third-line .inner {
            width: 260px; } }
        header .header-info-wrap .third-line .inner:before {
          content: "";
          position: absolute;
          left: -50%;
          top: 0;
          width: 200%;
          height: 100%;
          background: #009277; }
        header .header-info-wrap .third-line .inner .logo {
          display: none;
          min-width: 30px;
          max-width: 30px;
          transition: all 1s ease;
          -o-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -webkit-transition: all 1s ease;
          height: 26px;
          background: url("/local/templates/main/img/logo-fixed-header.svg") center no-repeat;
          margin-right: 45px;
          position: relative; }
        header .header-info-wrap .third-line .inner .header-search-fixed {
          display: none; }

.content-wrapper {
  width: 100%; }
  .content-wrapper .content {
    min-height: calc(100vh); }
    .content-wrapper .content.mobile {
      min-height: calc(72vh); }
    @media screen and (max-width: 799px) {
      .content-wrapper .content.main {
        min-height: calc(80vh); } }
    .content-wrapper .content .text-wrap {
      width: 1440px;
      margin: 0 auto;
      padding-bottom: 180px; }
      @media screen and (max-width: 1520px) and (min-width: 1280px) {
        .content-wrapper .content .text-wrap {
          width: 1216px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .content-wrapper .content .text-wrap {
          width: 960px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .content-wrapper .content .text-wrap {
          width: 736px; } }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .content-wrapper .content .text-wrap {
          width: 420px; } }
      @media screen and (max-width: 479px) {
        .content-wrapper .content .text-wrap {
          width: 260px; } }
      @media screen and (max-width: 1279px) and (min-width: 800px) {
        .content-wrapper .content .text-wrap {
          padding-bottom: 120px; } }
      @media screen and (max-width: 799px) {
        .content-wrapper .content .text-wrap {
          padding-bottom: 80px; } }
    .content-wrapper .content .to-catalog-wrap, .content-wrapper .content .pdf-presentation {
      height: 520px;
      background: url("/local/templates/main/img/to-catalog-bg.jpg") center #f5f8f8; }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .content-wrapper .content .to-catalog-wrap, .content-wrapper .content .pdf-presentation {
          height: 760px;
          background: #f5f8f8; } }
      @media screen and (max-width: 799px) {
        .content-wrapper .content .to-catalog-wrap, .content-wrapper .content .pdf-presentation {
          height: auto;
          background: #f5f8f8; } }
      .content-wrapper .content .to-catalog-wrap .to-catalog-inner, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner, .content-wrapper .content .pdf-presentation .to-catalog-inner, .content-wrapper .content .pdf-presentation .pdf-presentation-inner {
        width: 1440px;
        margin: 0 auto;
        padding-top: 45px; }
        @media screen and (max-width: 1520px) and (min-width: 1280px) {
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner, .content-wrapper .content .pdf-presentation .to-catalog-inner, .content-wrapper .content .pdf-presentation .pdf-presentation-inner {
            width: 1216px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner, .content-wrapper .content .pdf-presentation .to-catalog-inner, .content-wrapper .content .pdf-presentation .pdf-presentation-inner {
            width: 960px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner, .content-wrapper .content .pdf-presentation .to-catalog-inner, .content-wrapper .content .pdf-presentation .pdf-presentation-inner {
            width: 736px; } }
        @media screen and (max-width: 799px) and (min-width: 480px) {
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner, .content-wrapper .content .pdf-presentation .to-catalog-inner, .content-wrapper .content .pdf-presentation .pdf-presentation-inner {
            width: 420px; } }
        @media screen and (max-width: 479px) {
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner, .content-wrapper .content .pdf-presentation .to-catalog-inner, .content-wrapper .content .pdf-presentation .pdf-presentation-inner {
            width: 260px; } }
        @media screen and (max-width: 1520px) and (min-width: 1280px) {
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner, .content-wrapper .content .pdf-presentation .to-catalog-inner, .content-wrapper .content .pdf-presentation .pdf-presentation-inner {
            padding-top: 85px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner, .content-wrapper .content .pdf-presentation .to-catalog-inner, .content-wrapper .content .pdf-presentation .pdf-presentation-inner {
            padding-top: 95px; } }
        @media screen and (max-width: 1023px) and (min-width: 480px) {
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner, .content-wrapper .content .pdf-presentation .to-catalog-inner, .content-wrapper .content .pdf-presentation .pdf-presentation-inner {
            padding-top: 60px; } }
        @media screen and (min-width: 1024px) {
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner, .content-wrapper .content .pdf-presentation .to-catalog-inner, .content-wrapper .content .pdf-presentation .pdf-presentation-inner {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            -moz-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: flex-start; } }
        @media screen and (max-width: 799px) and (min-width: 480px) {
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner, .content-wrapper .content .pdf-presentation .to-catalog-inner, .content-wrapper .content .pdf-presentation .pdf-presentation-inner {
            padding-bottom: 60px; } }
        @media screen and (max-width: 479px) {
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner, .content-wrapper .content .pdf-presentation .to-catalog-inner, .content-wrapper .content .pdf-presentation .pdf-presentation-inner {
            padding-bottom: 45px; } }
        .content-wrapper .content .to-catalog-wrap .to-catalog-inner img, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner img, .content-wrapper .content .pdf-presentation .to-catalog-inner img, .content-wrapper .content .pdf-presentation .pdf-presentation-inner img {
          min-width: 631px;
          max-width: 631px; }
          @media screen and (max-width: 1520px) and (min-width: 1280px) {
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner img, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner img, .content-wrapper .content .pdf-presentation .to-catalog-inner img, .content-wrapper .content .pdf-presentation .pdf-presentation-inner img {
              min-width: 552px;
              max-width: 552px; } }
          @media screen and (max-width: 1279px) and (min-width: 800px) {
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner img, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner img, .content-wrapper .content .pdf-presentation .to-catalog-inner img, .content-wrapper .content .pdf-presentation .pdf-presentation-inner img {
              min-width: 470px;
              max-width: 470px; } }
          @media screen and (max-width: 1023px) {
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner img, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner img, .content-wrapper .content .pdf-presentation .to-catalog-inner img, .content-wrapper .content .pdf-presentation .pdf-presentation-inner img {
              margin: 0 auto;
              display: block; } }
          @media screen and (max-width: 799px) and (min-width: 480px) {
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner img, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner img, .content-wrapper .content .pdf-presentation .to-catalog-inner img, .content-wrapper .content .pdf-presentation .pdf-presentation-inner img {
              min-width: 398px;
              max-width: 398px; } }
          @media screen and (max-width: 479px) {
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner img, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner img, .content-wrapper .content .pdf-presentation .to-catalog-inner img, .content-wrapper .content .pdf-presentation .pdf-presentation-inner img {
              min-width: 253px;
              max-width: 253px; } }
        .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info, .content-wrapper .content .pdf-presentation .to-catalog-inner .info, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info {
          min-width: 640px;
          max-width: 640px;
          padding-top: 85px;
          margin-left: 85px; }
          @media screen and (max-width: 1520px) and (min-width: 1280px) {
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info, .content-wrapper .content .pdf-presentation .to-catalog-inner .info, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info {
              min-width: 530px;
              max-width: 530px;
              margin-left: 65px;
              padding-top: 0; } }
          @media screen and (max-width: 1279px) and (min-width: 1024px) {
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info, .content-wrapper .content .pdf-presentation .to-catalog-inner .info, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info {
              min-width: 425px;
              max-width: 425px;
              margin-left: 30px;
              padding-top: 0; } }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info, .content-wrapper .content .pdf-presentation .to-catalog-inner .info, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info {
              margin-left: 40px;
              padding-top: 40px; } }
          @media screen and (max-width: 799px) {
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info, .content-wrapper .content .pdf-presentation .to-catalog-inner .info, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info {
              padding-top: 40px; } }
          @media screen and (max-width: 799px) {
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info, .content-wrapper .content .pdf-presentation .to-catalog-inner .info, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info {
              min-width: 100%;
              max-width: 100%;
              margin-left: 0; } }
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-title, .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-title, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-title, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-title, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-title, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-title, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-title, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-title {
            color: #075550;
            font-size: 30px;
            font-family: "Gothampro", Arial, Sans-Serif;
            text-transform: uppercase;
            line-height: 42px; }
            @media screen and (max-width: 799px) {
              .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-title, .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-title, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-title, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-title, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-title, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-title, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-title, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-title {
                font-size: 24px;
                line-height: 30px; } }
            @media screen and (max-width: 479px) {
              .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-title, .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-title, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-title, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-title, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-title, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-title, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-title, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-title {
                font-size: 20px; } }
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-description, .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-description, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-description, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-description, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-description, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-description, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-description, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-description {
            color: #010101;
            font-size: 20px;
            font-family: "Gothampro", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none;
            margin-top: 15px;
            line-height: 26px; }
            @media screen and (max-width: 799px) {
              .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-description, .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-description, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-description, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-description, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-description, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-description, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-description, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-description {
                margin-top: 40px; } }
          .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-link, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-link, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-link, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-link {
            margin-top: 70px;
            position: relative;
            align-items: center;
            min-width: 160px;
            height: 60px;
            line-height: 60px;
            padding: 0 40px 0 100px;
            color: white;
            font-size: 16px;
            font-family: "Gothampro", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: uppercase;
            transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            background: #e7564e;
            text-decoration: none;
            cursor: pointer;
            overflow: hidden;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            display: table;
            border: 0;
            outline: none; }
            @media screen and (min-width: 1024px) {
              .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-link:hover:not(.noHover):before, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-link:hover:not(.noHover):before, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-link:hover:not(.noHover):before, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-link:hover:not(.noHover):before {
                width: 100%;
                border-right: 0;
                background: #db0f00; }
              .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-link:hover:not(.noHover):after, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-link:hover:not(.noHover):after, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-link:hover:not(.noHover):after, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-link:hover:not(.noHover):after {
                left: 50px; } }
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-link:before, .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-link:after, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-link:before, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-link:after, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-link:before, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-link:after, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-link:before, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-link:after {
              content: "";
              position: absolute;
              transition: all 0.4s ease;
              -o-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease; }
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-link:before, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-link:before, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-link:before, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-link:before {
              width: 60px;
              height: 60px;
              top: 0;
              left: 0;
              z-index: 0;
              background: #e7564e;
              border-right: 1px solid white; }
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-link:after, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-link:after, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-link:after, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-link:after {
              z-index: 1;
              background: url("/local/templates/main/img/form-button-arrow.svg") center no-repeat;
              width: 11px;
              height: 18px;
              left: 24px;
              top: 50%;
              margin-top: -9px; }
            .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-link span, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-link span, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-link span, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-link span {
              position: relative;
              z-index: 2; }
            @media screen and (max-width: 1520px) and (min-width: 1280px) {
              .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-link, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-link, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-link, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-link {
                margin-top: 50px; } }
            @media screen and (max-width: 1279px) and (min-width: 1024px) {
              .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-link, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-link, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-link, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-link {
                margin-top: 30px; } }
            @media screen and (max-width: 1023px) and (min-width: 480px) {
              .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-link, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-link, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-link, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-link {
                margin: 60px auto 0; } }
            @media screen and (max-width: 799px) and (min-width: 480px) {
              .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-link, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-link, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-link, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-link {
                margin: 50px auto 0; } }
            @media screen and (max-width: 479px) {
              .content-wrapper .content .to-catalog-wrap .to-catalog-inner .info .to-catalog-link, .content-wrapper .content .to-catalog-wrap .pdf-presentation-inner .info .to-catalog-link, .content-wrapper .content .pdf-presentation .to-catalog-inner .info .to-catalog-link, .content-wrapper .content .pdf-presentation .pdf-presentation-inner .info .to-catalog-link {
                margin: 40px auto 0; } }
    @media screen and (min-width: 480px) {
      .content-wrapper .content .to-catalog-description .pdf-presentation-inner {
        min-width: 633px;
        max-width: 633px; } }
    .content-wrapper .content .projects-block {
      width: 1440px;
      margin: 0 auto;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start;
      padding: 20px 0 45px; }
      @media screen and (max-width: 1520px) and (min-width: 1280px) {
        .content-wrapper .content .projects-block {
          width: 1216px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .content-wrapper .content .projects-block {
          width: 960px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .content-wrapper .content .projects-block {
          width: 736px; } }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .content-wrapper .content .projects-block {
          width: 420px; } }
      @media screen and (max-width: 479px) {
        .content-wrapper .content .projects-block {
          width: 260px; } }
      @media screen and (max-width: 1520px) and (min-width: 1280px) {
        .content-wrapper .content .projects-block {
          padding-bottom: 70px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .content-wrapper .content .projects-block {
          padding-bottom: 120px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .content-wrapper .content .projects-block {
          padding: 80px 0 120px; } }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .content-wrapper .content .projects-block {
          padding: 60px 0 80px; } }
      @media screen and (max-width: 479px) {
        .content-wrapper .content .projects-block {
          padding: 40px 0 70px; } }
      .content-wrapper .content .projects-block .projects-info {
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 50px;
        padding-right: 42px; }
        @media screen and (max-width: 1520px) {
          .content-wrapper .content .projects-block .projects-info {
            padding-right: 0; } }
        @media screen and (max-width: 1023px) {
          .content-wrapper .content .projects-block .projects-info {
            order: 1; } }
        @media screen and (max-width: 1023px) and (min-width: 480px) {
          .content-wrapper .content .projects-block .projects-info {
            padding-top: 30px; } }
        @media screen and (max-width: 479px) {
          .content-wrapper .content .projects-block .projects-info {
            padding-top: 20px; } }
        .content-wrapper .content .projects-block .projects-info .projects-title {
          color: #075550;
          font-size: 30px;
          font-family: "Gothampro", Arial, Sans-Serif;
          text-transform: uppercase;
          line-height: 42px;
          padding-bottom: 15px; }
          @media screen and (max-width: 1023px) {
            .content-wrapper .content .projects-block .projects-info .projects-title {
              padding-top: 0; } }
          @media screen and (max-width: 799px) {
            .content-wrapper .content .projects-block .projects-info .projects-title {
              font-size: 24px;
              line-height: 32px; } }
        .content-wrapper .content .projects-block .projects-info .text-1 {
          color: #7c7c7c;
          font-size: 20px;
          font-family: "Gothampro", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          line-height: 26px; }
          @media screen and (max-width: 799px) and (min-width: 480px) {
            .content-wrapper .content .projects-block .projects-info .text-1 {
              font-size: 18px;
              line-height: 22px; } }
          @media screen and (max-width: 479px) {
            .content-wrapper .content .projects-block .projects-info .text-1 {
              font-size: 16px;
              line-height: 22px; } }
          .content-wrapper .content .projects-block .projects-info .text-1 * {
            color: #7c7c7c;
            font-size: 20px;
            font-family: "Gothampro", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none;
            margin-top: 15px;
            line-height: 26px; }
            @media screen and (max-width: 799px) and (min-width: 480px) {
              .content-wrapper .content .projects-block .projects-info .text-1 * {
                font-size: 18px;
                line-height: 22px; } }
            @media screen and (max-width: 479px) {
              .content-wrapper .content .projects-block .projects-info .text-1 * {
                font-size: 16px;
                line-height: 22px; } }
        .content-wrapper .content .projects-block .projects-info .text-2 {
          color: #010101;
          font-size: 18px;
          font-family: "Gothampro", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          margin-top: 20px;
          line-height: 18px; }
          @media screen and (max-width: 799px) and (min-width: 480px) {
            .content-wrapper .content .projects-block .projects-info .text-2 {
              font-size: 16px; } }
          @media screen and (max-width: 479px) {
            .content-wrapper .content .projects-block .projects-info .text-2 {
              font-size: 14px;
              line-height: 18px; } }
          .content-wrapper .content .projects-block .projects-info .text-2 * {
            color: #010101;
            font-size: 18px;
            font-family: "Gothampro", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none;
            margin-top: 15px;
            line-height: 18px; }
            @media screen and (max-width: 799px) and (min-width: 480px) {
              .content-wrapper .content .projects-block .projects-info .text-2 * {
                font-size: 16px; } }
            @media screen and (max-width: 479px) {
              .content-wrapper .content .projects-block .projects-info .text-2 * {
                font-size: 14px;
                line-height: 18px; } }
        .content-wrapper .content .projects-block .projects-info .link {
          position: relative;
          align-items: center;
          min-width: 245px;
          height: 60px;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          padding: 0 40px 0 100px;
          color: white;
          font-size: 16px;
          font-family: "Gothampro", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: uppercase;
          transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease;
          background: #039898;
          text-decoration: none;
          cursor: pointer;
          overflow: hidden;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: 0;
          outline: none;
          max-width: 245px;
          margin: 45px 0 0 0; }
          @media screen and (min-width: 1024px) {
            .content-wrapper .content .projects-block .projects-info .link:hover:not(.noHover):before {
              width: 100%; }
            .content-wrapper .content .projects-block .projects-info .link:hover:not(.noHover):after {
              left: 50px; } }
          .content-wrapper .content .projects-block .projects-info .link:before, .content-wrapper .content .projects-block .projects-info .link:after {
            content: "";
            position: absolute;
            transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease; }
          .content-wrapper .content .projects-block .projects-info .link:before {
            width: 60px;
            height: 60px;
            top: 0;
            left: 0;
            z-index: 0;
            background: #075550; }
          .content-wrapper .content .projects-block .projects-info .link:after {
            z-index: 1;
            background: url("/local/templates/main/img/form-button-arrow.svg") center no-repeat;
            width: 11px;
            height: 18px;
            left: 24px;
            top: 50%;
            margin-top: -9px; }
          .content-wrapper .content .projects-block .projects-info .link span {
            position: relative;
            z-index: 2; }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .content-wrapper .content .projects-block .projects-info .link {
              margin-top: 30px; } }
          @media screen and (max-width: 799px) and (min-width: 480px) {
            .content-wrapper .content .projects-block .projects-info .link {
              margin: 25px auto 0; } }
          @media screen and (max-width: 479px) {
            .content-wrapper .content .projects-block .projects-info .link {
              margin: 25px auto 0;
              width: 100%; } }
      .content-wrapper .content .projects-block .image-wrap {
        min-width: 580px;
        max-width: 580px;
        height: 472px;
        margin-left: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 1520px) {
          .content-wrapper .content .projects-block .image-wrap {
            height: auto; } }
        @media screen and (max-width: 1520px) and (min-width: 1280px) {
          .content-wrapper .content .projects-block .image-wrap {
            min-width: 545px;
            max-width: 545px;
            margin-top: 45px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .content-wrapper .content .projects-block .image-wrap {
            min-width: 495px;
            max-width: 495px;
            margin-top: 90px; } }
        @media screen and (max-width: 1023px) {
          .content-wrapper .content .projects-block .image-wrap {
            min-width: 100%;
            max-width: 100%; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .content-wrapper .content .projects-block .image-wrap {
            height: 536px; } }
        @media screen and (max-width: 799px) and (min-width: 480px) {
          .content-wrapper .content .projects-block .image-wrap {
            height: 376px; } }
        @media screen and (max-width: 479px) {
          .content-wrapper .content .projects-block .image-wrap {
            height: 240px; } }
        .content-wrapper .content .projects-block .image-wrap img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .content-wrapper .content .projects-block .image-wrap img {
              margin-left: -50px; } }
          @media screen and (max-width: 799px) {
            .content-wrapper .content .projects-block .image-wrap img {
              margin-left: -20px; } }
    .content-wrapper .content .file-download {
      position: relative;
      margin-top: 25px;
      padding-left: 40px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      background: url("/local/templates/main/img/download-file.svg") left top no-repeat;
      text-decoration: underline;
      max-width: 515px;
      min-height: 26px; }
      .content-wrapper .content .file-download:hover {
        text-decoration: none; }
        .content-wrapper .content .file-download:hover a {
          text-decoration: none; }
      @media screen and (max-width: 799px) {
        .content-wrapper .content .file-download {
          font-size: 16px; } }
      @media screen and (max-width: 479px) {
        .content-wrapper .content .file-download {
          background: transparent;
          padding-left: 0;
          margin-top: 5px; } }
      .content-wrapper .content .file-download a {
        color: #009277;
        font-size: 18px;
        font-family: "Gothampro Light", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        line-height: 20px;
        padding-top: 3px;
        display: table; }

footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background: url("/local/templates/main/img/footer-bg.png") -108% 22% no-repeat #075550;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  footer * {
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease; }
  @media screen and (min-width: 2560px) {
    footer {
      background-position: 280% 22%; } }
  @media screen and (max-width: 2559px) and (min-width: 1921px) {
    footer {
      background-position: 560px 22%; } }
  @media screen and (max-width: 1520px) and (min-width: 1280px) {
    footer {
      background-position: -15% 22%; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    footer {
      background-position: 32% 7%;
      padding: 60px 0 115px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    footer {
      background-position: 26% 7%;
      padding: 60px 0 100px; } }
  @media screen and (max-width: 799px) and (min-width: 480px) {
    footer {
      background-position: 41.5% 7%;
      padding: 60px 0 70px; } }
  @media screen and (max-width: 479px) {
    footer {
      background-position: 39% 7%;
      padding: 60px 0 73px; } }
  footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 120%;
    z-index: 0;
    -webkit-box-shadow: inset 0 0 20px 5px rgba(7, 49, 46, 0.8);
    -moz-box-shadow: inset 0 0 20px 5px rgba(7, 49, 46, 0.8);
    box-shadow: inset 0 0 20px 5px rgba(7, 49, 46, 0.8); }
  footer .first-line {
    position: relative;
    width: 1440px;
    margin: 0 auto; }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      footer .first-line {
        width: 1216px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      footer .first-line {
        width: 960px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      footer .first-line {
        width: 736px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      footer .first-line {
        width: 420px; } }
    @media screen and (max-width: 479px) {
      footer .first-line {
        width: 260px; } }
    @media screen and (min-width: 800px) {
      footer .first-line {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start; } }
    footer .first-line .logo-wrap {
      min-width: 230px; }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        footer .first-line .logo-wrap {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: flex-start; } }
      @media screen and (min-width: 1280px) {
        footer .first-line .logo-wrap .phone-and-request {
          display: none; } }
      @media screen and (max-width: 479px) {
        footer .first-line .logo-wrap .phone-and-request {
          display: none; } }
      @media screen and (min-width: 1280px) {
        footer .first-line .logo-wrap .address {
          display: none; } }
      @media screen and (max-width: 479px) {
        footer .first-line .logo-wrap .address {
          display: none; } }
      @media screen and (max-width: 1279px) and (min-width: 800px) {
        footer .first-line .logo-wrap .phone-wrap {
          margin-top: 98px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        footer .first-line .logo-wrap .phone-wrap {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center;
          min-width: 500px; } }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        footer .first-line .logo-wrap .phone-wrap {
          margin-top: 15px;
          margin-left: auto; } }
    footer .first-line .logo {
      display: block;
      width: 202px;
      height: 53px;
      background: url("/local/templates/main/img/logo-white.svg") center no-repeat; }
    footer .first-line .copyright {
      margin-top: 34px;
      color: white;
      font-size: 12px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      line-height: 18px; }
    footer .first-line .subscribe-and-contacts {
      margin-left: auto;
      margin-top: 18px; }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        footer .first-line .subscribe-and-contacts {
          position: absolute;
          right: 10px;
          bottom: -120px; } }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        footer .first-line .subscribe-and-contacts {
          margin-top: 45px; } }
      @media screen and (max-width: 479px) {
        footer .first-line .subscribe-and-contacts {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          -moz-flex-direction: column;
          flex-direction: column;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: flex-start; } }
      @media screen and (max-width: 1279px) and (min-width: 480px) {
        footer .first-line .subscribe-and-contacts .phone-and-request {
          display: none; } }
      @media screen and (max-width: 1520px) and (min-width: 1280px) {
        footer .first-line .subscribe-and-contacts .address {
          max-width: 175px;
          margin-left: auto; } }
      @media screen and (max-width: 1279px) and (min-width: 480px) {
        footer .first-line .subscribe-and-contacts .address {
          display: none; } }
    footer .first-line .phone-and-request {
      margin-top: 72px;
      text-align: right; }
      @media screen and (max-width: 1279px) and (min-width: 800px) {
        footer .first-line .phone-and-request {
          text-align: left; } }
      @media screen and (max-width: 1279px) and (min-width: 480px) {
        footer .first-line .phone-and-request {
          margin-top: 0; } }
      @media screen and (max-width: 479px) {
        footer .first-line .phone-and-request {
          margin-top: 22px;
          text-align: left;
          order: 0; } }
      footer .first-line .phone-and-request a[href^=tel] {
        color: white;
        font-size: 18px;
        font-family: "Gothampro Bold", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        text-decoration: none;
        text-align: right; }
        @media screen and (max-width: 1279px) {
          footer .first-line .phone-and-request a[href^=tel] {
            text-align: left; } }
      footer .first-line .phone-and-request .send-request {
        color: white;
        font-size: 13px;
        font-family: "Gothampro", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        display: table;
        margin-top: 4px;
        margin-left: auto; }
        @media screen and (max-width: 1279px) {
          footer .first-line .phone-and-request .send-request {
            margin-left: 0; } }
        footer .first-line .phone-and-request .send-request span {
          cursor: pointer;
          border-bottom: dotted 1px white;
          padding-bottom: 2px;
          display: inline-block; }
          footer .first-line .phone-and-request .send-request span:hover:not(.noHover) {
            border-bottom: 0; }
    footer .first-line .address {
      color: white;
      font-size: 14px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      line-height: 14px;
      text-align: right;
      margin-top: 45px; }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        footer .first-line .address {
          text-align: left;
          max-width: 175px;
          margin-top: 50px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        footer .first-line .address {
          margin-left: 40px;
          margin-top: 0;
          text-align: left; } }
      @media screen and (max-width: 799px) {
        footer .first-line .address {
          margin-top: 30px;
          max-width: 130px;
          font-size: 12px;
          line-height: 17px;
          margin-left: auto; } }
      @media screen and (max-width: 479px) {
        footer .first-line .address {
          margin-left: 0;
          text-align: left;
          order: 1; } }
  footer .second-line {
    position: relative;
    width: 1440px;
    margin: 0 auto; }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      footer .second-line {
        width: 1216px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      footer .second-line {
        width: 960px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      footer .second-line {
        width: 736px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      footer .second-line {
        width: 420px; } }
    @media screen and (max-width: 479px) {
      footer .second-line {
        width: 260px; } }
    @media screen and (max-width: 1023px) and (min-width: 480px) {
      footer .second-line {
        margin-top: 45px; } }
    @media screen and (max-width: 479px) {
      footer .second-line {
        margin-top: 35px; } }
    footer .second-line .company-info-1, footer .second-line .company-info-2, footer .second-line .company-info-3 {
      color: white;
      font-size: 12px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      line-height: 13px;
      margin-top: 14px; }
      @media screen and (max-width: 1279px) and (min-width: 800px) {
        footer .second-line .company-info-1, footer .second-line .company-info-2, footer .second-line .company-info-3 {
          max-width: 570px; } }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        footer .second-line .company-info-1, footer .second-line .company-info-2, footer .second-line .company-info-3 {
          max-width: 415px; } }

.agreement-checkbox {
  white-space: nowrap;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }
  @media screen and (max-width: 1023px) {
    .agreement-checkbox {
      align-items: flex-start; } }
  .agreement-checkbox.error .checkbox {
    border: 1px solid #ff554e; }
  .agreement-checkbox.error .text {
    color: #e7564e !important; }
    .agreement-checkbox.error .text a {
      color: #e7564e !important; }
  .agreement-checkbox.active .checkbox:before {
    opacity: 1; }
  .agreement-checkbox .checkbox {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    border: 1px solid #b9d1d1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    margin-right: 10px;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .agreement-checkbox .checkbox:before {
      content: '';
      width: 8px;
      height: 8px;
      background: #039898;
      opacity: 0;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease; }
    .agreement-checkbox .checkbox input {
      display: none; }
  .agreement-checkbox .text {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    color: #262626;
    font-size: 13px;
    font-family: "Gothampro", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    white-space: normal;
    line-height: initial;
    word-spacing: 0; }
    .agreement-checkbox .text a {
      color: #009277;
      font-size: 13px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      display: block;
      letter-spacing: -.1px; }
      .agreement-checkbox .text a:hover:not(.noHover) {
        text-decoration: none; }

.addedToCart {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -45px;
  width: 300px;
  height: 80px !important;
  line-height: 80px;
  margin-left: -150px;
  background: white;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.11);
  z-index: 1001;
  display: none;
  background: white;
  white-space: nowrap;
  color: #262626;
  font-size: 16px;
  font-family: "Gothampro Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: center; }
  .addedToCart .exit {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -35px;
    top: -35px;
    cursor: pointer; }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  /* Image border */ }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/local/templates/main/img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/local/templates/main/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/local/templates/main/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  bottom: 0;
  position: absolute; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data .lb-details {
  position: absolute;
  bottom: -40px;
  display: none; }

.lb-data .lb-caption {
  color: white;
  font-size: 24px;
  font-family: "NeoSansPro", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  letter-spacing: 1.2px; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-closeContainer {
  position: relative; }

.lb-data .lb-close {
  display: block;
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 27px;
  height: 27px;
  background: url(/local/templates/main/img/close.png) top right no-repeat;
  text-align: right;
  cursor: pointer; }

.content-form:not(.other-style).fixedBlock {
  display: none;
  height: auto;
  position: absolute;
  left: 50%;
  top: 30%;
  background: #fcfcfc;
  z-index: 1003;
  -webkit-box-shadow: 1px 3px 21px 0 rgba(7, 85, 80, 0.3);
  -moz-box-shadow: 1px 3px 21px 0 rgba(7, 85, 80, 0.3);
  box-shadow: 1px 3px 21px 0 rgba(7, 85, 80, 0.3);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media screen and (max-width: 799px) {
    .content-form:not(.other-style).fixedBlock {
      width: 420px; } }
  @media screen and (max-width: 479px) {
    .content-form:not(.other-style).fixedBlock {
      width: 260px; } }
  .content-form:not(.other-style).fixedBlock.fade-animate {
    display: block !important;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation: fadeAnimate 0.3s linear;
    animation: fadeAnimate 0.3s linear; }
@-webkit-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%) translateX(-50%);
    -ms-transform: translateY(10%) translateX(-50%);
    -webkit-transform: translateY(10%) translateX(-50%);
    -o-transform: translateY(10%) translateX(-50%);
    transform: translateY(10%) translateX(-50%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    opacity: 1; } }
@-moz-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%) translateX(-50%);
    -ms-transform: translateY(10%) translateX(-50%);
    -webkit-transform: translateY(10%) translateX(-50%);
    -o-transform: translateY(10%) translateX(-50%);
    transform: translateY(10%) translateX(-50%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    opacity: 1; } }
@-ms-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%) translateX(-50%);
    -ms-transform: translateY(10%) translateX(-50%);
    -webkit-transform: translateY(10%) translateX(-50%);
    -o-transform: translateY(10%) translateX(-50%);
    transform: translateY(10%) translateX(-50%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    opacity: 1; } }
@-o-keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%) translateX(-50%);
    -ms-transform: translateY(10%) translateX(-50%);
    -webkit-transform: translateY(10%) translateX(-50%);
    -o-transform: translateY(10%) translateX(-50%);
    transform: translateY(10%) translateX(-50%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    opacity: 1; } }
@keyframes fadeAnimate {
  0% {
    -moz-transform: translateY(10%) translateX(-50%);
    -ms-transform: translateY(10%) translateX(-50%);
    -webkit-transform: translateY(10%) translateX(-50%);
    -o-transform: translateY(10%) translateX(-50%);
    transform: translateY(10%) translateX(-50%);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
    opacity: 1; } }
  .content-form:not(.other-style).fixedBlock.scroll {
    top: 30px !important; }
    .content-form:not(.other-style).fixedBlock.scroll .validateForm {
      overflow-y: auto;
      height: 100%; }
.content-form:not(.other-style) .access-message {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  top: 0;
  z-index: 5; }
  .content-form:not(.other-style) .access-message .message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: black;
    font-size: 22px;
    font-family: "Gothampro", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    text-align: center;
    height: 90px; }
.content-form:not(.other-style) .exit {
  position: absolute;
  background: url("/local/templates/main/img/form-exit.svg") center no-repeat;
  width: 20px;
  height: 20px;
  right: -30px;
  top: -30px;
  cursor: pointer; }
  @media screen and (max-width: 799px) {
    .content-form:not(.other-style) .exit {
      width: 35px;
      height: 35px;
      right: -8px;
      top: -45px; } }
.content-form:not(.other-style) .validateForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  height: 100%;
  position: relative; }
  .content-form:not(.other-style) .validateForm .name-form {
    color: #075550;
    font-size: 30px;
    font-family: "Gothampro", Arial, Sans-Serif;
    text-transform: uppercase;
    line-height: initial;
    white-space: normal;
    text-align: center;
    margin-bottom: 35px; }
    @media screen and (max-width: 799px) {
      .content-form:not(.other-style) .validateForm .name-form {
        font-size: 24px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 479px) {
      .content-form:not(.other-style) .validateForm .name-form {
        font-size: 21px;
        letter-spacing: -0.5px; } }
  .content-form:not(.other-style) .validateForm .description {
    color: #7c7c7c;
    font-size: 20px;
    font-family: "Gothampro", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    line-height: 26px;
    padding: 0 0 40px 0;
    text-align: center; }
    @media screen and (max-width: 799px) {
      .content-form:not(.other-style) .validateForm .description {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 20px; } }
    @media screen and (max-width: 479px) {
      .content-form:not(.other-style) .validateForm .description {
        font-size: 14px;
        line-height: 18px; } }
  .content-form:not(.other-style) .validateForm .input-message {
    color: #989898;
    font-size: 14px;
    font-family: "Gothampro Light", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    text-align: center;
    margin-top: 8px; }
  .content-form:not(.other-style) .validateForm .errors-wrap {
    position: relative;
    padding: 22px 25px;
    display: none;
    background: #f5bbbb; }
    @media screen and (max-width: 479px) {
      .content-form:not(.other-style) .validateForm .errors-wrap {
        padding: 22px 10px; } }
    .content-form:not(.other-style) .validateForm .errors-wrap.active {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      display: -webkit-flex !important;
      display: flex !important;
      margin-bottom: 20px; }
    .content-form:not(.other-style) .validateForm .errors-wrap:before {
      content: "";
      background: url("/local/templates/main/img/notice-icon-red.png") left center no-repeat;
      width: 33px;
      height: 33px;
      display: inline-block;
      vertical-align: middle; }
    .content-form:not(.other-style) .validateForm .errors-wrap .errors-list {
      position: relative;
      text-align: left;
      padding-left: 20px;
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media screen and (max-width: 479px) {
        .content-form:not(.other-style) .validateForm .errors-wrap .errors-list {
          padding-left: 10px; } }
      .content-form:not(.other-style) .validateForm .errors-wrap .errors-list .error {
        color: #010101;
        font-size: 14px;
        font-family: "Gothampro Light", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        margin: 12px 0 0 0;
        white-space: normal;
        line-height: 16px; }
        @media screen and (max-width: 479px) {
          .content-form:not(.other-style) .validateForm .errors-wrap .errors-list .error {
            white-space: normal;
            max-width: 170px; } }
        .content-form:not(.other-style) .validateForm .errors-wrap .errors-list .error:first-child {
          margin-top: 0; }
        .content-form:not(.other-style) .validateForm .errors-wrap .errors-list .error.agreement, .content-form:not(.other-style) .validateForm .errors-wrap .errors-list .error.error-title {
          display: none; }
        .content-form:not(.other-style) .validateForm .errors-wrap .errors-list .error * {
          font-size: 14px; }
  .content-form:not(.other-style) .validateForm form {
    height: 100%;
    padding: 40px 50px 50px; }
    @media screen and (max-width: 799px) {
      .content-form:not(.other-style) .validateForm form {
        padding: 30px; } }
    @media screen and (max-width: 479px) {
      .content-form:not(.other-style) .validateForm form {
        padding: 30px 15px 30px; } }
  .content-form:not(.other-style) .validateForm .inputs {
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    .content-form:not(.other-style) .validateForm .inputs .input-wrap {
      white-space: nowrap;
      position: relative;
      min-width: 100%;
      max-width: 100%; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap:not(.hidden) {
        margin: 0 0 20px 0; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap:hover .input-note, .content-form:not(.other-style) .validateForm .inputs .input-wrap:focus .input-note {
        opacity: 1;
        visibility: visible;
        height: auto; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap.error .name:not(.rel) {
        color: #ff554e !important; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap.error input::-webkit-input-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap.error textarea::-webkit-input-placeholder {
        color: #ff554e !important; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap.error input::-moz-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap.error textarea::-moz-placeholder {
        color: #ff554e !important; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap.error input:-moz-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap.error textarea:-moz-placeholder {
        color: #ff554e !important; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap.error input:-ms-input-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap.error textarea:-ms-input-placeholder {
        color: #ff554e !important; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap .name:not(.rel) {
        color: #9aaba8;
        font-size: 14px;
        font-family: "Gothampro", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        position: absolute;
        left: 20px;
        top: 47%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media screen and (max-width: 479px) {
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .name:not(.rel) {
            left: 10px;
            letter-spacing: -0.5px; } }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap .name:not(.rel) span {
          color: #ff554e;
          font-size: 20px;
          font-family: "Gothampro", Arial, Sans-Serif;
          text-transform: uppercase; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap input, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea {
        width: 100%;
        border: 1px solid #b9d1d1;
        padding-left: 20px;
        background: transparent;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #727b79;
        font-size: 14px;
        font-family: "Gothampro", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap input::-webkit-input-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea::-webkit-input-placeholder {
          color: #9aaba8; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap input::-moz-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea::-moz-placeholder {
          color: #9aaba8; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap input:-moz-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea:-moz-placeholder {
          color: #9aaba8; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap input:-ms-input-placeholder, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea:-ms-input-placeholder {
          color: #9aaba8; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap input:-webkit-autofill, .content-form:not(.other-style) .validateForm .inputs .input-wrap input:-webkit-autofill:hover, .content-form:not(.other-style) .validateForm .inputs .input-wrap input:-webkit-autofill:focus, .content-form:not(.other-style) .validateForm .inputs .input-wrap input:-webkit-autofill:active, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea:-webkit-autofill, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea:-webkit-autofill:hover, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea:-webkit-autofill:focus, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea:-webkit-autofill:active {
          -webkit-text-fill-color: #727b79 !important;
          -webkit-box-shadow: 0 0 0 1000px white inset;
          transition: background-color 5000s ease-in-out 0s;
          border: 1px solid #b9d1d1;
          background-color: white !important; }
        @media screen and (max-width: 479px) {
          .content-form:not(.other-style) .validateForm .inputs .input-wrap input, .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea {
            padding-left: 10px; } }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap input {
        height: 45px; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap textarea {
        height: 100%;
        resize: none;
        padding: 14px 0 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap.textarea {
        height: 120px; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap.textarea .name:not(.rel) {
          top: 13px; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap.file {
        margin-bottom: 0;
        overflow: hidden;
        white-space: nowrap;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap.file input {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 25px !important;
          opacity: 0;
          overflow: hidden;
          cursor: pointer;
          padding: 0; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap.file .name-input-file {
          color: #009277;
          font-size: 14px;
          font-family: "Gothampro", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          cursor: pointer;
          height: 16px;
          line-height: 16px;
          padding-left: 30px;
          margin-right: 22px; }
          @media screen and (max-width: 799px) {
            .content-form:not(.other-style) .validateForm .inputs .input-wrap.file .name-input-file {
              padding-bottom: 15px; } }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap.file .name-input-file:hover:not(.noHover) {
            text-decoration: none; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap.file .name-input-file:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 17px;
            height: 15px;
            background: url("/local/templates/main/img/file-icon.svg") center no-repeat; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap.file .file-desc {
          color: #727b79;
          font-size: 13px;
          font-family: "Gothampro", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          margin-top: 10px;
          white-space: normal; }
          @media screen and (max-width: 799px) {
            .content-form:not(.other-style) .validateForm .inputs .input-wrap.file .file-desc {
              margin-top: 15px; } }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap.file .file-name {
          margin-right: 22px;
          padding: 3px 0;
          position: relative;
          overflow: hidden;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          color: #e7564e;
          font-size: 13px;
          font-family: "Gothampro", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none;
          padding-right: 10px;
          word-break: break-all;
          height: 100%;
          white-space: normal;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: flex-start;
          align-items: center; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap.file .file-name .delete {
            position: absolute;
            right: -4px;
            top: 50%;
            margin-top: -10px;
            background: url("/local/templates/main/img/delete-file-icon.svg") center no-repeat;
            background-size: 8px 8px;
            width: 16px;
            height: 16px;
            cursor: pointer; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap .options {
        width: 100%; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap .options select {
          display: none; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap .options.active .item.first:after {
          -webkit-transform: rotate(-180deg);
          /* Chrome y Safari */
          -moz-transform: rotate(-180deg);
          /* Firefox */
          filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number);
          /* Internet Explorer */
          -o-transform: rotate(-180deg);
          /* Opera */
          -ms-transform: rotate(-180deg); }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap .options.active .item.first {
          border-bottom: 0; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .items-wrap {
          display: none;
          position: absolute;
          width: 100%;
          z-index: 2;
          max-height: 287px;
          overflow-y: auto;
          scrollbar-color: #009277 #e4ecef;
          scrollbar-width: thin;
          scrollbar-base-color: #009277;
          scrollbar-face-color: #009277;
          scrollbar-3dlight-color: #009277;
          scrollbar-highlight-color: #009277;
          scrollbar-track-color: #e4ecef;
          scrollbar-arrow-color: #e4ecef;
          scrollbar-shadow-color: #009277;
          scrollbar-dark-shadow-color: #009277;
          background: white;
          border: 1px solid #b9d1d1;
          border-top: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .items-wrap::-webkit-scrollbar {
            width: 2px;
            background-color: #e4ecef; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .items-wrap::-webkit-scrollbar-thumb {
            width: 2px;
            background-color: #009277; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item {
          display: block;
          white-space: normal;
          cursor: pointer; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item:first-child {
            margin-top: 0; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item.active .str {
            color: #039898;
            background: #f0f3f5; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item .str {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            -moz-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            color: #727b79;
            font-size: 14px;
            font-family: "Gothampro", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none;
            width: 100%;
            height: 100%;
            padding: 12px 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            @media screen and (max-width: 479px) {
              .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item .str {
                padding: 12px 10px; } }
            .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item .str span {
              color: #ff554e;
              font-size: 20px;
              font-family: "Gothampro", Arial, Sans-Serif;
              text-transform: uppercase;
              line-height: 14px; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item.first {
            position: relative;
            background: transparent;
            border: 1px solid #b9d1d1;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item.first.default .str {
              color: #9aaba8;
              font-size: 14px;
              font-family: "Gothampro", Arial, Sans-Serif;
              text-transform: uppercase;
              text-transform: none;
              white-space: normal; }
            .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item.first.error {
              border: 1px solid #ff554e; }
              .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item.first.error .str {
                color: #ff554e !important; }
            .content-form:not(.other-style) .validateForm .inputs .input-wrap .options .item.first:after {
              content: "";
              width: 14px;
              height: 9px;
              background: url("/local/templates/main/img/form-field-arrow.svg") center no-repeat;
              position: absolute;
              top: 50%;
              margin-top: -3px;
              right: 20px;
              cursor: pointer;
              transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -webkit-transition: all 0.2s ease; }
      .content-form:not(.other-style) .validateForm .inputs .input-wrap .input-note {
        top: -2px;
        right: -210px;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        height: 0;
        width: 195px;
        padding: 20px;
        white-space: normal;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #ecf0f3;
        color: #010101;
        font-size: 12px;
        font-family: "Gothampro", Arial, Sans-Serif;
        text-transform: uppercase;
        line-height: 16px;
        text-transform: none; }
        @media screen and (max-width: 799px) {
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .input-note {
            display: none; } }
        @media screen and (max-width: 479px) {
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .input-note {
            max-width: 150px;
            right: -170px;
            padding: 8px 15px; } }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap .input-note ul {
          margin-top: 10px;
          margin-left: -2px; }
          .content-form:not(.other-style) .validateForm .inputs .input-wrap .input-note ul li {
            padding-left: 9px;
            color: #010101;
            font-size: 12px;
            font-family: "Gothampro", Arial, Sans-Serif;
            text-transform: uppercase;
            line-height: 16px;
            text-transform: none;
            margin-bottom: 0; }
            .content-form:not(.other-style) .validateForm .inputs .input-wrap .input-note ul li:before {
              width: 4px;
              height: 4px;
              top: 6px; }
        .content-form:not(.other-style) .validateForm .inputs .input-wrap .input-note:after {
          content: "";
          position: absolute;
          left: -10px;
          top: 14px;
          width: 0;
          height: 0;
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 10px solid #ecf0f3; }
    .content-form:not(.other-style) .validateForm .inputs .show-hide-password {
      width: 35px;
      height: 35px;
      background: url("/local/templates/main/img/eye-icon.png") center no-repeat;
      position: absolute;
      bottom: 9px;
      right: 16px;
      cursor: pointer; }
      .content-form:not(.other-style) .validateForm .inputs .show-hide-password.active {
        background: url("/local/templates/main/img/eye-icon.png") center no-repeat; }
  .content-form:not(.other-style) .validateForm .button-wrap {
    display: block; }
    .content-form:not(.other-style) .validateForm .button-wrap .button {
      position: relative;
      align-items: center;
      min-width: 160px;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 0 40px 0 100px;
      color: white;
      font-size: 16px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: uppercase;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      background: #039898;
      text-decoration: none;
      cursor: pointer;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      outline: none;
      margin: 0 auto; }
      @media screen and (min-width: 1024px) {
        .content-form:not(.other-style) .validateForm .button-wrap .button:hover:not(.noHover):before {
          width: 100%; }
        .content-form:not(.other-style) .validateForm .button-wrap .button:hover:not(.noHover):after {
          left: 50px; } }
      .content-form:not(.other-style) .validateForm .button-wrap .button:before, .content-form:not(.other-style) .validateForm .button-wrap .button:after {
        content: "";
        position: absolute;
        transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease; }
      .content-form:not(.other-style) .validateForm .button-wrap .button:before {
        width: 60px;
        height: 60px;
        top: 0;
        left: 0;
        z-index: 0;
        background: #075550; }
      .content-form:not(.other-style) .validateForm .button-wrap .button:after {
        z-index: 1;
        background: url("/local/templates/main/img/form-button-arrow.svg") center no-repeat;
        width: 11px;
        height: 18px;
        left: 24px;
        top: 50%;
        margin-top: -9px; }
      .content-form:not(.other-style) .validateForm .button-wrap .button span {
        position: relative;
        z-index: 2; }
      .content-form:not(.other-style) .validateForm .button-wrap .button.disabled {
        background: #9e9e9e;
        cursor: default; }
        .content-form:not(.other-style) .validateForm .button-wrap .button.disabled:before {
          background: #8c8d8f; }
      @media screen and (max-width: 479px) {
        .content-form:not(.other-style) .validateForm .button-wrap .button {
          padding: 0 20px 0 80px;
          font-size: 14px;
          height: 50px;
          line-height: 50px; }
          .content-form:not(.other-style) .validateForm .button-wrap .button:before {
            width: 50px;
            height: 50px; } }

.company-info {
  padding-top: 35px;
  margin: -35px 0 0 0;
  background: url("/local/templates/main/img/company/company-bg.svg") left 107% no-repeat #f9fafa;
  padding-bottom: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1520px) and (min-width: 1280px) {
    .company-info {
      padding-bottom: 80px; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .company-info {
      background: url("/local/templates/main/img/company/company-bg-1024.svg") left 130px no-repeat #f9fafa; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .company-info {
      padding-top: 30px;
      padding-bottom: 105px;
      background: url("/local/templates/main/img/company/company-bg-1024.svg") -130px 30px no-repeat #f9fafa; } }
  @media screen and (max-width: 799px) and (min-width: 480px) {
    .company-info {
      background: url("/local/templates/main/img/company/company-bg-1024.svg") -170px -38px no-repeat #f9fafa;
      padding-bottom: 55px; } }
  @media screen and (max-width: 479px) {
    .company-info {
      background: url("/local/templates/main/img/company/company-bg-1024.svg") -170px 38px no-repeat #f9fafa;
      padding-bottom: 30px; } }
  .company-info .new-h1 {
    width: 1440px;
    margin: 0 auto;
    margin: 0 auto !important; }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      .company-info .new-h1 {
        width: 1216px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .company-info .new-h1 {
        width: 960px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .company-info .new-h1 {
        width: 736px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      .company-info .new-h1 {
        width: 420px; } }
    @media screen and (max-width: 479px) {
      .company-info .new-h1 {
        width: 260px; } }
  .company-info .section-info-inner {
    width: 1440px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      .company-info .section-info-inner {
        width: 1216px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .company-info .section-info-inner {
        width: 960px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .company-info .section-info-inner {
        width: 736px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      .company-info .section-info-inner {
        width: 420px; } }
    @media screen and (max-width: 479px) {
      .company-info .section-info-inner {
        width: 260px; } }
    @media screen and (min-width: 1280px) {
      .company-info .section-info-inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .company-info .section-info-inner {
        align-items: flex-start; } }
  .company-info .preview-text-and-button {
    margin-top: 15px;
    max-width: 705px; }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      .company-info .preview-text-and-button {
        max-width: 620px; } }
    @media screen and (max-width: 1279px) {
      .company-info .preview-text-and-button {
        max-width: none; } }
    @media screen and (max-width: 1520px) {
      .company-info .preview-text-and-button {
        margin-top: 0; } }
    .company-info .preview-text-and-button .preview-text {
      overflow: hidden;
      color: #010101;
      font-size: 18px;
      font-family: "Gothampro Light", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      line-height: 22px;
      max-width: 860px; }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .company-info .preview-text-and-button .preview-text {
          font-size: 16px;
          line-height: 22px; } }
      @media screen and (max-width: 479px) {
        .company-info .preview-text-and-button .preview-text {
          font-size: 15px;
          line-height: 18px; } }
      .company-info .preview-text-and-button .preview-text ul {
        padding: 0; }
        .company-info .preview-text-and-button .preview-text ul li {
          list-style: none !important;
          padding-left: 35px;
          position: relative; }
          .company-info .preview-text-and-button .preview-text ul li:before {
            content: "" !important;
            position: absolute;
            left: 0;
            top: 3px;
            background: url("/local/templates/main/../img/li-check-icon.svg") center no-repeat;
            width: 18px;
            height: 13px; }
      @media screen and (max-width: 799px) {
        .company-info .preview-text-and-button .preview-text {
          line-height: 20px; } }
      @media screen and (max-width: 479px) {
        .company-info .preview-text-and-button .preview-text {
          font-size: 16px; } }
      .company-info .preview-text-and-button .preview-text *:not(h1) {
        color: #010101;
        font-size: 18px;
        font-family: "Gothampro Light", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        line-height: 22px;
        max-width: 860px; }
        @media screen and (max-width: 799px) and (min-width: 480px) {
          .company-info .preview-text-and-button .preview-text *:not(h1) {
            font-size: 16px;
            line-height: 22px; } }
        @media screen and (max-width: 479px) {
          .company-info .preview-text-and-button .preview-text *:not(h1) {
            font-size: 15px;
            line-height: 18px; } }
        .company-info .preview-text-and-button .preview-text *:not(h1) ul {
          padding: 0; }
          .company-info .preview-text-and-button .preview-text *:not(h1) ul li {
            list-style: none !important;
            padding-left: 35px;
            position: relative; }
            .company-info .preview-text-and-button .preview-text *:not(h1) ul li:before {
              content: "" !important;
              position: absolute;
              left: 0;
              top: 3px;
              background: url("/local/templates/main/../img/li-check-icon.svg") center no-repeat;
              width: 18px;
              height: 13px; }
        @media screen and (max-width: 799px) {
          .company-info .preview-text-and-button .preview-text *:not(h1) {
            line-height: 20px; } }
        @media screen and (max-width: 479px) {
          .company-info .preview-text-and-button .preview-text *:not(h1) {
            font-size: 16px; } }
      .company-info .preview-text-and-button .preview-text strong {
        font-family: "Gothampro Bold" !important; }
  .company-info .video {
    margin-top: 15px;
    min-width: 671px;
    max-width: 671px;
    height: 365px;
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start; }
    @media screen and (max-width: 1520px) {
      .company-info .video {
        margin-top: 0; } }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      .company-info .video {
        min-width: 567px;
        max-width: 567px;
        height: 308px; } }
    @media screen and (max-width: 1279px) {
      .company-info .video {
        min-width: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .company-info .video {
        height: 520px;
        margin-top: 15px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .company-info .video {
        height: 400px;
        margin-top: 30px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      .company-info .video {
        height: 263px;
        min-width: 120%;
        margin-left: -10%;
        margin-top: 20px; } }
    @media screen and (max-width: 479px) {
      .company-info .video {
        height: 177px;
        min-width: 130%;
        margin-left: -15%;
        margin-top: 20px; } }
    .company-info .video iframe {
      width: 100%;
      height: 100%;
      object-fit: contain; }

.question-bottom-wrap {
  padding-bottom: 180px; }
  @media screen and (max-width: 1279px) {
    .question-bottom-wrap {
      padding-bottom: 125px; } }

.poluchenie-i-oplata {
  width: 1440px;
  margin: 0 auto; }
  @media screen and (max-width: 1520px) and (min-width: 1280px) {
    .poluchenie-i-oplata {
      width: 1216px; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .poluchenie-i-oplata {
      width: 960px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .poluchenie-i-oplata {
      width: 736px; } }
  @media screen and (max-width: 799px) and (min-width: 480px) {
    .poluchenie-i-oplata {
      width: 420px; } }
  @media screen and (max-width: 479px) {
    .poluchenie-i-oplata {
      width: 260px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .poluchenie-i-oplata .tabs-red .tab {
      padding: 0 25px !important;
      -webkit-flex: 1 1 auto !important;
      -moz-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important; } }
  @media screen and (max-width: 799px) {
    .poluchenie-i-oplata .tabs-red .tab {
      -webkit-flex: 1 1 auto !important;
      -moz-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
      white-space: normal;
      padding: 0 11px !important;
      line-height: 18px !important; } }
  .poluchenie-i-oplata .tabs-content {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }
    .poluchenie-i-oplata .tabs-content.fadeOut {
      -webkit-animation-name: animateContentBlockFadeOut;
      animation-name: animateContentBlockFadeOut; }
@-webkit-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
@-moz-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
@-ms-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
@-o-keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
@keyframes animateContentBlockFadeOut {
  0% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }
  100% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; } }
    .poluchenie-i-oplata .tabs-content.fadeIn {
      -webkit-animation-name: animateContentBlockFadeIn;
      animation-name: animateContentBlockFadeIn; }
@-webkit-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-moz-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-ms-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@-o-keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
@keyframes animateContentBlockFadeIn {
  0% {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
  100% {
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; } }
    .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .text {
      padding-top: 25px;
      color: #262626;
      font-size: 16px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      line-height: 23px; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .text b {
        color: #262626;
        font-size: 16px;
        font-family: "Gothampro Bold", Arial, Sans-Serif;
        text-transform: uppercase;
        font-weight: normal; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .text .red-str {
        color: #ff554e;
        font-size: 16px;
        font-family: "Gothampro", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        margin-top: 5px; }
    .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .yandex-map {
      width: 100%;
      height: 480px;
      border: 2px solid white;
      margin-top: 15px; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .yandex-map #map {
        width: 100%;
        height: 100%; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .yandex-map #map .search-placemark-icons__active {
          color: #f33;
          margin-top: -64px;
          margin-left: -30px;
          position: relative; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .yandex-map #map .rubric-placemark-icons-provider__active-content {
          width: 24px;
          height: 24px;
          margin-left: -12px;
          margin-top: -12px; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=pickup] .yandex-map #map .rubric-placemark-icons-provider__active-content > svg {
            fill: #fff;
            overflow: visible; }
    .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] {
      padding-top: 25px; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .delivery-title {
        color: #262626;
        font-size: 16px;
        font-family: "Gothampro Bold", Arial, Sans-Serif;
        text-transform: uppercase;
        padding-bottom: 27px; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions {
        border: 1px solid #b9d1d1; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .title {
          padding: 12px 25px;
          background: #efefef;
          color: #009277;
          font-size: 16px;
          font-family: "Gothampro Bold", Arial, Sans-Serif;
          text-transform: uppercase; }
          @media screen and (max-width: 799px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .title {
              padding: 12px 15px; } }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container {
          padding: 22px 25px; }
          @media screen and (max-width: 799px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container {
              padding: 15px; } }
          @media screen and (min-width: 800px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types {
              display: -webkit-flex;
              display: -moz-flex;
              display: -ms-flex;
              display: flex;
              -webkit-flex-direction: row;
              -ms-flex-direction: row;
              -moz-flex-direction: row;
              flex-direction: row;
              -webkit-flex-wrap: nowrap;
              -moz-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
              justify-content: flex-start;
              align-items: flex-start; } }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid {
            min-width: 50%;
            max-width: 50%;
            padding-right: 35px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
            @media screen and (max-width: 799px) {
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid {
                min-width: 100%;
                max-width: 100%;
                padding-right: 0; } }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free .sub-title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid .sub-title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free .sub-title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid .sub-title {
              color: #009277;
              font-size: 16px;
              font-family: "Gothampro Bold", Arial, Sans-Serif;
              text-transform: uppercase;
              padding-left: 75px;
              height: 34px;
              line-height: 34px;
              margin-left: -2px; }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free .text, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid .text, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free .text, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid .text {
              margin-top: 10px;
              line-height: 24px;
              color: #262626;
              font-size: 16px;
              font-family: "Gothampro", Arial, Sans-Serif;
              text-transform: uppercase;
              text-transform: none; }
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free .text b, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid .text b, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free .text b, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid .text b {
                text-transform: none; }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free {
              min-width: 53%;
              max-width: 53%;
              padding-right: 20px; } }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .free .sub-title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .free .sub-title {
            background: url("/local/templates/main/img/delvery-free.png") left center no-repeat; }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid {
              padding-right: 20px; } }
          @media screen and (max-width: 799px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid {
              margin-top: 15px; } }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .types .paid .sub-title, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .types .paid .sub-title {
            background: url("/local/templates/main/img/delvery-paid.png") left center no-repeat; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list {
            margin-top: 5px;
            padding-top: 55px;
            background: url("/local/templates/main/img/attention-icon-min.png") left top no-repeat; }
            @media screen and (max-width: 799px) {
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list {
                margin-top: 15px; } }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul {
              padding-left: 5px;
              margin: 0; }
              @media screen and (max-width: 799px) {
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul {
                  padding-left: 0; } }
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul > li, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul > li {
                padding-left: 20px;
                position: relative;
                list-style: none;
                text-indent: 0; }
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul > li:before, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul > li:before {
                  content: '';
                  position: absolute;
                  left: 0;
                  top: 8px;
                  width: 6px;
                  height: 6px;
                  background: #ff554e;
                  -webkit-border-radius: 6px;
                  -moz-border-radius: 6px;
                  -ms-border-radius: 6px;
                  border-radius: 6px; }
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul > li ul, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul > li ul {
                  margin: 20px 0;
                  padding-left: 0; }
                  @media screen and (max-width: 799px) {
                    .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul > li ul, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul > li ul {
                      margin: 15px 0; } }
                  .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul > li ul li, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul > li ul li {
                    margin-bottom: 0; }
                    .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .list ul > li ul li:before, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ul > li ul li:before {
                      content: "-";
                      background: transparent;
                      left: 11px;
                      top: 2px; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            -webkit-flex-direction: row;
            -ms-flex-direction: row;
            -moz-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            justify-content: flex-start;
            align-items: flex-start;
            padding: 15px 0 25px 0;
            margin-left: -25px; }
            @media screen and (max-width: 1023px) {
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons {
                -webkit-flex-wrap: wrap;
                -moz-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                justify-content: center;
                padding-bottom: 0; } }
            @media screen and (max-width: 799px) {
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons {
                margin-left: 0; } }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del {
              min-width: 297px;
              max-width: 297px;
              height: 165px;
              margin-right: 23px;
              background: white;
              position: relative; }
              @media screen and (max-width: 1279px) and (min-width: 1024px) {
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del {
                  min-width: 225.5px;
                  max-width: 225.5px;
                  height: 142px; } }
              @media screen and (max-width: 1023px) {
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del {
                  min-width: 232px;
                  max-width: 232px;
                  height: 145px;
                  margin-bottom: 23px; } }
              @media screen and (max-width: 799px) {
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del {
                  min-width: 195px;
                  max-width: 195px;
                  height: 125px;
                  margin-bottom: 23px; } }
              @media screen and (min-width: 1024px) {
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del:nth-child(4n+4), .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del:nth-child(4n+4) {
                  margin-right: 0; } }
              @media screen and (max-width: 1023px) {
                .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del:nth-child(2n+2), .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del:nth-child(2n+2) {
                  margin-right: 0; } }
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-mo .container .deliveries-icons .del img, .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .deliveries-icons .del img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: auto;
                max-width: 90%;
                max-height: 90%; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions {
        margin-top: 27px; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .text {
          padding: 0 18px 18px 18px;
          color: #262626;
          font-size: 16px;
          font-family: "Gothampro Light", Arial, Sans-Serif;
          text-transform: uppercase;
          text-transform: none; }
          @media screen and (max-width: 799px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .text {
              padding: 0; } }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list b:first-child {
          padding-left: 15px; }
          @media screen and (max-width: 799px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list b:first-child {
              padding: 0; } }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ol {
          margin-top: 20px;
          counter-reset: myCounter; }
          @media screen and (max-width: 799px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ol {
              padding: 0; } }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ol li {
            position: relative;
            list-style: none;
            text-indent: 0; }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=delivery] .del-block-regions .container .list ol li:before {
              counter-increment: myCounter;
              content: counter(myCounter) ".";
              color: #ff554e;
              font-size: 16px;
              font-family: "Gothampro Medium", Arial, Sans-Serif;
              text-transform: uppercase;
              display: inline-block;
              text-align: center;
              margin: 0 7px 0 0; }
    .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] {
      margin-top: 30px; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payments {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payments .payment {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: center;
          margin-right: 80px;
          cursor: pointer; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payments .payment.active {
            cursor: default; }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payments .payment.active .checkbox:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              width: 13px;
              height: 13px;
              background: #ff554e;
              -webkit-border-radius: 13px;
              -moz-border-radius: 13px;
              -ms-border-radius: 13px;
              border-radius: 13px; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payments .payment .checkbox {
            min-width: 27px;
            max-width: 27px;
            height: 27px;
            background: #eeeeee;
            -webkit-box-shadow: inset 0 2px 3px 0 #d1d6e5;
            -moz-box-shadow: inset 0 2px 3px 0 #d1d6e5;
            box-shadow: inset 0 2px 3px 0 #d1d6e5;
            -webkit-border-radius: 27px;
            -moz-border-radius: 27px;
            -ms-border-radius: 27px;
            border-radius: 27px;
            position: relative; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payments .payment .name {
            color: #262626;
            font-size: 16px;
            font-family: "Gothampro Light", Arial, Sans-Serif;
            text-transform: uppercase;
            margin-left: 15px; }
      @media screen and (min-width: 1024px) {
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: flex-start;
          padding-top: 30px; } }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box {
        min-width: 402px;
        max-width: 402px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #b9d1d1;
        margin-right: 28px;
        min-height: 500px; }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box {
            min-width: 309px;
            max-width: 309px;
            margin-right: 23px;
            min-height: 595px; } }
        @media screen and (max-width: 1023px) {
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box {
            margin: 30px 0 0 0;
            min-width: 100%;
            max-width: 100%;
            min-height: auto; } }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box:last-child {
          margin-right: 0; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box.wide {
          min-width: 100%;
          max-width: 100%;
          min-height: auto; }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .title {
          padding: 12px 25px;
          background: #efefef;
          color: #009277;
          font-size: 16px;
          font-family: "Gothampro Bold", Arial, Sans-Serif;
          text-transform: uppercase; }
          @media screen and (max-width: 1279px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .title {
              padding: 12px 7px 12px 13px; } }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .info {
          padding: 20px 23px 25px 23px;
          color: #262626;
          font-size: 16px;
          font-family: "Gothampro", Arial, Sans-Serif;
          text-transform: uppercase;
          line-height: 24px;
          text-transform: none; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .info ol {
            margin: 0;
            padding: 0;
            counter-reset: myCounter; }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .info ol li {
              position: relative;
              list-style: none;
              margin: 0;
              color: #262626;
              font-size: 16px;
              font-family: "Gothampro", Arial, Sans-Serif;
              text-transform: uppercase;
              text-transform: none;
              line-height: 24px; }
              .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .info ol li:before {
                counter-increment: myCounter;
                content: counter(myCounter) ".";
                color: #009277;
                display: inline-block;
                text-align: center;
                margin: 0 4px 0 0; }
          @media screen and (max-width: 1279px) {
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=payment] .payment-content .box .info {
              padding: 20px 13px 25px 13px; } }
    .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box {
      margin-top: 30px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #b9d1d1; }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .title {
        padding: 12px 25px;
        background: #efefef;
        color: #009277;
        font-size: 16px;
        font-family: "Gothampro Bold", Arial, Sans-Serif;
        text-transform: uppercase; }
        @media screen and (max-width: 799px) {
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .title {
            padding: 12px 15px; } }
      .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .info {
        padding: 20px 23px 25px 23px;
        color: #262626;
        font-size: 16px;
        font-family: "Gothampro", Arial, Sans-Serif;
        text-transform: uppercase;
        line-height: 24px;
        text-transform: none; }
        @media screen and (max-width: 799px) {
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .info {
            padding: 15px 15px 25px 15px; } }
        .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .info ol {
          margin: 0;
          padding: 0;
          counter-reset: myCounter; }
          .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .info ol li {
            position: relative;
            list-style: none;
            margin: 0;
            color: #262626;
            font-size: 16px;
            font-family: "Gothampro", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none;
            line-height: 24px; }
            .poluchenie-i-oplata .tabs-content .content-inner[data-code=garanties] .box .info ol li:before {
              counter-increment: myCounter;
              content: counter(myCounter) ".";
              color: #009277;
              display: inline-block;
              text-align: center;
              margin: 0 4px 0 0; }

.company-info-home {
  padding: 110px 0 0;
  width: 1440px;
  margin: 0 auto; }
  @media screen and (max-width: 1520px) and (min-width: 1280px) {
    .company-info-home {
      width: 1216px; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .company-info-home {
      width: 960px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .company-info-home {
      width: 736px; } }
  @media screen and (max-width: 799px) and (min-width: 480px) {
    .company-info-home {
      width: 420px; } }
  @media screen and (max-width: 479px) {
    .company-info-home {
      width: 260px; } }
  @media screen and (max-width: 799px) and (min-width: 480px) {
    .company-info-home {
      padding: 70px 0 0; } }
  @media screen and (max-width: 479px) {
    .company-info-home {
      padding: 60px 0 0; } }
  .company-info-home .title {
    color: #075550;
    font-size: 30px;
    font-family: "Gothampro", Arial, Sans-Serif;
    text-transform: uppercase;
    line-height: 42px;
    max-width: 1070px; }
    @media screen and (max-width: 799px) {
      .company-info-home .title {
        font-size: 24px;
        line-height: 32px; } }
    @media screen and (max-width: 479px) {
      .company-info-home .title {
        font-size: 23px; } }
  .company-info-home .title-2 {
    color: #7c7c7c;
    font-size: 20px;
    font-family: "Gothampro", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    margin-top: 15px; }
    @media screen and (max-width: 799px) {
      .company-info-home .title-2 {
        font-size: 18px;
        line-height: 20px; } }
    @media screen and (max-width: 479px) {
      .company-info-home .title-2 {
        margin-top: 25px; } }
  .company-info-home .texts-and-image {
    margin-top: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 1023px) {
      .company-info-home .texts-and-image {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 1023px) and (min-width: 480px) {
      .company-info-home .texts-and-image {
        margin-top: 45px; } }
    @media screen and (max-width: 479px) {
      .company-info-home .texts-and-image {
        margin-top: 32px; } }
  .company-info-home .texts-wrap {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 30px; }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      .company-info-home .texts-wrap {
        margin-right: 20px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .company-info-home .texts-wrap {
        margin-right: 50px; } }
    @media screen and (max-width: 1023px) {
      .company-info-home .texts-wrap {
        order: 1;
        margin-right: 0; } }
    @media screen and (max-width: 1023px) {
      .company-info-home .texts-wrap {
        margin-top: 27px; } }
    .company-info-home .texts-wrap .text-1 {
      color: #010101;
      font-size: 18px;
      font-family: "Gothampro Light", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      line-height: 22px; }
      @media screen and (max-width: 479px) {
        .company-info-home .texts-wrap .text-1 {
          font-size: 16px;
          line-height: 18px; } }
    .company-info-home .texts-wrap .advantages {
      margin-top: 45px; }
      @media screen and (min-width: 1280px) {
        .company-info-home .texts-wrap .advantages {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: flex-start; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .company-info-home .texts-wrap .advantages {
          margin-top: 32px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .company-info-home .texts-wrap .advantages {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: flex;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          -moz-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          justify-content: flex-start;
          align-items: flex-start;
          margin-top: 37px; } }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .company-info-home .texts-wrap .advantages {
          margin-top: 20px; } }
      @media screen and (max-width: 479px) {
        .company-info-home .texts-wrap .advantages {
          margin-top: 25px; } }
      .company-info-home .texts-wrap .advantages .advantage {
        position: relative;
        min-width: 32.5%;
        max-width: 32.5%;
        height: 60px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center; }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .company-info-home .texts-wrap .advantages .advantage {
            margin-bottom: 20px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .company-info-home .texts-wrap .advantages .advantage {
            min-width: 50%;
            max-width: 50%; } }
        @media screen and (max-width: 799px) {
          .company-info-home .texts-wrap .advantages .advantage {
            min-width: 100%;
            max-width: 100%; } }
        @media screen and (max-width: 799px) {
          .company-info-home .texts-wrap .advantages .advantage {
            margin-bottom: 20px; } }
        .company-info-home .texts-wrap .advantages .advantage .str {
          color: #075550;
          font-size: 18px;
          font-family: "Gothampro Medium", Arial, Sans-Serif;
          text-transform: uppercase;
          line-height: 20px;
          text-transform: none;
          white-space: normal; }
          @media screen and (max-width: 479px) {
            .company-info-home .texts-wrap .advantages .advantage .str {
              font-size: 16px;
              line-height: 18px; } }
        .company-info-home .texts-wrap .advantages .advantage:before, .company-info-home .texts-wrap .advantages .advantage:after {
          content: "";
          position: relative;
          min-width: 60px;
          max-width: 60px;
          height: 100%; }
        .company-info-home .texts-wrap .advantages .advantage:before {
          background: #009277;
          margin-right: 20px; }
          @media screen and (max-width: 1520px) and (min-width: 1280px) {
            .company-info-home .texts-wrap .advantages .advantage:before {
              margin-right: 10px; } }
          @media screen and (max-width: 799px) {
            .company-info-home .texts-wrap .advantages .advantage:before {
              margin-right: 10px; } }
        .company-info-home .texts-wrap .advantages .advantage:after {
          position: absolute;
          left: 0; }
        .company-info-home .texts-wrap .advantages .advantage:nth-child(1):after {
          background: url("/local/templates/main/img/company/proizvodstvo-icon.svg") center no-repeat;
          background-size: 35px 31px; }
        @media screen and (max-width: 1520px) and (min-width: 1280px) {
          .company-info-home .texts-wrap .advantages .advantage:nth-child(2) {
            min-width: 30%;
            max-width: 30%; } }
        .company-info-home .texts-wrap .advantages .advantage:nth-child(2):after {
          background: url("/local/templates/main/img/company/postavka-icon.svg") center no-repeat;
          background-size: 34px 24px; }
        .company-info-home .texts-wrap .advantages .advantage:nth-child(3):after {
          background: url("/local/templates/main/img/company/analogi-icon.svg") center no-repeat;
          background-size: 31px 31px; }
    .company-info-home .texts-wrap .text-2 {
      color: #010101;
      font-size: 18px;
      font-family: "Gothampro Light", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      line-height: 22px;
      margin-top: 45px; }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .company-info-home .texts-wrap .text-2 {
          margin-top: 32px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .company-info-home .texts-wrap .text-2 {
          margin-top: 27px; } }
      @media screen and (max-width: 799px) {
        .company-info-home .texts-wrap .text-2 {
          margin-top: 15px; } }
      @media screen and (max-width: 479px) {
        .company-info-home .texts-wrap .text-2 {
          font-size: 16px;
          line-height: 18px; } }
      @media screen and (max-width: 479px) {
        .company-info-home .texts-wrap .text-2 {
          margin-top: 25px; } }
    .company-info-home .texts-wrap .button {
      position: relative;
      align-items: center;
      min-width: 160px;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 0 40px 0 100px;
      color: white;
      font-size: 16px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: uppercase;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      background: #039898;
      text-decoration: none;
      cursor: pointer;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      outline: none;
      display: table;
      line-height: 60px;
      margin: 45px 0 0 0; }
      @media screen and (min-width: 1024px) {
        .company-info-home .texts-wrap .button:hover:not(.noHover):before {
          width: 100%; }
        .company-info-home .texts-wrap .button:hover:not(.noHover):after {
          left: 50px; } }
      .company-info-home .texts-wrap .button:before, .company-info-home .texts-wrap .button:after {
        content: "";
        position: absolute;
        transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease; }
      .company-info-home .texts-wrap .button:before {
        width: 60px;
        height: 60px;
        top: 0;
        left: 0;
        z-index: 0;
        background: #075550; }
      .company-info-home .texts-wrap .button:after {
        z-index: 1;
        background: url("/local/templates/main/img/form-button-arrow.svg") center no-repeat;
        width: 11px;
        height: 18px;
        left: 24px;
        top: 50%;
        margin-top: -9px; }
      .company-info-home .texts-wrap .button span {
        position: relative;
        z-index: 2; }
      @media screen and (max-width: 1520px) and (min-width: 1280px) {
        .company-info-home .texts-wrap .button {
          margin-top: 20px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .company-info-home .texts-wrap .button {
          margin-top: 30px; } }
      @media screen and (max-width: 479px) {
        .company-info-home .texts-wrap .button {
          margin-top: 27px; } }
  .company-info-home .image {
    min-width: 579px;
    max-width: 579px;
    height: 451px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: url("/local/templates/main/img/company/company-home.jpg") center no-repeat; }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      .company-info-home .image {
        min-width: 488px;
        max-width: 488px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .company-info-home .image {
        min-width: 462px;
        max-width: 462px; } }
    @media screen and (max-width: 1520px) and (min-width: 1024px) {
      .company-info-home .image {
        background-position: -100px center; } }
    @media screen and (max-width: 1023px) {
      .company-info-home .image {
        background: url("/local/templates/main/img/company/company-home-800.jpg") center no-repeat;
        order: 0;
        min-width: 100%;
        max-width: 100%; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .company-info-home .image {
        height: 420px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      .company-info-home .image {
        height: 238px;
        background-size: contain; } }
    @media screen and (max-width: 479px) {
      .company-info-home .image {
        height: 148px;
        background-size: contain; } }

.questions-home {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  padding: 105px 0 125px; }
  @media screen and (max-width: 1520px) and (min-width: 1280px) {
    .questions-home {
      width: 1216px; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .questions-home {
      width: 960px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .questions-home {
      width: 736px; } }
  @media screen and (max-width: 799px) and (min-width: 480px) {
    .questions-home {
      width: 420px; } }
  @media screen and (max-width: 479px) {
    .questions-home {
      width: 260px; } }
  @media screen and (max-width: 1520px) and (min-width: 1280px) {
    .questions-home {
      padding-bottom: 240px; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .questions-home {
      padding: 100px 0 90px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .questions-home {
      padding: 25px 0 65px; } }
  @media screen and (max-width: 799px) and (min-width: 480px) {
    .questions-home {
      padding: 309px 0 80px; } }
  @media screen and (max-width: 479px) {
    .questions-home {
      width: 100%;
      padding: 309px 0 50px; } }
  .questions-home .q-text-wrap {
    width: 100%;
    padding: 45px 35px 40px;
    background: #e7564e;
    background: linear-gradient(90deg, #e7564e 50%, #cb2b22 100%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 1520px) and (min-width: 800px) {
      .questions-home .q-text-wrap {
        padding: 45px 38px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      .questions-home .q-text-wrap {
        padding: 48px 35px 65px; } }
    @media screen and (max-width: 479px) {
      .questions-home .q-text-wrap {
        padding: 38px 25px 35px; } }
    .questions-home .q-text-wrap:after {
      content: "";
      position: absolute;
      background: url("/local/templates/main/img/home/questions-shadow.png") center no-repeat;
      background-size: contain;
      width: 599px;
      height: 642px;
      right: -27px;
      top: -113px; }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .questions-home .q-text-wrap:after {
          width: 511px;
          height: 547px;
          right: -40px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .questions-home .q-text-wrap:after {
          right: -36px;
          width: 419px;
          height: 449px;
          top: -38px; } }
      @media screen and (max-width: 799px) {
        .questions-home .q-text-wrap:after {
          display: none; } }
    .questions-home .q-text-wrap .title {
      color: white;
      font-size: 30px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      line-height: 30px; }
      @media screen and (max-width: 799px) {
        .questions-home .q-text-wrap .title {
          text-align: center;
          font-size: 24px; } }
    .questions-home .q-text-wrap .text {
      color: white;
      font-size: 20px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      line-height: 26px;
      margin-top: 20px;
      max-width: 730px; }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .questions-home .q-text-wrap .text {
          max-width: 415px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .questions-home .q-text-wrap .text {
          max-width: 400px; } }
      @media screen and (max-width: 799px) {
        .questions-home .q-text-wrap .text {
          text-align: center;
          font-size: 18px;
          line-height: 20px; } }
  .questions-home .button {
    position: relative;
    align-items: center;
    min-width: 160px;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 40px 0 100px;
    color: white;
    font-size: 16px;
    font-family: "Gothampro", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: uppercase;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    background: #039898;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
    margin: 50px 0 0 0;
    display: table;
    line-height: 60px; }
    @media screen and (min-width: 1024px) {
      .questions-home .button:hover:not(.noHover):before {
        width: 100%; }
      .questions-home .button:hover:not(.noHover):after {
        left: 50px; } }
    .questions-home .button:before, .questions-home .button:after {
      content: "";
      position: absolute;
      transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease; }
    .questions-home .button:before {
      width: 60px;
      height: 60px;
      top: 0;
      left: 0;
      z-index: 0;
      background: #075550; }
    .questions-home .button:after {
      z-index: 1;
      background: url("/local/templates/main/img/form-button-arrow.svg") center no-repeat;
      width: 11px;
      height: 18px;
      left: 24px;
      top: 50%;
      margin-top: -9px; }
    .questions-home .button span {
      position: relative;
      z-index: 2; }
    @media screen and (max-width: 799px) {
      .questions-home .button {
        margin: 50px auto 0; } }
  .questions-home .image {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 599px;
    height: 530px;
    z-index: 1;
    background: url("/local/templates/main/img/home/questions.png") center top no-repeat; }
    @media screen and (max-width: 1520px) {
      .questions-home .image {
        background-size: contain; } }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      .questions-home .image {
        height: 642px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .questions-home .image {
        right: 0;
        width: 511px;
        height: 547px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .questions-home .image {
        right: 0;
        width: 419px;
        height: 449px; } }
    @media screen and (max-width: 799px) {
      .questions-home .image {
        width: 289px;
        height: 309px;
        top: 0;
        right: 50%;
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
        bottom: auto; } }

.oferta:not(.km24) {
  width: 1440px;
  margin: 0 auto; }
  @media screen and (max-width: 1520px) and (min-width: 1280px) {
    .oferta:not(.km24) {
      width: 1216px; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .oferta:not(.km24) {
      width: 960px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .oferta:not(.km24) {
      width: 736px; } }
  @media screen and (max-width: 799px) and (min-width: 480px) {
    .oferta:not(.km24) {
      width: 420px; } }
  @media screen and (max-width: 479px) {
    .oferta:not(.km24) {
      width: 260px; } }
.oferta.km24 {
  width: auto;
  padding-left: 310px; }
  @media screen and (max-width: 1520px) {
    .oferta.km24 {
      padding-left: 0; } }
.oferta .title-wrap {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center; }
  .oferta .title-wrap .title {
    color: #262626;
    font-size: 18px;
    font-family: "Gothampro Medium", Arial, Sans-Serif;
    text-transform: uppercase; }
  .oferta .title-wrap .back {
    position: relative;
    align-items: center;
    min-width: 147px;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 40px 0 100px;
    color: white;
    font-size: 16px;
    font-family: "Gothampro", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: uppercase;
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
    margin-left: auto;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .oferta .title-wrap .back {
        font-size: 12.8px;
        height: 48px;
        line-height: 48px;
        padding: 0 32px 0 80px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .oferta .title-wrap .back {
        font-size: 9.6px;
        height: 38px;
        line-height: 38px;
        padding: 0 25px 0 60px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      .oferta .title-wrap .back {
        font-size: 12.8px;
        height: 48px;
        line-height: 48px;
        padding: 0 32px 0 80px; } }
    @media screen and (max-width: 479px) {
      .oferta .title-wrap .back {
        font-size: 8.2px;
        height: 31px;
        line-height: 31px;
        padding: 0 20px 0 50px; } }
    @media screen and (min-width: 1024px) {
      .oferta .title-wrap .back:hover:not(.noHover):before {
        width: 100%; }
      .oferta .title-wrap .back:hover:not(.noHover):after {
        left: 50px; } }
    .oferta .title-wrap .back:before, .oferta .title-wrap .back:after {
      content: "";
      position: absolute;
      transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease; }
    .oferta .title-wrap .back:before {
      width: 60px;
      height: 60px;
      top: 0;
      left: 0;
      z-index: 0;
      background: #075550; }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .oferta .title-wrap .back:before {
          width: 48px;
          height: 48px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .oferta .title-wrap .back:before {
          width: 38px;
          height: 38px; } }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .oferta .title-wrap .back:before {
          width: 48px;
          height: 48px; } }
      @media screen and (max-width: 479px) {
        .oferta .title-wrap .back:before {
          width: 31px;
          height: 31px; } }
    .oferta .title-wrap .back:after {
      z-index: 1;
      background: url("/local/templates/main/img/form-button-arrow.svg") center no-repeat;
      width: 11px;
      height: 18px;
      left: 24px;
      top: 50%;
      margin-top: -9px; }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .oferta .title-wrap .back:after {
          width: 10px;
          height: 15px;
          left: 20px;
          margin-top: -7.5px;
          background-size: contain; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .oferta .title-wrap .back:after {
          width: 9px;
          height: 14px;
          left: 15px;
          margin-top: -7px;
          background-size: contain; } }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .oferta .title-wrap .back:after {
          width: 10px;
          height: 15px;
          left: 20px;
          margin-top: -7.5px;
          background-size: contain; } }
      @media screen and (max-width: 479px) {
        .oferta .title-wrap .back:after {
          width: 6px;
          height: 9px;
          left: 13px;
          margin-top: -4.5px;
          background-size: contain; } }
    .oferta .title-wrap .back span {
      position: relative;
      z-index: 2; }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .oferta .title-wrap .back {
        margin-top: -122px; } }
    @media screen and (max-width: 1023px) {
      .oferta .title-wrap .back {
        position: absolute;
        right: 0;
        margin-top: -108px; } }
    @media screen and (max-width: 799px) {
      .oferta .title-wrap .back {
        margin-top: -130px; } }
.oferta .text {
  padding-right: 200px; }
  @media screen and (max-width: 1520px) {
    .oferta .text {
      padding-right: 0; } }
  .oferta .text * {
    color: #262626;
    font-size: 14px;
    font-family: "Gothampro", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    line-height: 22px; }
  .oferta .text ul, .oferta .text ol {
    padding: 0; }
    .oferta .text ul li, .oferta .text ol li {
      padding: 0;
      margin: 0; }
      .oferta .text ul li span:first-child, .oferta .text ol li span:first-child {
        color: #009277;
        font-size: 14px;
        font-family: "Gothampro Bold", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none; }
  .oferta .text > ol {
    counter-reset: list1; }
    .oferta .text > ol > li {
      list-style: none; }
      .oferta .text > ol > li:before {
        display: none; }
      @media screen and (max-width: 1023px) {
        .oferta .text > ol > li > div {
          border: 1px solid #b9d1d1;
          padding: 12px 55px 12px 20px;
          background: #efefef;
          display: block;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .oferta .text > ol > li > div span:first-child {
            color: #009277;
            font-size: 18px;
            font-family: "Gothampro Medium", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none; } }
      .oferta .text > ol > li > div:before {
        counter-increment: list1;
        content: counter(list1) ".";
        color: #009277;
        font-size: 14px;
        font-family: "Gothampro Bold", Arial, Sans-Serif;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        padding-right: 3px; }
        @media screen and (max-width: 1023px) {
          .oferta .text > ol > li > div:before {
            color: #009277;
            font-size: 18px;
            font-family: "Gothampro Medium", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none;
            padding-right: 5px; } }
      .oferta .text > ol > li > div:after {
        content: '';
        position: absolute;
        background: url("/local/templates/main/img/sections-arrow-800.png") center no-repeat;
        width: 50px;
        height: 100%;
        right: 0;
        top: 0;
        cursor: pointer; }
        @media screen and (min-width: 1024px) {
          .oferta .text > ol > li > div:after {
            display: none; } }
  .oferta .text > ul > li, .oferta .text > ol > li {
    margin-bottom: 20px; }
    @media screen and (max-width: 1023px) {
      .oferta .text > ul > li, .oferta .text > ol > li {
        margin-bottom: 5px;
        height: 50px;
        overflow: hidden; } }
    @media screen and (max-width: 1023px) {
      .oferta .text > ul > li.active, .oferta .text > ol > li.active {
        margin-bottom: 30px;
        overflow: visible;
        height: auto; } }
    .oferta .text > ul > li.active > div:after, .oferta .text > ol > li.active > div:after {
      -webkit-transform: rotate(180deg);
      /* Chrome y Safari */
      -moz-transform: rotate(180deg);
      /* Firefox */
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number);
      /* Internet Explorer */
      -o-transform: rotate(180deg);
      /* Opera */
      -ms-transform: rotate(180deg); }
    @media screen and (max-width: 1023px) {
      .oferta .text > ul > li > ol, .oferta .text > ul > li > p, .oferta .text > ol > li > ol, .oferta .text > ol > li > p {
        margin: 15px 0 0 0; } }
.oferta .rekveziti {
  color: #262626;
  font-size: 16px;
  font-family: "Gothampro Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 28px; }

/*# sourceMappingURL=template_styles.css.map */

/* 05.02.2026 */

.text-view-container {
  width: 1440px;
  margin: 0 auto;
  padding-top: 20px;
}
.text-view-container ul {
  padding-left: 30px;
}
.text-view-container .text-title {
  font-size: 20px;
  color: #009277;
  text-transform: uppercase;
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
  .text-view-container {
    width: 1216px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .text-view-container {
    width: 960px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 800px) {
  .text-view-container {
    width: 736px;
  }
}
@media screen and (max-width: 799px) and (min-width: 480px) {
  .text-view-container {
    width: 420px;
  }
}
@media screen and (max-width: 479px) {
    .text-view-container  {
      width: 260px;
    }
}
@media screen and (max-width: 479px) {
    .text-view-container {
      width: 260px;
    }
}
.reklamacii-wrap.content-form {
  margin-bottom: 30px;
}
.text-green-block {
  background: #009277;
  padding: 20px;
  margin-bottom: 20px;
}
.text-green-block p {
  color: #fff;
  margin: 0;
}


/* 20.02.2026 */
.content-form:not(.other-style) .validateForm .inputs .input-wrap.hidden-adreess {
  opacity: 0;
  height: 1px;
}

/* 25.02.2026 */
.content-form:not(.other-style) .validateForm .inputs .input-wrap.hidden-adreess {
  opacity: 0;
  height: 1px;
}

/* 02.03.2026 */

.sort-props .sort-list.TYPE_SORT .list .scroll {
  max-height: 390px;
}
.sort-props .sort-list.TYPE_SORT .list .item:not(.first) {
  height: 60px;
}

/* 05.03.2026 */

.new-detail .video.image {
  height: auto;
}

/* 06.03.2026 */

.sort-props .sort-list.YEAR_SORT {
  z-index: 2;
}
.sort-props .sort-list.TYPE_SORT {
  width: 56%;
}
.sort-props .sort-list.TYPE_SORT .list {
  max-width: 100% !important;
  width: 100%;
}
@media all and (max-width: 1255px) {
  .sort-props .sort-list.TYPE_SORT {
    width: 100%;
    margin-right: 0;
  }
  .sort-props {
    flex-wrap: nowrap;
  }
}
@media all and (max-width: 471px) {
  .sort-props {
    flex-wrap: wrap;
  }
}

/* 20.03.2026 */

.catalog-wrap > .left {
  width: 100%;
}

/* 27.05.2026 */
.section-info.section-info-aprobazia {
  padding-top: 42px;
  margin: -35px 0 0 0;
  background: #f9fafa;
  background-size: cover;
  padding-bottom: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 1520px) and (min-width: 1280px) {
    .section-info.section-info-aprobazia {
      background-position: 155% bottom !important;
      background-size: 75% !important; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .section-info.section-info-aprobazia {
      background-position: 260% bottom !important;
      background-size: 88% !important; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .section-info.section-info-aprobazia {
      padding-top: 20px;
      padding-bottom: 82px;
      background-position: center bottom !important;
      background-size: 108% !important; } 
      .section-info.section-info-aprobazia {
        position: relative;
      }
       .section-info.section-info-aprobazia:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 45%;
        background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.5) 65%,rgba(255, 255, 255, 0) 100%);
       }
    
    }
  @media screen and (max-width: 799px) and (min-width: 480px) {
    .section-info.section-info-aprobazia {
      padding-bottom: 62px;
      background-position: center bottom !important;
      background-size: 100% !important;
      padding-top: 30px; } 
      .section-info.section-info-aprobazia {
        position: relative;
      }
       .section-info.section-info-aprobazia:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 45%;
        background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.5) 65%,rgba(255, 255, 255, 0) 100%);
       }
    
    }
  @media screen and (max-width: 479px) {
    .section-info.section-info-aprobazia {
      background-position: center 180px !important;
      background-size: 130% !important;
      padding-bottom: 0; } }
  .section-info.section-info-aprobazia h1.h1 {
    width: 1440px;
    margin: 0 auto;
    margin: 0 auto !important; }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      .section-info.section-info-aprobazia h1.h1 {
        width: 1216px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .section-info.section-info-aprobazia h1.h1 {
        width: 960px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .section-info.section-info-aprobazia h1.h1 {
        width: 736px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      .section-info.section-info-aprobazia h1.h1 {
        width: 420px; } }
    @media screen and (max-width: 479px) {
      .section-info.section-info-aprobazia h1.h1 {
        width: 260px; } }
    @media screen and (max-width: 479px) {
      .section-info.section-info-aprobazia h1.h1 {
        padding-bottom: 0; } }
  .section-info.section-info-aprobazia .section-info-inner {
    width: 1440px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative; }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      .section-info.section-info-aprobazia .section-info-inner {
        width: 1216px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .section-info.section-info-aprobazia .section-info-inner {
        width: 960px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .section-info.section-info-aprobazia .section-info-inner {
        width: 736px; } }
    @media screen and (max-width: 799px) and (min-width: 480px) {
      .section-info.section-info-aprobazia .section-info-inner {
        width: 420px; } }
    @media screen and (max-width: 479px) {
      .section-info.section-info-aprobazia .section-info-inner {
        width: 260px; } }
  .section-info.section-info-aprobazia .preview-text-and-button {
    max-width: 650px; }
    @media screen and (max-width: 1520px) and (min-width: 1280px) {
      .section-info.section-info-aprobazia .preview-text-and-button {
        max-width: 645px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .section-info.section-info-aprobazia .preview-text-and-button {
        max-width: 460px; } }
    .section-info.section-info-aprobazia .preview-text-and-button .preview-text {
      height: 225px;
      overflow: hidden;
      color: #010101;
      font-size: 18px;
      font-family: "Gothampro Light", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: none;
      line-height: 22px;
      max-width: 620px; }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .section-info.section-info-aprobazia .preview-text-and-button .preview-text {
          font-size: 16px;
          line-height: 22px; } }
      @media screen and (max-width: 479px) {
        .section-info.section-info-aprobazia .preview-text-and-button .preview-text {
          font-size: 15px;
          line-height: 18px; } }
      .section-info.section-info-aprobazia .preview-text-and-button .preview-text ul {
        padding: 0; }
        .section-info.section-info-aprobazia .preview-text-and-button .preview-text ul li {
          list-style: none !important;
          padding-left: 35px;
          position: relative; }
          .section-info.section-info-aprobazia .preview-text-and-button .preview-text ul li:before {
            content: "" !important;
            position: absolute;
            left: 0;
            top: 3px;
            background: url("/local/templates/main/../../../../img/li-check-icon.svg") center no-repeat;
            width: 18px;
            height: 13px; }
      @media screen and (max-width: 1520px) and (min-width: 1024px) {
        .section-info.section-info-aprobazia .preview-text-and-button .preview-text {
          height: 195px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .section-info.section-info-aprobazia .preview-text-and-button .preview-text {
          height: 290px; } }
      @media screen and (max-width: 799px) and (min-width: 480px) {
        .section-info.section-info-aprobazia .preview-text-and-button .preview-text {
          height: 215px; } }
      @media screen and (max-width: 799px) {
        .section-info.section-info-aprobazia .preview-text-and-button .preview-text {
          line-height: 20px; } }
      @media screen and (max-width: 479px) {
        .section-info.section-info-aprobazia .preview-text-and-button .preview-text {
          height: 310px;
          font-size: 16px; } }
      .section-info.section-info-aprobazia .preview-text-and-button .preview-text *:not(h1) {
        color: #010101;
        font-size: 18px;
        font-family: "Gothampro Light", Arial, Sans-Serif;
        text-transform: uppercase;
        text-transform: none;
        line-height: 22px;
        max-width: 860px; }
        @media screen and (max-width: 799px) and (min-width: 480px) {
          .section-info.section-info-aprobazia .preview-text-and-button .preview-text *:not(h1) {
            font-size: 16px;
            line-height: 22px; } }
        @media screen and (max-width: 479px) {
          .section-info.section-info-aprobazia .preview-text-and-button .preview-text *:not(h1) {
            font-size: 15px;
            line-height: 18px; } }
        .section-info.section-info-aprobazia .preview-text-and-button .preview-text *:not(h1) ul {
          padding: 0; }
          .section-info.section-info-aprobazia .preview-text-and-button .preview-text *:not(h1) ul li {
            list-style: none !important;
            padding-left: 35px;
            position: relative; }
            .section-info.section-info-aprobazia .preview-text-and-button .preview-text *:not(h1) ul li:before {
              content: "" !important;
              position: absolute;
              left: 0;
              top: 3px;
              background: url("/local/templates/main/../../../../img/li-check-icon.svg") center no-repeat;
              width: 18px;
              height: 13px; }
        @media screen and (max-width: 799px) {
          .section-info.section-info-aprobazia .preview-text-and-button .preview-text *:not(h1) {
            line-height: 20px; } }
        @media screen and (max-width: 479px) {
          .section-info.section-info-aprobazia .preview-text-and-button .preview-text *:not(h1) {
            font-size: 16px; } }
    .section-info.section-info-aprobazia .preview-text-and-button .button-question {
      position: relative;
      align-items: center;
      min-width: 160px;
      height: 60px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 0 40px 0 100px;
      color: white;
      font-size: 16px;
      font-family: "Gothampro", Arial, Sans-Serif;
      text-transform: uppercase;
      text-transform: uppercase;
      transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      background: #009277;
      text-decoration: none;
      cursor: pointer;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 0;
      outline: none;
      margin: 30px 0 0 0;
      min-width: 288px;
      max-width: 288px; }
      @media screen and (min-width: 1024px) {
        .section-info.section-info-aprobazia .preview-text-and-button .button-question:hover:not(.noHover):before {
          width: 100%; }
        .section-info.section-info-aprobazia .preview-text-and-button .button-question:hover:not(.noHover):after {
          left: 50px; } }
      .section-info.section-info-aprobazia .preview-text-and-button .button-question:before, .section-info.section-info-aprobazia .preview-text-and-button .button-question:after {
        content: "";
        position: absolute;
        transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease; }
      .section-info.section-info-aprobazia .preview-text-and-button .button-question:before {
        width: 60px;
        height: 60px;
        top: 0;
        left: 0;
        z-index: 0;
        background: #075550; }
      .section-info.section-info-aprobazia .preview-text-and-button .button-question:after {
        z-index: 1;
        background: url("/local/templates/main/../../../../img/form-button-arrow.svg") center no-repeat;
        width: 11px;
        height: 18px;
        left: 24px;
        top: 50%;
        margin-top: -9px; }
      .section-info.section-info-aprobazia .preview-text-and-button .button-question span {
        position: relative;
        z-index: 2; }
      @media screen and (max-width: 799px) {
        .section-info.section-info-aprobazia .preview-text-and-button .button-question {
          margin: 30px auto 0; } }
      @media screen and (max-width: 479px) {
        .section-info.section-info-aprobazia .preview-text-and-button .button-question {
          min-width: 260px;
          max-width: 260px;
          padding: 0 25px 0 85px; } }


/* .section-info-aprobazia {
  background: url('/images/aprobatsiya-oborudovaniya/2.png') right bottom no-repeat #f9fafa;
} */
 @media all and (min-width: 1004px) {
  .section-info.section-info-aprobazia .preview-text-and-button .preview-text {
    max-width: 80%;
  }
 }
.section-info-aprobazia .preview-text-and-button .preview-text {
  max-width: 530px;
}
.section-info.section-info-aprobazia .preview-text-and-button .button-question {
  padding: 0 30px 0 90px;
}
.section-info.section-info-aprobazia  {
  /* margin: -60px 0 0 0; */
}
.section-info.section-info-aprobazia .preview-text-and-button .button-question:after {
  z-index: 1;
  background: url("/images/aprobatsiya-oborudovaniya/form-button-arrow.svg") center no-repeat;
  width: 11px;
  height: 18px;
  left: 24px;
  top: 50%;
  margin-top: -9px;
}
@media screen and (max-width: 479px) {
    .section-info.section-info-aprobazia  {
        background-position: center 256px !important;
        background-size: 111% !important;
        padding-bottom: 0;
    }
    .section-info.section-info-aprobazia .preview-text-and-button .button-question {
      padding: 0 15px 0 75px;
  }
}
@media all and (max-width: 1000px) {

}

/* апробация пиктограмма */

.aprobaziay__piktogramma {
  background: url(/local/templates/main/components/bitrix/news.list/elamed-v-cifrah/img/elamed-v-cifrah-bg.svg) center no-repeat #009277;
  font-family: "Gothampro Light", Arial, Sans-Serif;
  background-size: cover;
}
.aprobaziay__piktogramma__in {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0px;
  box-sizing: border-box;
}
.aprobaziay__piktogramma__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-content: space-between;
}
.aprobaziay__piktogramma__item {
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.aprobaziay__piktogramma__title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  line-height: 31px;
}
.aprobaziay__piktogramma__icon {
  margin-bottom: 25px;
}
.aprobaziay__piktogramma__line {
  margin: 15px 0;
  height: 1px;
  background: #fff;
  width: 38px;
  display: inline-block;
}
.aprobaziay__piktogramma__text {
  font-size: 18px;
  line-height: 24px;
}
.aprobaziay__piktogramma__icon img {
  object-fit: contain;
  max-width: 110px;
  max-height: 100px;
}
@media all and (max-width: 1200px) {
  .aprobaziay__piktogramma__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media all and (max-width: 784px) {
  .aprobaziay__piktogramma__title {
    font-size: 18px;
  }
  .aprobaziay__piktogramma__text {
    font-size: 16px;
  }
}
@media all and (max-width: 640px) {
  .aprobaziay__piktogramma__list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .aprobaziay__piktogramma__title {
    font-size: 20px;
  }
  .aprobaziay__piktogramma__text {
    font-size: 16px;
  }
  .aprobaziay__piktogramma {
    background-size: cover;
    background-repeat: repeat;
    margin-top: 60px;
  }
  .aprobaziay__piktogramma {
    background: url('/images/aprobatsiya-oborudovaniya/triangke-bg.png') center no-repeat #009277;
    background-size: cover;
  }
  .aprobaziay__piktogramma__in {
    padding: 45px 0;
  }
  .aprobaziay__piktogramma__in {
    /* max-height: 85px; */
  }
}
/* изделия, доступные для апробации */

.aprobaziay__izdeliya {
  background: #ecf0f3;
  font-family: "Gothampro Light", Arial, Sans-Serif;
}
.aprobaziay__izdeliya__in {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 116px 0;
  box-sizing: border-box;
}
.aprobaziay__izdeliya__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.aprobaziay__izdeliya__link {
  color: #009277;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}
.aprobaziay__izdeliya__link img {
  width: 5px;
  height: 10px;
  object-fit: contain;
}
.aprobaziay__izdeliya__list {
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin: 0 -18px;
  position: relative;
}
.aprobaziay__izdeliya__item__top {
  padding: 20px;
  height: 90%;
  box-sizing: border-box;
}
.aprobaziay__izdeliya__item__image {
  margin-bottom: 16px;
}
.aprobaziay__izdeliya__item__title {
  font-size: 18px;
  font-weight: bold;
  color: #075550;
  margin-bottom: 15px;
}
.aprobaziay__izdeliya__item__text {
  color: #9aaba8;
  font-size: 14px;
  line-height: 20px;
}
.aprobaziay__izdeliya__item {
  width: 24%;
  background: #fff;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: inherit !important;
  margin: 0 18px;
  /* margin-right: 36px; */
  gap: 15px;
}
.aprobaziay__izdeliya__item__button {
  padding: 20px 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background: #009277;
  box-sizing: border-box;
}
.aprobaziay__izdeliya__title {
  color: #075550;
  font-size: 30px;
  font-family: "Gothampro", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 42px;
  max-width: 1070px;
}
.aprobaziay__izdeliya__item__image {
  max-height: 300px;
  height: 100%;
}
.aprobaziay__izdeliya__item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  text-align: center;
  max-height: 300px;
}
.aprobaziay__izdeliya__item:nth-child(3) .aprobaziay__izdeliya__item__title,
.aprobaziay__izdeliya__item:nth-child(4) .aprobaziay__izdeliya__item__title {
  margin-bottom: 30px;
}
.aprobaziay__izdeliya__list .slick-track {
  display: flex;
}
/* .aprobaziay__izdeliya__item:last-child {
  margin-right: 0;
} */
.aprobaziay__izdeliya__list .slick-arrow {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 20px;
  font-size: 0;
  background: url('/images/aprobatsiya-oborudovaniya/arrow-left.png') 0 0/contain no-repeat;
  z-index: 10;
  outline: none;
  border: none;
}
.aprobaziay__izdeliya__list .slick-arrow.slick-next {
  left: auto;
  right: 20px;
  background: url('/images/aprobatsiya-oborudovaniya/arrow-rigth.png') 0 0/contain no-repeat;  
}


@media all and (max-width: 1490px) {
  .aprobaziay__izdeliya__item__button.aprobaziay-button {
    font-size: 14px;
  }
  .aprobaziay__izdeliya__item {
    gap: 5px;
  }
  .aprobaziay__izdeliya__item__image img {
    max-height: 254px;
  }
  .aprobaziay__izdeliya__item__image {
    max-height: 254px;
  }
  .aprobaziay__izdeliya__item__title {
    font-size: 16px;
  }
}

@media all and (max-width: 960px) {
  .aprobaziay__izdeliya__in {
    padding: 60px 0px;
  }
  .aprobaziay__izdeliya__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .aprobaziay__izdeliya__title {
    font-size: 24px;
    line-height: 35px;
  }
 
  
}
@media all and (max-width: 640px) {
    .aprobaziay__izdeliya__item__image img {
      max-height: 233px;
    }
    .aprobaziay__izdeliya__item__image {
      max-height: 233px;
    }
    .aprobaziay__izdeliya__list .slick-arrow {
      top: 27%;
    }
     .aprobaziay__izdeliya__item__image {
    max-height: 228px;
  }
  .aprobaziay__izdeliya__item__image img {
    max-height: 228px;
  }
  .aprobaziay__izdeliya__item__title {
    font-size: 18px;
  }
  .aprobaziay__izdeliya__item__title {
    max-width: 335px;
  }
}
@media all and (max-width: 470px) {
  .aprobaziay__izdeliya__item {
    gap: 35px;
  }

}

.sort-props__in-aprobaziya .sort-list.SECTION {
  display: none;
}

@media screen and (min-width: 1521px) {
    .actions-wrap .list.actions-list-slider .item {
        margin: 0 16px !important;
    }
    .actions-wrap .list.actions-list-slider .slick-track {
       margin: 0 -16px !important;
    }
    .actions-wrap .list.actions-list-slider .item {
      min-width: auto;
      max-width: none;     
    }
}
.managers-block-in-aprobatsiya {
  position: relative;
}
.slide-button-managers {
  position: absolute;
  top: 120px;
  right: 0;
  width: 60px;
  height: 60px;
  background: #009277;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.prev-managers.slide-button-managers {
  right: 62px;
}
.prev-managers.slide-button-managers span {
    background: url(/local/templates/main/components/bitrix/news.list/reviews-in-catalog/../../../../img/carousel-arrow-left.svg) center no-repeat;
    width: 11px;
    height: 18px;
    display: block;
    background-size: contain;
}
.next-managers.slide-button-managers span {
    background: url(/local/templates/main/components/bitrix/news.list/reviews-in-catalog/../../../../img/carousel-arrow-right.svg) center no-repeat;
    width: 11px;
    height: 18px;
    display: block;
    background-size: contain;
}
@media screen and (max-width: 1279px) and (min-width: 800px) {
    .slide-button-managers {
      top: 100px;
    }
}
@media all and (max-width: 1004px) {
  .managers-block-in-aprobatsiya .desc {
    max-width: 370px;
  }
  .sorts-and-items .sort-props.sort-props__in-aprobaziya .sort-list {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 1004px) and (min-width: 800px) {
    .actions-wrap .list .item {
      min-width: auto;
      max-width: none;
    }
    .sorts-and-items.managers-block-in-aprobatsiya {
      width: 736px;
      padding: 60px 0px 30px 0 !important;
      box-sizing: border-box;
    }
    
}
.actions-wrap-aprobatsiya {
  padding-bottom: 110px;
  margin-top: 75px;
}
.managers-block-in-aprobatsiya .title {
  color: #075550;
  font-size: 30px;
  font-family: "Gothampro", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 42px;
  max-width: 1070px;
}
@media all and (max-width: 640px) {
  .managers-block-in-aprobatsiya .title {
    font-size: 24px;
    line-height: 30px;
  }
}

/* общий контейнер */

.aprobatsiya-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  font-family: "Gothampro", Arial, Sans-Serif;
}
@media all and (max-width: 479px) {
    .aprobatsiya-container {
        width: 260px;
    }
}

@media all and (max-width: 1520px) and (min-width: 1280px) {
    .aprobatsiya-container {
        width: 1216px;
        padding: 85px 0;
    }
}
@media all and (max-width: 1279px) and (min-width: 1024px) {
    .aprobatsiya-container {
        width: 960px;
    }
}
@media all and (max-width: 1023px) and (min-width: 800px) {
    .aprobatsiya-container {
        width: 736px;
    }
}
@media all and (max-width: 799px) and (min-width: 480px) {
    .aprobatsiya-container {
        width: 420px;
    }
}
@media all and (max-width: 479px) {
    .aprobatsiya-container {
        width: 260px;
    }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
    .actions-wrap .list.actions-list-slider .item {
        min-width: 196px;
        max-width: 196px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 800px) {
    .actions-wrap .list.actions-list-slider .item {
        min-width: 352px;
        max-width: 352px;
    }
}
@media screen and (max-width: 1520px) and (min-width: 1280px) {
    .actions-wrap .list.actions-list-slider .item {
        min-width: 279px;
        max-width: 279px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .actions-wrap .list.actions-list-slider .item {
        height: 490px;
        min-width: 215px;
        max-width: 215px;
    }
}
@media all and (max-width: 783px) {
  .slide-button-managers {
    background: transparent;
    width: 40px;
    height: 40px;
  }
  .prev-managers.slide-button-managers span {
    background: url('/images/aprobatsiya-oborudovaniya/arrow-left.png') 0 0 / contain no-repeat;
  }
  .next-managers.slide-button-managers span {
    background: url('/images/aprobatsiya-oborudovaniya/arrow-rigth.png') 0 0 / contain no-repeat;
  }
  .prev-managers.slide-button-managers {
    right: auto;
    left: 0;
  }
}

/* aprobaziay-last-form */

.aprobaziay-last-form {
  background: url('/images/aprobatsiya-oborudovaniya/subscribe-bg.png') 0 0/cover no-repeat;
  padding: 35px 50px;
  font-family: "Gothampro", Arial, Sans-Serif;
  color: #fff;
  margin-bottom: 120px;
  box-sizing: border-box;
}
.aprobaziay-last-form__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.aprobaziay-last-form__title {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
}
.aprobaziay-last-form__text {
  font-size: 18px;
  max-width: 520px;
}

 .aprobaziay-button {
   position: relative;
   align-items: center;
   min-width: 160px;
   height: 60px;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
   -moz-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   -moz-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   padding: 0 30px 0 90px;
   color: white;
   font-size: 16px;
   font-family: "Gothampro", Arial, Sans-Serif;
   text-transform: uppercase;
   text-transform: uppercase;
   transition: all 0.2s ease;
   -o-transition: all 0.2s ease;
   -moz-transition: all 0.2s ease;
   -webkit-transition: all 0.2s ease;
   background: #009277;
   text-decoration: none;
   cursor: pointer;
   overflow: hidden;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   border: 0;
   outline: none;
   margin: 0;
   min-width: 288px;
   max-width: 288px;
 }

 @media all and (min-width: 1024px) {
   .aprobaziay-button:hover:not(.noHover):before {
     width: 100%;
   }

   .aprobaziay-button:hover:not(.noHover):after {
     left: 50px;
   }
 }

 .aprobaziay-button:before,
 .aprobaziay-button:after {
   content: "";
   position: absolute;
   transition: all 0.4s ease;
   -o-transition: all 0.4s ease;
   -moz-transition: all 0.4s ease;
   -webkit-transition: all 0.4s ease;
 }

 .aprobaziay-button:before {
   width: 60px;
   height: 60px;
   top: 0;
   left: 0;
   z-index: 0;
   background: #075550;
 }

 .aprobaziay-button:after {
   z-index: 1;
   background: url("/images/aprobatsiya-oborudovaniya/form-button-arrow.svg") center no-repeat;
   width: 11px;
   height: 18px;
   left: 24px;
   top: 50%;
   margin-top: -9px;
 }

 .aprobaziay-button span {
   position: relative;
   z-index: 2;
 }

 @media all and (max-width: 799px) {
   .aprobaziay-button {
     margin: 0 auto;
   }
 }

 @media all and (max-width: 479px) {
   .aprobaziay-button {
     min-width: 260px;
     max-width: 260px;
     padding: 0 15px 0 77px;
   }
 }

.aprobaziay-last-form__left {
  display: flex;
  align-items: center;
  gap: 40px;
}
.aprobaziay-last-form__icon--mobile {
  display: none;
}
@media all and (max-width: 1490px) {
  .aprobaziay-last-form {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 1400px) {
  .aprobaziay-last-form__left {
    gap: 30px;
  }
  .aprobaziay-last-form__title {
    font-size: 26px;
  }
}
@media all and (max-width: 1004px) {
  .aprobaziay-last-form__flex {
    flex-direction: column;
    max-width: 455px;
    margin: 0 auto;
    gap: 30px;
  }
  .aprobaziay-last-form__icon img {
    width: 60px;
    height: 55px;
    object-fit: contain;
  }
  .aprobaziay-last-form__icon--descr {
    display: none;
  }
  .aprobaziay-last-form__icon--mobile {
    display: block;
  }
  .aprobaziay-last-form__title {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .aprobaziay-last-form__text {
    font-size: 16px;
    text-align: center;
  }
}
@media all and (max-width: 640px) {
  .aprobaziay-last-form__text {
    font-size: 16px;
    line-height: 23px;
    max-width: 302px;
  }
  .aprobaziay-last-form__title {
    margin-bottom: 30px;
  }

}
@media all and (max-width: 560px) {
  .aprobaziay-last-form__title {
    flex-direction: column;
    text-align: center;
  }
}
@media all and (max-width: 470px) {
  .aprobaziay-last-form {
    padding: 20px;
  }
  .aprobaziay-last-form__title {
    font-size: 20px;
  }
  .aprobaziay-last-form__text {
    font-size: 13px;
  }
  .aprobaziay-button.aprobaziay-last-form__button {
    min-width: 220px;
    max-width: 220px;
    padding: 0 10px 0 70px;
    font-size: 13px;
  }
}

.aprobaziay__izdeliya__item .aprobaziay-button {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  white-space: nowrap;
}

/* как проходит апробация */

.aprobaziay-kak-prohodit__list {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
}
.aprobaziay-kak-prohodit__item {
  position: relative;
  text-align: center;
  width: 23%;
}
.aprobaziay-kak-prohodit__item:not(:first-child) .aprobaziay-kak-prohodit__icon::before {
  content: '';
  width: 200px;
  height: 45px;
  background: url('/images/aprobatsiya-oborudovaniya/etapy-line.png') 0 0/contain no-repeat;
  position: absolute;
  top: 0;
  right: calc(100% + 20px);
}

.aprobaziay-kak-prohodit__icon {
  position: relative;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 23px;
}
.aprobaziay-kak-prohodit__icon img {
  object-fit: contain;
  margin-right: 20px;
}
.aprobaziay-kak-prohodit__item-title {
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #144f4c;
  font-size: 22px;
  font-weight: bold;
  line-height: 31px;
}
.aprobaziay-kak-prohodit__item-title--btn {
  cursor: pointer;
  text-decoration: underline dashed;
}

.aprobaziay-kak-prohodit__line {
  height: 18px;
  width: 2px;
  background: #057f69;
  margin: 0 auto;
  margin-bottom: 10px;
}
.aprobaziay-kak-prohodit__title {
  color: #075550;
  font-size: 30px;
  font-family: "Gothampro", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 42px;
  max-width: 1070px;
}
.aprobaziay-kak-prohodit {
  padding: 100px 0 120px 0;
  background: url('/images/aprobatsiya-oborudovaniya/etapy-bg.png') 0 0/cover no-repeat;
}
@media all and (max-width: 1490px) {
  .aprobaziay-kak-prohodit__in.aprobatsiya-container {
    padding: 0;
  }
  .aprobaziay-kak-prohodit__list {
    margin-top: 30px;
  }
  .probaziay__reviews {
    padding: 69px 0 86px;
  }
  .managers-block-in-aprobatsiya {
    padding-top: 37px;
  }
  .slide-button-managers {
    top: 73px;
  }
  .actions-wrap-aprobatsiya {
    padding-bottom: 40px;
  }
}
@media all and (max-width: 1255px) {
  .aprobaziay-kak-prohodit__list {
    flex-wrap: wrap;
    gap: 35px 5px;
  }
  .aprobaziay-kak-prohodit__item {
    width: 47%;
  }
  .aprobaziay-kak-prohodit__item:nth-child(3) .aprobaziay-kak-prohodit__icon::before {
    content: none;
  }
}
@media (max-width: 960px) {
    .aprobaziay-kak-prohodit__title {
        font-size: 24px;
        line-height: 35px;
    }
    .aprobaziay-kak-prohodit {
        background-size: 369%;
        background-repeat: repeat;
    }
    .aprobaziay-kak-prohodit__text {
      font-size: 16px;
      line-height: 22px;
    }
}
@media all and (max-width: 784px) {
  .aprobaziay-kak-prohodit__item {
    width: 100%;
  }
  .aprobaziay-kak-prohodit__item:not(:first-child) .aprobaziay-kak-prohodit__icon::before {
    content: none;
  }
}
@media all and (max-width: 640px) {
  .aprobaziay-kak-prohodit {
    padding: 53px 0 50px 0;
  }
  .aprobaziay-kak-prohodit__icon img {
    width: 100%;
    max-width: 90px;
  }
  .aprobaziay-kak-prohodit__icon {
    margin-bottom: 9px;
  }
  .aprobaziay-kak-prohodit__item-title {
    font-size: 20px;
  }
}
/* End */
/* /local/templates/main/components/bitrix/search.form/header_search/style.css?17174005596544 */
/* /local/templates/main/components/bitrix/menu/header-menu-top-second/style.css?17174005584575 */
/* /local/templates/main/components/bitrix/menu/header-menu-mobile/style.css?171740055814106 */
/* /local/templates/main/components/bitrix/menu/footer-menu/style.css?17174005583673 */
/* /local/templates/main/components/bitrix/system.auth.form/auth/style.css?17174005586432 */
/* /local/templates/main/components/GM/email.subscribe/.default/style.css?17174005588423 */
/* /local/templates/main/components/bitrix/form.result.new/get-request/style.css?1717400558200 */
/* /local/templates/main/components/bitrix/form.result.new/info-about-product/style.css?17174005587656 */
/* /local/components/GM/location.city/templates/.default/style.css?17174005589593 */
/* /local/templates/main/styles.css?1748430808212 */
/* /local/templates/main/template_styles.css?1780060476237422 */
