@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=cyrillic,cyrillic-ext");
* {
  font-family: Montserrat;
  outline: none;
  margin: 0;
  padding: 0; }

img {
  max-width: 100%; }

html, body {
  overflow-x: hidden; }

.container {
  max-width: 1140px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .container {
      max-width: 970px; } }
  @media screen and (max-width: 990px) {
    .container {
      max-width: 768px; } }
  @media screen and (max-width: 780px) {
    .container {
      max-width: 95%; } }
  @media screen and (max-width: 425px) {
    .container {
      max-width: 98%; } }

.main_button {
  background: -o-linear-gradient(190.94deg, #00A6E2 4.41%, #0174CD 94.55%);
  background: linear-gradient(259.06deg, #00A6E2 4.41%, #0174CD 94.55%);
  -webkit-box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.6);
  box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.6);
  border-radius: 80px;
  height: 64px;
  width: 224px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .main_button:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: 0px 20px 70px #0174cd;
    box-shadow: 0px 20px 70px #0174cd; }

/* Модальное окно с опросом [Старт] */
.modal_quiz__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none; }

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 400px;
  height: auto;
  background: #fff;
  padding: 36px 25px;
  border-radius: 5px;
  z-index: 1000;
  -webkit-transform: translate(-50%, -350%);
  -ms-transform: translate(-50%, -350%);
  transform: translate(-50%, -350%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
  overflow-y: auto; }
  .modal form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .modal h2 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-weight: 800;
    color: #121212; }
  .modal .error {
    color: red;
    font-size: 14px;
    position: relative;
    bottom: 12px; }
  .modal .modal__close {
    position: absolute;
    right: 1.5%;
    color: #232323;
    top: .7%;
    font-size: 32px;
    font-weight: 600;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer; }
    .modal .modal__close:hover {
      color: #00A6E2; }
  .modal input[type="submit"] {
    padding: 18px 76px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 80px;
    color: #fff;
    -webkit-box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.1);
    box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.1);
    background: -o-linear-gradient(190.94deg, #00A6E2 4.41%, #0174CD 94.55%);
    background: linear-gradient(259.06deg, #00A6E2 4.41%, #0174CD 94.55%);
    border: none;
    margin-top: 14px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .modal input[type="submit"]:hover {
      -webkit-box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.5);
      box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.5);
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .modal .input-policy {
    margin-top: 6px;
    margin-bottom: 14px;
    text-align: center; }
  .modal input.field {
    width: 320px;
    height: 44px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #0174CD;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-bottom: 16px;
    background: #fff; }
    @media screen and (max-width: 479px) {
      .modal input.field {
        width: 280px; } }
    @media screen and (max-width: 375px) {
      .modal input.field {
        width: 240px; } }
    @media screen and (max-width: 327px) {
      .modal input.field {
        width: 214px; } }

.modal_quiz {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 400px;
  height: 490px;
  background: #fff;
  padding: 20px 25px;
  border-radius: 5px;
  z-index: 1000;
  -webkit-transform: translate(-50%, -350%);
  -ms-transform: translate(-50%, -350%);
  transform: translate(-50%, -350%);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  overflow: hidden; }
  @media screen and (max-width: 479px) {
    .modal_quiz {
      width: 80%; } }
  .modal_quiz .error {
    color: red;
    font-size: 14px;
    position: relative;
    bottom: 4px; }
  .modal_quiz #policy_error {
    position: relative;
    bottom: 8px; }
  .modal_quiz h2 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-weight: 800;
    color: #121212; }
  .modal_quiz p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 26px;
    line-height: 130%;
    font-size: 15px; }
  .modal_quiz h4 {
    margin-bottom: 16px;
    color: #232323; }
    @media screen and (max-width: 479px) {
      .modal_quiz h4 {
        width: 60%; } }
  .modal_quiz .modal_quiz__close {
    position: absolute;
    right: 1.5%;
    color: #232323;
    top: .7%;
    font-size: 32px;
    font-weight: 600;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer; }
    .modal_quiz .modal_quiz__close:hover {
      color: #00A6E2; }
  .modal_quiz input[type="submit"] {
    padding: 18px 76px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 80px;
    color: #fff;
    -webkit-box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.1);
    box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.1);
    background: -o-linear-gradient(190.94deg, #00A6E2 4.41%, #0174CD 94.55%);
    background: linear-gradient(259.06deg, #00A6E2 4.41%, #0174CD 94.55%);
    border: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
    .modal_quiz input[type="submit"]:hover {
      -webkit-box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.5);
      box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.5);
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .modal_quiz .input label {
    cursor: pointer; }
  .modal_quiz input.field {
    width: 320px;
    height: 44px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #0174CD;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #fff; }
    @media screen and (max-width: 479px) {
      .modal_quiz input.field {
        width: 280px; } }
    @media screen and (max-width: 375px) {
      .modal_quiz input.field {
        width: 240px; } }
    @media screen and (max-width: 327px) {
      .modal_quiz input.field {
        width: 214px; } }
  .modal_quiz a {
    color: #0174CD; }
  .modal_quiz .quiz_section__fields input[type="checkbox"] {
    width: 14px !important;
    height: 14px; }
  .modal_quiz .quiz_section__fields label {
    font-size: 14px !important; }
  .modal_quiz .nextBtn, .modal_quiz .prevBtn {
    font-weight: 600;
    border: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.1);
    box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.1);
    font-size: 15px;
    background: transparent;
    color: #00A6E2;
    position: relative; }
    .modal_quiz .nextBtn:before, .modal_quiz .prevBtn:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: -4px;
      width: 0;
      opacity: .8;
      height: 2px;
      background: #00A6E2;
      border-radius: 100px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    .modal_quiz .nextBtn:hover:before, .modal_quiz .prevBtn:hover:before {
      width: 100%; }
  .modal_quiz .prevBtn {
    margin-right: 10px; }
  .modal_quiz .modal_quiz__form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s; }
    .modal_quiz .modal_quiz__form .quiz_section {
      width: 447px;
      height: 300px;
      left: -25px;
      position: relative;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 8px; }
      .modal_quiz .modal_quiz__form .quiz_section .questions {
        margin-top: 6px; }
        @media screen and (max-width: 479px) {
          .modal_quiz .modal_quiz__form .quiz_section {
            left: -24px; } }
      .modal_quiz .modal_quiz__form .quiz_section [name='nextQuiz'], .modal_quiz .modal_quiz__form .quiz_section [name='prevQuiz'] {
        cursor: pointer; }
      .modal_quiz .modal_quiz__form .quiz_section .input {
        margin-bottom: 6px; }
        .modal_quiz .modal_quiz__form .quiz_section .input input[type="checkbox"] {
          width: 16px;
          border: none;
          border-radius: 5px;
          background: #ccc;
          height: 16px;
          margin-right: 4px; }
        @media screen and (max-width: 479px) {
          .modal_quiz .modal_quiz__form .quiz_section .input.input-policy label {
            width: 60%;}
          .modal_quiz .modal_quiz__form .quiz_section .input.input-policy {
            position: relative;
            left: 20%; } 
            .modal_quiz .modal_quiz__form .quiz_section .input.input-messenger label{
              width: auto; } }
        .modal_quiz .modal_quiz__form .quiz_section .input label {
          font-size: 16px;
          vertical-align: top;
          position: relative; }
          @media screen and (max-width: 479px) {
            .modal_quiz .modal_quiz__form .quiz_section .input label {
              display: inline-block; width: 90%; }
              .modal_quiz .modal_quiz__form .quiz_section h4 {
                text-align: center; } } 
      .modal_quiz .modal_quiz__form .quiz_section .controls {
        margin-top: 30px; }

/* Модальное окно с опросом [Конец] */
/* Шапка [Старт] */
.header {
  margin: 0 !important;
  width: 100%;
  height: 580px;
  background: url("../../static/imgs/header-bg.jpg");
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  position: relative; }
  .header:before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: -o-linear-gradient(22.99deg, #052226 0%, #083650 56.32%);
    background: linear-gradient(67.01deg, #052226 0%, #083650 56.32%);
    opacity: 0.3; }
  .header .container {
    position: absolute;
    z-index: 4;
    color: #fff;
    top: 50%;
    left: 50%;
    min-width: 1140px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .header .container .header_title {
      font-weight: 800;
      text-align: center;
      text-transform: uppercase;
      font-size: 42px;
      margin-top: 0; }
    .header .container .header_desc {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 60px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .header .container .header_desc .header_description {
        font-weight: 600;
        font-size: 24px;
        text-transform: uppercase;
        width: 60%; }

/* Шапка [Конец] */
/* Актуальные предложения [Старт] */
.current_offers {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../../static/imgs/rest.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .current_offers .container h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .current_offers .container .current_offers__carousel {
    width: auto;
    padding-left: 3.75%;
    padding-right: 2.5%; }
    .current_offers .container .current_offers__carousel .current_offers__carousel_item:hover .item_text .more-btn {
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }
    .current_offers .container .current_offers__carousel .current_offers__carousel_item {
      height: 280px;
      border-radius: 5px;
      width: 95% !important;
      position: relative;
      overflow: hidden; }
      .current_offers .container .current_offers__carousel .current_offers__carousel_item:before {
        content: '';
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: -o-linear-gradient(22.99deg, #052226 0%, #083650 56.32%);
        background: linear-gradient(67.01deg, #052226 0%, #083650 56.32%);
        opacity: 0.5;
        z-index: 1; }
      .current_offers .container .current_offers__carousel .current_offers__carousel_item img {
        position: absolute;
        z-index: -1; }
      .current_offers .container .current_offers__carousel .current_offers__carousel_item .item_text {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 2;
        color: #fff; }
        .current_offers .container .current_offers__carousel .current_offers__carousel_item .item_text span {
          display: block;
          font-weight: 500;
          margin-bottom: 4px; }
        .current_offers .container .current_offers__carousel .current_offers__carousel_item .item_text h4 {
          font-size: 28px;
          margin-bottom: 20px; }
        .current_offers .container .current_offers__carousel .current_offers__carousel_item .item_text .more-btn {
          color: #fff;
          text-decoration: none;
          margin-top: 14px;
          border: 2px solid #fff;
          border-radius: 80px;
          height: 40px;
          line-height: 40px;
          font-weight: 500;
          cursor: pointer;
          display: block;
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
          width: 170px;
          position: absolute;
          -webkit-box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 20px 70px rgba(0, 0, 0, 0.6);
          left: 50%;
          -webkit-transform: translate(-50%, 200%);
          -ms-transform: translate(-50%, 200%);
          transform: translate(-50%, 200%); }
          .current_offers .container .current_offers__carousel .current_offers__carousel_item .item_text .more-btn:hover {
            background: #fff;
            color: #232323; }

.slick-slide img {
  max-width: 100%;
  min-height: 280px; }

.next-arrow, .prev-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 28px;
  cursor: pointer;
  opacity: .8;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .next-arrow:hover, .prev-arrow:hover {
    opacity: 1; }

.next-arrow {
  right: 0; }

.prev-arrow {
  left: 0; }

/* Актуальные предложения [Конец] */
/* О компании [Старт] */
.about {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../../static/imgs/beach.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .about:before {
    content: '';
    background: -o-linear-gradient(25.42deg, #163250 0%, #16394C 85.6%);
    background: linear-gradient(64.58deg, #163250 0%, #16394C 85.6%);
    left: 0;
    opacity: .5;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute; }
  .about .container .about-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 10; }
    .about .container .about-content .about-content_left {
      width: 50%;
      color: #fff; }
      .about .container .about-content .about-content_left h2 {
        font-size: 28px;
        text-transform: uppercase; }
      .about .container .about-content .about-content_left p {
        margin-top: 30px;
        line-height: 130%; }
      .about .container .about-content .about-content_left button {
        margin-top: 42px; }
    .about .container .about-content .about-content_right {
      width: 50%; }
      .about .container .about-content .about-content_right img {
        width: 48%;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

/* О компании [Конец] */
/* Почему Мы [Старт] */
.advantages {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: -o-linear-gradient(49.13deg, #FFF9EC 21.88%, #EDF9FF 77.36%);
  background: linear-gradient(40.87deg, #FFF9EC 21.88%, #EDF9FF 77.36%);
  position: relative; }
  .advantages:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -.2%;
    width: 370px;
    height: 550px;
    background: url("../../static/imgs/palm.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
  .advantages .container h2 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .advantages .container .advantages_cards {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .advantages .container .advantages_cards .advantages_cards__card {
      width: 26.5%;
      position: relative;
      background: #fff;
      -webkit-box-shadow: 0px 10px 30px rgba(130, 71, 0, 0.1);
      box-shadow: 0px 10px 30px rgba(130, 71, 0, 0.1);
      border-radius: 5px;
      padding: 30px;
      overflow: hidden; }
      .advantages .container .advantages_cards .advantages_cards__card span {
        position: absolute;
        right: -1%;
        top: -6%;
        color: #0174CD;
        font-weight: 900;
        font-size: 64px; }
      .advantages .container .advantages_cards .advantages_cards__card h4 {
        font-size: 18px;
        color: #222;
        margin-bottom: 12px; }
      .advantages .container .advantages_cards .advantages_cards__card p {
        line-height: 130%;
        color: #373F4F; }

/* Почему Мы [Конец] */
/* Текстовый экран [Начало] */
.info {
  padding-top: 100px;
  padding-bottom: 100px;
  background: -o-linear-gradient(186.4deg, #01A4E1 11.7%, #0174CD 93.02%);
  background: linear-gradient(263.6deg, #01A4E1 11.7%, #0174CD 93.02%);
  width: 100%;
  position: relative;
  color: #fff;
  overflow: hidden; }
  .info:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 254px;
    height: 1048px;
    background: url("../../static/imgs/rectangle.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .info .photo-rectangle {
    position: absolute;
    right: -400px;
    top: -24%; }
    .info .photo-rectangle img {
      width: 50%; }
  .info .container {
    position: relative;
    z-index: 2; }
    .info .container h2 {
      font-size: 28px;
      margin-bottom: 40px;
      text-transform: uppercase;
      width: 60%; }
    .info .container p {
      line-height: 130%;
      margin-bottom: 80px;
      width: 70%; }
    .info .container .sadvantages-list {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 90%;
      text-align: center; }
      .info .container .sadvantages-list .sadvantages-list_item {
        position: relative;
        width: 33%; }
        .info .container .sadvantages-list .sadvantages-list_item:before {
          content: '';
          display: block;
          position: absolute;
          width: 228px;
          height: 2px;
          left: 66.5%;
          top: 55px;
          background: url("../../static/imgs/small_advantages/line.png");
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
        .info .container .sadvantages-list .sadvantages-list_item:last-child:before {
          display: none; }
        .info .container .sadvantages-list .sadvantages-list_item p {
          width: 80%;
          margin: 0 auto;
          line-height: 130%; }
        .info .container .sadvantages-list .sadvantages-list_item h4 {
          margin-bottom: 14px;
          font-size: 18px; }

/* Текстовый экран [Конец] */
/* Оффер [Старт] */
.offer {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url("../../static/imgs/palms.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .offer .container {
    background: -o-linear-gradient(3.29deg, #099DDD 0%, #0174CD 54.61%);
    background: linear-gradient(86.71deg, #099DDD 0%, #0174CD 54.61%);
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 32px 52px;
    position: relative; }
    .offer .container:before {
      content: '';
      display: block;
      position: absolute;
      right: -3%;
      bottom: -30%;
      width: 440px;
      height: 479.4px;
      background: url("../../static/imgs/cocktail.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
    .offer .container h2 {
      margin-bottom: 24px;
      color: #fff;
      font-size: 28px;
      text-transform: uppercase;
      width: 70%; }
    .offer .container p {
      width: 70%;
      color: #fff;
      line-height: 130%;
      margin-bottom: 40px; }
    .offer .container .main_button {
      background: transparent;
      border: 2px solid #fff; }
      .offer .container .main_button:hover {
        background: #fff;
        color: #232323; }

/* Оффер [Конец] */
/* Подвал [Старт] */
.footer {
  padding-top: 46px;
  padding-bottom: 46px;
  background: #0C0C0B;
  color: #fff;
  text-align: center; }
  .footer .container hr {
    opacity: .4;
    margin: 24px 0; }
  .footer .container span {
    font-size: 14px; }
  .footer .container h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 24px; }
  .footer .container .socials {
    margin-top: 24px; }
    .footer .container .socials a {
      color: #fff;
      margin-right: 28px; }
      .footer .container .socials a:last-child {
        margin-right: 0; }
      .footer .container .socials a i {
        font-size: 24px;
        cursor: pointer;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
        .footer .container .socials a i:hover {
          color: #00A6E2; }
  .footer .container p {
    width: 50%;
    line-height: 130%;
    margin: 0 auto; }

/* Подвал [Конец] */
/* Медиа-запросы - адаптив */
@media screen and (max-width: 1100px) {
  .header .container .header_title {
    font-size: 34px; }
  .header .container .header_desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .header .container .header_desc .header_description {
      font-size: 20px;
      width: 60%;
      text-align: center; }
    .header .container .header_desc .main_button {
      margin-top: 34px; }
  .current_offers .container h2 {
    font-size: 26px; } }

@media screen and (max-width: 1020px) {
  .offer .container {
    text-align: center; }
    .offer .container h2, .offer .container p {
      width: 100%; }
    .offer .container:before {
      display: none; } }

@media screen and (max-width: 990px) {
  .advantages .container .advantages_cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .advantages .container .advantages_cards .advantages_cards__card {
      width: 60%;
      margin: 0 auto 20px auto; }
      .advantages .container .advantages_cards .advantages_cards__card:last-child {
        margin-bottom: 0; }
  .current_offers .container .current_offers__carousel .current_offers__carousel_item .item_text .more-btn {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .info .container .sadvantages-list {
    width: 100%; }
    .info .container .sadvantages-list .sadvantages-list_item:before {
      display: none; }
    .info .container .sadvantages-list .sadvantages-list_item h4 {
      width: 60%;
      margin: 0 auto 14px auto; } }

@media screen and (max-width: 900px) {
  .header .container .header_title {
    font-size: 28px; }
  .header .container .header_desc .header_description {
    font-size: 18px; } }

@media screen and (max-width: 874px) {
  .info .photo-rectangle {
    display: none; }
  .info .container {
    text-align: center; }
    .info .container h2, .info .container p {
      width: 100%; } }

@media screen and (max-width: 782px) {
  .info .container .sadvantages-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .info .container .sadvantages-list .sadvantages-list_item {
      margin-bottom: 40px;
      width: 50%; }
      .info .container .sadvantages-list .sadvantages-list_item:last-child {
        margin-bottom: 0; } }

@media screen and (max-width: 748px) {
  .header .container .header_title {
    font-size: 32px;
    width: 40%;
    margin: 0 auto; }
  .header .container .header_desc .header_description {
    font-size: 18px;
    width: 40%; }
  .about .container .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .about .container .about-content .about-content_left {
      width: 100%;
      text-align: center; }
      .about .container .about-content .about-content_left h2 {
        font-size: 26px; }
    .about .container .about-content .about-content_right {
      display: none; }
  .offer .container h2 {
    font-size: 26px; }
  .advantages .container h2 {
    font-size: 26px; }
  .info .container h2 {
    font-size: 26px; } }

@media screen and (max-width: 679px) {
  .current_offers .container h2 {
    font-size: 26px; }
  .current_offers .container .current_offers__carousel {
    padding-left: 5%;
    padding-right: 5%;
    width: 70%;
    margin: 0 auto; }
    .current_offers .container .current_offers__carousel .current_offers__carousel_item {
      width: 100% !important; } }

@media screen and (max-width: 610px) {
  .info .container .sadvantages-list .sadvantages-list_item {
    width: 90%; } }

@media screen and (max-width: 520px) {
  .current_offers .container h2 {
    font-size: 24px; }
  .current_offers .container .current_offers__carousel {
    padding-left: 5%;
    padding-right: 5%;
    width: 95%;
    margin: 0 auto; }
    .current_offers .container .current_offers__carousel .current_offers__carousel_item {
      width: 100% !important; }
  .offer .container h2 {
    font-size: 24px; }
  .footer .container p {
    width: 75%; }
  .info .container h2 {
    font-size: 24px; }
  .advantages .container h2 {
    font-size: 24px; }
  .advantages .container .advantages_cards .advantages_cards__card {
    width: 75%; }
  .about .container .about-content .about-content_left h2 {
    font-size: 24px; } }

@media screen and (max-width: 490px) {
  .header .container .header_title {
    font-size: 26px;
    width: 30%; }
  .header .container .header_desc .header_description {
    font-size: 16px;
    width: 30%; }
  .offer .container {
    padding: 40px 20px; }
  .current_offers .container h2 {
    font-size: 24px; } }

@media screen and (max-width: 375px) {
  .header .container .header_title {
    font-size: 24px; }
  .header .container .header_desc {
    margin-top: 38px; }
    .header .container .header_desc .header_description {
      font-size: 16px;
      width: 26%; }
  .current_offers .container .current_offers__carousel {
    padding-left: 8%;
    padding-right: 8%;
    width: 95%;
    margin: 0 auto; }
    .current_offers .container .current_offers__carousel .current_offers__carousel_item {
      width: 100% !important;
      height: 260px; } }
      
/* Стили для инфо шапки */
.nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;  
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

.nav .nav_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;  
  align-items: center;
  margin-right: 6em;
  margin-left: 2em;
}

.nav .nav_item h4 b {
  display: block;
  text-align: right;
  color: #00A6E2;
  font-size: 20px;
}

.nav .nav_item h4 {
  margin-right: 8px;
  font-weight: 600;
  text-align: right;
  color: #ffffff;
  font-size: 15px;
}

@media screen and (max-width: 664px) {
  .nav .nav_item {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 4em;
  }

  .nav .nav_item:last-child {
  	margin-right: 0;
  }

  .nav .nav_item h4 {
  	text-align: center;
  }

  .nav .nav_item h4 b {
  	text-align: center;
  }

  .nav .nav_item img {
  	display: none;
  }
}

@media screen and (max-width: 576px) {
  .nav .nav_item {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 375px) {
	.nav .nav_item h4 {
		font-size: 14px;
	}

	.nav .nav_item h4 b {
		font-size: 16px;
	}
}

.slick-arrow {
  z-index: 1;
}

.current_testimonials__carousel_wrap {
  padding: 100px 0;
  background: -o-linear-gradient(186.4deg, #01A4E1 11.7%, #0174CD 93.02%);
  background: linear-gradient(263.6deg, #01A4E1 11.7%, #0174CD 93.02%);
  position: relative;
}

.current_testimonials__carousel_wrap h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  width: 96%;
  margin: 0 auto 40px auto;
}

.current_testimonials__carousel {
  padding-left: 3.75%;
  padding-right: 2.5%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.current_testimonials__carousel .slick-arrow {
  color: #fff;
}

.current_testimonials__carousel__item {
  width: 26%;
}

.current_testimonials__carousel__item img {
  border-radius: 5px;
  width: 94%;
}

@media screen and (max-width: 679px) {
  .current_testimonials__carousel {
    width: 320px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 20px;
  }
} 

@media screen and (max-width: 353px) {
  .current_testimonials__carousel {
    width: 290px;
  }
}

.cookie_plank {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  display: flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -moz-flex;
  padding: 25px 20px;
  background: rgba(1, 116, 205, 0.9);
  color: #ffffff;
  font-size: 14px;
  box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.6);
  box-shadow: -moz-0px 20px 70px rgba(1, 116, 205, 0.6);
  box-shadow: -o-0px 20px 70px rgba(1, 116, 205, 0.6);
  box-shadow: -webkit-0px 20px 70px rgba(1, 116, 205, 0.6);
  border-radius: 5px 5px 0 0;
  z-index: 19000;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 844px) {
  .cookie_plank {
    font-size: 12px;
  }
}

@media screen and (max-width: 628px) {
 .cookie_plank {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 13px;
    text-align: center;
    padding: 15px 10px;
  }
}

.cookie_plank_content {
  line-height: 140%;
  font-weight: 500;
}

.cookie_plank_button {
  background: #00A6E2;
  -webkit-box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.6);
  box-shadow: 0px 20px 70px rgba(1, 116, 205, 0.6);
  border-radius: 5px;
  height: 56px;
  width: 304px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

@media screen and (max-width: 844px) {
  .cookie_plank_button {
    font-size: 14px;
    height: 46px;
    width: 304px;
  }
}

@media screen and (max-width: 628px) {
 .cookie_plank_button {
    margin-top: 20px;
  }
}