.sale-contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 90px;
}
.sale-contacts__left,
.sale-contacts__right {
    margin: 0 20px;
}
.sale-contacts__left {
    font-size: 20px;
}
.sale-contacts__right {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sale-contacts__right img {
    width: 50%;
    margin: auto;
}
.sale-contacts__right span {
    width: 50%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}
.sale__mail {
    margin-top: 70px;
    text-align: center;
}
.sale__mail p {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: auto;
}
.sale__mail .sale__button {
    margin-top: 25px;
}
.sale-number .heading {
    margin: 44px 0 100px;
}
.sale__button .hs-fullprice__item-button {
    width: 195px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto 0 25px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-family: open_sansregular;
    font-family: open_sanssemibold;
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    background-image: linear-gradient(
            0deg, #319fd2, #62b3d9);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .07);
    text-align: center;
    position: relative;
    border-radius: 20px;
}
.sale__button span {
    z-index: 1;
    position: relative;
}
.sale__button .hs-fullprice__item-button:hover {
    opacity: 1;
}
.sale__button .hs-fullprice__item-button:hover:after {
    content: "";
    display: block;
    opacity: 1;
}
.sale__button .hs-fullprice__item-button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
            0deg, #0b6a97, #399cca);
    opacity: 0;
    transition: opacity .2s linear;
    border-radius: 20px;
}
.load__wrapper {
    min-height: 250px;
}
.sale-m .load__wrapper {
    min-height: auto;
}
.gallery {
    margin-top: 25px;
    margin-bottom: 20px;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.gallery.slick-initialized {
    display: block;
    visibility: visible;
    opacity: 1;
}
@media (max-width: 1640px) {
    .sale-m .slick-track {
        height: 300px;
    }
    .sale-icons {
        margin: 20px auto 90px;
    }
}
@media (max-width: 1340px) {
    .sale-m .slick-track {
        height: 250px;
    }
    .gallery {
        height: 250px;
    }
    .sale-icons {
        margin: 40px auto 90px;
    }
}
@media (max-width: 812px) {
    .load__wrapper {
        min-height: 250px;
    }
}
@media (max-width: 760px) {
    .sale-contacts__right span {
        width: 100%;
    }
    .sale-contacts__right {
        margin-bottom: 30px;
    }
}


.sale-popup {
    background: #fff;
    display: none;
    width: 564px;
}
.sale-popup .popup__close-i {
    display: block;
    text-decoration: none;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.sale-popup .popup__close-i .cls-1 {
    fill: #000;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}
.sale-popup .cm__wrapper {
    position: relative;
    padding: 70px 0;
}
.sale-popup .cm__heading {
    font-family: open_sansregular;
    font-family: open_sansextrabold;
    font-size: 25px;
    text-align: center;
}
.sale-popup .cm__form {
    width: 60%;
    margin: auto;
}
.sale-popup .cm__form .cm__input-block {
    margin: 30px 0 0;
}
.sale-popup .cm__form .cm__input-block .cm__input-text {
    font-size: 17px;
    color: #4f4f4f;
    margin: 0 0 8px;
}
.sale-popup .cm__form .cm__input-block .cm__input {
    width: 100%;
    border: 1px solid #ddd;
    outline: 0 none;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .15);
    padding: 12px 10px;
}
.sale-popup .cm__form .message__email,
.sale-popup .cm__form .message__name,
.sale-popup .cm__form .message__phone {
    color: red;
    font-family: open_sansregular;
    font-family: open_sanssemibold;
    font-size: 12px;
}
.sale-popup .sf-popup__submit {
    text-align: center;
    width: 245px;
    height: 50px;
    margin: 45px auto 0;
    position: relative;
}
.sale-popup .sf-popup__submit .sf-popup__item-button {
    width: 100%;
    height: 100%;
    border: 0 none;
    display: block;
    color: #fff;
    font-size: 16px;
    transition: opacity .2s linear;
}
.sale-popup .sf-popup__submit .sf-popup__item-button_main {
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .07);
    position: relative;
    background: linear-gradient(0deg, #319fd2, #62b3d9);
}
.sale-popup .sf-popup__submit .sf-popup__item-button_hover {
    background-image: linear-gradient(0deg, #0b6a97, #399cca);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
}
.sale-popup .sf-popup__submit:hover .sf-popup__item-button_hover {
    opacity: 1;
}
.prices__button-p {
    padding-top: 20px;
}
@media screen and (max-width: 1025px) {
    .sale-popup {
        width: auto;
    }
    .sale-popup .cm__heading {
        width: auto;
        margin: auto;
    }
}
.sale-popup-send {
    width: 564px;
    background: #fff;
    display: none
}

.sale-popup-send .popup-send__wrapper {
    position: relative;
    padding: 70px 0
}

.sale-popup-send .popup-send__wrapper .popup-send__title {
    font-family: open_sansregular;
    font-family: open_sansextrabold;
    font-size: 25px;
    text-align: center
}

.sale-popup-send .popup-send__wrapper .popup-send__text {
    font-size: 17px;
    margin: 30px 0
}

.sale-popup-send .popup-send__wrapper .popup-send__text p {
    text-align: center
}

.sale-popup-send .inprice__button {
    width: 195px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    text-decoration: none;
    font-family: open_sansregular;
    font-family: open_sanssemibold;
    font-size: 16px;
    padding: 10px 0;
    color: #fff;
    background-image: linear-gradient(0deg, #319fd2, #62b3d9);
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .07);
    text-align: center;
    position: relative
}

.sale-popup-send .inprice__button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #0b6a97, #399cca);
    opacity: 0;
    transition: opacity .2s linear
}

.sale-popup-send .inprice__button:hover {
    opacity: 1
}

.sale-popup-send .inprice__button:hover:after {
    content: "";
    display: block;
    opacity: 1
}

.sale-popup-send .inprice__button span {
    position: relative;
    z-index: 1
}

.sale-popup-send .popup__close-i {
    display: block;
    text-decoration: none;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 20px;
    right: 20px
}
.sale-popup-send .popup__close-i .cls-1 {
    fill: #000;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px
}