@charset "UTF-8";

/* CSS Document */
/*
Theme Name: Сибирская земля
Version:1.956
Description: sibzem
Author:Laika
Author URI:http://laikaweb.ru/
*/


/* fonts start */

@font-face {
    font-family: 'Klein';
    src: url('fonts/Klein-Bold.eot');
    src: local('Klein Bold'), local('Klein Bold'),
        url('fonts/Klein-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Klein-Bold.woff2') format('woff2'),
        url('fonts/Klein-Bold.woff') format('woff'),
        url('fonts/Klein-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Klein';
    src: url('fonts/Klein-Medium.eot');
    src: local('Klein Medium'), local('Klein Medium'),
        url('fonts/Klein-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Klein-Medium.woff2') format('woff2'),
        url('fonts/Klein-Medium.woff') format('woff'),
        url('fonts/Klein-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Klein';
    src: url('fonts/Klein-Regular.eot');
    src: local('Klein Regular'), local('Klein-Regular'),
        url('fonts/Klein-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Klein-Regular.woff2') format('woff2'),
        url('fonts/Klein-Regular.woff') format('woff'),
        url('fonts/Klein-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Klein';
    src: url('fonts/Klein-Book.eot');
    src: local('Klein Book'), local('Klein Book'),
        url('fonts/Klein-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Klein-Book.woff2') format('woff2'),
        url('fonts/Klein-Book.woff') format('woff'),
        url('fonts/Klein-Book.ttf') format('truetype');
    font-weight: 350;
    font-style: normal;
}

/* fonts end */

body {
    font-family: 'Klein';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #414141;
    background: #FFFFFF;
}

main {
    padding-top: 160px;
}

/* header start */

header {
    position: fixed;
    width: 100%;
    z-index: 950;
    background: #FFFFFF;
}

.header-box {
    max-width: max-content;
    max-height: max-content;
}

.logo-link {
    max-width: fit-content;
}

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

.header-items.mn-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: flex-start; */
    /* padding: 15px 18px; */
    padding: 0px;
    gap: 44px;
    background: none;
    border-radius: 0px 0px 0px 0px;
    list-style: none;
}


.header-item {
    display: inline;
}

.header-item .header-link {
    font-weight: 500;

    line-height: 150%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.phone-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #414141;
    text-decoration: none;
    transition: .3s ease;
    padding-top: 15px;
}

.phone-link:hover {
    color: #419E4D;
}

/* burger meny style start */

.burger-wrapper {
    cursor: pointer;
}

#meny {
    background: #419E4D;
    color: #414141;
    width: 100%;
    height: fit-content;
    position: fixed;
    right: 0;
    transition-timing-function: cubic-bezier(10, 2, 3, 1);
    transform: translatey(-100rem);
    top: 0;

    padding-bottom: 30px;
    padding-top: 80px;

    transition: .8s ease;
    z-index: 1000;
}

#menyAvPaa {
    display: none;
}

.menu-text {
    padding: 0 12px;
    padding-top: 0px;
    overflow-y: scroll;
}

.menu-text::-webkit-scrollbar {
    width: 0;
}

#menyAvPaa:checked~#meny {
    transform: translateX(0rem);
}

#burger {
    cursor: pointer;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF00;
    position: relative;
    z-index: 1059;

    border: none !important;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#burger span {
    width: 30px;
    height: 1.1rem;
    background-color: #00000000;
    right: 0rem;
    top: 0rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#burger span div {
    height: 2px;
    background-color: #1B1B1B;
    transition: .5s;
    z-index: 1059;
}

#burger span div {
    background-color: #414141;
}

#burger.active span div:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
    width: 30px;
    background-color: #FFFFFF;
}

#burger.active span div:nth-child(2) {
    opacity: 0;
}

#burger.active span div:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
    width: 30px;
    background-color: #FFFFFF;
}

#meny.active {
    transform: translatey(0rem);
}

.sm-menu {
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.sm-menu .header-item {
    margin: 0 0 0px 0;
}

.sm-menu .header-item:last-child {
    margin: 0;
}

.sm-menu .phone-link {
    color: #FFFFFF;
    font-size: 18px;
    padding-top: 0;
}

/* burger meny style end */

.header-footer {
    background: #459d51;
    text-align: center;
    justify-content: center;
    padding: 14px;
    margin-top: 15px;
}

.header-footer .header-link {
    color: #fff;
    padding: 16px 32px;
    transition: .3s;
}

.header-footer .header-link:hover {
    background: #F2BD56;
    color: #fff;
}



.header-footer .header-items {
    list-style: none;
    display: block;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    color: #fff;
}

#meny .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
}

#meny .sm-menu {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}


#meny .header-text {
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-size: 24px;
}

#meny .header-item {
    margin-bottom: 10px;
}

#meny .header-link {
    font-size: 17px;

}

/* header end */



/* main style start*/

.intro .container {
    /* background-image: url(img/intro.png); */
    /* background-image: url(img/sibzem-intro-bg.png);
    background-repeat: no-repeat;
    background-position: right; */
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    max-height: 56vh;
    min-height: 440px;
}

