@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Raleway';
    src: url(../fonts/Raleway-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'Raleway';
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
	height: 100%;
    margin: 0;
    letter-spacing: 0.5px;
}

main {
    display: block;
    position: relative;
}

h1 {
    font-size: 2em;
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-radius: 10px;
    border: unset;
    color: red;
    font-size: 14px;
    line-height: 1.2;
    padding: unset;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.full-wrap {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.container {
    max-width: 1450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.section-bg {
    background-image: url(../img/lines.webp);
    background-position: center;
    background-size: cover;
    z-index: -1;
}

[data-aos=fade-down] {
    transform: translate3d(0,-30px,0);
}
[data-aos=fade-up] {
    transform: translate3d(0,30px,0);
}
[data-aos=fade-right] {
    transform: translate3d(-30px,0,0);
}
[data-aos=fade-left] {
    transform: translate3d(30px,0,0);
}

.btn {
    background-color: #FF792E;
    border-radius: 10px;
    padding: 16.5px 0;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
    display: block;
    text-align: center;
    position: relative;
    z-index: 0;
    border: unset;
    cursor: pointer;
}

.btn:hover {
    background-color: #c15212;
    transition: 0.4s;
}

.btn::before {
    content: "";
    position: absolute;
    background: #FF792E;
    opacity: 0.4;
    filter: blur(26px);
    border-radius: 15px;
    left: 25px;
    right: 25px;
    top: 17px;
    height: 56px;
    z-index: -1;
}

.title {
    font-weight: bold;
    font-size: 55px;
    line-height: 70px;
    margin-top: 0;
}

.subtitle {
    font-size: 20px;
    line-height: 27px;
    color: #352E5F;
    font-weight: 700;
    margin-top: 0;
}

form.sent .wpcf7-response-output {
    display: none;
}
form input {
    font-feature-settings: 'pnum' on, 'lnum' on;
}
form input:focus-visible {
    outline: none;
}
form input[type="text"].name {
    background-image: url(../img/svg/input-admin.svg);
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: 50%;
}

form input[type="text"].budget {
    background-image: url(../img/svg/input-budger.svg);
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: 50%;
}

.scrollup {
    width: 44px;
    height: 50px;
    position: absolute;
    margin-left: auto;
    right: 10px;
    bottom: 10px;
}

.scrollup .wrap-arrow-scrollup {
    border-radius: 100%;
    border: 2px solid #FF792E;
    cursor: pointer;
}

.scrollup .wrap-arrow-scrollup img {
    width: 40px;
    height: 40px;
    display: block;
    margin: auto;
    transition: 0.2s ease-in-out;
}

.scrollup .wrap-arrow-scrollup img:hover {
    transform: scale(1.1) translateY(-2px);
}
@keyframes skrollup_1 {
    100% {opacity: 0.7;}
}
@keyframes skrollup_2 {
    100% {opacity: 0.4;}
}
@keyframes skrollup_3 {
    100% {opacity: 0.2;}
}

header {
    padding: 20px 0;
    color: #352E5F;
    font-size: 16px;
    font-weight: 500;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    border-bottom: 1px solid transparent;
    transition: .2s ease-in-out;
}
header.sticky {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #f7f7f7;
}
.sticky-header header {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #f7f7f7;
}

header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .row .header-right {
    display: flex;
    align-items: center;
}
.header-center {
    display: flex;
    align-items: center;
}

header .header-logo {
    display: block;
    cursor: pointer;
}

header .header-logo img {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

header .wrap-header-menu ul {
    display: flex;
    list-style: none;
    padding-left: 0;
}

header .wrap-header-menu ul li {
    margin-right: 28px;
    position: relative;
}

header .wrap-header-menu ul li a::after {
    content: "";
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    background: #FF792E;
    border-radius: 1px;
    transform: translateY(5px);
    opacity: 0;
}

header .wrap-header-menu ul li:hover a::after,
header .wrap-header-menu ul li a.active::after {
    opacity: 1;
    transform: translateY(0);
    transition: 0.4s;
}
header .wrap-header-menu ul li a.active::after {
    transition-delay: .4s;
}

header .wrap-header-menu ul li:last-child {
    margin-right: 0;
}

header .wrap-header-menu ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #352E5F;
}


header .wrap-header-lang ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;

}
header .wrap-header-lang ul a,
header .wrap-header-lang ul .active {
    position: relative;
}
header .wrap-header-lang ul li {
    display: flex;
    align-items: center;
}
header .wrap-header-lang ul a::before,
header .wrap-header-lang ul .active::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #FF792E;
    display: block;
    bottom: -3px;
    left: 0;
    position: absolute;
    transform: translateY(5px);
    opacity: 0;
}
header .wrap-header-lang ul a:hover::before,
header .wrap-header-lang ul .active::before {
    opacity: 1;
    transform: translateY(0);
    transition: 0.4s;
}
header .wrap-header-lang ul li:nth-child(2){
    margin: 0 5px;
}

header .wrap-header-lang ul span {
    line-height: 24px;
}

header .wrap-header-lang ul a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #352E5F;
    opacity: 1;

}

header .wrap-header-lang ul span {
    font-size: 14px;
}

header .wrap-header-lang svg {
    margin-right: 5px;
}
.wrap-header-lang .lang_separator {
    margin: 0 7px;
}

header .wrap-header-messangers {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 46px;
}
.wrap-header-lang {
    /*margin-right: 70px;*/
}
header .wrap-header-messangers p {
    /* margin-right: 30px; */
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    margin: unset;
    margin-bottom: 5px;
}

header .wrap-header-messangers .header-messangers {
    display: flex;
    align-items: center;
}

header .wrap-header-messangers .header-messangers a {
    display: block;
    margin-right: 15px;
}
header .wrap-header-messangers .header-messangers a img {
    aspect-ratio: 1/1;
    width: 100%;
}

header .wrap-header-messangers .header-messangers a:hover img {
    transform: scale(1.2);
    transition: 0.4s;
}

header .wrap-header-messangers .header-messangers a:last-child {
    margin-right: 0;
}

header .wrap-call-back {
    display: flex;
    flex-direction: column;
    align-items: center;
}

header .wrap-call-back a.header-tel {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-decoration: none;
    color: #352E5F;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

header .wrap-call-back a.coll-back-text {
color: #352E5F;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px dashed;
}
header .wrap-call-back a.header-tel:hover {
    color: #FF792E;
    text-decoration-color: #FF792E;
    transition: 0.4s;
}


header .wrap-call-back a.coll-back-text:hover {
    color: #FF792E;
    text-decoration-color: #FF792E;
    transition: 0.4s;
}

main section.first-section {
    /*padding-bottom: 392px;*/
    /*padding-top: 200px;*/
    /*margin: 100px 0 -100px;*/
    height: calc(100vh - 42px);
    display: flex;
    align-items: center;
    min-height: 700px;
}

main section.first-section .full-wrap {

}

main section.first-section .main-img {
    position: absolute;
    right: 0;
    top: -44px;
    width: 100%;
    max-width: 1056px;
}

main section.first-section .main-content h1 {
    max-width: 760px;
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 70px;
    font-weight: 700;
    color: #352E5F;
}

main section.first-section .main-content ul {
    list-style: none;
    padding-left: 15px;
}

main section.first-section .main-content ul li {
    margin-bottom: 15px;
    position: relative;
}

main section.first-section .main-content ul li::before {
    content: "";
    position: absolute;
    height: 14px;
    width: 2px;
    background-color: #FF792E;
    border-radius: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
}

main section.first-section .main-content ul li:last-child {
    margin-bottom: 0;
}

main section.first-section .main-content ul li {
    color: #352E5F;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-decoration: none;
}

main section.first-section .main-content ul {
    margin-bottom: 50px;
}

main section.first-section .main-content a.main-btn {
    width: 324px;
}

section.development {
    background-color: #352E5F;
    padding: 160px 0;
}

section.development .development-bg {
    position: absolute;
    bottom: -160px;
    left: 90px;
}

section.development .wrap-development-info {
    max-width: 615px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: 25px;
    color: #FFFFFF;
}

section.development .wrap-development-info h2 {
    margin-bottom: 40px;
    margin-top: 0;
}
section.development .title {
    line-height: 55px;
}
section.development .wrap-development-info ul {
    padding-left: 20px;
}

section.development .wrap-development-info ul li {
    position: relative;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    list-style: none;
}

section.development .wrap-development-info ul li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FF792E;
    top: 11px;
    left: -15px;
}

section.development .wrap-development-info ul li:last-of-type {
    margin-bottom: 0;
}

section.calculator {
    /* padding: 130px 0; */
    padding: 100px 0;
    background-image: url(../img/lines.webp);
    background-position: center;
    background-size: cover;
    background-color: #F6F6F6;
    height: 790px;
}

section.calculator h2.title {
    max-width: 1450px;
    text-align: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #352E5F;
}
section.calculator h2.title.hide,
section.calculator h2.title.title-done {
    display: none;
}
section.calculator h2.title-done.show {
    display: block;
}

