
/*@import url(https://fonts.googleapis.com/css?family=Comfortaa:300,regular,500,600,700);*/
html {
    box-sizing: border-box;
}

body {

    /*font-family: "Yeseva One", serif;
    font-weight: 400;
    font-style: normal;*/
    font-family: "Comfortaa", serif;
    font-style: normal;
    color: var(unnamed, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 114.285714%;
    16/14 
    line-height: - Высоту строки поделить на размер шрифта,  16/14*/
}
.catalog-body{
    background-color: #faebe0;
}


*,
::after,
::before {
    box-sizing: inherit;
}

ul {
    list-style: none;
}

.container {
    max-width: 1180px;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
    align-items: center;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;

}

.header {
    background-color: #f0ddd0;
}

.logo__img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    width: 100%;
}

.menu__list-link {
    color: inherit;
    text-transform: uppercase;
}

.menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

}

.header__inner {
    padding-top: 4px;

}

a {
    text-decoration: none;
    color: inherit;

}

.menu__list-link:hover {
    text-decoration: underline;
}

.phone:hover {
    text-decoration: underline;
}

.phone_number {
    position: relative;
}

.phone {
    position: relative;
    align-items: center;
}

.phone__icon {
    position: relative;
}

.menu__btn {
    width: 56px;
    height: 56px;
    background-color: transparent;
    border: none;
    padding: 0;
    border-radius: 0;
    flex-direction: column;
    display: block;
    display: flex;
    justify-content: space-between;
    display: none;
}

span {
    width: 100%;

}

/*---------header-------mobile-------------------------*/

@media (max-width: 1198.98px) {
    .menu__list {
        padding-left: 40px;
        gap: 15px;
        font-size: 12px;
    }
}


@media (max-width: 998.98px) {
    .container {
        padding-inline: 20px;
        flex-wrap: wrap;

    }

}

@media (max-width: 767.98px) {
    body {
        font-size: 16px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 640px;
    }

    .header__inner {
        display: flex;
        flex-wrap: wrap;


    }

    .header__menu {
        order: 1;
        /*-поменять местами елементы*/
    }

    .menu__list {
        padding-left: 0;
        gap: 20px;
        font-size: 14px;
    }

    .menu {
        text-align: center;
    }

    .logo__img {
        padding-top: 10px;
    }

    .menu__btn {
        border: none;
        padding: 0;
        border-radius: 0;
        display: block;
        flex-direction: column;
        justify-content: space-around;
        display: flex;
        height: 32px;
        width: 28px;
        background-color: transparent;
    }

    .menu__btn span {
        width: 100%;
        height: 2px;
        justify-content: space-around;
        display: flex;
        background-color: rgb(88, 87, 87);
    }

    .header__menu-list {
        width: 150px;
        background-color: #786152;
        color: #fff;
        flex-direction: column;
        gap: 20px 0;
        padding: 25px 25px 25px 25px;
        position: absolute;
        left: 0;
        top: 10px;
        transform: translateY(-120%);
        transition: transform .6s ease;
    }

    .header__menu-list.menu--open {
        transform: translateY(0%);

    }

    .menu__btn {
        display: flex;
    }



}

@media (max-width: 568.98px) {
    .header__menu-list.menu--open {
        transform: translateY(31%);

    }

    .menu__list {
        flex-direction: column;

    }
}


/* Top__section------------------------------------------------------------------------------------------------------------------------------*/


.main {
    background-color: #faebe0;
}