.intro .container::after {
    content: '';
    display: block;
    width: 100%;
    height: 476.42px;
    background-image: url(img/intro-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.intro .container .row {
    position: absolute;
    bottom: 40px;
    right: 20%;
}

@media(max-width:1400px) {
    .intro .container::after {
        width: 100%;
        height: 470px;
    }

    .intro .container .row {
        right: 15%;
    }
}

@media(max-width:1200px) {
    .intro .container::after {
        width: 100%;
        height: 444.42px;
        background-position: top;
        background-size: contain;
    }
}

@media(max-width:992px) {
    .intro .container {
        flex-direction: column-reverse;
        max-height: initial;
        min-height: initial;
    }

    .intro .container .row {
        bottom: 0;
    }

    .intro .container::after {
        width: 100%;
        height: 350px;
        background-position: top;
        background-size: contain;
        position: unset;
        margin-top: 0px;
    }

    .intro-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media(max-width:768px) {
    .intro .container .row {
        position: unset;
        width: 100%;
    }

    .intro .container::after {
        height: 258px;
        margin-top: -24px;
    }
}

@media(max-width:576px) {
    .intro .container::after {
        height: 190px;
        margin-top: 0px;
    }
}

@media(max-width:414px) {
    .intro .container::after {
        height: 182px;
        margin-top: 0;
    }

    .intro-content {
        padding-top: 10px;
        padding-bottom: 50px;
    }
}

.box {
    display: flex;
    flex-wrap: wrap;
}

.title {
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    letter-spacing: 0.04em;
}

.subtitle-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.intro-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: start;
}

.text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
}

.btn {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 32px;
    gap: 10px;
    color: #FFFFFF;
    background: #419E4D;
    border-radius: 10px;
    border: none;
    width: fit-content;
}

.btn:hover {
    background: #F2BD56;
    color: #FFFFFF;
    border: none;
}

.btn:active,
.btn:focus {
    background: #E3A14A;
    color: #FFFFFF;
    border: none;
}

.link {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0px 13px 16px;
    gap: 12px;
    isolation: isolate;
    transition: .3s all ease;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #414141;
    position: relative;
    transition: all .3s ease;
}

.link::after {
    content: " ";
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0px;
    top: calc(50% - 35px/2 - 1px);
    background: #B1D6B6;
    border-radius: 50%;
    z-index: -1;
    transition: all .3s ease;
}


.link::before {
    content: " ";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='10' viewBox='0 0 20 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8242 0.230508C14.6406 0.316445 14.4766 0.480508 14.418 0.636758C14.3594 0.793008 14.3633 1.11332 14.4297 1.26176C14.4609 1.33207 15.1094 2.01176 15.8945 2.79301L17.3047 4.19926L8.91797 4.21879L0.527344 4.23832L0.378906 4.33207C0.296875 4.38285 0.183594 4.49613 0.125 4.58207C0.0351562 4.71488 0.0195312 4.78519 0.0195312 5.00004C0.0195312 5.21488 0.0351562 5.28519 0.125 5.41801C0.183594 5.50394 0.296875 5.61723 0.378906 5.66801L0.527344 5.76176L8.91797 5.78129L17.3047 5.80082L15.8945 7.20707C15.1094 7.98832 14.4609 8.66801 14.4297 8.73832C14.3633 8.88676 14.3594 9.20707 14.418 9.36332C14.5586 9.74223 15.0703 9.94535 15.4375 9.77348C15.6055 9.69535 19.75 5.62504 19.8906 5.39848C20.0234 5.18363 20.0195 4.79691 19.8789 4.58598C19.7148 4.33988 15.6055 0.304727 15.4375 0.226602C15.25 0.136758 15.0195 0.140664 14.8242 0.230508Z' fill='%23414141'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 10px;
    right: -32px;
    transition: all .3s ease;
}

.link:hover,
.sp-link:hover .link {
    color: #414141;
}

.link:hover::after,
.sp-link:hover .link::after {
    background: #E7F3E9;
}

.sp-link:hover .link::after {
    background: #f5bd74;
}

.link:hover::before,
.sp-link:hover .link::before {
    right: -35px;
}

.link:active,
.link:focus,
.sp-link:active .link,
.sp-link:focus .link {
    color: #419E4D;
}

.link:active::after,
.link:focus::after,
.sp-link:active .link::after,
.sp-link:focus .link::after {
    background: #E3A14A;
}

.link:active::before,
.link:focus::before,
.sp-link:active .link::after,
.sp-link:focus .link::before {
    right: -40px;
}

.benefits {
    position: relative;
}

.bf-tiems {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    gap: 20px;
    background: #419E4D;
    border-radius: 24px;
    margin-bottom: 0;
}

.bf-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bf-item .text {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 10px;
}

.services {
    background: #E7F3E9;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.6' clip-path='url(%23clip0_22_167)'%3E%3Cpath d='M48.7303 0.273438C47.9295 0.625 47.1092 1.62109 46.9725 2.40234C46.9139 2.75391 46.8749 5.41016 46.9139 8.33984C46.9725 13.3398 46.992 13.6719 47.3827 14.1797C48.1444 15.2148 48.7694 15.5273 49.9999 15.5273C51.2303 15.5273 51.8553 15.2148 52.617 14.1797C53.0077 13.6719 53.0272 13.3984 53.0272 7.8125C53.0272 2.22656 53.0077 1.95312 52.617 1.44531C52.4022 1.15234 51.992 0.722656 51.7186 0.527344C51.0741 0.0390625 49.5116 -0.0976562 48.7303 0.273438Z' fill='%23B1D6B6'/%3E%3Cpath d='M83.086 12.8125C82.7539 12.9688 80.8008 14.8047 78.75 16.8555C74.7461 20.8985 74.5899 21.1524 74.9024 22.793C75.0782 23.75 76.25 24.9219 77.2071 25.0977C78.8477 25.4102 79.1016 25.2539 83.1446 21.25C85.2149 19.1992 87.0313 17.2266 87.2071 16.875C88.418 14.3164 85.625 11.5625 83.086 12.8125Z' fill='%23B1D6B6'/%3E%3Cpath d='M15.9374 13.8672C15.1171 14.1211 14.082 15.1953 13.8476 16.0547C13.4374 17.6172 13.7304 18.086 17.832 22.2461C19.9023 24.3164 21.8554 26.1328 22.207 26.2891C24.7265 27.3828 27.3241 24.9024 26.3671 22.3242C26.0546 21.5235 19.0234 14.4922 18.0663 14.043C17.207 13.6524 16.7968 13.6133 15.9374 13.8672Z' fill='%23B1D6B6'/%3E%3Cpath d='M47.168 21.9922C40.8789 22.9492 36.9922 24.5312 32.7148 27.8516C27.3242 32.0312 23.5742 38.1836 22.3242 44.9805C21.8555 47.4414 21.8555 52.5586 22.3242 55.0195C24.4531 66.543 33.457 75.5469 44.9805 77.6758C47.4414 78.1445 52.5586 78.1445 55.0195 77.6758C65.1367 75.8008 73.3984 68.6523 76.6406 58.9258C77.7148 55.7422 78.0078 53.7305 78.0078 50C78.0078 46.2695 77.7148 44.2578 76.6406 41.0742C73.3984 31.4062 65.0977 24.1602 55.1367 22.3438C53.457 22.0508 48.3398 21.8164 47.168 21.9922Z' fill='%23B1D6B6'/%3E%3Cpath d='M1.85543 47.1484C0.54684 47.7148 -0.195348 49.2187 0.0780898 50.6836C0.253871 51.6015 1.23043 52.6758 2.10934 52.9492C2.57809 53.0664 4.76559 53.125 8.24215 53.0859C13.3398 53.0273 13.6718 53.0078 14.1797 52.6172C15.2148 51.8554 15.5273 51.2304 15.5273 50C15.5273 48.7695 15.2148 48.1445 14.1797 47.3828C13.6718 46.9922 13.3593 46.9726 8.04684 46.9336C3.69137 46.8945 2.30465 46.9336 1.85543 47.1484Z' fill='%23B1D6B6'/%3E%3Cpath d='M86.2304 47.1484C84.9218 47.7148 84.1797 49.2187 84.4531 50.6836C84.6289 51.6015 85.6054 52.6758 86.4843 52.9492C86.9531 53.0664 89.1406 53.125 92.6172 53.0859C97.7148 53.0273 98.0468 53.0078 98.5547 52.6172C99.5898 51.8554 99.9023 51.2304 99.9023 50C99.9023 48.7695 99.5898 48.1445 98.5547 47.3828C98.0468 46.9922 97.7343 46.9726 92.4218 46.9336C88.0664 46.8945 86.6797 46.9336 86.2304 47.1484Z' fill='%23B1D6B6'/%3E%3Cpath d='M24.7069 71.6602C23.7109 71.9141 23.4374 72.1289 19.6874 75.918C16.621 79.0039 16.0155 79.7266 15.8398 80.4102C15.2148 82.7148 17.3632 84.8438 19.6288 84.1797C20.2538 84.0039 21.1523 83.2031 24.2577 80.1172C28.4374 75.9375 28.6913 75.5469 28.3202 73.9453C28.1249 73.0664 27.1288 71.9531 26.3866 71.7773C26.1132 71.7188 25.7421 71.6406 25.5859 71.6016C25.4296 71.5625 25.039 71.582 24.7069 71.6602Z' fill='%23B1D6B6'/%3E%3Cpath d='M74.9804 73.8672C73.6328 74.6289 73.0859 76.3477 73.7109 77.793C73.8671 78.1445 75.6835 80.0977 77.7539 82.168C80.957 85.3125 81.6796 85.9375 82.3828 86.1328C84.6289 86.7187 86.7187 84.6289 86.1132 82.3633C85.9375 81.6797 85.3125 80.9375 82.1679 77.7539C80.0976 75.6836 78.1445 73.8672 77.7929 73.7109C76.8945 73.3203 75.8007 73.3789 74.9804 73.8672Z' fill='%23B1D6B6'/%3E%3Cpath d='M48.7303 84.6484C47.9295 85 47.1092 85.9961 46.9725 86.7773C46.9139 87.1289 46.8749 89.7852 46.9139 92.7148C46.9725 97.7148 46.992 98.0469 47.3827 98.5547C48.1444 99.5898 48.7694 99.9023 49.9999 99.9023C51.2303 99.9023 51.8553 99.5898 52.617 98.5547C53.0077 98.0469 53.0272 97.7734 53.0272 92.1875C53.0272 86.6016 53.0077 86.3281 52.617 85.8203C52.4022 85.5273 51.992 85.0977 51.7186 84.9023C51.0741 84.4141 49.5116 84.2773 48.7303 84.6484Z' fill='%23B1D6B6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_22_167'%3E%3Crect width='100' height='100' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10% top 20%;
}

.serv-pic-slider {
    width: 470px;
    height: max-content;
    padding-right: 0;

}

.serv-pic-slider .slick-track {
    padding: 20px 0;
}

.serv-pic-item {
    width: 470px;
    height: 440px;
    background: #419E4D;
    border-radius: 30px;
}

.serv-pic-item img {
    position: relative;
    width: 100%;
    border-radius: 30px;
    padding: 0 0 12px 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serv-text-box {
    margin-left: 4rem;
    padding-top: 4rem;
}

.slider-box {
    position: absolute;
    right: 0;
    bottom: 25%;
}

.serv-text-item {
    /*display: flex;
    flex-wrap: wrap; */
    align-items: center;
    padding: 0px 20px;
    gap: 30px;
    width: 380px;
    min-height: 140px;
    background: #FFFFFF;
    border-radius: 15px;
    margin-left: 40px;
}

.slide-num {
    font-weight: 500;
    font-size: 64px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    width: fit-content;
    color: #419E4D;
    margin-bottom: 0;
}

.slide-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0.01em;
    margin-bottom: 0;
}

/* .serv-text-slider .slick-active,  .serv-text-slider .slick-active .slide-num{
    background: #E3A14A;
    color: #FFFFFF;
} */

.slide-btn {
    background: none;
    height: 32px;
    width: fit-content;
}

/*
.about-us {
    background:#E7F3E9;
}*/

.benf-info-box {
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-columns: 310px 310px 310px;
    grid-template-rows: 310px;
    gap: 0 33px;
}

.benf-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 26px 30px;
    background: #419E4D;
    border-radius: 15px;
}

