.body {
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background: rgb(241, 241, 241);
    background: linear-gradient(90deg, rgba(241, 241, 241, 1) 0%, rgba(240, 240, 240, 1) 35%, rgba(231, 231, 231, 1) 100%);
    position: relative;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.logo img {
    width: 140px;
    border-radius: 10px;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 15px;
}

.header {
    padding: 15px;
    margin: 20px auto;
    background: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 11%);
}

.header-wrapper {
    display: flex;
    align-items: center;
}

.header-wrapper-link {
    color: #555555;
    font-size: 18px;
    padding: 0 25px;
    border-right: 1px solid #5555554e;
    transition: all ease .4s;
    font-weight: 600;
}

.header-wrapper-link:hover {
    color: #064da7;
    transition: all ease .4s;
}

.header-wrapper-link:last-child {
    border-right: none;
}

.header-btns {
    display: flex;
    align-items: center;
}

.header-btns .btn {
    margin: 0 6px;
}

.btn {
    padding: 15px 40px;
    color: white;
    background-color: #08b709;
    border-radius: 10px;
    font-size: 16px;
    transition: all ease .4s;
}

.nav-btn,
.nav-ins {
    position: relative;
    overflow: hidden;
}

.nav-btn::before,
.nav-ins::before {
    content: "";
    display: block;
    width: 20px;
    height: 300px;
    margin-left: 50px;
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.7) 100%);
    left: -40px;
    top: -100px;
    z-index: 1;
    transform: rotate(45deg);
    position: absolute;
    -webkit-animation: move-light 3s ease-in-out 0.05s infinite;
    -moz-animation: move-light 3s ease-in-out 0.05s infinite;
    -o-animation: move-light 3s ease-in-out 0.05s infinite;
    animation: move-light 3s ease-in-out 0.05s infinite;
}

@keyframes move-light {
    0% {
        left: -30px;
        margin-left: 0px;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}

.btn2 {
    background-color: #c13405;
}


.praimary-clr-bg {
    background-color: #064da7;
    transition: all ease .4s;
}

.praimary-clr-bg:hover,
.btn:hover {
    background-color: #03439d;
    transition: all ease .4s;
}

.btn__call {
    padding: 10px 25px;
}

a.btn.nav-btn {

    padding: 20px 60px;
}

.nav-ins {
    padding-bottom: 0;
    margin: 0 6px;
    transition: all ease .4s;
}

.nav-ins img {
    height: 55px;
    width: 55px;
}

.hero__img {
    margin: 0 0 30px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.title {
    margin: 0;
    padding: 0;
    color: #064da7;
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 900;
}

.subtitle {
    color: #242424;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 800;
}

.desc {
    color: #242424ab;
    line-height: 1.3;
    font-size: 16px;
    margin: 15px 0;
}

/* about styles start */

.about,
.advantages {
    margin: 30px 0;
}

.about-wrapper {
    box-sizing: border-box;
    background-color: white;
    padding: 30px;
    margin: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 11%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-wrapper2 {
    box-sizing: border-box;
    background-color: white;
    padding: 70px;
    margin: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 11%);
    border-radius: 16px;
    text-align: center;
}

.ins-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 10px;
}

.instagram-media {
    width: 22%;
    max-width: 10%;
    border-radius: 10px !important;
    transition: all ease .4s;
    transform: scale(1);
}

.instagram-media:hover {
    transition: all ease .4s;
    transform: scale(1.03);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%) !important;
}

.about-item {
    width: 48%;
}

.about-item img {
    border-radius: 10px;
}

/* about styles end */

/* advantages styles start */

.advantages {
    box-sizing: border-box;
    background-color: white;
    padding: 60px 30px;
    margin: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 11%);
    border-radius: 16px;
    margin: 30px 0;
    position: relative;
    overflow: hidden;
}

.adv-img {
    position: absolute;
    bottom: -10px;
    left: 0;
}

.advantages-item .subtitle {
    font-size: 48px;
    margin-bottom: 15px;
}

/* .advantages-wrapper {
    display: flex;
    justify-content: space-between;
}

.advantages-item {
    width: 35%;
}

.advantages-item-2 {
    width: 60%;
} */

