/* DASH STYLES */

.styled-block1 .form.contacts .title,
.styled-block1 .form.contacts .left__form__block br {
display: none;
}

.styled-block1 .form.contacts .left__form__block .desc h2 br {
display: block;
}

.styled-block1 .form.contacts .row.form__new__flex {
max-width: 1086px;
    margin: 0 auto;
box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.12);
position: relative;
}

.styled-block1 .form.contacts .right__form__block {
    box-shadow: 4px 4px 16px 0px rgba(13, 99, 179, 0.12);
}

.styled-block1 .form.contacts .col-md-6.right__form__block {
    max-width: 557px;
width: 100%;
}

.styled-block1 .form.contacts form .left__form__block {
    margin-left: 0;
position: initial;
    max-width: 528px;
}

.styled-block1 .form.contacts .desc h2 {
font-weight: 800;
font-size: 26px;
line-height: 100%;
letter-spacing: 0.01em;
margin: 0 0 24px 0;
}

.sub__title {
font-weight: 700;
font-size: 18px;
line-height: 24px;
letter-spacing: 0.02em;
margin-bottom: 12px;
}

.body .styled-block1 .form.contacts .desc ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #FFC800;
border-radius: 50%;
}

.desc ul li, .desc p {
font-weight: 400;
font-size: 16px;
line-height: 22px;
letter-spacing: 0.02em;
}

.desc ul li:not(:last-child) {
margin-bottom: 12px;
}

.desc ul li:last-child {
margin-bottom: 0;
}

.desc ul {
margin-bottom: 24px;
}

.small__text {
font-weight: 400;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.02em;
position: absolute;
    right: 32px;
    max-width: 493px;
    z-index: 111;
    bottom: 119px;
}

.small__text a {
    color: #6432C8;
    font-weight: 400;
}

.second__btn__block input.btn.btn-default.btn-lg {
border: 1px solid #FFC800;
border-radius: 8px;
    display: block;
    max-width: 234px;
    padding: 10px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-align: center;
color: #13171B;
background: #FFC800;
margin: 0 0 6px 0;
    width: 100%;
}

.second__btn__block input.btn.btn-default.btn-lg:hover {
background: #FFD336;
color: #13171B;
}

.second__btn__block p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
color: rgba(9, 11, 22, 0.9);
margin-bottom: 0;
}

.link__block a {
display: block;
font-weight: 700;
font-size: 16px;
line-height: 22px;
letter-spacing: 0.02em;
color: #6432C8;
}

.styled-block1 .form.contacts .right__form__block [data-sid="NAME"] .form-control, 
.styled-block1 .form.contacts .right__form__block [data-sid="PHONE"] .form-control, 
.styled-block1 .form.contacts .right__form__block [data-sid="EMAIL"] .form-control {
    width: 100%;
}

.styled-block1 .form .right__form__block .form-group {
    margin-bottom: 16px;
}

.right__form__block [data-sid="SIMPLE_QUESTION_130"] .input {
    margin-bottom: 104px;
}

.form .right__form__block .form-footer .licence_block.bx_filter {
display: none !important;
}

.form .right__form__block .form-footer {
    flex-direction: row;
justify-content: flex-start;
margin-bottom: 24px;
}

.right__form__block .form-footer .inner-table-block {
    display: block;
    vertical-align: middle;
    max-width: 234px;
    width: 100%;
    text-align: left;
}

.styled-block1 .form .right__form__block .form-footer .btn {
    padding: 10px 0;
    width: 100%;
line-height: 100%;
background-color: transparent;
    border: 1px solid #141414;
    border-radius: 8px;
}

.styled-block1 .form .right__form__block .form-footer .btn.btn-default:hover {
    background: #FFD336;
 border: 1px solid #FFD336;
}

.second__btn__block {
position: absolute;
    right: 32px;
    z-index: 11;
    bottom: 32px;
}

.link__block {
position: absolute;
    z-index: 11;
    left: 32px;
    bottom: 32px;
}















/* MOBILKI */


