
.callback-popup-form__icon {
    top: 0;
    left: -11px;
    width: 58px;
    position: absolute;
    fill: #d72b2b;
}

.callback-popup-form__icon_right {
    right: -11px;
    left: auto;
}

.callback-popup-form__title {
    z-index: 1;
    text-align: center;
    font-size: 20px;
    position: relative;
}

.callback-popup-form__items-container {
    /* margin-top: 50px; */
    justify-content: space-between;
    z-index: 1;
    position: relative;
    display: flex;
}

.callback-popup-form__type-input.callback-popup-form__type-check {
    display: none;
}

.callback-popup-form__type-check_conference_disabled:before {
    background: rgb(243, 243, 243) !important;
    transition: background .4s ease;
}

.callback-popup-form__item_center {
    display: flex;
    align-items: center;
}

.callback-popup-form__item_row {
    display: flex;
}

.callback-popup-form__label {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    margin: 0 50px 0 35px;
    position: relative;
    text-align: left;
    cursor: pointer;
    user-select: none;
}

.callbackBtn {
    position: fixed;
    bottom: 13.5%;
    right: 30px;
    z-index: 50;
}

.callbackBtn__icon {
    width: 100%;
    height: 100%;
}

.callbackBtn__btn {
    cursor: pointer;
    background: #d72b2b;
    border: none;
    border-radius: 50%;
    padding: 0;
    animation: email-an linear 1.5s infinite;
    margin: 0;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    outline: none;
}


