.offcanvas {
    z-index: 10000000000;
    width: 100%;
}

h1 {
    font-weight: 700;
    margin: 40px 0 30px 0;
    font-size: 46px;
}

h2 {
    text-align: center;
    font-weight: 800;
    font-size: 40px;
    margin-top: 70px;
}

.button-a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: inherit;
}

.button-a:hover {
    color: inherit;
}

.button-a:active {
    color: inherit;
}

.menu-mobile-img {
    height: 32px;
    margin: 8px 5px;
}

.header {
    position: sticky;
    padding: 10px 0;
    background: #ffffff;
    top: 0;
    z-index: 1000000;
    margin: 0;
    width: 100%;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
}

.header-nav-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav-li {
    display: inline-block;
}

.nav-a {
    color: #000000;
    display: block;
    margin: 10px 40px 10px 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
}

.nav-a:hover {
    transition: 0.2s;
    color: #efc73b;
    transform: scale(1.2);
}

.header-number {
    font-size: 18px;
    font-weight: 800;
    padding: 10px 0;
    margin: 0;
    text-align: right;
    color: #000000;
}

.header-link {
    font-size: 18px;
    font-weight: 800;
    padding: 10px 0;
    margin: 0;
    text-align: right;
    color: #000000;
    text-decoration: underline;
    display: none;
}

.hero {
    margin-top: 30px;
}

.yellow-color-title {
    color: #f5c51f;
}

.hero-advantages {
    padding: 0 !important;
    margin: 14px 0;
}

.hero-advantages-tr {
    height: 100% !important;
}

.hero-advantages-td {
    vertical-align: middle;
    align-items: stretch;
}

.hero-advantages-icon {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.hero-advantages-text {
    font-size: 22px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0 20px;
}

.extra-bold {
    font-weight: 900;
}

.hero-button {
    background: #f5c51f;
    color: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 10px 40px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 800;
    transition: 0.2s;
}

.hero-button:hover {
    background: #e8b401;
}

.hero-background {
    width: 100%;
    margin-top: 70px;
}

.hero-form-container {
    width: 100%;
    display: flex;
    justify-content: right;
}

.hero-img {
    width: 90%;
    border-radius: 35px;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
    float: right;
}

.hero-form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
    position: absolute;
    margin: -60px 50px 0 50px;
    text-align: center;
}

.hero-form-title {
    font-size: 18px;
    font-weight: 600;
}

.hero-form-input {
    border: none;
    background: #ebebeb;
    border-radius: 14px;
    padding: 10px 40px;
}

.hero-form-button {
    border: none;
    background: #efc73b;
    border-radius: 14px;
    padding: 10px 20px;
    transition: 0.2s;
}

.hero-form-button:hover {
    background: #e8b401;
}

.hero-form-button-image {
    height: 24px;
}

.hero-background-mob {
    width: 100%;
    margin-top: 40px;
}

.hero-form-container-mob {
    width: 100%;
    display: block;
    justify-content: center;
    margin-top: 20px;
}

.hero-img-mob {
    width: 100%;
    border-radius: 35px;
}

.hero-form-mob {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 25px;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
    margin: 10px 0;
    text-align: center;
}

.hero-form-title-mob {
    font-size: 18px;
    font-weight: 600;
}

.hero-form-input-mob {
    border: none;
    background: #ebebeb;
    border-radius: 14px;
    padding: 10px 20px;
}

.hero-form-button-mob {
    border: none;
    background: #efc73b;
    border-radius: 14px;
    padding: 10px 20px;
}

.hero-form-button-mob {
    border: none;
    background: #efc73b;
    border-radius: 14px;
    padding: 10px 20px;
    transition: 0.2s;
}

.hero-form-button-mob:hover {
    background: #e8b401;
}

.hero-form-button-image-mob {
    height: 22px;
}

.products {
    margin-top: 50px;
}

.product-card {
    width: 100%;
    padding: 6px 2px;
    align-items: stretch;
    margin: 10px 0;
}

.product-image {
    width: 100%;
    border-radius: 30px;
    height: 250px !important;
    border: none;
    object-fit: cover;
}

.product-title {
    font-size: 22px;
    font-weight: 800;
    margin-top: 16px;
}