section.calculator .wrap-all-calculate {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

section.calculator .wrap-all-calculate .subtitle {
    line-height: 28px;
}

section.calculator .wrap-calc-question {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.calculator .wrap-calc-question.hide {
    display: none;
}

section.calculator .wrap-calc-question .question {
    color: #FF792E;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    border: 1px solid #FF792E;
    padding: 0 11px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    opacity: 0.7;
    font-feature-settings: 'pnum' on, 'lnum' on;
    width: 15%;
    justify-content: center;

}

section.discount label  {
    width: calc(33.33% - 20px);
}
section.discount label .btn {
    width: 100%;
}
section.discount .wpcf7-response-output {
    margin: 20px auto 0;
}
.discount form {
    flex-wrap: wrap;
}

.calculator .wrap-calc-info-1.active ~ .wrap-sprev-next {
    justify-content: flex-end;
}

.calculator .wrap-calc-info-1.active ~ .wrap-sprev-next .prev-step {
    display: none;
}

section.calculator .wrap-calc-question .question.active {
    opacity: 1;
    border-width: 2px;
    /*padding: 9px;*/
}

section.calculator .wrap-calc-question .question::after {
    content: "";
    position: absolute;
    background-image: url(../img/svg/arrow-calc.svg);
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(0, -50%);
    height: 10px;
    width: 7px;
    right: -25%;
}

section.calculator .wrap-calc-question .question:last-child::after {
    display: none;
}

section.calculator .wrap-calc-question .question span {
    margin-left: 5px;
}

section.calculator .wrap-calc-info {
    display: none;
}
section.calculator .wrap-calc-info input{
    width: 100%;
    opacity: unset;
    z-index: unset;
    position: relative;
}
section.calculator .wrap-calc-info .wrap-checkbox input{
    width: auto;
    position: absolute;
    opacity: 0;
    z-index: -1;
}
section.calculator .wrap-calc-info.active {
    display: flex;
    flex-direction: column;
}
section.calculator form {
    padding-bottom: 30px;
}
section.calculator .wrap-calc-info.active:not(.done-test) {
    height: 300px;
    /* margin-bottom: 30px; */
}
section.calculator .wrap-calc-info.done-test {
    margin-bottom: 36px;
}


section.calculator .wrap-calc-info textarea {
    width: 100%;
    resize: none;
    padding: 15px 20px;
    border: 1px solid rgba(53, 46, 95, 0.2);
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #352E5F;
    outline: none;
    min-height: 96px;
}
section.calculator .wrap-calc-info:not(.done-test) textarea {
    height: 100%;
}

section.calculator .wrap-calc-info textarea:hover::placeholder {
    opacity: 0.7;
    transition: 0.4s;
}

section.calculator .wrap-calc-info > .wpcf7-form-control-wrap {
    height: 100%;
}
section.calculator .wrap-calc-info > p {
    margin-top: 0;
    margin-bottom: 15px;
    color: #352E5F;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

section.calculator .wrap-calc-info form .wrap-checkbox {
    margin-bottom: 15px;
}

.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}
.wpcf7 .wpcf7-list-item {
    display: flex;
    margin-bottom: 10px;
    flex: 1 1 40%;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 17px;
    padding: 10px;
    text-align: center;
}
form .btn::before {
    height: 36px;
}

section.calculator .wrap-calc-info input {
    /* width: auto; */
    width: 100%;
    /* position: absolute; */
    /* opacity: 0; */
    /* z-index: -1; */
}
section.calculator .wrap-calc-info label {
    padding-left: 30px;
}

section.calculator .wrap-calc-info label span {
    position: relative;
    cursor: pointer;
    color: #352E5F;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

section.calculator .wrap-calc-info label span::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #E0E0E0;
    border-radius: 2px;
    left: -40px;
    top: 0;
}

section.calculator .wrap-calc-info label span::after {
    content: "";
    position: absolute;
    width: 12px;
    transform: rotate(-45deg);
    left: -36px;
    top: 5px;
    height: 5px;
    border-left: 3px solid #FE7739;
    border-bottom: 3px solid #FE7739;
    display: none;
}

section.calculator .wrap-calc-info input:checked + span::after {
    display: block;
}

section.calculator .wrap-calc-info-2 form textarea {
    height: 62px;
    min-height: 62px;
}

section.calculator .wrap-calc-info-3 form input {
    width: auto;
    opacity: 1;
    z-index: 0;
    position: static;
}

/* RANGE */

.irs--flat .irs-min,
.irs--flat .irs-max,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    display: none;
}

.irs--flat {
    width: calc(100% - 30px);
    margin: 0 auto 80px;
}

.irs--flat .irs-line {
    top: 14px;
    height: 25px;
    background: unset;
    position: relative;
}

.irs--flat .irs-line::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 4px;
    background: #cfcfcf;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    border-radius: 10px;
}
.irs--flat .irs-grid-pol {
    background: #cfcfcf;
}

.irs--flat .irs-bar--single {
    display: none;
}

.irs--flat .irs-handle {
    /* top: 10px; */
    top: 16px;
    /* width: 22px; */
    width: 22px;
    /* height: 22px; */
    height: 22px;
    border-radius: 50%;
    /* border: 10px solid #ffffff; */
    /* border: 10px solid #FE7739; */
    border: 5px solid #FE7739;
    color: #FE7739;
    /* background-color: #FE7739; */
    background-color: #FFF;
    cursor: pointer;
}

.irs--flat .irs-handle>i:first-child {
    display: none;
}

.irs--flat .irs-grid-text {
    color: rgba(52, 52, 52, 1);
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

.irs--flat .irs--bar,
.irs--flat .irs-line {
    cursor: pointer;
}
.irs--flat.irs-with-grid {
    margin: 80px 0;
}

.irs-with-grid .irs-grid {
    top: 65px;
}

.irs--flat .irs-grid-pol {
    top: -43px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: none;
    pointer-events: none;
}


.irs--flat .irs-grid-pol[style="left: 0%"],
.irs--flat .irs-grid-pol[style="left: 33.333333333333336%"],
.irs--flat .irs-grid-pol[style="left: 66.66666666666667%"],
.irs--flat .irs-grid-pol[style="left: 100%"] {
    display: block;
}

section.calculator .row .wrap-calc-info-4 form {
    display: flex;
    flex-wrap: wrap;
}
section.calculator .wrap-checkbox {
    margin-bottom: 10px;
}

section.calculator .wrap-calc-info-4 form .wrap-checkbox {
    white-space: nowrap;
    min-width: none;
    min-width: 370px;
    margin-right: 60px;
}

section.calculator .wrap-calc-info-4 form .wrap-checkbox:nth-child(2) {
    min-width: 280px;
}

section.calculator .wrap-calc-info-4 form .wrap-checkbox:nth-child(3) {
    min-width: auto;
    margin-right: 0;
}

section.calculator .wrap-calc-info-4 form textarea {
    height: 62px;
}

section.calculator .wrap-calc-info form {
    display: contents;
}

section.calculator .wrap-calc-info textarea::placeholder {
    color: #352E5F;
    opacity: 0.7;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
}

section.calculator .wrap-all-calculate .wrap-sprev-next {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.calculator .wrap-all-calculate .wrap-sprev-next form .wrap-file input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: fit-content;
}

section.calculator .wrap-all-calculate .wrap-sprev-next form .wrap-file label {
    color: #352E5F;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    position: relative;
}

section.calculator .wrap-all-calculate .wrap-sprev-next form .wrap-file label::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    background-image: url(../img/svg/file.svg);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    left: -31px;
}

section.calculator .wrap-all-calculate .wrap-sprev-next form .wrap-file label span {
    color: #B0B0B0;
    opacity: 0.7;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin-left: 10px;
}

section.calculator .wrap-all-calculate .wrap-sprev-next form.pin-file {
    display: none;
}

section.calculator .wrap-all-calculate .wrap-calc-info.done-test form input {
    position: static;
    opacity: 1;
    z-index: 0;
    width: 100%;
    outline: none;
    margin-bottom: 5px;
}

section.calculator .wrap-all-calculate .done-test .wpcf7-form-control-wrap {
    margin-bottom: 20px;
    display: block;
}
section.calculator .wrap-all-calculate .done-test .wpcf7-form-control-wrap input {
    margin-bottom: 5px !important;
    display: block;
}

section.calculator .wpcf7-response-output {
    max-width: 745px;
    margin: 0 auto;
    /*text-align: left;*/
    /*font-weight: 700;*/
}

section.calculator .wrap-all-calculate .wrap-calc-info.done-test form input.name {
    margin-bottom: 15px;
}

section.calculator .wrap-all-calculate .wrap-calc-info.done-test form input[type="submit"] {
    border: none;
    cursor: pointer;
}

section.calculator .wrap-all-calculate .wrap-calc-info.done-test form {
    max-width: 687px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

section.calculator .wrap-all-calculate .wrap-calc-info.done-test {
    max-width: 745px;
    margin-left: auto;
    margin-right: auto;
    /* padding-bottom: 37px; */
}
section.calculator .done-test .btn {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    transition: font-size 0s ease, background-color 0s ease;
}
section.calculator .done-test .btn:hover {
    transition: font-size 0s ease, background-color 0.4s ease;

}
#popup-portfolio .btn {
    transition: font-size 0s ease, background-color 0s ease;
}
#popup-portfolio .btn:hover {
    transition: font-size 0s ease, background-color 0.4s ease;
}
section.calculator .wrap-all-calculate .wrap-calc-info.done-test h2 {
    margin-bottom: 30px;
}

section.calculator .wrap-all-calculate .wrap-calc-info.done-test h3 {
    margin-bottom: 90px;
    text-align: center;
}

section.calculator .wrap-sprev-next .prev-step {
    color: #352E5F;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
section.calculator .wrap-sprev-next .prev-step.disabled-btn {
    opacity: 0;
    visibility: hidden;
}

section.calculator .wrap-sprev-next .prev-step::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 15px;
    left: 0;
    background-image: url(../img/svg/arrow-prev.svg);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
}
section.calculator .wrap-sprev-next .prev-step:hover::before {
    left: -5px;
}

