.main-page,
.main-second-page,
.seven-arguments,
.fligth,
.faq,
.contacts {
    height: 100vh;
    overflow: hidden;
}
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1190px;
    padding: 10px;
    margin: auto;
}
#container {
    overflow: hidden;
}
.red-stripe {
    width: 100vw;
    background-color: var(--color-red);
    opacity: 0.7;
    padding: 25px 0;

}
.red-stripe__wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 40%;
    margin: auto;
}
.red-stripe__left,
.red-stripe__right {
    width: 40%;
    font-size: 20px;
    font-weight: 300;
    padding: 0 15px;
    color: var(--color-white);
    opacity: 1;
}
.red-stripe__right {
    width: 50%;
    border-left: 1px solid white;
}
.red-stripe__left h2{
    text-align: end;
    margin-right: 0;
    margin-left: auto;
}
.round-link-btn {
    padding: 15px 55px 15px 15px;
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-red);
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
}
a { text-decoration: none; }
.main-page__links_item a:hover:before{
    background-color: #8E0000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.main-page__nav_link:nth-child(1):hover a,
.main-page__nav_link:nth-child(2):hover a,
.main-page__nav_link:nth-child(3):hover a,
.main-page__nav_link:nth-child(4):hover a,
.main-page__nav_link:nth-child(5):hover a,
.main-page__nav_link:nth-child(6):hover a,
.main-page__nav_link:nth-child(7):hover a,
.main-page__nav_link:nth-child(8):hover a {
    text-decoration: underline;
}
.footer-nav-item a:hover {
    text-decoration: underline;
}
.our-video_a:hover{
    position: relative;
    padding: 15px 55px 15px 15px;
    margin-top: 15px;
    background-color: var(--color-white);
    outline: 1px solid var(--color-red);
    color: var(--color-red);
    transition: 0.2s line;
    -webkit-transition: 0.2s line;
    -moz-transition: 0.2s line;
    -ms-transition: 0.2s line;
    -o-transition: 0.2s line;
}
.our-video_a:hover:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 5px;
    top: 6px;
    background-image: url("/img/learn-more-logo.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.1s linear ;
    -webkit-transition: 0.1s linear ;
    -moz-transition: 0.1s linear ;
    -ms-transition: 0.1s linear ;
    -o-transition: 0.1s linear ;
}
.price__block_right-info a:hover {
    position: relative;
    padding: 15px 55px 15px 15px;
    background-color: var(--color-red);
    outline: 1px solid var(--color-red);
    color: var(--color-white);
    transition: 0.2s line;
    -webkit-transition: 0.2s line;
    -moz-transition: 0.2s line;
    -ms-transition: 0.2s line;
    -o-transition: 0.2s line;
}
.price__block_right-info a:hover:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 5px;
    top: 6px;
    background-image: url("/img/learn-more-logo_white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.1s linear ;
    -webkit-transition: 0.1s linear ;
    -moz-transition: 0.1s linear ;
    -ms-transition: 0.1s linear ;
    -o-transition: 0.1s linear ;
}
/* header */
#header {
    position:sticky;
    background-color: var(--color-red);
    color: var(--color-white);
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 50;
}
.header-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.navHidden {
    display: none;
}
.header-burger-btn {
    display: none;
    position: relative;
    width: 40px;
    height: 43px;
    right: 0;
    top: 0;
    padding: 10px 10px 10px 0;
    cursor: pointer;
}
.header-burger-btn span {
    display: block;
    position: absolute;
    top: 20px;
    left: 1px;
    right: 12px;
    height: 3px;
    background-color: #FFF;
}
.header-burger-btn span::before,
.header-burger-btn span::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFF;
}
.header-burger-btn span::before {
    top: -10px;
}
.header-burger-btn span::after{
    bottom: -10px;
}