.benf-item:first-child {
    margin-left: 0;
}

/* .benf-item::before {
    content: '';
    position: absolute;
    width: 460px;
    height: 345px;
    background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 460 345' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse rx='235.011' ry='164.637' transform='matrix(0.915303 0.402765 -0.486229 0.873832 230.157 172.519)' fill='%23419E4D'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    border-radius: 20%;
    z-index: 1;
} */

.benf-item .text-box {
    z-index: 2;
    padding-left: 0px;
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.about-us .text {
    font-size: 20px;
}

.benf-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* or 27px */

    letter-spacing: 0.01em;

    color: #FFFFFF;
    text-align: center;
    width: 100%;
    padding: 0 !important;
    margin: 0;
    margin-top: 15px;
}

.svg-card-box-benf {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.benf-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */

    letter-spacing: 0.01em;

    color: #FFFFFF;
}

.photos {
    background: #E7F3E9;
}

.photos .title-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: start;
    justify-content: center;
}

.photos .ph-lg-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.title-box .title {
    font-weight: 700;
    font-size: 35px;
    line-height: 120%;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
}

.ph-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px 20px;
    grid-auto-flow: row;
    grid-template-areas:
        "sm1 sm2 lg lg sm5"
        "sm3 sm4 lg lg sm6";
    justify-content: space-between;
}

.ph-sm-item:nth-child(1) {
    grid-area: sm1;
}

.ph-sm-item:nth-child(2) {
    grid-area: sm2;
}

.ph-sm-item:nth-child(3) {
    grid-area: sm3;
}

.ph-sm-item:nth-child(4) {
    grid-area: sm4;
}

.ph-lg-item {
    grid-area: lg;
}

.ph-sm-item:nth-child(5) {
    grid-area: sm5;
}

.ph-sm-item:nth-child(6) {
    grid-area: sm6;
}

.ph-items img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .7s ease;
}

.zoom-img {
    overflow: hidden;
    border-radius: 20px;
}

.zoom-img img {
    transition: all .7s ease;
}

.zoom-img img:hover {
    transform: scale(1.1);
}

.callback {
    background: #E7F3E9;
    background-image: url(img/callback-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.form-control {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #414141;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #FFFFFF;
    appearance: none;
    border-radius: 7px;

}

.form-control:focus {
    color: #212529 !important;
    background-color: #fff !important;
    border-color: #419E4D;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
}

.form-control::placeholder {
    color: #A9C9AD !important;
    transition: .3s ease;
}

.form-control:hover::placeholder {
    color: #A9C9AD;
}

.form-check {
    display: flex;
    align-items: flex-start;
}

.form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 2px;
}

.form-check-label {
    width: 100%;
    font-weight: 350;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #414141;
}

.form-check-input:checked {
    background-color: #419E4D;
    border-color: #419E4D;
    width: 18px;
    height: 18px;
    border-radius: 2px;
}

.form-check-input:focus {
    border-color: #419E4D;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #419e4d80;
}

.footer {
    background: #419E4D;
    border-radius: 0px;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem #419e4d80 !important;
    opacity: 1;
}

.footer-items {
    list-style: none;
    margin-top: 15px;
    margin-left: 70px;
}

.footer-items:last-child {
    margin-left: 0;
}

.footer-item {
    margin-bottom: 13px;
}

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

.footer-item .header-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}

.phone-footer-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 15px;
}

.phone-footer-link:hover {
    color: #FFFFFF;
}

.media-link {
    margin-right: 20px;
}

.media-link:last-child {
    margin-right: 0px;
}

.footer-text {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding-top: 10px;
}

.footer-text:hover {
    color: #FFFFFF;
}

.modal-header {
    border-bottom: 0px solid #E7F3E9;
}

.modal-footer {
    border-top: 0px solid #E7F3E9;
}

.modal {
    --bs-modal-bg: #E7F3E9;
    z-index: 9999;
}

.modal-sm {
    --bs-modal-width: 380px;
}

.modal-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.03em;
    text-align: center;
    color: #414141;
}

/* about company page style start */


.team-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 20px;
    grid-auto-flow: row;
    grid-template-areas: "sm1 sm2 sm3 sm4";
    justify-content: space-between;
    align-items: flex-start;
}

.team-item:nth-child(1) {
    grid-area: sm1;
}

.team-item:nth-child(2) {
    grid-area: sm2;
}

.team-item:nth-child(3) {
    grid-area: sm3;
}

