#exampleModal4 .modal-dialog {
    max-width: 1200px;
}

#exampleModal4 .modal-content {
    height: 650px;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: red !important;
}

.marquiz__button {
        display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .2s ease-out;
    color: var(--marquiz-button-text-color,#fff) !important;
    border: 1px solid var(--marquiz-button-color,#d34085);
    background-color: var(--marquiz-button-color,#d34085);
    padding: 18px 21px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    text-decoration: none !important;
    overflow: hidden;
    position: relative;
    box-shadow: 1.7px 5.8px 21px 0 var(--marquiz-button-alpha-color,var(--marquiz-button-color));
        border-radius: 50px;
}

#exampleModal4 .modal-body {
    background: #fff;
    padding: 0;
}

.marquiz__button_rounded {
    border-radius: 50px;
    --marquiz-button-color: #db9e61;
    --marquiz-button-text-color: #ffffff;
    --marquiz-button-alpha-color: rgba(219, 158, 97, 0.5);
}

#exampleModal4 .modal-body button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 5px;
    top: 5px;
}

.bg-img {
    width: 100.33333%;
    height: 650px;
    display: block;
    background-size: cover;
}

#exampleModal4 .modal-body button.close img {
        width: 18px;
}

.quiz-right {
    width: 488px;
    min-width: 488px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 2rem;
    height: auto;
}