section.calculator .wrap-all-calculate .next-step {
    width: 271px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.calculator .next-step span {
    display: block;
    width: 12px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='11' viewBox='0 0 6 11' fill='none'%3E%3Cpath d='M1 9.5L5 5.5L1 1.5' stroke='%23FFf' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    margin: -2px;
    animation: arrow-right 1s infinite;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
}

section.calculator .next-step span:nth-child(1){
  margin-left: 5px;
}
section.calculator .next-step span:nth-child(2){
    animation-delay: 0.1s;
}
section.calculator .next-step span:nth-child(3){
    animation-delay: 0.2s;
}
@keyframes arrow-right {
    0%{
        opacity: 0;
        /*transform: rotate(45deg) translate(-0px,-0px);*/
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        /*transform: rotate(45deg) translate(0px,0px);*/
    }
}
section.calculator .wrap-all-calculate .next-step.hide {
    display: none;
}

/* SWIPER */

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

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: auto;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.results {
    padding: 100px 0;
    background-color: #352E5F;
    background-image: url(../img/lines.webp);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

section.results h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #FFFFFF;
}

section.results h3 {
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

section.results .wrap-swiper {
    display: flex;
    justify-content: space-between;
}

section.results .wrap-swiper .results-slider {
    position: relative;
}

section.results .wrap-swiper .results-slider::after {
    content: "";
    position: absolute;
    width: 250px;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(53, 46, 95, 0) 0%, #352E5F 103.25%);
    z-index: 1;
    transition: 0.7s;
    pointer-events: none;
}

section.results .wrap-swiper .results-slider::before {
    content: "";
    position: absolute;
    width: 250px;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-90deg, rgba(53, 46, 95, 0) 0%, #352E5F 103.25%);
    z-index: 2;
    transition: 0.7s;
    pointer-events: none;
}


section.results .swiper-slide.swiper-slide-prev,
section.results .swiper-slide.swiper-slide-next {
    z-index: 1;
}
section.results .swiper-pagination {
    width: 78px !important;
}

section.results .wrap-swiper .slider img {
    display: block;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 20px 20px 0 0;
    aspect-ratio: 0/1;
}

section.results .wrap-swiper .slider .wrap-swiper-info {
    background-color: #3F3771;
    box-shadow: 0px 2px 8px 9px rgba(49, 43, 87, 0.15);
    border-radius: 0 0 10px 10px;
    padding: 17px 15px 15px;
    flex: 1;
    display: flex;
    flex-direction: column;

}

section.results .wrap-swiper .slider .wrap-swiper-info h3 {
    text-align: center;
    margin-bottom: 15px;
}
section.results .wrap-swiper .slider .wrap-swiper-info h3 a {
    color: #fff;
    text-decoration: unset;
}
section.results .wrap-swiper .slider .wrap-swiper-info h3:hover a {
    color: #FF792E;
}

section.results .wrap-swiper .slider .wrap-swiper-info a.link {
    text-decoration: none;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #FF792E;
    position: relative;
    width: fit-content;
    margin: auto auto 0;
}

section.results .wrap-swiper .slider .wrap-swiper-info a.link::after {
    content: "";
    position: absolute;
    background-image: url(../img/svg/arrow-calc.svg);
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
    right: -14px;
    top: 53%;
    transform: translateY(-50%);
    transition: 0.4s;
}


section.results .wrap-swiper .slider .wrap-swiper-info a:hover::after {
    right: -23px;
}

section.results .results-slider {
    position: relative;
    padding-bottom: 78px;
}
section.results .slider:hover img{
    opacity: 0.8;
}

.wrap-pagination {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
}

.wrap-pagination .swiper-pagination {
    width: auto;
}

.wrap-pagination div {
    position: static;
    width: auto;
}

div.swiper-result-prev,
div.swiper-result-next {
    margin-left: auto;
    background: #FF792E;
    border-radius: 5px;
    width: 38px;
    height: 38px;

}

div.swiper-result-next {
    margin-left: 26px;
}

.wrap-pagination div.swiper-result-prev::after,
.wrap-pagination div.swiper-result-next::after {
    font-size: 10px;
    color: #FFFFFF;
    font-weight: 700;
}

section.results .swiper-slide {
    border-radius: 15px;
    background-color: transparent;
}

section.results .slider {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

section.results .slider a {
    display: block;
}

.wrap-pagination .swiper-result-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FF792E;
    border-radius: 3.5px;
    /* width: 23px; */
    width: 6px;
    height: 6px;
}
.results .wrap-pagination {
    align-items: center;
}
.results .swiper-result-prev,
.results .swiper-result-next {
    position: relative;
    margin-top: unset;
    right: unset;
}
.results .swiper-result-prev {
    margin-right: 10px;
}

.wrap-pagination .swiper-result-pagination .swiper-pagination-bullet {
    background-color: #FF792E;
    width: 6px;
    height: 6px;
    margin: 0 3.5px;
    transition: 0.5s;
}

section.stages {
    padding: 100px 0;
    background-image: url(../img/lines.webp);
    background-position: center;
    background-size: cover;
    background-color: #F6F6F6;
}

section.stages h2 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 50px;
    color: #352E5F;
}

section.stages h3 {
    text-align: center;
    color: #352E5F;
    margin-bottom: 40px;
}

section.stages .swiper-stages {
    padding-bottom: 78px;
}

section.stages .wrap-all-stages {
    display: flex;
    align-items: center;
}

section.stages .wrap-all-stages .stage {
    display: flex;
    flex-direction: column;
    padding: 50px 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 24px -2px rgba(213, 213, 213, 0.2);
    border-radius: 20px;
    width: 100%;
    position: relative;
    height: 100%;
}

section.stages .wrap-all-stages .stage .wrap-img img {
    display: block;
    margin: auto;
    width: auto;
    height: 170px;
    aspect-ratio: 1/1;
}

section.stages .wrap-all-stages .stage p {
    color: #FF792E;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
    text-align: left;
    margin-top: unset;
}

section.stages .wrap-all-stages .stage .title-step {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #34255F;
    margin-bottom: 20px;
    text-align: left;
}

section.stages .wrap-all-stages .stage ul {
    margin-top: 0;
    padding-left: 25px;
    list-style-type: none;
    /*min-height: 252px;*/
    padding-right: 20px;
    /*overflow: auto !important;*/
    /*max-height: 252px;*/
    margin-bottom: 0;
}
section.stages .wrap-all-stages .stage .custom-scroll {
    max-height: 360px;
    /*min-height: 284px;*/
}

section.stages .wrap-all-stages .stage ul li {
    position: relative;
    margin-bottom: 10px;
    color: #352E5F;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}
section.stages .wrap-all-stages .stage ul li:last-child {
    margin-bottom: 0;
}
section.stages .wrap-all-stages .stage ul li::before {
    content: "";
    position: absolute;
    background-color: #FF792E;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 14px;
    left: -25px;
}

.stages .swiper-slide {
    border-radius: 15px;
}

section.discount {
    /* padding-bottom: 130px; */
    background-color: #F6F6F6;
    background-image: url(../img/lines.webp);
    background-position: center;
    background-size: cover;
}
section.discount:not(#discount-popup, #callback-popup) {
    padding-bottom: 100px;
}

section.discount .row {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section.discount .wrap-top-discount-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

section.discount .wrap-top-discount-text .discound-dtn {
    padding: 5px 17px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    background-color: #F85844;
    border-radius: 53px;
    margin-right: 40px;
}

section.discount .wrap-top-discount-text p {
    color: #352E5F;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0;
}

section.discount .wrap-top-discount-text p span {
    margin-left: 15px;
}

section.discount h2 {
    color: #352E5F;
    margin-bottom: 30px;
}

section.discount h2 span {
    color: #FF792E;
}

section.discount p {
    color: #FF792E;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 40px;
    margin-top: 0;
}

section.discount h3 {
    margin-bottom: 30px;
    color: #352E5F;
}

section.discount form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

form input {
    color: #352E5F;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    padding: 14.5px 0;
    padding-left: 64px;
    border-radius: 10px;
    border: 1px solid rgba(53, 46, 95, 0.2);
    width: 100%;
    margin-bottom: 5px;
}
form input:focus,
form textarea:focus {
    border: 1px solid #acacac !important;
}
form .wpcf7-form-control-wrap input.wpcf7-not-valid {
    border-color: #f00;
}

form input[type="tel"] {
    color: #352E5F;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    padding: 14.5px 0;
    padding-left: 64px;
    border-radius: 10px;
    border: 1px solid rgba(53, 46, 95, 0.2);
    background-image: url(../img/svg/inout-tel.svg);
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: 50%;
    outline: none;
    width: 100%;
}

section.discount form input[type="tel"] {
    /*margin-right: 15px;*/
    width: 100%;
}
section.discount form input {
    margin-bottom: 0;
    height: 60px;
}
section.discount .wpcf7 {
    width: 100%;
}
section.discount form button {
    border: none;
    cursor: pointer;
    width: 30.3%;
    height: fit-content;
}

section.review {
    background-color: #352E5F;
    padding: 100px 0;
    background-image: url(../img/lines.webp);
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

section.review .swiper-review {
    position: relative;
    padding-bottom: 78px;
}

section.review h2 {
    color: #FFFFFF;
    margin-bottom: 50px;
    text-align: center;
}

section.review .swiper-slide {
    border-radius: 20px;
    background-color: transparent;
    text-align: left;
}

section.review .review {
    padding: 30px 24px 30px 30px;
    background-color: #3F3771;
    box-shadow: 0px 2px 8px 9px rgba(49, 43, 87, 0.15);
    border-radius: 20px;
    height: 100%;
}

section.review .review h3 {
    margin-bottom: 7px;
    color: #FFFFFF;
}

section.review .review .author-name {
    color: #786FB6;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 17px;
}

section.review .review p {
    padding-right: 20px;
    overflow: auto;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 10px;
}

section.review .review p.scroll-content::-webkit-scrollbar {
    width: 4px;
    background-color: #534A89;
    border-radius: 2px;
}

section.review .review p.scroll-content::-webkit-scrollbar-thumb {
    background-color: #786FB6;
    width: 4px;
    border-radius: 2px;
}

section.review .review .data-review {
    color: #786FB6;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

section.review .swiper-review {
    position: relative;
}

/*section.review .swiper-review::before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 185px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: linear-gradient(-90deg, rgba(53, 46, 95, 0) 0%, #352E5F 100%);*/
/*    z-index: 2;*/
/*    pointer-events: none;*/
/*}*/

/*section.review .swiper-review::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    width: 185px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: -1px;*/
/*    background: linear-gradient(90deg, rgba(53, 46, 95, 0) 0%, #352E5F 100%);*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*}*/


section.questions-and-answers {
    padding: 100px 0;
    background-color: #F6F6F6;
    background-image: url(../img/lines.webp);
    background-position: center;
    background-size: cover;
    background-position: top;
}

section.questions-and-answers h2 {
    margin-bottom: 50px;
    color: #352E5F;
    text-align: center;
}

/* ACCARDION */

section.questions-and-answers .accordion__item:last-child {
    margin-bottom: 0;
}
section.questions-and-answers .accordion__item {
    margin-bottom: 15px;
    position: relative;
    display: block;
    background-color: #eaeaea;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    /* cursor: pointer; */
    background-color: #ececec;
    border: 1px solid #c5c5c5;
    box-shadow: 0px 0px 24px -2px rgba(213, 213, 213, 0.2);
    /* border-radius: 20px; */
    border-radius: 10px;
    transition: 0.4s;
}
section.questions-and-answers .accordion__item:hover {
    border-color: #696969;
}
section.questions-and-answers .accordion__item.accordion-active-parent {
    border-color: #696969 !important;
}
/*section.questions-and-answers .accordion__title:hover {*/
/*    opacity: 0.6;*/
/*}*/
section.questions-and-answers .accordion__item .accordion__title {
    position: relative;
    display: block;
    padding: 20px 80px 20px 45px;
    color: #202020;
    font-size: 28px;
    text-decoration: none;
    cursor: pointer;
}



section.questions-and-answers .accordion__item .accordion__title::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 32px;
    background-color: #FF792E;
    border-radius: 9px;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

section.questions-and-answers .accordion__item .accordion__title::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 32px;
    background-color: #FF792E;
    border-radius: 9px;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    transition: 0.7s;
    transform: rotate(90deg);
}

section.questions-and-answers .accordion__item .accordion__title.accordion-active::after {
    transform: rotate(0);
}

section.questions-and-answers .accordion__item .accordion__content {
    padding: 40px;
    padding-top: 0;
    font-size: 14px;
    display: none;
    /* background-color: #FFFFFF; */
    color: #352E5F;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    border-radius: 0 0 20px 20px;
}

section.questions-and-answers .accordion__item .accordion__arrow-item {
    font-weight: 700;
}
.mfp-content .form-request {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    border-radius: 20px;
    max-width: 700px;
}
.mfp-content .form-request .wrap-form-request {
    margin: 0 auto;
}
section.form-request {
    padding: 0 0 100px;
    background-color: #F6F6F6;
    background-image: url(../img/lines.webp);
    background-position: center;
    background-size: cover;
    background-position: top;
}
section.form-request span.required {
    margin-bottom: 10px !important;
}

section.form-request .form-request-bg {
    position: absolute;
    top: 100px;
    right: 0;
}
section.form-request input {
    padding: 10px 0;
    padding-left: 64px;
}
section.form-request button {
    padding: 10px 0;
}
section.form-request .wrap-form-request {
    max-width: 570px;
    /* margin: 0 auto; */
    /* margin-left: auto; */
}

section.form-request .wrap-form-request h2 {
    color: #352E5F;
    margin-bottom: 20px;
    text-align: center;
}

section.form-request .wrap-form-request h3 {
    text-align: center;
    color: #352E5F;
    margin-bottom: 30px;
}

section.form-request form textarea {
    padding: 15px 0 15px 64px;
    width: 100%;
    resize: none;
    color: #352E5F;
    background-image: url(../img/svg/input-comment.svg);
    background-repeat: no-repeat;
    background-position: 20px 15px;
    border-radius: 10px;
    border: 1px solid rgba(53, 46, 95, 0.2);
    height: 140px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    outline: none;
}

section.form-request form input:hover::placeholder,
section.form-request form textarea:hover::placeholder {
    opacity: 0.7;
    transition: 0.4s;
}

section.form-request form label {
    outline: none;
    margin-bottom: 15px;
    display: block;
}

section.form-request form input::placeholder {
    color: #352E5F;
    opacity: 0.7;
}

section.form-request form textarea::placeholder {
    color: #352E5F;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    opacity: 0.7;
}

section.form-request form span {
    color: #352E5F;
    opacity: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 19px;
    display: block;
}

section.form-request form button {
    width: 100%;
    border: none;
    cursor: pointer;
    position: relative;
    display: block;
    z-index: 1;
}
section.form-request form button,
section.discount form button {
    transition: font-size 0s ease, background-color 0s ease;
}
section.form-request form button:hover,
section.discount form button:hover {
    transition: font-size 0s ease, background-color 0.4s ease;
}
footer {
    margin-top: auto;
}
footer .top {
    background-color: #352E5F;
    padding: 50px 0 48px;
}

footer .top .row {
    display: flex;
}

footer .top .row .footer-logo-wrap img {
    aspect-ratio: 0/1;
}
footer .top .row .footer-logo-wrap {
    margin-right: 200px;
}

footer .top .row .footer-contacts {
    margin-right: 200px;
    display: flex;
    flex-direction: column;
}

footer .top .row .footer-contacts p {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    margin-bottom: 30px;
    margin-top: 0;
}

footer .top .footer-contacts a {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 25px;
}

footer .top .footer-contacts a:last-child {
    margin-bottom: 0;
}

footer .top .footer-contacts a.footer-tel {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

footer .top .footer-contacts a.footer-adress {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    white-space: nowrap;
    font-feature-settings: 'pnum' on, 'lnum' on;
}
/* footer .top .footer-contacts a:hover {
    color: #FF792E;
    transition: 0.4s;
} */
footer .top .footer-contacts a:hover img {
    transform: scale(1.2);
    transition: 0.4s;
}

footer .top .footer-contacts img {
    display: block;
    margin-right: 15px;
}

footer .top .footer-massangers {
    display: flex;
    flex-direction: column;
}

footer .top .footer-massangers p {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
}

footer .top .footer-massangers a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

footer .top .footer-massangers a:hover img {
    transform: scale(1.2);
    transition: 0.4s;
}
footer .top a:hover {
    color: #d5d5d5 !important;
    transition: 0.4s;
}
/* footer .top .footer-massangers a:hover {
    color: #FF792E;
    transition: 0.4s;
} */

footer .top .footer-massangers a:last-child {
    margin-bottom: 0;
}

footer .top .footer-massangers a img {
    margin-right: 15px;
}

footer .bottom {
    background-color: #2F2955;
    padding: 20px 0;
}

footer .bottom .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;

}

footer .bottom .row p {
    margin: 0;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 23px;
}

footer .bottom .row a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 23px;
    text-decoration: none;
    transition: .2s;
}
footer .bottom .row a:hover {
    color: #FF792E;
}
footer .bottom .popup {
    text-align: center;
}

/* POPUP */
.popup-discount {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 40px;
    border-radius: 20px;
}
.popup-callback {
    padding: 70px 70px;
    max-width: 700px;

}
.fancybox__content.popup-callback {
    padding: 60px 30px;
}
.fancybox__content.popup-callback label, .fancybox__content.popup-callback form button {
    width: 100%;
}
.popup-callback form {
    flex-direction: column;
    row-gap: 20px;
}
.popup-callback .title {
    text-align: center;
}
.popup-callback .subtitle {
    font-size: 20px;
    text-align: center;
}
.popup-callback label,
.popup-callback form button {
    width: 100%;
}

.popup-discount button.mfp-close,
.popup-discount button.mfp-close:active {
    top: 20px;
    right: 20px;
}
.popup-thanks {
    text-decoration: none;
    background-color: #F6F6F6 !important;
    background-image: url(../img/lines.webp);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    max-width: 730px !important;
}
#popup-thanks {
    padding: 60px 0 20px;
}
.popup-thanks .row {
    max-width: 835px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #352E5F;
}

.popup-thanks .row h2 {
    margin-bottom: 20px;
}

.popup-thanks .row h3 {
    margin-bottom: 60px;
    max-width: 625px;
    margin-left: auto;
    margin-right: auto;
}
#map {
    max-width: 900px;
    margin: 0 auto;
    padding: 36px;
    background: #fff;
    position: relative;
    border-radius: 20px;
    height: 80vh;
    width: 100%;
  }
#map iframe {
    width: 100%;
    height: 100%;
    /*border-radius: 20px;*/
}
/**/
div.swiper-result-prev:hover, div.swiper-result-next:hover {
    background: #c15212;
    transition: all .4s;
}
.row-popup .col-img {
    height: calc(100vh - 100px);
    overflow: auto;
    width: 100%;
    padding-right: 15px;
}