@media (max-width: 991px) {


.styled-block1 .form.contacts .row.form__new__flex {
max-width: initial;
width: calc(82.77vw);
box-shadow: 0px 3px calc(2.44vw) 0px rgba(0, 0, 0, 0.12);
}

.styled-block1 .form.contacts .right__form__block {
    box-shadow: 4px 4px calc(1.22vw) 0px rgba(13, 99, 179, 0.12);
}

.styled-block1 .form.contacts .col-md-6.right__form__block {
    max-width: initial;
width: calc(42.45vw);
padding: calc(2.44vw);
}

.styled-block1 .form.contacts form .left__form__block {
    max-width: initial;
width: calc(40.24vw);
padding: calc(2.44vw);
}

.styled-block1 .form.contacts .desc h2 {
font-size: calc(1.98vw);
margin: 0 0 calc(1.83vw) 0;
}

.sub__title {
font-size: calc(1.38vw);
line-height: calc(1.83vw);
margin-bottom: calc(0.91vw);
}

.body .styled-block1 .form.contacts .desc ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: calc(0.41vw);
    width: calc(0.61vw);
    height: calc(0.61vw);
    background: #FFC800;
border-radius: 50%;
}

.desc ul li, .desc p {
font-size: calc(1.22vw);
line-height: calc(1.68vw);
}

.desc ul li {
padding-left: calc(1.52vw);
	}

.desc ul li:not(:last-child) {
margin-bottom: calc(0.91vw);
}

.desc ul {
margin-bottom: calc(1.83vw);
}

.small__text {
font-size: calc(0.91vw);
line-height: calc(1.22vw);
    right: calc(2.44vw);
    max-width: initial;
width: calc(37.58vw);
top: initial;
        bottom: calc(6.25vw);
}

.second__btn__block a {
    max-width: initial;
width: calc(17.84vw);
    padding: calc(0.76vw) 0;
    font-size: calc(1.22vw);
margin-bottom: calc(0.46vw);
}

.second__btn__block p {
    font-size: calc(1.07vw);
    line-height: calc(1.38vw);
}

.link__block a {
font-size: calc(0.91vw);
line-height: calc(1.38vw);
}

.styled-block1 form .row div .form-group.animated-labels label:not(.error), 
body .container .form .right__form__block .bx_filter.style_check label {
    font-size: calc(1.22vw);
    line-height: calc(1.83vw);
}

.styled-block1 .form.contacts .form-control {
    height: calc(2.97vw);
    padding: calc(0.46vw) calc(0.91vw);
}

.styled-block1 .form.contacts .right__form__block [data-sid="NAME"] .form-control, 
.styled-block1 .form.contacts .right__form__block [data-sid="PHONE"] .form-control, 
.styled-block1 .form.contacts .right__form__block [data-sid="EMAIL"] .form-control {
    width: 100%;
font-size: calc(1.52vw);
    line-height: calc(2.14vw);
}

.styled-block1 .form .right__form__block .form-group {
    margin-bottom: calc(1.22vw);
}

.bx_filter input[type="checkbox"] + label:after, 
.filter input[type="checkbox"] + label:after {
    height: calc(1.22vw);
    width: calc(1.22vw);
}

.form .form-group input[type="checkbox"] + label:not(.error):before, 
.form .form-group input[type="checkbox"] + label:not(.error):after {
    top: 1.5px;
}

.checkbox, .bx_filter input[type="checkbox"] + label {
    min-height: calc(1.52vw);
height: calc(1.52vw);
}

.right__form__block [data-sid="SIMPLE_QUESTION_130"] .input {
    margin-bottom: calc(7.93vw);
}

.form .right__form__block .form-footer {
margin-bottom: calc(3.20vw);
}

.right__form__block .form-footer .inner-table-block {
    max-width: initial;
width: calc(17.84vw);
}

.styled-block1 .form .right__form__block .form-footer .btn {
    padding: calc(0.76vw) 0;
font-size: calc(1.22vw);
}

.second__btn__block {
    right: calc(2.44vw);
top: initial;
        bottom: calc(3.82vw);
}

.link__block {
    right: calc(29.88vw);
    bottom: calc(2.44vw);
}


} /* END 991 */