/* main-page */
.main-page {
    background-image: url("/img/clouds-gif.gif");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main-page__grey {
    height: 60px;
    width: 100%;
    padding: 7px;
    background-color: #53525234;
}
.main-page__grey_wrap {
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-evenly;
}
.main-page__grey_wrap a {
    position: relative;
    font-size: 22px;
    padding: 10px;
}
.main-page__grey_wrap a:before {
    content: "";
    background-image: url("../img/main-second-page__contacts_phone.svg");
    position: absolute;
    height: 40px;
    width: 30px;
    top: 8px;
    right: -30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}
.big-nav-main-page {
    padding: 75px 40px 25px 40px;
    background-color: var(--color-red);
}
.main-page__nav {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}
.main-page__nav_link:nth-child(1):before,
.main-page__nav_link:nth-child(2):before,
.main-page__nav_link:nth-child(3):before,
.main-page__nav_link:nth-child(4):before,
.main-page__nav_link:nth-child(5):before,
.main-page__nav_link:nth-child(6):before,
.main-page__nav_link:nth-child(7):before,
.main-page__nav_link:nth-child(8):before {
    position: absolute;
    height: 46px;
    width: 46px;
    top: -50px;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    /* cursor: pointer; */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.main-page__nav_link:nth-child(1),
.main-page__nav_link:nth-child(2),
.main-page__nav_link:nth-child(3),
.main-page__nav_link:nth-child(4),
.main-page__nav_link:nth-child(5),
.main-page__nav_link:nth-child(6),
.main-page__nav_link:nth-child(7),
.main-page__nav_link:nth-child(8) {
    position: relative;
}
.main-page__nav_link a {
    padding-top: 60px;
    cursor: pointer;
}

.main-page__nav_link:nth-child(1):before {
    content: "";
    background-image: url("../img/main-page__main-logo.svg");
}
.main-page__nav_link:nth-child(2):before {
    content:"";
    width: 46px;
    background-image:  url("../img/main-page__about-us-logo.svg");
}
.main-page__nav_link:nth-child(3):before {
    content: "";
    background-image: url("../img/main-page__flights-logo.svg");
}
.main-page__nav_link:nth-child(4):before {
    content: "";
    background-image: url("../img/main-page__aeronuts-flight-logo.svg");
}
.main-page__nav_link:nth-child(5):before {
    content: "";
    background-image: url("../img/main-page__services-logo.svg");
}
.main-page__nav_link:nth-child(6):before {
    content: "";
    background-image: url("../img/main-page__order-logo.svg");
}
.main-page__nav_link:nth-child(7):before {
    content: "";
    background-image: url("../img/main-page__galery-logo.svg");
}
.main-page__nav_link:nth-child(8):before {
    content: "";
    background-image: url("../img/main-page__contacts-logo.svg");
}
/*  */
.main-page__links {
    width: 100%;
}
.main-page__links_link {
    display: flex;
    width: 500px;
    padding: 0 0 30px 0;
}
.main-page__links_list {
    display: flex;
    width: 100%;
    padding: 30px 20px 30px 0;
    flex-direction: row;
    justify-content: space-between;
}
.main-page__links_item a:before {
    position: absolute;
    height: 40px;
    width: 40px;
    /* top: -50px; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    cursor: pointer;
}
/* .main-page__links_item a {
    position: relative;
    padding: 16px;
} */
.main-page__links_item:not(:last-of-type) a {
    margin-right: 7px;
}

.main-page__links_item:nth-of-type(1) a:before {
    content: "";
    background-image: url("../img/main-page__yandex-logo.svg");
}
.main-page__links_item:nth-of-type(2) a:before {
    content:"";
     background-image:  url("../img/main-page__rutube-logo.svg");
}
.main-page__links_item:nth-of-type(3) a:before {
    content: "";
    background-image: url("../img/main-page__vk-logo.svg");
}

.main-page__links_item:nth-of-type(4) a:before {
    content: "";
    background-image: url("../img/main-page__telegram-logo.svg");
}
.main-page__links_item:nth-of-type(5) a:before {
    content: "";
    background-image: url("../img/main-page__odnoclassniky-logo.svg");
}
.main-page__link_copyright {
    width: 70%;
    padding-bottom: 25px;
    text-align: center;
}
/* main-second-page */
.main-second-page {
    display: flex;
    flex-direction: column;
    padding: 90px 0;
    background-image: url("/img/clouds-gif.gif");
    /* background-image: url("https://youtu.be/9_WbCyD4JEc"); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main-second-page__h1:nth-of-type(1){
    align-self: flex-end;
    font-size: 48px;
    padding-bottom: 120px;
}
.main-second-page__h1:nth-of-type(2){
    align-self: flex-start;
    font-size: 48px;
    padding-bottom: 90px;
}
.main-second-page__links {
    display: flex;
    flex-direction: column;
}
.main-second-page__contacts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    padding: 25px 0;
}
.main-second-page__contacts li {
    padding: 10px 0;
    font-size: 24px;
}
.main-second-page__contacts .contacts_phone {
    position: relative;
    padding-left: 50px;
}
.contacts_phone:before {
    content: "";
    background-image: url("../img/main-second-page__contacts_phone.svg");
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
}
.main-second-page__contacts .contacts_email {
    position: relative;
    padding-left: 25px;
}
.contacts_email:before {
    content: "";
    background-image: url("../img/codicon_mail.svg");
    position: absolute;
    left: 0;
    top: 15px;
    width: 20px;
    height: 20px;
}
/* seven-arguments */
#seven-arguments {
    background-image: url("/img/seven-arguments.jpg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#seven-arguments.lazy {
    background-image: none;
    background-color: #F1F1FA;
}
.seven-arguments {
    padding: 130px 0 130px 0;
}
.seven-arguments__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 80%;
    justify-content: center;
    padding: 200px 0 150px 0;
}
.seven-arguments__item {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 215px;
    align-items: center;
    text-align: center;
    padding: 12px;
    padding-top: 70px;
}
.seven-arguments__item h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin: 5px;
    color: var(--color-white);
}
.seven-arguments__item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: var(--color-white);
}
.seven-arguments__item::before,
.seven-arguments__item:nth-child(2)::before,
.seven-arguments__item:nth-child(3)::before,
.seven-arguments__item:nth-child(4)::before,
.seven-arguments__item:nth-child(5)::before,
.seven-arguments__item:nth-child(6)::before,
.seven-arguments__item:nth-child(7)::before {
    content: "1";
    width: 46px;
    height: 46px;
    text-align: center;
    font-size: 42px;
    color: #FFF;
    position: absolute;
    top: 17px;
    border-radius: 50%;
    outline: 2px solid var(--color-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.seven-arguments__item:nth-child(2)::before {
    content: "2";
    width: 46px;
    height: 46px;
}
.seven-arguments__item:nth-child(3)::before {
    content: "3";
    width: 46px;
    height: 46px;
}
.seven-arguments__item:nth-child(4)::before {
    content: "4";
    width: 46px;
    height: 46px;
}
.seven-arguments__item:nth-child(5)::before {
    content: "5";
    width: 46px;
    height: 46px;
}
.seven-arguments__item:nth-child(6)::before {
    content: "6";
    width: 46px;
    height: 46px;
}
.seven-arguments__item:nth-child(7)::before {
    content: "7";
    width: 46px;
    height: 46px;
}
/* achievements */
#achievements {
    background-image: url("/img/achievements.jpg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#achievements.lazy {
    background-image: none;
    background-color: #F1F1FA;
}
.achievements {
    padding: 0px;
    overflow: hidden;
}
.achievements__title {
    margin-bottom: 100px;
}
.achievements__blok {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 50%;
    margin: auto;
    padding: 20px 0;
}
.achievements__blok:not(:last-child) {
    padding-bottom: 25px;
}
.achievements__block_title {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 25px;
}
.achievements__block_title h2 {
    font-size: 30px;
    font-weight: 400;
    color: var(--color-red);
    width: 35%;
}
.achievements__block_title h3 {
    font-size: 20px;
    color: var(--color-red);
    width: 35%;
    line-height: 30px;
}
.achievements__block_video {
    padding-bottom: 25px;
}
.achievements__block_text span{
    color: var(--color-red);
}
.achievements__block_text p {
    padding: 15px 0;
}
.achievments_a:nth-of-type(odd) {
    align-self: end;
}
.achievments_a:nth-of-type(even) {
    align-self: flex-start;
}
/* price */ 
#price {
    background-image: url("/img/price-clouds.jpg");
    width: 100%;
    height: auto;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#price.lazy {
    background-image: none;
    background-color: #F1F1FA;
}
.price {
    padding: 145px 0 80px 0;
    overflow: hidden;
}
.price__block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 50px 0 60px 0;
}
.price__block_left,
.price__card {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 40%;
    z-index: 5;
}
.price__block_left {
    width: 55%;
    align-items: flex-start;
}
.price__block_left-wrap-info,
.price__block_left img {
    z-index: 5;
}
.price__block_left::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50%;
    z-index: 1;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.192);
    backdrop-filter: blur(10px);
    outline: 1px solid var(--color-white);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}