.team-item:nth-child(4) {
    grid-area: sm4;
}

.team-items img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

.team-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team-pic {
    border-radius: 35px;
    height: auto;
}

.team-pic img {
    top: 0;
    right: 0;
}

.card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    margin-top: 24px;
}

.card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    letter-spacing: 0.01em;
    margin-top: 10px;
}

.sert-item {
    padding: 10px;
    border-radius: 0;
}

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

.license .slick-prev,
.license .slick-next {
    top: 110%;
}

.license .slick-prev {
    right: 62px;
}

.license .slick-next {
    right: 12px;
}

/* about company page style end */

/* contact page style start */
.map-box iframe {
    border-radius: 30px;
}

.info-box {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    padding: 12px;
}

.info-box p {
    margin-bottom: 2px;
}

/* contact page style end */

/* services page style start */

.sp-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 190px auto;
    gap: 30px 30px;
    /* grid-auto-flow: row;
    grid-template-areas:
      "sp1 sp2 sp3"
      "sp4 sp5 sp6"; */
}

/* .sp-item:nth-child(1) { grid-area: sp1; }
.sp-item:nth-child(2) { grid-area: sp2; }
.sp-item:nth-child(3) { grid-area: sp3; }
.sp-item:nth-child(4) { grid-area: sp4; }
.sp-item:nth-child(5) { grid-area: sp5; }
.sp-item:nth-child(6) { grid-area: sp6; } */

.sp-item-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    background: #E7F3E9;
    border-radius: 15px;
}

.sp-item-text-box {
    padding: 20px 40px 20px;
    gap: 30px;
    width: 100%;
}

.sp-item-wrapper .box {
    width: 100%;
    justify-content: flex-end;
    padding-right: 32px;
}

.sp-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.sp-num {
    font-weight: 500;
    font-size: 64px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #419E4D;
    margin-bottom: 0;
}

.sp-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0.01em;
    color: #414141;
    margin-bottom: 0;
    margin-left: 0 !important;
}

/* services page style end */

/* not found page style start */
@media(max-width:768px) {
    .sp-items {
        grid-template-columns: 1fr;
    }
}

@media(max-width:576px) {
    .sp-item-wrapper {
        padding: 10px 20px 10px;
    }

    .sp-num {
        font-size: 42px;
        line-height: 130%;
    }

    .sp-text {
        font-size: 16px;
        line-height: 125%;
    }

    .sp-item-wrapper .box {
        margin-top: 12px;
    }

    .sp-item-wrapper .box .link {
        margin-bottom: 0 !important;
    }
}

.not-found {
    height: 70vh;
    display: flex;
    align-items: center;
}

.nt-title {
    font-weight: 700;
    font-size: 72px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #419E4D;
}

.nt-subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #419E4D;
}

.nt-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #242424;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

.form-check-input[type=checkbox] {
    margin-left: 0;
}

.form-link {
    color: #419E4D;
    text-decoration: none;
    transition: all .5s ease;
}

.form-link:hover {
    color: #419E4D;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: #FFFFFF;
    pointer-events: none;
    border-color: none;
    opacity: 1;
    background-color: #B1D6B6;
    border-radius: 10px;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 0px;
    position: absolute;
    top: 25%;
    right: 3%;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}

.price-block:last-child {
    border-radius: 0 0 20px 20px;
}

.price-text {
    margin-bottom: 0;
}

.footer {
    position: relative;
}

.footer::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #E7F3E9;
    z-index: -1;
}

.page-content p {
    font-size: 20px;
    line-height: 150%;
}

.page-content li {
    font-size: 20px;
    line-height: 150%;
}

.callback .wpcf7 form .wpcf7-response-output {
    text-align: center;
}

.new-about-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    /* or 24px */

    letter-spacing: 0.01em;

    color: #414141;
    margin-bottom: 0;
}

.new-about-text span {
    font-weight: 500;
}

.text-btn {
    color: #419E4D;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    /* identical to box height, or 24px */

    letter-spacing: 0.01em;

    color: #419E4D;
    background: none;
    border: none;
    padding: 0;
}

.new_ab_text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
}

.serv-text-item {
    text-decoration: none;
    color: #1B1B1B;
}

.serv-text-item:hover p {
    text-decoration: none;
    color: #419E4D;
}

.serv-text-item p {
    transition: all 0.3s ease;
}

.price-block {
    text-decoration: none;
}

.price-block p {
    transition: all .3s ease;
}

.price-link p:first-child {
    display: flex;
    flex-direction: column;
    position: relative;
}

.price-link p:first-child {
    text-decoration: underline;
    line-height: 150%;
    text-decoration-color: #1B1B1B;
    text-decoration-skip-ink: none;
    text-underline-offset: 6px;
    transition: all .1s ease;
}

.price-link:hover p:first-child {
    text-decoration-color: #419E4D;
    color: #419E4D;
}

.service-img {
    width: 190px;
    height: 190px;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.sp-item .img-box {
    width: 190px;
    height: 190px;
}

.news-single-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;

    letter-spacing: 0.01em;
}

.news-single-content img {
    border-radius: 15px;
}

.news-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px 30px;
}

.news-card .sp-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    transition: all .3s ease;
}

.news-card:hover .sp-item-wrapper {
    border: 1px solid #419E4D;
}

.news-card .service-img {
    width: 100%;
    height: 270px;
}

.news-card .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.news-card .img-box {
    width: 100%;
}

.news-card .sp-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.news-card .sp-item-text-box {
    padding: 20px 20px 20px;
    gap: 30px;
    width: 100%;
}

/* not found page style end

/* main style end */

@media (max-width: 1400px) {}

@media (max-width: 1200px) {
    .benf-item {
        padding: 25px 25px;
    }

    .benf-subtitle {
        font-size: 16px;
        padding-left: 20px;
    }

    .benf-info-box {
        grid-template-columns: repeat(3, 250px);
        grid-template-rows: 250px;
        gap: 0 24px;
    }

    .sp-items {
        grid-template-columns: 1fr;
    }

    #meny .container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 12px;
    }
}

@media (max-width: 992px) {

    /* .intro .container {
        background-image: url(img/intro-sm.png);
        background-position: bottom right;
        background-size: 60%;
        align-items: flex-start;
        height: 40vh;
    } */
    .footer-items {
        list-style: none;
        margin-top: 15px;
        margin-left: 0px;
        padding-left: 15px;
    }

    .footer-nav {
        align-items: flex-start;
    }

    .footer-text {
        font-size: 14px;
    }

    .team-items {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 30px 20px;
        grid-template-areas:
            "sm1 sm2"
            "sm3 sm4";
    }

    #meny .container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 12px;
    }

    .card-title {
        font-size: 20px;
    }

    .card-text {
        font-size: 16px;
    }

    .map-box iframe {
        border-radius: 15px;
    }

    .benf-item {
        padding: 20px 12px;
    }

    .benf-subtitle {
        font-size: 14px;
        padding-left: 10px;
    }

    .benf-info-box {
        grid-template-columns: repeat(3, 200px);
        grid-template-rows: 200px;
        gap: 0 18px;
    }

    .svg-about-box svg {
        height: 52px;
        width: auto;
    }

    #meny .header-link {
        font-size: 15px;
    }

    #meny .header-text {
        font-weight: 800;
        color: #FFFFFF;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .news-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
        gap: 18px;
    }
}

