@charset "UTF-8";
@import url(bootstrap/bootstrap.css);
@import url(../swiper/swiper.min.css);
@font-face {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 100; }

@font-face {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("HelveticaNeueCyr-Light"), local("HelveticaNeueCyr-Light"), url("fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.woff2") format("woff2"), url("fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.woff") format("woff"), url("fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.ttf") format("ttf"), url("fonts/HelveticaNeueCyr-Light/HelveticaNeueCyr-Light.eot") format("eot"); }

@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("HelveticaNeueCyr-Roman"), local("HelveticaNeueCyr-Roman"), url("fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.woff") format("woff"), url("fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.ttf") format("ttf"), url("fonts/HelveticaNeueCyr-Roman/HelveticaNeueCyr-Roman.eot") format("eot"); }

/*FONT SIZE*/
/* COLORS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.2; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*Общие стили*/
body {
  font-family: 'Roboto', serif;
  font-weight: 200;
  color: black;
  /*Подогон под табы чтобы равные были расстояния между блоков*/ }
  body a {
    text-decoration: none; }
  body img {
    max-width: 100%; }
  body .no-sides-padding {
    padding: 0; }
    @media (max-width: 767px) {
      body .no-sides-padding {
        padding: 0 15px; } }
  body .bottom-padding {
    padding-bottom: 50px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      body .bottom-padding {
        padding-bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .bottom-padding {
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      body .bottom-padding {
        padding-bottom: 20px; } }
  body .top-padding {
    padding-top: 30px; }
    @media (max-width: 767px) {
      body .top-padding {
        padding-top: 20px; } }
  body #mainPage .comp-main-slider {
    padding-bottom: 50px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      body #mainPage .comp-main-slider {
        padding-bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body #mainPage .comp-main-slider {
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      body #mainPage .comp-main-slider {
        padding-bottom: 20px; } }
  body .block_title {
    padding-bottom: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 992px) and (max-width: 1199px) {
      body .block_title {
        padding-bottom: 40px;
        font-size: 18px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .block_title {
        padding-bottom: 30px;
        font-size: 16px; } }
    @media (max-width: 767px) {
      body .block_title {
        padding-bottom: 20px;
        font-size: 12px; } }
  body .button_main {
    display: block;
    width: 100%;
    background: #69c2bd;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    padding: 14.5px 0;
    font-weight: 700;
    text-transform: uppercase; }
    body .button_main:hover {
      background: #549e9a; }
    body .button_main.w160 {
      max-width: 160px; }
    body .button_main.w190 {
      max-width: 190px; }
    body .button_main.w370 {
      max-width: 370px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      body .button_main {
        font-size: 16px;
        padding: 12.5px 0; } }
    @media (min-width: 768px) and (max-width: 991px) {
      body .button_main {
        font-size: 14px;
        padding: 11px 0; } }
    @media (max-width: 767px) {
      body .button_main {
        font-size: 12px;
        padding: 9.5px 0;
        margin: 0 auto; }
        body .button_main.w160 {
          max-width: 110px; }
        body .button_main.w190 {
          max-width: 110px; }
        body .button_main.w370 {
          max-width: 235px; } }

.global-loader {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 9999; }

.wrapper {
  min-height: 200px; }

.link {
  cursor: pointer; }

.lazy-load-image-background, .lazy-load-image-background, .lazy-load-image-loaded {
  z-index: 2;
  display: block !important;
  position: relative; }

/* COMPONENTS */
/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
404
*/
.comp-404 .relative {
  position: relative; }

.comp-404 .text {
  max-width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -69px; }
  .comp-404 .text h2 {
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px; }
    .comp-404 .text h2::before {
      content: '';
      left: 0;
      height: 24px;
      width: 20px;
      background: #4e9f81;
      display: inline-block;
      margin-right: 15px;
      vertical-align: top;
      top: 3px;
      position: relative; }
  .comp-404 .text .button_main {
    max-width: 300px;
    margin: 0 auto; }

@media (min-width: 992px) and (max-width: 1199px) {
  .comp-404 img {
    max-width: 75%; }
  .comp-404 .text {
    margin-top: -52px; }
    .comp-404 .text h2 {
      font-size: 32px;
      margin-bottom: 30px; }
      .comp-404 .text h2:before {
        height: 20px;
        width: 15px;
        top: 2px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .comp-404 img {
    max-width: 75%; }
  .comp-404 .text {
    margin-top: -40px; }
    .comp-404 .text h2 {
      font-size: 24px;
      margin-bottom: 20px; }
      .comp-404 .text h2:before {
        height: 20px;
        width: 15px;
        top: 1px; }
    .comp-404 .text .button_main {
      max-width: 215px; } }

@media (max-width: 767px) {
  .comp-404 {
    padding-bottom: 30px; }
    .comp-404 img {
      max-width: 320px;
      display: block;
      margin: 0 auto;
      width: 100%; }
    .comp-404 .text {
      position: relative;
      top: 0;
      left: 0;
      max-width: 100%;
      margin: 0 auto; }
      .comp-404 .text h2 {
        font-size: 14px;
        margin-bottom: 20px;
        text-align: center; }
        .comp-404 .text h2:before {
          height: 12px;
          width: 10px;
          top: 0px;
          margin-right: 5px; }
      .comp-404 .text .button_main {
        max-width: 215px; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Хлебные крошки
*/
.comp-bread-crumbs ul {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden; }
  .comp-bread-crumbs ul li {
    float: left;
    padding-left: 15px;
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 200;
    font-family: 'HelveticaNeueCyr';
    color: #1a364c; }
    .comp-bread-crumbs ul li:first-child {
      padding-left: 0px; }
      .comp-bread-crumbs ul li:first-child:before {
        display: none; }
    .comp-bread-crumbs ul li:before {
      content: '-';
      position: absolute;
      font-size: 16px;
      font-weight: 200;
      font-family: 'HelveticaNeueCyr';
      color: #1a364c;
      left: 5px; }
    .comp-bread-crumbs ul li a {
      display: block;
      font-size: 16px;
      font-weight: 200;
      font-family: 'HelveticaNeueCyr';
      color: #1a364c;
      border-bottom: 1px solid #1a364c; }
      .comp-bread-crumbs ul li a:hover {
        border-color: transparent;
        text-decoration: none; }

.comp-bread-crumbs .bottom-padding ul {
  padding-bottom: 0px; }

@media (min-width: 768px) and (max-width: 991px) {
  .comp-bread-crumbs ul li:before {
    font-size: 14px; }
  .comp-bread-crumbs ul li a {
    font-size: 14px; } }

@media (max-width: 767px) {
  .comp-bread-crumbs ul {
    display: none; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Калькулятор покупки
*/
.ReactModal__Overlay {
  z-index: 9999; }

.comp-calculator-modal {
  max-width: 970px;
  margin: 0 auto;
  top: 30px;
  position: absolute;
  left: 0;
  right: 0;
  height: calc(100% - 60px);
  overflow: hidden;
  outline: 0 !important; }
  .comp-calculator-modal .modal_close_button {
    display: none; }
  .comp-calculator-modal .calculator_container {
    border: 2px solid #69c2bd;
    border-radius: 12px;
    padding: 0 30px;
    overflow: auto;
    max-height: 100%;
    position: relative;
    width: 100%;
    outline: 0 !important; }
    .comp-calculator-modal .calculator_container .block .line {
      margin-bottom: 8px; }
      .comp-calculator-modal .calculator_container .block .line:last-child {
        margin-bottom: 0; }
    .comp-calculator-modal .calculator_container .line {
      border-bottom: 1px solid #e8e8e8;
      padding: 0 0 8px; }
      .comp-calculator-modal .calculator_container .line p {
        display: inline-block;
        font-size: 20px;
        font-weight: 400;
        width: 30%;
        vertical-align: middle; }
        .comp-calculator-modal .calculator_container .line p:first-child {
          width: 50%; }
        .comp-calculator-modal .calculator_container .line p:last-child {
          width: 20%;
          text-align: center; }
      .comp-calculator-modal .calculator_container .line.title {
        padding: 30px 0;
        border: none; }
        .comp-calculator-modal .calculator_container .line.title p {
          font-size: 24px;
          font-weight: 700;
          color: #404040; }
      .comp-calculator-modal .calculator_container .line .price {
        display: inline-block;
        vertical-align: middle;
        width: 30%; }
        .comp-calculator-modal .calculator_container .line .price span {
          font-size: 20px;
          font-weight: 700;
          color: #404040; }
      .comp-calculator-modal .calculator_container .line .counter {
        display: inline-block;
        vertical-align: middle;
        width: 20%;
        text-align: center; }
        .comp-calculator-modal .calculator_container .line .counter .value {
          font-size: 20px;
          font-weight: 400;
          color: #404040;
          padding: 0 7px; }
        .comp-calculator-modal .calculator_container .line .counter .changer {
          color: #61b5c7;
          font-size: 20px;
          font-weight: 400;
          padding: 0 7px;
          cursor: pointer; }
    .comp-calculator-modal .calculator_container .button_main {
      display: block;
      padding: 14px 30px;
      font-weight: 700;
      background: #fdc100;
      border: none;
      width: auto;
      text-align: center;
      text-transform: none;
      color: #404040;
      font-size: 20px;
      box-shadow: none;
      outline: none;
      border-radius: 23px;
      margin: 0 auto 30px; }
      .comp-calculator-modal .calculator_container .button_main:hover {
        color: white; }
  @media (min-width: 768px) and (max-width: 991px) {
    .comp-calculator-modal .calculator_container .line p {
      font-size: 18px; }
    .comp-calculator-modal .calculator_container .line.title p {
      font-size: 18px; }
    .comp-calculator-modal .calculator_container .line .price span {
      font-size: 18px; }
    .comp-calculator-modal .calculator_container .line .counter .value {
      font-size: 18px; }
    .comp-calculator-modal .calculator_container .line .counter .changer {
      font-size: 18px; }
    .comp-calculator-modal .calculator_container .button_main {
      width: 300px;
      font-size: 18px; } }
  @media (max-width: 767px) {
    .comp-calculator-modal {
      padding: 20px 15px;
      margin: 0 auto;
      max-width: 98%; }
      .comp-calculator-modal .modal_close_button {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        color: #69c2bd;
        border: 1px solid #69c2bd;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        text-align: center;
        background: white; }
      .comp-calculator-modal .calculator_container {
        border-radius: 0;
        padding: 15px 15px 0;
        z-index: 999;
        max-width: 100%;
        position: relative;
        overflow: auto; }
        .comp-calculator-modal .calculator_container .block {
          position: relative; }
          .comp-calculator-modal .calculator_container .block .line {
            margin-bottom: 0; }
            .comp-calculator-modal .calculator_container .block .line:last-child {
              margin-bottom: 0; }
        .comp-calculator-modal .calculator_container .line {
          border-bottom: none;
          padding: 0;
          overflow: hidden; }
          .comp-calculator-modal .calculator_container .line p {
            font-size: 14px;
            width: 70%;
            vertical-align: top;
            line-height: 1.3; }
            .comp-calculator-modal .calculator_container .line p:first-child {
              width: 70%; }
            .comp-calculator-modal .calculator_container .line p:last-child {
              width: 100%;
              text-align: center; }
          .comp-calculator-modal .calculator_container .line.title {
            padding: 0 0 20px;
            border: none; }
            .comp-calculator-modal .calculator_container .line.title p {
              font-size: 14px;
              width: 75%; }
              .comp-calculator-modal .calculator_container .line.title p:nth-child(2) {
                display: none; }
              .comp-calculator-modal .calculator_container .line.title p:nth-child(3) {
                display: none; }
              .comp-calculator-modal .calculator_container .line.title p.total {
                display: inline-block;
                width: 25%; }
          .comp-calculator-modal .calculator_container .line.total p {
            width: 70%; }
            .comp-calculator-modal .calculator_container .line.total p.total {
              width: 30%; }
          .comp-calculator-modal .calculator_container .line .price {
            display: inline-block;
            vertical-align: middle;
            width: 30%;
            text-align: right; }
            .comp-calculator-modal .calculator_container .line .price span {
              font-size: 14px; }
          .comp-calculator-modal .calculator_container .line .counter {
            display: block;
            width: 30%;
            text-align: right;
            float: right;
            padding: 20px 0; }
            .comp-calculator-modal .calculator_container .line .counter .value {
              font-size: 16px; }
            .comp-calculator-modal .calculator_container .line .counter .changer {
              font-size: 16px; }
        .comp-calculator-modal .calculator_container .button_main {
          display: block;
          padding: 14px 30px;
          font-size: 16px;
          margin: 0 auto 15px;
          width: 280px;
          max-width: 100%; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Калькулятор покупки
*/
.comp-card-page {
  padding: 20px 15px;
  margin: 0 auto; }
  .comp-card-page .card_container .block {
    border-bottom: 1px solid #61b5c7; }
    .comp-card-page .card_container .block.no-border {
      border: none; }
  .comp-card-page .card_container .line {
    margin-bottom: 0;
    position: relative;
    padding: 17px 0;
    overflow: hidden; }
    .comp-card-page .card_container .line.title {
      padding: 3px 0; }
    .comp-card-page .card_container .line span {
      font-size: 20px;
      font-weight: 400;
      vertical-align: middle; }
      .comp-card-page .card_container .line span .delete {
        display: inline-block;
        vertical-align: middle;
        margin-right: 18px;
        cursor: pointer; }
        .comp-card-page .card_container .line span .delete:hover {
          opacity: 0.8; }
      .comp-card-page .card_container .line span span {
        display: inline-block;
        vertical-align: middle;
        line-height: 1.3; }
    .comp-card-page .card_container .line.title {
      padding: 30px 0;
      border: none; }
      .comp-card-page .card_container .line.title span {
        font-size: 24px;
        font-weight: 700;
        color: #404040; }
    .comp-card-page .card_container .line .product {
      vertical-align: middle;
      padding-left: 40px; }
      .comp-card-page .card_container .line .product img {
        position: absolute;
        left: 5px;
        top: -2.5px; }
    .comp-card-page .card_container .line .description {
      vertical-align: middle; }
    .comp-card-page .card_container .line .price {
      vertical-align: middle; }
    .comp-card-page .card_container .line .counter {
      margin-top: 5px;
      vertical-align: middle; }
      .comp-card-page .card_container .line .counter .value {
        font-size: 20px;
        font-weight: 400;
        color: #404040;
        padding: 0 7px; }
      .comp-card-page .card_container .line .counter .changer {
        color: #61b5c7;
        font-size: 20px;
        font-weight: 400;
        padding: 0 7px;
        cursor: pointer; }
    .comp-card-page .card_container .line .total {
      float: right; }
  .comp-card-page .card_container .payment_info {
    padding-top: 15px;
    padding-bottom: 15px; }
    .comp-card-page .card_container .payment_info .payment_block {
      padding-bottom: 30px;
      margin-bottom: 30px;
      border-bottom: 1px solid #61b5c7; }
      .comp-card-page .card_container .payment_info .payment_block .title {
        font-size: 24px;
        font-weight: 700;
        color: #404040;
        margin-bottom: 20px; }
      .comp-card-page .card_container .payment_info .payment_block .like_checkbox {
        font-size: 20px;
        font-weight: 400;
        color: #404040; }
        .comp-card-page .card_container .payment_info .payment_block .like_checkbox:before {
          content: '';
          display: inline-block;
          vertical-align: bottom;
          width: 18px;
          height: 18px;
          border: 1px solid #7b7b7b;
          color: #61b5c7;
          margin-right: 13px;
          font-weight: 700; }
        .comp-card-page .card_container .payment_info .payment_block .like_checkbox.checked:before {
          content: '\2713'; }
      .comp-card-page .card_container .payment_info .payment_block .input_block input {
        display: inline-block;
        margin-left: 10px;
        font-size: 18px;
        font-weight: 400;
        border: 1px solid #69c2bd;
        padding: 11px 15px;
        border-radius: 6px;
        width: 100%;
        max-width: 290px;
        outline: none; }
        .comp-card-page .card_container .payment_info .payment_block .input_block input:first-child {
          margin-left: 0; }
      .comp-card-page .card_container .payment_info .payment_block .note {
        margin-top: 18px;
        display: block;
        color: #1a364c;
        font-size: 14px; }
        .comp-card-page .card_container .payment_info .payment_block .note a {
          color: #1a364c;
          margin-left: 5px;
          text-decoration: underline; }
          .comp-card-page .card_container .payment_info .payment_block .note a:hover {
            text-decoration: none; }
  .comp-card-page .card_container .button_main {
    padding: 14px 30px;
    font-weight: 700;
    background: #fdc100;
    border: none;
    width: auto;
    text-align: center;
    text-transform: none;
    color: #404040;
    font-size: 20px;
    box-shadow: none;
    outline: none;
    border-radius: 23px;
    margin: 0 auto;
    margin-bottom: 30px; }
    .comp-card-page .card_container .button_main:hover {
      color: white; }
    .comp-card-page .card_container .button_main[disabled] {
      background-color: #dddddd; }
  @media (min-width: 768px) and (max-width: 991px) {
    .comp-card-page .card_container .line span {
      font-size: 16px; }
    .comp-card-page .card_container .line.title {
      padding: 10px 0 0; }
      .comp-card-page .card_container .line.title span {
        font-size: 16px; }
    .comp-card-page .card_container .line .price span {
      font-size: 16px; }
    .comp-card-page .card_container .line .counter .value, .comp-card-page .card_container .line .counter .changer {
      font-size: 16px; }
    .comp-card-page .card_container .payment_info .payment_block .title {
      font-size: 16px; }
    .comp-card-page .card_container .payment_info .payment_block .like_checkbox {
      font-size: 16px; }
      .comp-card-page .card_container .payment_info .payment_block .like_checkbox:before {
        font-size: 18px; }
    .comp-card-page .card_container .payment_info .payment_block .input_block input {
      font-size: 14px; }
    .comp-card-page .card_container .button_main {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .comp-card-page {
      padding: 15px 0;
      margin: 0 auto;
      overflow: hidden;
      position: relative; }
      .comp-card-page .card_container {
        border: none;
        border-radius: 0;
        padding: 0; }
        .comp-card-page .card_container > .row {
          margin-left: -5px;
          margin-right: -5px; }
        .comp-card-page .card_container .line {
          border-bottom: none;
          padding: 10px 0;
          overflow: hidden; }
          .comp-card-page .card_container .line span {
            font-size: 14px; }
          .comp-card-page .card_container .line.title {
            border: none;
            padding: 10px 0 0;
            text-align: left; }
            .comp-card-page .card_container .line.title span {
              font-size: 14px; }
            .comp-card-page .card_container .line.title span.price-title {
              width: 100%;
              text-align: center;
              display: inline-block; }
          .comp-card-page .card_container .line .price {
            text-align: center; }
          .comp-card-page .card_container .line .product {
            padding-left: 45px; }
            .comp-card-page .card_container .line .product img {
              left: 15px; }
          .comp-card-page .card_container .line .description {
            padding-left: 45px;
            margin-top: 5px; }
          .comp-card-page .card_container .line .counter .value {
            font-size: 16px; }
          .comp-card-page .card_container .line .counter .changer {
            font-size: 16px; }
          .comp-card-page .card_container .line .total {
            padding: 0;
            font-size: 14px;
            margin-right: 15px;
            text-align: right;
            display: inline-block; }
            .comp-card-page .card_container .line .total span:last-child {
              text-align: right; }
        .comp-card-page .card_container .payment_info {
          padding-top: 15px;
          padding-bottom: 0; }
          .comp-card-page .card_container .payment_info .payment_block {
            padding-bottom: 20px;
            margin-bottom: 20px; }
            .comp-card-page .card_container .payment_info .payment_block .title {
              font-size: 14px; }
            .comp-card-page .card_container .payment_info .payment_block .like_checkbox {
              font-size: 14px; }
              .comp-card-page .card_container .payment_info .payment_block .like_checkbox:before {
                font-size: 18px; }
            .comp-card-page .card_container .payment_info .payment_block .input_block input {
              display: block;
              margin-left: 0;
              margin-top: 10px;
              font-size: 14px;
              width: 100%;
              max-width: 100%; }
              .comp-card-page .card_container .payment_info .payment_block .input_block input:first-child {
                margin-top: 0px; }
            .comp-card-page .card_container .payment_info .payment_block .note {
              margin-top: 18px;
              font-size: 14px; }
        .comp-card-page .card_container .button_main {
          display: block;
          padding: 14px 30px;
          font-size: 16px;
          margin-bottom: 0;
          width: 100%; } }

.react-tabs__tab-panel {
  display: none; }
  .react-tabs__tab-panel.react-tabs__tab-panel--selected {
    display: block; }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Картиника снизу текст, кнопка подробнее, загловок с квадратом всё по центру
*/
.comp-child-list .img_block {
  padding: 20px 25px;
  padding-bottom: 0px;
  position: relative; }
  .comp-child-list .img_block .img_bg {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: #fdc100;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 1; }
  .comp-child-list .img_block img {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    z-index: 2; }

.comp-child-list h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 30px;
  position: relative;
  line-height: 1;
  text-align: center; }
  .comp-child-list h3::before {
    content: '';
    height: 24px;
    width: 20px;
    background: #4e9f81;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }

.comp-child-list .button_main {
  margin: 0 auto; }

.comp-child-list .second .img_block {
  padding-top: 0;
  padding-bottom: 20px; }
  .comp-child-list .second .img_block .img_bg {
    background: #4e9f81;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: auto;
    bottom: 0; }

.comp-child-list .second h3::before {
  background: #fdc100; }

.comp-child-list .delimiter {
  margin-top: 50px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .comp-child-list .img_block {
    padding: 20px 25px;
    padding-bottom: 0px; }
  .comp-child-list h3 {
    font-size: 18px; }
    .comp-child-list h3:before {
      height: 17px;
      width: 15px; }
  .comp-child-list .second .img_block {
    padding-bottom: 20px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .comp-child-list .img_block {
    padding: 15px 20px;
    padding-bottom: 0px; }
  .comp-child-list h3 {
    font-size: 16px; }
    .comp-child-list h3:before {
      height: 15px;
      width: 12px;
      margin-right: 10px; }
  .comp-child-list .second .img_block {
    padding-bottom: 15px; } }

@media (max-width: 767px) {
  .comp-child-list .bottom-padding {
    padding-bottom: 0px; }
  .comp-child-list .img_block {
    padding: 10px 10px;
    max-width: 230px;
    margin: 0 auto;
    padding-bottom: 0px; }
  .comp-child-list h3 {
    font-size: 12px;
    text-align: center;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px; }
    .comp-child-list h3:before {
      height: 13px;
      width: 11px;
      margin-right: 5px;
      position: relative;
      top: -1px; }
  .comp-child-list .button_main {
    margin-bottom: 30px; }
  .comp-child-list .delimiter {
    margin-top: 0; }
  .comp-child-list .second .img_block {
    padding-bottom: 10px; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Раскрывющийся список типо аккордион
Плюс есть табы для страницы FAQ
*/
.comp-сollapse {
  /*Табы для страницы FAQ*/ }
  .comp-сollapse .tabs {
    padding-top: 74px; }
    .comp-сollapse .tabs ul li {
      margin-bottom: 10px; }
      .comp-сollapse .tabs ul li:last-child {
        margin-bottom: 0px; }
      .comp-сollapse .tabs ul li p {
        display: block;
        font-size: 20px;
        font-weight: 500;
        color: white;
        text-align: center;
        background: #69c2bd;
        border-radius: 5px;
        padding: 0px 13px;
        max-width: 150px;
        position: relative;
        line-height: 1.2;
        height: 110px;
        cursor: pointer; }
        .comp-сollapse .tabs ul li p span {
          display: block;
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
        .comp-сollapse .tabs ul li p::after {
          display: none;
          content: '';
          position: absolute;
          left: 148px;
          top: 0;
          border: 55px solid transparent;
          border-left: 45px solid #69c2bd; }
        .comp-сollapse .tabs ul li p:hover {
          text-decoration: none;
          background: #5f9e9b; }
      .comp-сollapse .tabs ul li.active p::after {
        display: block; }
      .comp-сollapse .tabs ul li.active p:hover {
        text-decoration: none;
        background: #69c2bd; }
  .comp-сollapse .block_title {
    padding-bottom: 30px; }
  .comp-сollapse .panel-group {
    margin: 0; }
    .comp-сollapse .panel-group.with_tabs {
      padding-left: 35px; }
    .comp-сollapse .panel-group .panel {
      border-radius: 0px;
      border: none;
      box-shadow: none;
      margin-top: 0px; }
      .comp-сollapse .panel-group .panel .panel-heading {
        border-radius: 0;
        border: none;
        box-shadow: none;
        padding: 0; }
        .comp-сollapse .panel-group .panel .panel-heading .panel-title .switcher {
          position: relative;
          display: block;
          font-size: 20px;
          font-weight: 400;
          color: #404040;
          text-decoration: none;
          border-bottom: none;
          padding: 20px 0px;
          padding-right: 60px;
          border-bottom: 2px solid #acacac; }
          .comp-сollapse .panel-group .panel .panel-heading .panel-title .switcher .icon {
            display: block;
            position: absolute;
            top: 50%;
            margin-top: -18px;
            right: 30px;
            color: #69c2bd;
            font-weight: 400;
            font-size: 36px; }
          .comp-сollapse .panel-group .panel .panel-heading .panel-title .switcher.active {
            border-bottom: none; }
            .comp-сollapse .panel-group .panel .panel-heading .panel-title .switcher.active .icon {
              color: #b9b9b9; }
      .comp-сollapse .panel-group .panel .panel-body {
        padding: 0 20px;
        margin: 0px 0px;
        margin-left: 55px;
        border-top: none !important;
        border-left: 2px solid #69c2bd; }
        .comp-сollapse .panel-group .panel .panel-body p {
          color: #787878;
          font-weight: 400;
          font-size: 18px;
          line-height: 1.333; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .comp-сollapse {
      /*Табы для страницы FAQ*/ }
      .comp-сollapse .tabs {
        padding-top: 58px; }
        .comp-сollapse .tabs ul li p {
          font-size: 18px; }
          .comp-сollapse .tabs ul li p::after {
            left: 134px; }
      .comp-сollapse .block_title {
        padding-bottom: 20px; }
      .comp-сollapse .panel-group .panel .panel-heading .panel-title .switcher {
        font-size: 18px; }
      .comp-сollapse .panel-group .panel .panel-body p {
        font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .comp-сollapse {
      /*Табы для страницы FAQ*/ }
      .comp-сollapse .tabs {
        padding-top: 46px; }
        .comp-сollapse .tabs ul li p {
          font-size: 16px; }
          .comp-сollapse .tabs ul li p::after {
            left: 147px; }
      .comp-сollapse .block_title {
        padding-bottom: 20px; }
      .comp-сollapse .panel-group .panel .panel-heading .panel-title .switcher {
        font-size: 16px; }
      .comp-сollapse .panel-group .panel .panel-body p {
        font-size: 14px; } }
  @media (max-width: 767px) {
    .comp-сollapse {
      /*Табы для страницы FAQ*/ }
      .comp-сollapse .tabs {
        padding-top: 20px;
        padding-bottom: 30px;
        overflow: hidden;
        overflow-x: scroll; }
        .comp-сollapse .tabs::-webkit-scrollbar {
          display: none; }
        .comp-сollapse .tabs ul {
          white-space: nowrap; }
          .comp-сollapse .tabs ul li {
            display: inline-block;
            margin-bottom: 0;
            margin-right: 10px;
            vertical-align: top; }
            .comp-сollapse .tabs ul li:last-child {
              margin-right: 0px; }
            .comp-сollapse .tabs ul li p {
              font-size: 20px;
              height: 65px;
              max-width: 100%; }
              .comp-сollapse .tabs ul li p::after {
                display: none; }
            .comp-сollapse .tabs ul li.active p {
              background: #5f9e9b; }
              .comp-сollapse .tabs ul li.active p::after {
                display: none; }
              .comp-сollapse .tabs ul li.active p:hover {
                background: #5f9e9b; }
      .comp-сollapse .block_title {
        padding-bottom: 5px; }
      .comp-сollapse .panel-group.with_tabs {
        padding-left: 15px; }
      .comp-сollapse .panel-group .panel .panel-heading .panel-title .switcher {
        padding: 15px 0px;
        padding-right: 30px;
        font-size: 14px; }
        .comp-сollapse .panel-group .panel .panel-heading .panel-title .switcher .icon {
          right: 0px; }
      .comp-сollapse .panel-group .panel .panel-body {
        padding: 0 10px;
        margin: 0px 0px;
        margin-left: 10px; }
        .comp-сollapse .panel-group .panel .panel-body p {
          font-size: 14px; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Страница контактов и карта
*/
.comp-contacts ul li {
  position: relative;
  padding-bottom: 45px; }
  .comp-contacts ul li p {
    font-size: 20px;
    font-weight: 400; }
    .comp-contacts ul li p.title {
      font-weight: 700;
      margin-bottom: 10px; }

.comp-contacts .map {
  box-shadow: 0px 4px 6.08px 1.92px rgba(163, 163, 163, 0.3); }
  .comp-contacts .map img {
    max-width: 100%; }

@media (min-width: 992px) and (max-width: 1199px) {
  .comp-contacts ul li {
    padding-bottom: 35px; }
    .comp-contacts ul li p {
      font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .comp-contacts ul li {
    padding-bottom: 25px; }
    .comp-contacts ul li p {
      font-size: 16px; } }

@media (max-width: 767px) {
  .comp-contacts ul li {
    padding-bottom: 20px; }
    .comp-contacts ul li p {
      font-size: 12px; }
      .comp-contacts ul li p.title {
        margin-bottom: 5px; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Документы
*/
.comp-doc .doc_block {
  display: inline-block; }
  .comp-doc .doc_block img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%; }
  .comp-doc .doc_block span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 18px;
    color: #8691c8;
    font-weight: 400;
    border-bottom: 1px solid transparent;
    max-width: 90%; }
  .comp-doc .doc_block:hover {
    text-decoration: none; }
    .comp-doc .doc_block:hover span {
      border-color: #8691c8; }

@media (min-width: 992px) and (max-width: 1199px) {
  .comp-doc .doc_block span {
    max-width: 75%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .comp-doc .doc_block span {
    max-width: 68%; } }

@media (max-width: 767px) {
  .comp-doc {
    margin-bottom: 10px; }
    .comp-doc .doc_block {
      margin-bottom: 10px; }
      .comp-doc .doc_block span {
        max-width: 70%; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Кнопка перемотки вверх страницы
*/
.comp-go-top {
  position: fixed;
  bottom: 50px;
  z-index: 100;
  right: 50px; }
  .comp-go-top span {
    cursor: pointer;
    display: block;
    border-radius: 100%;
    box-shadow: 0px 3px 8.4px 1.6px rgba(0, 0, 0, 0.35);
    background-color: #fdc100;
    width: 70px;
    height: 70px;
    padding-top: 18px; }
    .comp-go-top span img {
      display: block;
      max-width: 100%;
      margin: 0 auto; }
    .comp-go-top span:hover {
      background-color: #cfa212; }
  @media (max-width: 767px) {
    .comp-go-top {
      display: none; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
7 | 5
Картинка | текст с кнопкой
*/
.comp-img-text-1 {
  margin: 35px 0 0;
  padding: 15px; }
  .comp-img-text-1 .float-right {
    float: right !important; }
  .comp-img-text-1 .img_block {
    padding: 30px 35px;
    position: relative;
    display: block; }
    .comp-img-text-1 .img_block .img_bg {
      position: absolute;
      width: 35%;
      height: 100%;
      top: 0;
      left: 0;
      background: #fdc100;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      z-index: 1; }
    .comp-img-text-1 .img_block img {
      display: block;
      position: relative;
      margin: 0 auto;
      max-width: 100%;
      z-index: 2; }
  .comp-img-text-1 .text_block {
    padding-top: 30px; }
    .comp-img-text-1 .text_block p {
      font-size: 24px;
      font-weight: 400;
      margin-top: 30px;
      text-align: right; }
      .comp-img-text-1 .text_block p:first-child {
        margin-top: 0px; }
    .comp-img-text-1 .text_block .button_main {
      margin-top: 45px;
      float: right; }
  .comp-img-text-1.reverse .img_block .img_bg {
    top: 0;
    left: auto;
    right: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .comp-img-text-1.reverse .text_block p {
    text-align: left; }
  .comp-img-text-1.reverse .text_block .button_main {
    float: left; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .comp-img-text-1 .img_block {
      padding: 20px 25px; }
    .comp-img-text-1 .text_block {
      padding-top: 20px; }
      .comp-img-text-1 .text_block p {
        font-size: 18px;
        margin-top: 20px; }
      .comp-img-text-1 .text_block .button_main {
        margin-top: 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .comp-img-text-1 .img_block {
      padding: 15px 20px; }
    .comp-img-text-1 .text_block {
      padding-top: 15px; }
      .comp-img-text-1 .text_block p {
        font-size: 16px;
        margin-top: 15px; }
      .comp-img-text-1 .text_block .button_main {
        margin-top: 25px; } }
  @media (max-width: 767px) {
    .comp-img-text-1 .img_block {
      padding: 10px 10px;
      max-width: 290px;
      margin: 0 auto; }
    .comp-img-text-1 .text_block {
      padding-top: 20px;
      margin-bottom: 10px; }
      .comp-img-text-1 .text_block p {
        font-size: 12px;
        margin-top: 15px;
        text-align: center; }
      .comp-img-text-1 .text_block .button_main {
        margin-top: 25px;
        float: none; }
    .comp-img-text-1.reverse .text_block p {
      text-align: center; }
    .comp-img-text-1.reverse .text_block .button_main {
      float: none; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
5 | 7
Картинка под ней текст | Картинка под ней текст
*/
.comp-img-text-2 {
  margin: 35px 0 0;
  padding: 15px; }
  .comp-img-text-2 .img_block {
    padding: 30px 35px;
    padding-bottom: 0px;
    position: relative;
    display: block; }
    .comp-img-text-2 .img_block .img_bg {
      position: absolute;
      width: 100%;
      height: 50%;
      top: 0;
      left: 0;
      background: #fdc100;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      z-index: 1; }
    .comp-img-text-2 .img_block img {
      display: block;
      position: relative;
      margin: 0 auto;
      max-width: 100%;
      width: 100%;
      z-index: 2; }
  .comp-img-text-2 .text_block h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1; }
    .comp-img-text-2 .text_block h3::before {
      content: '';
      left: 0;
      height: 24px;
      width: 20px;
      background: #4e9f81;
      display: inline-block;
      margin-right: 15px;
      vertical-align: top; }
  .comp-img-text-2 .text_block p {
    font-size: 24px;
    font-weight: 400;
    padding-top: 20px;
    text-align: left;
    line-height: 1.25;
    /*&:first-child{
				padding-top:0px;
			}*/ }
  .comp-img-text-2 .text_block .button_main {
    margin-top: 45px;
    float: left; }
  .comp-img-text-2 .second {
    padding-left: 45px; }
    .comp-img-text-2 .second .img_block {
      padding-top: 0;
      padding-bottom: 30px; }
      .comp-img-text-2 .second .img_block .img_bg {
        background: #4e9f81;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        top: auto;
        bottom: 0; }
    .comp-img-text-2 .second .text_block h3::before {
      background: #fdc100; }
    .comp-img-text-2 .second .text_block p {
      text-align: right; }
    .comp-img-text-2 .second .text_block .button_main {
      float: right; }
  .comp-img-text-2.slider {
    position: relative; }
    .comp-img-text-2.slider .no-sides-padding {
      position: relative; }
    .comp-img-text-2.slider .slide {
      padding: 0;
      width: 39%; }
      .comp-img-text-2.slider .slide .text_block p {
        padding-top: 5px; }
      .comp-img-text-2.slider .slide.second {
        width: 54%; }
        .comp-img-text-2.slider .slide.second .text_block p {
          text-align: left; }
    .comp-img-text-2.slider .slider-nav {
      border: none;
      box-shadow: none;
      outline: none;
      background: none;
      position: absolute;
      top: 250px;
      left: -80px; }
      .comp-img-text-2.slider .slider-nav img {
        display: block;
        max-width: 100%;
        max-height: 100%; }
      .comp-img-text-2.slider .slider-nav.next {
        transform: rotate(180deg);
        left: auto;
        right: -60px; }
      .comp-img-text-2.slider .slider-nav.disabled {
        display: none;
        opacity: 0; }
      @media (max-width: 1360px) {
        .comp-img-text-2.slider .slider-nav {
          left: 10px;
          background: rgba(0, 0, 0, 0.4);
          border-radius: 50%;
          width: 40px;
          height: 40px;
          z-index: 3;
          padding: 5px; }
          .comp-img-text-2.slider .slider-nav.next {
            right: 10px; }
          .comp-img-text-2.slider .slider-nav img {
            margin-left: 3px; } }
      @media (max-width: 1199px) {
        .comp-img-text-2.slider .slider-nav {
          top: 180px; } }
      @media (max-width: 991px) {
        .comp-img-text-2.slider .slider-nav {
          top: 145px; } }
      @media (max-width: 768px) {
        .comp-img-text-2.slider .slider-nav {
          display: none; } }
    @media (max-width: 767px) {
      .comp-img-text-2.slider .no-sides-padding {
        padding: 0; }
      .comp-img-text-2.slider .slide {
        width: 225px; }
        .comp-img-text-2.slider .slide .text_block h3 {
          margin-bottom: 5px; }
        .comp-img-text-2.slider .slide .text_block p {
          max-width: 215px;
          margin: 0 auto; }
        .comp-img-text-2.slider .slide.second {
          width: 225px; }
          .comp-img-text-2.slider .slide.second .text_block p {
            text-align: center; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .comp-img-text-2 .img_block {
      padding: 20px 25px;
      padding-bottom: 0px; }
    .comp-img-text-2 .text_block h3 {
      font-size: 18px;
      margin-top: 35px;
      margin-bottom: 15px; }
      .comp-img-text-2 .text_block h3:before {
        height: 17px;
        width: 15px; }
    .comp-img-text-2 .text_block p {
      font-size: 18px; }
    .comp-img-text-2 .text_block .button_main {
      margin-top: 35px; }
    .comp-img-text-2 .second .img_block {
      padding-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .comp-img-text-2 .img_block {
      padding: 15px 20px;
      padding-bottom: 0px; }
    .comp-img-text-2 .text_block h3 {
      font-size: 16px;
      margin-top: 30px;
      margin-bottom: 10px; }
      .comp-img-text-2 .text_block h3:before {
        height: 15px;
        width: 12px;
        margin-right: 10px; }
    .comp-img-text-2 .text_block p {
      font-size: 16px;
      padding-top: 10px; }
    .comp-img-text-2 .text_block .button_main {
      margin-top: 25px; }
    .comp-img-text-2 .second .img_block {
      padding-bottom: 15px; } }
  @media (max-width: 767px) {
    .comp-img-text-2 {
      margin-bottom: 10px; }
      .comp-img-text-2 .img_block {
        padding: 10px 10px;
        max-width: 230px;
        margin: 0 auto;
        padding-bottom: 0px; }
      .comp-img-text-2 .text_block {
        margin: 0 auto;
        max-width: 230px; }
        .comp-img-text-2 .text_block h3 {
          font-size: 12px;
          text-align: center;
          margin-top: 15px;
          margin-bottom: 0px; }
          .comp-img-text-2 .text_block h3:before {
            height: 13px;
            width: 11px;
            margin-right: 5px;
            position: relative;
            top: -1px; }
        .comp-img-text-2 .text_block p {
          font-size: 12px;
          padding-top: 15px;
          text-align: center; }
        .comp-img-text-2 .text_block .button_main {
          margin-top: 25px;
          float: none; }
      .comp-img-text-2 .second {
        padding-left: 15px;
        padding-top: 30px; }
        .comp-img-text-2 .second .img_block {
          padding-bottom: 10px; }
        .comp-img-text-2 .second .text_block p {
          text-align: center; }
        .comp-img-text-2 .second .text_block .button_main {
          float: none; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
1 | 1 | 1
Картинка под ней текст / Картинка под ней текст 3 блока
*/
.comp-img-text-3 {
  margin: 35px 0 0;
  padding: 15px; }
  .comp-img-text-3 img {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    z-index: 1; }
  .comp-img-text-3 .text_block {
    background-color: #fafbfc;
    border-radius: 12px;
    box-shadow: 0px 4px 6.08px 1.92px rgba(30, 31, 34, 0.03);
    padding: 35px 30px;
    height: 210px;
    position: relative;
    z-index: 2;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -40px;
    margin-bottom: 20px; }
    .comp-img-text-3 .text_block h3 {
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 25px;
      position: relative;
      line-height: 1; }
      .comp-img-text-3 .text_block h3::before {
        content: '';
        left: 0;
        height: 24px;
        width: 20px;
        background: #fdc100;
        display: inline-block;
        margin-right: 15px;
        vertical-align: top; }
    .comp-img-text-3 .text_block p {
      font-size: 24px;
      font-weight: 400; }
    .comp-img-text-3 .text_block .button_main {
      position: absolute;
      bottom: -20px;
      right: -29px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .comp-img-text-3 .text_block {
      margin-left: 15px;
      margin-right: 15px;
      height: 180px; }
      .comp-img-text-3 .text_block h3 {
        font-size: 18px; }
        .comp-img-text-3 .text_block h3:before {
          height: 17px;
          width: 15px; }
      .comp-img-text-3 .text_block p {
        font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .comp-img-text-3 .text_block {
      margin-left: 15px;
      margin-right: 15px;
      height: 150px;
      padding: 25px 20px; }
      .comp-img-text-3 .text_block h3 {
        font-size: 16px; }
        .comp-img-text-3 .text_block h3:before {
          height: 15px;
          width: 12px;
          margin-right: 10px; }
      .comp-img-text-3 .text_block p {
        font-size: 16px; } }
  @media (max-width: 767px) {
    .comp-img-text-3 {
      margin-bottom: 10px; }
      .comp-img-text-3 .scroll_block {
        overflow: hidden;
        overflow-x: scroll; }
        .comp-img-text-3 .scroll_block::-webkit-scrollbar {
          display: none; }
      .comp-img-text-3 .no-sides-padding {
        padding: 0;
        padding-bottom: 20px; }
      .comp-img-text-3 .no-wrap-xs {
        white-space: nowrap;
        margin: 0; }
      .comp-img-text-3 .inline-xs {
        display: inline-block;
        float: none;
        padding: 0;
        margin-left: 10px;
        max-width: 275px; }
        .comp-img-text-3 .inline-xs:first-child {
          margin-left: 0px; }
      .comp-img-text-3 img {
        display: block;
        max-width: 280px;
        margin: 0 auto;
        width: 100%; }
      .comp-img-text-3 .text_block {
        margin-left: auto;
        margin-right: auto;
        padding: 15px 15px;
        padding-bottom: 40px;
        height: auto;
        max-width: 250px; }
        .comp-img-text-3 .text_block h3 {
          font-size: 12px;
          margin-bottom: 15px; }
          .comp-img-text-3 .text_block h3:before {
            height: 13px;
            width: 11px;
            margin-right: 5px;
            position: relative;
            top: -1px; }
        .comp-img-text-3 .text_block p {
          font-size: 12px; }
        .comp-img-text-3 .text_block .button_main {
          right: auto;
          left: 50%;
          margin-left: -55px; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Картиника снизу текст всё по центру
*/
.comp-img-text-4 {
  margin: 35px 0 0;
  padding: 15px; }
  .comp-img-text-4 img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .comp-img-text-4 p {
    text-align: center;
    margin-top: 25px;
    font-size: 24px;
    font-weight: 400;
    color: #404040; }
  .comp-img-text-4 .delimiter {
    margin-top: 100px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .comp-img-text-4 p {
      margin-top: 20px;
      font-size: 18px; }
    .comp-img-text-4 .delimiter {
      margin-top: 80px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .comp-img-text-4 p {
      margin-top: 20px;
      font-size: 16px; }
    .comp-img-text-4 .delimiter {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .comp-img-text-4 {
      margin-bottom: 10px; }
      .comp-img-text-4 .img_block {
        margin-top: 15px;
        margin-bottom: 30px; }
        .comp-img-text-4 .img_block:last-child {
          margin-bottom: 0px; }
      .comp-img-text-4 p {
        margin-top: 15px;
        font-size: 14px; }
      .comp-img-text-4 .delimiter {
        margin-top: 30px; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Ссылка текст по середине
*/
.comp-link {
  margin-top: 15px;
  text-align: center; }
  .comp-link a {
    font-size: 24px;
    color: #404040;
    border-bottom: 1px solid #404040;
    text-decoration: none; }
    .comp-link a:hover {
      border-color: transparent;
      text-decoration: none;
      color: #404040; }
  .comp-link.buy {
    display: none; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .comp-link a {
      font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .comp-link a {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .comp-link {
      margin-bottom: 10px; }
      .comp-link a {
        font-size: 12px; }
      .comp-link.buy {
        display: block;
        margin-top: 10px; }
        .comp-link.buy a {
          border: none;
          box-shadow: 0px 4px 6.08px 1.92px rgba(163, 163, 163, 0.3);
          background: #fdc100;
          border-radius: 15px;
          color: #404040;
          font-size: 18px;
          text-transform: none;
          padding: 14.5px 0;
          max-width: 400px;
          margin: 0 auto; }
          .comp-link.buy a:hover {
            color: white;
            background: #fdc100; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Форма странциа корпоративным клиентам
*/
.comp-request-form .no-right-padding {
  padding-right: 0; }
  .comp-request-form .no-right-padding:last-child {
    padding-right: 15px; }

.comp-request-form .block_title {
  padding-bottom: 25px;
  padding-top: 15px; }

.comp-request-form form {
  padding: 15px;
  border-radius: 5px;
  background-color: #ececec; }
  .comp-request-form form input {
    width: 100%;
    border-radius: 5px;
    padding: 14px 15px;
    outline: none;
    box-shadow: none;
    border: none;
    font-size: 20px;
    font-weight: 400; }
    .comp-request-form form input::placeholder {
      color: #404040;
      opacity: 1; }
    .comp-request-form form input:-ms-input-placeholder {
      color: #404040; }
    .comp-request-form form input::-ms-input-placeholder {
      color: #404040; }
  .comp-request-form form button {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #404040;
    padding: 16px 15px;
    border-radius: 5px;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: none;
    background: #edbf2e; }
    .comp-request-form form button:hover {
      background: #d6ad2b; }

@media (min-width: 992px) and (max-width: 1199px) {
  .comp-request-form form input {
    font-size: 18px; }
  .comp-request-form form button {
    font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .comp-request-form .no-right-padding {
    padding-right: 15px; }
  .comp-request-form form {
    margin: 0 auto; }
    .comp-request-form form input {
      font-size: 16px;
      margin-bottom: 10px; }
    .comp-request-form form button {
      font-size: 16px; } }

@media (max-width: 767px) {
  .comp-request-form {
    margin-bottom: 10px;
    margin-top: 5px; }
    .comp-request-form .no-right-padding {
      padding-right: 15px; }
    .comp-request-form form {
      margin: 0 auto; }
      .comp-request-form form input {
        font-size: 14px;
        margin-bottom: 10px; }
      .comp-request-form form button {
        font-size: 14px; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Страница сервисов типо burger только с картинками
*/
.comp-services {
  padding-top: 30px; }
  .comp-services .services_block {
    border-left: 1px solid #c6c6c6; }
  .comp-services .services_line {
    display: flex;
    align-items: stretch;
    margin-bottom: 95px; }
    .comp-services .services_line:last-child {
      margin-bottom: 0; }
  .comp-services h3 {
    margin-bottom: 15px; }
    .comp-services h3:last-child {
      margin-bottom: 0; }
    .comp-services h3 a {
      display: block;
      color: #1e466e;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.2;
      position: relative; }
      .comp-services h3 a .content {
        display: inline-block;
        vertical-align: middle;
        max-width: 87%; }
      .comp-services h3 a:hover .content {
        text-decoration: underline; }
      .comp-services h3 a span {
        font-weight: 400; }
      .comp-services h3 a img {
        display: inline-block;
        width: 40px;
        height: 40px;
        vertical-align: middle;
        margin-right: 15px; }
    .comp-services h3.active a {
      text-decoration: none; }
      .comp-services h3.active a .content {
        text-decoration: underline; }
  .comp-services ul {
    padding-left: 61px;
    margin-bottom: 30px;
    padding-top: 15px; }
    .comp-services ul:last-child {
      margin-bottom: 0px; }
    .comp-services ul li {
      margin-bottom: 35px; }
      .comp-services ul li:last-child {
        margin-bottom: 0px; }
      .comp-services ul li a {
        color: #404040;
        font-size: 24px;
        font-weight: 400; }
        .comp-services ul li a:hover {
          text-decoration: underline; }
      .comp-services ul li.active a {
        text-decoration: underline; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .comp-services {
      padding-top: 30px; }
      .comp-services .services_line {
        margin-bottom: 70px; }
      .comp-services h3 {
        margin-bottom: 20px; }
        .comp-services h3 a {
          font-size: 18px; }
          .comp-services h3 a .content {
            max-width: 80%; }
      .comp-services ul {
        padding-top: 0px;
        margin-bottom: 35px; }
        .comp-services ul li {
          margin-bottom: 25px; }
          .comp-services ul li a {
            font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .comp-services {
      padding-top: 30px; }
      .comp-services .services_line {
        margin-bottom: 50px; }
      .comp-services h3 {
        margin-bottom: 20px; }
        .comp-services h3 a {
          font-size: 16px; }
          .comp-services h3 a .content {
            max-width: 75%; }
      .comp-services ul {
        padding-top: 0px;
        margin-bottom: 35px; }
        .comp-services ul li {
          margin-bottom: 25px; }
          .comp-services ul li a {
            font-size: 16px; } }
  @media (max-width: 767px) {
    .comp-services {
      padding-top: 20px; }
      .comp-services .services_line {
        display: block;
        margin-bottom: 0px; }
      .comp-services .services_block {
        border-left: none;
        margin-bottom: 10px; }
      .comp-services h3 {
        margin-bottom: 10px; }
        .comp-services h3 a {
          font-size: 14px; }
          .comp-services h3 a .content {
            max-width: 75%; }
      .comp-services ul {
        padding-top: 0px;
        margin-bottom: 10px; }
        .comp-services ul li {
          margin-bottom: 15px; }
          .comp-services ul li a {
            font-size: 14px; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
После header почти на каждой странице
*/
.comp-slider .carousel.carousel-slider .control-arrow {
  opacity: 0;
  width: 30%; }

.comp-slider .carousel.carousel-slider ul.control-dots {
  width: auto;
  background: rgba(255, 255, 255, 0.6);
  padding: 6.5px 0;
  border-radius: 6px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .comp-slider .carousel.carousel-slider ul.control-dots li {
    margin: 0;
    border: 1px solid #1e899e;
    margin-right: 11px;
    background: white;
    width: 13px;
    height: 13px;
    opacity: 1;
    box-shadow: none;
    outline: none;
    vertical-align: middle; }
    .comp-slider .carousel.carousel-slider ul.control-dots li:first-child {
      margin-left: 11px; }
    .comp-slider .carousel.carousel-slider ul.control-dots li:hover {
      background: #61b5c7; }
    .comp-slider .carousel.carousel-slider ul.control-dots li.selected {
      background: #61b5c7; }

.comp-slider .slide_block {
  height: 715px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .comp-slider .slide_block .lazy-load-image-background, .comp-slider .slide_block .lazy-load-image-loaded, .comp-slider .slide_block .lazy_banner_img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .comp-slider .slide_block a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%; }
  .comp-slider .slide_block .banner {
    padding: 25px 20px;
    position: absolute;
    top: 140px;
    width: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    border-radius: 0;
    margin: 0;
    color: black;
    text-align: left;
    background-color: rgba(253, 193, 0, 0.7);
    opacity: 1; }
    .comp-slider .slide_block .banner span {
      display: inline-block;
      max-width: 100%;
      vertical-align: top;
      text-transform: uppercase;
      font-size: 42px;
      font-weight: 700; }
    .comp-slider .slide_block .banner::before {
      content: '';
      left: 0;
      height: 24px;
      width: 20px;
      background: #4e9f81;
      display: inline-block;
      margin-right: 15px;
      vertical-align: top;
      top: 3px;
      position: relative; }

@media (min-width: 992px) and (max-width: 1199px) {
  .comp-slider .slide_block {
    height: 500px; }
    .comp-slider .slide_block .banner {
      top: 90px; }
      .comp-slider .slide_block .banner span {
        font-size: 32px; }
      .comp-slider .slide_block .banner:before {
        height: 20px;
        width: 15px;
        top: 2px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .comp-slider .slide_block {
    height: 500px; }
    .comp-slider .slide_block .banner {
      top: 90px; }
      .comp-slider .slide_block .banner span {
        font-size: 24px; }
      .comp-slider .slide_block .banner:before {
        height: 20px;
        width: 15px;
        top: 1px; } }

@media (max-width: 767px) {
  .comp-slider .slide_block {
    height: 290px; }
    .comp-slider .slide_block .banner {
      top: 50px;
      width: 65%;
      padding: 10px 10px; }
      .comp-slider .slide_block .banner span {
        font-size: 14px; }
      .comp-slider .slide_block .banner:before {
        height: 12px;
        width: 10px;
        top: 0px;
        margin-right: 5px; }
  .comp-slider .carousel.carousel-slider ul.control-dots {
    padding: 0px 4px;
    bottom: 10px; }
    .comp-slider .carousel.carousel-slider ul.control-dots li {
      margin-right: 5px;
      width: 5px;
      height: 5px; }
      .comp-slider .carousel.carousel-slider ul.control-dots li:first-child {
        margin-left: 5px; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Таблица
*/
.comp-table .table_block {
  overflow: hidden; }
  .comp-table .table_block .half_block, .comp-table .table_block .full_block {
    width: 50%;
    float: left; }
    .comp-table .table_block .half_block .title, .comp-table .table_block .full_block .title {
      padding: 15px 25px;
      background-color: #efefef;
      border: 1px solid #d8d8d8;
      font-weight: 700;
      font-size: 24px;
      color: #404040; }
    .comp-table .table_block .half_block .prop_block, .comp-table .table_block .full_block .prop_block {
      border: 1px solid #d8d8d8;
      border-top: none;
      padding: 17.5px 25px; }
      .comp-table .table_block .half_block .prop_block .property, .comp-table .table_block .full_block .prop_block .property {
        font-weight: 400;
        font-size: 20px;
        color: #404040; }
      .comp-table .table_block .half_block .prop_block .value, .comp-table .table_block .full_block .prop_block .value {
        font-weight: 700;
        font-size: 20px;
        color: #404040;
        padding-left: 15px;
        position: relative; }
        .comp-table .table_block .half_block .prop_block .value:before, .comp-table .table_block .full_block .prop_block .value:before {
          position: absolute;
          left: 5px;
          content: '-';
          color: #404040;
          font-size: 20px;
          font-weight: 400; }
  .comp-table .table_block .half_block {
    width: 50%; }
  .comp-table .table_block .full_block {
    width: 100%; }
  .comp-table .table_block .pure {
    text-align: center;
    padding: 17.5px 25px;
    font-weight: 400;
    font-size: 20px;
    border: 1px solid #d8d8d8;
    border-top: none;
    color: #404040; }

@media (min-width: 992px) and (max-width: 1199px) {
  .comp-table .table_block .half_block .title {
    font-size: 18px; }
  .comp-table .table_block .half_block .prop_block .property {
    font-size: 18px; }
  .comp-table .table_block .half_block .prop_block .value {
    font-size: 18px; }
    .comp-table .table_block .half_block .prop_block .value:before {
      font-size: 18px; }
  .comp-table .table_block .pure {
    font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .comp-table .table_block .half_block .title {
    font-size: 16px; }
  .comp-table .table_block .half_block .prop_block .property {
    font-size: 16px; }
  .comp-table .table_block .half_block .prop_block .value {
    font-size: 16px; }
    .comp-table .table_block .half_block .prop_block .value:before {
      font-size: 16px; }
  .comp-table .table_block .pure {
    font-size: 18px; } }

@media (max-width: 767px) {
  .comp-table {
    margin-bottom: 10px; }
    .comp-table .table_block .half_block {
      width: 100%;
      margin-bottom: 20px; }
      .comp-table .table_block .half_block .title {
        font-size: 14px;
        padding: 6px 10px;
        text-align: center; }
      .comp-table .table_block .half_block .prop_block {
        padding: 6.5px 10px;
        overflow: hidden; }
        .comp-table .table_block .half_block .prop_block .property {
          font-size: 14px; }
        .comp-table .table_block .half_block .prop_block .value {
          font-size: 14px;
          float: right; }
          .comp-table .table_block .half_block .prop_block .value:before {
            display: none; }
    .comp-table .table_block .pure {
      font-size: 14px;
      border: none;
      padding: 0px 10px; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Табы
*/
.tabs-section-wrapper {
  padding: 20px 0;
  height: 111px; }
  @media (max-width: 767px) {
    .tabs-section-wrapper {
      padding: 0;
      height: 65px; } }

.react-tabs__tab-panel {
  display: none; }
  .react-tabs__tab-panel.react-tabs__tab-panel--selected {
    display: block; }

.comp-tabs.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  background: white;
  border-radius: 0; }
  .comp-tabs.fixed ul {
    background: #1d4568;
    padding: 10px 15px;
    margin: 0 -15px;
    border-radius: 3px; }
    .comp-tabs.fixed ul li {
      color: black;
      border-color: transparent;
      background: white; }

.comp-tabs ul {
  padding: 10px 0; }
  .comp-tabs ul li {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    font-size: 20px;
    color: #404040;
    font-weight: 400;
    padding: 14.5px 15px;
    border: 1px solid #69c2bd;
    border-radius: 24px;
    box-shadow: 0px 4px 6.08px 1.92px rgba(163, 163, 163, 0.3);
    cursor: pointer;
    outline: none; }
    .comp-tabs ul li.react-tabs__buy_button {
      border-color: #fdc100;
      background: #fdc100; }
      .comp-tabs ul li.react-tabs__buy_button:hover {
        color: white;
        background: #fdc100; }
    .comp-tabs ul li:hover {
      background: #69c2bd;
      color: white;
      text-decoration: none; }
      .comp-tabs ul li:hover a {
        color: white;
        text-decoration: none; }
    .comp-tabs ul li:first-child {
      margin-left: 0px; }
    .comp-tabs ul li.react-tabs__tab--selected {
      background: #69c2bd;
      color: white;
      text-decoration: none; }
      .comp-tabs ul li.react-tabs__tab--selected a {
        color: white;
        text-decoration: none; }
    .comp-tabs ul li.buy {
      font-weight: 700;
      background: #fdc100;
      border-color: #fdc100;
      min-width: 120px;
      text-align: center; }
    .comp-tabs ul li a {
      font-size: 20px;
      color: #404040;
      font-weight: 400;
      text-decoration: none; }

@media (min-width: 992px) and (max-width: 1199px) {
  .comp-tabs ul li {
    font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .comp-tabs ul li {
    font-size: 16px; } }

@media (max-width: 767px) {
  .comp-tabs.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    background: #1d4568;
    border-radius: 0; }
  .comp-tabs .react-tabs__buy_button {
    position: fixed;
    bottom: 5px;
    width: 90%;
    margin-left: 5%;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    z-index: 999; }
  .comp-tabs .scroll_block {
    overflow: hidden;
    overflow-x: scroll; }
    .comp-tabs .scroll_block::-webkit-scrollbar {
      display: none; }
  .comp-tabs ul {
    padding: 15px 0;
    white-space: nowrap; }
    .comp-tabs ul li {
      font-size: 12px;
      padding: 10.5px 17px; }
      .comp-tabs ul li.buy {
        display: none; }
      .comp-tabs ul li.react-tabs__buy_button {
        position: fixed;
        bottom: 5px;
        z-index: 999;
        width: 280px;
        left: 50%;
        margin-left: -140px; }
      .comp-tabs ul li:last-child:not(.react-tabs__buy_button) {
        margin-right: 15px; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Текст и ul список можно размещать в любом порядке
*/
.comp-text-list p {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  color: #404040;
  line-height: 1.5;
  margin-bottom: 15px; }
  .comp-text-list p strong {
    font-weight: bold; }
  .comp-text-list p:last-child {
    margin-bottom: 0px; }

.comp-text-list ul {
  margin-bottom: 30px; }
  .comp-text-list ul:last-child {
    margin-bottom: 0px; }
  .comp-text-list ul li {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #404040;
    padding-left: 10px; }
    .comp-text-list ul li:last-child {
      margin-bottom: 0px; }
    .comp-text-list ul li:before {
      content: '-';
      position: absolute;
      left: 0;
      font-size: 20px;
      font-weight: 400;
      color: #404040; }

@media (min-width: 992px) and (max-width: 1199px) {
  .comp-text-list p {
    font-size: 18px;
    margin-bottom: 25px; }
  .comp-text-list ul {
    margin-bottom: 25px; }
    .comp-text-list ul li {
      font-size: 18px; }
      .comp-text-list ul li:before {
        font-size: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .comp-text-list p {
    font-size: 16px;
    margin-bottom: 20px; }
  .comp-text-list ul {
    margin-bottom: 20px; }
    .comp-text-list ul li {
      font-size: 16px; }
      .comp-text-list ul li:before {
        font-size: 16px; } }

@media (max-width: 767px) {
  .comp-text-list {
    margin-bottom: 10px; }
    .comp-text-list p {
      font-size: 14px;
      margin-bottom: 15px; }
    .comp-text-list ul {
      margin-bottom: 15px; }
      .comp-text-list ul li {
        font-size: 14px; }
        .comp-text-list ul li:before {
          font-size: 14px; }
    .comp-text-list.iframe .no-sides-padding {
      padding-left: 0;
      padding-right: 0; }
    .comp-text-list.iframe iframe {
      height: 310px !important; } }

/*Страница контактов*/
#contacts .comp-text-list p {
  margin-bottom: 0; }
  #contacts .comp-text-list p strong {
    font-weight: 700; }
  #contacts .comp-text-list p:nth-child(2n) {
    margin-bottom: 30px; }
  #contacts .comp-text-list p:last-child {
    margin-bottom: 0px; }

#contacts .map {
  box-shadow: 0px 4px 6.08px 1.92px rgba(163, 163, 163, 0.3);
  width: 1170px;
  margin: 0 auto;
  margin-bottom: 50px; }
  #contacts .map iframe {
    width: 100%;
    height: 600px; }

@media (min-width: 992px) and (max-width: 1199px) {
  #contacts .comp-text-list p:nth-child(2n) {
    margin-bottom: 25px; }
  #contacts .comp-text-list p:last-child {
    margin-bottom: 0px; }
  #contacts .map {
    width: 970px;
    margin-bottom: 40px; }
    #contacts .map iframe {
      height: 500px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #contacts .comp-text-list p:nth-child(2n) {
    margin-bottom: 20px; }
  #contacts .comp-text-list p:last-child {
    margin-bottom: 0px; }
  #contacts .map {
    width: 750px;
    margin-bottom: 30px; }
    #contacts .map iframe {
      height: 400px; } }

@media (max-width: 767px) {
  #contacts .comp-text-list p:nth-child(2n) {
    margin-bottom: 15px; }
  #contacts .comp-text-list p:last-child {
    margin-bottom: 0px; }
  #contacts .map {
    width: 100%;
    margin-bottom: 20px; }
    #contacts .map iframe {
      height: 350px; } }

/*FONT SIZE*/
/* COLORS */
/*
Описание компонетна
Страница рахмета за заявку
*/
.comp-thanks p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #404040;
  line-height: 1.25;
  margin-bottom: 35px; }

.comp-thanks .button_main {
  margin: 0 auto;
  margin-top: 45px; }

@media (min-width: 992px) and (max-width: 1199px) {
  .comp-thanks p {
    font-size: 18px;
    margin-bottom: 25px; }
  .comp-thanks .button_main {
    margin-top: 35px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .comp-thanks p {
    font-size: 16px;
    margin-bottom: 20px; }
  .comp-thanks .button_main {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .comp-thanks {
    margin-top: 10px;
    margin-bottom: 10px; }
    .comp-thanks p {
      font-size: 16px;
      margin-bottom: 20px; }
    .comp-thanks .button_main {
      margin-top: 30px; } }