.price__block_left-wrap-info {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 25px;
}
.price__block_right-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 25px;
}
.price__block_right-info a {
    position: relative;
    padding: 15px 55px 15px 15px;
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-red);
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px;
}
.price__block_right-info a::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 5px;
    top: 5px;
    background-image: url("/img/learn-more-logo.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.price__block_left-info {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 65px;
}
.price__block_left-info p {
    font-size: 18px;
    padding: 15px 0 5px 0;
    border-bottom: 1px solid var(--color-red);
    color: var(--color-red);
}
.price__block_left-info span {
    font-size: 38px;
    padding: 30px 0 20px 0;
    color: var(--color-black);
}
.price__block_right h3 {
    padding: 12px 0;
    font-size: 30px;
    border-bottom: 1px solid var(--color-red);
}
.price__block_right h2 {
    color: var(--color-red);
   font-size: 18px;
   padding: 12px 0 15px 0;
}
.price__card_item {
    position: relative;
    padding: 10px 0 10px 35px;
}
.price__card_item::before,
.price__card_item:nth-child(2)::before,
.price__card_item:nth-child(3)::before{
    content: url("/img/price__sun-logo.svg");
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 7px;
    left: 0;
}
.price__card_item:nth-child(2)::before {
    content: url("/img/price__wind-logo.svg");
    width: 24px;
    height: 24px;
}
.price__card_item:nth-child(3)::before {
    content: url("/img/price__clock-logo.svg");
    width: 24px;
    height: 24px;
}
.price__card_table {
    margin: 15px 0 0 0 ;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}
.price__card_table-list {
    display: flex;
    flex-direction: column;
}
.price__card_table-item {
    display: flex;
    justify-content: space-between;
    padding: 11px 20px;
    background-color: var(--color-white);
}
.price__card_table-item:not(:last-of-type) {
    border-bottom: 2px solid rgb(174 163 163);
}
.price__card_table-item_red {
    font-size: 12px;
    padding: 14px 35px 14px 14px;
    color: var(--color-white);
    background-color: var(--color-red);
}
.price__card_table-item-price {
    font-size: 28px;
}

