@font-face {
    font-family: 'Minion Pro';
    src: url("font/MinionPro-Regular.ttf") format("truetype");
    src: url("font/MinionPro-Regular.woff") format("woff");
    src: url("font/MinionPro-Regular.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}
*{
    scrollbar-width: thin;
    scrollbar-color: #aaac5c var(--main-color);
}
::selection{
    background-color: #aaac5c;
    color: var(--main-color);
}
*::-webkit-scrollbar{
    width: 8px; /*вказуємо ширину скролбару в пікселях*/
}
*::-webkit-scrollbar-track{
    background: var(--main-color); /*вказуємо колір фону скролбару*/
}
*::-webkit-scrollbar-thumb{
    background-color: #aaac5c; /*вказуємо колір фону повзунка*/
    border-radius: 5px; /*вказуємо скруглення для повзунка*/
    border: 0px none #aaac5c; /*вказуємо колір границі повзунка*/
}

html{
    scroll-behavior: smooth;
}
button{
    font-family: 'Minion Pro';
    cursor: pointer;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Minion Pro';
    font-size: 16px;
}
:root{
    --main-color: #dcdf7a;
    --bold-text: 700;
    --space-between: 90px;
}
.wrapper100{
    width: 100%;
}
.ps__header{
    height: 100vh;
    background-color: var(--main-color);
}
.ps__header__left__im, .ps__header__right__im{
    width: 100%;
    height: 100vh;
}
.ps__header__left__im{
    background: url(img/header__left__image.png) no-repeat;
    background-position-y: top;
    background-size: 100%;
}
.ps__header__right__im{
    background: url(img/headerright.png) no-repeat;
    background-position-y: bottom;
    background-size: 100%;
}
.ps__header__inner{
    width: 100%;
    position: fixed;
    z-index: 999;
    padding: 20px 0 40px 0;
    background: url(img/header__back.png) no-repeat;
    background-position-y: top;
    background-size: cover;
}
.ps__menu__wrapper{
    width: 70%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__menu__full__wrapper{
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.ps__header__menu__ul{
    display: flex;
    align-items: center;
    column-gap: 35px;
}
.ps__header__menu__li{
    list-style: none;
    border-bottom: solid 2px #bbbe66;
}
.ps__header__menu__li:hover, .ps__phone__numb a:hover{
    border-bottom: solid 2px #fff;
}
.ps__header__menu__li a{
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: var(--bold-text);
}
.ps__phone__numb a{
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 16px;
    font-weight: var(--bold-text);
}
.ps__logo__wrapper > img{
    width: 35px;
}
.ps__menu__wrap{
    display: none;
}
.ps__menu__icon{
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    top: 0;
}
.ps__menu__line{
    width: 100%;
    height: 3px;
    background-color: #000;
}
.ps__menu__inner{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    min-width: 250px;
    padding: 30px 25px;
    height: 100vh;
    background-color: #aaac5c;
    display: none;
    flex-direction: column;
    gap: 25px;
}
.ps__menu__inner  a{
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}
.ps__menu__button{
    font-size: 14px !important;
    width: 75%;
    padding: 8px 0px;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 14px;
    border: none;
    background-color: #f8a036;
}
.ps__menu__line__45{
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
}
.ps__menu__line__315{
    transform: rotate(315deg);
    position: absolute;
    bottom: 15px;
}
/**/
.ps__slider__wrapper{
    width: 70%;
    margin: auto;
}
.ps__slider__inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*column-gap: 40px;*/
    padding-top: 15px;
}
.ps__text__wrapper{
    display: flex;
    align-items: flex-end;
}
.ps__text__inner{
    display: flex;
    flex-direction: column;
    row-gap: 35px;
    padding-bottom: 25px;
}
.ps__image__wrapper__im{
    width: 85%;
}
.ps__image__wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ps__slider__title, .ps__slider__text, .ps__slider__but{
    text-transform: uppercase;
}
.ps__slider__title{
    font-size: 28px;
    margin-bottom: 0;
    /*white-space: nowrap;*/
}
.ps__slider__text{
    margin: 0;
    font-size: 22px;
    /*white-space: nowrap;*/
}
.ps__slider__but{
    font-size: 22px;
    font-weight: var(--bold-text);
    background-color: #fff;
    border: none;
    cursor: pointer;
    background: url(img/button__back.png) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 85%;
    padding: 30px 20px;
}   
.ps__line__back{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
}
.ps__line__back img{
    width: 100%;
}
/**/
.wrapper70{
    width: 70%;
    margin: auto;
}
.ps__types__wrapper{
    margin-top: var(--space-between);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px;
}
.ps__type__inner{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px 0;
}
.ps__type__cont{
    width: max-content;
    margin: auto;
}
.ps__type__cont img{
    position: relative;
    z-index: -1;
    display: block;
    margin: auto;
    width: 90%;
}
.ps__type__text{
    position: relative;
    z-index: -1;
    width: 80%;
    text-align: center;
    margin: auto;
}
.ps__type__title{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
}
.ps__type__text span{
    font-size: 16px;
    font-weight: var(--bold-text);
}
.ps__type__inner__image img{
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
}
/**/
.ps__about__me{
    margin: auto;
    margin-top: var(--space-between);
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    column-gap: 50px;
}
.ps__about__title{
    text-transform: uppercase;
    font-size: 28px;
    margin: 0;
}
.ps__about__me__text{
    font-size: 16px;
    margin: 20px 0px;
}
.ps__about__text__list p{
    padding-left: 25px;
}
.ps__about__li{
    padding-left: 10px;
}
.ps__about__ul{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.ps__about__last{
    font-weight: var(--bold-text);
    margin-bottom: 0;
}
.ps__about__me__img{
    background: url(img/pic1.png) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}
.ps__about__li{
    list-style-image: url(img/list__img.png);
}
/**/
.ps__practise__wrapper{
    margin-top: var(--space-between);
    background: url(img/hours.png) no-repeat;
    background-position: center;
    background-size: 100%;
}
.ps__practise__inner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 30px;
}
.ps__practise__grid{
    display: flex;
    text-align: center;
}
.ps__practise{
    padding: 30px 0;
}
.ps__practise__p{
    font-size: 44px;
    text-transform: uppercase;
    color: #fff;
    font-weight: var(--bold-text);
}
.ps__practise__title{
    margin-top: 0;
    text-transform: uppercase;
    color: #fff;
}
/**/
.ps__cons__border{
    margin-top: var(--space-between);
    /*
    border-top: 60px solid #F74C32;
    border-image: url(img/conslinetop.png) 50 stretch;
    border-bottom: 60px solid #F74C32;
    border-image: url(img/conslinetop\ –\ копія.png) 50 stretch;
    */
    border-left: none;
    border-right: none;
}
.ps__cons__wrapper{
    background-color: var(--main-color);
    display: flex;
    align-items: center;
}
.ps__cons__border::after{
    content: '';
    width: 100%;
    height: 75px;
    background: url(img/conslinetop\ –\ копія.png) no-repeat;
    display: block;
}
.ps__cons__border::before{
    content: '';
    width: 100%;
    height: 60px;
    background: url(img/conslinetop.png) no-repeat;
    display: block;
}
.plants img{
    width: 60%;
}
.ps__right__plant{
    display: flex;
    justify-content: flex-end;
}
.ps__cons__inner{
    display: flex;
    flex-direction: row;
    column-gap: 30px;
}
.ps__cons__cards{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.ps__cons__image{
    display: flex;
    align-items: flex-end;
}
.ps__cons__image img{
    width: 185%;
}
.ps__cons__card{
    background-color: #fff;
    border-radius: 15px;
}
.ps__cons__card__inner{
    padding: 40px 0px;
    display: grid;
    grid-template-rows: 90px 1fr;
    row-gap: 10px;
}
.ps__cons__circle{
    width: 90px;
    height: 90px;
    background-color: #59632e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.ps__cons__circle img{
    width: 60%;
}
.ps__cons__text{
    width: 75%;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}
.ps__cons__text p{
    margin-top: 0;
    font-size: 14px;
}
.ps__cons__title{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.ps__cons__but{
    margin: auto;
    width: 75%;
    padding: 8px 0px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 14px;
    border: none;
    background-color: #f8a036;
}
/**/
.ps__temes__wrapper{
    width: 100%;
    margin-top: var(--space-between);
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.ps__temes__top,.ps__temes__bottom__inner{
    border-radius: 15px;
    border: solid 2px #aaac5c;
}
.ps__temes__top__inner,.ps__temes__bottom__main{
    padding: 20px;
}
.ps__temes__title{
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 0;
}
.ps__temes__top__inner p, .ps__temes__bottom__main p{
    margin-bottom: 0;
    font-size: 16px;
}
.ps__temes__bottom{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
.ps__temes__bottom__inner{
    display: flex;
    align-items: center;
}
/**/
.wrapper80{
    width: 85%;
    margin: auto;
}
.ps__sert__wrapper{
    margin-top: var(--space-between);
    background: url(img/sert__back.png) no-repeat;
    background-position: center;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ps__sert__inner{
    width: 83%;
    padding: 125px 30px;
}
.ps__sert__main{
    padding-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
}
.ps__sert__card img{
    width: 100%;
}
.ps__sert__sec img{
    width: 75%;
}
.ps__sert__card{
    display: flex;
    align-items: center;
    justify-content: center;
}
.ps__sert__title{
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}
/**/
.footer{
    margin-top: var(--space-between);
    background-color: var(--main-color);
}
.ps__form__wrapper__back{
    background: url(img/header__left__img.png) no-repeat;
    background-position-y: top;
    background-size: 100%;
}
.ps__form__inner__back{
    background: url(img/header__right__img.png) no-repeat;
    background-position-y: top;
    background-size: 100%;
}
.ps__form__main{
    padding: 70px 0;
    margin: auto;
}
.ps__form__main__inner{
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    column-gap: 40px;
}
.ps__form{
    background-color: #fff;
    border-radius: 15px;
}
.ps__form__check{
    display: flex;
    align-items: center;
    gap: 25px;
}
.ps__form__check p{
    margin: 0;
}
.ps__form__check a{
    color: #000;
}
.ps__form__check input{
    cursor: pointer;
    width: 25px;
    height: 25px;
}
.ps__form__image{
    background: url(img/pic2.png) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}
.ps__form__inner{
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    text-align: center;
    text-transform: uppercase;
}
.ps__form__inner p{
    margin-bottom: 0;
    font-weight: var(--bold-text);
    font-size: 17px;
}
.ps__form__inp{
    padding: 10px 5px;
    border-radius: 10px;
    border: solid 2px #aaac5c;
}
.ps__form__but{
    width: 45%;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    margin-top: 30px;
    padding: 15px 0;
    background-color: #f8a036;
    border-radius: 15px;
    border: none;
    cursor: pointer;
}
.ps__footer__wrapper{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.ps__footer__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ps__footer__cont{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    text-transform: uppercase;
}
.ps__footer__cont a{
    text-decoration: none;
    font-size: 14px;
    color: #000;
}
.ps__footer__cont__title{
    margin-bottom: 0;
    text-transform: uppercase;
}
.ps__footer__bio{
    display: flex;
    align-items: flex-end;
}
.ps__footer__bio p{
    color: #fff;
    font-size: 16px;
    font-weight: var(--bold-text)
}
.ps__footer__logo{
    text-align: center;
}
.ps__footer__logo img{
    width: 20%;
}
/**/ 
.wrapper75{
    width: 75%;
    margin: auto;
}
/**/
.sliderWar{
    margin-top: var(--space-between);
    overflow: hidden;
}
.slider__inner{
    display: flex;
    transition: all .6s;
}
.wrap__four__slides{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
}
.ps__reviews__card{
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: solid 2px #aaac5c;
} 
.ps__reviews__card__inner{
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.ps__reviews__circle{ 
    width: 95px;
    height: 95px;
    margin: auto; 
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.ps__reviews__circle img{
    width: 100%;
}
.ps__reviews__card__inner p{
    margin: auto;
    font-size: 14px;
    font-weight:var(--bold-text);
}
.slider__dot{ 
    width: 10px; 
    height: 10px; 
    border-radius: 50%; 
    border: solid 2px #f8a036; 
    cursor: pointer;
} 
.slider__dot.active{
    background-color: #f8a036;
}
.dop{
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.slider__title{
    text-transform: uppercase;
    margin-top: 0;
    font-size: 28px;
}
.slider__dots{
    display: flex;
    column-gap: 5px;
}
.slider__arrow{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.ps__footer__social{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}
.ps__footer__social > a > img{
    width: 25px;
} 
.copyright{
    text-align: center;
    margin-top: 0;
}
.copyright > a{
    color: #000;
}
.lightbox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 10000;
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
}
.lightbox.active{
    display: flex;
}
.lightbox__img{
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.6);
}
.lightbox__close{
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    line-height: 1;
    user-select: none;
}
.ps__sert__card img{
    cursor: zoom-in;
}
.ps__form__honeypot{
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    pointer-events: none;
    tab-index: -1;
}
.ps__form__message{
    min-height: 20px;
    margin-top: 10px;
    font-size: 15px;
}
.ps__form__message--ok{
    color: #3a7a3a;
}
.ps__form__message--err{
    color: #c0392b;
}