.product-text {
    font-size: 16px;
    font-weight: 300;
    margin-top: -3px;
}

.product-price {
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
}

.product-button-container {
    text-align: center;
}

.product-button {
    background: #f5c51f;
    color: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 10px 40px;
    margin: 20px 0 15px 0;
    font-size: 20px;
    font-weight: 800;
    transition: 0.2s;
}

.product-button:hover {
    background: #e8b401;
}

.advantages-space {
    height: 20px;
}

.advantage-card {
    align-items: stretch;
}

.advantage-icon {
    height: 120px;
    margin-top: 20px;
}

.advantage-title {
    font-size: 22px;
    font-weight: 800;
    margin-top: 20px;
}

.advantage-text {
    font-size: 16px;
    font-weight: 300;
    margin-top: -3px;
}

.steps-image {
    width: 100%;
    margin: 30px 0 40px 0;
}

.steps-image-mob {
    width: 100%;
    margin: 30px 0 40px 0;
    display: none;
}

.steps-button-container {
    text-align: center;
}

.steps-button {
    background: #f5c51f;
    color: #ffffff;
    border: none;
    border-radius: 16px;
    padding: 10px 40px;
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    transition: 0.2s;
}

.steps-button:hover {
    background: #e8b401;
}

.portfolio {
    display: flex;
    margin: 30px 0 50px 0;
}

.portfolio-image {
    width: 100%;
    height: 300px;
    margin: 0;
    padding: 0;
    object-fit: cover;
}

.portfolio-image:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.action-block {
    background-image: url("images/action-block.jpg");
    background-size: cover;
    border-radius: 35px;
    padding: 50px 60px;
    text-align: center;
    margin: 25px 0 10px 0;
}

.action-title {
    font-size: 40px;
    font-weight: 800;
}

.action-text {
    font-size: 20px;
    margin: 30px 0 50px 0;
}

.action-form-input {
    background: #fbf4dd;
    border-radius: 14px;
    border: none;
    padding: 12px 40px;
}

.action-form-button {
    background: #ffffff;
    border-radius: 14px;
    border: none;
    padding: 12px 24px;
    transition: 0.2s;
}

.action-form-button:hover {
    background: #ebebeb;
}

.action-form-button-image {
    height: 22px;
}

.comments-space {
    height: 20px;
}

.comment-col {
    display: flex;
}

.comment {
    background-color: #ffffff;
    padding: 35px 40px 40px 40px;
    border-radius: 35px;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
    margin: 14px 2px;
    align-items: stretch;
    height: auto;
}

.comment-container {
    height: 100%;
}

.comment-text {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 300;
}

.comment-image {
    height: 120px;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    text-align: left;
}

.comment-title {
    font-size: 22px;
    font-weight: 800;
    padding: 6px 0 0 22px;
}

.comment-contact-td {
    vertical-align: top;
}

.contacts {
    background: #ecebeb;
    padding: 50px 0;
    margin-top: 50px;
}

.contacts-title {
    font-size: 40px;
    font-weight: 800;
    margin: 10px 0 30px 0;
}

.contact {
    padding: 0 !important;
    margin: 14px 0;
}

.contact-tr {
    height: 100% !important;
}

.contact-td {
    vertical-align: middle;
    align-items: stretch;
}