.row-popup .wrap-applications .application:nth-child(1) {
    background: #513a9a;
}
.row-popup .wrap-applications .application:nth-child(2) {
    background: #4a358f;
}
.row-popup .wrap-applications .application:nth-child(3) {
    background: #473288;
}
/* .mfp-content {
    background: #2f003a2b;
    backdrop-filter: blur(15px);
} */
.white-popup {
    position: relative;
    padding: 0 20px;
    width: auto;
    /*margin: 50px auto;*/
    max-width: 1200px;
}

.row-popup {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    display: flex;
}
.row-popup .img-box {
    width: calc(100% - 460px);
    margin-right: 15px;
}
.row-popup .title-pop {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
    max-width: calc(100% - 60px);
}
.row-popup .sub-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 13px;
}
.row-popup .wrap-applications {
    border-radius: 10px;
    overflow: hidden;
}


.row-popup .application {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #fff;
    padding: 12px 23px;
}
.row-popup .wrap-application-col {
    display: flex;
    align-items: center;
    font-weight: 700;
}
.row-popup .wrap-application-col .wrap-img {
    margin-left: 15px;
}
.row-popup form {
    margin-bottom: 30px;
}
.row-popup .title-soc {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 20px;
}
.row-popup .wrap-messengers {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 85%;
}
.row-popup .wrap-messengers a {
    display: flex;
    align-items: center;
    text-decoration: unset;
    font-weight: 500;
}

