@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

.owl-carousel {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    position: relative;
}

.burger-menu {
    display: none;
    z-index: 10;
}

.desc {
    display: block;
}

.mob {
    display: none;
}

img {
    border: none;
}

body {
    max-width: 100%;
}

.fixed {
    overflow-y: hidden;
}

.container {
    overflow-x: hidden;
}

.arrow-top {
    width: 67px;
    height: 67px;
    border: 1px solid #dbcebc;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    right: 20px;
    bottom: 30px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.arrow-top:after {
    content: ' ';
    /* Style for "Group 2" */
    width: 20px;
    border-top: 1px solid #dbcebc;
    border-right: 1px solid #dbcebc;
    height: 20px;
    margin-top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrow-top:hover {
    border: 1px solid #23533c;
}

.arrow-top:hover:after {
    border-color: #23533c;
}

.head {
    background: url("../img/header.jpg") no-repeat center;
    height: 67px;
    width: 100%;
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 10;
    top: 0px;
}

.content {
    width: 1000px;
    max-width: 100%;
    padding: 0 20px;
    margin: auto;
    z-index: 5;
    position: relative;
}

.head .content {
    height: 67px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head .content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 67px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

.head ul>li>a {
    position: relative;
    display: block;
    color: #fefefe;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    text-decoration: none;
}

.head ul>li>a:hover {
    color: #87c623;
}

.head ul>li>a:before {
    right: 50%;
}

.head ul>li>a:after,
.head ul>li>a:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 0;
    height: 2px;
    background-color: #fff;
    -webkit-transition: width .3s, background-color .3s;
    -o-transition: width .3s, background-color .3s;
    transition: width .3s, background-color .3s;
}

.head ul>li>a:hover:after,
.head ul>li>a:hover:before {
    width: 50%;
    background-color: #87c623;
}

.head ul>li>a:after {
    left: 50%;
}

.head-logo {
    display: block;
    width: 50px;
    margin: 0 10px;
}

.icon-phone {}

.white {
    color: white;
}

.green {
    color: #23533c;
}

.block-top {
    margin-top: 67px;
    background: url("../img/top-fon-max1.jpg") no-repeat right;
    background-size: cover;
    background-position: right 0px center;
    width: 100%;
    height: 481px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content-logo {
    max-width: 100%;
    width: 1200px;
    position: relative;
}

.logo5ka-top {
    position: absolute;
    right: 0px;
    top: 0px;
}

.logo5ka-top img {
    width: 100%;
    height: 100%;
}

.block-top header {
    max-width: 100%;
    width: 800px;
    padding: 0 10px;
}

.block-top header h1 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.block-top p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.block-top-under p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    max-width: 470px;
    color: #FFFFFF;
}

.block-top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 1100px;
    margin-top: 100px;
    margin-bottom: 0px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block-top-nav a {
    margin-bottom: 15px;
}

.btn {
    width: 230px;
    height: 65px;
    background: #8DC63F;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

.btn2 {
    background: #00B04C url("../img/icon-pdf.svg") no-repeat 20px center;
    padding-left: 40px;
}

.btn3 {
    background: #00B04C;
}

.btn4 {
    width: 300px;
    margin: 20px 0px;
}

.btn:hover {
    background: #3BBA70;
}

.btn:active {
    background: #0D7438;
}

.btn2:hover {
    background: #2A5F20 url("../img/icon-pdf.svg") no-repeat 20px center;
}

.btn2:active {
    background: #052200 url("../img/icon-pdf.svg") no-repeat 20px center;
}

.map {
    background: url("../img/map.png") no-repeat center;
    height: 544px;
    background-size: cover;
}

.map iframe {
    width: 100%;
    height: 100%;
}

.block-save-trees {
    background: url("../img/fon1.png") repeat center;
    height: 497px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.block-save-trees::after {
    content: ' ';
    position: absolute;
    right: -150px;
    bottom: 50px;
    background: url("../img/trees-fon1.png") no-repeat center;
    background-size: 400px 300px;
    width: 400px;
    height: 300px;
    transform: rotate(90deg);
}

.block-save-trees::before {
    content: ' ';
    position: absolute;
    left: -150px;
    top: 50px;
    background: url("../img/trees-fon1.png") no-repeat center;
    background-size: 400px 300px;
    width: 400px;
    height: 300px;
    transform: rotate(-90deg);
}

.block-save-trees h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #164633;
    margin-top: 40px;
}

.block-save-trees>p {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #164633;
}

.block-save-trees-ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1000px;
    max-width: 100%;
    margin: 40px 0;
    counter-reset: section;
    position: relative;
    z-index: 2;
}

.block-save-trees-ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block-save-trees-ul li:before {
    counter-increment: section;
    content: counter(section);
    width: 54px;
    min-width: 54px;
    height: 54px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #00B04C;
    /*font-family: Circe;*/
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 0.02em;
    margin-right: 10px;
    color: #FFFFFF;
}

.block-save-trees-ul li strong {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #164633;
}

.block-save-trees-ul li strong a {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #164633;
    display: block;
    width: 315px;
}

.block-find-shop {
    background: url("../img/fon2.png") no-repeat;
    height: 587px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.block-find-shop>p {
    width: 800px;
    padding: 0 10px;
    max-width: 100%;
    margin-top: 30px;
}

.block-find-shop>p,
.block-find-shop>p a {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.block-find-shop-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1000px;
    margin: 50px auto;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-find-shop-content>div {
    width: 90%;
    max-width: 410px;
}

.block-find-shop-content h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    color: #E9F0D7;
    margin-bottom: 10px;
}

.block-find-shop-content p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #F9FFE8;
}

.block-find-shop h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.block-find-shop-bot {
    width: 666px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 25px 0 40px 0;
}

.bottom {
    overflow: hidden;
    padding-top: 28px;
    padding-bottom: 23px;
    background-color: #2b6410;
    position: relative;
    z-index: 10;
}

.bottom .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-list {
    list-style-type: none;
}

.footer-list>li,
.footer-list>li a {
    color: hsla(0, 0%, 100%, .6);
    font-size: 12px;
    line-height: 20px;
}

.footer__email a {
    color: #508a1b;
}

.footer-list>li>a.footer__list-politics:hover {
    text-decoration: none;
}

body {}

.fixed-fon {
    background: rgba(36, 50, 31, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    overflow: auto;
}

.fixed-content {
    width: 645px;
    max-width: 90%;
    position: relative;
    padding: 50px 120px 15px 120px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: auto;
}

.fixed-content-close {
    background: url("../img/icon-exit.svg") no-repeat center;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 0px;
    cursor: pointer;
}

.fixed-content h2 {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 30px;
}

.fixed-content h2 span {
    font-weight: 600;
    font-size: 35px;
    display: block;
    color: #00B04C;
}

.fixed-block-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.fixed-block-one-img {
    border: 3px solid #00B04C;
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fixed-block-one h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #292929;
    margin-bottom: 5px;
}

.fixed-block-one p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
}

.fixed-block-one p a {
    color: #4F4F4F;
    font-size: 14px;
    line-height: 17px;
}

.fixed-block-one p span {
    color: #8DC63F;
    font-size: 14px;
    line-height: 17px;
    display: block;
}

.fixed-content .btn {
    margin: 0 auto 30px;
}

.fixed-content-bot {
    display: block;
    margin: 0 -105px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 130%;
    color: #4F4F4F;
    max-width: 600px;
}

.find-tree {
    padding-bottom: 80px;
}

.find-tree h2 span {
    display: inline-block;
}

.find-tree p {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #292929;
}

.find-tree-form {
    margin: 30px 0 50px 0;
    width: 348px;
    height: 49px;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.find-tree-text {
    border: 1px solid #C4C4C4;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    border-right: 0px;
    padding: 0 12px;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.1em;
    color: #3E3E3E;
}

.find-tree-text:focus {
    border: 2px solid #9E9E9E;
    outline: none;
    border-right: 0px;
}

.find-tree-send {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
    color: #FFFFFF;
    width: 120px;
    min-width: 120px;
    height: 49px;
    background: #00B04C;
    border: 1px solid #00B04C;
    text-align: center;
}

.error-messages {
    position: absolute;
    left: 0px;
    top: 100%;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    padding-top: 5px;
    color: #CE0000;
}

@media all and (max-width: 1300px) {
    .logo5ka-top {
        width: 80px;
        right: 15px;
        top: 18px;
    }
    .block-top header {
        margin-top: 90px;
    }
}

@media all and (max-width: 768px) {
    .head .content ul,
    .desc {
        display: none;
    }
    .mob {
        display: block;
    }
    .head-logo {
        display: block;
        width: 50px;
        margin: 0;
        position: absolute;
        left: 9px;
        top: 9px;
    }
    .burger-menu {
        background: url("../img/burger-menu.png") no-repeat;
        width: 32px;
        height: 22px;
        display: block;
        position: absolute;
        right: 9px;
        top: 16px;
    }
    .head .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .head {
        z-index: 20;
        background: url("../img/header.jpg") no-repeat center;
        background-size: cover;
    }
    .head .content ul {
        /*display: block;*/
        background: #23533c;
        position: relative;
        z-index: 5;
        height: auto;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 20px;
    }
    .head .content ul li {
        margin: 10px 0;
    }
    .block-top {
        height: auto;
        margin-top: 67px;
        background: url("../img/top-fon-mob1.jpg") no-repeat;
        background-size: cover;
    }
    .logo5ka-top {
        width: 80px;
        right: 15px;
        top: 18px;
    }
    .block-top header {
        margin-top: 90px;
    }
    .block-top header h1 {
        font-size: 23px;
        line-height: 28px;
    }
    .block-top p {
        font-size: 16px;
        line-height: 147.02%;
    }
    .block-top-nav {
        margin-top: 10px;
    }
    .block-save-trees {
        height: auto;
        padding: 0 15px;
    }
    .block-save-trees::after {
        content: ' ';
        position: absolute;
        right: -50px;
        bottom: 0px;
        background: url("../img/trees-fon1.png") no-repeat center;
        background-size: 200px 150px;
        width: 200px;
        height: 150px;
        transform: rotate(90deg);
    }
    .block-save-trees::before {
        background: none;
    }
    .block-save-trees h2 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 25px;
    }
    .block-save-trees>p {
        font-size: 16px;
        line-height: 130%;
    }
    .block-save-trees-ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .block-save-trees-ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px;
        width: 90%;
    }
    .block-save-trees-ul li strong {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.02em;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
    .block-save-trees-ul li strong a {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.02em;
        width: auto;
    }
    .logo5ka-name {
        z-index: 2;
    }
    .logo5ka-name img {
        max-width: 90%;
    }
    .block-find-shop {
        height: auto;
    }
    .block-find-shop>p,
    .block-find-shop>p a {
        font-size: 16px;
        line-height: 19px;
    }
    .block-find-shop-content {
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .block-find-shop-content>div {
        width: 90%;
        margin: 0 auto 45px;
    }
    .block-find-shop-content h3 {
        font-size: 14px;
        line-height: 140%;
        margin-bottom: 5px;
    }
    .block-find-shop-content p {
        font-size: 12px;
        line-height: 140%;
    }
    .block-find-shop h2 {
        font-size: 16px;
        width: 90%;
        line-height: 140%;
    }
    .block-find-shop-bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .fixed-fon {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 20px;
    }
    .fixed-content {
        width: 645px;
        position: relative;
        padding: 15px 5px 5px 5px;
    }
    .fixed-content-close {
        background: url("../img/icon-exit.svg") no-repeat center;
        background-size: 100% 100%;
        width: 16px;
        height: 16px;
        right: 15px;
        top: 15px;
    }
    .fixed-content h2 {
        font-size: 25px;
        line-height: 110%;
        margin-bottom: 30px;
    }
    .fixed-content h2 span {
        font-size: 25px;
        line-height: 110%;
    }
    .fixed-block-one {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 95%;
        margin: 0 auto 20px;
    }
    .fixed-block-one-img {
        border: 2px solid #00B04C;
        width: 54px;
        min-width: 54px;
        height: 54px;
        margin-right: 10px;
    }
    .fixed-block-one-img img {
        max-width: 60%;
        max-height: 60%;
    }
    .fixed-block-one h3 {
        font-size: 16px;
        line-height: 140%;
        margin-bottom: 5px;
    }
    .fixed-block-one p {
        font-size: 12px;
        line-height: 140%;
    }
    .fixed-block-one p a {
        font-size: 12px;
        line-height: 140%;
    }
    .fixed-block-one p span {
        font-size: 12px;
        line-height: 140%;
    }
    .fixed-content .btn {
        margin: 0 auto 30px;
    }
    .fixed-content-bot {
        margin: 0;
        font-size: 8px;
        line-height: 130%;
    }
    .find-tree {
        padding-bottom: 80px;
    }
    .find-tree h2 span {
        display: inline-block;
    }
    .find-tree p {
        font-size: 12px;
        line-height: 130%;
    }
    .find-tree-form {
        margin: 30px auto 50px;
        width: 256px;
        height: 44px;
        background: #FFFFFF;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    .find-tree-text {
        font-size: 16px;
        line-height: 140%;
        width: 160px;
    }
    .find-tree-send {
        width: 96px;
        min-width: 96px;
        height: 44px;
        font-size: 14px;
        line-height: 100%;
    }
    .error-messages {
        font-size: 12px;
        line-height: 140%;
    }
    .find-tree-bot-text {
        font-size: 12px;
        line-height: 130%;
        padding: 0 10px;
    }
    .bottom .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: auto;
        max-width: 100%;
        height: 300px;
    }
    .owl-nav {
        position: absolute;
        top: 28%;
        width: 100%;
    }
    .owl-prev {
        width: 30px;
        height: 30px;
        border-right: 1px solid;
        border-top: 1px solid;
        border-color: #23533c;
        position: absolute;
        left: 0px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .owl-next {
        width: 30px;
        height: 30px;
        border-right: 1px solid;
        border-top: 1px solid;
        border-color: #23533c;
        position: absolute;
        right: 40px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@media all and (max-width: 420px) {
    .block-top {
        height: auto;
        margin-top: 67px;
        background: url("../img/top-fon-mob1.jpg") no-repeat;
        background-size: cover;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {}