/*common*/
body {
    background: #FFFFFF;
    color: #000000;
}
input {
    -webkit-appearance: none !important;
}
body, button, textarea, input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
button, textarea, input {
    font-weight: 500;
    box-sizing: border-box;
    border: none;
    outline: none;
}
button  {
    cursor: pointer;
}
a {
    text-decoration: none;
}
.content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1165px;
}
.page-wrap {
    position: relative;
    overflow: hidden;
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.flex-container {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.va-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.va-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.photo-max-size {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
.photo-full-size {
    object-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    object-fit: cover;
}
.d-ib {
    display: inline-block;
}
.hidden {
    display: none !important;
}
.mobile-visible {
    display: none;
}
.blue-btn,
.yellow-btn {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    border-radius: 100px;
    transition: all, 0.2s;
}
.blue-btn {
    color: #FFFFFF;
    padding: 19px 28px 18px;
    background: #0E7A2D;
}
.blue-btn:hover {
    background: #15913A;
}
.blue-btn:active {
    background: #075A20;
}
.yellow-btn {
    color: #121212;
    padding: 18px 25px 19px;
    background: #FFD363;
}
.yellow-btn:hover {
    background: #F8D989;
}
.yellow-btn:active {
    background: #EBC050;
}
h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 126%;
    text-align: center;
}
.block-desc {
    font-size: 16px;
    line-height: 145.5%;
    text-align: center;
    color: #818181;
    max-width: 706px;
    margin: 22px auto 0;
}
/*end common*/

/*icons*/
.icon-phone {
    width: 24px;
    height: 24px;
}
.icon-virus {
    width: 29px;
    height: 29px;
}
.icon-footer-advantage-1,
.icon-footer-advantage-2,
.icon-footer-advantage-3,
.icon-footer-advantage-5,
.icon-main-advantage-1,
.icon-main-advantage-2,
.icon-main-advantage-3,
.icon-main-advantage-5 {
    width: 44px;
    height: 44px;
}
.icon-footer-advantage-4,
.icon-main-advantage-4 {
    width: 52px;
    height: 52px;
}
.type__icon .svg-icon {
    width: 30px;
    height: 30px;
}
.video__play,
.icon-play {
    width: 42px;
    height: 44px;
}
.work__icon .svg-icon {
    width: 64px;
    height: 64px;
}
.icon-rating {
    width: 8px;
    height: 9px;
}
/*end icons*/

/*header*/
.header {
    border-bottom: 2px solid #F8F8F8;
    position: relative;
    z-index: 70;
}
.header .content {
    padding-top: 16px;
    padding-bottom: 20px;
}
.logo {
    position: relative;
    top: 3px;
}
.logo:after {
    content: '';
    position: absolute;
    left: 0;
    right: -4px;
    bottom: -20px;
    background: #0E7A2D;
    height: 4px;
}
.logo > * {
    display: inline-block;
    vertical-align: middle;
}
.logo__icon {
    background: url('../images/logo-biodez.png') no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 59px;
    height: 62px;
}
.logo span {
    margin-left: 8px;
    max-width: 106px;
    font-size: 16px;
    line-height: 120%;
    color: #32325A;
}
.logo strong {
    font-weight: 700;
}
.nav {
    width: 48.06%;
    position: relative;
    right: -6px;
    top: 4px;
}
.nav__link {
    border-radius: 10px;
    padding: 8px 10px 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.nav__link:hover {
    background: #F8F8F8;
}
.header__right * {
    display: inline-block;
    vertical-align: middle;
}
.header__phone {
    margin-right: 26px;
    position: relative;
    top: 4px;
}
.header__phone span {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #11103D;
    margin-left: 5px;
}
/*end header*/

/*main*/
.main {
    padding-top: 20px;
}
.main__block {
    background: url('../images/main-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 16px;
    padding: 34px 65px 44px;
    position: relative;
}
.main__block2 {
    background: url('../images/main-bg2.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 16px;
    padding: 34px 65px 44px;
    position: relative;
}
.main__block3 {
    background: url('../images/main-bg3.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 16px;
    padding: 34px 65px 44px;
    position: relative;
}
.main__blockborsh {
    background: url('../images/main-bg-borsh.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 16px;
    padding: 34px 65px 44px;
    position: relative;
}
.main__blockkle {
    background: url('../images/main-bg-kle.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 16px;
    padding: 34px 65px 44px;
    position: relative;
}
.main__blockkrot {
    background: url('../images/main-bg-krot.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 16px;
    padding: 34px 65px 44px;
    position: relative;
}
.main__text {
    max-width: 600px;
    position: relative;
    z-index: 5;
}
h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    max-width: 360px;
    color: #FFFFFF;
}
.main__action {
    margin-top: 16px;
}
.main__action-title {
    font-size: 18px;
    line-height: 1.2%;
    color: #FFFFFF;
}
.main__action-title strong {
    margin-left: 6px;
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    background: #FFD363;
    border-radius: 100px;
    text-align: center;
    color: #1F1F1F;
    padding: 11px 15px 9px;
}
.main__action-desc {
    margin-top: 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #FFFFFF;
}
.main__action-desc strong {
    margin-left: 6px;
    position: relative;
    top: -3px;
    padding: 5px 9px 3px 8px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    background: #E53935;
    border-radius: 6px;
    color: #FFFFFF;
}
.main__info {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    max-width: 268px;
    right: 40px;
    bottom: 47px;
    padding: 11px 12px 12px 52px;
    font-size: 14px;
    line-height: 100%;
    box-sizing: border-box;
    color: #FFFFFF;
}
.main__info .svg-icon {
    top: 9px;
    left: 10px;
    position: absolute;
}
.form {
    margin-top: 38px;
}
.form__field-wrap {
    position: relative;
}
.form__field {
    background: #FFFFFF;
    border-radius: 100px;
    padding-left: 23px;
    height: 62px;
    width: 100%;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
}
.form__field::placeholder {
    color: #8B8AB3;
    opacity: 1;
}
.form__field:-ms-input-placeholder {
    color: #8B8AB3;
}
.form__btn {
    height: 54px;
    position: absolute;
    right: 4px;
    bottom: 0;
    top: 0;
    margin: auto;
}
.form__info {
    margin-top: 14px;
    font-size: 12px;
    line-height: 120%;
    max-width: 388px;
    color: #FFFFFF;
}
.form__info a {
    color: inherit;
    text-decoration-line: underline;
}
.form__info a:hover {
    text-decoration: none;
}
/*end main*/

/*main__advantages*/
.main__advantages {
    margin-top: 20px;
}
.footer__advantage-icon,
.main__advantage-icon {
    width: 52px;
    height: 52px;
    top: 15px;
    left: 18px;
    position: absolute;
}
.footer__advantage,
.main__advantage {
    position: relative;
    background: #0E7A2D;
    border-radius: 16px;
    padding: 74px 29px 20px 24px;
    box-sizing: border-box;
    width: 18.88%;
    margin-right: 1.4%;
}
.footer__advantage:last-child,
.main__advantage:last-child {
    margin-right: 0;
}
.footer__advantage-desc,
.main__advantage-desc {
    font-weight: 600;
    font-size: 14px;
    line-height: 126%;
    color: #FFFFFF;
}
.footer__advantage {
    background: #FFFFFF;
}
.footer__advantage-desc {
    color: #0B0B0B;
}
.footer {
    background: #EFEFEF;
    padding-top: 50px;
}
/*end main__advantages*/

/*advantages*/
.advantages {
    padding-top: 80px;
}
.advantages__wrap {
    padding-right: 15px;
    margin-top: 45px;
}
.advantages__photo {
    width: 49.13%;
    height: 460px;
    position: relative;
}
.advantages__photo img {
    border-radius: 16px;
    z-index: 5;
}
.advantages__photo:after {
    content: '';
    position: absolute;
    background: #0E7A2D;
    border-radius: 16px;
    transform: rotate(1.81deg);
    top: 0; bottom: 0; left: 0; right: 0;
}
.advantages__right {
    width: 47.82%;
}
.advantage {
    position: relative;
    margin-bottom: 35px;
}
.advantage:last-child {
    margin-bottom: 0;
}
.advantage__title {
    padding-left: 39px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #0E7A2D;
}
.advantage__number {
    position: absolute;
    left: 0; top: 0;
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #FFD363;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    color: #252525;
}
.advantage__desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 150%;
    color: #111111;
}
/*end advantages*/

/*prices*/
.prices {
    padding-top: 79px;
}
.prices__list {
    margin-top: 44px;
}
.price {
    width: 31.33%;
    margin-right: 3%;
    box-sizing: border-box;
    padding: 39px 39px 128px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    position: relative;
}
.price:last-child {
    margin-right: 0;
}
.price__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #0E7A2D;
}
.price__bottom {
    position: absolute;
    left: 39px;
    right: 39px;
    bottom: 39px;
}
.price__btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.price__action {
    margin-top: 8px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    padding: 5px 9px 3px 8px;
    background: #E53935;
    border-radius: 6px;
}
.price__top {
    padding-bottom: 16px;
    border-bottom: 1px solid #DEDEDE;
}
.price__table {
    margin-top: 24px;
}
.price__table li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    line-height: 140%;
}
.price__table li span {
    padding-right: 10px;
}
.price__table li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #1C1C1C;
    border-radius: 50%;
}
.price__table li:last-child {
    margin-bottom: 0;
}
.price__table span {
    font-weight: 500;
    color: #1E1E1E;
}
.price__table strong {
    font-weight: 600;
    color: #0E7A2D;
}
/*end prices*/

/*types*/
.types {
    margin-top: 35px;
    padding: 45px 40px 40px;
    background: linear-gradient(92.55deg, #0E7A2D 0%, #28A745 100%);
    border-radius: 16px;
}
.types__left {
    max-width: 160px;
    width: 100%;
}
.types__list {
    width: 79.26%;
    margin-bottom: -40px;
}
.types__btn {
    padding-left: 28px;
    padding-right: 28px;
}
.types__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 61px;
}
.type {
    width: 25%;
    padding-right: 15px;
    box-sizing: border-box;
    padding-left: 74px;
    min-height: 60px;
    margin-bottom: 40px;
    position: relative;
}
.type__icon {
    position: absolute;
    top: 0; bottom: 0; left: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 16px;
}
.type__icon:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border: 2px solid #0E7A2D;
    border-radius: 50%;
    left: -2px;
    top: 0;
}
.type__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
}
/*end types*/

/*reasons*/
.reasons {
    margin-top: 50px;
}
.reasons__block {
    background: url('../images/reasons-bg.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 41px 65px 56px;
    border-radius: 16px;
    position: relative;
}
.reasons__block:after {
    content: '';
    position: absolute;
    background: url('../images/reasons-decor.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 214px;
    height: 255px;
    right: 357px;
    bottom: 200px;
}



.reasons__block2 {
    background: url('../images/reasons-bg2.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 41px 65px 56px;
    border-radius: 16px;
    position: relative;
}
.reasons__block2:after {
    content: '';
    position: absolute;
    background: url('../images/reasons-decor.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 214px;
    height: 255px;
    right: 357px;
    bottom: 200px;
}


.reasons__block3 {
    background: url('../images/reasons-bg3.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 41px 65px 56px;
    border-radius: 16px;
    position: relative;
}
.reasons__block3:after {
    content: '';
    position: absolute;
    background: url('../images/reasons-decor.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 214px;
    height: 255px;
    right: 357px;
    bottom: 200px;
}

.reasons__block4 {
    background: url('../images/reasons-bg4.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 41px 65px 56px;
    border-radius: 16px;
    position: relative;
}
.reasons__block4:after {
    content: '';
    position: absolute;
    background: url('../images/reasons-decor.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 214px;
    height: 255px;
    right: 357px;
    bottom: 200px;
}



.reasons__blockkle {
    background: url('../images/reasons-bg-kle.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 41px 65px 56px;
    border-radius: 16px;
    position: relative;
}
.reasons__blockkle:after {
    content: '';
    position: absolute;
    background: url('../images/reasons-decor.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 214px;
    height: 255px;
    right: 357px;
    bottom: 200px;
}

.reasons__blockborsh {
    background: url('../images/reasons-bg-borsh.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 41px 65px 56px;
    border-radius: 16px;
    position: relative;
}
.reasons__blockborsh:after {
    content: '';
    position: absolute;
    background: url('../images/reasons-decor.svg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 214px;
    height: 255px;
    right: 357px;
    bottom: 200px;
}








.reasons__left {
    max-width: 406px;
    position: relative;
    z-index: 5;
}
.reasons h2 {
    font-weight: 700;
    font-size: 46px;
    line-height: 126%;
    color: #0E7A2D;
    text-align: left;
}
.reasons__list {
    margin-top: 49px;
}
.reason {
    width: 168px;
    margin-bottom: 36px;
}
.reason:last-child {
    margin-bottom: 0;
}
.reason:nth-child(2) {
    width: 195px;
}
.reason_full-width {
    width: 100%;
}
.reason__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 126%;
    color: #0E7A2D;
}
.reason__desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 126%;
}
/*end reasons*/

/*videos*/
.videos {
    margin-top: 45px;
}
.video {
    width: 48.49%;
    margin-right: 3.02%;
    position: relative;
    border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
}
.video iframe {
    position: absolute;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.video:last-child {
    margin-right: 0;
}
.video:after {
    content: '';
    display: block;
    padding-top: 62.83%;
}
.video:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    z-index: 3;
}
.video:hover:before {
    opacity: 0.5;
}
.video__play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -8px;
    margin: auto;
    z-index: 5;
}
/*end videos*/

/*works*/
.works {
    padding-top: 80px;
}
.works__list {
    margin: 51px auto 0;
    max-width: 1128px;
}
.work__top {
    padding-left: 78px;
    min-height: 64px;
    position: relative;
}
.work__icon {
    height: 64px;
    position: absolute;
    left: 0; top: 0; bottom: 0;
    margin: auto;
}
.work {
    width: 228px;
}
.work__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-transform: lowercase;
}
.work__title:first-letter {
    text-transform: uppercase;
}
.work__params {
    margin-top: 41px;
}
.work__params_else {
    margin-top: 0;
    display: none;
}
.work.open .work__params_else {
    display: block;
}
.work__param {
    padding-left: 32px;
    position: relative;
    margin-bottom: 15px;
}
.work__param:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 8px;
    top: 5px;
    background: #1C1C1C;
    border-radius: 50%;
}
.work__param:hover:after {
    background: #0E7A2D;
}
.work__param a {
    font-size: 14px;
    line-height: 120%;
    color: #000000;
}
.work__param a:hover {
    text-decoration-line: underline;
    color: #0E7A2D;
}
.work__else {
    margin-left: 32px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #0E7A2D;
    cursor: pointer;
}
.work__else:hover {
    text-decoration: underline;
}
.works__colon {
    position: relative;
    right: 5px;
    top: 68px;
    width: 1px;
    height: 291px;
    background: #EFEFEF;
}
/*end works*/

/*app*/
.app {
    margin-top: 49px;
    background: #0E7A2D;
    padding: 19px 0;
}
.app__form {
    width: 54.5%;
}
.app__form .form__field-wrap {
    width: 57.48%;
}
.app__form .form__btn {
    padding-left: 27px;
    padding-right: 27px;
}
.app__form > .form__field {
    width: 39.37%;
}
.app__left {
    color: #FFFFFF;
}
.app__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
}
.app__desc {
    font-size: 14px;
    line-height: 130%;
    margin-top: 4px;
}
/*end app*/

/*clients*/
.clients {
    padding-top: 80px;
}
.clients__list {
    margin-top: 43px;
    flex-wrap: nowrap;
}
.clients__logo {
    padding-right: 30px;
}
.clients__logo img {
    max-width: 100%;
    filter: grayscale(100%);
    opacity: 0.5;
}
.clients__logo:hover img {
    opacity: 1;
    filter: grayscale(0);
}
.clients__logo:last-child {
    padding-right: 0;
}
/*end clients*/

/*reviews*/
.reviews {
    margin-top: 56px;
}
.reviews__block {
    background: #F8F8F8;
    border-radius: 16px;
    padding: 67px 65px 110px;
}
.reviews h2 {
    text-align: left;
}
.rating {
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 6px;
    width: 133px;
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
}
.ratings {
    font-size: 0;
}
.rating__info > * {
    display: inline-block;
    vertical-align: middle;
}
.rating__logo {
    height: 30px;
    position: relative;
}
.rating__logo img {
    max-width: 100%;
}
.rating {
    margin-right: 15px;
}
.rating:last-child {
    margin-right: 0;
}
.rating__info {
    margin-top: 2px;
    padding-left: 9px;
}
.rating__number {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
}
.rating__stars {
    margin-right: 6px;
}
.rating__star {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 4px;
}
.rating__star_half:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 60%;
    right: 0;
    background: #FFFFFF;
    z-index: 3;
}
.rating__star:last-child {
    margin-right: 0;
}
.reviews__slider {
    margin-top: 45px;
}
.review {
    background: #FFFFFF;
    border-radius: 16px;
    width: 100%;
    padding: 29px 47px 32px 29px;
    box-sizing: border-box;
    position: relative;
}
.review__top {
    min-height: 68px;
    position: relative;
    padding-left: 88px;
}
.review__photo {
    height: 68px;
    width: 68px;
    position: absolute;
    left: 0; top: 0; bottom: 0;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
}
.review__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 126%;
}
.review__place {
    margin-top: 4px;
    font-size: 14px;
    line-height: 126%;
    color: #898989;
}
.icon-like {
    width: 20px;
    height: 18px;
}
.icon-like-active {
    width: 17px;
    height: 16px;
}
.review__text {
    margin-top: 26px;
    font-size: 14px;
    line-height: 176%;
}
.review__diffs {
    padding-right: 60px;
    font-size: 0;
}
.review__diff {
    margin-top: 8px;
    display: inline-block;
    vertical-align: top;
    width: 128px;
    margin-right: 20px;
}
.review__diff-photo {
    display: block;
    padding-top: 85.15%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.review__diff-photo:hover:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.fancybox__thumbs,
.fancybox__button--zoom,
.fancybox__button--slideshow,
.fancybox__button--fullscreen,
.fancybox__button--thumbs,
.fancybox__counter {
    display: none;
}
.review__diff-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 176%;
    margin-bottom: 3px;
}
.like__icon {
    width: 20px;
    height: 18px;
    position: relative;
}
.like > * {
    display: inline-block;
    vertical-align: middle;
}
.like {
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.like span {
    margin-left: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 176%;
    color: #A7A7A7;
}
.icon-like-active {
    display: none;
}
.like.active .icon-like,
.like:hover .icon-like {
    display: none;
}
.like.active span,
.like:hover span {
    color: #E53935;
}
.like.active .icon-like-active,
.like:hover .icon-like-active {
    display: block;
}
.reviews .owl-dots {
    position: absolute;
    bottom: -62px;
    left: 0;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.reviews button.owl-dot {
    width: 12px;
    height: 12px;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    position: relative;
}
.reviews button.owl-dot:last-child {
    margin-right: 0;
}
.reviews button.owl-dot:hover,
.reviews button.owl-dot.active {
    border-color: #0E7A2D;
}
.reviews button.owl-dot:hover:after,
.reviews button.owl-dot.active:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #0E7A2D;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    border-radius: 50%;
}
/*end reviews*/

/*team*/
.team {
    padding-top: 80px;
}
.team__list {
    margin-top: 45px;
}
.team__item {
    width: 22.74%;
    margin-right: 3.01%;
}
.team__item:last-child {
    margin-right: 0;
}
.team__item-photo {
    position: relative;
    padding-top: 120.75%;
    border-radius: 16px;
    overflow: hidden;
}
.team__item-name {
    margin-top: 21px;
    font-weight: 700;
    font-size: 16px;
    line-height: 126%;
}
.team__item-about {
    margin-top: 7px;
    font-size: 14px;
    line-height: 126%;
    color: #858585;
}
/*end team*/

/*contacts*/
.contacts {
    background: #F8F8F8;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 80px;
}
.contacts__left,
#map {
    width: 48.49%;
}
.contacts__left {
    text-align: right;
}
.contacts .form__btn {
    padding-left: 27px;
    padding-right: 27px;
}
#map {
    background: #D9D9D9;
    border-radius: 16px;
    height: 300px;
    overflow: hidden;
}
.contacts__title {
    font-weight: 700;
    font-size: 34px;
    line-height: 126%;
    color: #0E7A2D;
}
.contacts__form {
    margin-top: 27px;
}
.contact {
    margin-top: 24px;
}
.contact__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 8px;
}
.contact__phone {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #0E7A2D;
}
/*end contacts*/

/*footer*/
.footer__wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer__left .logo {
    top: 0;
}
.footer__left .logo:after {
    display: none;
}
.footer__left-block > * {
    display: inline-block;
    vertical-align: middle;
}
.footer__left {
    max-width: 695px;
    width: 100%;
}
.footer__title {
    padding-bottom: 1px;
    padding-top: 2px;
    padding-left: 19px;
    margin-left: 15px;
    font-size: 12px;
    line-height: 120%;
    max-width: 208px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.footer__callback-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #545454;
}
.footer__callback-phone {
    margin-top: 5px;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0E7A2D;
}
.copyright {
    max-width: 160px;
    text-align: right;
    font-size: 14px;
    line-height: 17px;
}
/*end footer*/

/*overlay*/
.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    padding: 20px;
    overflow: auto;
    box-sizing: border-box;
    z-index: 100;
    background: rgba(0, 0, 0, 0.8);
}
.popup__close {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
}
.popup__close:after,
.popup__close:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    background: #000000;
}
.popup__close:after {
    transform: rotate(-45deg);
}
.popup__close:before {
    transform: rotate(45deg);
}
.popup {
    display: none;
    opacity: 0;
    top: -100px;
    background: #F8F8F8;
    border-radius: 16px;
    padding: 40px 30px;
    max-width: 480px;
    box-sizing: border-box;
    position: relative;
    margin: 50px auto;
}
.popup__title {
    font-weight: 700;
    font-size: 28px;
    line-height: 126%;
    color: #0E7A2D;
    margin-bottom: 20px;
}
.popup__title:last-child {
    margin-bottom: 0;
}
.popup__close:hover:after,
.popup__close:hover:before {
    background: #0E7A2D;
}
.menu,
.menu-btn {
    display: none;
}
/*end overlay*/









@media all and (max-width: 1200px) {
    .price {
        padding-left: 20px;
        padding-right: 20px;
    }
    .price__title {
        font-size: 17px;
    }
}

@media all and (max-width: 1100px) {
    .type__desc {
        font-size: 13px;
    }
    .nav {
        width: 46%;
        right: 0;
    }
    .header__phone {
        margin-right: 16px;
    }
    .nav__link {
        padding-left: 6px;
        padding-right: 6px;
    }
    .main__block {
        padding: 30px;
    }
	    .main__block2 {
        padding: 30px;
    }
	    .main__block3 {
        padding: 30px;
    }
		    .main__blockborsh {
        padding: 30px;
    }
		    .main__blockkle {
        padding: 30px;
    }
    h1 {
        font-size: 38px;
        line-height: 1.3;
        max-width: 300px;
    }
    .main__action-desc,
    .main__action-title,
    .main__action-title strong {
        font-size: 16px;
    }
    .main__action-title strong {
        padding-top: 10px;
    }
    .main__text {
        max-width: 500px;
    }
    .main__info {
        right: 20px;
        bottom: 20px;
    }
    .reasons__block:after {
        right: 200px;
    }
    .reasons__block {
        padding: 40px 30px;
    }
	
	    .reasons__block2:after {
        right: 200px;
    }
    .reasons__block2 {
        padding: 40px 30px;
    }
	
	    .reasons__block3:after {
        right: 200px;
    }
    .reasons__block3 {
        padding: 40px 30px;
    }
	
	    .reasons__block4:after {
        right: 200px;
    }
    .reasons__block4 {
        padding: 40px 30px;
    }
	
		    .reasons__blockkle:after {
        right: 200px;
    }
    .reasons__blockkle {
        padding: 40px 30px;
    }
	
		    .reasons__blockborsh:after {
        right: 200px;
    }
    .reasons__blockborsh {
        padding: 40px 30px;
    }
	
	
	
    .reasons h2 {
        font-size: 40px;
    }
    .works__colon {
        right: 0;
    }
    .app__title {
        font-size: 16px;
    }
    .reviews__block {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (max-width: 1024px) {
    .nav, .header__right {
        display: none;
    }
    .logo__icon {
        width: 46px;
        height: 48px;
    }
    .logo:after {
        right: 0;
    }
    .header .content {
        padding-top: 14px;
        padding-bottom: 16px;
    }
    .logo:after {
        bottom: -16px;
    }
    .logo span {
        margin-left: 8px;
        max-width: 90px;
        font-size: 13px;
    }
    .menu-btn {
        display: block;
        width: 32px;
        height: 17px;
        border-top: 3px solid #1C1C1C;
        border-bottom: 3px solid #1C1C1C;
        cursor: pointer;
        position: relative;
    }
    .menu-btn:before,
    .menu-btn:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background: #1C1C1C;
        top: 0; bottom: 0;
        margin: auto;
    }
    .menu-btn.open {
        height: 23px;
        border-top: none;
        border-bottom: none;
    }
    .menu-btn.open:after {
        transform: rotate(45deg);
    }
    .menu-btn.open:before {
        transform: rotate(-45deg);
    }
    .footer__advantage, .main__advantage {
        width: 32%;
        margin-right: 2%;
        margin-top: 2%;
    }
    .main__advantages {
        margin-top: 0;
    }
    .footer__advantage-desc, .main__advantage-desc {
        line-height: 1.3;
    }
    .main__advantage br,
    .footer__advantage-desc br {
        display: none;
    }
    .footer__advantage:nth-child(3n),
    .main__advantage:nth-child(3n) {
        margin-right: 0;
    }
    h1 {
        font-size: 34px;
        max-width: 260px;
    }
    .main__block {
        padding-left: 20px;
        padding-right: 20px;
    }
	    .main__block2 {
        padding-left: 20px;
        padding-right: 20px;
    }
	    .main__block3 {
        padding-left: 20px;
        padding-right: 20px;
    }
		    .main__blockborsh {
        padding-left: 20px;
        padding-right: 20px;
    }
		    .main__blockkle {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main__text {
        max-width: 400px;
    }
    .main .form__btn {
        padding-left: 18px;
        padding-right: 18px;
    }
    .advantage {
        margin-bottom: 15px;
    }
    .advantage__desc {
        margin-top: 8px;
    }
    h2 {
        font-size: 28px;
    }
    .block-desc {
        font-size: 15px;
        margin-top: 18px;
    }
    .contacts {
        margin-top: 60px;
    }
    .team,
    .clients,
    .works,
    .prices,
    .advantages {
        padding-top: 60px;
    }
    .advantages__wrap {
        padding-right: 0;
    }
    .team__list,
    .videos,
    .prices__list,
    .types,
    .advantages__wrap {
        margin-top: 30px;
    }
    .types__left {
        max-width: inherit;
    }
    .types__list {
        width: 100%;
        margin-top: 40px;
    }
    .types__title {
        margin-bottom: 20px;
    }
    .price {
        padding-left: 30px;
        padding-right: 30px;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .price:nth-child(2n) {
        margin-right: 0;
    }
    .price:last-child {
        margin-bottom: 0;
    }
    .types {
        padding: 30px 20px;
    }
    .type {
        padding-left: 70px;
    }
    .reasons__block:after {
        display: none;
    }
    .reasons__block {
        background: url('../images/reasons-bg-mobile.jpg') no-repeat right bottom, #F8F8F8;
        -webkit-background-size: 80% auto;
        background-size: 80% auto;
    }
	
	    .reasons__block2:after {
        display: none;
    }
    .reasons__block2 {
        background: url('../images/reasons-bg-mobile2.jpg') no-repeat right bottom, #F8F8F8;
        -webkit-background-size: 80% auto;
        background-size: 80% auto;
    }
	
	
	    .reasons__block3:after {
        display: none;
    }
    .reasons__block3 {
        background: url('../images/reasons-bg-mobile3.jpg') no-repeat right bottom, #F8F8F8;
        -webkit-background-size: 80% auto;
        background-size: 80% auto;
    }
	
	
	    .reasons__block4:after {
        display: none;
    }
    .reasons__block4 {
        background: url('../images/reasons-bg-mobile4.jpg') no-repeat right bottom, #F8F8F8;
        -webkit-background-size: 80% auto;
        background-size: 80% auto;
    }
	
	
		    .reasons__blockkle:after {
        display: none;
    }
    .reasons__blockkle {
        background: url('../images/reasons-bg-mobile-kle.jpg') no-repeat right bottom, #F8F8F8;
        -webkit-background-size: 80% auto;
        background-size: 80% auto;
    }
	
	
	
		    .reasons__blockborsh:after {
        display: none;
    }
    .reasons__blockborsh {
        background: url('../images/reasons-bg-mobile-borsh.jpg') no-repeat right bottom, #F8F8F8;
        -webkit-background-size: 80% auto;
        background-size: 80% auto;
    }
	
	
	
	
    .works__colon:nth-child(4) {
        display: none;
    }
    .work {
        width: 48%;
        margin-bottom: 30px;
    }
    .works__list {
        margin: 30px auto -30px;
        max-width: 700px;
    }
    .app__left {
        width: 100%;
        text-align: center;
    }
    .app__title {
        font-size: 18px;
    }
    .app__form {
        width: 100%;
        max-width: 660px;
        margin: 20px auto 0;
    }
    .rating {
        width: 120px;
    }
    .contacts__title {
        font-size: 28px;
    }
    .contact__phone {
        font-size: 24px;
    }
    .footer__left {
        max-width: 640px;
    }
    .menu {
        position: fixed;
        left: 0; top: 0; bottom: 0;
        width: 100%;
        background: #FFFFFF;
        z-index: 60;
        padding: 100px 20px 30px;
        overflow: auto;
        box-sizing: border-box;
    }
    .header__phone > * {
        display: inline-block;
        vertical-align: middle;
    }
    .header__btn {
        display: block;
        max-width: 180px;
        width: 100%;
        margin-top: 20px;
    }
    .menu .nav {
        display: block;
        margin-bottom: 20px;
    }
    .nav__link {
        padding: 12px 0;
        display: block;
    }
    .nav__link:hover {
        background: none;
        color: #0E7A2D;
    }
}

@media all and (max-width: 900px) {
    .footer__wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footer {
        padding-top: 30px;
    }
    .footer__left {
        max-width: inherit;
    }
    .copyright {
        margin-top: 25px;
        max-width: inherit;
        text-align: left;
    }
    .copyright br {
        display: none;
    }
}

@media all and (max-width: 767px) {
    .footer__advantage, .main__advantage {
        padding: 74px 15px 20px 15px;
    }
    .footer__advantage-icon, .main__advantage-icon {
        left: 9px;
    }
    .main__block {
        background: url('../images/main-bg-mobile.jpg') no-repeat center top;
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 160px;
    }
	    .main__block2 {
        background: url('../images/main-bg-mobile2.jpg') no-repeat center top;
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 160px;
    }
	    .main__block3 {
        background: url('../images/main-bg-mobile3.jpg') no-repeat center top;
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 160px;
    }
		    .main__blockkle {
        background: url('../images/main-bg-mobile-kle.jpg') no-repeat center top;
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 160px;
    }
		    .main__blockborsh {
        background: url('../images/main-bg-mobile-borsh.jpg') no-repeat center top;
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 160px;
    }
			    .main__blockkrot {
        background: url('../images/main-bg-mobile-krot.jpg') no-repeat center top;
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 160px;
    }
    h1 {
        max-width: inherit;
    }
    .advantages__right,
    .advantages__photo {
        width: 100%;
    }
    .advantages__right {
        margin-top: 30px;
    }
    .advantages__photo {
        height: auto;
        padding-top: 81.41%;
    }
    .price {
        margin-right: 0;
        width: 100%;
    }
    .types__list {
        margin-bottom: -20px;
    }
    .type {
        width: 50%;
        margin-bottom: 20px;
    }
    .reasons h2 {
        font-size: 32px;
    }
    .reasons h2 br {
        display: none;
    }
    .reasons__left {
        max-width: inherit;
    }
    .reason {
        margin-bottom: 20px;
    }
    .reasons__list {
        margin-top: 30px;
    }
    .reasons__block {
        -webkit-background-size: 540px auto;
        background-size: 540px auto;
        padding-bottom: 240px;
    }
	
	    .reasons__block2 {
        -webkit-background-size: 540px auto;
        background-size: 540px auto;
        padding-bottom: 240px;
    }
	
	    .reasons__block3 {
        -webkit-background-size: 540px auto;
        background-size: 540px auto;
        padding-bottom: 240px;
    }
	    .reasons__block4 {
        -webkit-background-size: 540px auto;
        background-size: 540px auto;
        padding-bottom: 240px;
    }
	
		    .reasons__blockborsh {
        -webkit-background-size: 540px auto;
        background-size: 540px auto;
        padding-bottom: 240px;
    }
	
	
		    .reasons__blockkle {
        -webkit-background-size: 540px auto;
        background-size: 540px auto;
        padding-bottom: 240px;
    }
	
	
	
	
    .reason:nth-child(2n),
    .reason {
        width: 100%;
    }
    .video {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .video:last-child {
        margin-bottom: 0;
    }
    .clients__list {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: -30px;
    }
    .clients__logo {
        width: 48%;
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-right: 4%;
    }
    .clients__logo:nth-child(2n) {
        margin-right: 0;
    }
    .reviews {
        margin-top: 40px;
    }
    .reviews h2 br {
        display: none;
    }
    .ratings {
        margin-top: 20px;
    }
    .reviews__block {
        padding-top: 30px;
    }
    .reviews__slider {
        margin-top: 30px;
    }
    .team__list {
        margin-bottom: -30px;
    }
    .team__item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .team__item:nth-child(2n) {
        margin-right: 0;
    }
    .contacts__left, #map {
        width: 100%;
    }
    .contacts__left {
        order: 2;
        margin-top: 40px;
    }
    .contacts__title,
    .contact {
        text-align: center;
    }
}

@media all and (max-width: 650px) {
    .footer__callback {
        width: 100%;
        margin-top: 20px;
    }
}

@media all and (max-width: 550px) {
    .footer__advantage:nth-child(3n), .main__advantage:nth-child(3n),
    .footer__advantage, .main__advantage {
        width: 48%;
        margin-right: 4%;
        margin-top: 4%;
    }
    .footer__advantage br, .main__advantage br {
        display: block;
    }
    .footer__advantage:nth-child(2n), .main__advantage:nth-child(2n) {
        margin-right: 0;
    }
    .footer__advantage:last-child, .main__advantage:last-child {
        width: 100%;
        margin-right: 0;
    }
    .main__info {
        right: 20px;
        left: 20px;
    }
    .main__block {
        padding-left: 15px;
        padding-right: 15px;
    }
	    .main__block2 {
        padding-left: 15px;
        padding-right: 15px;
    }
	    .main__block3 {
        padding-left: 15px;
        padding-right: 15px;
    }
		    .main__blockkle {
        padding-left: 15px;
        padding-right: 15px;
    }
		    .main__blockborsh {
        padding-left: 15px;
        padding-right: 15px;
    }
    .main__action-desc, .main__action-title, .main__action-title strong {
        font-size: 13px;
    }
    .main__action-title strong {
        top: 0;
        display: inline-block;
    }
    .main__action-desc {
        margin-top: 10px;
    }
    .form__btn {
        width: 100%;
        position: static;
        margin-top: 10px;
    }
    h1 {
        font-size: 28px;
    }
    h1 span {
        display: inline-block;
    }
    .form {
        margin-top: 25px;
    }
    .form__field {
        height: 54px;
    }
    .price {
        padding-left: 20px;
        padding-right: 20px;
    }
    .price__bottom {
        left: 20px;
        right: 20px;
    }
    .price__table li:after {
        top: 7px;
    }
    .price__table li {
        font-size: 15px;
        padding-left: 22px;
    }
    .reasons__block {
        padding-left: 20px;
        padding-right: 20px;
    }
	
	    .reasons__block2 {
        padding-left: 20px;
        padding-right: 20px;
    }
	    .reasons__block3 {
        padding-left: 20px;
        padding-right: 20px;
    }
	    .reasons__block4 {
        padding-left: 20px;
        padding-right: 20px;
    }
	
		    .reasons__blockkle {
        padding-left: 20px;
        padding-right: 20px;
    }
	
		    .reasons__blockborsh {
        padding-left: 20px;
        padding-right: 20px;
    }
	
	
		    .reasons__blockkle {
        padding-left: 20px;
        padding-right: 20px;
    }
		    .reasons__blockborsh {
        padding-left: 20px;
        padding-right: 20px;
    }
	
    .works__colon {
        display: none;
    }
    .work__params {
        margin-top: 20px;
    }
    .work__else,
    .work__param a {
        font-size: 15px;
    }
    .work__param:after {
        top: 6px;
    }
    .work {
        width: 100%;
        margin-right: 0;
    }
    .app__form > .form__field {
        width: 100%;
        margin-bottom: 10px;
    }
    .app__form {
        max-width: 290px;
        margin: 20px auto 0;
    }
    .app__form .form__field-wrap {
        width: 100%;
    }
    .reviews__block {
        padding-left: 20px;
        margin-left: -20px;
        padding-right: 20px;
        margin-right: -20px;
        border-radius: 0;
    }
    .review__diff {
        width: 110px;
    }
    .review__diff:last-child {
        margin-right: 0;
    }
    .review {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 70px;
    }
    .like {
        bottom: 20px;
    }
    .review__diffs {
        padding-right: 0;
    }
    .rating {
        width: 88px;
        margin-right: 10px;
    }
    .rating__info {
        padding-left: 0;
        white-space: nowrap;
    }
    .rating__number {
        font-size: 12px;
    }
    .rating__star {
        margin-right: 2px;
    }
    .rating__stars {
        margin-right: 4px;
    }
    .rating__number {
        font-size: 11px;
    }
    .block-desc {
        margin-top: 14px;
    }
    .contacts__title {
        font-size: 24px;
    }
    .contacts__form {
        margin-top: 17px;
    }
    .contact__phone {
        font-size: 21px;
    }
    .contact__title {
        font-size: 16px;
    }
    .overlay {
        padding: 10px;
    }
    .popup {
        margin: 30px auto;
        padding: 30px 20px;
    }
    .popup__title {
        font-size: 24px;
        padding-top: 10px;
    }
}

@media all and (max-width: 450px) {
    .type {
        width: 100%;
        margin-right: 0;
    }
    .type__desc {
        font-size: 15px;
    }
    .types__list {
        margin-top: 30px;
    }
    .team__item {
        width: 100%;
        margin-right: 0;
    }
    .footer__title {
        margin-left: 0;
        border-left: none;
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
        max-width: inherit;
    }
}

@media all and (max-width: 360px) {
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer__advantage-desc, .main__advantage-desc {
        font-size: 13px;
        letter-spacing: -0.01em;
    }
}





































/* Быстрая связь: кнопки в карточках цен и фиксированная нижняя планка */
body {
    padding-bottom: 92px;
}
.price {
    padding-bottom: 190px;
}
.price__quick-links {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}
.quick-btn {
    width: 50%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border-radius: 100px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    transition: all, 0.2s;
}
.quick-btn--phone {
    color: #0E7A2D;
    background: #FFFFFF;
    border: 1px solid #0E7A2D;
}
.quick-btn--phone:hover {
    color: #FFFFFF;
    background: #0E7A2D;
}
.quick-btn--whatsapp {
    color: #FFFFFF;
    background: #25D366;
    border: 1px solid #25D366;
}
.quick-btn--whatsapp:hover {
    background: #1EBE5D;
    border-color: #1EBE5D;
}
.quick-btn__icon {
    font-size: 16px;
    line-height: 1;
}
.quick-contact-bar {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 90;
    display: flex;
    gap: 12px;
    width: calc(100% - 40px);
    max-width: 520px;
    padding: 10px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid #DEDEDE;
    border-radius: 100px;
    box-shadow: 0 12px 35px rgba(17, 16, 61, 0.18);
}
.quick-contact-bar__btn {
    width: 50%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    transition: all, 0.2s;
}
.quick-contact-bar__btn--phone {
    color: #FFFFFF;
    background: #0E7A2D;
}
.quick-contact-bar__btn--phone:hover {
    background: #15913A;
}
.quick-contact-bar__btn--whatsapp {
    color: #FFFFFF;
    background: #25D366;
}
.quick-contact-bar__btn--whatsapp:hover {
    background: #1EBE5D;
}
.quick-contact-bar__icon {
    font-size: 18px;
    line-height: 1;
}
@media all and (max-width: 1100px) {
    .price {
        padding-bottom: 190px;
    }
}
@media all and (max-width: 550px) {
    body {
        padding-bottom: 86px;
    }
    .price {
        padding-bottom: 186px;
    }
    .price__quick-links {
        gap: 8px;
    }
    .quick-btn {
        min-height: 44px;
        font-size: 12px;
    }
    .quick-contact-bar {
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        max-width: none;
        gap: 8px;
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-radius: 18px 18px 0 0;
    }
    .quick-contact-bar__btn {
        min-height: 48px;
        font-size: 13px;
    }
}



/* Кнопки быстрой связи в первом блоке перед формой */
.main-quick-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 420px;
    margin: 18px 0 16px;
}
.main-quick-links .quick-btn {
    flex: 1 1 180px;
    width: auto;
    min-height: 52px;
    font-size: 14px;
    font-weight: 700;
}
@media all and (max-width: 550px) {
    .main-quick-links {
        max-width: 100%;
        margin: 15px 0;
        gap: 10px;
    }
    .main-quick-links .quick-btn {
        flex: 1 1 100%;
        width: 100%;
        justify-content: center;
    }
}
/* end main quick links */

/*certificates*/
.certificates {
    padding-top: 80px;
}
.certificates__list {
    margin-top: 45px;
}
.certificate {
    display: block;
    width: 31.33%;
    margin-right: 3%;
    padding: 16px 16px 18px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(17, 16, 61, 0.08);
    transition: all, 0.2s;
}
.certificate:nth-child(3n) {
    margin-right: 0;
}
.certificate:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(17, 16, 61, 0.14);
    border-color: #0E7A2D;
}
.certificate__photo {
    position: relative;
    display: block;
    height: 310px;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 14px;
    background: #F8F8F8;
    overflow: hidden;
}
.certificate__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.certificate__name {
    display: block;
    margin-top: 17px;
    font-weight: 700;
    font-size: 16px;
    line-height: 126%;
    color: #11103D;
}
.certificate__desc {
    display: block;
    margin-top: 7px;
    font-size: 14px;
    line-height: 126%;
    color: #858585;
}
.certificates__note {
    max-width: 680px;
    margin: 24px auto 0;
    padding: 14px 18px;
    box-sizing: border-box;
    border-radius: 100px;
    background: #F8F8F8;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #858585;
}
@media all and (max-width: 1100px) {
    .certificate__photo {
        height: 260px;
    }
}
@media all and (max-width: 850px) {
    .certificates {
        padding-top: 60px;
    }
    .certificates__list {
        margin-top: 30px;
        margin-bottom: -24px;
    }
    .certificate {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 24px;
    }
    .certificate:nth-child(3n) {
        margin-right: 4%;
    }
    .certificate:nth-child(2n) {
        margin-right: 0;
    }
}
@media all and (max-width: 550px) {
    .certificate {
        width: 100%;
        margin-right: 0;
    }
    .certificate:nth-child(3n),
    .certificate:nth-child(2n) {
        margin-right: 0;
    }
    .certificate__photo {
        height: 360px;
    }
    .certificates__note {
        border-radius: 16px;
        font-size: 14px;
    }
}
@media all and (max-width: 420px) {
    .certificate__photo {
        height: 300px;
    }
}
/*end certificates*/


/* Сообщение после отправки формы */
.message_call {
    width: 100%;
    margin-top: 10px;
}

.accept {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    background: #e8f7ee;
    color: #16733a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.accept.error {
    background: #ffecec;
    color: #b42318;
}

.popup .message_call {
    text-align: center;
}

.contacts__form .message_call,
.app__form .message_call,
.form .message_call {
    text-align: center;
}



/* Conversion blocks */
.main__lead {
    max-width: 520px;
    margin-top: 16px;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    color: #1f1f1f;
}
.main__price-note {
    max-width: 520px;
    margin-top: 18px;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(255,255,255,0.92);
    box-shadow: 0 10px 30px rgba(17, 16, 61, 0.10);
    font-size: 15px;
    line-height: 145%;
    color: #272727;
}
.main__price-note strong {
    color: #0E7A2D;
}
.main__trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 560px;
    margin-top: 14px;
}
.main__trust-list span,
.main__pest-tag {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 12px;
    border-radius: 100px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
}
.main__trust-list span {
    background: #F3FAF0;
    color: #075A20;
}
.main__pest-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 560px;
    margin-top: 14px;
}
.main__pest-tag {
    border: 1px solid #D8EFD8;
    background: #FFFFFF;
    color: #1d1d1d;
    cursor: pointer;
    transition: all .2s;
}
.main__pest-tag:hover {
    color: #FFFFFF;
    background: #0E7A2D;
    border-color: #0E7A2D;
}
.form__after-note,
.cost-quiz__note {
    margin-top: 12px;
    font-size: 13px;
    line-height: 145%;
    color: #545454;
}
.conversion-trust,
.cost-quiz,
.process,
.objects,
.faq,
.final-cta {
    padding-top: 70px;
    padding-bottom: 70px;
}
.conversion-trust__head,
.objects__head {
    max-width: 850px;
    margin: 0 auto 32px;
    text-align: center;
}
.conversion-trust__grid,
.process__grid,
.objects__grid {
    display: grid;
    gap: 20px;
}
.conversion-trust__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.conversion-card,
.process__item,
.object-card,
.faq__item,
.cost-quiz__wrap,
.final-cta__box {
    background: #FFFFFF;
    border: 1px solid #D8EFD8;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(17, 16, 61, 0.08);
    box-sizing: border-box;
}
.conversion-card {
    padding: 24px 22px;
}
.conversion-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    padding: 0 10px;
    margin-bottom: 16px;
    border-radius: 16px;
    background: #0E7A2D;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 18px;
}
.conversion-card h3,
.process__item h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 125%;
    color: #1d1d1d;
}
.conversion-card p,
.process__item p,
.final-cta__box p,
.cost-quiz__result li,
.faq__answer {
    font-size: 15px;
    line-height: 150%;
    color: #545454;
}
.cost-quiz__wrap {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 30px;
    padding: 34px;
    background: linear-gradient(135deg, #FFFFFF 0%, #F3FAF0 100%);
}
.cost-quiz__label,
.final-cta__label {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 100px;
    background: #FFD43B;
    color: #191919;
    font-size: 13px;
    font-weight: 800;
    line-height: 16px;
}
.cost-quiz__form {
    margin-top: 24px;
}
.quiz-step {
    margin-bottom: 18px;
}
.quiz-step__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    color: #1d1d1d;
}
.quiz-step__options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.quiz-option {
    min-height: 40px;
    padding: 9px 13px;
    border: 1px solid #D8EFD8;
    border-radius: 100px;
    background: #FFFFFF;
    color: #1d1d1d;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
}
.quiz-option.active,
.quiz-option:hover {
    color: #FFFFFF;
    background: #0E7A2D;
    border-color: #0E7A2D;
}
.cost-quiz__bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-top: 22px;
}
.cost-quiz__right {
    display: flex;
    align-items: stretch;
}
.cost-quiz__result {
    width: 100%;
    padding: 26px;
    border-radius: 20px;
    background: #0E7A2D;
    color: #FFFFFF;
}
.cost-quiz__result span {
    display: block;
    margin-bottom: 18px;
    font-size: 24px;
    line-height: 125%;
    font-weight: 800;
}
.cost-quiz__result ul {
    padding-left: 18px;
}
.cost-quiz__result li {
    color: #FFFFFF;
    margin-bottom: 12px;
}
.process__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 30px;
}
.process__item {
    padding: 24px;
}
.process__item span {
    display: inline-block;
    margin-bottom: 12px;
    color: #0E7A2D;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
}
.objects__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.object-card {
    min-height: 86px;
    padding: 18px;
    color: #1d1d1d;
    font-weight: 800;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    transition: all .2s;
}
.object-card:hover,
.object-card--accent {
    color: #FFFFFF;
    background: #0E7A2D;
    border-color: #0E7A2D;
    transform: translateY(-2px);
}
.faq__list {
    max-width: 900px;
    margin: 30px auto 0;
}
.faq__item {
    overflow: hidden;
    margin-bottom: 12px;
}
.faq__question {
    position: relative;
    width: 100%;
    padding: 20px 56px 20px 22px;
    border: none;
    background: none;
    color: #1d1d1d;
    font-weight: 800;
    font-size: 18px;
    line-height: 130%;
    text-align: left;
    cursor: pointer;
}
.faq__question:after {
    content: '+';
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #0E7A2D;
    font-size: 28px;
    line-height: 1;
}
.faq__item.active .faq__question:after {
    content: '–';
}
.faq__answer {
    display: none;
    padding: 0 22px 22px;
}
.faq__item.active .faq__answer {
    display: block;
}
.final-cta__box {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    align-items: center;
    padding: 34px;
    background: linear-gradient(135deg, #0E7A2D 0%, #075A20 100%);
    color: #FFFFFF;
}
.final-cta__box h2,
.final-cta__box p {
    color: #FFFFFF;
}
.final-cta__box h2 {
    text-align: left;
    margin-bottom: 10px;
}
.final-cta__actions {
    display: grid;
    gap: 12px;
}
.final-cta__actions .quick-btn {
    width: 100%;
    min-height: 52px;
    font-size: 15px;
}
.popup__desc {
    margin-top: 12px;
    font-size: 15px;
    line-height: 145%;
    color: #545454;
    text-align: center;
}
.popup__quick-links {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}
.popup__quick-links .quick-btn {
    flex: 1;
    width: auto;
}
.quick-contact-bar__text {
    display: none;
    align-items: center;
    padding-left: 10px;
    color: #1d1d1d;
    font-size: 13px;
    line-height: 16px;
    font-weight: 800;
}
.accept.error {
    background: #FFECEC;
    color: #B42318;
}
@media all and (min-width: 768px) {
    .quick-contact-bar {
        max-width: 650px;
    }
    .quick-contact-bar__text {
        display: flex;
        width: 190px;
    }
    .quick-contact-bar__btn {
        flex: 1;
    }
}
@media all and (max-width: 1100px) {
    .conversion-trust__grid,
    .objects__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .cost-quiz__wrap,
    .final-cta__box {
        grid-template-columns: 1fr;
    }
    .process__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media all and (max-width: 767px) {
    .main__lead {
        font-size: 16px;
    }
    .main__price-note {
        padding: 12px 14px;
        font-size: 14px;
    }
    .conversion-trust,
    .cost-quiz,
    .process,
    .objects,
    .faq,
    .final-cta {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .conversion-trust__grid,
    .process__grid,
    .objects__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .conversion-card,
    .process__item,
    .cost-quiz__wrap,
    .final-cta__box {
        padding: 20px;
        border-radius: 18px;
    }
    .cost-quiz__bottom {
        grid-template-columns: 1fr;
    }
    .cost-quiz__bottom .form__btn {
        width: 100%;
    }
    .faq__question {
        font-size: 16px;
        padding: 18px 48px 18px 18px;
    }
    .faq__answer {
        padding: 0 18px 18px;
    }
    .final-cta__actions .quick-btn,
    .popup__quick-links .quick-btn {
        width: 100%;
    }
    .popup__quick-links {
        flex-direction: column;
    }
}


/* Fix after conversion cleanup: simpler first screen + no quiz block */
.main__lead {
    max-width: 520px;
    margin-top: 16px;
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
    color: #1f1f1f;
}
.main-quick-links {
    margin: 20px 0 18px;
}
.main__price-note,
.main__trust-list,
.main__pest-tags,
.form__after-note,
.cost-quiz {
    display: none !important;
}
@media all and (max-width: 767px) {
    .main__lead {
        font-size: 16px;
        line-height: 145%;
    }
    .main-quick-links {
        margin: 16px 0;
    }
}


/* Final adjustments: compact first screen, restored quiz, no empty bottom whitespace */
body {
    padding-bottom: 0 !important;
}
.main__lead {
    display: none !important;
}
.cost-quiz {
    display: block !important;
}
.cost-quiz .block-desc {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
}
.cost-quiz__bottom .form__field {
    width: 100%;
}
.cost-quiz__bottom .form__btn {
    position: static;
    right: auto;
    top: auto;
    width: auto;
    min-width: 210px;
    white-space: nowrap;
}
.cost-quiz__bottom {
    align-items: center;
}
@media all and (max-width: 767px) {
    body {
        padding-bottom: 0 !important;
    }
    .cost-quiz__bottom {
        grid-template-columns: 1fr;
    }
    .cost-quiz__bottom .form__btn {
        width: 100%;
        min-width: 0;
    }
}
/* end final adjustments */


/* compact conversion notes under the first form */
.form__promise {
    margin-top: 12px;
    max-width: 420px;
    font-size: 14px;
    line-height: 135%;
    font-weight: 600;
    color: #FFFFFF;
}
.urgent-slots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    max-width: 420px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 120%;
    color: #FFFFFF;
}
.urgent-slots span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.16);
    font-weight: 700;
}
.urgent-slots .urgent-slots__title {
    color: #191919;
    background: #FFD43B;
    border-color: #FFD43B;
}
@media all and (max-width: 550px) {
    .form__promise,
    .urgent-slots {
        max-width: 100%;
    }
    .form__promise {
        font-size: 13px;
    }
    .urgent-slots {
        gap: 5px;
        font-size: 11px;
    }
    .urgent-slots span {
        min-height: 26px;
        padding: 5px 8px;
    }
}
/* end compact conversion notes */


