body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding-right: 35px;
    padding-left: 35px;
}

a, a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

/*--------------HEADER--------------*/

.header {
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}

.logo {
    max-width: 70px;
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 20px;
}

.list-links {
    display: flex;
}

.list-item {
    margin-right: 25px;
}

.list-link {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #1A1C19;
}

.list-link:hover {
    color: #f83a3b;
    transition: color 0.5s ease;
}


.header-phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-phone-icon, .header-menu-icon {
    margin-right: 15px;
}

.header-phone-text, .header-menu-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #1A1C19;
    margin-bottom: 0;
}

.burger-menu, .right-menu, .overlay {
    display: none;
}


/*--------------MAIN----------------*/

.main {
    background-image: url(../images/img/mainBg.webp);
    background-size: contain;
    background-position: center;
    /* background-position-y: 40px; */
    height: 100vh;
    background-repeat: no-repeat;
    /* border-radius: 0 0 50px 50px; */
}

.mainBlock {
    margin-top: 32vh;
}

.mainTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    max-width: 496px;
    color: #1A1C19;
}

.mainDescription {
    padding: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 24px; */
    max-width: 300px;
    color: #1A1C19;
    margin-bottom: 40px;
    margin-top: 4px;
}

.mainButton {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    /* line-height:36px; */
    color: #FFFFFF;
    background: #FE7201;
    border-radius: 5px;
    padding: 18px 42px;
    border: none;
    margin-right: 20px;
    cursor: pointer;
    max-width: 185px;
}

.mainButton:hover {
    background: #CB5B01;
    color: white;
    transition: background 0.5s ease;
}
.mainButton:active {
    background: #fff;
    color: #FE7201;
    transition: 0.01s;
}

/*-----------APP-----------------*/

.app {
    margin-top: 100px;
}

.content-app {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-app {
    width: 488px;
    height: 700px;
    background: #FDFDFD;
    border-radius: 6px;
    

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
}
.phone-block-text {
    max-width: 488px;
    width: 100%;
    padding: 0 70px 70px;
}

.phone-image {
    display: block;
    margin: 0 auto 25px;
    max-width: 488px;
    width: 100%;
}

.phone-title {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #1A1C19;
    margin-bottom: 15px;
    width: 100%;
}

.phone-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #808080;
    margin-bottom: 30px;
    width: 100%;
}

.phone-links {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.phone-link {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    color: #FE7201;
}

.phone-link:hover {
    color: #CB5B01;
}

.right-app {
    max-width: 360px;
}

.block-app:first-child {
    margin-bottom: 70px;
}

.block-icon {
    margin-bottom: 30px;
}

.block-title {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 23px;
    color: #1A1C19;
    margin-bottom: 15px;
}

.block-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #808080;
}

/*------------------ABOUT--------------------*/

.about {
    margin-top: 100px;
}

.content-about {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-about {
    max-width: 490px;
}

.about-title {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    color: #1A1C19;
    margin-bottom: 20px;
}

.about-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #808080;
    margin-bottom: 40px;
}

.about-line {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.check {
    margin-right: 20px;
}

.about-check-text {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #1A1C19;
}

.about-image2, .about-image3 {
    display: none;
}

/*--------------------Partners-----------------*/

.partners {
    margin-top: 100px;
    background: #FDFDFD;
}

.content-partners {
    padding: 85px 0;
}

.partners-title {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    color: #1A1C19;
    margin-bottom: 20px;
}

.partners-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #808080;
    max-width: 490px;
    margin-bottom: 40px;
}

.partners-line {
    /* display: flex;
    justify-content: center;
    */
    overflow: hidden; 
}

.certificate {
    margin-right: 20px;
    height: 297px;
}

.partners-logos {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.customNextBtn {
    position: absolute;
    top: calc(50% - 25px);
    width: 30px;
    height: 30px;
    z-index: 2;
    right: 0;
    border: none;
    background: #EFEFEF;
    color: #BDB1B1;
}

.customPrevBtn {
    position: absolute;
    top: calc(50% - 25px);
    width: 30px;
    height: 30px;
    z-index: 2;
    left: 0;
    border: none;
    background: #EFEFEF;
    color: #BDB1B1;
}

.customPrevBtn:focus, .customNextBtn:focus {
    outline: none;
}

.slide {
    background-color: white;
    border: 1px solid #EFEFEF;
    height: 292px;
    width: 100%;
    display: flex;
}

.partners-logo {
    max-width: 60px;
    margin: auto;
}


/*----------------------FAQ-----------------*/

.faq-content {
    margin-top: 150px;
}

.faq-title {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    color: #1A1C19;
    margin-bottom: 40px;
}

.faq-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion {
    margin-right: 20px;
}

.accordion .accordion-item {
    border: 1px solid #808080;
    margin-bottom: 20px;
    border-radius: 6px;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #808080;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 1em;
    color: #808080;
    font-size: 1.25rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}


.accordion button .icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
}

.accordion button .icon::before {
    display: block;
    content: '';
    width: 16px;
    top: 6px;
    height: 2px;
    position: absolute;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    content: '';
    width: 2px;
    height: 15px;
    left: 7px;
    position: absolute;
    background: currentColor;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 10%;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
    padding: 0 20px;
}

