.popup {
    padding: 48.5px 46px !important;
    max-width: 432px !important;
}

.form__item {
	margin-bottom: 15px !important;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.blocker {
    z-index: 10 !important;
}

.catalogue__bottom_link {
    margin: 0 auto;
}

.error-message {
    display: none;
    color: red;
}

.error-message.active {
    display: block;
    padding: 0 0 20px 0;
}

.main_form--block {
    padding: 48.5px 0 !important;
    max-width: 432px;
    position: relative;
    z-index: 2;
}

.display__machine--tablet {
    display: none;
}

.success__btn {
    width: 100%;
    text-align: center;
}

.logo__img {
    height: 47px;
	width: 135px;
}

.gallery {
    padding: 0 0 45px;
    text-align: center;
}

.gallery__title {
    margin-bottom: 40px;
}

.gallery_slide_link {
    padding: 10px;
}

.gallery__next {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
    right: -130px;
}

.gallery__prev {
    left: -130px;
}

.gallery__next, .gallery__prev {
    max-width: 65px;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.05);
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: absolute;
    top: 160px;
    z-index: 1;
}

@media(max-width: 767px) {
    .main_form--block {
        max-width: 100%;
    }

    .display__machine {
        display: none;
    }

    .display__machine--tablet {
        display: block;
    }
}
@media(max-width: 575px) {
    .display__machine {
        display: block;
    }

    .display__machine--tablet {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .gallery__prev {
        left: 15px;
    }  
    .gallery__next {
        right: 15px;
    }  
}

@media (max-width: 575.98px) {
    .gallery__next, .gallery__prev {
        max-width: 50px;
        top: 50vw;
    }
}


@media (max-width: 486px) {
    .popup {
		padding: 48.5px 25px !important;
	}
}

@media screen and (max-width: 768px) {
	.head_phone_servis {
		display: block !important;
	}
	
	.head__btn {
    display: none !important;
}
}

/* CHECK CODE BLOCK */
.check-code__block {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font: 16px ProxymaNova-regular,Arial,sans-serif;
}

.check-code__block .quiz__input {
    width: 50%;
}
.check-code__block .btn {
    font-size: 20px;
    letter-spacing: .02em;
    padding: 12px 0;
    display: block;
    width: 45%;
    border: none;
}

.check-code__block--result, .send-sms__block--result {
  /*  display: none;*/
    display: block;
    color: #7d7d7d;
	margin-bottom: 15px !important;
}

.check-code__block--result.error, .send-sms__block--result.error {
    display: block;
    color: red;
}

.check-code__block--result.success, .send-sms__block--result.success {
    display: block;
    color: green;
	text-align: left;
    background-color: unset;
    box-shadow: unset;
    padding: 0;
}
/* CHECK CODE BLOCK - END */	

.catalogue__item {
    min-height: 555px;
}

.catalogue_price {
    text-align: center;
    margin: 20px 0;
}

@media (max-width: 575.98px) {
    .catalogue__item {
        min-height: auto;
    }
      
}