/* Green palette adaptation based on reference design */
:root {
    --site-green: #0E7A2D;
    --site-green-hover: #15913A;
    --site-green-dark: #075A20;
    --site-green-light: #F3FAF0;
    --site-green-border: #D8EFD8;
    --site-yellow: #FFD363;
    --site-red: #E53935;
}

.blue-btn,
.quick-contact-bar__btn--phone,
.conversion-card__icon,
.quiz-option.active,
.quiz-option:hover,
.object-card:hover,
.object-card--accent,
.cost-quiz__result {
    background: var(--site-green) !important;
    border-color: var(--site-green) !important;
}
.blue-btn:hover,
.quick-contact-bar__btn--phone:hover {
    background: var(--site-green-hover) !important;
}
.blue-btn:active {
    background: var(--site-green-dark) !important;
}
.quick-btn--phone {
    color: var(--site-green) !important;
    border-color: var(--site-green) !important;
}
.quick-btn--phone:hover {
    color: #FFFFFF !important;
    background: var(--site-green) !important;
}
.advantage__title,
.price__title,
.price__table strong,
.process__item span,
.faq__question:after,
.main__price-note strong,
.footer__callback-phone,
.contacts__phone,
.contacts__info a,
.reviews__author,
.types__title a {
    color: var(--site-green) !important;
}
.footer__advantage,
.main__advantage,
.advantages__photo:after,
.types,
.final-cta__box {
    background: var(--site-green) !important;
}
.types,
.final-cta__box {
    background: linear-gradient(135deg, var(--site-green) 0%, var(--site-green-dark) 100%) !important;
}
.type__icon:after,
.certificate:hover,
.quiz-option,
.conversion-card,
.process__item,
.object-card,
.faq__item,
.cost-quiz__wrap,
.final-cta__box,
.certificate,
.price {
    border-color: var(--site-green-border) !important;
}
.cost-quiz__wrap {
    background: linear-gradient(135deg, #FFFFFF 0%, var(--site-green-light) 100%) !important;
}
.main__action-title strong,
.yellow-btn,
.cost-quiz__label,
.final-cta__label,
.urgent-slots .urgent-slots__title {
    background: var(--site-yellow) !important;
    border-color: var(--site-yellow) !important;
}
.main__action-desc strong,
.price__action {
    background: var(--site-red) !important;
}
.quick-btn--whatsapp,
.quick-contact-bar__btn--whatsapp {
    background: #22C55E !important;
    border-color: #22C55E !important;
}
.quick-btn--whatsapp:hover,
.quick-contact-bar__btn--whatsapp:hover {
    background: #16A34A !important;
    border-color: #16A34A !important;
}

/* reference-style benefits under first screen */
.main__benefits-ref {
    margin-top: 22px;
    padding: 28px 28px 26px;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 18px 42px rgba(10, 60, 25, 0.08);
}

.main__benefits-top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-bottom: 24px;
}