.line {
    width: 38px;
    height: 3px;
    background-color: var(--color-bg-text,#363636);
    margin-bottom: 1rem;
}

.quiz-right .h4 {
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: var(--color-bg-text,#020202);
    margin-bottom: 1rem;
}
.quiz-right p {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: var(--color-bg-alpha7,#777b95);
    margin-bottom: 1rem !important;
}

.quiz-btn {
    display: flex;
    width: 270px;
    height: 55px;
    align-items: center;
    justify-content: center;
    background: #db9e61;
    border-radius: 40px;
    border: none;
    color: #fff;
    cursor: pointer;
}

.quiz-btn svg {
    width: 20px;
    fill: #fff;
    margin-right: 5px;
}

.step11 {
    padding-bottom: 60px;
}

.step {
    padding-top: 72px;
    padding-bottom: 72px;
}
.back {
        display: block;
    text-align: center;
    margin-top: 20px;
}
.step22 {
    padding-top: 72px;
}

.step h3 {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}

.inputs {
    margin-top: 40px;
    margin-bottom: 45px;
}

.step22 input, .step3 input {
    max-width: 320px;
    margin-bottom: 0 !important;
        width: 100%;
    padding-left: 52px;
    height: 46px;
    border: 1px solid #d3d3d3;
    color: #9d9d9d;
    font-size: 13px;
    font-weight: 400;
    border-radius: 5px;
}

.step22 span, .step3 span {
    color: #000;
    margin: 0 20px;
    display: block;
}

.next-step {
    width: 300px;
    height: 82px;
    margin: 0 auto;
    cursor: pointer;
}

.main-btn {
    border: none;
    box-shadow: inset 0 -2px 1px rgb(130 107 39 / 40%);
    border-radius: 10px 10px 16px 16px;
    background-image: linear-gradient(to top,#fcd74e 0,#ffeca6 100%);
    border-bottom: 3px solid #cfaa3e;
    display: block;
    height: 92px;
    padding: 0 28px;
    text-shadow: 0 1px 0 rgb(255 255 255 / 80%);
    color: #403513;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
}

.step11 .variants, .variants {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 45px;
}

.variant {
    width: 670px;
    height: 88px;
    border-radius: 8px;
    border: 1px solid rgb(0 0 0 / .1);
    margin: 0 auto 15px auto;
    padding: 20px;
    cursor: pointer;
    transition: .4s;
}

.step3 .variant, .step4 .variant, .step5 .variant, .step6 .variant {
    max-width: 275px;
}

.variants input {
    display: none;
}

.variant-radio-label {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding-left: 70px;
    margin-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.modal form .variants label {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: flex;
    margin-bottom: 8px;
}

.variants .variant-radio-label:before {
    width: 80px;
    height: 80px;
    position: absolute;
    content: '';
    left: -20px;
    top: 52%;
    margin-top: -23px;
}

.variants .variant-radio-label:after {
    width: 80px;
    height: 80px;
    background: url(images/check-quiz.svg) center center no-repeat;
    background-size: 80px 80px;
    position: absolute;
    content: '';
    top: 52%;
    margin-top: -32px;
    left: -20px;
    border-radius: 6px;
}
.variants .variant:hover label:after {
    background: url(images/check-active.svg) center center no-repeat!important;
    background-size: 80px 80px!important;
    opacity: .9;
}
.variants input:checked+label:after {
    background: url(images/check-active.svg) center center no-repeat!important;
    background-size: 80px 80px!important;
    opacity: .9;
}

.next-step img {
    margin-left: 5px;
}

.xx {
    margin: 0 10px;
}

.step11 input, .step4 input {
    width: 100%;
    padding-left: 30px;
    height: 46px;
    border: 1px solid #d3d3d3;
    color: #9d9d9d;
    font-size: 13px;
    font-weight: 400;
    border-radius: 5px;
    max-width: 320px;
    margin-bottom: 0 !important;
}

.step22 .variant-radio-label span, .step3 .variant-radio-label span {
    font-size: 24px;
    line-height: 24px;
    margin-right: 11px;
    color: #1a1c1e;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    text-align: center;
    display: block;
    margin-top: 14px;
    height: 45px;
}

.step22 .variants, .variants, .step3 .variants, .variants {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 45px;
}

.step22 .variant, .step3 .variant {
    width: auto;
    height: auto;
    border-radius: 8px;
    border: none;
    margin: 0 15px 15px auto;
    padding: 0;
    max-width: 270px;
    margin-bottom: 30px;
    border: none!important;
}

.step22 label, .step3 label  {
    padding-left: 0;
}

.step22 .variants .variant-radio-label:after, .step3 .variants .variant-radio-label:after {
    width: 80px;
    height: 80px;
    background: url(images/check-quiz.svg) center center no-repeat;
    background-size: 80px 80px;
    position: absolute;
    content: '';
    top: auto;
    margin-top: -32px;
    left: -2px;
    border-radius: 6px;
    bottom: 57px;
}

.red {
    border: 1px solid red !important;
}

.catalogue-header .breadcrumb {border: none !important;}

.catalogue-header .breadcrumbs__current {
    color: #fff;
}

.inputs2 {
    max-width: 380px;
    margin: 30px auto;
}

.inputs2  label {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: block;
    margin-bottom: 8px;
}

.inputs2 input {
    width: 100%;
    padding-left: 52px;
    height: 46px;
    border: 1px solid #d3d3d3;
    color: #9d9d9d;
    font-size: 13px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 20px;
}

#name, #name2 {
    background-image: url(images/name.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 18px;
    background-size: 21px;
    padding-left: 52px;
}

#email {
    background-image: url(images/email.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 23px;
    background-size: 18px;
    padding-left: 52px;
}

#phone, #phone3 {
    background-image: url(images/phone.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 23px;
    background-size: 13px;
    padding-left: 52px;
}

.result {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #e4b88b;
}

.result2 {
        display: block;
    font-size: 32px;
    font-weight: bold;
    color: #e4b88b;
    margin-bottom: 35px;
}

.x {
        margin: 0 10px;
}

table {
    width: 100%;
    margin-bottom: 1rem;
    color: #1f1b19;
}
table th, table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.page-numbers {    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;}
.page-numbers a, .page-numbers span {
border: 1px solid #db9e61;
padding: 0 10px;
}
.page-numbers span.current {background: #db9e61;
    color: #fff;}
table  th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

table tbody tr:hover {
    color: #1f1b19;
    background-color: rgba(0, 0, 0, 0.075);
}

@media (max-width: 992px) {
    .proizv .d-flex {
            display: block !important;
    }

    .proizv2 .d-flex {
            display: block !important;
    }

    .proizv img {
    width: 100%;
    display: block;
    margin-top: 0 auto;
    max-width: 760px;
    }

 .proizv2 img {
    width: 100%;
    display: block;
    margin: 0 auto !important;
    max-width: 925px;
}
}
 
@media (max-width: 768px) {

.inputs {
    margin-top: 40px;
    margin-bottom: 20px;
    display: block !important;
    text-align: center;
}

.xx {
    display: none;
}
.proizv2 {
    padding: 60px 0;
    padding-bottom: 190px !important;
}

.start-block {
    display: block !important;
}

.bg-img {
    width: 100.33333%;
    height: 350px;
    display: block;
    background-size: cover;
}
.step11 input, .step4 input {
    width: 100%;
    padding-left: 30px;
    height: 46px;
    border: 1px solid #d3d3d3;
    color: #9d9d9d;
    font-size: 13px;
    font-weight: 400;
    border-radius: 5px;
    max-width: 320px;
    margin-bottom: 20px !important;
}
.step22 .variant, .step3 .variant {
    width: auto;
    height: auto;
    border-radius: 8px;
    border: none;
    margin: 0 15px 15px auto;
    padding: 0;
    max-width: 255px;
    margin-bottom: 30px;
    border: none!important;
}
.variant img {
    width: 100%;
}
.step22 .variant:nth-child(2n+2), .step3 .variant:nth-child(2n+2) {
    margin-right: 0;
}
.step22 .variants, .variants, .step3 .variants, .variants {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 45px;
    padding: 0 15px;
}
.step22 {
    padding-top: 72px;
    padding-bottom: 35px;
}
.modal form .variants label {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    display: block;
    margin-bottom: 8px;
    display: flex;
}
.step {
    padding-top: 72px;
    padding-bottom: 35px;
}
}

@media (max-width: 580px) {

.inputs {
    margin-top: 40px;
    margin-bottom: 20px;
    display: block !important;
    text-align: center;
    padding: 0 15px;
}

    .proizv2 {
    padding: 60px 0;
    padding-bottom: 90px !important;
}
.quiz-right {
    width: 100%;
    min-width: 100%;
}
.quiz-right .h4 {
    font-size: 22px;
}
#exampleModal4 .modal-body button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 5px;
    top: 0px;
    z-index: 9;
    opacity: 1;
}
.step22 .variant, .step3 .variant {
    width: auto;
    height: auto;
    border-radius: 8px;
    border: none;
    margin: 0 auto 15px auto;
    padding: 0;
    max-width: 100%;
    margin-bottom: 15px;
    border: none!important;
}

.step22 .variant:nth-child(2n+2), .step3 .variant:nth-child(2n+2) {
    margin-right: auto;
}
.inputs2 {
    max-width: 380px;
    margin: 30px auto;
    padding: 0 15px;
}
}



@media (min-width: 768px) {



blockquote {
    font-size: 1.25rem;
    background-position: 1.25rem 1.75rem;
    padding: 1.5rem 4.5rem;
}
}
blockquote {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    background-color: rgba(219, 158, 97, 0.05);
    background-image: url(images/quote.svg);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 1rem .75rem;
    padding: 3.5rem 1rem 1rem;
}

.blocks-gallery-grid, .wp-block-gallery {
    max-width: 100%;
}

form br {display: none;}

.modal p {
    margin-top: 0;
    margin-bottom: 0;
}

.no {display: none;}

.form-success, .modal-success {
    z-index: 9;
}

.bg {
    width: 100%;
    height: 635px;
    background-size: cover;
    background-position: center;
}
    .photo-swipe figure a img {
        width: 100%;
        display: none;
    }


.marquiz__container {
    margin-bottom: 70px;
    margin-top: 0;
}

.proizv h2 {
        font-size: 60px;
    margin-bottom: 30px;
}

.proizv ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.proizv ul li {
    margin-bottom: 23px;
}

.proizv img {
    max-width: 680px;
}
.photo {
    height: 265px;
    max-width: 400px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    position: relative;
}
.gallery .col-md-4 {
    margin-bottom: 38px;
}

.photo .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.photo:hover .mask {
    background-color: rgb(0 0 0 / 49%);
}

.proizv2 img {
    max-width: 825px;
    margin-left: -101px;
}
.proizv2 li {
    font-size: 28px;
    margin-bottom: 34px;
    list-style: none;
}

.proizv2 ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.proizv2 {
        padding: 60px 0;
    padding-bottom: 120px;

}

@media (max-width:550px) {
  .bg {
    height: 435px;
}
.proizv2 ul {
    margin: 35px 0;
}
.proizv2 li {
    font-size: 15px;
    margin-bottom: 22px;
    list-style: none;
    text-align: center;
}
.proizv .d-flex, .proizv2 .d-flex {
    display: block !important;
}
.proizv img, .proizv2 img {
    width: 100%;
}
.proizv h2 {
    font-size: 2.074rem;
    margin-bottom: 30px;
}
.proizv2 img {
    max-width: 825px;
    margin-left: 0;
}
}