@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Roboto, Arial, sans-serif;
}

body, html {
    width: 100%;
    overflow-x: hidden;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main {
    flex: 1 1 auto;
}

.container {
    width: 1170px;
    padding: 0 15px;

    margin: auto;
}

.header {
    width: 100%;
    position: absolute;
    z-index: 3;
}

.header__wrapper {
    position: relative;
}

.header__nav {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style-type: none;
}

.nav li {
    padding: 0 15px;
}

.nav li a {
    font-size: 16px;
    font-weight: 700;
    color: #f8f3c8;
    text-decoration: none;
}

.header__contacts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}

.btn {
    display: flex;
    border-radius: 20px;
    font-size: 14px;
    height: 40px;
    background: #5e5dcd;
    color: #f8f3c8;
    padding: 0 30px;
    align-items: center;
    text-decoration: none;
}

.btn-banner {
    font-weight: 700;
    -webkit-box-shadow: 0px 0px 20px 0px #F8F3C8;
    box-shadow: 0px 0px 20px 0px #F8F3C8;
    width: fit-content;
    margin: auto;
    margin-top: -70px;
    color: #fff;
    border: 2px solid #fff;
    height: 55px;
    border-radius: 27.5px;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.banner {
    height: 100vh;
}

.banner__slider {
    width: 100%;
    height: 100vh !important;
}

.banner__slider .slick-prev,
.banner__slider .slick-next {
    display: none !important;
}

.banner__slider-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2;
    background-image: -moz-linear-gradient(top, rgba(94, 80, 152, 0.6), rgba(54, 60, 122, 0.6));
    background-image: -webkit-linear-gradient(top, rgba(94, 80, 152, 0.6), rgba(54, 60, 122, 0.6));
    background-image: -o-linear-gradient(top, rgba(94, 80, 152, 0.6), rgba(54, 60, 122, 0.6));
    background-image: -ms-linear-gradient(top, rgba(94, 80, 152, 0.6), rgba(54, 60, 122, 0.6));
    background-image: linear-gradient(top, rgba(94, 80, 152, 0.6), rgba(54, 60, 122, 0.6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#665e5dcd', endColorstr='#665e5dcd');
    -webkit-linear-gradient(top, rgba(94, 80, 152, 0.6), rgba(54, 60, 122, 0.6))
}

.banner__slider img {
    height: 100vh;
    object-fit: cover;
}ы

.banner {
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner__content {
    z-index: 4;
    width: 700px;
    height: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner__content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__fade {
    filter: blur(50px);
    border-radius: 3000px;
    opacity: 0.4;
    background-color: #5e5dcd;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.footer__row {
    display: flex;
    flex-direction: row;
}

.footer__col {
    flex: 50%;
}

.footer__col iframe {
    width: 100%;
}

.footer__info {
    height: 100%;
    padding: 70px;
    width: 100%;
    background: #5e5dcd;
    color: #fff;
    font-size: 26px;
    line-height: 1.45;
    font-weight: 300;
}

.footer__info a {
    color: #fff;
}

.section-title {
    margin-bottom: 40px;
    font-size: 50px;
    color: #5e5dcd;
    font-weight: 700;
}

section.banner {
    padding: 0;
}

section {
    padding: 70px 0;
}

.review iframe {
    display: block;
    border-radius: 8px;
    margin: auto;
    height: 900px;
    width: 100%;
    max-width: 760px;
    min-width: 300px;
    border: 1px solid #e6e6e6;
}

.btn-gradient {
    filter: blur(50px);
    opacity: 0.5;
    background-image: linear-gradient(135deg, rgba(217, 17, 90, 1) 0%, rgba(130, 132, 250, 1) 100%);
}

.also__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.also__col.inline {
    gap: 40px;
}

.also__info {
    line-height: 1.55;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 30px;
}

.inline {
    display: flex;
    flex-direction: row;
}

.also__logo img {
    height: 170px;
    width: 170px;
}

.also__link {
    height: 100%;
    display: flex;
    align-items: center;
}

.btn-also {
    height: 55px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 15px;
    width: 200px;
    text-align: center;
    z-index: 2;
    justify-content: center;
}

.gradient-container {
    display: block;
    filter: blur(10px);
    height: 75px;
    width: 220px;
    color: #f8f3c8;
    font-size: 14px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    border-radius: 30px;
    opacity: 0.5;
    background-image: linear-gradient(to bottom right, rgba(40, 37, 165, 1), rgba(130, 132, 250, 1));
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.also__link {
    position: relative;
}

.gradient-container {
    left: -10px;
    position: absolute;
}

.btn-about {
    border-radius: 25px;
    width: fit-content;
    margin: auto;
    height: 50px;
    text-decoration: underline;
    background: #5e5dcd;
}

.action__row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 50px;
}

.action-card {
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px;
}

.action-card__icon {
    height: 110px;
    width: 110px;
}

.action-card__icon img {
    width: 100%;
    height: 100%;
}

.action-card {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
}

.action-card__data {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.action-card__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: rgb(72, 79, 210)
}

.action-card__title small {
    color: #000;
    text-decoration: line-through;
}

.action-card__title {
}

.action-card__desc {
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
}

.action__col {
    width: 50%;
}

.action__row {
    margin-bottom: 30px;
}

.additional-card {
    position: relative;
    margin-bottom: 30px;
}

.additional__image {
    width: 75%;
    margin-left: auto;
}

.additional__image img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reverse .additional__image {
    width: 75%;
    margin-left: 0;
    margin-right: auto;
}

.reverse .additional-subcard {
    right: 0;
    left: unset;
}

.additional-subcard {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 400px;
    padding: 30px 20px 80px 20px;
    border: 7px solid #fff;
    background: rgba(0, 0, 0, .8);
    border-radius: 30px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, .5);
}

.additional-subcard__title {
    font-weight: 700;
    margin-bottom: 50px;
    font-size: 30px;
}

.additional-subcard__desc {
    line-height: 1.55;
    font-size: 20px;
}

.request-card {
    margin: auto;
    width: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.request-card img {
    width: 100%;
}

.section-subtitle {
    color: #000000;
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 50px;
}

.w-25 {
    width: 25%;
}

.w-75 {
    width: 75%;
}

.gallery__row {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.gallery-slider {
    position: relative;
}

.gallery__col.w-75 {
    position: relative;
}

.btn-arrow {
    height: 30px;
    width: 30px;
    display: block;
    background: #fff;
    border-radius: 15px;
}

.btn-arrow img {
    width: 100%;
}

.btn-next {
    z-index: 4;
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.btn-prev {
    z-index: 4;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.btn-prev img {
    transform: rotate(180deg);
}

.about-title {
    text-align: center;
    margin-bottom: 40px;
    color: #000;
    font-size: 30px;
}

.about-title span {
    color: #5e5dcd;
}

.about__row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
}

.about__row.reverse {
    flex-direction: row-reverse;
}

.about__col {
    width: 50%;
}

.about-card {
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    padding: 50px 30px;
    background: #5e5dcd;
    height: 100%;
}

.about-card.img {
    padding: 0;
}

.about-card.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-card__title {
    margin-bottom: 60px;
    color: #f8f3c8;
    font-weight: 700;
    font-size: 40px;
}

.about-card__desc {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.55;
}

.btn-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0;
    cursor: pointer;
}

.header__menu {
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;

}

@media (max-width: 1200px) {
    .nav li {
        padding: 0 5px;
    }

    .header__contacts {
        right: 20px;
    }

    .nav li a {
        font-size: 14px;
    }

    .header__contacts .btn {
        font-size: 12px;
        padding: 0 20px;
    }
}

.sidebar {
    display: none;
    position: fixed;
    right: -320px;
    top: 0;
    height: 100vh;
    background: #5e5dcd;
    z-index: 1000;
    width: 320px;
}

.sidebar__wrapper {
    position: relative;
    padding: 48px 40px 38px;
}

.sidebar ul {
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: auto;

}

.sidebar ul a {
    font-weight: 700;
    font-size: 16px;
}

.sidebar__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.sidebar__close img {
    height: 20px;
    width: 20px;
}
.btn-outline{
    height: 60px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
}
.link{
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.sidebar__contacts{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
@media (max-width: 1023px) {
    .action__row{
        gap: 20px;
        flex-direction: column;
    }
    .action__col{
        width: 100%;
    }
    .additional-subcard{
        width: 250px;
    }
    .additional-subcard__title{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .additional-subcard__desc{
        font-size: 13px;
    }
    .additional-subcard{
        padding: 20px;
    }
    .request-card{
        width: 100%;
    }
    .gallery__col iframe{
        height: 400px;
    }
    .gallery__row{
        flex-direction: column;
    }
    .gallery__col{
        width: 100% !important;
    }
    .container{
        width: 100%;
    }
    .sidebar {
        display: block;
    }

    .header__menu {
        z-index: 12;
        display: block;
    }

    .header {
        display: none;
    }

    .sidebar__wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;

    }
    .sidebar__wrapper .nav{
        flex: 1 1 auto;
    }

    .sidebar__close {
        margin-left: auto;
    }
}
.footer iframe{
    pointer-events: none;
}
.also__info-mob{
    display: none;
}
@media (max-width: 767px) {
    .also__link{
        height: unset;
    }
    .also__col{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .also__info-mob{
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        display: block;
    }
    .also__info{
        display: none;
    }
    .footer__row{
        flex-direction: column;
    }
    .footer__col{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .banner__content{
        width: 100%;
    }
    .about__row{
        flex-direction: column !important;
    }
    .about__col{
        width: 100%;
    }
    .gradient-container{
        width: 150px;
    }
    .btn-also{
        width: 130px;
    }
    .additional-card{
        margin-bottom: 70px;
    }
    .also__logo img{
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 767px) {
    .btn-banner{
        margin-top: -40px;
    }
}