@media (max-width: 660px) {


    .styled-block1 .form.contacts .row.form__new__flex {
        width: calc(100%);
        box-shadow: 0px 3px 32px 0px #0000001F;
background: #E2EFFA;
    }

    .styled-block1 .form.contacts form .left__form__block,
.styled-block1 .form.contacts .col-md-6.right__form__block {
        max-width: initial;
        width: calc(100%);
        padding: 24px;
margin: 0;
    }

.styled-block1 .form.contacts .desc h2 {
        font-size: 26px;
        margin: 0 0 16px 0;
    }

    .sub__title {
        font-size: 18px;
        line-height: 100%;
        margin-bottom: 12px;
    }

.desc ul {
        margin-bottom: 16px;
    }

.desc ul li:not(:last-child) {
        margin-bottom: 12px;
    }

    .desc ul li {
        padding-left: 14px;
    }

.desc ul li, .desc p {
        font-size: 16px;
        line-height: 22px;
    }

.body .styled-block1 .form.contacts .desc ul li:before {
        top: 7px;
        width: 8px;
        height: 8px;
    }

.desc p:nth-child(4) {
margin-bottom: 0;
    }

    .styled-block1 .form .right__form__block .form-group {
        margin-bottom: 16px;
    }

    .styled-block1 form .row div .form-group.animated-labels label:not(.error) {
        font-size: 18px;
        line-height: 28px;
    }

body .container .form .right__form__block .bx_filter.style_check label {
        font-size: 16px;
        line-height: 24px;
    }

.styled-block1 .form.contacts .form-control {
        height: 39px;
        padding: 12px;
    }

.styled-block1 .form.contacts .right__form__block [data-sid="NAME"] .form-control, 
.styled-block1 .form.contacts .right__form__block [data-sid="PHONE"] .form-control, 
.styled-block1 .form.contacts .right__form__block [data-sid="EMAIL"] .form-control {
        width: 100%;
        font-size: 18px;
        line-height: 100%;
    }

body .container .form .bx_filter.style_check .clear__8 {
    height: 16px;
}

body .container .form .right__form__block .bx_filter.style_check label b {
        font-size: 18px;
        line-height: 28px;
letter-spacing: 0;
    }

.bx_filter .filter.checkbox, .bx_filter input[type="checkbox"] + label {
        min-height: 24px;
        height: 24px;
        margin-bottom: 4px;
    }

    .form .form-group input[type="checkbox"] + label:not(.error):before, 
.form .form-group input[type="checkbox"] + label:not(.error):after {
        top: 5px;
        height: 14px;
        width: 14px;
    }

.small__text {
        font-size: 12px;
        line-height: 16px;
        right: 24px;
        left: 24px;
        max-width: initial;
        width: calc(100% - 52px);
        top: initial;
    }

.form form .right__form__block .form-footer {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

.right__form__block .form-footer .inner-table-block {
        max-width: initial;
        width: calc(100%);
    }

    .styled-block1 .form .right__form__block .form-footer .btn {
        padding: 10px 0;
        font-size: 16px;
    }

.second__btn__block {
        right: 24px;
        left: 24px;
        top: initial;
        width: auto;
text-align: center;
    }

.second__btn__block a {
        max-width: initial;
        width: auto;
        padding: 10px 0;
        font-size: 16px;
        margin-bottom: 6px;
    }

.second__btn__block p {
        font-size: 14px;
        line-height: 18px;
    }

    .link__block a {
        font-size: 16px;
        line-height: 22px;
    }

    .link__block {
left: calc((100% - 193px) / 2);
        bottom: 24px;
        width: max-content;
    }


/* OTSTUP ABSOLUTE BLOCK */

.right__form__block [data-sid="SIMPLE_QUESTION_130"] .input {
        margin-bottom: calc(120px);
    }

.form form .right__form__block .form-footer {
margin-bottom: calc(123px);
    }

.small__text {
        bottom: calc(200px);
    }

.second__btn__block {
        bottom: calc(70px);
    }

/* END OTSTUP ABSOLUTE BLOCK */



} /* END 660 */