.contact-icon {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.contact-text {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0 20px;
}

.contact-button {
    border: none;
    color: #ffffff;
    background: #f7bf00;
    padding: 8px 40px 10px 40px;
    border-radius: 20px;
    margin-top: 30px;
    transition: 0.2s;
}

.contact-button:hover {
    background: #e8b401;
}

.contact-button-td {
    vertical-align: middle;
}

.tg-icon {
    height: 24px;
}

.contact-button-text {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    padding: 0 0 0 10px;
}

.map-container {
    border-radius: 35px;
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

.footer {
    background: #434343;
    padding: 30px 0;
    color: #afafaf;
}

.footer-nav-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-li {
    display: inline-block;
}

.nav-a-fot {
    color: #afafaf;
    display: block;
    margin: 10px 40px 10px 0;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    padding: 0;
}

.nav-a-fot:hover {
    transition: 0.2s;
    color: #efc73b;
    transform: scale(1.2);
}

.footer-number {
    font-size: 18px;
    font-weight: 800;
    padding: 10px 0;
    margin: 0;
    text-align: right;
    color: #afafaf;
}








@media (max-width: 575.98px) {

    h1 {
        font-size: 36px;
        margin: 30px 0 20px 0;
    }
    
    h2 {
        text-align: left;
        font-size: 32px;
        margin-top: 10px;
    }
    
    .header-link {
        display: block;
    }
    
    .header-number {
        display: none;
    }
    
    .product-button {
        padding: 10px 30px;
        margin: 5px 0 70px 0;
        font-size: 18px;
    }
    
    .hero-advantages-icon {
        width: 45px;
        height: 45px;
    }
    
    .hero-advantages-text {
        font-size: 18px;
    }
    
    .footer-nav-li, .header-nav-li {
        display: block;
    }
    
    .footer-number {
        text-align: left;
    }
    
    .nav-a-fot:hover, .nav-a:hover {
        transform: scale(1);
    }
    
    .steps-image {
        display: none;
    }

    .steps-image-mob {
        display: block;
    }
    
    .advantage-icon {
        height: 80px;
        margin-top: 20px;
    }

    .advantage-title {
        font-size: 21px;
        font-weight: 800;
        margin-top: 20px;
    }

    .advantage-text {
        font-size: 17px;
        font-weight: 300;
        margin-top: -5px;
    }
    
    .steps-space {
        height: 60px;
    }
    
    .steps-button {
        padding: 10px 30px;
        margin: -5px 0 60px 0;
        font-size: 18px;
    }
    
    .portfolio {
        margin: 20px 0 30px 0;
    }

    .portfolio-image {
        height: 150px;
    }
    
    .action-block {
        padding: 40px 10px;
        text-align: center;
        margin: 10px 0 40px 0;
    }

    .action-title {
        font-size: 32px;
    }

    .action-text {
        font-size: 20px;
        margin: 20px 0 40px 0;
    }

    .action-form-input {
        background: #fbf4dd;
        border-radius: 14px;
        border: none;
        padding: 10px 20px;
    }

    .action-form-button {
        background: #ffffff;
        border-radius: 14px;
        border: none;
        padding: 10px 18px;
    }

    .comments-space {
        display: none;
    }

    .comment {
        padding: 30px 35px 35px 35px;
        margin: 10px 0;
    }

    .comment-image {
        height: 80px;
    }

    .comment-title {
        font-size: 20px;
        padding: 6px 0 0 12px;
    }

    .contacts {
        padding: 30px 0;
    }

    .contacts-title {
        font-size: 32px;
        font-weight: 800;
        margin: 15px 0 30px 0;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
    }

    .contact-button {
        margin: 10px 0 30px 0;
    }
        
}

@media (min-width: 576px) and (max-width: 767.98px) {

    h1 {
        font-size: 36px;
        margin: 30px 0 20px 0;
    }
    
    h2 {
        text-align: left;
        font-size: 32px;
        margin-top: 10px;
    }
    
    .header-number {
        display: none;
    }
    
    .header-link {
        display: block;
    }
    
    .hero-img {
        width: 100%;
    }
    
    .hero-form {
        margin: -100px 50px 0 50px;
    }
    
    .product-button {
        padding: 10px 30px;
        margin: 5px 0 70px 0;
        font-size: 18px;
    }
    
    .hero-advantages-icon {
        width: 45px;
        height: 45px;
    }
    
    .hero-advantages-text {
        font-size: 18px;
    }
    
    .footer-nav-li, .header-nav-li {
        display: block;
    }
    
    .footer-number {
        text-align: left;
    }
    
    .nav-a-fot:hover, .nav-a:hover {
        transform: scale(1);
    }
    
    .steps-image {
        display: none;
    }

    .steps-image-mob {
        display: block;
    }
    
    .advantage-icon {
        height: 80px;
        margin-top: 20px;
    }

    .advantage-title {
        font-size: 21px;
        font-weight: 800;
        margin-top: 20px;
    }

    .advantage-text {
        font-size: 17px;
        font-weight: 300;
        margin-top: -5px;
    }
    
    .steps-space {
        height: 60px;
    }
    
    .steps-button {
        padding: 10px 30px;
        margin: -5px 0 60px 0;
        font-size: 18px;
    }
    
    .portfolio {
        margin: 20px 0 30px 0;
    }

    .portfolio-image {
        height: 150px;
    }
    
    .action-block {
        padding: 40px 10px;
        text-align: center;
        margin: 10px 0 40px 0;
    }

    .action-title {
        font-size: 32px;
    }

    .action-text {
        font-size: 20px;
        margin: 20px 0 40px 0;
    }

    .action-form-input {
        background: #fbf4dd;
        border-radius: 14px;
        border: none;
        padding: 10px 20px;
    }

    .action-form-button {
        background: #ffffff;
        border-radius: 14px;
        border: none;
        padding: 10px 18px;
    }

    .comments-space {
        display: none;
    }

    .comment {
        padding: 30px 35px 35px 35px;
        margin: 10px 0;
    }

    .comment-image {
        height: 80px;
    }

    .comment-title {
        font-size: 20px;
        padding: 6px 0 0 12px;
    }

    .contacts {
        padding: 30px 0;
    }

    .contacts-title {
        font-size: 32px;
        font-weight: 800;
        margin: 15px 0 30px 0;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
    }

    .contact-button {
        margin: 10px 0 30px 0;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {

    h1 {
        font-size: 36px;
        margin: 30px 0 20px 0;
    }
    
    h2 {
        text-align: left;
        font-size: 32px;
        margin-top: 10px;
    }
    
    .header-number {
        display: none;
    }
    
    .header-link {
        display: block;
    }
    
    .hero-img {
        width: 100%;
    }
    
    .hero-form {
        margin: -100px 50px 0 50px;
    }
    
    .product-top-space {
        height: 40px;
    }
    
    .product-button {
        padding: 10px 30px;
        margin: 5px 0 70px 0;
        font-size: 18px;
    }
    
    .hero-advantages-icon {
        width: 45px;
        height: 45px;
    }
    
    .hero-advantages-text {
        font-size: 20px;
    }
    
    .footer-nav-li, .header-nav-li {
        display: block;
    }
    
    .footer-number {
        text-align: left;
    }
    
    .nav-a-fot:hover, .nav-a:hover {
        transform: scale(1);
    }
    
    .steps-image {
        display: none;
    }

    .steps-image-mob {
        display: block;
    }
    
    .advantage-icon {
        height: 80px;
        margin-top: 20px;
    }

    .advantage-title {
        font-size: 21px;
        font-weight: 800;
        margin-top: 20px;
    }

    .advantage-text {
        font-size: 17px;
        font-weight: 300;
        margin-top: -5px;
    }
    
    .steps-space {
        height: 60px;
    }
    
    .steps-button {
        padding: 10px 30px;
        margin: -5px 0 60px 0;
        font-size: 18px;
    }
    
    .portfolio {
        margin: 20px 0 30px 0;
    }

    .portfolio-image {
        height: 150px;
    }
    
    .action-block {
        padding: 40px 10px;
        text-align: center;
        margin: 10px 0 40px 0;
    }

    .action-title {
        font-size: 32px;
    }

    .action-text {
        font-size: 20px;
        margin: 20px 0 40px 0;
    }

    .action-form-input {
        background: #fbf4dd;
        border-radius: 14px;
        border: none;
        padding: 10px 20px;
    }

    .action-form-button {
        background: #ffffff;
        border-radius: 14px;
        border: none;
        padding: 10px 18px;
    }

    .comments-space {
        display: none;
    }

    .comment {
        padding: 30px 35px 35px 35px;
        margin: 10px 0;
    }

    .comment-image {
        height: 80px;
    }

    .comment-title {
        font-size: 20px;
        padding: 6px 0 0 12px;
    }

    .contacts {
        padding: 30px 0;
    }

    .contacts-title {
        font-size: 32px;
        font-weight: 800;
        margin: 15px 0 30px 0;
    }

    .contact-icon {
        width: 40px;
        height: 40px;
    }

    .contact-button {
        margin: 10px 0 30px 0;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .hero-img {
        width: 100%;
    }
    
    .hero-form {
        margin: -100px 50px 0 50px;
    }

}



@media (min-width: 1200px) and (max-width: 1399.98px) {

    .product-block-title {
        margin-top: 30px;
    }

}