@media (max-width: 767.98px) {
    .bf-tiems {
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    /* .intro .container {
        background-image: url(img/intro-mobile.jpg);
        background-position: top right;
        background-size: 70%;
        align-items: flex-end;
    }
    .intro .container {
        height: 700px;
        background-size: 100%;
        margin-bottom: 40px;
    } */

    .intro-title {
        font-size: 28px;
        line-height: 40px;
        letter-spacing: -0.02em;
        text-align: start;
    }

    #meny .container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0px;
    }

    #meny .header-link {
        font-size: 14px;
    }

    #meny .header-text {
        font-weight: 800;
        color: #FFFFFF;
        margin-bottom: 15px;
        font-size: 18px;
    }

    .benefits .container {
        padding: 0;
    }

    .benf-item {
        padding: 25px 37px;
    }

    .benf-subtitle {
        font-size: 16px;
        padding-left: 30px;
    }

    .benf-info-box {
        grid-template-columns: 1fr;
        gap: 18px 0px;
    }

    .svg-about-box svg {
        height: 72px;
        width: 76px;
    }

    .services {
        background-image: none;
    }

    .ph-items {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 20px 20px;
        grid-auto-flow: row;
        grid-template-areas:
            "sm1 sm2"
            "sm3 sm4"
            "lg lg"
            "lg lg"
            "sm5 sm6";
        justify-content: space-between;
    }

    .form-check {
        align-items: flex-start;
    }

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

    .callback {
        background-image: url(img/callback-bg-sm.png);
    }

    .title {
        font-size: 24px;
        line-height: 120%;
        text-align: center;
        letter-spacing: 0.04em;
    }

    .footer-items:first-child {
        padding: 0;
    }

    .title-box .title {
        font-size: 24px;
    }

    .sp-items {
        display: grid;
        grid-template-rows: inherit;
        gap: 24px 12px;
        grid-auto-flow: row;
    }

    .footer-text {
        text-align: left;
    }

    .photos .title-box .title {
        width: 100%;
    }

    .sp-items {
        grid-template-columns: 1fr 1fr !important;
    }

    .sp-item-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        background: #E7F3E9;
        height: 100%;
        border-radius: 15px;
        padding: 0px 0px 10px;
    }

    .sp-item-text-box {
        padding: 10px;
        gap: 30px;
        width: 100%;
    }

    .sp-text {
        font-size: 14px;
        line-height: 125%;
    }

    .service-img {
        width: 100%;
        height: 190px;
    }

    .sp-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0px;
    }

    .sp-item-text-box {
        padding: 15px 12px 10px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .service-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-top-left-radius: inherit;
        border-bottom-left-radius: inherit;
        border-radius: 15px;
    }

    .intro {
        padding-top: 0 !important;
    }

    .header-footer .header-items {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin-bottom: 0;
        padding: 0;
        color: #fff;
    }

    .header-footer .header-item {
        display: flex;
    }

    .header-footer .header-link {
        color: #fff;
        font-size: 14px;
        padding: 16px 32px !important;
        transition: .3s;
    }

    .header-footer {
        background: #459d51;
        text-align: center;
        justify-content: center;
        padding: 0px !important;
        margin-top: 15px;
    }

    .news-items {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        gap: 24px;
    }
}

@media (max-width: 390px) {
    .service-img {
        width: 100%;
        height: 175px;
    }
}


/* custom style start*/
.pos-fix {
    position: fixed;
}

.pos-abs {
    position: absolute;
}

.pos-rel {
    position: relative;
}

/*
.disp-xl-none {
    display: none;
}
.disp-xl-flex {
    display: flex; 
}
.disp-lg-none {
    display: none;
}
.disp-lg-flex {
    display: flex; 
}
.disp-md-none {
    display: none;
}
.disp-md-flex {
    display: flex;
}
.disp-sm-flex {
    display: flex;
}
.disp-sm-none {
    display: none;
}
*/

.disp-xl-flex {
    display: none;
}

.disp-lg-flex {
    display: none;
}

.disp-md-flex {
    display: none;
}

.disp-sm-flex {
    display: none;
}

.py-130 {
    padding: 130px 0;
}

.py-100 {
    padding: 100px 0;
}

