html {
    scroll-behavior: smooth;
    min-width: 320px;
}
/* responsive font sizes for big elements */
.rfs1 {
    font-size: 48px;
    line-height: 1.1;
}
.rfs2 {
    line-height: 1.1;
    font-size: 32px;
}
.rfs3 {
    font-size: 30px;
    line-height: 1.1;
    color: #3ccc56;
    text-align: center;
}
@media (max-width: 991px) {
    .rfs1 {
        font-size: 42px;
    }
}
@media (max-width: 767px) {
    .rfs1 {
        font-size: 36px;
    }
    .rfs2 {
        font-size: 28px;
    }
}
@media (max-width: 650px) {
    .rfs1 {
        font-size: 30px;
    }
    .rfs2 {
        font-size: 22px;
    }
}



.btn-se {
    color: #fff;
    background: #59afe4;
    background: linear-gradient(180deg, #73beed 0%,#59afe4 100%);
    border: 1px solid transparent;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .8rem;
    font-size: 1rem;
    line-height: 1.5;
    /* transition: all .15s ease-in-out; */
    text-decoration: none;
    margin: 0 5px 5px 0;
}
.btn-se:hover, .btn-se:focus {
    color: #fff;
    text-decoration: none;
    background: #73beed;
}
.btn-se:focus {
    border: 1px solid #000;
}

.btn-se-green {
    color: #fff;
    background: #4ab749;
    border-radius: 15px;
    min-width: 120px;
    width: 30%;
}

.top-banner {
    position: relative;
}
.top-banner-top {
    position: relative;
    height: 300px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-banner-top-logo {
    position: absolute;
    top: 30px;
    left: 35px;
}
.top-banner-top-frame {
    position: absolute;
    /* height: 265px; */
    width: 415px;
    padding: 15px 40px 25px;
    top: 20px;
    left: 60%;
    background: rgba(0, 0, 0, 0.5);
    
}
.top-banner-top-frame-text {
    color: #fff;
    padding-bottom: 20px;
}
.top-banner-stripe {
    width: 100%;
    height: 36px;
    position: absolute;
    background: rgba(75, 183, 74, 0.7);
    /* top: 394px; */
    /* bottom: 0; */
    margin-top: -36px;
}
.top-banner-bot {
    padding: 20px 0;
    background: #4bb74a;
    text-align: center;
    color: #fff;
    font-weight: 500;
}

@media (max-width: 1250px) {
    .top-banner-top-frame {
        left: inherit;
        right: 5%;
    }
}
@media (max-width: 920px) {
    .top-banner-top {
        height: 490px;
    }
    .top-banner-top-logo {
        position: absolute;
        top: 0;
        left: 0;
        margin: 20px 0 20px 30px;
    }
    .top-banner-top-frame {
        position: absolute;
        /* margin: 0 auto; */
        top: auto;
        bottom: 165px;
        left: auto;
        right: 30px;
    }
}
@media (max-width: 650px) {
    .top-banner-top-frame {
        width: 90%;
        right: 5%;
    }
}
@media (max-width: 420px) {
    .top-banner-top {
        height: 350px;
    }
    .top-banner-top-frame {
        padding: 20px;
        bottom: 180px;
    }
}



.catalog {
    padding: 40px 0;
}
.catalog-item {
    padding: 5px;
}
.catalog-item-inner {
    border: 1px solid #39b54a;
    border-radius: 10px;
    padding: 25px 15px;
    height: 100%;
}
.catalog-item-image {
    text-align: center;
    padding: 5px;
}
.catalog-item-image-img {
    width: 90%;
}
.catalog-item-description {
    color: #9d9fa2;
}
.catalog-item-description-more {
    color: #4bb74a;
    text-decoration: underline;
}
.catalog-item-description-more:hover {
    color: #000;
}
.catalog-item-badge {
    position: absolute;
    /* right: 1em; */
    top: 1em;
    font-size: .5em;
    margin-left: .5em;
}

.reviews-inner {
    background: url('../img/reviews.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.reviews-title {
    padding-bottom: 10px;
}

.review-item {
    color: #9d9fa2;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 40px;
    border-right: 3px dotted #777;
}
.review-item-inner {
    padding: 0 10px;
}
.review-item:nth-of-type(3n), .review-item:last-of-type {
    border: 0;
}
.review-item-more {
    color: #9d9fa2;
    text-decoration: underline;
    display: block;
    position: absolute;
    bottom: -30px;
}
.review-item-more:hover {
    color: #fff;
}

.review-item-image {
    margin: 10px 0;
    text-align: center;
    background: #fff;
}
.review-item-image-img {
    /* width: 100%; */
    max-height: 190px;
    max-width: 100%;
    padding: 10px;
}
.review-item-title a {
    font-size: 1.2rem;
    font-weight: 500;
    color: #9d9fa2;
    text-decoration: none;
}
.review-item-title a:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .review-item {
        border-right: 0;
        border-bottom: 1px dotted #999;
    }
    .review-item:nth-of-type(3n) {
        border: 0;
    }
    .review-item-more {
        position: relative;
        padding: 10px 0;
        bottom: inherit;
    }
}




.footer {
    position: relative;
    background: #1e1d1d;
    padding: 30px 0;
    color: #18cc48;
    text-align: center;
}
.footer-contacts a {
    color: #18cc48;
}
.footer-contacts a:hover {
    color: #fff;
}
.footer-logo-1 {
    position: absolute;
    top: 27px;
    left: 35px;
}
.footer-left-text a {
    color: #18cc48;
    text-decoration: none;
}
.footer-left-text a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-left-text-top {
    font-size: 22px;
    line-height: 1;
    text-align: justify;
    display: block;
}
.footer-left-text-bot {
    font-size: 14px;
    text-align: justify;
}
.footer-contacts-social {
    padding: 5px 0 0 0;
}
.footer-contacts-social i {
    font-size: 22px;
    padding: 8px 5px;
    border: 1px solid #18cc48;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
}

@media (max-width: 1650px) {
    .footer-logo-1 {
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 30px 0 40px;
        top: inherit;
        left: inherit;
    }
}
@media (max-width: 1199px) {
    .footer-left-text-top {
        font-size: 18px;
    } 
    .footer-left-text-bot {
        font-size: 12px;
    }
    .btn-se {
        font-size: .9rem;
        padding: .7rem;
    }
}
@media (max-width: 991px) {
    .footer-left-text-top, .footer-left-text-bot {
        padding-bottom: 10px;
        text-align: center;
    }
}


.se-modal .modal-content {
    border: 10px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    color: #9d9fa2;
}
.se-modal .close {
    color: #18cc48;
    opacity: 1;
}
.se-modal .close:hover {
    color: #000;
}
.se-modal .modal-title {
    color: #18cc48;
}
.se-green {
    color: #18cc48;
}
.ul-green {
    list-style: none;
}
.ul-green > li::before {
    content: "\2022";
    color: #18cc48;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.se-modal-strong .modal-content {
    color: #838383;
}


.sticky-form-link {
    transform: rotate(90deg);
    height: auto;
    color: #fff;
    background: #4bb74a;
    width: 170px;
    text-align: center;
    right: -70px;
    padding: 5px 0;
    display: block;
    position: fixed;
    z-index: 9;
    bottom: 20%;
    font-weight: bold;
    text-decoration: none;
}
.sticky-form-link:hover {
    color: #fff;
    text-decoration: none;
    background: #4bb74a;
}


@media (min-width: 1000px) {
    .se-modal .modal-dialog {
        max-width: 700px;
    }
}
@media (min-width: 1100px) {
    .se-modal-wide .modal-dialog{
        max-width: 900px;
    }
    .sticky-form-link {
        transform: rotate(90deg);
        height: auto;
        color: #fff;
        background: #4bb74a;
        width: 200px;
        text-align: center;
        right: -75px;
        padding: 15px 0;
        display: block;
        position: fixed;
        z-index: 9;
        bottom: 20%;
        font-weight: bold;
        text-decoration: none;
        font-size: 18px;
    }
}


.catalog-modal-image {
    text-align: center;
}
.catalog-modal-image-img {
    /* width: 100%; */
    /* max-width: 500px; */
    max-height: 200px;
    padding: 10px 0;
}

.tbb-with-button {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tbb-link-block {
    margin-left: 4em;
}
.tbb-link-link {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 5px 10px;
}

.tbb-link-link:hover {
    color: #4bb74a;
    text-decoration: none;
    background: #fff;
}
@media (max-width: 1100px) {
    .tbb-with-button {
        flex-direction: column;
    }
    .tbb-link-block {
        margin: 20px auto 10px;
    }
}
@media (max-width: 650px) {
    .tbb-link-link {
        font-size: 18px;
    }
}