.row-popup .wrap-messengers img {
    margin-left: 10px;
    width: 22px;
    height: 22px;
    transition: 0.2s;
}
.row-popup .wrap-messengers a:hover img {
    transform: scale(1.2);
}
.row-popup .wrap-messengers a:nth-child(1) {
    color: #039be5;
}
.row-popup .wrap-messengers a:nth-child(2) {
    color: #4caf50;
}
.row-popup .wrap-messengers a:nth-child(3) {
    color: #7f4da0;
}
.row-popup .form-box .title-form {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #FF792E;
    margin-bottom: 13px;
}
button.mfp-close,
button.mfp-close:active {
    border-radius: 5px;
    /* color: #fff; */
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    position: absolute;
    top: 40px;
    right: 50px;
    transition: 0.2s ease;
    width: 34px;
    height: 34px;
}
button.mfp-close::after {
    border-radius: 5px;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #ededed;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    transition: 0.2s ease;
}
button.mfp-close:hover::after {
    transform: rotate(-90deg);

}
button.mfp-close:hover {
    transform: rotate(90deg);
}

#form-request button.mfp-close,
#discount button.mfp-close {
    background: unset;
    top: 0;
    right: 0;
}
#popup-portfolio .btn {
    width: 100%;
    border: unset;
    cursor: pointer;
}
#popup-portfolio .mfp-close {
    top: 15px;
    right: 20px;
}
#popup-portfolio {
    max-width: 1420px;
    color: #352E5F;
    text-align: center;
    width: 100%;
}
#popup-portfolio .sub-title-form {
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 26px;
    font-size: 17px;
}
#popup-portfolio .col-text {
    max-width: 460px;
}
#popup-portfolio .col-text label {
    margin-bottom: 15px;
    display: block;
}
#popup-portfolio .col-text .label-submit {
    margin-bottom: 0;
}
#popup-portfolio .wpcf7 form .wpcf7-response-output {
    margin-top: 20px;
}
.row-popup .form-box {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    margin-top: 20px;
}

/* ------ */
.wrap-mobile-menu {
    display: none;
}

.wrap-mobile-menu .mobile-tel {
    display: block;
    margin-right: 26px;
    width: 22px;
    height: 23px;
}

.wrap-mobile-menu .mobile-tel img {
    /*aspect-ratio: 1/1;*/
    width: 100%;
    display: block;
}

.wrap-mobile-menu .burger {
    position: relative;
    width: 32px;
    height: 23px;
    cursor: pointer;
}

.wrap-mobile-menu .burger span {
    position: absolute;
    width: 100%;
    height: 3px;
    transition: 0.3s ease-in-out;
    background-color: #FF792E;
    border-radius: 2px;
}

.wrap-mobile-menu .burger span:nth-child(1) {
    top: 0;
}

.wrap-mobile-menu .burger span:nth-child(2) {
    top: 44%;
}

.wrap-mobile-menu .burger span:nth-child(3) {
    bottom: 0;
}

.open-mobile .wrap-mobile-menu .burger span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
}
.open-mobile .wrap-mobile-menu .burger span:nth-child(2) {
    opacity: 0;
}
.open-mobile .wrap-mobile-menu .burger span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 10px;
}
section.calculator .wrap-calc-mobile-question {
    display: none;
}
section.calculator .wrap-calc-mobile-question .wrap-steps-mobile {
    display: none;
}

section.form-request form span {
    opacity: inherit !important;
}

section.form-request form span {
    margin-bottom: 0 !important;
}

#popup-portfolio .img-box img {
    display: block;
    width: 100%;
    height: auto;
}
.arrow {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 35px;
    z-index: 5;
    display: block;
    cursor: pointer;
}
.arrow img:nth-child(1) {
    animation-delay: -0.4s;
    width: 14px;
    height: 6px;
}
.arrow img:nth-child(2) {
    animation-delay: -0.2s;
    width: 22px;
    height: 8px;
}
.arrow img {
    animation: arrow-bot 1.4s infinite;
    display: block;
    margin: 4px auto;
    opacity: 0;
    width: 34px;
    height: 12px;
}
@keyframes arrow-bot {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.page_not_found {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
}
.page-page_not_found main {
    flex: 1 1 auto;
}
.page_not_found-content {
    text-align: center;
}
.page_not_found-content h1 {
    font-size: 135px;
    color: #FF792E;
}
.page_not_found-content .btn {
    max-width: max-content;
    padding-left: 20px;
    padding-right: 20px;
    margin: 30px auto 0;
}
.mfp-wrap {
    overflow: auto;
}
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 0;
    transform: unset;
}
.policy.white-popup {
    padding: 70px 35px 50px !important;
    width: 100%;
}
.policy.white-popup h2 {
    text-align: center;
    color: var(--color-first);
}
.policy.white-popup .mfp-close {
    top: 20px;
    right: 20px;
}
#policy .custom-scroll {
    max-height: 70vh;
    padding-right: 20px;
}
.header-right-mob {
    display: none;
}
@media (max-width: 1920px) {}
@media (max-width: 1800px) {
    main section.first-section .main-img {
        max-width: 800px;
    }
    section.development .development-bg {
        left: 0;
    }
}
@media (max-width: 1600px) {
    header .row .header-right {
        /*justify-content: space-between;*/
        /*width: calc(100% - 300px);*/
    }
    .mfp-content .form-request {
        max-width: 700px;
        margin:0 auto;
        position: relative;
        border-radius: 20px;
    }

    header .wrap-header-lang ul{
        /*margin-right: 40px;*/
    }
    header .wrap-header-messangers {
        margin: 0 40px;
    }
    .wrap-header-lang {
        /*margin-right: 40px;*/
    }
    header .wrap-header-menu ul li {
        margin-right: 35px;
    }
    header .wrap-header-messangers .header-messangers a {
        margin-right: 10px;
    }
    main section.first-section .main-content h1 {
        font-size: 40px;
        line-height: 52px;
        max-width: 560px;
    }
    section.development {
        padding: 80px 0 110px;
    }
    section.development .development-bg {
        width: 650px;
        left: 0;
        bottom: -110px;
    }

    .wrap-pagination {
        margin-right: 15px;
        margin-left: 15px;
        align-items: flex-end;
    }
    .stages .wrap-pagination,
    .review .wrap-pagination {
        margin-right: 0;
        margin-left: 0;
    }
    section.form-request object.form-request-bg {
        width: 52%;
    }
    footer .top .row {
        justify-content: space-between;
    }
    footer .top .row .footer-logo-wrap,
    footer .top .row .footer-contacts {
        margin-right: 0;
    }
    section.stages .wrap-all-stages .stage {
        padding: 30px;
    }
    section.stages .wrap-all-stages .stage .wrap-img img {
        height: 160px;
    }
}