@keyframes email-an {
    0% {
        box-shadow: 0 8px 10px rgba(249, 24, 24, 0.3), 0 0 0 0 rgba(249, 24, 43, 0.2), 0 0 0 0 rgba(249, 24, 43, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(249, 24, 24, 0.3), 0 0 0 15px rgba(249, 24, 43, 0.2), 0 0 0 0 rgba(249, 24, 43, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(249, 24, 24, 0.3), 0 0 0 30px rgba(249, 24, 24, 0), 0 0 0 26.7px rgba(249, 24, 24, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(249, 24, 24, 0.3), 0 0 0 30px rgba(249, 24, 24, 0), 0 0 0 40px rgba(249, 24, 24, 0)
    }
}

.callbackForm {
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    background: rgba(11, 11, 11, 0.8);
    height: 100%;
    z-index: 99;
    overflow: hidden;
    /* overflow-y: auto; */
    padding: 20px 8px;
    white-space: nowrap;
    /* height: 100%; */
    z-index: 99;
    display: none;
    justify-content: center;
    align-items: center;
}

.callbackForm_open {
    display: flex;
}

.callbackForm:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.callbackForm__content {
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* margin: 0 auto; */
    /* text-align: left; */
    z-index: 1045;
    white-space: normal;
    position: relative;
    /* padding: 30px 40px 0px; */
    /* background: #f1f3f4; */
    width: 100%;
    max-width: 600px;
}

.callbackForm__close {
    background: none;
    border: none;
    position: absolute;
    top: 15px;
    right: 20px;
    outline: none;
    padding: 0;
    cursor: pointer;
    z-index: 20;
}

.callbackForm__close svg {
    width: 20px;
    height: 20px;
    fill: #9e9b9b;
}

.callbackForm .form__wrap {
    position: static !important;
}

.callbackForm .form {
    width: 100%;
}

.callbackForm .form__submit {
    padding: 18px 50px;
    color: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}

.callbackForm__title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 27px;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .callback-popup-form__label {
        /* margin-top: 55px; */
    }
}

.callback-popup-form__label:before {
    content: "";
    display: block;
    position: absolute;
    left: -35px;
    width: 13px;
    height: 13px;
    background: #fff;
    border: 1px solid #a9a9a9;
}

.callback-popup-form__type-check:checked + label:before {
    background: #d72b2b;
}

.callback-popup-form__container.callback-popup-form__container_wrap {
    flex-wrap: nowrap;
}

.callback-popup-form__item.callback-popup-form__item_width {
    flex: 0 1 100%;
}

@media only screen and (max-width: 767px) {
    .callback-popup-form__items-container {
        flex-wrap: wrap;
    }
}

.callback-popup-form__items-container_start-center {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
    .callback-popup-form__items-container_start-center {
        flex-wrap: wrap;
    }
}

.callback-popup-form__item {
    flex: 0 0 42%;
}

@media only screen and (max-width: 767px) {
    .callback-popup-form__item {
        flex: 0 0 100%;
    }
}

.callback-popup-form__item_width {
    padding-left: 6px;
    padding-right: 20px;
    flex: 0 0 auto;
}

@media only screen and (max-width: 767px) {
    .callback-popup-form__item_width {
        flex: 0 0 100%;
    }
}

.callback-popup-form__item_full-width {
    flex: 0 0 100%;
}

.callback-popup-form__container {
    /* justify-content: center; */
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .callback-popup-form__container {
        justify-content: flex-start;
    }
}

.callback-popup-form__container_inline {
    display: inline-block;
}

.callback-popup-form__container_align-top {
    align-items: flex-start;
}

.callback-popup-form__items-container_start {
    justify-content: flex-start;
}

.callback-popup-form__type-input {
    margin-top: 40px;
    padding: 10px;
    width: 100%;
    border: none;
    outline: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    border-bottom: 2px solid #a7a7a7;
    font-size: 17px;
    background: transparent;
    color: #000;
}

.callback-popup-form__type-input::-webkit-input-placeholder {
    color: #000 !important;
}

.callback-popup-form__type-input:-moz-placeholder {
    /* Firefox 18- */
    color: #000 !important;
}

.callback-popup-form__type-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000 !important;
}

.callback-popup-form__type-input:-ms-input-placeholder {
    color: #000 !important;
}

.callback-popup-form__choose {
    margin-top: calc(1em + 10px);
    font-weight: 600;
}

.callback-popup-form__size-btn {
    margin: 0 6px;
}

.callback-popup-form__size-btn_margin {
    margin-left: 0;
}

.callback-popup-form__size-btn_hidden {
    position: absolute;
    opacity: 0;
}

.callback-popup-form__size {
    margin-top: 10px;
    width: 53px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s linear;
    background: #fff;
    color: #000;
}

.callback-popup-form__size-input {
    display: none;
}

.callback-popup-form__size-input:checked + .callback-popup-form__size {
    background: #d72b2b;
    color: #fff;
}

.callback-popup-form__request {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}

.callback-popup-form__request span {
    display: inline-block;
    width: 75%;
}

.callback-popup-form__request:before,
.callback-popup-form__request:after {
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 1px;
    background: #d72b2b;
}

@media only screen and (max-width: 1480px) {
    .callback-popup-form__request:before,
    .callback-popup-form__request:after {
        width: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .callback-popup-form__request span {
        width: 100%;
    }

    .callback-popup-form__request:before,
    .callback-popup-form__request:after {
        display: none;
    }
}

.callback-popup-form__request:before {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.callback-popup-form__request:after {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.callback-popup-form__comment {
    padding: 20px;
    width: 100%;
    height: 200px;
    border: 0;
    outline: none;
    resize: none;
    box-sizing: border-box;
    font-style: italic;
    font-size: 16px;
    box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.1);
    background: #c1c1c1;
    color: #fff;
}

.callback-popup-form__comment::-webkit-input-placeholder {
    color: #fff !important;
}

.callback-popup-form__comment:-moz-placeholder {
    /* Firefox 18- */
    color: #fff !important;
}

.callback-popup-form__comment::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff !important;
}

.callback-popup-form__comment:-ms-input-placeholder {
    color: #fff !important;
}

.callback-popup-form__disclaimer {
    margin-top: 30px;
    font-style: italic;
}

.callback-popup-form__submit {
    background: #d72b2b;
    border: none;
    color: #fff;
    height: 44px;
    padding: 0px 40px;
    font-size: 18px;
    margin: 10px auto;
    display: block;
    cursor: pointer;
}

.js-required {
    font-size: 12px;
    color: #b73636;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: -15px;
}

.feedback__button {
    background: #c33939;
    border: none;
    color: #fff;
    height: 44px;
    padding: 0px 40px;
    font-size: 18px;
    margin: 40px auto;
    display: block;
    cursor: pointer;
}

.feedback__success {
    display: none;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    width: 300px;
    text-align: center;
    background: #fff;
    padding: 30px 60px;
    border: 1px solid #ccc;
    z-index: 20;
    margin: auto;
}

.feedback__button:hover {
    background: #b73636;
}

.button__close {
    cursor: pointer;
    position: absolute;
    display: block;
    top: 0px;
    right: 3px;
    background: none;
    border: none;
    font-size: 30px;
    color: #8e8e8e;
    transform: rotate(45deg);
    outline: none;
}

.button__close.button__close_popup {
    transform: none;
}

.button__close svg {
    width: 20px;
    height: 20px;
    fill: #9e9b9b;
}

.button__close:hover {
    color: #d72b2b;
}

.feedback__success_thanks {
    color: #c33939;
    font-size: 26px;
    display: block;
}

.overlay {
    display: none;
    z-index: 15;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}


.callback-form {
    max-width: 720px;
    width: 100%;
    background: #fff;
    color: #000;
    /* position: absolute; */
    z-index: 5;
    box-shadow: 0 10px 20px #353535;
    margin: auto;
    padding: 5px 0;
    /* right: 13%; */
    /* top: 7%; */
}

.callback-form__close-buttom {
    position: absolute;
    right: 4px;
    top: 0px;
    transform: rotate(45deg);
    font-size: 40px;
    color: #a9a9a9;
}

.callback-form__block {
    margin: 25px;
}

.callback-form__title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 25px;
}

.callback-form__title .center-red {
    font-size: 20px !important;
}

.callback-form__list {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
}

.callback-form__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
    justify-content: space-between;
}

