:root {
    --size-header: 2.25rem;
    --size-accordion-title: 1.25rem;
    --size-accordion-content: 1rem;
    --animation-speed: 100;
    --slide-ease: cubic-bezier(0.86, 0, 0.07, 1);
    --slide-duration: calc(400ms * 100 / var(--animation-speed));
    --slide-delay: calc(450ms * 100 / var(--animation-speed));
    --circle-duration: calc(900ms * 100 / var(--animation-speed));
}

body {
    font-family: "Manrope", sans-serif;
    overflow-x: hidden;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}

.header {
    background: url(../img/header__bg.png) 60% 100%/70% no-repeat, url(../img/left-decor.svg) left bottom no-repeat, url(../img/right-decor.svg) right bottom no-repeat, #235347;
    height: 100vh;
}

.menu {
    display: flex;
    align-items: center;
    background-color: #235347;
    padding-top: 10px;
    padding-bottom: 10px;
}

.menu__wrapper {
    background-color: #235347;
}

.menu__logo--img {
    width: 150px;
    border: 1px solid #ECC440;
    border-radius: 50%;
}

.menu__list {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.menu__info--inst {
    margin-right: 20px;
    width: 32px;
}

.menu__link {
    padding-left: 50px;
}

.menu__link--item {
    padding-left: 110px;
}

.menu__item {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.menu__item:hover {
    color: #ECC440;
}

.menu__info {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.menu__info--phone {
    text-align: right;
    font-weight: 900;
    font-size: 18px;
}

.menu__info--text {
    font-weight: 100;
    font-size: 14px;
}

.mobile-menu {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    top: 0;
    background-color: #235347;
    left: 0;
    right: 0;
    height: 65px;
    z-index: 9999999;
}

.mobile-menu .menu__logo--img {
    width: 50px;
}

.mobile-menu__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 30px;
    cursor: pointer;
    transition: 0.4s;
}

.mobile-menu__icon {
    display: block;
    position: relative;
    background: white;
    width: 90%;
    height: 4px;
    transition: 0.4s;
}

.mobile-menu__icon::after,
.mobile-menu__icon::before {
    content: "";
    display: block;
    position: absolute;
    background: white;
    width: 100%;
    height: 4px;
    transition: 0.4s;
}

.mobile-menu__icon::after {
    top: 8px;
}

.mobile-menu__icon::before {
    top: -8px;
}

.mobile-menu__container {
    position: fixed;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 999;
    height: 0;
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.2s;
    overflow: hidden;
    background-color: #235347;
}

.mobile-menu__list {
    transition: 0.5s;
    transition-delay: 0.5s;
    list-style: none;
    padding-left: 0;
    margin-top: -50px;
}

.mobile-menu__item {
    font-size: 26px;
    padding-bottom: 15px;
}

.mobile-menu__link {
    text-decoration: none;
    color: #fff;
}

.mobile-menu__checkbox {
    display: none;
}

.mobile-menu__checkbox:checked~.mobile-menu__nav {
    opacity: 1;
    transition-delay: 0s;
}

.mobile-menu__checkbox:checked~.mobile-menu__container {
    height: 100%;
    transition-delay: 0s;
}

.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon {
    background: transparent;
}

.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::before,
.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::after {
    top: 0;
}

.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.mobile-menu__checkbox:checked~.mobile-menu__btn .mobile-menu__icon::before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mobile-menu {
    display: none;
}

.header__subtitle--list {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.header__subtitle--item {
    color: #ECC440;
    font-weight: 100;
    font-size: 14px;
}

.header__title {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 56px;
    line-height: 60px;
}

.header__descr {
    max-width: 300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.header__descr--text {
    color: #FFF;
    font-weight: 100;
}

.header__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #ECC440;
    border-radius: 60px;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    max-width: 240px;
    margin: 0 auto;
    margin-top: 20px;
}

.video {
    max-width: 320px;
    margin: 0 auto;
    margin-top: 50px;
}

section {
    margin-top: 120px;
}

.title {
    font-size: 52px;
    line-height: 64px;
    color: #171921;
    font-weight: 700;
    text-align: center;
}

.subtitle {
    display: block;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #545971;
    margin-bottom: 40px;
    margin-top: 20px;
}

.about__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

.about__title {
    font-size: 52px;
    line-height: 64px;
    color: #171921;
    max-width: 570px;
    text-align: left;
}

.about__subtitle {
    margin-top: 50px;
    font-size: 18px;
    line-height: 28px;
    color: #545971;
    max-width: 570px;
    text-align: left;
}

.about__item--info {
    border-radius: 24px;
    margin-top: 56px;
    max-width: 450px;
    background: #E1A545;
    padding: 12px 32px;
}

.about__item--text {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.about__item--link {
    margin-left: 10px;
    font-weight: 600;
    font-size: 20px;
    text-decoration: underline;
}

.service__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.service__item {
    max-width: 320px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service__item--icon {
    display: flex;
    align-items: center;
    padding-left: 10px;
    width: 260px;
    border-radius: 10px;
    height: 260px;
    background-color: #235347;
}

.service-mold {
    align-items: flex-end;
}

.service__item--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #171921;
    margin-top: 15px;
}

.service__item--text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #545971;
    margin-top: 10px;
    text-align: center;
}

.service__item--btn {
    margin-top: 10px;
    background-color: #235347;
    border-radius: 60px;
    padding: 10px 60px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #235347;
}

.service__item--btn:hover {
    color: #235347;
    border: 1px solid #235347;
    background-color: #FFF
}

.adv__list {
    max-width: 1800px;
    padding: 70px 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    background: url(../img/adv__left.svg) left center no-repeat, url(../img/adv__right.svg) right center no-repeat, #235347;
    border-radius: 25px;
}

.adv__item {
    max-width: 47%;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.adv__title {
    margin-bottom: 80px;
    font-weight: 700;
    font-size: 52px;
    line-height: 64px;
    color: #fff;
}

.adv__subtitle {
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #ddd;
}

.adv__item--title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}

.adv__item--text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #ddd;
    margin-top: 12px;
}

.photo__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}

.photo__item {
    width: 23%;
    height: 250px;
    border-radius: 30px;
}

.form {
    background: url(../img/form-img.png) right bottom no-repeat, url(../img/photo-decoration.svg) 10% top no-repeat, #235347;
    padding: 50px 100px;
    width: 100vw;
}

.form__list {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.form__item {
    max-width: 70%;
}

.form__title {
    color: #FFF;
    font-size: 58px;
    font-weight: 800;
    line-height: 76px;
}

.main__form {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 50%;
    background-color: #FFF;
    padding: 50px 25px;
    border-radius: 25px;
}

.form__input {
    padding: 10px;
    border-radius: 25px;
    border: 1px solid #235347;
}

.form__btn {
    margin-top: 20px;
    background-color: #235347;
    border-radius: 60px;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    max-width: 240px;
    text-transform: capitalize;
    border: 1px solid #235347;
}

.faq__list {
    display: flex;
    justify-content: space-between;
}

.faq__item:nth-child(2) {
    max-width: 70%;
}

.faq__title {
    max-width: 310px;
    text-align: left;
}

.accordion-item {
    background-color: #235347;
    border-radius: .4rem;
}

.accordion-item hr {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.accordion-link {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    background-color: #235347;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
}

.accordion-link h3 {
    font-weight: 500;
    font-size: 20px;
    padding: 0rem 2rem;
}

.accordion-link i {
    color: #e7d5ff;
    padding: .5rem;
}

.accordion-link ul {
    display: flex;
    align-items: flex-end;
    list-style-type: none;
    margin-left: 25px;
}

.accordion-link li {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
    padding: 0 0 1px 5px;
}

.accordion-link div {
    display: flex;
}

.accordion-link .ion-md-arrow-down {
    display: none;
}

.answer {
    max-height: 0;
    overflow: hidden;
    position: relative;
    background-color: #235347;
    transition: max-height 650ms;
}

.answer p {
    color: #fff;
    font-size: 15px;
    padding: 2rem;
}

.accordion-item:target .answer {
    max-height: 20rem;
}

.accordion-item:target .accordion-link .ion-md-arrow-forward {
    display: none
}

.accordion-item:target .accordion-link .ion-md-arrow-down {
    display: block;
}

.contact__descr {
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
}

.contact {
    margin-top: 0px;
    padding: 50px 0px;
    background-color: #235347;
}

.contact__descr {
    color: #FFF;
}

.contact__subtitle {
    color: #FFF;
}

.contact__title {
    color: #FFF;
}

.footer {
    background-color: #235347;
    padding: 50px;
}

.footer__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.footer__logo {
    max-width: 150px;
}

.footer__item {
    width: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

.footer__item:nth-child(2) {
    flex-direction: row;
    gap: 20px
}

.footer__link {
    margin-bottom: 20px;
}

.footer__coper {
    display: block;
    max-width: 480px;
    text-align: center;
    margin: 0 auto;
    color: #FFF;
    font-size: 14px;
}

.footer__social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
    gap: 5px;
}

.footer__social--link img {
    width: 30px;
}

.footer__social .content {
    max-width: 680px;
    margin: 0 auto;
}

.handyman__subtitle {
    text-align: left;
    margin-top: 30px;
}

.handyman__list {
    margin-top: 50px;
    font-size: 16px;
}

.hadyman__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hadyman__subitem {
    list-style: circle;
    font-weight: 700;
    font-size: 20px;
}

.sevices__btn {
    max-width: 295px;
    display: block;
    padding: 10px 60px;
    font-weight: 700;
    font-size: 18px;
    border: 3px solid #235347;
    margin: 0 auto;
    margin-top: 60px;
    border-radius: 5px;
}

.price__list {
    max-width: 980px;
    margin: 0 auto;
    margin-top: 50px;
}

.price__item {
    display: flex;
    justify-content: space-between;
}

.price__content {
    display: flex;
    flex-direction: column;
}

.price__item {
    border-bottom: 1px solid #545971;
    padding-top: 20px;
    padding-bottom: 20px;
}

.price__subtitle {
    font-size: 12px;
    font-weight: 600;
}

.price__content--title {
    font-size: 24px;
    font-weight: 900;
}

.price__number {
    font-size: 20px;
    font-weight: 900;
}

.contact__map {
    display: flex;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.contact__map img {
    border-radius: 20px;
    margin: 0 auto;
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 960px;
    }
    .photo__item {
        max-width: 30%;
    }
    .price__list {
        max-width: 760px;
    }
    .form {
        background: url(../img/form-img.png) 450px bottom/100% no-repeat, url(../img/photo-decoration.svg) 10% top no-repeat, #235347;
    }
    .main__form {
        width: 80%;
    }
    .form__title {
        font-size: 36px;
        line-height: 34px;
    }
}

@media screen and (max-width: 778px) {
    .container {
        max-width: 640px;
    }
    .main__form {
        width: 100%;
    }
    .form {
        background: url(../img/form-img.png) 490px center/100% no-repeat, url(../img/photo-decoration.svg) center top no-repeat, #235347;
    }
    .form__item {
        max-width: 100%;
    }
    .footer__list {
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }
    .footer__item {
        text-align: center;
        padding-left: 0px;
    }
    .footer__coper {
        margin-top: 20px;
    }
    .adv__list {
        padding: 50px 30px;
        background: url(../img/adv__left.svg) left center/ 3% no-repeat, url(../img/adv__right.svg) right center/ 3% no-repeat, #235347;
    }
    .adv__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .adv__subtitle {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .adv__item {
        max-width: 80%;
        gap: 10px;
    }
    .adv__item--icon {
        width: 32px;
    }
    .adv__item--title {
        font-size: 20px;
    }
    .adv__item--text {
        font-size: 12px;
        margin-top: 5px;
    }
    .photo__item {
        max-width: 100%;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .about__list {
        flex-direction: column;
        gap: 15px;
    }
    .header {
        background: url(../img/header__bg.png) 40% 30%/100% no-repeat, url(../img/left-decor.svg) left bottom no-repeat, url(../img/right-decor.svg) right bottom no-repeat, #235347;
    }
    .menu__wrapper {
        display: none;
    }
    .mobile-menu {
        display: flex;
    }
}

@media screen and (max-width: 639px) {
    .container {
        max-width: 558px;
    }
    .title {
        font-size: 36px;
        line-height: 34px;
    }
}

@media screen and (max-width: 558px) {
    .container {
        max-width: 425px;
    }
    .photo__item {
        max-width: 100%;
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
    .hadyman__item {
        flex-direction: column;
    }
    .service__item--title {
        font-size: 36px;
    }
    .service__item--text {
        font-size: 20px;
        line-height: 25px;
        margin-top: 10px;
    }
    .service__item--icon {
        width: 120px;
        height: 120px;
    }
    .service__item--btn {
        padding: 10px 80px;
    }
    section {
        margin-top: 50px;
    }
}

@media screen and (max-width: 420px) {
    .container {
        max-width: 390px;
    }
    .photo__item {
        max-width: 100%;
        border-radius: 10px;
    }
    .hadyman__item {
        flex-direction: column;
    }
    .form {
        padding: 50px 10px;
    }
    .hadyman__subitem {
        list-style: none;
    }
    .header__title {
        font-size: 30px;
        line-height: 35px;
    }
    .header {
        background: #235347;
        height: auto;
        padding: 50px 0px;
    }
    .about__item--text {
        font-size: 14px;
    }
    .adv__item {
        max-width: 100%;
    }
}

@media screen and (max-width: 390px) {
    .container {
        max-width: 320px;
    }
    .photo__item {
        max-width: 100%;
        border-radius: 10px;
    }
    .hadyman__item {
        flex-direction: column;
    }
    .form {
        padding: 50px 10px;
    }
    .header__title {
        font-size: 32px;
    }
    .about__item--text {
        font-size: 14px;
    }
    .about__item--link {
        font-size: 14px;
    }
}