.related_products {
    margin-bottom: 30px;
}

.main-slider__img {
    background-size: auto!important;
    background-position: top!important;
}

.slick-dots {
    bottom: 25px!important;
}

.content {
    /*padding: 0px 0 57px!important;*/
}

.related_products .slick-arrow {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: rgba(20, 25, 30, 0.5);
    text-align: center;
    line-height: 0;
    margin: -35px 0 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 60%;
    font-size: 15px;
    opacity: 0.7;
}

.related_products .slick-arrow:hover {
    opacity: 1;
    background-color: black;
}

.related_products .slick-prev {
    left: 10px;

}

.related_products .slick-next {
    right: 10px;
}

.related_products .slick-dots {
    margin-bottom: -35px;
}

.product-page__img {
    border: unset !important;
}

.order-call-button {
    background-color: #2a77ed;
    color: white;
    padding: 13px 47px;
    line-height: 14px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 40px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 1600px) {
    .order-call-button {
        padding: 13px 40px;
    }
}

.order-call-form {
    display: none;
    position: fixed;
    max-width: 400px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    background-color: #fff;
    padding: 20px;
    z-index: 99999;
    border-radius: 5px;
    box-shadow: 0px 0px 41px 14px rgba(42, 119, 237, 0.2);
}

.order-call-form-close {
    color: white;
    font-size: 31px;
    position: absolute;
    right: -20px;
    top: -18px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
}

.order-call-form-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.order-call-success {
    display: none;
    color: #2a77ed;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
}

.order-call-form-text {
    color: #2a77ed;
    font-size: 17px;
    padding: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.order-call-inputs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order-call-submit {
    margin-top: 15px;
    border: unset;
    padding: 10px;
    background-color: #2a77ed;
    font-size: 15px;
    border-radius: 5px;
    font-weight: 700;
    color:#fff;
}

.order-call-phone {
    padding: 8px 11px !important;
    font-size: 18px !important;
    text-align: center;
}

.products-list__link .order-call-button {
    margin-top: 15px;
    /*margin-bottom: 22px;*/
    margin-bottom: 71px;
}

@media (max-width: 1300px) {
    .products-list__link .order-call-button {
        margin-top: 30px;

    }
}

@media (max-width: 475px) {
    .products-list__link .order-call-button {
        margin-top: 5px;
    }
}

#product .order-call-button {
    margin: 0 auto;
}

.main-slider__item h2 {
    font-family: "Euclid Flex";
}

.main-slider__item .btn {
    font-family: "Euclid Flex";
}

.nav-submenu__item {
    padding: 0 10px 0px!important;
    vertical-align: top;
}

.nav-submenu__title {
    padding-top: 20px!important;
}

.nav-submenu__left {
    padding: 0 0 20px 20px!important;
}

main.content {
    /*padding-top: 0px;*/
}