.main__benefit-ref {
    position: relative;
    text-align: center;
    padding: 0 30px;
    color: #166B21;
}

.main__benefit-ref:not(:last-child) {
    border-right: 1px solid rgba(22, 107, 33, 0.25);
}

.main__benefit-ref-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    margin: 0 auto 12px;
    color: #166B21;
}

.main__benefit-ref-icon svg {
    display: block;
    width: 74px;
    height: 74px;
}

.main__benefit-ref h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
    color: #166B21;
}

.main__benefit-ref p {
    margin: 0 auto;
    max-width: 275px;
    font-size: 16px;
    line-height: 1.3;
    color: #2D2D2D;
}

.main__benefits-banner {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 22px 38px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0B5F16 0%, #0D7C26 55%, #0A4D14 100%);
    color: #FFFFFF;
}

.main__benefits-banner-icon {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    color: #FFFFFF;
}

.main__benefits-banner-icon svg {
    display: block;
    width: 90px;
    height: 90px;
}

.main__benefits-banner-text h3 {
    margin: 0 0 6px;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
    color: #FFFFFF;
}

.main__benefits-banner-text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.92);
}

@media all and (max-width: 991px) {
    .main__benefits-ref {
        padding: 22px 18px;
    }

    .main__benefit-ref {
        padding: 0 16px;
    }

    .main__benefit-ref h3 {
        font-size: 20px;
    }

    .main__benefit-ref p {
        font-size: 14px;
    }

    .main__benefits-banner {
        padding: 20px 24px;
    }

    .main__benefits-banner-text h3 {
        font-size: 28px;
    }
}