.advantages-item-wrapper {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.advantages-item {
    text-align: center;
    margin-bottom: 35px;
}

.advantages-subitem .subtitle {
    font-size: 22px;
}

.advantages-wrapper .header-btns {
    justify-content: center;
    margin-top: 40px;
}

.advantages-subitem {
    width: 48%;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 30px;
    transition: all ease .4s;
    transform: scale(1);
}

.advantages-subitem:hover {
    transform: scale(1.03);
    transition: all ease .4s;
}

.advantages-subitem img {
    height: 60px;
    width: 60px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

/* advantages styles end */


/* faq styles start */

.faq {
    padding: 60px 0;
}

.faq-wrapper {
    margin: 20px 0;
    position: relative;
}

.faq-item {
    padding: 20px;
    border: 1px solid #d7d7d7;
    background-color: white;
    width: 85%;
    margin: 0 auto 6px;
    transition: all ease 0.3s;
    border-radius: 16px;
}

.change-bg {
    border: 1px solid #064da7;
}

.faq-item__title {
    FONT-SIZE: 18PX;
}

.faq .subtitle {
    text-align: center;
}

.faq-item p {
    font-size: 14px;
}

.faq-item .faq-active p {
    font-size: 16px;
    width: 90%;
    color: gray;
}

.faq-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-label-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-icon {

    transform: rotate(0deg);
    transition: 0.3s ease;
}

.faq-icon-item svg {
    fill: #064da7 !important;
}

.faq-answer {
    transition: 0.3s ease;

    height: 0;
    overflow: hidden;
}

.faq-active {
    height: auto;
    margin-top: 10px;
}

.faq-rotate {
    transform: rotate(180deg);
}

/* faq styles end */

.wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

section#services {
    margin: 80px 0px;
}

.service .title,
.service .subtitle {
    text-align: center;
}

.service .subtitle {
    margin: 0 0 30px;
}

.service-card {
    box-sizing: border-box;
    background-color: white;
    padding: 25px;
    width: 24%;
    margin: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 11%);
    border-radius: 16px;
    transition: all ease .4s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-card:hover {
    transition: all ease .4s;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 50%);
}

.service-card__img {
    border-radius: 10px;
    margin: 0 0 20px;
    width: 100%;
    object-fit: cover;
    height: 200px;
}

.service-card__title {
    color: #242424;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 15px;
}

.service-card__price {
    display: block;
    margin: 0 0 10px;
    color: #242424ab;
}

.service-card__time img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.service-card__time p {
    line-height: normal;

    padding: 0;
    font-size: 14px;
}

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

.btn-service {
    width: 100%;
    text-align: center;
    padding: 15px 25px;
}