.pt-130 {
    padding-top: 130px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pe-40 {
    padding-right: 45px;
}

.px-12 {
    padding: 0 12px;
}

.ps-12 {
    padding: 0 0 0 12px;
}

.pe-12 {
    padding: 0 12px 0 0;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mx-12 {
    margin: 0 12px;
}

/* project colors start */

/* text colors */
.cl-gray {
    color: #414141;
}

.cl-white {
    color: #FFFFFF;
}

.cl-green {
    color: #419E4D;
}

.cl-light-green {
    color: #A9C9AD;
}

/* background colors*/
.bg-gray {
    background-color: #414141;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-green {
    background-color: #419E4D;
}

.bg-light-green {
    background: #E7F3E9;
}

.bg-orange {
    background-color: #E3A14A;
}

.half-bg {
    background-image: linear-gradient(180deg, #FFFFFF 50%, #E7F3E9 50%);
}

.quat-bg {
    background-image: linear-gradient(180deg, #FFFFFF 75%, #E7F3E9 25%);
}

/* project colors end */

@media (max-width: 1400px) {
    .disp-xl-none {
        display: flex;
    }

    .header-items {
        gap: 30px;
    }

    /* .header-item {
        margin: 0 10px;
    } */
}

@media (max-width: 1200px) {
    .disp-lg-none {
        display: none;
    }

    .header-items {
        gap: 0px;
    }

    /* .header-item {
        margin: 0 10px;
    } */

}

@media (max-width: 992px) {
    .disp-md-none {
        display: none;
    }

    .disp-md-flex {
        display: flex;
    }

    .header-nav {
        align-items: center;
    }
}

@media (max-width: 769px) {
    main {
        padding-top: 170px;
    }

    .pb-100 {
        padding-bottom: 75px;
    }

    .py-100 {
        padding: 75px 0;
    }

    .pt-100 {
        padding-top: 75px;
    }

    .px-100 {
        padding: 0 75px;
    }

    .pt-50 {
        padding-top: 35px;
    }

    .pb-50 {
        padding-bottom: 35px;
    }

    .mb-50 {
        margin-bottom: 35px;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .pb-130 {
        padding-bottom: 64px;
    }

    .py-130 {
        padding: 64px 0;
    }

    .pt-130 {
        padding-top: 64px;
    }

    .serv-pic-slider {
        width: 370px;
    }

    .serv-text-box {
        margin-left: 20px;
    }

    .slider-box {
        bottom: 15%;
    }

    .slick-prev {
        right: 5rem;
    }

    .slick-next {
        right: 2rem;
    }

    .pt-m-0 {
        padding-top: 0;
    }

    .price-block {
        padding: 12px 20px;
    }

    .ac .ac-trigger {
        padding: 20px 20px;
    }
}

@media (max-width: 576px) {
    .pb-100 {
        padding-bottom: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .px-100 {
        padding: 0 50px;
    }

    .pt-50 {
        padding-top: 25px;
    }

    .pb-50 {
        padding-bottom: 25px;
    }

    .mb-50 {
        margin-bottom: 25px;
    }

    .m-sm-12 {
        margin: 0 12px;
    }

    .px-sm-12 {
        padding: 0 12px;
    }

    .disp-sm-none {
        display: none;
    }

    #burger {
        right: 0rem;
        top: 0rem;
    }

    .container-left {
        padding-left: 12px;
    }

    .serv-pic-slider {
        width: 100%;
        height: max-content;
        padding-right: 0;
        padding: 0 12px;
    }

    .serv-text-box {
        margin-left: 0px;
        padding: 0 12px;
    }

    .serv-text-item {
        /*display: flex;
        flex-wrap: wrap; */
        align-items: center;
        padding: 0px 20px;
        gap: 30px;
        width: 270px;
        height: 176px;
        background: #FFFFFF;
        border-radius: 15px;
        margin-left: 10px;
    }

    .serv-pic-item {
        height: 300px;
    }

    .serv-text-box .title {
        font-size: 24px;
        line-height: 120%;
        text-align: center;
        letter-spacing: 0.04em;
    }

    .serv-text-box .text {
        font-size: 14px;
        line-height: 130%;
        text-align: center;
        letter-spacing: 0.01em;
        margin-bottom: 40px;
    }

    .slider-box {
        position: relative;
        padding: 0 0 0 12px;
        bottom: 0;
    }

    .slick-prev {
        right: 62px;
    }

    .slick-next {
        right: 12px;
    }

    .disp-sm-flex {
        display: flex;
    }

    main {
        padding-top: 230px;
    }

    .intro {
        margin-top: -30px;
    }

}

/* custom style end */

@media(min-width: 576px) {
    .container-right {
        padding-left: calc((100% - 540px) / 2 + 12px);
    }
}

@media(min-width: 768px) {
    .container-right {
        padding-left: calc((100% - 720px) / 2 + 12px);
    }
}

@media(min-width: 992px) {
    .container-right {
        padding-left: calc((100% - 960px) / 2 + 12px);
    }
}

@media(min-width: 1200px) {
    .container-right {
        padding-left: calc((100% - 1140px) / 2 + 12px);
    }
}

@media(min-width: 1400px) {
    .container-right {
        padding-left: calc((100% - 1320px) / 2 + 12px);
        padding-right: 0;
    }
}

.sent-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.modal .wpcf7-form.sent .sent-info {
    display: none !important;
}

.modal .wpcf7 {
    width: 100% !important;
}

.modal .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 0 30px 0 !important;
    border: none;
    border-color: 0 !important;
    width: 100% !important;
    display: flex;
    position: relative;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0) !important;
}

/* FEEDS */
.feeds .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 40px;
}

.feeds .nav-tabs .nav-link {
    background: #FFFFFF;
    border: 1px solid #419E4D;
    padding: 10px 32px 13px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: .3s;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #419E4D;
    /* border-radius: 0px 10px 10px 0px; */
    border-radius: 0;
}

.feeds .nav-tabs .nav-link.active {
    background-color: #419E4D;
    color: #fff;
}

.feeds .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 10px 0px 0px 10px;
}

.feeds .nav-tabs .nav-item:last-child .nav-link {
    border-radius: 0px 10px 10px 0px;
}

@media(max-width:576px) {
    .feeds .nav-tabs .nav-link {
        font-size: 14px;
        padding: 6px 9px 6px;
    }
}

/* END */

/* DOP STYLES */
.btn-border {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 32px;
    gap: 10px;
    color: #419E4D;
    background: #fff;
    border: 1px solid #419E4D;
    border-radius: 10px;
    width: fit-content;
    transition: .3s;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    margin-top: 24px;
    font-weight: 600;
    margin-left: auto;
}

.btn-border:hover {
    background: #419E4D;
    color: #fff;
}

.ac .ac-panel,
.ac.is-active .ac-panel {
    background-color: #fff;
}

.feeds-box .sw-review-bottom a {
    /* display: none!important; */
    position: relative !important;
}

.feeds-box .sw-review-bottom a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #E7F3E9;
}

.page-id-22 .feeds-box .sw-review-bottom a::after {
    background-color: #fff;
}

/* END */
@media(max-width:460px) {
    .btn {
        padding: 8px 16px;
        font-size: 14px;
    }

    .link {
        font-size: 14px;
        padding: 5px 0px 6px 13px;
    }

    .link::after {
        width: 32px;
        height: 32px;
        top: calc(50% - 32px/2 - 1px);
    }

    .link::before {
        background-size: contain;
        width: 18px;
        height: 8px;
    }
}

/* SINGLE SERVICE */
.service-single {
    padding-bottom: 110px;
}

.service-single-content strong {
    display: block;
    font-family: 'Klein';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #414141;
    margin: 0;
    margin-top: 34px;
    margin-bottom: 15px;
}

.service-single-content>*:first-child strong {
    margin-top: 0;
}

.service-single-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #414141;
}

.service-single-content ol li,
.service-single-content ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.04em;
    color: #414141;
    margin-bottom: 9px;
}

.service-single-content ol li::marker,
.service-single-content ul li::marker {
    font-family: 'Klein';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #419E4D;
}

.service-single-price {
    background: #E7F3E9;
    border-radius: 15px;
    padding: 14px 29px 27px 21px;
    margin-bottom: 10px;
}

.service-single-price .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: 0.01em;
    color: #414141;
    margin-bottom: 17px;
}

.service-single-price .text .under-price {
    margin-bottom: 10px;
}

.service-single-price .text .price {
    font-family: 'Klein', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: 0.01em;
    color: #414141;
}

.service-single-price .text .subprice {
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.01em;
    color: #414141;
}

@media(max-width:576px) {
    .service-single-content strong {
        font-size: 18px;
    }

    .service-single-price .text .price {
        font-size: 27px;
    }
}

/* END */

/* BREADCRUMBS */
.breadcrumbs {
    padding: 30px 0 15px;
}

.breadcrumbs a {
    text-decoration-color: transparent;
    outline: none;
    transition: .3s;
    cursor: pointer;
    font-family: 'Klein';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #9A9A9A;
}

.breadcrumbs a:hover {
    text-decoration-color: #414141;
    color: #414141;
}

.breadcrumbs .kb_sep {
    margin: 0 7px;
}

.breadcrumbs .kama_breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* .breadcrumbs .kama_breadcrumbs > span:first-child {
    display: none;
}
.breadcrumbs .kama_breadcrumbs .kb_sep:first-of-type {
    display: none;
} */
.wrapper {
    /* overflow: hidden; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

.footer {
    margin-top: auto;
}

.header .header-search .button-search {
    width: fit-content;
    height: 100%;
    background-color: #E3A14A;

    padding: 10px 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

    transition: background-color .15s ease-in-out;
}

.header .header-search .button-search:hover {
    background-color: #F2BD56;
}

.header .button-search {
    text-decoration: none;
    border: none;
    background: transparent;
}

.header .button-search_mobile {
    margin-left: auto;
    padding: 5px;
    margin-right: 5px;
}

.header .button-tel {
    padding: 5px;
    margin-right: 15px;
}

.callback .subtitle-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.01em;
    text-align: center;
}

.sp-link {
    text-decoration: none;
}

.service-single .title {
    text-align: start;
}

.contact-links {
    text-decoration: none;
    color: #1B1B1B;
}

.contact-links:hover {
    color: #419E4D;
}

/* END */

/* BOX BTNS SOCIAL LINKS */
.fixed-box-btn-social {
    position: fixed;
    bottom: 50px;
    right: 80px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000;
}

.trigger-btn-open {
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #e69900;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    overflow: hidden;
    animation: puls 1s infinite linear
}

@keyframes puls {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(242, 189, 86, .32);
        -moz-box-shadow: 0 0 0 0 rgb(242, 189, 86, .32);
        box-shadow: 0 0 0 0 rgb(242, 189, 86, .32)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgb(242, 189, 86, .32);
        -moz-box-shadow: 0 0 0 10px rgb(242, 189, 86, .32);
        box-shadow: 0 0 0 10px rgb(242, 189, 86, .32)
    }
}