@media all and (max-width: 767px) {
    .main__benefits-ref {
        margin-top: 16px;
        padding: 20px 16px;
        border-radius: 16px;
    }

    .main__benefits-top {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 20px;
    }

    .main__benefit-ref {
        padding: 0 0 18px;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(22, 107, 33, 0.18);
    }

    .main__benefit-ref:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .main__benefit-ref-icon,
    .main__benefit-ref-icon svg {
        width: 62px;
        height: 62px;
    }

    .main__benefit-ref h3 {
        font-size: 19px;
    }

    .main__benefit-ref p {
        font-size: 14px;
    }

    .main__benefits-banner {
        align-items: flex-start;
        gap: 16px;
        padding: 18px;
        border-radius: 14px;
    }

    .main__benefits-banner-icon,
    .main__benefits-banner-icon svg {
        flex-basis: 60px;
        width: 60px;
        height: 60px;
    }

    .main__benefits-banner-text h3 {
        font-size: 22px;
    }

    .main__benefits-banner-text p {
        font-size: 14px;
    }
}

@media all and (max-width: 480px) {
    .main__benefits-banner {
        display: block;
        text-align: center;
    }

    .main__benefits-banner-icon {
        display: block;
        margin: 0 auto 10px;
    }
}

/* Reference-style benefits block under first screen */
.main-benefits-ref {
    display: block !important;
    width: 100%;
    margin-top: 20px;
    padding: 28px 36px 34px;
    box-sizing: border-box;
    border-radius: 18px;
    background: #FFFFFF;
    box-shadow: 0 18px 45px rgba(7, 90, 32, 0.08);
}
.main-benefits-ref__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.main-benefits-ref__item {
    position: relative;
    min-height: 150px;
    padding: 0 34px;
    box-sizing: border-box;
    text-align: center;
    color: var(--site-green, #0E7A2D);
}
.main-benefits-ref__item:not(:last-child):after {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    width: 1px;
    height: calc(100% - 24px);
    background: #D7D7D7;
}
.main-benefits-ref__icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 12px;
    color: var(--site-green, #0E7A2D);
}
.main-benefits-ref__icon svg,
.main-benefits-ref__banner-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.main-benefits-ref__item h3 {
    margin: 0 0 9px;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.05;
    text-transform: uppercase;
    color: var(--site-green, #0E7A2D);
}
.main-benefits-ref__item p {
    margin: 0 auto;
    max-width: 260px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.35;
    color: #313131;
}
.main-benefits-ref__banner {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 28px;
    padding: 26px 38px;
    box-sizing: border-box;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--site-green, #0E7A2D) 0%, var(--site-green-dark, #075A20) 100%);
    color: #FFFFFF;
}
.main-benefits-ref__banner-icon {
    flex: 0 0 98px;
    width: 98px;
    height: 98px;
    color: #FFFFFF;
}
.main-benefits-ref__banner-icon svg {
    stroke-width: 4.5;
}
.main-benefits-ref__banner-text h3 {
    margin: 0 0 8px;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.05;
    text-transform: uppercase;
    color: #FFFFFF;
}
.main-benefits-ref__banner-text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
}
@media all and (max-width: 991px) {
    .main-benefits-ref {
        padding: 24px 24px 28px;
    }
    .main-benefits-ref__item {
        padding: 0 18px;
    }
    .main-benefits-ref__item h3 {
        font-size: 20px;
    }
    .main-benefits-ref__item p {
        font-size: 14px;
    }
    .main-benefits-ref__banner {
        gap: 24px;
        padding: 24px 28px;
    }
    .main-benefits-ref__banner-text h3 {
        font-size: 28px;
    }
}
@media all and (max-width: 767px) {
    .main-benefits-ref {
        margin-top: 16px;
        padding: 18px;
    }
    .main-benefits-ref__items {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .main-benefits-ref__item {
        min-height: auto;
        padding: 0 0 18px;
        border-bottom: 1px solid #D7D7D7;
    }
    .main-benefits-ref__item:not(:last-child):after {
        display: none;
    }
    .main-benefits-ref__item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }
    .main-benefits-ref__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 10px;
    }
    .main-benefits-ref__item h3 {
        font-size: 22px;
    }
    .main-benefits-ref__banner {
        align-items: flex-start;
        gap: 16px;
        margin-top: 20px;
        padding: 20px;
    }
    .main-benefits-ref__banner-icon {
        flex-basis: 64px;
        width: 64px;
        height: 64px;
    }
    .main-benefits-ref__banner-text h3 {
        font-size: 24px;
    }
    .main-benefits-ref__banner-text p {
        font-size: 15px;
    }
}
@media all and (max-width: 480px) {
    .main-benefits-ref__banner {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .main-benefits-ref__banner-text h3 {
        font-size: 22px;
    }
}
/* end reference-style benefits block */

/* exact reference-style pest icon for the green banner */
.main__benefits-banner-icon img {
    display: block;
    width: 112px;
    height: 112px;
    object-fit: contain;
}

@media all and (max-width: 767px) {
    .main__benefits-banner-icon img {
        width: 68px;
        height: 68px;
    }
}

/* spacing fix for reference-style green banner with pest icon */
.main__benefits-banner {
    gap: 34px;
    padding: 26px 44px 26px 64px;
}

.main__benefits-banner-icon {
    flex: 0 0 170px;
    width: 170px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main__benefits-banner-icon img {
    display: block;
    width: 140px;
    height: 140px;
    max-width: none;
    object-fit: contain;
}

@media all and (max-width: 991px) {
    .main__benefits-banner {
        gap: 26px;
        padding: 24px 34px 24px 44px;
    }

    .main__benefits-banner-icon {
        flex-basis: 140px;
        width: 140px;
        height: 112px;
    }

    .main__benefits-banner-icon img {
        width: 118px;
        height: 118px;
    }
}

@media all and (max-width: 767px) {
    .main__benefits-banner {
        gap: 18px;
        padding: 20px 22px;
    }

    .main__benefits-banner-icon {
        flex: 0 0 86px;
        width: 86px;
        height: 86px;
    }

    .main__benefits-banner-icon img {
        width: 84px;
        height: 84px;
    }
}

@media all and (max-width: 480px) {
    .main__benefits-banner {
        padding: 22px 18px;
    }

    .main__benefits-banner-icon {
        width: 94px;
        height: 94px;
        margin: 0 auto 14px;
    }

    .main__benefits-banner-icon img {
        width: 92px;
        height: 92px;
    }
}
.footer__disclaimer {
    margin: 22px auto 0;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    max-width: 900px;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    color: #666;
}

.copyright {
    font-size: 15px;
    line-height: 1.35;
    color: #222;
}

.footer__title {
    max-width: 330px;
}

@media (max-width: 767px) {
    .footer__disclaimer {
        margin-top: 18px;
        font-size: 12px;
        line-height: 1.45;
        padding-bottom: 80px;
    }

    .copyright {
        text-align: center;
    }
}

/* Footer layout fix: keeps phone in one row and disclaimer as a separate bottom line */
.footer {
    padding-bottom: 110px;
}
.footer__wrap.spacer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    flex-wrap: nowrap;
    padding-top: 50px;
    padding-bottom: 24px;
}
.footer__left.spacer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 56px;
    flex-wrap: nowrap;
    max-width: none;
    width: auto;
    flex: 1 1 auto;
    min-width: 0;
}
.footer__left-block {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    min-width: 0;
}
.footer__left-block > * {
    display: flex;
    align-items: center;
}
.footer__title {
    max-width: 230px !important;
    flex: 0 0 230px;
}
.footer__callback {
    flex: 0 0 auto;
    white-space: nowrap;
}
.copyright {
    flex: 0 0 auto;
    margin: 0;
    max-width: 190px;
    text-align: right;
    font-size: 14px;
    line-height: 1.35;
    color: #222;
}
.footer__disclaimer {
    margin: 0 auto;
    padding-top: 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    max-width: 900px;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    color: #666;
}
@media all and (max-width: 900px) {
    .footer {
        padding-bottom: 100px;
    }
    .footer__wrap.spacer {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        padding-top: 38px;
        padding-bottom: 20px;
    }
    .footer__left.spacer {
        flex-direction: column;
        align-items: center;
        gap: 22px;
        width: 100%;
    }
    .footer__left-block {
        justify-content: center;
    }
    .footer__callback,
    .copyright {
        text-align: center;
        white-space: normal;
    }
}
@media all and (max-width: 550px) {
    .footer {
        padding-bottom: 110px;
    }
    .footer__left-block {
        flex-direction: column;
        text-align: center;
    }
    .footer__title {
        flex: 0 1 auto;
        max-width: 280px !important;
        margin: 16px 0 0;
        padding: 14px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.16);
        text-align: center;
    }
    .footer__disclaimer {
        font-size: 12px;
        line-height: 1.45;
        padding-left: 10px;
        padding-right: 10px;
    }
}


/*partners logos*/
.partners {
    padding-top: 76px;
}
.partners h2 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.partners__logos {
    margin: 40px auto 0;
    max-width: 1060px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px 38px;
    align-items: center;
}
.partners__logo {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners__logo img {
    display: block;
    max-width: 100%;
    max-height: 64px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.42;
    transition: opacity 0.2s, filter 0.2s, transform 0.2s;
}
.partners__logo:hover img {
    opacity: 1;
    filter: grayscale(0%) !important;
    transform: translateY(-1px) scale(1.03);
}
@media all and (max-width: 1024px) {
    .partners {
        padding-top: 60px;
    }
    .partners__logos {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px 28px;
    }
}
@media all and (max-width: 767px) {
    .partners {
        padding-top: 50px;
    }
    .partners__logos {
        margin-top: 28px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 22px;
    }
    .partners__logo {
        min-height: 58px;
    }
    .partners__logo img {
        max-height: 50px;
    }
}
/*end partners logos*/


/* partners hover color override */
.partners__logo img {
    filter: grayscale(100%);
    opacity: 0.42;
    transition: opacity 0.25s ease, filter 0.25s ease, transform 0.25s ease;
}
.partners__logo:hover img {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
    transform: translateY(-1px) scale(1.03);
}