.top {
    padding: 40px 0 150px;
    overflow: hidden;
    background-image: url(../images/pexels-theplanetspeaks-11075145.jpg);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.top .section {
    padding: 80px 0 80px 0;
}

.top__inner {
    position: relative;
}

.top__content {
    max-width: 570px;
    padding-top: 150px;
    align-items: center;
    color: #f7efef;
}

.top__img {
    max-width: 500px;
    width: 100%;
    padding-top: 150px;
}

.top__title {
    font-weight: 400;
    font-size: 38px;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 15px;
}

.top__text {
    margin-bottom: 48px;
    font-size: 20px;
}

.top__buy {
    margin-bottom: 40px;
    padding: 18px 54px;
    background-color: #ffba51;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

.top__buy:hover {
    background-color: #e0a244;
    box-shadow: currentColor;
}


/* Top__section - Mobile --------------------------------------------------*/

@media (max-width: 1198.98px) {
    .top .container {
        display: flex;
        justify-content: space-between;
     
    }

    .top__content {
      
        max-width: 580px;
        text-align: center;
       margin: 0 auto;
    }

    .top__img {
        padding-top: 30px;
        max-width: 360px;

    }

    .top {
        padding: 30px 0 70px;
    }

   
}

@media (max-width: 800px) {
    .top .container {
       
        justify-content: center;
    }

    .top__title {
        font-size: 32px;
    }

    .top.section {
        padding: 50px 0 70px 0;
    }

}
@media (max-width: 428px) {
      .top__content {
      padding-top: 50px;
    }
     .top__title {
        font-size: 30px;
    }
}
/*About------------------------------------------------------------------------------------------------------------------------------*/

.about .section {
    padding: 80px 0 80px 0;
}

.about {
    background-color: #A5978E;
    padding: 50px 0;
    color: #FAFAFA;
    overflow: hidden;
}
.container {
    display: flex;

}

.about__content {
    width: 350px;
}

.about__title {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 15px;
}

.about__text {
    margin-bottom: 15px;
    max-width: 720px;
}

.about__list {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    flex-basis: 930px;
}


.about__list::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 27px;
    background-color: #8c7060;
    width: 1000%;
    height: 1px;

}

.about__item {
    text-align: center;

}

.about__item-img {
    width: 200px;
    width: 100%;
    border-radius: 30%;
}

.img_3 {
    border-radius: 30%;
}

/*mobile------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1200px) {
    .about__title {
        font-size: 26px;
    }

    .about__content {
        width: 640px;
        margin: 0 auto 30px;
    }
}

@media (max-width: 800px) {
    .about__content {
        width: 540px;
        margin: 0 auto 30px;
    }

    .about__title {
        font-size: 25px;
        max-width: 300px;
    }
}


@media (max-width: 425px) {
    .about__content {
        max-width: 540px;
        margin: 0 auto 30px;
    }

    .img_3 {
        display: none;
    }

    .text__3 {
        display: none;
    }
}

/*Products_section----------------------------------------------------------------------------------------------------------------------------------*/
.section {
    padding: 80px 0 80px 0;
}

.products {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.products .container {
    align-items: start;


}

.section__inner {
    display: grid;
    grid-template-columns: 370px auto;
}
@media (max-width: 1098px){
    .section__inner{
    grid-template-columns: 270px auto;
    }
}


.products__title {
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 15px;
}


.section__content-descr {
    display: grid;
    grid-template-columns: auto auto;
    gap: 80px;
    position: relative;
    padding-bottom: 80px;
}


@media (max-width: 768.98px) {
    .products.section__content-descr {
        grid-template-columns: auto;
        padding-bottom: 30px;
        margin: 0 auto;

    }
}


.products__item {
    max-width: 280px;
    text-align: center;
    padding-top: 30px;
   
}

.products__item-img {
    width: 280px;
    width: 100%;
    height: 280px;
    display: block;
    margin-bottom: 20px;
    object-fit: cover;
    background-position: center;
}

.products__item-price {
    margin-bottom: 12px;
    font-size: 16px;
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-style: normal;
}

.products__item-title {
    margin-bottom: 16px;
    font-size: 16px;
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-style: normal;
    height: 60px;
}

.products__item-text {
    margin-bottom: 15px;
    height: 60px;
}



.button {
    font-family: "Comfortaa", serif;
    margin-bottom: 15px;
    padding: 18px 54px;
    background-color: #ffba51;
    border: none;
    font-weight: 600;
    cursor: pointer;
    bottom: 0;
}

.button:hover {
    background-color: #e0a244;
    box-shadow: currentColor;
}




/*products-Mobile------------------------------------------------------------------------------*/

@media (max-width: 1200px) {
    .section__descr {
        max-width: 350px;
        text-align: center;
        margin: auto;
    }

    .products__title {
        font-size: 28px;
    }

    .section__inner {
        text-align: center;
        margin: auto;
    }
}

@media (max-width: 998px) {
    .products .container {
        display: flex;
        align-content: center;
        justify-content: center;
    }

}

@media (max-width: 840px) {
    .products__content {
        margin: 0 auto;
    }
}

@media (max-width: 768.98px) {
    .button {
        padding: 12px 28px;
    }

    .section__descr {
        text-align: center;
        margin: 0 auto 30px;
    }

    .products__title {
        font-size: 23px;
    }
    .products__item{
        height: auto;
    }
}


@media (max-width: 520px) {
    .products .button {
        margin-top: 25px;
        bottom: 20px;

    }

    .section__content-descr {
        gap: 20px;
    }

}






/*step section----------------------------------------------------------------------------------------------------------------------*/
.step {
    overflow: hidden;
    background-color: #f0ddd0;
    padding-left: 20px;
    padding-right: 20px;
}


.step .container {
    align-items: start;
    max-width: 1250px;

}

.steps__title {
    font-weight: 400;
    font-size: 30px;
    font-style: normal;
    line-height: 1.3;
    margin-bottom: 15px;
}

.steps__list {
    gap: 70px 25px;
    padding-bottom: 40px;
    counter-reset: number;
    position: relative;
}

.steps__item::before {
    /*цыфры, нумерация*/
    counter-increment: number;
    content: '0' counter(number);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 30px;
    font-family: "Yeseva One", serif;
    font-weight: 400;
    color: #BEA495;
}

.steps__item:nth-child(n+10):before {
    /*--отмена первого нуля перед десяткой.  010 > 10*/
    content: counter(number);
}



/*Декор.*/
.steps__list::after {
    content: '';
    position: absolute;
    left: 27px;
    bottom: -40px;
    background-color: #8c7060;
    width: 1000%;
    height: 1px;
}
/*Декор.*/



.section__contant-descr {
    display: flex;

}

.steps__item {
    display: flex;
    max-height: 230px;
    gap: 40px;
    list-style-type: none;
    position: relative;

}

.steps__item.steps__item--even::before {
    /* поменялись местами  цыфры*/
    left: auto;
    right: 0;
}

.steps__item-text {
    margin: 0;
    flex-basis: 174px;

}

.steps__item-img {
    width: 100%;
    width: 176px;
    height: 230px;
    display: block;
    object-fit: cover;

}

.delivery {
    color: #f4a021;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
}

.step .button{
    margin-top: 40px;
}

/*mobile------------------------------------------------------------------------------*/
@media (max-width: 1200px) {
    .steps__list {
        padding-top: 20px;
        gap: 25px 37px;
    }

    .steps__item-text {
        margin-bottom: 40px;
    }

    .steps__item {
        gap: 0 30px;
        object-fit: cover;
    }

    .step .container {
        margin: 0 auto;

    }

    .steps__item-img {
        width: 120px;
        height: 180px;
    }

    .steps__title {
        font-size: 28px;
    }

}

@media (max-width: 998px) {
    .steps__descr {
        max-width: 280px;

    }

    .step .section__inner {
        grid-template-columns: auto;
        max-width: 820px;
       
    }

    .steps__descr {
        text-align: center;
        margin: auto;

    }

    .steps__title {
        top: 50px;
    }

    .section__text {
        padding-top: 10px;
        padding-bottom: 44px;
    }
.step .button{
    margin-top: auto;
}
}


@media (max-width: 768px) {
    .steps__list {
        gap: 10px 20px;
    }

    .steps__item-text {
        margin-bottom: 30px;
    }

    .steps__item {
        gap: 0 10px;
    }
    .step .section {
        padding: 30px 0 30px 0;
    }

    .steps__item::before {
        font-size: 24px;
    }

    .steps__title {
        font-size: 28px;
        max-width: 420px;
       margin: auto;
    }

    .step .section__inner {
        grid-template-columns: 1fr;
        max-width: 520px;
        justify-content: center;
    }

    .section__content-descr {
        padding-bottom: 30px;
        margin: 0 auto;
        padding-left: 0;
    }

}

@media (max-width: 585px) {
    .steps__list {
        gap: 15px 13px;
    }

    .steps__item-img {
        width: 90px;
        height: 150px;
    }
    .steps__title title{
        font-size: 20px;

    }
  /*.......................................*/
    .step .section__content-descr {
        grid-template-columns: 1fr;
        justify-content: center;
    }
/**/
}

@media (max-width: 490px) {
    .steps__list {
        display: flex;
        flex-wrap: wrap;
    }

    .step .container {
        margin: 0 auto;
       
    }

    .step .section__inner {
        grid-template-columns: auto;
        width: 100%;
        margin: 0 auto;

    }
}




/*Course-section-----------------------------------------------------------------------------------------------------------------------*/

.course {
    overflow: hidden;
}

.courses__item-img {
    position: relative;
    color: #fff;
    font-style: 14px;
    font-family: "Yeseva One", serif;
    font-weight: 400;

}

.section__descr {
    align-self: start;

}

.courses__title {
    padding: 15px;
    left: 0;
    top: 45%;
}

.courses__price {
    padding: 16px 10px;
    right: -7px;
    bottom: -8px;
}

.courses__time {
    padding: 19px 10px;
    left: 0;
    top: 65%;
}

.courses__title,
.courses__price,
.courses__time {
    position: absolute;
    background-color: #BEA495;
}

.courses__title span {
    font-size: 16px;

    color: #fff;
}

.course .button{
    margin-top: 40px;
}
/*--------------------------------------------*/

/*courses - mobile-------------------------------------------------------------------------------------*/
@media (max-width: 998px) {
    .course .container {
        display: flex;
        align-content: center;
        justify-content: center;
    }
}

@media (max-width: 620px) {
    .products__item {
        padding: 12px 7px 12px 7px;
        gap: 20px;
    }
}

@media (max-width: 580px) {

    .courses__title,
    .courses__price,
    .courses__time {
        max-width: 120px;
        padding: 8px 5px 8px 5px;
    }
    .course .button{
    margin-top: 60px;
}
}

@media (max-width:480px) {
    .products__item {
        gap: 20px;
    }

    .courses__price {
        left: 0;
        right: 0;
        max-width: 100px;
    }

    .courses__title,
    .courses__time,
    .courses__price {
        margin-bottom: -5px;
    }

    .courses__title {
        top: 25%;
        max-width: 120px;
    }

    .courses__time {
        top: 55%;
        max-width: 120px;
        color: #fff;
    }
      .course .button{
    margin-top: 80px;
}
}




/*Team- section----------------------------------------------------------------------------------------------------*/
.team {
    background-color: #A5978e;
    padding: 80px 0 60px;
    color: #fff;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.team__content {
    gap: 75px;
}

.team__item {
    position: relative;

}

.team__item-img {
    max-width: 230px;

    width: 100%;
    font-style: 14px;
    font-family: "Yeseva One", serif;
    font-weight: 400;
}

.team__item-box {
    background-color: #7b6152;
    text-align: center;
    position: absolute;
    padding: 14px 10px;

    width: 180px;
    height: 140px;
    line-height: 1.2;
    bottom: 25px;
    left: 110px;
    z-index: 2;
}

.team__item-name {
    font-size: 16px;
    margin: 0;
    background-color: #7b6152;
}

.team__item-descr {
    font-size: 14px;
    margin: 0;
    background-color: #7b6152;
    padding-top: 5px;
}

.section__inner {}

/*team-mobile------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1280px) {
    .team__item-box {
        padding: 12px 8px;
        bottom: 25px;
        left: 110px;
    }

    .team__item-name {
        font-size: 12px;
    }

    .team .section__inner {
        display: flex;
        justify-content: center;

    }
}

@media (max-width: 580px) {
    .team__item-box {
        left: 20px;
        right: 20px;
        position: static;
        max-width: 120px;
        margin: auto;
        margin-top: 6px;

    }

    .team__content {
        gap: 30px;
    }
}

@media (max-width: 360px) {
    .team__item-box {
        left: 20px;
        right: 20px;

    }



}






/*feedback-------------------------------------------------------------------------------------------------------------------------------------------------*/
.feedback {
    background-color: #d7c8be;
    overflow: hidden;
}

.feedback__descr {
    margin-right: 20px;
}

.feedback__content {
    bottom: 50px;
    position: relative;
}

.feedback__slider {
    max-width: 660px;
    overflow: hidden;
}

.feedback__item {
    display: grid;
    grid-template-columns: auto auto;
    gap: 0 20px;
}

.feedback__item-video {
    position: relative;
}

.feedback__item-img {
    max-width: 250px;
    width: 100%;

}

.feedback__item-videobtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    cursor: pointer;
}

.feedback__content {
    padding-bottom: 110px;
    position: relative;
}

.feedback__item-content {
    padding-bottom: 70px;

}


.swiper-scrollbar {
    background-color: #f3b48d;
    border-radius: 0;
    opacity: 1;
}

.swiper-slide-active {}

.swiper-horizontal {
    width: 760px;
}

.feedback__item-sociallink {
    margin-bottom: 12px;
}

.feedback__item-name {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: "Yeseva One", cursive;
}

.feedback__item-text {
    margin-bottom: 15px;
}

.feedback__item-btn {
    font-family: "Comfortaa", serif;
    margin-bottom: 15px;
    padding: 18px 50px;
    background-color: #ffba51;
    border: none;
    font-weight: 600;
    cursor: pointer;

}

.feedback__item-btn {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.feedback__item-btn:hover {
    background-color: #c28f42;
    box-shadow: currentColor;
}


.swiper-button-prev::after,
.swiper-button-next::after {
    color: #7b6152;
    padding-top: 326px;
    font-size: 30px;

}

/*feedback-mobile--------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1180px) {
    .feedback__item-content {
        max-width: 250px;
    }

    .feedback.container {
        display: flex;
    }

    .swiper-button-prev {
        padding-left: 80px;
    }

    .swiper-button-next {
        padding-right: 80px;

    }

    .feedback__item-img {
        position: relative;
    }

    .swiper-scrollbar,
    .swiper-scrollbar-horizontal {
        display: none;
    }

    .feedback__item-btn {
        padding: 15px 15px;
        position: relative;
        top: 30px;
    }
}


@media (max-width: 998.98px) {
    .section__inner {
        grid-template-columns: 260px auto;
    }

    .feedback__slider {
        width: 490px;
    }

}

@media (max-width: 776.98px) {
    .feedback .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .feedback__item-content {
        position: relative;
        max-width: 200px;
    }

    .feedback__item-img {
        max-width: 200px;
    }

    .feedback__item-btn {
        padding: 15px 15px;
    }

    .feedback__slider {
        max-width: 460px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .feedback__content {
        padding-bottom: 70px;
    }

    .swiper-scrollbar.swiper-scrollbar-horizontal {
        display: block;

    }
}

@media (max-width: 428.98px) {
    .feedback.section {
        padding: 50px 0 50px 0;
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
        padding-top: 680px;
        font-size: 20px;
    }

    .feedback__item-content {
        width: 250px;
        margin: 0 auto;
    }

    .feedback__item-btn {
        position: relative;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        max-width: 180px;
    }

    .feedback__item {
        grid-template-columns: auto;
        text-align: center;
    }

    .feedback__slider {
        width: 250px;
        margin: 0 auto;
    }

    .feedback__item-img {
        width: 250px;
        margin: 0 auto 20px;
    }

    .feedback__item-video {
        width: 250px;
    }

    .feedback__item-videobtn {
        left: 50%;
    }



}


/*certificats-------------------------------------------------------------------------------------------------------------------------------------------------*/
.certificates {
    background-color: #9f8677;
    background-color: #A5978e;
    overflow: hidden;
   
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

.section__descr {
    margin-right: 20px;

}

.certificates__content {
    overflow: hidden;
    padding-bottom: 114px;

}

.certificates__slider {
    width: 1060px;
}

.swiper-wrapper {
    top: 80px;
}

.swiper-slide {
    bottom: 60px;

}



.swiper-pagination-bullet {
    background-color: #BEA495;
    width: 100px;
    height: 4px;
    border-radius: 0;
    opacity: 1;

}

.swiper-pagination-bullet-active {
    background-color: #7b6152;
   
}
.swiper__slide-img {
    max-width: 340px;
    width: 100%;
}

.certificates__content .swiper-pagination {
    text-align: center;
  
}

/*.swiper-horizontal{
   touch-action: pan-y;}*/


/*certificates-mobile-------------------------------------------------*/
@media (max-width: 1200.98px) {
    .certificates__slider {
        width: 780px;
    }

    .section__descr {
        max-width: 580px;
    }

   
}

@media (max-width: 998.98px) {
    .certificates__content img {
        max-width: 250px;
    }

    .certificates .section__text {
       margin: 0 auto;
    }
    .certificates .container {
        display: flex;
        flex-wrap: wrap;
        
    }
}


@media (max-width: 428.98px) {
    .certificates .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .certificates__content img {
        width: 180px;

    }

    .certificates__slider {
        max-width: 620px;
        margin: 0 auto;
    }

}


@media (max-width: 360.98px) {
    .certificates__slider {
        width: 440px;
        margin: 0 auto;
    }

    .certificates__content img {
        width: 150px;

    }

    .swiper-slide {
        margin-right: 14px;
    }

}




/*Promo- section-----------------------------------------------------------------------------------------------------------------------------------*/

.promo {
    background-image: url(../images/flowers-7152917_1920.jpg);
    padding: 160px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.promo__inner {
    display: flex;
    justify-content: space-around;
}

.promo__text {
    font-size: 40px;
    font-family: "Yeseva One", cursive;
    max-width: 720px;

}

.promo__link {
    padding: 15px 35px;
    background-color: #ffba51;
    color: #272727;

    font-weight: 600;
    text-align: center;
    display: inline-block;
}

.promo__link:hover {
    background-color: #c28f42;
    box-shadow: currentColor;
}

/*promo-mobile--------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 768.98px){
.promo__text {
    font-size: 30px;
    max-width: 720px;
}
}





/*Questions section- section-----------------------------------------------------------------------------------------------------------------------------------*/

.questions {
    overflow: hidden;
    background-color: #f0ddd0;
}

.questions .title {
    font-family: "Yeseva One", cursive;
    font-weight: 400;
}

/* accordeon */
.accordeon {
    max-width: 580px;
}

.accordeon__item {
    background-color: #fafafa;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: auto;

}

.button__text {
    padding-top: 20px;
    padding-bottom: 20px;
}

.accordeon__title {
    font-family: "Yeseva One", cursive;
    font-size: 16px;
    background-color: transparent;
    display: block;
    padding: 16px 50px 16px 13px;
    border: none;
    max-width: 580px;
    padding-left: 27px;
    text-align: start;
    cursor: pointer;
}

.accordeon__text {
    opacity: 0;
    max-height: 0;

}

.accordeon__text.accordeon__text--visible {
    opacity: 1;
    transition: opacity .3s, max-height .3s;
}

.accordeon__text ol {
    padding: 20px 40px;
}


.accordeon__title.accordeon__title--active::after {
    transform: rotate(180deg);
}

.accordeon__title::after {
    content: '';
    background-image: url(../images/down-arrow-alt-svgrepo-com\ \(3\).svg);
    width: 26px;
    height: 26px;
    position: absolute;
    right: 26px;
    top: 17px;
    background-size: cover;
}

/*questions-mobile--------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1198.98px) {
    .section__descr {
        margin: 0 auto;
    }
}

@media (max-width: 920.98px) {
    .accordeon__item {
        max-width: 500px;
    }

    .accordeon__title {
        max-width: 400px;
    }
}

@media (max-width: 768.98px) {
    .questions__content {
        margin: 0 auto;
    }

    .section__descr {
        margin: 0 auto;
    }
}

@media (max-width: 428.98px) {
    .questions__content {
        max-width: 300px;

    }
}


/*Contacts- section-----------------------------------------------------------------------------------------------------------------------------------*/
.contacts {
    padding: 150px 50px;
    background-color: #A5978E;
    overflow: hidden;
}

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

.form {
    background-color: #fff;
    max-width: 500px;
    max-height: 450px;
    padding: 30px 23px;
    box-shadow: 15px 15px 15px 1px #e5bf85;
}

.form__title {
    font-size: 35px;

    font-weight: 400;
    font-family: "Yeseva One", cursive;
    line-height: normal;
    margin-bottom: 50px;
}

.form__input {
    border: none;
    border-bottom: 1px solid #615e5e;
    width: 100%;
    display: block;
    color: #000;
    margin-bottom: 18px;
    padding: 7px 10px;
    box-shadow: 15px 19px 15px 2px #efcc99;

}

.form__input::placeholder {
    font-size: 14px;
    font-family: "Comfortaa", serif;
    color: #4b4949;

}

.form__btn .button {
    font-family: "Comfortaa", serif;
    margin-top: 50px;
    font-size: 16px;
}

.form__btn {
    margin-top: 23px;
}

.contacts__img {
    max-width: 280px;
    max-height: 280px;
    object-fit: cover;
    width: 100%;
}

/*contacts-mobile--------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 998.98px) {
    .contacts__inner .container {
        flex-wrap: wrap;
    }

    .contacts {
        padding: 70px 30px;
    }
}


@media (max-width: 920.98px) {
    .form {
        max-width: 360px;
        margin: auto;
        align-items: center;
    }

    .contacts__img {
        margin: auto;
    }
}

@media (max-width: 768.98px) {
    .form {
        row-gap: 44px;
        width: 100%;
    }

    .contacts__img {
        padding-top: 30px;
    }

    .form__title {
        max-width: 180px;
        font-size: 22px;
    }

    .form__btn {
        max-width: 150px;
        padding: 10px;
        margin-top: 35px;
        font-size: 14px;
    }
}


/*footer----------------------------------------------------------------------------------------------------------------------*/

.footer {
    margin: 0 auto;
    padding: 50px 0;
    background-color: #f0ddd0;
    align-items: center;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.container .footer__inner {
    padding-top: 4px;
    max-width: 1180px;
    width: 100%;
  
}

.footer__contacts {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding-top: 60px;
    width: 230px;
}

ul {
    padding: 0;
}

.email:hover {
    text-decoration: underline;
}

.phone:hover {
    text-decoration: underline;
}

.footer__social {

    width: 100%;
    list-style: none;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.footer__social-img {
    width: 32px;
    height: 32px;
    width: 100%;
    object-fit: cover;
    box-sizing: border-box;

}

.email {
    padding: 17px 0;


}

/*---------Footer-------mobile-------------------------*/

@media (max-width: 498.98px) {
    .email {
        padding: 17px 0;
    }

    .menu__list {
        flex-direction: column;
    }
}

@media (max-width: 768.98px) {
    .container.footer__inner {
        max-width: 640px;
        flex-direction: column;

    }

    footer .phone::before {
        display: none;
    }



    footer ul {
        padding: 0;
    }

    footer {
        padding: 50px 0;
    }
}

@media (max-width: 980.98px) {
    .footer__contacts {
        text-align: center;
        padding-top: 15px;
        margin: auto;
    }

    footer .logo {
        padding-top: 18px;
    }

}