/* flights */
#flights {
    background-image: url("/img/flights.jpg");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
#flights.lazy {
    background-image: none;
    background-color: #F1F1FA;
}
.fligths {
    padding: 140px 0 250px 0 ;
    overflow: hidden;
}
.flights__title {
    margin-bottom: 90px;
}
.flights__text {
    display: flex;
    flex-direction: column;
    width: 85%;
}
.flights__text h3 {
    padding-bottom: 55px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    /* font-style: italic; */
    color: var(--color-red);
}
.flights__text_discription {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flights__text_discription-left,
.flights__text_discription-right {
    width: 47%;
    line-height: 22px;
}
.flights__text_discription-left p ,
.flights__text_discription-right p {
    padding: 5px 0 5px 0;
}
.flights__text_discription-left_red {
    font-weight: 400;
    color: var(--color-red);
}
/* our vdeo */
#our-video {
    background-image: url("/img/our-video.jpg");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#our-video.lazy {
    background-image: none;
    background-color: #F1F1FA;
}
.our-video {
    padding: 140px 0 50px 0 ;
    overflow: hidden;
}
.our-video__title {
    margin-bottom: 90px;
}
.our-video__small,
.our-video__big  {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.our-video__big_left,
.our-video__big_right,
.our-video__small_left,
.our-video__small_center,
.our-video__small_right {
    display: flex;
    flex-direction: column;
    width: 47%;
}
.our-video__big_left iframe,
.our-video__big_right iframe,
.our-video__small_left iframe,
.our-video__small_center iframe,
.our-video__small_right iframe{
    margin-bottom: 13px;
}
.our-video__iframe-description {
    padding: 0 0 25px 0;
   /* margin-right: auto;*/
    font-size: 20px;
    color: var(--color-white);
}
.our-video_a {
    position: relative;
    padding: 15px 55px 15px 15px;
    margin-top: 15px;
    background-color: var(--color-red);
    border-color: var(--color-red);
    color: var(--color-white);
    /* border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px; */
}
.our-video_a::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 5px;
    top: 6px;
    background-image: url("/img/learn-more-logo_white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* our photos */
#our-photos {
    background-image: url("/img/our-photos.jpg");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#our-photos.lazy {
    background-image: none;
    background-color: #F1F1FA;
}
.our-photos {
    padding: 50px 0 60px 0 ;
    overflow: hidden;
}
.our-photos__title {
    margin-bottom: 50px;
}
.our-photos__up-photos,
.our-photos__down-photos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.our-photos__wrap {
    display: flex;
    flex-direction: column;
}
.our-photos__wrap img{
    margin-bottom: 25px;
}
.our-photos__down-photos .our-photos__wrap{
    width: 23%;
}
.our-photos_a {
    position: relative;
    padding: 15px 55px 15px 15px;
    margin-top: 15px;
    background-color: var(--color-red);
    border-color: var(--color-red);
    color: var(--color-white);
    /* border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px; */
}
.our-photos_a::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 5px;
    top: 6px;
    background-image: url("/img/learn-more-logo_white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* press about us */
#press-about-us {
    background-image: url("/img/press-about-us.jpg");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#press-about-us.lazy {
    background-image: none;
    background-color: #F1F1FA;
}
.press-about-us {
    padding: 140px 0 60px 0 ;
    overflow: hidden;
}
.press-about-us__title {
    margin-bottom: 50px;
}
.press-about-us__video {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.press-about-us__iframe-description_big {
    padding: 15px;
    background-color: var(--color-red);
    margin-bottom: 35px;
}
.press-about-us__video_big iframe{
    width: 100%;
} 
.press-about-us__iframe-description_big h3{
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 400;
    color: var(--color-white);
}
.press-about-us__iframe-description_big p{
    color: rgba(255, 255, 255, 0.7);
 }
.press-about-us__iframe-description {
    width: 100%;
    padding: 10px;
    margin: 0;
    font-size: 20px;
    color: var(--color-black);
    background-color: var(--color-white);
}
.press-about-us__video_small {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.press-about-us__wrap {
    display: flex;
    flex-direction: column;
    width: 47%;
}
.press-about-us__iframe-description{
    font-size: 20px;
    margin-bottom: 25px;
    height: 15%;
}
.press-about-us__wrap iframe{
    width: 100%;
}
/* we-on-radio */ 
#we-on-radio {
    background-image: url("/img/we-on-radio.jpg");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#we-on-radio.lazy {
    background-image: none;
    background-color: #F1F1FA;
}
.we-on-radio {
    padding: 140px 0 60px 0 ;
    overflow: hidden;
}
.we-on-radio__title {
    margin-bottom: 90px;
}
.we-on-radio__video {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 45px;
}
.we-on-radio__video_wrap {
    width: 32%;
}
.we-on-radio__video_wrap iframe{
    width: 100%;
}
.we-on-radio__video-text {
    width: 100%;
    height: 40%;
    padding: 15px;
    background-color: #FFF;
}
.we-on-radio__video-text h3 {
    margin-bottom: 12px;
    font-weight: 400;
    color: var(--color-red);
}
.we-on-radio_a {
    position: relative;
    padding: 15px 55px 15px 15px;
    margin-top: 15px;
    background-color: var(--color-red);
    border-color: var(--color-red);
    color: var(--color-white);
    /* border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px; */
}
.we-on-radio_a::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 5px;
    top: 6px;
    background-image: url("/img/learn-more-logo_white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* join project */
#join-projects {
    background-color: #9ACBEC;
    width: 100%;
    height: 100%;
}
.join-projects {
    padding: 140px 0 60px 0 ;
    overflow: hidden;
}
.join-projects__title {
    margin-bottom: 90px;
}
.join-projects__video {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.join-projects__video_wrap {
    width: 32%;
    margin-bottom: 25px;
}
.join-projects__video_wrap iframe{
    width: 100%;
}
.join-projects__video-text {
    width: 100%;
    height: 35%;
    padding: 15px;
    background-color: #FFF;
}
.join-projects__video-text h3 {
    margin-bottom: 12px;
    font-weight: 400;
    color: var(--color-red);
}
.join-projects_a {
    position: relative;
    padding: 15px 55px 15px 15px;
    margin-top: 15px;
    background-color: var(--color-red);
    border-color: var(--color-red);
    color: var(--color-white);
    /* border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -ms-border-radius: 26px;
    -o-border-radius: 26px; */
}
.join-projects_a::after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    right: 5px;
    top: 6px;
    background-image: url("/img/learn-more-logo_white.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* faq */
#faq {
    background-image: url("/img/faq.jpg");
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
#faq.lazy {
    background-image: none;
    background-color: #F1F1FA;
}
.faq {
    padding: 140px 0 60px 0 ;
}
.faq__title {
    margin-bottom: 90px;
}
.faq-list-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
}
.faq-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
}
.faq-item {
    position: relative;
    /* padding: 25px 35px 15px 60px; */
    padding-left: 60px;
    margin-bottom: 40px;
    width: 23%;
    font-size: 20px;
    line-height: 22px;
    cursor: pointer;
}
.tooltip {
    position: absolute;
    /* width: 50vh; */
    left: 20px;
    /* bottom: 50px; */
    padding: 25px;
    color: black;
    visibility: hidden;
    display: block;
    background-color: #FFF;
    opacity: 1;
    transition: opacity 300ms ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 10;
}
.tooltip-active {
    visibility: visible;
    display: block;
}
/* .faq-item:hover .tooltip,
.faq-item:focus .tooltip {
    opacity: 1;
} */
.faq-item:before {
    content: "";
    background-image: url("../img/faq-ball.svg");
    position: absolute;
    height: 50px;
    width: 40px;
    /* top: -10px; */
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}
.faq-contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 30%;
    padding: 20px 25px;
    color: var(--color-red);
    background-color: rgba(255, 255, 255, 0.192);;
    border: 1px solid var(--color-red);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.faq-contacts_question {
    width: 30%;
    padding-right: 15px;
    font-size: 20px;
    font-weight: 400;
    text-align: end;
    border-right: 1px solid var(--color-red);
}
.faq-contacts_links {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.faq-contacts__link,
.faq-contacts__link_tel,
.faq-contacts__link_email {
    position: relative;
    /* padding-right: 50px; */
    font-size: 18px;
    color: var(--color-red);
    font-size: 18px;
}
/* .faq-contacts__link_email {
    margin-top: 10px;
    text-align: end;
} */
/* .faq-contacts__link_tel:before {
    content: "";
    background-image: url("../img/main-second-page__contacts_phone.svg");
    position: absolute;
    height: 50px;
    width: 40px;
    top: -20px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}
.faq-contacts__link_email:before { 
    content: "";
    background-image: url("../img/codicon_mail.svg");
    position: absolute;
    height: 25px;
    width: 30px;
    top: -10px;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
} */
/* manufacturing */ 
.manufacturing {
    background-color: #FFF;
}
.manufacturing {
    padding: 0px;
    overflow: hidden;
}
.manufacturing__title {
    margin-bottom: 90px;
}
.manufacturing-list-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
}
.manufacturing__up {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-bottom: 60px;
}
.manufacturing__up_logo {
    margin: auto;
}
.manufacturing__up_text {
    width: 55%;
    line-height: 22px;
    color: var(--color-red);
}
.manufacturing__center {
    text-align: center;
}
.manufacturing__center h2 {
    margin-bottom: 16px;
    font-weight: 400;
    color: var(--color-red);
}
.manufacturing__center h3,
.manufacturing__down_center h4 {
    margin-bottom: 8px;
}
.manufacturing__center img{
    margin-top: 25px;
    margin-bottom: 50px;
}
.manufacturing__down {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.manufacturing__down_left,
.manufacturing__down_center,
.manufacturing__down_right {
    display: flex;
    flex-direction: column;
    width: 30%;
}
.manufacturing__down_right a {
    position: relative;
    padding-left: 60px;
    color: var(--color-black);
}
.manufacturing__down_right-down {
   margin: auto;
}
.manufacturing__down_right a::after { 
    content: "";
    background-image: url("../img/pdf.svg");
    position: absolute;
    height: 70px;
    width: 50px;
    top: 0px;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}
/* education */ 
#education {
    background-image: url("/img/education.jpg");
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
}
#education.lazy {
    background-image: none;
    background-color: #F1F1FA;
}
.education {
    padding: 140px 0 60px 0 ;
    overflow: hidden;
}
.education__title {
    margin-bottom: 90px;
}
.education__title_center {
    text-align: center;
    width: 70%;
    margin: auto;
}
.education__title_center-h2 {
    font-weight: 400;
    margin-bottom: 25px;
    color: var(--color-red);
}
.education__title_center-h3 {
    width: 60%;
}
.education__card_up {
    display: flex;
    flex-direction: row;
}
.education__card {
    display: flex;
    width: 80%;
    flex-direction: column;
    margin: auto;
    /* justify-content: space-around; */
    padding: 50px 0;
}
.education__card_left {
    display: flex;
    align-items: flex-end;
    width: 45%;
    flex-direction: column;
    text-align: end;
    padding-right: 55px;
}
.education__card_left img,
.education__card_left h3,
.education__card_left h2,
.education__card_left span{
    margin-bottom: 7px;
}
.education__card_left h2 {
    color: var(--color-red);
}
.education__card_left span {
    font-size: 14px;
    color: var(--color-red);
}
.education__card_right {
    max-width: 50%;
}
.education__card_right h4 {
    font-weight: 400;
    color: var(--color-red);
}
.education__card_right p {
    margin-bottom: 20px;
}
.education__card_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    padding: 20px 25px;
    margin: auto;
    margin-top: 15px;
    color: var(--color-red);
    background-color: rgba(255, 255, 255, 0.192);
    border: 1px solid var(--color-red);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.education__card_bottom_text {
    width: 90%;
    line-height: 22px;
    text-align: end;
    padding-right: 35px;
    color: var(--color-black);
    border-right: 1px solid var(--color-red);
}
.education__card_bottom_text span{
    font-weight: 400;
    color: var(--color-red);
}
.education__card_bottom_img {
    align-self: center;
}
/* contacts */ 
#contacts {
    background-image: url("/img/footer-cloud.png");
    background-color: #A6A6A6;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat; 
    background-position: top; 
    background-size: contain;
} 
#contacts.lazy {
    background-image: none;
    background-color: #A6A6A6;
}
.contacts {
    padding: 140px 0 0 0 ;
    overflow: hidden;
}
.contacts__title {
    margin-bottom: 90px;
}
.contacts-up {
   padding-bottom: 50px;
}
.contacts__title_center {
    text-align: center;
    width: 70%;
    margin: auto;
}
.contacts-info-up__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}
.contacts-info-left,
.contacts-info-center,
.contacts-info-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 30%;
    position: relative;
    padding-top: 88px;
}
.contacts-info-left-filial,
.contacts-info-center-filial,
.contacts-info-right-filial {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 30%;
    position: relative;
    padding-top: 20px;
}
.contacts-info-right-filial a {
    margin-bottom: 8px;
    color: var(--color-black);
}
.contacts-info-left::after{
    position: absolute;
    content: url("../img/contacts__house.svg");
    width: 75px;
    width: 75px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}.contacts-info-center::after {
    position: absolute;
    content: url("../img/contacts__geo.svg");
    width: 75px;
    width: 75px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.contacts-info-right::after {
    position: absolute;
    content: url("../img/contacts__phone.svg");
    width: 75px;
    width: 75px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*филиал*/
.contacts-info-left-filial::after{
    position: absolute;
  /*  content: url("../img/contacts__house.svg");*/
    width: 75px;
    width: 75px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}.contacts-info-center-filial::after {
    position: absolute;
 /*   content: url("../img/contacts__geo.svg");*/
    width: 75px;
    width: 75px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.contacts-info-right-filial::after {
    position: absolute;
   /* content: url("../img/contacts__phone.svg");*/
    width: 75px;
    width: 75px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*филиал*/
.contacts-info-left_red {
    font-size: 18px; 
    font-weight: 400;
    color: var(--color-red);
}
.contacts-info-center span,
.contacts-info-left  .contacts-info-left_red {
    margin-bottom: 17px;
}    
.contacts-down {
    position: relative;
    /* background-color: #AE0000; */
}
.contacts-down img{
   width: 100vw;
}
.contacts-info-center span {
    font-size: 14px;
    margin-bottom: 25px;
    color: var(--color-red);
}
.contacts-info-right a {
    margin-bottom: 8px;
    color: var(--color-black);
}
.footer-nav {
	    margin-top: -5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* position: absolute; */
    /* bottom: -160px; */
    /* margin: auto; */
    width: 100vw;
    padding: 30px;
    /* margin-top: 200px; */
    background-color: #AE0000;
}
.footer-nav-list {
    display: flex;
    flex-direction: column;
    width: 10%;
}
.footer-nav-item {
    padding-bottom: 5px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}
.footer-nav-item:first-child {
    padding-bottom: 7px;
    font-weight: 400;
}
.footer-end  {
    padding: 30px;
    text-align: center;
    background-color: #8E0000;
}
.footer-end p {
    width: 80%;
    margin: auto;
}

/* GEORGEOUS */
@media (min-width: 2500px) { 
    .container {
        width: 2000px;
        padding: 10px;
    }
}
/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    
}
/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) { 
    .container {
        width: 100%;
        padding: 5px;
    }
    .red-stripe__wrap {
        width: 60%;
    }
    /* .price__block {
        flex-direction: column;
        align-items: center;
    }
    .price__block_left {
        width: 100%;
        align-items: flex-start;
    }
    .price__block_left, .price__card {
        padding-top: 30px;
        width: 80%;
    } */
    .our-video__big_left, 
    .our-video__big_right {
        display: flex;
        flex-direction: column;
        width: 40%;
    }
    .our-video__small, .our-video__big {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        align-items: center;
    }
    .our-video__small {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 85%;
        align-items: center;
    }
    .our-video__small_left, 
    .our-video__small_center, 
    .our-video__small_right {
        width: 100%;
    }
    
    .our-video__big_left iframe,
    .our-video__big_right iframe,
    .our-video__small_left iframe,
    .our-video__small_center iframe,
    .our-video__small_right iframe{
        margin-bottom: 13px;
        width: 100%;
        height: 350px;
    }
    .press-about-us__video_small {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .press-about-us__video__wrap {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .press-about-us__wrap iframe{
        width: 100%;
    }
    .press-about-us__wrap {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
    }
    .faq-list-wrap {
        width: 90%;
    }
    .faq-contacts {
        width: 40%;
    }
    .footer-nav {
        justify-content: space-around;
    }
}
/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
    .red-stripe__wrap {
        width: 100%;
        font-size: 25px;
    }
    .red-stripe__left, .red-stripe__right {
        font-size: 20px;
    }
    .red-stripe__left h2 {
        font-size: 20px;
    }
    .achievements__blok {
        width: 80%;
    }
    .price__block {
        flex-direction: column;
        align-items: center;
    }
    .price__block_left {
        width: 100%;
        align-items: flex-start;
    }
    .price__block_left, .price__card {
        padding-top: 30px;
        width: 80%;
    }
    .price__block_left::after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 60%;
        z-index: 1;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.192);
        backdrop-filter: blur(10px);
        outline: 1px solid var(--color-white);
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
    }
    .our-video__big_left, 
    .our-video__big_right, 
    .our-video__small_left, 
    .our-video__small_center, 
    .our-video__small_right {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .our-video__small, .our-video__big {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        align-items: center;
    }
    .our-video__big_left iframe,
    .our-video__big_right iframe,
    .our-video__small_left iframe,
    .our-video__small_center iframe,
    .our-video__small_right iframe{
        margin-bottom: 13px;
        width: 100%;
        height: 350px;
    }
    .our-photos__up-photos,
    .our-photos__down-photos {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }
    .our-photos__down-photos .our-photos__wrap {
        width: 100%;
    }
    .we-on-radio__video {
        flex-direction: column;
    }
    .we-on-radio__video_wrap {
        width: 90%;
        margin: auto;
        margin-bottom: 25px;
    }
    .join-projects__video {
        flex-direction: column;
    }
    .join-projects__video_wrap {
        width: 90%;
        margin: auto;
        padding-bottom: 25px;
    }
    .faq-list-wrap {
        width: 80%;
        align-items: center;
    }
    .faq-item {
        width: 40%;
    }
    .faq-contacts {
        width: 60%;
        justify-content: center;
    }
    .footer-nav {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .footer-nav-list {
        display: flex;
        flex-direction: column;
        width: 30%;
        padding-bottom: 30px;
    }
}
/* // Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {  
    .big-nav-main-page {
        display: none;
    }
    .achievements__blok {
        width: 90%;
    }
    .price__block_left::after {
        content: "";
        width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 80%;
        z-index: 1;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.192);
        backdrop-filter: blur(10px);
        outline: 1px solid var(--color-white);
        -webkit-border-radius: 14px;
        -moz-border-radius: 14px;
        -ms-border-radius: 14px;
        -o-border-radius: 14px;
    }
    .faq-item {
        width: 100%;
    }
    .faq-contacts {
        width: 100%;
        justify-content: space-evenly;
    }
    .manufacturing__up {
        flex-direction: column;
    }
    .manufacturing__up_text {
        margin: auto;
        text-align: center;
        width: 90%;
    }
    .manufacturing__down {
        flex-direction: column;
        width: 100%;
    }
    .manufacturing__down_left, .manufacturing__down_center, .manufacturing__down_right {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 15px;
        text-align: center;
    }
    .manufacturing__down_right  {
        flex-direction: row;
    }
    #menu  {
        display: none;
        flex-direction: column;
        justify-content: space-around;
        overflow: hidden;
        align-items: center;
        position: absolute;
        z-index: 20;
        /* top: 60px; */
        right: 0;
        left: 0;
        /* bottom: 0; */
        width: 100%;
        /* height: 300px; */
        background-color: #15003E;
        transition: transform 500ms ease-in-out;
        transform: translateX(101%);
    }
    .header-burger-btn {
        display: block;
        position: relative;
        width: 40px;
        height: 43px;
        left: 0;
        /* top: -20px; */
        margin-left: auto;
        padding: 10px 10px 10px 0;
    }
    .hidden-nav-list {
        display: flex;
        flex-direction: column;
        width: 30%;
        padding-bottom: 30px;
        flex-wrap: wrap;
    }
    .menu.is-active  {
        display: flex;
        width: 100%;
        transform: none;
    }
    .nav-active {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    }
    .nav-active  li{
        padding: 2px 0;
    }
    
    /*  */
    .header-container {
        padding-top: 40px;
        
    }
    .header {
        position: sticky;
        top: 0;
        z-index: 25;
        background-image: none;
        background-position: top;
    }
    .headerger-btn {
        position: absolute;
        display: inline-block;
    }
    .red-stripe__wrap {
        width: 100%;
    }
    .hidden-nav-item:first-of-type {
        font-size: 20px;
        font-weight: 400;
    }
}



/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
    .main-page__grey {
        height: 55px;
    }
    .main-page__grey_wrap a {
        position: relative;
        font-size: 18px;
        padding: 10px;
    }
    .main-page__grey_wrap a:before {
        display: none;
    }
    .main-page__links_link {
        display: flex;
        width: 80%;
        padding: 0 0 30px 0;
    }
    .main-page__links_item a:before {
        height: 32px;
        width: 32px
    }
    .hidden-nav-list {
        width: 70%;
        padding-bottom: 5px;
        font-size: 14px;
    }
    .price__block_left-wrap-info {
        flex-direction: column;
    }
    .price__block_left-info {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-right: 0;
        padding: 10px;
        text-align: center;
        align-items: center;
    }
    .achievements__blok {
        width: 90%;
    }
    .achievements__block_title {
        flex-direction: column;
    }
    .achievements__block_title h3,
    .achievements__block_title h2 {
        width: 100%;
        text-align: center;
    }
    .achievments_a:nth-of-type(even),
    .achievments_a:nth-of-type(odd) {
        align-self: center;
    }
    .flights__text_discription {
        flex-direction: column;
    }
    .flights__text_discription-left, .flights__text_discription-right {
        width: 100%;
    }
    .press-about-us__video {
        width: 90%;
    }
    .education__card_up {
        display: flex;
        flex-direction: column;
    }
    .education__card_left {
        width: 100%;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding-right: 0;
        padding-bottom: 35px;
    }
    .education__card_right {
        max-width: 100%;
        text-align: center;
    }
    .education__card_bottom {
        flex-direction: column;
    }
    .education__card_bottom_text {
        padding-right: 0;
        padding-bottom: 15px;
        text-align: center;
        margin: auto;
        border-right: none;
    }
    .contacts-info-up__wrap {
        flex-direction: column;
        width: 80%;
    }
    .contacts-info-left, .contacts-info-center, .contacts-info-right {
        flex-direction: column;
        width: 100%;
        padding-bottom: 35px;
    }
	.contacts-info-left-filial, .contacts-info-center-filial, .contacts-info-right-filial {
        flex-direction: column;
        width: 100%;
        padding-bottom: 0px;
    }
    .footer-nav {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-evenly;
    }
    .footer-nav-list {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-bottom: 30px;
        text-align: center;
    }
}