.accordion-title {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin-right: 20px;
    color: #808080;
}

.faq-request {
    background: #FDFDFD;
    border-radius: 6px;
    padding: 36px 70px;
}

.request-title {
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
    color: #1A1C19;
    margin-bottom: 12px;
}

.request-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #808080;
    margin-bottom: 30px;
}

.requestButton {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    background: #FE7201;
    border-radius: 5px;
    padding: 18px 25px;
    border: none;
    margin-right: 20px;
    cursor: pointer;
    max-width: 185px;
}

.requestButton:hover {
    background: #CB5B01;
    transition: background 0.5s ease;
}


/*------------CONTACT---------------*/

.contact {
    /* position: relative; */
    margin-top: 100px;
    background-image: url(../images/img/contactBg.webp);
    background-size: cover;
    background-position: center;
    background-position-y: 0;
    height: 110vh;
    background-repeat: no-repeat;

    display: flex;
}

.contact-form {
    background-color: white;
    /* position: absolute;
    top: 115px; */
    padding: 60px;
    border-radius: 6px;
    margin-top: 115px;
    margin-left: auto;
}

.contactTitle {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 55px;
    color: #1A1C19;
}

.contactForm {
    margin-top: 40px;
}

.group {
    position: relative;
    margin-bottom: 45px;
}

.group input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 400px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #757575;
}

.contactLeftModal input {
    max-width: 387px;
    width: 99%;
}

input:focus {
    outline: none;
}

label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
}

input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #999;
}

.contactButton {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    background: #FE7201;
    border-radius: 5px;
    padding: 15px 48px;
    border: none;
    margin-right: 20px;
    cursor: pointer;
}

.contactButton:hover {
    background: #CB5B01;
    transition: background 0.5s ease;
    border: none;
}

.contactButton:focus {
    color: #CB5B01;
    background: white;
    transition: background 0.5s ease;
}

button:active {
    outline: none;
    border: none;
}

.contactButtonModal {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    background: #FE7201;
    border-radius: 5px;
    padding: 15px 48px;
    border: none;
    margin-right: 20px;
    cursor: pointer;
    width: 100%;
}

.contactButtonModal:hover {
    background: #CB5B01;
    transition: background 0.5s ease;
}

.contactRight img {
    width: 100%;
}

/*------------------FOOTER-------------------*/

.footer {
    margin-top: 60px;
}

.footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.footer-logo {
    max-width: 70px;
}

.footer-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-phone, .footer-mail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-phone {
    margin-right: 70px;
}

.footer-phone-icon, .footer-mail-icon {
    margin-right: 15px;
}

.footer-phone-text, .footer-mail-text {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #1A1C19;
}

.powered-altek {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.powered {
    margin: 0;
    color: #1A1C19;
}

.altek {
    margin-left: 10px;
}

.rights {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #9F9F9F;
}


/* Popup */

.white-popup {
    position: relative;
    background: #FFF;
    padding: 60px 50px 70px;
    max-width: 490px;
    margin: 0 auto;
    width: 75%;
    z-index: 100;
}

.white-popup__middle {
    max-width: 710px;
}

.white-popup__small {
    max-width: 380px;
}

.white-popup__ticket {
    max-width: 445px;
}

.white-popup__long {
    max-width: 840px;
}

.white-popup__pay {
    max-width: 765px;
}

.mfp-content {
    overflow-y: auto;
    max-height: 100%;
    padding: 20px 0;
}

.mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-close,
.mfp-close:active {
    font-size: 32px;
    right: 10px;
    top: 10px;
}

.mfp-close-btn-in .mfp-close {
    right: -44px;
    color: #fcfcfc;
    position: absolute;
    background: black;
    top: 0px;
    z-index: 9999;
}

.popup-main {
    position: relative;
}

.popup-main {
    position: relative;
}

.popup-main .loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
}

.popup-main .loader .loader-image img {
    width: 64px;
}

.popup-main .loader.active {
    display: flex;
}

.popup-main .loader .loader-title {
    position: absolute;
    bottom: calc(50% - 75px);
    transform: translateY(50%);
    font-size: 17px;
    color: #007bff;
}

.popup-title {
    margin-bottom: 15px;
}

.popup-title h2 {
    font-size: 21px;
    line-height: 27px;
    margin: 0;
    font-weight: 500;
    color: #3A3B3E;
}

.popup-content {

}

.popup-content p {
    font-size: 17px;
    margin-bottom: 15px;
}

.popup-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 10px;
}

.popup-footer .btn-close {
    background-color: #F3F3F3;
    color: #3A3B3E;
    outline: none;
    box-shadow: none;
}

.popup-footer .btn-primary,
.popup-footer .btn-save {
    outline: none;
    box-shadow: none;
}

.popup-footer .btn-delete {
    background-color: #FD4745;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.white-popup.white-popup__messages {
    padding: 0;
}

.white-popup.white-popup__messages .popup-title {
    height: 50px;
    background-color: #2E5E80;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    padding: 0 40px;
    margin: 0;
}

.white-popup.white-popup__messages .popup-title h2 {
    font-weight: 400;
    color: #FFFFFF;
}

.mfp-close-btn-in .white-popup.white-popup__messages .mfp-close {
    color: #ffffff;
    top: 3px;
}
