@charset "UTF-8";
/* Ширина скроллбара */
::-webkit-scrollbar {
  width: 5px; }

/* Колір скроллбара */
::-webkit-scrollbar-thumb {
  background-color: #888; }

/* Колір заднього фону скроллбара */
::-webkit-scrollbar-track {
  background-color: #f1f1f1; }

*::after,
*::before,
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  box-shadow: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%; }

button {
  cursor: pointer; }

body {
  font-family: "Outfit", sans-serif;
  height: 100%;
  line-height: 1.3;
  font-weight: 400;
  font-size: 22px;
  background: #FFFFFF;
  color: #2C2C2C;
  word-break: break-word; }

.overflow-hidden {
  overflow: hidden; }

a,
a:hover,
input,
input:focus,
button,
button:focus,
select:focus {
  outline: none; }

a {
  text-decoration: none; }

.container {
  max-width: 1210px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.page {
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  position: relative; }

.main {
  flex: 1 1 auto; }

.burger-wrap {
  display: none;
  width: 52px;
  height: 34px;
  position: relative;
  z-index: 6;
  cursor: pointer; }

img {
  max-width: 100%; }

.burger {
  height: 6px;
  width: 100%;
  background: #ffffff;
  transition: all .3s;
  border-radius: 120px; }
  .burger-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000eb;
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    justify-content: space-between;
    padding: 18px;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
    pointer-events: none; }
    .burger-navigation--open {
      pointer-events: all;
      z-index: 5;
      opacity: 1; }
    .burger-navigation__center-links {
      display: flex;
      flex-flow: column wrap;
      font-size: 28px;
      align-items: center; }
      .burger-navigation__center-links a {
        display: block;
        position: relative;
        width: fit-content;
        padding-bottom: 2px; }
        .burger-navigation__center-links a::before {
          content: '';
          position: absolute;
          bottom: 0;
          width: 0;
          height: 4px;
          border-radius: 120px;
          background: linear-gradient(86deg, #3766dd 0%, #c42643 100%);
          transition: all .6s; }
    .burger-navigation__center-link--sub {
      font-size: 24px;
      color: #ffffffc4; }
    .burger-navigation__header {
      width: 100%; }
      .burger-navigation__header-language {
        max-width: 1170px;
        margin: 0 auto; }
        .burger-navigation__header-language-title {
          font-size: 36px;
          display: block;
          align-items: center;
          display: flex; }
        .burger-navigation__header-language-icon {
          display: flex;
          margin-left: 10px;
          max-width: 25px;
          align-items: center;
          height: 35px;
          transition: all .3s; }
          .burger-navigation__header-language-icon--open {
            transform: rotate(-90deg); }
        .burger-navigation__header-language-desc {
          list-style: none;
          height: 1px;
          opacity: 0;
          overflow: hidden;
          transition: opacity 0.3s ease, height 0.3s ease;
          position: absolute;
          transition: all .3s; }
          .burger-navigation__header-language-desc:hover {
            background: linear-gradient(123deg, #3766dd 0%, #dd3e3e 110%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent; }
          .burger-navigation__header-language-desc a {
            display: block;
            color: #fff; }
          .burger-navigation__header-language-desc--open {
            height: fit-content;
            opacity: 1;
            overflow: visible; }
    .burger-navigation__footer {
      width: 100%;
      display: flex;
      align-items: end;
      justify-content: space-between;
      max-width: 1170px;
      margin: 0 auto; }
    .burger-navigation__logo a {
      display: block; }
      .burger-navigation__logo a img {
        max-width: 58px;
        height: 58px;
        width: 100%; }
    .burger-navigation__footer-social {
      margin-right: 50px; }
      .burger-navigation__footer-social:last-child {
        margin-right: 0; }
      .burger-navigation__footer-social img {
        width: 40px;
        height: 40px; }
    .burger-navigation__center-link {
      margin-bottom: 15px;
      color: #fff; }
      .burger-navigation__center-link:last-child {
        margin-bottom: 0; }
  .burger--active {
    height: 0; }
    .burger--active::before {
      top: 50% !important;
      transform: translateY(-50%) rotate(45deg) !important; }
    .burger--active::after {
      bottom: 19px !important;
      transform: rotate(-45deg) !important; }

.burger::before,
.burger::after {
  content: '';
  width: 100%;
  height: 6px;
  display: block;
  background: #ffffff;
  transition: all .3s;
  position: absolute;
  left: 0;
  border-radius: 120px; }

.burger::before {
  top: 0; }

.burger:after {
  bottom: 0; }

.global-title {
  font-weight: 600;
  font-size: 48px;
  color: #2c2c2c; }

/* __ HEADER __ */
.first-screen {
  background: url("../img/welcome/mainbg.jpg");
  background-size: cover;
  background-position: top center;
  padding-bottom: 212px; }

.header {
  padding-top: 60px; }
  .header-wrap {
    display: flex;
    justify-content: space-between; }
  .header-logo {
    display: flex;
    align-self: center; }
    .header-logo__img {
      margin-right: 20px; }
    .header-logo__text {
      font-weight: 700;
      font-size: 24px;
      line-height: 100%;
      color: #fff; }
      .header-logo__text span {
        display: block; }
  .header-navigation {
    display: flex; }
    .header-navigation__item {
      margin-left: 60px; }
      .header-navigation__item:first-child {
        margin-left: 0; }
      .header-navigation__item a {
        font-weight: 400;
        font-size: 24px;
        color: #fff;
        position: relative; }
        .header-navigation__item a::before {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 2px;
          left: 0;
          bottom: -2px;
          transition: all .3s;
          background: #fff; }

.header-navigation__item a:hover::before {
  width: 100%; }

/* -- welcome -- */
.welcome {
  color: #fff; }
  .welcome__title {
    font-weight: 700;
    font-size: 96px;
    line-height: 121px;
    padding-top: 134px; }
    .welcome__title span {
      display: block; }
  .welcome-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 78px; }
    .welcome-description__text {
      font-weight: 500;
      font-size: 30px;
      color: #fff;
      max-width: 551px; }
    .welcome-description__btn {
      font-weight: 500;
      font-size: 30px;
      color: #fff;
      border: 2px solid #fff;
      overflow: hidden;
      z-index: 2;
      border-radius: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 315px;
      position: relative;
      height: 60px; }
  .welcome-subtitle {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #f6f4f4;
    padding: 50px;
    border-radius: 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-top: -120px;
    z-index: 99px;
    position: relative; }
    .welcome-subtitle__img {
      flex: 0 0 245px; }
      .welcome-subtitle__img img {
        border-radius: 30px; }
    .welcome-subtitle__text {
      flex: 1 0;
      font-weight: 600;
      font-size: 36px;
      padding-left: 66px; }

.welcome-description__btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  z-index: -1;
  height: 100%;
  width: 0%;
  background: white;
  border-radius: 120px;
  /* Совпадает с кнопкой */
  transition: width 0.6s ease, opacity 0.6s ease;
  opacity: 0; }

.welcome-description__btn:hover {
  color: #46c747; }

.welcome-description__btn:hover::before {
  width: 102%;
  height: 102%;
  opacity: 1;
  color: #2C2C2C; }

/* -- chose -- */
.why-chose {
  padding-top: 100px; }
  .why-chose__main-title {
    padding-bottom: 90px; }
  .why-chose-wrapper {
    display: flex;
    flex-flow: row wrap; }
  .why-chose-img {
    flex: 0 0 480px; }
    .why-chose-img img {
      border-radius: 30px; }
  .why-chose-text {
    flex: 1 0;
    padding: 0 90px 0 120px; }
    .why-chose-text-list li {
      margin-bottom: 40px; }
      .why-chose-text-list li:last-child {
        margin-bottom: 0; }
    .why-chose-text-list__title {
      font-weight: 600;
      font-size: 30px;
      padding-bottom: 10px; }
    .why-chose-text-list__description {
      font-weight: 400;
      font-size: 20px; }

/* -- products -- */
.products {
  padding-top: 100px; }
  .products__main-title {
    margin-bottom: 70px; }
  .products-wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 110px; }
    .products-wrapper:nth-child(odd) .products-img {
      order: -1; }
    .products-wrapper:nth-child(odd) .products-text {
      margin: 0 0 0 50px; }
  .products-img {
    flex: 0 0 480px; }
    .products-img img {
      border-radius: 30px; }
  .products-text {
    flex: 1 0;
    padding-left: 50px;
    margin-right: 50px;
    border-left: 1px solid #D9D9D9;
    position: relative; }
    .products-text::before {
      content: '';
      position: absolute;
      width: 1px;
      height: 90px;
      background: #2c2c2c;
      left: -1px; }
    .products-text__title {
      font-weight: 600;
      font-size: 36px;
      padding-bottom: 20px; }
    .products-text__description {
      font-weight: 400;
      font-size: 20px; }
    .products-text-list {
      display: flex;
      flex-flow: row wrap;
      padding-top: 60px; }
      .products-text-list__item {
        max-width: 50%;
        flex: 0 0 50%;
        padding-right: 50px; }
        .products-text-list__item--one {
          max-width: 100%;
          flex: 0 0 100%;
          padding-right: 70px; }
        .products-text-list__item:last-child {
          margin-right: 0; }
      .products-text-list__title {
        font-weight: 600;
        font-size: 30px;
        padding-bottom: 25px; }
      .products-text-list__description li {
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 10px; }

/* -- advantages -- */
.advantages {
  padding: 100px 0 65px 0;
  background: #1c4904; }
  .advantages__main-title {
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    text-align: center;
    padding-bottom: 100px; }
  .advantages-wrapper {
    display: flex;
    flex-flow: row wrap; }
  .advantages__item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 55px;
    margin-bottom: 35px;
    color: #fff; }
  .advantages__title {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 20px; }
  .advantages__description {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-align: center; }

/* -- plan -- */
.plan__main-title {
  padding: 110px 0; }
.plan-wrapper {
  display: flex;
  flex-flow: row wrap; }
.plan-img {
  flex: 0 0 474px; }
.plan-text {
  flex: 1 0;
  padding-left: 125px; }
  .plan-text__description {
    font-weight: 400;
    font-size: 36px; }
  .plan-text__subtitle {
    font-weight: 600;
    font-size: 36px;
    padding: 50px 0; }
  .plan-text-trigger {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 40px; }
    .plan-text-trigger:last-child {
      margin-bottom: 0; }
    .plan-text-trigger__text {
      flex: 1 0;
      padding-left: 27px;
      font-weight: 400; }

/* -- offer -- */
.offer {
  padding-bottom: 166px; }
  .offer__text {
    font-weight: 400;
    font-size: 36px;
    padding: 100px 0;
    max-width: 886px; }
  .offer-wrapper {
    display: flex;
    flex-flow: row wrap; }
  .offer__wrap {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    display: flex;
    padding: 0 15px;
    margin-bottom: 30px; }
  .offer__item {
    padding: 32px;
    border-radius: 30px;
    background: #f6f4f4;
    width: 100%; }
  .offer__description {
    font-weight: 400;
    font-size: 20px;
    padding-top: 30px; }

/* -- footer -- */
.footer {
  background: #1c4904;
  color: #fff;
  padding: 90px 0 0; }
  .footer-wrapper {
    display: flex;
    justify-content: space-between; }
  .footer__title {
    font-weight: 600;
    font-size: 96px;
    color: #fff; }
  .footer-info__link {
    margin-bottom: 30px; }
    .footer-info__link span {
      font-weight: 400;
      font-size: 20px;
      display: block; }
    .footer-info__link a {
      font-weight: 400;
      font-size: 30px;
      color: #fff;
      position: relative;
      transition: all .3s; }
      .footer-info__link a:hover {
        color: #d3d3d3b5; }
  .footer-info__adress {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 30px;
    display: block;
    color: #fff;
    transition: all .3s; }
    .footer-info__adress:hover {
      color: #d3d3d3b5; }
    .footer-info__adress:last-child {
      padding-bottom: 0; }
    .footer-info__adress span {
      display: block; }
  .footer-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0 70px 0; }
    .footer-navigation-logo {
      display: flex;
      align-self: center; }
      .footer-navigation-logo__img {
        margin-right: 20px; }
      .footer-navigation-logo__text {
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        color: #fff; }
        .footer-navigation-logo__text span {
          display: block; }
    .footer-navigation-links {
      display: flex; }
      .footer-navigation-links li {
        margin-right: 60px; }
        .footer-navigation-links li:last-child {
          margin-right: 0; }
        .footer-navigation-links li a {
          color: #fff;
          font-size: 24px;
          position: relative; }
          .footer-navigation-links li a::before {
            content: '';
            position: absolute;
            display: block;
            width: 0;
            height: 2px;
            left: 0;
            bottom: -2px;
            transition: all .3s;
            background: #fff; }
  .footer__right {
    font-size: 16px; }
    .footer__right span {
      display: block; }

.footer-navigation-links li a:hover::before {
  width: 100%; }

@media screen and (max-width: 1199px) {
  .header {
    padding-top: 45px; }

  .header-logo__img img {
    width: 75px; }

  .header-logo__text {
    font-size: 20px; }

  .header-logo__text {
    font-size: 20px; }

  .welcome-subtitle {
    padding: 30px; }

  .welcome-subtitle__img {
    flex: 0 0 205px; }

  .welcome-subtitle__text {
    font-size: 30px; }

  .why-chose-text {
    padding-left: 65px; }

  .products {
    padding-top: 50px; }

  .products-text__title {
    font-size: 30px; }

  .products-text-list__title {
    font-size: 25px;
    padding-bottom: 20px; }

  .products-wrapper {
    margin-bottom: 85px; }

  .products-img {
    flex: 0 0 380px; }

  .products-text {
    padding-left: 40px;
    margin-right: 40px; }

  .products-wrapper:nth-child(odd) .products-text {
    margin: 0 0 0 40px; }

  .products-text-list {
    padding-top: 30px; }

  .advantages {
    padding: 60px 0 30px 0; }

  .advantages__main-title {
    padding-bottom: 70px; }

  .advantages__item {
    padding: 0 35px; }

  .plan__main-title {
    padding: 60px 0; }

  .plan-text {
    padding-left: 70px; }

  .plan-text__description {
    font-size: 28px; }

  .plan-text__subtitle {
    font-size: 32px;
    padding: 45px 0; }

  .plan-img {
    flex: 0 0 400px; }

  .offer__text {
    font-weight: 400;
    font-size: 36px;
    padding: 60px 0;
    max-width: 886px; }

  .offer {
    padding-bottom: 60px; }

  .offer__description {
    font-size: 18px;
    padding-top: 20px; }

  .footer-navigation {
    align-items: center;
    padding: 70px 0 40px 0;
    flex-flow: row wrap; }

  .footer__title {
    font-size: 75px; }

  .footer-navigation-logo__img {
    margin-right: 12px; }
    .footer-navigation-logo__img img {
      max-width: 56px; }

  .footer-navigation-logo__text {
    font-size: 15px; }

  .footer-navigation-links li {
    margin-right: 47px; }
    .footer-navigation-links li a {
      font-size: 22px; }

  .footer__right {
    font-size: 14px; }

  .welcome__title {
    padding-top: 95px; }

  .global-title {
    font-size: 38px; }

  .why-chose__main-title {
    padding-bottom: 55px; }

  .why-chose {
    padding-top: 60px; }

  .footer {
    padding: 70px 0 0; } }
@media screen and (max-width: 991px) {
  .global-title {
    font-size: 32px; }

  .no-scroll {
    overflow: hidden; }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Полупрозрачный черный */
    z-index: 999;
    /* ниже, чем у header-navigation */
    display: none; }

  .header-navigation {
    position: relative;
    display: block;
    max-height: unset;
    width: unset;
    opacity: 1;
    border: none;
    margin: unset; }

  .burger-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    top: unset;
    z-index: 1001; }

  .burger--close {
    max-width: 0;
    overflow: hidden; }

  .burger--close::before {
    transform: translateY(-1px) rotate(45deg); }

  .burger--close::after {
    transform: translateY(7px) rotate(-45deg); }

  .burger--close::after,
  .burger--close::before {
    transform-origin: 0;
    background: #362d2d; }

  .header-navigation {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    left: unset;
    transform: translateX(355px);
    background: white;
    z-index: 1000;
    padding: 0;
    opacity: 0;
    display: flex;
    max-height: 0;
    overflow: hidden;
    transition: all .3s;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    max-width: 350px;
    border-radius: 60px 0px 0px 20px; }

  .header-navigation {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center; }

  .header-navigation li {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 20px; }

  .header-navigation li a {
    display: block;
    padding: 10px 0;
    border: none;
    text-align: center;
    color: #312d2d;
    z-index: 3; }

  .header-navigation--open {
    max-height: 500px;
    opacity: 1;
    padding: 15px 0;
    transform: translateX(0); }

  .header {
    padding-top: 20px; }

  .welcome__title {
    font-size: 78px;
    line-height: 90px; }

  .welcome-description__text {
    font-size: 27px; }

  .welcome-description__btn {
    font-size: 20px; }

  .welcome-subtitle__text {
    font-size: 22px;
    padding-left: 40px; }

  .welcome-description__btn {
    height: 50px; }

  .welcome__title {
    padding-top: 75px; }

  .welcome-subtitle__img {
    flex: 0 0 150px; }
    .welcome-subtitle__img img {
      border-radius: 20px; }

  .why-chose-img {
    flex: 0 0 325px; }

  .why-chose-text-list__title {
    font-size: 20px; }

  .why-chose-text-list__description {
    font-size: 16px; }

  .why-chose__main-title {
    padding-bottom: 55px; }

  .why-chose-text-list li {
    margin-bottom: 25px; }

  .why-chose-text {
    padding: 0 50px 0 60px; }

  .products {
    padding-top: 50px; }

  .products-img {
    flex: 0 0 290px; }

  .products-text {
    padding-left: 30px;
    margin-right: 30px; }

  .products-text__title {
    font-size: 26px;
    padding-bottom: 20px; }

  .products-text__description {
    font-weight: 400;
    font-size: 18px; }

  .products-text-list__title {
    font-size: 22px; }

  .products-text-list__description li {
    font-size: 16px; }

  .products__main-title {
    margin-bottom: 45px; }

  .products-text-list__item {
    padding-right: 35px; }

  .advantages-wrapper {
    justify-content: center; }

  .advantages__item {
    flex: 0 0 33.333%;
    max-width: 33.333%; }

  .advantages {
    padding: 55px 0 20px 0; }

  .advantages__main-title {
    padding-bottom: 40px;
    font-size: 32px; }

  .advantages__title {
    font-size: 28px;
    padding-bottom: 10px; }

  .advantages__description {
    font-size: 18px; }

  .plan__main-title {
    padding: 40px 0; }

  .plan-img {
    flex: 0 0 310px; }

  .plan-text {
    padding-left: 55px; }

  .plan-text__description {
    font-size: 22px; }

  .plan-text__subtitle {
    padding: 25px 0;
    font-size: 26px; }

  .plan-text-trigger__text {
    padding-left: 20px;
    font-size: 18px; }

  .offer__text {
    padding: 40px 0;
    font-size: 28px; }

  .offer__wrap {
    flex: 0 0 50%;
    max-width: 50%; }

  .offer-wrapper {
    justify-content: center; }

  .offer {
    padding-bottom: 40px; }

  .offer__description {
    padding-top: 10px; }

  .offer__item {
    padding: 22px;
    border-radius: 20px; }

  .footer__title {
    font-size: 50px;
    text-align: center; }

  .footer {
    padding: 45px 0 0; }

  .footer-info {
    text-align: center;
    padding-top: 20px; }

  .footer-info__link a {
    font-size: 24px; }

  .footer-navigation {
    padding: 60px 0 40px 0;
    flex-flow: column wrap; }

  .footer-navigation-links {
    padding: 30px 0; }

  .footer__right {
    text-align: center; }

  .footer-wrapper {
    flex-flow: column wrap; } }
@media screen and (max-width: 767px) {
  .burger-wrap {
    width: 48px;
    height: 32px; }

  .first-screen {
    background-position-x: 762px; }

  .header-logo__img {
    margin-right: 12px; }
    .header-logo__img img {
      width: 60px; }

  .welcome__title {
    font-size: 50px;
    line-height: 60px;
    padding-top: 45px; }

  .welcome-description {
    padding-top: 30px;
    flex-flow: column wrap;
    align-items: start; }

  .welcome-description__text {
    font-size: 16px;
    max-width: 310px; }

  .welcome-description__btn {
    margin-top: 30px;
    height: 46px;
    width: 245px; }

  .header-logo__text {
    font-size: 16px; }

  .welcome-subtitle {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #f6f4f4;
    padding: 50px;
    border-radius: 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-top: -185px;
    z-index: 99px;
    position: relative; }

  .welcome-subtitle {
    padding: 25px;
    flex-flow: column wrap;
    align-items: start; }

  .welcome-subtitle__text {
    font-size: 20px;
    padding: 0; }

  .welcome-subtitle__img {
    flex: 0 0 100%;
    margin-bottom: 15px; }

  .welcome-subtitle__img {
    margin: 0 auto;
    max-width: 180px; }

  .welcome-subtitle__text {
    text-align: center; }

  .welcome-subtitle__img img {
    border-radius: 20px; }

  .why-chose {
    padding-top: 45px; }

  .why-chose-wrapper {
    flex-flow: column wrap; }

  .global-title {
    font-size: 28px; }

  .why-chose__main-title {
    padding-bottom: 40px; }

  .why-chose-img {
    flex: 0 0 100%;
    max-width: 370px; }
    .why-chose-img img {
      border-radius: 12px;
      height: 380px;
      width: 100%;
      object-fit: cover; }

  .why-chose-text {
    padding-left: 0;
    margin-top: 20px; }

  .products-wrapper {
    margin-bottom: 30px; }

  .products-img {
    flex: 0 0 100%;
    order: -1;
    max-width: 350px;
    margin-bottom: 25px; }

  .products-wrapper:nth-child(odd) .products-text {
    margin: 0 40px 0 0; }

  .products__main-title {
    margin-bottom: 38px; }

  .products {
    padding-top: 34px; }

  .products-text__title {
    font-size: 22px;
    padding-bottom: 10px; }

  .products-text__description {
    font-weight: 400;
    font-size: 16px; }

  .products-text-list__title {
    font-size: 20px;
    padding-bottom: 10px; }

  .products-text {
    padding-left: 22px;
    margin-right: 22px; }

  .advantages__main-title {
    font-size: 36px; }

  .advantages__item {
    flex: 0 0 50%;
    max-width: 50%; }

  .plan-wrapper {
    display: flex;
    flex-flow: column wrap; }

  .products-wrapper {
    flex-flow: column wrap; }

  .plan-img {
    flex: 0 0 100%;
    max-width: 350px; }

  .plan-text {
    padding: 20px 0 0 0; }

  .plan-text__subtitle {
    padding: 25px 0;
    font-size: 28px; }

  .offer__text {
    font-size: 24px; }

  .offer__wrap {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0; }

  .footer-wrapper {
    flex-flow: column wrap; }

  .footer__title {
    padding-bottom: 30px; }

  .footer {
    padding: 50px 0 0; }

  .footer-navigation {
    align-items: center; }

  .footer-navigation-logo {
    align-self: unset; }

  .footer-navigation-links {
    margin: 20px 0;
    flex-flow: row wrap;
    padding: 0;
    text-align: center; }

  .footer-navigation-links li {
    margin: 0 0 20px 0;
    flex: 0 0 50%; } }
@media screen and (max-width: 479px) {
  .burger {
    height: 4px; }

  .burger-wrap {
    width: 42px;
    height: 28px; }

  .burger--close::before {
    transform: translateY(1px) rotate(45deg); }

  .burger::before, .burger::after {
    content: '';
    height: 4px; }

  .products-wrapper:nth-child(odd) .products-text {
    margin: 0 0 0 0; }

  .header-logo__text {
    font-size: 14px; }

  .header-logo__img img {
    width: 50px; }

  .welcome__title {
    font-size: 46px;
    line-height: 52px;
    padding-top: 38px; }

  .products-text {
    padding-left: 15px;
    margin-right: 0; }

  .products-text-list__item {
    padding-right: 20px; }

  .products-text-list__title {
    font-size: 17px;
    padding-bottom: 10px; }

  .products-text__title {
    font-size: 20px;
    padding-bottom: 10px; }

  .products-text-list__description li {
    font-size: 14px; }

  .products-text-list {
    padding-top: 20px; }

  .welcome-subtitle__text {
    font-size: 18px; }

  .why-chose {
    padding-top: 45px; }

  .why-chose-text-list li {
    margin-bottom: 18px; }

  .global-title {
    font-size: 24px; }

  .why-chose-img img {
    height: 290px; }

  .why-chose-img {
    flex: 0 0 100%;
    max-width: 270px; }

  .products__main-title, .why-chose__main-title {
    margin-bottom: 35px;
    padding: 0; }

  .products-img img {
    border-radius: 12px; }

  .products-img {
    max-width: 280px; }

  .advantages__item {
    padding: 0 15px; }

  .advantages__main-title {
    padding-bottom: 35px;
    font-size: 28px; }

  .advantages__title {
    font-size: 22px;
    padding-bottom: 10px; }

  .advantages__description {
    font-size: 15px; }

  .advantages {
    padding: 45px 0 10px 0; }

  .plan__main-title {
    padding: 35px 0; }

  .plan-text__description {
    font-size: 22px; }

  .plan-text__subtitle {
    font-size: 24px; }

  .plan-img {
    max-width: 290px; }
    .plan-img img {
      border-radius: 12px; }

  .offer__text {
    padding: 35px 0;
    font-size: 20px; }

  .footer__title {
    font-size: 32px;
    padding-bottom: 15px; }

  .footer-info__link a {
    font-size: 22px; }

  .footer__title, .footer-info__link, .footer-info__adress {
    text-align: center; }

  .footer-navigation-logo {
    margin: 0 auto; }

  .footer-navigation-links li {
    text-align: center; }

  .footer__right {
    text-align: center;
    margin: 0 auto; }

  .offer {
    padding-bottom: 45px; } }

/*# sourceMappingURL=main.css.map */