.callback-form__type-input {
    width: 100%;
    padding: 15px 20px;
    height: 100%;
    box-sizing: border-box;
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
}

.input-textarea {
    height: 100px;
}

.input-captcha {
    width: 65%;
}

.callback-form__type__submit {
    background: #d72b2b;
    border: none;
    color: #fff;
    height: 44px;
    padding: 0px 40px;
    font-size: 18px;
    margin: 40px auto;
    display: block;
    cursor: pointer;
}

.callback-form__label {
    font-size: 12px;
    color: #888888;
    position: absolute;
    left: 17px;
    top: 17px;
}

.callback-form__label_err {
    font-size: 12px;
    color: #d72b2b;
    position: absolute;
    left: 17px;
    top: 17px;
}

.error {
    color: #d72b2b;
}

.callback-popup-form__type-check {
    display: none;
}

.callback-popup-form__label-error {
    color: #b73636;
}

a.agree:hover {
    text-decoration: underline;
}

.callback-form__close-buttom:hover {
    cursor: pointer;
    color: #d72b2b;
}

.overlay-white {
    display: none;
    z-index: 5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.49);
}

ul.breadcrumb-navigation {
    display: none;
}

.contracts__feedback-banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.contracts__feedback-img {
    background: url(img/feedback-banner.jpg);
    background-position: 80% 50%;
    background-size: cover;
    height: 775px;
    width: 100%;
}

.contracts__feedback-form {
    position: absolute;
    right: 13%;
    top: 7%;
    transform: translateY(-50%);
    max-width: 635px;
    width: 100%;
    line-height: 1.5;
}

@media (max-width: 1367px) {
    .callback-form {
        max-width: 650px;
        right: 5%;
    }

    .contracts__feedback-img {
        background-position: 40% 50%;
    }
}

@media (max-width: 1000px) {
    .callback-form {
        right: 0;
        left: 0;
    }
}

@media (max-width: 799px) {
    /* .callback-form{
      top: 0;
    } */
    /* .callback-form__type-input{
      padding: 7px;
    }
    .callback-form__label{
      left: 10px;
      top: 10px;
    }
    .input-textarea {
        height: 100%;
    }
    .callback-form__title{
      margin: 10px;
    }
    .callback-form__item{
      margin: 5px 0;
    } */

}

@media (max-width: 600px) {
    .input-captcha {
        width: 100%;
    }

    /* .callback-form__item {
        text-align: center;
        position: relative;
        display: block;
      } */
    .feedback__success {
        top: 40%;
        width: 150px;
    }

}