/*изменения 2025*/
 .intro {
                text-align: center;
    font-style: italic;
    margin-bottom: 25px;
    color: #ffffff;
    max-width: 720px;
    margin: 20px auto 0;
        }
        .reasons-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
			padding-top: 50px;
        }
        .reason {
            border: 1px solid #eee;
            border-radius: 8px;
            padding: 15px;
            background-color: #f9f9f9;
        }
        .reason-title {
            color: #e74c3c;
            font-weight: bold;
            margin-bottom: 8px;
            font-size: 16px;
        }
        .reason-desc {
            font-size: 16px;
            color: #555;
        }
        @media (max-width: 768px) {
            .reasons-container {
                grid-template-columns: 1fr;
            }
        }
		/*FAQ*/
		
.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f9f9f9;
    cursor: pointer;
    font-weight: 500;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-family: inherit;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: #f0f0f0;
}

.faq-toggle {
    font-size: 1.5rem;
    font-weight: 400;
    color: #d42a2a;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.tooltip {
    padding: 0;
    background: #fff;
    border-left: 3px solid #d42a2a;
    line-height: 1.6;
    color: #555;
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.tooltip > * {
    padding: 15px;
    margin: 0;
}

.tooltip ul {
    margin: 10px 0;
    padding-left: 20px;
}

.tooltip li {
    margin-bottom: 8px;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 768px) {
    .faq-question {
        padding: 12px;
        font-size: 16px;
    }
    
    .tooltip > * {
        padding: 12px;
        font-size: 15px;
    }
}