.trigger-btn-open .icon {
    transition: all 0.3s ease-in-out;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.trigger-btn-open .icon-close {
    opacity: 0;
    visibility: hidden;
    transform: scale(.1);
}

.fixed-box-btn-social.active .trigger-btn-open {
    background: #fff !important;
    animation: none;
}

.fixed-box-btn-social.active .trigger-btn-open .icon-write {
    opacity: 0;
    visibility: hidden;
    transform: scale(.1);
}

.fixed-box-btn-social.active .trigger-btn-open .icon-close {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.bbs-icon-link {
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
    opacity: 0;
    visibility: hidden;
    width: 60px;
    height: 60px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bbs-icon-link svg,
.bbs-icon-link img {
    width: 100%;
    height: 100%;
}

.fixed-box-btn-social.active .bbs-icon-link:nth-of-type(1) {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease-in-out;
    transform: translate(0, -135%);
}

.fixed-box-btn-social.active .bbs-icon-link:nth-of-type(2) {
    opacity: 1;
    visibility: visible;
    transition: all 0.225s ease-in-out;
    transform: translate(0, -255%);
}

.fixed-box-btn-social.active .bbs-icon-link:nth-of-type(3) {
    opacity: 1;
    visibility: visible;
    transition: all 0.25s ease-in-out;
    transform: translate(0, -375%);
}

.fixed-box-btn-social.active .bbs-icon-link:nth-of-type(4) {
    opacity: 1;
    visibility: visible;
    transition: all 0.275s ease-in-out;
    transform: translate(0, -495%);
}

.fixed-box-btn-social.active .bbs-icon-link:nth-of-type(5) {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
    transform: translate(0, -615%);
}

.bbs-icon-link__label {
    position: absolute;
    right: 70px;
    white-space: nowrap;
    background: #fff;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 3px;
    transform: translateX(0%) translateY(-50%);
    top: 50%;
    background: #292929;
    color: #fff;
    opacity: 0;
    transition: all 0.1s linear;
}

.bbs-icon-link__label::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    border-left-color: #292929;
}

.bbs-icon-link:hover .bbs-icon-link__label {
    opacity: 1;
}

@media(max-width:414px) {
    .fixed-box-btn-social {
        bottom: 50px;
        right: 15px;
    }

    .bbs-icon-link {
        width: 50px;
        height: 50px;
    }

    .trigger-btn-open {
        width: 50px;
        height: 50px;
    }
}

.catalog-block__tabs {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-bottom: 32px;
}

.catalog-block__tabs .nav {
    display: -webkit-inline-box;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    flex-wrap: nowrap;

    max-width: 100%;
    border-bottom: 1px solid #C5C5C5;
    max-width: 100%;
    overflow-x: scroll;
}

.catalog-block__tabs .nav::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.catalog-block__tabs .nav-item {
    color: #83818c;
    padding: 0px 24px 8px;
    margin: 0px;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-decoration: none;

    transition: .3s;

    font-weight: 400;
    font-size: 18px;
    line-height: 155%;

    z-index: 1;
    position: relative;

    min-width: max-content;
}

.catalog-block__tabs .nav-item:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #419E4D;
    opacity: 0;
    -webkit-transition: .15s;
    transition: .15s ease;
}

.catalog-block__tabs .nav-item:not(.is-active):hover:before {
    opacity: 1;
    bottom: 0;
}

.catalog-block__tabs .nav-item:not(.is-active):hover {
    color: #000000;
}

.catalog-block__tabs .nav-indicator {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    -webkit-transition: .15s;
    transition: .15s ease;
    z-index: 1;
    background-color: #419E4D !important;
}

@media (max-width: 580px) {
    .catalog-block__tabs .nav {
        overflow: auto;
    }
}

.search-header-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 0;
    position: relative;
}

.search-header-form .search-field {
    position: relative;
    border: 1px solid #419E4D;
    border-radius: 20px;
    width: 350px;
    padding-right: 60px;
}


.search-header-form .button-search {
    position: absolute;
    right: 0px;
    top: 0;
}

.header .header-search .button-search {
    width: fit-content;
    height: 100%;
    background-color: #E3A14A00;
    padding: 10px 20px;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .15s ease-in-out;
}

.header .header-search .button-search:hover {
    background-color: #F2BD5600;
}

.header .header-search .button-search svg path {
    transition: all .3s ease;
}

.header .header-search .button-search:hover svg path {
    fill: #E3A14A;
    stroke: #E3A14A;
}

.hd-fd {
    padding: 0;
    transition: .3s;
}

.hd-fd.hidding {
    /* 	display:none; */
    opacity: 0;
    visibility: hidden;
    height: 0px;
    /* 	transform:translatey(-200px); */
    /* 	animation-duration: 1s;
	animation-name: hidding; */
}


.sw-app {
    background-color: transparent !important;
}