@media (max-width: 1350px) {
    header .row .header-right {
        width: auto;
    }
    header .wrap-header-menu ul li {
        margin-right: 20px;
    }
    section.development .development-bg {
        width: 540px;
    }
    .row-popup {
        flex-wrap: wrap;
    }
    .row-popup .title-pop {
        max-width: 100%;
        margin: 40px 10px;
    }
    .row-popup .img-box {
        max-width: 100%;
        margin-right: unset;
    }
    .row-popup .col-img {
        /*height: auto;*/
        padding-right: unset;
    }
    .row-popup .img-box,
    #popup-portfolio .col-text {
        max-width: 800px;
        margin: 0 auto;
    }
    .row-popup .col-img {
        height: auto;
    }
    .row-popup .wrap-messengers {
        max-width: 360px;
    }
    button.mfp-close {
        top: 20px;
        right: 20px;
    }
    button.mfp-close:active {
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 1200px) {
    .first-section .arrow {
        display: none;
    }
    main section.first-section {
        padding-top: 120px;
        margin: unset;
        padding-bottom: 0;
        height: fit-content;
    }

    main section.first-section .full-wrap {
        top: unset;
        transform: unset;
    }
    header .header-logo {
        width: 177px;
        height: 57px;
    }
    header .wrap-header-messangers {
        margin: 0 20px;
    }
    .wrap-header-lang {
        /*margin-right: 20px;*/
    }
    header .wrap-header-menu ul li{
        margin-right: 15px;
    }
    header .wrap-header-menu ul{
        /*margin-right: 10px;*/
    }

    header .wrap-header-menu ul li a,
    header .wrap-call-back a.header-tel {
        font-size: 14px;
    }
    header .wrap-header-lang ul li a,
    header .wrap-header-messangers p {
        font-size: 14px;
    }
    header .wrap-header-messangers .header-messangers a {
        transform: scale(0.8);
        margin-right: 6px;
    }
    header .wrap-call-back a.coll-back-text {
        font-size: 12px;
    }
    header .header-right .wrap-header-lang ul li {
        margin: unset;
    }
    header .wrap-header-lang ul li:nth-child(2) {
        margin: 0 5px;
    }
    main section.first-section .main-img {
        position: static;
        margin: 0 auto;
        display: flex;
        max-width: 700px;
        height: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .full-wrap .main-content {
        margin-bottom: 35px;
    }
    section.development {
        padding-bottom: 0;
    }
    section.development .development-bg {
        position: static;
    }
    section.development .full-wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    section.development .wrap-development-info {
        margin-left: 0;
        margin-right: auto;
        max-width: 100%;
    }
    section.development .development-bg {
        width: 450px;
        height: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    section.stages .wrap-all-stages {
        width: 100%;
    }
    section.form-request .full-wrap {
        display: flex;
        flex-direction: column-reverse;
    }
    section.form-request object.form-request-bg {
        position: static;
    }
    section.form-request object.form-request-bg {
        width: auto;
    }
    section.form-request .wrap-form-request {
        margin-left: auto;
        margin-right: auto;
        /*margin-bottom: 50px;*/
    }
    footer .footer-logo-wrap img {
        width: 184px;
    }
    section.calculator .wrap-calc-question .question {
            padding: 11px;
    }
    section.development .wrap-development-info h2 {
        max-width: 830px;
    }
    section.development .wrap-development-info ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    section.development .wrap-development-info ul li {
        width: calc(50% - 16px);
    }
    .wrap-header-lang {
        /*margin-right: 16px;*/
    }
    header .wrap-header-messangers {
        margin: 0 16px;
    }
}

@media (max-width: 991px) {
    header .wrap-header-menu ul li a::after {
        display: none !important;
    }
    .header-right-mob {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .header-center {
        display: none;
    }
    body.open-mobile {
        overflow: hidden !important;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    header {
        background-color: #ffffff;
    }
    header.sticky .row .header-right {
        top: 77px;
    }
    header .row .header-right {
        position: fixed;
        top: 103px;
        left: 100%;
        right: -100%;
        bottom: 0;
        flex-direction: column;
        align-items: center;
        background-color: #ffffff;
        padding: 15px 15px;
        z-index: 1000;
        justify-content: center;
    }
    .wrap-mobile-menu {
        display: flex;
        align-items: center;
    }
    .open-mobile header .row .header-right {
        left: 0;
        right: 0;
        overflow-x: hidden;
        overflow-y: auto;
        /*transition: 0.7s;*/
    }
    header .wrap-call-back {
        margin-bottom: 20px;
        row-gap: 20px;
        width: 100%;
    }
    header .wrap-call-back a.header-tel {
        font-size: 20px;
    }
    header .wrap-call-back {

    }
    header .wrap-call-back a.coll-back-text {
        font-size: 16px;
        background-color: #FF792E;
        border-radius: 10px;
        padding: 16.5px 30px;
        color: #FFFFFF;
        font-weight: 700;
        line-height: 27px;
        text-decoration: none;
        display: block;
        text-align: center;
        position: relative;
        z-index: 0;
        border: unset;
        /*width: 100%;*/
        /*max-width: 450px;*/
        cursor: pointer;
    }
    .wrap-mobile-menu {
        display: flex;
        align-items: center;
    }
    header .wrap-header-menu ul {
        flex-direction: column;
        align-items: center;
        margin: 0;
        margin-bottom: 30px;
        order: 1;
        row-gap: 30px;
    }
    header .wrap-header-lang {
        order: 3;
    }
    header .wrap-header-messangers {
        order: 2;
        flex-direction: column;
        /*margin-right: unset;*/
    }
    header .wrap-header-messangers p {
        margin: 0;
        color: #352E5F;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 18px;
    }
    header .wrap-header-messangers .header-messangers {
        margin: 0;
        margin-bottom: 30px;
    }
    header .wrap-header-lang ul span {
        font-size: 18px;
        margin-right: unset;
        position: relative;
        opacity: 1;
    }
    header .wrap-header-lang ul li span.active::before {
        content: '';
        width: 100%;
        height: 2px;
        background: #FF792E;
        display: block;
        bottom: 5px;
        position: absolute;
        transform: translateY(5px);
    }

    header .wrap-header-lang ul {
        margin: 0;
    }
    header .wrap-header-lang ul li a {
        font-size: 18px;
    }
    header .wrap-header-messangers .header-messangers a {
        transform: scale(1);
        margin-right: 35px;
        width: 40px;
        height: 40px;
    }
    header .wrap-header-messangers .header-messangers a img {
        width: 100%;
        height: 100%;
    }
    header .wrap-header-messangers .header-messangers a:last-of-type {
        margin-right: 0;
    }
    header .wrap-header-menu ul li {
        margin-right: 0;
    }
    header .wrap-header-menu ul li a {
        color: #352E5F;
        font-weight: 700;
        font-size: 28px;
        line-height: 30px;
    }
    section.calculator .row .wrap-calc-info-4 form {
        flex-direction: column;
    }
    section.calculator .wrap-all-calculate .wrap-sprev-next form .wrap-file label {
        font-size: 12px;
    }
    section.calculator .wrap-calc-question .question {
        /*padding-left: 45px;*/
        /*padding-right: 45px;*/
    }
    section.calculator .wrap-calc-question .question span {
        display: none;
    }
    footer .top .row {
        flex-direction: column;
    }
    footer .footer-logo-wrap {
        order: 1;
    }
    footer .top .row .footer-contacts{
        order: 3;
    }
    footer .top .footer-massangers {
        order: 2;
    }
    footer .footer-logo-wrap img,
    footer .top .footer-massangers {
        margin-bottom: 40px;
    }
    footer .top .row .footer-contacts p {
        font-size: 18px;
        line-height: 27px;
    }
    footer .top .footer-contacts a.footer-tel {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    footer .top .footer-contacts a.footer-adress {
        font-size: 18px;
        line-height: 27px;
    }
    footer .bottom .row {
        flex-direction: column;
    }
    footer .bottom .row p {
        font-size: 16px;
        line-height: 24px;
    }
    footer .bottom .row a {
        font-size: 16px;
        line-height: 24px;
    }
    .scrollup {
        width: 35px;
        height: 35px;
    }
    .scrollup .wrap-arrow-scrollup img {
        width: 30px;
        height: 30px;
    }
    section.questions-and-answers .accordion__item:hover {
        border-color: #c5c5c5;
    }
    section.calculator .wrap-all-calculate {
        padding-bottom: 40px;
    }
}

@media (max-width: 850px) {
    .wpcf7 form label input {
        padding-left: 54px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    main section.first-section {
        min-height: unset;
    }
    header .wrap-header-menu ul {
        row-gap: 15px;
    }
    section.calculator .done-test .btn{
        margin-top: 65px;
    }
    main section.first-section {
        padding-bottom: 68px;
    }
    main section.first-section .main-content h1 {
        max-width: 380px;
        font-size: 29px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    main section.first-section .main-content ul li {
        font-size: 16px;
        line-height: 1.5;
    }
    main section.first-section .main-content ul {
        margin-top: 0;
        margin-bottom: 30px;
    }
    main section.first-section .main-content ul li::before {
        height: 11px;
    }
    main section.first-section .main-content ul li {
        margin-bottom: 10px;
    }
    main section.first-section .main-content ul li a {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }
    main section.first-section .main-content a.main-btn {
        padding: 13px;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
    }
    main section.development {
        padding-top: 60px;
    }
    section.development .development-bg {
        margin: 0;
    }
    section.development .wrap-development-info h2 {
        /*max-width: 350px;*/
        font-size: 26px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    section.development .wrap-development-info ul {
        margin-top: 0;
        /*max-width: 375px;*/
    }
    section.development .wrap-development-info ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    section.development .development-bg {
        margin: auto;
        width: 100%;
        height: auto;
    }
    section.calculator .wrap-calc-mobile-question .wrap-steps-mobile {
        display: flex;
        justify-content: space-around;
        color: #FF792E;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
    }
    .wrap-steps-mobile div {
        position: relative;
        width: 10%;
        font-feature-settings: 'pnum' on, 'lnum' on;
        text-align: center;
    }
    .wrap-steps-mobile div::after {
        content: "";
        position: absolute;
        background-image: url(../img/svg/arrow-calc.svg);
        background-repeat: no-repeat;
        top: 50%;
        transform: translate(0, -50%);
        height: 10px;
        width: 7px;
        right: -60%;
    }
    .wrap-steps-mobile div:last-child::after {
        display: none;
    }
    section.calculator .wrap-calc-question .question::after {
        /*display: none;*/
    }
    section.calculator .wrap-calc-question .question {
        padding-left: 30px;
        padding-right: 30px;
    }
    section.calculator {
        padding: 100px 0;
        height: 870px;
    }
    section.calculator h2.title {
        font-size: 31px;
        line-height: 41px;
        margin-bottom: 30px;
        display: block;
    }
    section.calculator .wrap-all-calculate .wrap-calc-info.done-test h2 {
        margin-bottom: 50px;
    }
    section.calculator .wrap-calc-mobile-question .wrap-steps-mobile {
        padding: 0 5px;
        margin-bottom: 30px;
    }
    section.calculator .wrap-all-calculate .subtitle {
        margin-bottom: 20px;
        text-align: center;
        font-size: 18px;
        line-height: 27px;
    }
    section.calculator .wrap-calc-info textarea,
    section.calculator .wrap-calc-info textarea::placeholder {
        font-size: 16px;
        line-height: 24px;
    }
    section.calculator .wrap-all-calculate .next-step {
        width: 244px;
        padding: 13px 0;
        font-size: 16px;
        line-height: 24px;
        border-radius: 5px;
    }
    section.calculator .wrap-calc-info form label {
        font-size: 16px;
        line-height: 24px;
    }
    .irs--flat .irs-grid-text {
        margin-left: -9% !important;
    }
    .calculator {
        overflow: hidden;
    }
    section.calculator .wpcf7 .wpcf7-list-item {
        flex: 1 1 100%;
    }
    section.calculator .wrap-calc-info-4 form .wrap-checkbox {
        display: flex;
        flex-wrap: wrap;
        min-width: auto;
        margin-right: 0;
        white-space: normal;
    }
    section.calculator .wrap-all-calculate .wrap-calc-info-5 + .wrap-sprev-next {
        flex-wrap: wrap;
    }
    section.calculator .wrap-calc-info-5 + .wrap-sprev-next .prev-step {
        order: 2;
    }
    section.calculator .wrap-all-calculate .wrap-calc-info-5 + .wrap-sprev-next form.pin-file {
        order: 1;
        position: relative;
        display: block;
        padding-left: 30px;
    }
    section.calculator .wrap-all-calculate .wrap-calc-info-5 + .wrap-sprev-next form .wrap-file label span {
        font-size: 14px;
        line-height: 21px;
    }
    section.calculator .wrap-all-calculate .wrap-calc-info.done-test h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 80px;
    }
    section.calculator .wrap-all-calculate .wrap-calc-info.done-test form input {
        padding-top: 9.5px;
        padding-bottom: 9.5px;
        font-size: 16px;
        line-height: 24px;
    }
    section.calculator .wrap-all-calculate .wrap-calc-info.done-test form input[type="submit"] {
        font-size: 16px;
        line-height: 24px;
        padding: 13px 0;
    }
    section.calculator .wrap-all-calculate .mobile-step-5 .wrap-sprev-next {
        position: relative;
    }
    section.results {
        padding: 60px 0;
    }
    section.results h2,
    section.stages h2,
    section.discount h2,
    section.review h2,
    section.questions-and-answers h2,
    section.form-request .wrap-form-request h2 {
        font-size: 30px;
        line-height: 41px;
        /* max-width: 285px; */
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px
    }
    section.results h3,
    section.stages h3,
    section.discount h3,
    section.form-request .wrap-form-request h3 {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 21px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    section.results .wrap-swiper .slider .wrap-swiper-info {
        padding: 15px;
    }
    section.results .wrap-swiper .slider .wrap-swiper-info h3 {
        font-size: 16px;
        line-height: 24px;
        min-height: auto;
        margin-bottom: 10px;
        max-width: 100%;
    }
    section.results .wrap-swiper .slider .wrap-swiper-info a {
        font-size: 14px;
        line-height: 23px;
    }
    div.swiper-result-prev, div.swiper-result-next {
        width: 30px;
        height: 30px;
    }
    div.swiper-result-next {
        margin-left: 10px;
    }
    section.results .wrap-swiper .results-slider::before,
    section.results .wrap-swiper .results-slider::after {
        display: none;
    }

    section.results .results-slider {
        padding-bottom: 60px;
    }
    .stages .swiper-slide {
        background-color: transparent;
    }
    section.stages .wrap-all-stages .stage {
        padding: 40px 20px;
    }
    section.stages {
        padding: 60px 0;
    }
    section.stages .wrap-all-stages .stage p {
        margin-top: 0;
        font-size: 16px;
        line-height: 24px;
    }
    section.stages .wrap-all-stages .stage .title-step {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    section.stages .wrap-all-stages .stage ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    section.stages .wrap-all-stages .stage::after {
        bottom: 30px;
    }
    section.discount {
        padding-bottom: 75px;
    }
    section.discount .wrap-top-discount-text {
        flex-direction: column;
        align-items: center;
        margin-bottom: 25px;
    }
    section.discount .wrap-top-discount-text .discound-dtn {
        margin-right: 0;
        margin-bottom: 20px;
    }
    section.discount .wrap-top-discount-text p {
        font-size: 16px;
        line-height: 24px;
    }
    section.discount h2 {
        margin-bottom: 10px;
    }
    section.discount p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    section.discount form {
        /* flex-direction: column; */
        max-width: 440px;
        margin: 0 auto;
    }
    section.discount label {
        width: 100%;
    }
    section.discount .wpcf7-form-control-wrap input,
    section.discount .wpcf7-form-control-wrap {
        width: 100%;
    }
    section.discount form input[type="tel"] {
        font-size: 16px;
        line-height: 24px;
        margin-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    section.discount form label {
        margin-bottom: 20px;
    }
    section.discount form .label-submit {
        margin-bottom: 0;
    }
    section.discount form input {
        width: 60%;
    }
    section.discount form button {
        font-size: 16px;
        line-height: 24px;
        padding-top: 13px;
        padding-bottom: 13px;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    section.discount form input {
        height: 50px;
    }
    section.review {
        padding: 60px 0;
        background-image: none;
    }
    section.review h2 {
        margin-bottom: 30px;
    }
    section.review .swiper-review::before,
    section.review .swiper-review::after {
        display: none;
    }
    section.review .review {
        padding: 30px 20px;
    }
    section.review .review h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    section.review .review .author-name {
        font-size: 14px;
        line-height: 1.5;
        min-height: 45px;
        margin-bottom: 12px;
    }
    section.review .review p {
        font-size: 14px;
        padding-right: 10px;
        line-height: 24px;
    }
    section.review .review .data-review {
        margin-top: 30px;
        font-size: 14px;
        line-height: 21px;
    }
    section.questions-and-answers h2 {
        margin-bottom: 30px;
    }
    section.questions-and-answers .accordion__item .accordion__title {
        padding: 20px 0 20px 20px;
    }
    section.questions-and-answers .subtitle {
        max-width: calc(100% - 70px);
        display: flex;
        flex-wrap: wrap;
        font-size: 16px;
        line-height: 20px;
    }
    section.questions-and-answers .accordion__item .accordion__title::before,
    section.questions-and-answers .accordion__item .accordion__title::after {
        width: 27px;
        right: 25px;
    }

    section.questions-and-answers .accordion__item .accordion__content {
        padding-left: 20px;
        font-size: 16px;
        padding-bottom: 20px;
        line-height: 24px;
    }
    section.form-request .wrap-form-request h3 {
        max-width: 320px;
    }
    section.form-request form input {
        padding: 11px 0;
        padding-left: 54px;
        font-size: 16px;
        line-height: 24px;
        background-position-x: 15px;
    }
    form input[type="text"].name,
    form input[type="tel"].phone,
    form input[type="text"].budget,
    section.form-request form textarea {
        background-position-x: 15px;
    }
    section.form-request form textarea {
        font-size: 16px;
        line-height: 24px;
        height: 130px;
        padding-left: 54px;
    }
    section.form-request form textarea::placeholder {
        font-size: 16px;
        line-height: 24px;
    }
    section.form-request form span {
        margin-bottom: 15px
    }
    section.form-request form button {
        padding: 13px 0;
        font-size: 16px;
        line-height: 24px;
    }
    footer .top {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    footer .top .footer-massangers p {
        font-size: 18px;
        line-height: 27px;
    }
    footer .top .footer-massangers a {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    section.results {
        background-image: none;
    }
    .btn::before {
        top: 10px;
        height: 40px;
    }
    section.questions-and-answers {
        padding: 60px 0;
    }
    section.results .wrap-swiper .slider .wrap-swiper-info a::after {
        background-image: url(../img/svg/small-arrow.svg);
        width: 6px;
        height: 8px;
    }
    .row-popup .wrap-messengers {
        max-width: 180px;
    }
    .row-popup .wrap-messengers a {
        font-size: 0;
    }
    .row-popup .wrap-messengers img {
        margin-left: unset;
        width: 40px;
        height: 40px;
    }
    section.calculator .wrap-calc-info.active:not(.done-test) {
        height: 370px;
    }
    .irs--flat.irs-with-grid {
        margin: 80px 20px;
    }
    #popup-portfolio .mfp-close {
        position: fixed;
    }
    .popup-thanks .title {
        font-size: 40px;
        line-height: 50px;
    }
    .popup-thanks img {
        width: 125px;
    }

    .popup-callback {
        padding: 60px 15px 10px;
    }
    .popup-callback .title {
        font-size: 30px;
    }
    .popup-callback .subtitle {
        font-size: 18px;
        max-width: unset;
    }
    .popup-callback form {
        row-gap: 10px;
    }
    .popup-callback form label {
        margin-bottom: 10px;
    }
    section.development .wrap-development-info ul li {
        width: 100%;
    }
    .swiper-review {
        margin-right: -15px;
    }
    .wrap-pagination {
        margin-right: 0;
        margin-left: 0;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    section.results h2,
    section.stages h2,
    section.discount h2,
    section.review h2,
    section.questions-and-answers h2,
    section.form-request .wrap-form-request h2 {
        max-width: 100%;
    }
    section.review h2 {
        padding-left: 10px;
        padding-right: 10px;
    }
    #map {
        padding: 30px;
    }
    main section.first-section .main-content a.main-btn {
        width: 100%;
    }
    section.calculator {
        min-height: 815px;
        height: auto;
        padding: 60px 0;
    }
    section.calculator .done-test .btn {
        margin-top: 16px;
    }
    section.calculator .wrap-all-calculate .wrap-calc-info.done-test {
        margin-bottom: unset;
    }
    section.calculator .wrap-all-calculate .wrap-calc-info.done-test h2 {
        margin-bottom: 40px;
    }
    section.calculator .wrap-all-calculate .wrap-calc-info.done-test h3 {
        margin-bottom: 66px;
    }
    section.calculator .wrap-calc-mobile-question {
        display: block;
    }
    section.calculator .wrap-calc-mobile-question.hide {
        display: none;
    }
    section.calculator .wrap-calc-mobile-question .range {
        width: 100%;
        height: 5px;
        background-color: #E7E7E7;
        border-radius: 2.5px;
        margin-bottom: 20px;
    }
    section.calculator .wrap-calc-mobile-question .range .range-progress {
        width: 20%;
        height: 5px;
        background-color: #FF792E;
        border-radius: 2.5px;
    }
    section.calculator .wrap-all-calculate .wrap-calc-question {
        display: none;
    }
    .irs-grid-text.js-grid-text-1,
    .irs-grid-text.js-grid-text-2 {
        display: none;
    }
    .irs-grid-text.js-grid-text-0,
    .irs-grid-text.js-grid-text-3 {
        font-size: 16px;
        line-height: 24px;
        color: #352E5F;
    }
    .irs-grid-text.js-grid-text-0 {
        margin-left: -0% !important;
        display: block;
    }
    .irs-grid-text.js-grid-text-3 {
        margin-left: -14% !important;
        display: block;
    }
    section.calculator .wrap-calc-info.wrap-calc-info-3 .subtitle {
        margin-bottom: 40px;
    }
    .irs--flat .irs-single:before {
        display: none;
    }
    .irs--flat.irs-with-grid {
        margin: 80px 15px;
    }
    .irs--flat .irs-single {
        display: block;
        /* color: rgba(52, 52, 52, 0.4); */
        color: #352E5F;
        /* font-size: 14px; */
        font-size: 16px;
        line-height: 21px;
        font-weight: 500;
        background-color: transparent;
        top: -17px;
    }
    .irs--flat .irs-handle {
        width: 22px;
        height: 22px;
        /*border: 6px solid #ffffff;*/
        top: 15px;
    }
    .irs-grid-text {
        display: none;
    }
    /* section.results .slider {
        margin-left: 15px;
        margin-right: 15px;
    } */
    /* section.results .wrap-swiper .slider .wrap-swiper-info h3 {
        min-height: 100%;
    } */
    .results .swiper {
        padding-left: 15px;
    }
    section.discount form input[type="tel"],
    section.discount form button {
        width: 100%;
    }
    section.review .swiper-review {
        /*padding-left: 15px;*/
    }
    section.calculator h2.title {
        /* max-width: 275px; */
    }
    .white-popup {
        /*padding: 5px;*/
    }
    section.form-request {
        padding: 0px 0 60px;
    }
    section.calculator .wrap-calc-info.active:not(.done-test) {
        height: 380px;
    }
    .popup-thanks {
        padding: 20px 5px;
    }
    .popup-thanks .title {
        font-size: 30px;
        line-height: 40px;
    }
    section.stages .wrap-all-stages {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }
    section.stages .swiper-stages {
        padding-left: 10px;
        padding-right: 10px;
    }
    section.calculator .wrap-calc-info label span {
        font-size: 16px;
    }
    .mfp-content {
        padding: 0 10px;
    }
    section.development .development-bg {
        height: 370px;
    }

}
@media (max-width: 1200px) {
    section.form-request .form-request-bg {
        display: none;
    }
}

@media screen and (min-width: 1920px) {
    section.results .results-slider,
    section.review .swiper-review {
        max-width: 1920px;
    }
}

.mfp-container {
    padding: 0;
}
.irs--flat.irs-with-grid {
    margin: 80px auto;
}
/*new styles*/
section.calculator .wrap-calc-info.done-test {
    margin-bottom: 0;
}
#popup-portfolio .img-box img {
    border-radius: 20px;
}
/*.review .swiper-slide .review::after {*/
/*    position: absolute;*/
/*    content: "";*/
/*    height: 50px;*/
/*    background: linear-gradient(180.65deg, rgba(255, 255, 255, 0) 0%, #3F3771 90%);*/
/*    left: 0;*/
/*    right: 35px;*/
/*    bottom: 45px;*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*}*/
.custom-scroll {
    overflow: auto;
}
.footer-popup__scroll {
    padding-right: 60px;
    margin-right: -60px;
    max-height: 70vh;
}
/* Полоса скролла */
.custom-scroll .simplebar-scrollbar {
    background: #FF792E !important; /* Цвет */
    width: 4px !important; /* Ширина */
    border-radius: 5px;
    opacity: 1 !important; /* Всегда видимый */
}
.simplebar-scrollbar:before {
    background: #FF792E !important; /* Цвет */
}

/* Трек (фон под скроллом) */
.custom-scroll .simplebar-track {
    background: #f2f2f2;
    border-radius: 10px;
}
.simplebar-track.simplebar-vertical {
    width: 4px;
}
/* Улучшаем отображение при наведении */
.custom-scroll .simplebar-scrollbar::before {
    opacity: 1 !important;
}
.fancybox__content {
    padding: 0;
    background-color: transparent;
}
.popup-callback {
    background-color: #fff;
    border-radius: 20px;
}
/*#ededed*/
.fancybox__content>.f-button.is-close-btn {
    background-color: #FF792E;
    opacity: 1;
    top: 20px;
    right: 20px;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 5px;
}
.fancybox__content>.f-button.is-close-btn svg {
    stroke-width: 3px;
    stroke: #fff;
    transition: all .3s;
    width: 15px;
    height: 15px;
}
.fancybox__content>.f-button.is-close-btn:hover svg {
    transform: rotate(90deg);
}
#form-request-popup {
    padding: 60px 30px;
    border-radius: 20px;
}
#callback-popup .wpcf7-response-output,
#form-request-popup .wpcf7-response-output {
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
}
a {
    cursor: pointer;
}
.fancybox__backdrop {
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(6px);
}
.is-compact .fancybox__content>.f-button.is-close-btn {
    border-radius: 4px;
    right: 15px;
    top: 15px;
}
#popup-portfolio .fancybox__content>.f-button.is-close-btn{
    top: 0;
    right: 0;
}
.row-popup .col-img {
    /*width: 100%;*/
}
.title {
    font-size: 48px;
    line-height: 1.3;
}
#popup-portfolio .simplebar-content-wrapper {
    width: 100%;
}
#popup-portfolio .f-button.is-close-btn {
    right: 0;
    top: 0;
}
.irs--flat .irs-line {
    left: 15px;
    width: calc(100% - 20px);
}
.btn-ring {
    display: none !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: 25px !important;
    height: 25px !important;
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    z-index: 1;
    align-items: center;
    justify-content: center;
}
.btn-ring::after {
    content: "";
    position: static !important;
    display: block !important;
    width: 25px !important;
    height: 25px !important;
    min-width: 25px;
    min-height: 25px;
    max-width: 25px;
    max-height: 25px;
    border-radius: 50% !important;
    border: 3px solid #fff !important;
    border-color: #fff transparent #fff transparent !important;
    animation: ring 1.2s linear infinite !important;
}
.btn-ring::before {
    display: none !important;
}
@keyframes ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.submitting .btn-ring {
    display: flex !important;
}
.submitting .label-submit .btn,
.submitting .label-submit input {
    font-size: 0;
    transition: none !important;
}

@media (max-width: 1600px) {
    #popup-portfolio {
        max-width: 1200px;
    }
    .title {
        font-size: 36px;
    }

}
@media (max-width: 1350px) {
    #popup-portfolio {
        max-width: 800px;
        margin: 40px auto;
    }
    #popup-portfolio .mfp-close {
        top: 10px;
        right: 20px;
    }
    .row-popup .img-box {
        width: 100%;
    }
    #popup-portfolio .f-button.is-close-btn {
        top: 0px;
        right: -45px;
    }
}
@media (max-width: 991px) {
    .row-popup .col-img {
        height: auto !important;
        max-height: unset !important;
    }
    #popup-portfolio .f-button.is-close-btn {
        right: 8px;
        top: 15px;
    }
    .white-popup {
        /*margin: 50px auto !important;*/
        padding: 64px 16px !important;
    }

    .open-portfolio .mfp-content, .open-portfolio .mfp-container{
        touch-action: none;
    }
    .open-main-btn body,
    .open-portfolio body,
    .open-coll-back body {
        overflow: hidden;
        position: fixed;
        width: 100%;
        /*-webkit-overflow-scrolling: none !important;*/
    }
    .open-main-btn,
    .open-portfolio,
    .open-coll-back {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
    .mfp-wrap {
        -webkit-overflow-scrolling: touch;
    }
    #popup-portfolio {
        /*height: 100vh;*/
        /*overflow: auto;*/
        /*margin: 0 !important;*/
        /*padding-right: 10px !important;*/
        /*margin-right: -10px !important;*/
        /*padding-left: 0 !important;*/
    }
    footer .top .row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    footer .top .row .footer-logo-wrap {
        width: 100%;
    }
    footer .top .row .footer-contacts,
    footer .top .footer-massangers {
        width: 50%;
    }
    footer .top .row .footer-contacts p {
        font-size: 24px;
    }
    .white-popup {
        padding: 64px 8px 40px !important;
    }
    .arrow {
        bottom: -10px;
        margin: 40px 0;
    }
    section.results .wrap-swiper .slider .wrap-swiper-info h3 a {
        font-size: 18px;
        line-height: 1.4;
    }
}
@media (max-width: 767px) {
    footer .top .row .footer-contacts,
    footer .top .footer-massangers {
        width: 100%;
    }
    footer .top .row .footer-contacts p {
        font-size: 18px;
        line-height: 27px;
    }
    .irs--flat {
        width: calc(100% - 70px);
    }
    #form-request-popup,
    .fancybox__content.popup-callback{
        padding: 60px 30px 40px;
    }
    #callback-popup form label {
        margin-bottom: 0;
    }
    section.results .wrap-swiper .slider .wrap-swiper-info h3 a {
        font-size: 16px;
    }
    .irs--flat .irs-line {
        left: 0;
        width: 100%;
    }
    .irs-with-grid .irs-grid {
        top: 65px;
        left: 0 !important;
        width: calc(100% - 10px) !important;
    }
}
@media (max-width: 480px) {
    .irs--flat {
        width: 100%;
    }
    #popup-portfolio {
        margin: 0;
    }
}

@media (max-width: 1400px) {
    section.review .swiper-review::before,
    section.review .swiper-review::after {
        display: none;
    }
    .wrap-all-reviews {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 991px) {
    .wrap-all-reviews {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px) {
    .wrap-all-reviews {
        padding-right: 0;
    }
    section.review .swiper-review {
        padding-bottom: 60px;
    }
    section.calculator .wrap-all-calculate .done-test .wpcf7-form-control-wrap {
        margin-bottom: 10px;
    }
    section.discount:not(#discount-popup, #callback-popup) {
        padding-bottom: 60px;
    }
    .policy.white-popup {
        padding: 60px 30px 40px !important;
    }
    section.calculator .next-step span {
        background-size: 6px;
    }
}
.label-submit {
    position: relative;
    padding: 0 !important;
}
.wpcf7-spinner {
    display: none !important;
}
section.calculator .wpcf7-response-output {
    /*margin-top: 20px;*/
}
@media (max-height: 640px) {
    header .row .header-right {
        justify-content: flex-start;
    }
}