.service-card__time {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.nav {
    position: fixed;
    bottom: 15px;
    z-index: 1000;
    width: fit-content;
    right: 0px;
    left: 0;
    margin: auto;
    padding: 18px;
    box-sizing: border-box;
    box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    border-radius: 16px;
}

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

.nav__btn {
    width: 24%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav__btn span {
    color: #171717;

}

/*  footer section     //////////////////////////////////////////////////*/

.footer {
    background: #171717;
    padding: 100px 0 0 0;
    position: relative;
    margin-bottom: 40px;
    border-radius: 16px;
}

.footer-wrapper {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.footer-item {
    display: flex;
    width: 35%;
    flex-direction: column;
}

.footer-form-item {
    background: black;
    padding: 10px;
    width: 30%;
    position: absolute;
    top: -44px;
    padding: 70px 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.footer-link {
    padding-bottom: 12px;
    color: #d3d0d0;
    font-size: 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    margin-bottom: 20px;
}

.footer-link:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.footer-item img {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.footer-title {
    font-size: 25px;
    font-weight: 600;
    color: whitesmoke;
    padding-bottom: 30px;
}

.footer-down {
    padding: 20px 0 15px 0;
    color: whitesmoke;
    font-size: 14px;
    text-align: center;
    border-top: 1px solid rgba(245, 245, 245, 0.68);
    margin-top: 30px;
}

/* burger styles start */


.burger {
    width: 30px;
    height: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.small-logo {
    display: none;
}

.burger span {
    display: inline-block;
    height: 2px;
    width: 80%;
    background: #064da7;
    position: relative;
}

.burger span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    width: 100%;
    height: 100%;
    background-color: #064da7;
}

.burger span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 100%;
    background-color: #064da7;
}

.show-menu span:after {
    transform: rotate(40deg);
}

.show-menu span:before {
    transform: rotate(-40deg);
}

.show-menu span:after,
.show-menu span:before {
    top: 0;
    bottom: 0;
    margin: auto;
}

.show-menu span {
    background-color: transparent;
}

@media screen and (max-width:1460px) {
    .header-wrapper-link {
        font-size: 14px;
    }

    .btn {
        padding: 12px 20px;
        font-size: 14px;
        transition: all ease .4s;
    }

    .subtitle {
        color: #242424;
        font-size: 35px;
        line-height: 1.2;
        font-weight: 800;
    }

    .advantages-subitem .subtitle {
        font-size: 18px;
    }

    .advantages-item-wrapper {
        display: flex;
        gap: 15px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

/* burger styles end */
@media screen and (max-width: 1200px) {

    .btn {
        padding: 10px 14px;
        color: white;
        border-radius: 10px;
        font-size: 12px;
        transition: all ease .4s;
    }

    .ins-wrapper {
        display: flex;

        align-items: center;
        margin-top: 25px;
        flex-wrap: wrap;
    }


    .wrapper {
        gap: 10px;
        justify-content: flex-start;
    }

    .faq-item .faq-active p {
        font-size: 13px;
        width: 100%;
        color: gray;
    }

    a.btn.nav-btn {
        padding: 20px 60px;
        font-size: 16px;
    }

    .about-wrapper {
        box-sizing: border-box;
        background-color: white;
        padding: 50px 30px;
    }

    .service-card {
        width: 32%;
    }

    .advantages-wrapper .header-btns {
        display: none;
    }

    .header-wrapper-link {
        font-size: 12px;
        padding: 0 8px;
    }

    .header {
        padding: 10px;

    }

    .title {
        margin: 0;
        padding: 0;
        color: #064da7;
        margin: 0 0 15px;
        font-size: 16px;
        font-weight: 900;
    }

    .logo img {
        width: 100px;
        border-radius: 10px;
    }

    .subtitle {
        font-size: 20px;
    }

    .service-card__title {
        font-size: 16px;
        margin: 0px 0 6px;
    }

    section#services {
        margin: 50px 0px;
    }

    .advantages {
        box-sizing: border-box;
        background-color: white;
        padding: 40px 30px;
    }

    .service-card__time {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .service-card__time p {
        line-height: normal;
        padding: 0;
        font-size: 12px;
    }

    .service-card__img {
        height: 200px;
    }

    p,
    .desc {
        font-size: 14px;
    }

    .desc {
        margin: 11px 0;
    }

    .advantages-item .subtitle {
        font-size: 20px;
    }

    .faq {
        padding: 30px 0;
    }

    .faq-item {
        width: 100%;
    }

    .advantages-subitem {
        width: 100%;
    }

    .advantages-subitem .subtitle {
        font-size: 20px;
    }

    .advantages-item-wrapper {
        flex-wrap: wrap;
    }


}

@media screen and (max-width: 900px) {

    .btn {
        padding: 10px 14px;
        color: white;
        border-radius: 10px;
        font-size: 12px;
        transition: all ease .4s;
    }

    .ins-wrapper {
        display: flex;

        align-items: center;
        margin-top: 25px;
        flex-wrap: wrap;
    }


    .wrapper {
        gap: 10px;
        justify-content: flex-start;
    }

    .faq-item .faq-active p {
        font-size: 13px;
        width: 100%;
        color: gray;
    }

    a.btn.nav-btn {
        padding: 20px 60px;
        font-size: 16px;
    }

    .about-wrapper {
        box-sizing: border-box;
        background-color: white;
        padding: 50px 30px;
    }

    .service-card {
        width: 32%;
    }

    .advantages-wrapper .header-btns {
        display: none;
    }

    .header-wrapper-link {
        font-size: 12px;
        padding: 0 8px;
    }

    .header {
        padding: 10px;

    }

    .title {
        margin: 0;
        padding: 0;
        color: #064da7;
        margin: 0 0 15px;
        font-size: 16px;
        font-weight: 900;
    }

    .logo img {
        width: 100px;
        border-radius: 10px;
    }

    .subtitle {
        font-size: 20px;
    }

    .service-card__title {
        font-size: 16px;
        margin: 0px 0 6px;
    }

    section#services {
        margin: 50px 0px;
    }

    .advantages {
        box-sizing: border-box;
        background-color: white;
        padding: 40px 30px;
    }

    .service-card__time {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .service-card__time p {
        line-height: normal;
        padding: 0;
        font-size: 12px;
    }

    .service-card__img {
        height: 200px;
    }

    p,
    .desc {
        font-size: 14px;
    }

    .desc {
        margin: 11px 0;
    }

    .advantages-item .subtitle {
        font-size: 20px;
    }

    .faq {
        padding: 30px 0;
    }

    .faq-item {
        width: 100%;
    }

    .advantages-subitem {
        width: 100%;
    }

    .advantages-subitem .subtitle {
        font-size: 20px;
    }

    .advantages-item-wrapper {
        flex-wrap: wrap;
    }


}

@media screen and (max-width: 486px) {

    .service-card__title {
        font-size: 18px;
        color: black;
    }

    .nav {
        padding: 14px;
    }


    .faq-item .faq-active p {
        font-size: 13px;
        width: 100%;
        color: gray;
    }

    a.btn.nav-btn {
        padding: 15px 20px;
        font-size: 13px;
    }

    .nav-ins img {
        height: 40px;
        width: 40px;
    }

    .btn-service {
        width: 100%;
        text-align: center;
        padding: 10px 20px;
        font-size: 14px;
    }

    .burger {
        display: flex;
    }

    .container {
        width: 96%;
        padding: 0;
    }

    .header {
        padding: 10px
    }

    p {
        font-size: 14px;
    }

    .logo img {
        width: 80px;
    }

    .header-wrapper {
        display: none;
    }

    .header .header-btns {
        display: none;
    }

    .header-wrapper.show {
        display: flex;
        padding: 20px 15px 15px 0px;
        position: absolute;
        top: 65px;
        right: 0;
        left: 0;
        background: white;
        z-index: 2;
        text-align: right;
        /* backdrop-filter: blur(10px); */
        align-items: flex-end;
        width: 90%;
        margin: auto;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 11%);
        border-radius: 0 0 10px 10px;
    }

    .title {
        margin: 0;
        padding: 0;
        color: #064da7;
        margin: 0 0 8px;
        font-size: 14px;
        font-weight: 900;
    }

    .header-wrapper-link {
        color: #555555;
        font-size: 16px;
        padding: 10px;
        border-right: none;
    }

    .header-wrapper {
        flex-direction: column;
    }

    .service .subtitle {
        margin: 0 0 0px;
    }

    .about-wrapper,
    .wrapper,
    .advantages-wrapper,
    .advantages-item-wrapper,
    .footer-wrapper,
    .about-wrapper2 {
        flex-direction: column;
        padding: 25px 15px;
    }

    section#services {
        margin: 40px 0px 0;
    }

    .advantages-subitem .subtitle {
        font-size: 15px;
    }

    .faq-item__title {
        FONT-SIZE: 14PX;
        width: 90%;
    }

    .faq-icon {
        transform: rotate(0deg);
        transition: 0.3s ease;
        height: 20px;
        width: 20px;
    }


    .advantages-item-wrapper {
        gap: 0px;
    }

    .advantages-subitem img {
        height: 50px;
        width: 50px;
        background: white;
        padding: 7px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .ins-wrapper {
        flex-direction: column;
    }

    .advantages {
        padding: 0px;
        margin: 10px 0;
    }

    .about-item,
    .service-card,
    .advantages-item,
    .advantages-item-2,
    .advantages-subitem {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-wrapper {
        align-items: center;
    }

    .footer {
        padding: 10px 0 0;
    }

    .footer-item {
        width: 90%;
        margin-bottom: 50px;
    }

    .footer-title {
        font-size: 20px;
        font-weight: 600;
        color: whitesmoke;
        padding-bottom: 20px;
    }

    .footer-link {
        padding-bottom: 12px;
        color: #d3d0d0;
        font-size: 14px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
        margin-bottom: 15px;
    }

    .footer-link span {
        font-size: 14px;
    }

    .footer-item img {
        height: 20px;
        width: 20px;
        margin-right: 10px;
    }

    .footer-item:last-child {
        margin-bottom: 0;
    }

    .footer-down {
        margin-top: 0;
    }

    .faq-item {
        width: 100%;
    }

    .faq {
        padding: 30px 0;
    }

    .subtitle,
    .advantages-item .subtitle {
        font-size: 20px;
    }

    .adv-img {
        display: none;
    }
}