.pagination {
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination h2 {
    display: none;
}

.pagination .nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.pagination .nav-links * {
    text-decoration: none;
    outline: none;
    display: inline;
    padding: 5px;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    transition: .3s;
    background: transparent;
}

.pagination .nav-links a:hover,
.pagination .nav-links *.current {
    color: #000;
    background: #E7F3E9;
}

.pagination .nav-links a.next {
    font-size: 0;
    display: block;
    height: 30px;
    width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='13' viewBox='0 0 24 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7891 0.776609C17.5688 0.879734 17.3719 1.07661 17.3016 1.26411C17.2313 1.45161 17.2359 1.83598 17.3156 2.01411C17.3531 2.09848 18.1313 2.91411 19.0734 3.85161L20.7656 5.53911L10.7016 5.56255L0.632812 5.58598L0.454688 5.69848C0.35625 5.75942 0.220313 5.89536 0.15 5.99848C0.0421875 6.15786 0.0234375 6.24223 0.0234375 6.50005C0.0234375 6.75786 0.0421875 6.84223 0.15 7.00161C0.220313 7.10473 0.35625 7.24067 0.454688 7.30161L0.632812 7.41411L10.7016 7.43755L20.7656 7.46098L19.0734 9.14848C18.1313 10.086 17.3531 10.9016 17.3156 10.986C17.2359 11.1641 17.2313 11.5485 17.3016 11.736C17.4703 12.1907 18.0844 12.4344 18.525 12.2282C18.7266 12.1344 23.7 7.25005 23.8688 6.97817C24.0281 6.72036 24.0234 6.2563 23.8547 6.00317C23.6578 5.70786 18.7266 0.865671 18.525 0.771921C18.3 0.664109 18.0234 0.668797 17.7891 0.776609Z' fill='%23292929'/%3E%3C/svg%3E ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 16px;
}

.pagination .nav-links a.next:hover {
    background-color: transparent;
    opacity: .6;
}

.pagination .nav-links a.prev {
    font-size: 0;
    display: block;
    height: 30px;
    width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='12' viewBox='0 0 25 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.45752 11.5256C6.67783 11.4225 6.87471 11.2256 6.94502 11.0381C7.01533 10.8506 7.01064 10.4663 6.93096 10.2881C6.89346 10.2038 6.11533 9.38814 5.17314 8.45064L3.48096 6.76314L13.545 6.7397L23.6138 6.71626L23.7919 6.60376C23.8903 6.54283 24.0263 6.40689 24.0966 6.30376C24.2044 6.14439 24.2231 6.06001 24.2231 5.8022C24.2231 5.54439 24.2044 5.46001 24.0966 5.30064C24.0263 5.19751 23.8903 5.06158 23.7919 5.00064L23.6138 4.88814L13.545 4.8647L3.48096 4.84126L5.17314 3.15376C6.11533 2.21626 6.89346 1.40064 6.93096 1.31626C7.01064 1.13814 7.01533 0.753763 6.94502 0.566263C6.77627 0.111576 6.16221 -0.132174 5.72158 0.0740757C5.52002 0.167826 0.546581 5.0522 0.377831 5.32408C0.218456 5.58189 0.223144 6.04595 0.391894 6.29908C0.588769 6.59439 5.52002 11.4366 5.72158 11.5303C5.94658 11.6381 6.22314 11.6334 6.45752 11.5256Z' fill='%23292929'/%3E%3C/svg%3E ");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 16px;
}

.pagination .nav-links a.prev:hover {
    background-color: transparent;
    opacity: .6;
}

/* new page */
.section-intro {
    min-height: 450px;
}

.section-intro__text {
    padding-top: 65px;
}

.section-intro__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.48px;
    margin-bottom: 20px;
}

.section-intro__subtitle {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.24px;
    margin-bottom: 55px;
}

.section-intro__subtitle p:last-child {
    margin-bottom: 0;
}

.section__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.4px;
    margin-bottom: 40px;
}

.section-service .section__title {
    margin-bottom: 76px;
}

.section-service {
    padding-top: 84px;
}

.section-service__item {
    border-radius: 10px;
    background: #E7F3E9;
    padding: 25px 25px 20px;
    height: 100%;
    position: relative;
}

.section-service__number {
    color: #fff;
    background: #419E4D;
    font-size: 30px;
    letter-spacing: 0.4px;
    line-height: 1;
    width: 46px;
    height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

    position: absolute;
    top: -23px;
    left: -23px;
}

.section-service__text p:last-child {
    margin-bottom: 0;
}

.section-service__text {
    font-size: 16px;
    letter-spacing: 0.16px;
    line-height: 1.5;
}

.section-plots__item {
    border-radius: 10px;
    background: #E7F3E9;
    height: 100%;
    display: flex;
    overflow: hidden;
}

.section-plots__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.16px;
}

.section-plots {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-plots__content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.section-plots__content .link {
    margin-top: auto;
}

.section-plots__img {
    max-width: 158px;
    flex-shrink: 0;
    height: 100%;
}

.section-plots__img img {
    height: 100%;
    object-fit: cover;
}

.need-registration__item p:last-child {
    margin-bottom: 0;
}

.need-registration__item {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.16px;
}

.section-bg {
    background: #E7F3E9;
}

.section-need-registration {
    padding-top: 80px;
}

.section-advantages {
    padding-top: 100px;
}

.need-registration__item::before {
    content: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 30C23.2843 30 30 23.2842 30 15C30 6.71582 23.2843 0 15 0C6.71573 0 0 6.71582 0 15C0 23.2842 6.71573 30 15 30ZM13.0211 21.7261L25.6877 9.72607L24.3123 8.27393L12.3333 19.6226L5.68774 13.3267L4.31226 14.7786L11.6456 21.7261L12.3333 22.3774L13.0211 21.7261Z' fill='%23419E4D'/%3E%3C/svg%3E%0A");
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px;
    flex-shrink: 0;
}

.section-subtitle {
    font-size: 16px;
    letter-spacing: 0.16px;
    margin-bottom: 40px;
}

.section-subtitle p:last-child {
    margin-bottom: 0;
}

/*  */
.advantages-item {
    border-radius: 15px;
    background-color: #fff;
    padding: 20px 25px;
    height: 100%;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.16px;
}

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

.advantages-list>*:nth-child(odd) .advantages-item {
    display: flex;
    align-items: center;
    background-color: #419E4D;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.18px;
}

.advantages-item__img {
    flex-shrink: 0;
    margin-right: 25px;
}

.section-partners {
    padding-top: 100px;
}

.partners-slider__item {
    padding: 0 35px;
}

.partners-slider .slick-list {
    padding-left: 12%;
    padding-right: 12%;
}

.partners-slider__inner {
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 115px;
    padding: 5px;
}

.section-reviews {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-callback {
    padding-top: 100px;
    padding-bottom: 110px;
}

.section-callback.callback {
    background-color: #fff;
}

.section-callback.callback .form-control {
    border-color: #419E4D;
}

/*  */
@media(max-width:767.98px) {
    .section-intro__title {
        font-size: 32px;
    }

    .section-intro__subtitle {
        font-size: 20px;
    }

    .section__title {
        font-size: 22px;
    }

    /*  */
    .section-service__number {
        left: -8px;
    }

    .section-plots__img {
        max-width: 130px;
    }

    .partners-slider__item {
        padding: 0 15px;
    }

    .partners-slider .slick-list {
        padding-left: 20%;
        padding-right: 20%;
    }

    .feeds-box>* {
        width: 100% !important;
    }
}

.catalog-block__tabs .nav-item {
    white-space: nowrap;
}

.catalog-block__tabs .nav li {
    flex-shrink: 0;
}


/* FAQ */
.faq .accordion-item {
    outline: none;
    box-shadow: unset;
    color: #414141
}

.faq .accordion-item * {
    outline: none;
    box-shadow: unset;
}

.faq .accordion-button {
    color: #414141;
    background-color: #E7F3E9;
}

.faq .accordion-button:not(.collapsed) {
    background-color: #419E4D;
    color: #fff;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq .accordion-item .accordion-body a {
    color: #414141;
    text-decoration: underline;
    text-decoration-color: #414141;
    transition: .3s;
}

.faq .accordion-item .accordion-body a:hover {
    text-decoration-color: transparent;
}



.contact-inner {
    font-size: 18px;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
}

.contact-inner ul{
	list-style: none;
	margin: 0;
	padding: 0;
	color: #1B1B1B;
}

.contact-inner ul span{
	color: #1B1B1B;
}

a.c-link {
    font-weight: 700;
    font-size: 16px;
    color: #1B1B1B;
    transition: 0.2s;
    text-decoration: none;
}

a.c-link:hover {
    color: #1B1B1B;
    transition: 0.3s;
    opacity: 50%;
}


.ssadasdadsa {
    display: block;
}

.ssadasdadsa {
    display: block;
}.ssadasdadsa {
    display: block;
}.ssadasdadsa {
    display: block;
}.ssadasdadsa {
    display: block;
}.ssadasdadsa {
    display: block;
}.ssadasdadsa {
    display: block;
}
/* END */