/*
Theme Name: Unique
Author: Ya
Description: Individual development
Version: 1.0
*/
html,
body {
    overflow-x: hidden;
}
body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #292f3c;
	-webkit-text-size-adjust: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
	}
audio,
canvas,
progress,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template,
[hidden] {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: inherit;
	}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
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;
}
svg:not(:root) {
    overflow: hidden;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: bold;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [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;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
@font-face {
    font-family: "ProximaNova";
    src: url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat/Montserrat.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Arkitextura";
    src: url("../fonts/Arkitextura/Arkitextura-Regular.otf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
.accordion {
    border-top: 1px solid #4663b9;
    border-bottom: 1px solid #4663b9;
}
.accordion dl {
    margin-top: 0;
    margin-bottom: 0;
}
.accordion dd {
    margin-left: 0;
}
.accordion-title,
.accordion__Heading {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1.4;
    transition: color 0.2s ease-in;
}
.accordion-title:before,
.accordion__Heading:before {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -25px;
    font-family: "ProximaNova";
    font-size: 35px;
    content: "+";
    transition: transform 0.3s ease-in-out;
}
.accordion-title:hover,
.accordion__Heading:hover {
    color: #99ccff;
}
.accordion-title:hover:before,
.accordion__Heading:hover:before {
    transform: rotate(90deg);
}
.accordion dt:not(:first-of-type) .accordion-title {
    border-top: 1px solid #4663b9;
}
.accordion-title.is-expanded {
    border-bottom-color: transparent;
}
.accordion-title.is-expanded:before {
    transform: rotate(135deg);
}
.accordionItem {
    height: auto;
    max-height: 50em;
    overflow: hidden;
    transition: max-height 0.5s;
}
@media only screen and (min-width: 1280px) {
    .accordionItem {
        max-height: 15em;
    }
	.tabs__section {
		min-height: 285px;
	}
}
.accordionItem .trix-content {
    margin-bottom: 20px;
}
.accordionItem.is-collapsed {
    max-height: 0;
}
.no-js .accordionItem.is-collapsed {
    max-height: auto;
}
.animateIn {
    animation: accordionIn 0.45s normal ease-in-out both 1;
}
.animateOut {
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}
.accordion_theme_faq {
    max-width: 725px;
}
@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.9) rotateX(-60deg);
    }
}
.calculator {
    position: relative;
    z-index: 11;
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
    padding: 60px 15px;
    background-color: #f6f9fd;
}
@media only screen and (min-width: 960px) {
    .calculator {
        justify-content: space-between;
        margin-left: calc(30vw - 40px);
        margin-right: 4vw;
        padding: 40px 100px 90px 40px;
    }
}
.calculator-column__data {
    width: 100%;
}
@media only screen and (min-width: 960px) {
    .calculator-column__data {
        width: 50%;
    }
}
.calculator-column__data .form-group:not(:last-child) {
    margin-bottom: 40px;
}
.calculator-column__result {
    width: 100%;
}
@media only screen and (min-width: 960px) {
    .calculator-column__result {
        display: flex;
        justify-content: flex-end;
        width: 40%;
    }
}
.range-slider__line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    transition: background 0.2s;
}
.range-slider__thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #99ccff;
    transition: transform 0.2s;
}
.calculator-result {
    max-width: 220px;
    transform: translateY(-4px);
}
.calculator-result__title {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
.calculator-result__price {
    display: block;
    margin-bottom: 20px;
    font-family: "Arkitextura";
    font-size: 36px;
    line-height: 0.83;
    letter-spacing: -0.2px;
}
.calculator-result__list {
    width: 100%;
    margin-bottom: 40px;
}
.calculator-result__list-item {
    display: flex;
    width: 100%;
    font-size: 12px;
}
.calculator-result__list-item:not(:last-child) {
    margin-bottom: 3px;
}
.calculator-result__list-item.is-unchecked {
    display: none;
}
.calculator-result__type {
    flex-shrink: 0;
}
.calculator-result__points {
    width: 100%;
    border-bottom: 1px dashed #292f3c;
    transform: translateY(-2px);
}
.calculator-component {
    max-width: 275px;
}
.calculator-component:not(:last-child) {
    margin-bottom: 10px;
}
.calculator-component.is-opened:not(:last-child) {
    margin-bottom: 40px;
}
.calculator-condition__wrap {
    border: 1px solid #99ccff;
    padding: 15px 10px 0px;
}
.calculator-condition__wrap.is-opened .calculator-condition__wrap-content {
    max-height: 200px;
}
.calculator-condition__wrap.is-opened .icon-condition {
    transform: rotate(0deg);
}
.calculator-condition__wrap-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #4663b9;
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: -0.2px;
    cursor: pointer;
}
.calculator-condition__wrap-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}
.icon-condition {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}
.icon-condition path {
    fill: #99ccff;
}
body.is-no-scroll {
    overflow: hidden;
}
* {
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-family: "Montserrat";
}
h2 {
    margin-bottom: 20px;
    font-size: 34px;
}
h3 {
	font-weight: 400;
	font-size: 22px;
}
h4 {
	font-weight: 600;
	font-size: inherit;
	margin-bottom: 10px;
}
@media only screen and (min-width: 1280px) {
    h2 {
        margin-bottom: 40px;
        font-size: 36px;
        letter-spacing: -0.9px;
    }
}
p {
    margin-top: 0;
	line-height: 1.2;
}
a {
    color: #292f3c;
    text-decoration: none;
}
button {
    background-color: transparent;
    outline: none;
}
button:hover {
    cursor: pointer;
}
ul {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
	line-height: 1.4;
}
ol {
    margin-bottom: 40px;
}
ol li:not(:last-child) {
    margin-bottom: 10px;
}
ul li,
ol li {
	margin-left: 25px;
	margin-bottom: 5px;
}
.single-post li,
.res-list li,
.ac-text ul li,
.faq-text ul li {
	list-style: none;
	background-image: url(/wp-content/themes/uni/img/check-mark.svg);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 25px;
}
.single-post li,
.res-list li,
.faq-text ul li {
	background-size: 18px 18px;
	background-position: top 3px left;
}
.ac-text ul li {
	background-size: 16px 16px;
	background-position: top 2px left;
}
img {
    max-width: 100%;
    height: auto;
}
figure {
    margin: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 0;
}
.container {
    margin-right: 25px;
    margin-left: 25px;
}
@media only screen and (min-width: 1100px) {
    .container {
        margin-right: 4vw;
        margin-left: 4vw;
    }
}
.content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 25px;
	cursor: default;
}
@media only screen and (min-width: 1280px) {
    .content-wrap {
        padding-left: 27vw;
        padding-right: 4vw;
    }
}
.content-wrap__columns {
    display: flex;
    flex-wrap: wrap;
}
.content-row {
    display: flex;
    flex-wrap: wrap;
}
.content-wrap__no-height {
    padding-left: 25px;
    padding-right: 25px;
}
@media only screen and (min-width: 1280px) {
    .content-wrap__no-height {
        padding-left: 30vw;
        padding-right: 4vw;
    }
}
.content-column {
    width: 100%;
}
@media only screen and (min-width: 960px) {
    .content-column {
        width: 50%;
    }
}
@media only screen and (min-width: 960px) {
    .content-column:first-child {
        padding-right: 10%;
    }
}
.ectopic-image {
    margin-bottom: 60px;
}
@media only screen and (min-width: 1280px) {
    .ectopic-image {
        margin-bottom: 140px;
    }
}
.breadcrumbs {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 14px;
}
@media only screen and (min-width: 1280px) {
    .breadcrumbs {
        margin-bottom: 15px;
    }
}
.breadcrumbs {
	color: #fff;
}
.breadcrumbs__link {
    color: #f4f4f4;
}
.btn-span {
    position: inherit;
    z-index: 2;
    display: inline-block;
    transform: translateY(2px);
}
.btn__line {
    position: absolute;
    background-color: #0065c5;
    transition: transform 0.4s ease-in-out;
}
.btn__line-top {
    top: 0;
    left: -5px;
    width: calc(100% + 10px);
    height: 1px;
}
.btn__line-bottom {
    bottom: 0;
    left: -5px;
    width: calc(100% + 10px);
    height: 1px;
}
.btn__line-left {
    top: -5px;
    left: 0;
    width: 1px;
    height: calc(100% + 10px);
}
.btn__line-right {
    top: -5px;
    right: 0;
    width: 1px;
    height: calc(100% + 10px);
}
.btn__bg {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #24335f;
    transition: height 0.3s ease-in-out;
}
.btn__bg-top {
    top: 0;
}
.btn__bg-bottom {
    bottom: 0;
}
.link__underline {
    position: relative;
    display: inline-block;
    overflow-x: hidden;
}
.link__underline:hover::before {
    transform: translateX(0);
}
.link__underline:hover::after {
    transform: translateX(200%);
}
.link__underline::before,
.link__underline::after {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transition: transform 0.6s ease-in-out;
    content: "";
}
.link__underline::before {
    transform: translateX(-200%);
}
.big-link {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 70px;
    font-family: "Montserrat";
}
@media only screen and (min-width: 1280px) {
    .big-link {
        margin-left: 0;
        margin-bottom: 140px;
    }
}
.big-link::before,
.big-link::after {
    position: absolute;
    bottom: -2px;
    height: 4px;
    background-color: #292f3c;
    transition: left 0.3s ease-in, right 0.3s ease-in;
    content: "";
}
.big-link::before {
    left: 0;
    right: 100%;
}
.big-link::after {
    left: 0;
    right: 0;
    transition-delay: 0.2s;
}
.big-link:hover::before {
    left: 0;
    right: 0;
    transition-delay: 0.2s;
}
.big-link:hover::after {
    left: 100%;
    transition-delay: 0s;
}
.big-link:hover .icon-link-forward {
    transform: translateX(20px);
}
.big-link__numbers {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    transform: translateX(-100%);
}
@media only screen and (min-width: 1280px) {
    .big-link__numbers {
        font-size: 20px;
    }
}
.big-link__text {
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -0.2px;
}
@media only screen and (min-width: 1280px) {
    .big-link__text {
        font-size: 100px;
    }
}
.big-link__next-title {
    display: inline-block;
    max-width: 250px;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.2px;
}
@media only screen and (min-width: 1280px) {
    .big-link__next-title {
        max-width: 370px;
    }
}
.icon-link-forward {
    position: absolute;
    top: 0;
    right: -50px;
    width: auto;
    height: 30px;
    transition: transform 0.6s ease-in-out;
}
@media only screen and (min-width: 1280px) {
    .icon-link-forward {
        top: 8px;
        height: 60px;
        right: -80px;
    }
}
.mobile-title {
    margin-bottom: 60px;
}
@media only screen and (min-width: 1280px) {
    .mobile-title {
        display: none;
    }
}
.scroll-loader {
    display: flex;
    justify-content: center;
}
.scroll-loader__element {
    width: 5px;
    height: 5px;
    background-color: #99ccff;
    animation: scaling-in-out 1s infinite;
}
.scroll-loader__element:not(:last-child) {
    margin-right: 5px;
}
.scroll-loader__element:nth-child(1) {
    animation-delay: 0.1s;
}
.scroll-loader__element:nth-child(2) {
    animation-delay: 0.2s;
}
.scroll-loader__element:nth-child(3) {
    animation-delay: 0.3s;
}
.scroll-loader__element:nth-child(4) {
    animation-delay: 0.4s;
}
.scroll-loader__element:nth-child(5) {
    animation-delay: 0.5s;
}
.span-push__10 {
    margin-right: 10px;
}
.is-hidden {
    display: none;
}
.content_theme_white_to_blue_40 {
    background: #24335f;
    background: linear-gradient(0deg, #24335f 0%, #24335f 40%, #fff 40%);
}
.content_theme_white_to_blue_70 {
    background: #24335f;
    background: linear-gradient(0deg, #24335f 0%, #24335f 70%, #fff 70%);
}
.content_theme_blue_to_white {
    background: #ffffff;
    background: linear-gradient(0deg, #fff 0%, #fff 40%, #24335f 40%);
}
.content_theme_blue {
    color: #ffffff;
    background-color: #24335f;
}
.content_theme_blue .inner-content-link {
    color: #ffffff;
}
.content_theme_blue .inner-content-link::before,
.content_theme_blue .inner-content-link::after {
    background-color: #ffffff;
}
.link__underline_theme_blue {
    color: #99ccff;
}
.link__underline_theme_blue::before,
.link__underline_theme_blue::after {
    background-color: #99ccff;
}
.btn_theme_callback {
    display: block;
    width: 100%;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    transition: color 0.3s ease-in-out;
}
@media only screen and (min-width: 1280px) {
    .btn_theme_callback:hover {
        color: #292f3c;
    }
}
@media only screen and (min-width: 960px) {
    .btn_theme_blue:hover .btn__line-top {
        transform: translateX(-10px);
    }
    .btn_theme_blue:hover .btn__line-right {
        transform: translateY(10px);
    }
    .btn_theme_blue:hover .btn__line-bottom {
        transform: translateX(10px);
    }
    .btn_theme_blue:hover .btn__line-left {
        transform: translateY(-10px);
    }
    .btn_theme_blue:hover .btn__bg {
        height: 0;
    }
}
@keyframes scaling-in-out {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
.custom-select-container {
    position: relative;
    margin-bottom: 25px;
}
.custom-select-container.is-disabled {
    opacity: 0.3;
}
.custom-select-container select {
    top: 0;
    left: 0;
    position: absolute;
    visibility: hidden;
}
.custom-select-container.is-open .custom-select-panel {
    max-height: 300px;
	z-index: 99;
}
.custom-select-container.is-open .custom-select-opener span::after {
    transform: rotate(180deg) translateY(-2px);
}
.custom-select-opener {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    outline: 0;
}
.custom-select-opener span {
    text-decoration: underline;
}
.custom-select-opener span::after {
    display: inline-block;
    margin-left: 10px;
    transform: translateY(-2px);
    transition: transform 0.3s;
    content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'>s<path fill='none' stroke='white' stroke-width='1.3' d='M.5 1l3.507 3L7.5 1'/></svg>");
}
.custom-select-panel {
    position: absolute;
    z-index: 1;
    max-height: 0;
    top: 100%;
    width: max-content;
    color: #292f3c;
    background-color: #ffffff;
    transform: translateX(-20px);
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}
.custom-select-option {
    padding: 5px 20px;
    cursor: pointer;
}
.custom-select-option:first-child {
    padding-top: 15px;
}
.custom-select-option:last-child {
    padding-bottom: 15px;
}
.custom-select-option:hover {
    background-color: #f2f3f6;
}
.custom-select-option.has-focus {
    color: #99ccff;
}
.custom-select-optgroup > .custom-select-option {
    padding-left: 2em;
}
.custom-select-optgroup::before {
    content: attr(data-label);
    display: block;
}
.footer {
    padding: 70px 25px 20px;
    color: #ffffff;
    background-color: #24335f;
}
@media only screen and (min-width: 1280px) {
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
}
.footer-select {
    width: max-content;
}
.footer-select__wrap {
    width: 100%;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
    .footer-select__wrap {
        width: 30vw;
        margin-bottom: 0;
        padding-left: 4vw;
    }
}
.footer-contacts {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 60px;
}
@media only screen and (min-width: 1280px) {
    .footer-contacts {
        margin-bottom: 0;
        width: calc(50% - 30vw);
        flex-grow: 1;
    }
}
.footer-link__contact {
    display: inline-block;
    margin-bottom: 4px;
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 32px;
    line-height: 1.28;
    letter-spacing: -0.2px;
}
@media (max-width: 400px) {
    .footer-link__contact {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1280px) {
    .footer-link__contact {
        font-size: 36px;
    }
}
.footer-address {
    width: 100%;
    border-bottom: 1px solid rgba(246, 249, 253, 0.3);
}
@media only screen and (min-width: 1280px) {
    .footer-address {
        width: calc(50% - 30vw);
        flex-grow: 1;
        border-bottom: 0;
    }
}
address {
    margin-bottom: 20px;
    font-size: 14px;
    font-style: normal;
    line-height: 1.43;
}
.footer-schedule {
    margin-bottom: 100px;
    font-size: 14px;
    line-height: 1.43;
}
@media only screen and (min-width: 1280px) {
    .footer-schedule {
        margin-bottom: 40px;
    }
}
.footer-socials__wrap {
    width: 50%;
    margin-top: 25px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 1280px) {
    .footer-socials__wrap {
        width: 100%;
        margin-top: 0;
        margin-bottom: 60px;
        padding-left: calc(30vw + 35%);
    }
}
.footer-socials li {
    display: inline-block;
}
.footer-socials li:not(:last-child) {
    margin-right: 10px;
}
.icon-social {
    width: 30px;
    height: 30px;
}
@media only screen and (min-width: 1280px) {
    .icon-social {
        width: 35px;
        height: 35px;
    }
}
.icon-social:hover path {
    fill: #99ccff;
}
.icon-social:hover circle,
.icon-social:hover rect {
    stroke: #99ccff;
}
.icon-social path {
    transition: fill 0.3s ease-in;
}
.icon-social circle,
.icon-social rect {
    transition: stroke 0.3s ease-in;
}
.footer-copyrights {
    width: 46%;
    margin-top: 25px;
    margin-left: auto;
    font-size: 10px;
}
@media only screen and (min-width: 1280px) {
    .footer-copyrights {
        width: 30vw;
        margin-top: 0;
        padding-left: 4vw;
        font-size: 12px;
    }
}
.footer-policy {
    width: 50%;
    font-size: 10px;
}
.footer-policy .footer-link {
	margin-right: 10px;
}
.footer-policy .footer-link:last-child {
	margin-right: 0;
}
@media only screen and (min-width: 1280px) {
    .footer-policy {
        width: calc(50% - 30vw);
        flex-grow: 1;
        font-size: 12px;
    }
}
.footer-agency {
    width: 46%;
    margin-left: auto;
    font-size: 10px;
}
@media only screen and (min-width: 1280px) {
    .footer-agency {
        width: calc(50% - 30vw);
        flex-grow: 1;
        font-size: 12px;
    }
}
.footer-agency .footer-link {
    margin-left: 5px;
}
.footer-link {
    color: #99ccff;
}
.form {
    display: flex;
    flex-wrap: wrap;
}
.form-column__field {
    width: 100%;
    margin-bottom: 10px;
}
@media (min-width: 785px) {
    .form-column__field {
        max-width: 210px;
        margin-right: 10px;
        margin-bottom: 0;
    }
}
.form-column__btn {
    width: 100%;
    margin-top: 25px;
}
@media (min-width: 785px) {
    .form-column__btn {
        max-width: 250px;
        margin-top: 0;
        margin-left: 10px;
    }
}
.form-text__policy {
    display: block;
    width: 100%;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    color: #4663b9;
    font-size: 12px;
    line-height: 1.1;
}
.form-row {
    width: 100%;
    margin-bottom: 20px;
}
.form-row:last-of-type {
    margin-bottom: 0;
}
.form-group {
    position: relative;
    width: 100%;
}
.form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #99ccff;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
}
.form-radio {
    display: none;
}
.form-radio:checked + .form-label-radio {
    color: #ffffff;
    background-color: #99ccff;
}
.form-textarea {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-width: 1px;
    color: #292f3c;
    outline: 0;
}
.form-label {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 14px;
    padding-left: 5px;
    padding-right: 5px;
    color: #4663b9;
    font-size: 16px;
    letter-spacing: -0.2px;
    background-color: #ffffff;
    transform: translateY(-50%);
    transition: top 0.3s ease-in, font-size 0.3s ease-in;
    pointer-events: none;
}
.form-label.is-focused {
    font-size: 12px;
    letter-spacing: normal;
    color: #292f3c;
    top: 0;
    margin-left: 7px;
}
.form-input__error {
    position: absolute;
    left: 19px;
    bottom: -20px;
    display: none;
    font-size: 12px;
    color: #eb1a1a;
}
.form-input__error.is-active {
    display: block;
    left: 12px;
}
.form-label-radio {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #99ccff;
    color: #292f3c;
    font-size: 16px;
    font-style: normal;
    line-height: 1.44;
    text-align: center;
    transition: background-color 0.3s;
    cursor: pointer;
}
.form-label-radio:first-of-type {
    border-left: 1px solid #99ccff;
}
.form-label-radio.is-half {
    width: 50%;
}
.form-label-radio.is-fifth {
    width: calc(100% / 5);
}
.form-search-btn {
    position: absolute;
    top: 50%;
    right: 14px;
    height: 16px;
    border: 0;
    transform: translateY(-50%);
}
@media only screen and (min-width: 960px) {
    .form-search-btn {
        right: 25px;
    }
}
.form-file-input__wrap {
    display: none;
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 60px;
}
@media only screen and (min-width: 1280px) {
    .form-file-input__wrap {
        display: block;
    }
}
.form-checkbox {
    position: absolute;
    opacity: 0;
    width: 20px;
    height: 20px;
}
.form-checkbox:checked ~ .input-checkbox-mark {
    background-color: #99ccff;
}
.form-checkbox:checked ~ .input-checkbox-mark::after {
    display: block;
}
.input-checkbox-mark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #99ccff;
    border-radius: 3px;
    transition: background-color 0.3s;
    pointer-events: none;
}
.input-checkbox-mark::after {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 5px;
    transform: rotate(45deg) translate(-115%, -30%);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: "";
}
.form-checkbox-label {
    display: flex;
    padding-left: 30px;
    letter-spacing: -0.03em;
    cursor: pointer;
    transform: translateY(1px);
}
.form-input__file {
    display: none;
}
.form-label__file {
    display: block;
    margin-bottom: 15px;
    font-family: "Montserrat";
    cursor: pointer;
}
.form-label__file::before {
    position: absolute;
    top: 0;
    left: -30px;
    content: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAxOSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik04Ljc2ODM4IDkuMzc2NzhDOS4wNTM2NSA5LjA5MTUxIDkuMDUzNjUgOC42Mjc5NCA4Ljc2ODM4IDguMzQyNjdDOC40ODMxMSA4LjA1NzQgOC4wMTk1NCA4LjA1NzQgNy43MzQyNyA4LjM0MjY3TDMuODY1MjggMTIuMjExN0MzLjIwNTU5IDEyLjg3MTQgMi44NDkgMTMuNzI3MiAyLjg0OSAxNC42NTQzQzIuODQ5IDE1LjU4MTQgMy4yMDU1OSAxNi40MzcyIDMuODY1MjggMTcuMDk2OUM1LjIyMDMyIDE4LjQ1MiA3LjQxMzM0IDE4LjQ1MiA4Ljc1MDU1IDE3LjA5NjlMMTcuNDg3IDguMzYwNUMxOC4zOTYzIDcuNDUxMiAxOC44OTU1IDYuMjM4NzkgMTguODk1NSA0Ljk1NTA3QzE4Ljg5NTUgMy42NzEzNSAxOC4zOTYzIDIuNDU4OTUgMTcuNDg3IDEuNTQ5NjRDMTUuNTk3MSAtMC4zNDAyNzkgMTIuNTQ4MiAtMC4zNDAyNzkgMTAuNjU4MyAxLjU0OTY0TDEuOTM5NyAxMC4yNjgyQzAuNzYyOTU0IDExLjQ0NSAwLjEyMTA5NCAxMi45OTYyIDAuMTIxMDk0IDE0LjY1NDNDMC4xMjEwOTQgMTYuMzEyNCAwLjc2Mjk1NCAxNy44ODE0IDEuOTM5NyAxOS4wNDAzQzMuMTE2NDQgMjAuMjE3MSA0LjY2NzYxIDIwLjg1ODkgNi4zMjU3NSAyMC44NTg5QzcuOTgzODggMjAuODU4OSA5LjU1Mjg4IDIwLjIxNzEgMTAuNzExOCAxOS4wNDAzTDE0LjU4MDggMTUuMTcxNEMxNC44NjYxIDE0Ljg4NjEgMTQuODY2MSAxNC40MjI1IDE0LjU4MDggMTQuMTM3MkMxNC4yOTU1IDEzLjg1MiAxMy44MzE5IDEzLjg1MiAxMy41NDY3IDE0LjEzNzJMOS42Nzc2OCAxOC4wMDYyQzguNzg2MjEgMTguODk3NyA3LjU5MTY0IDE5LjM5NjkgNi4zMjU3NSAxOS4zOTY5QzUuMDU5ODUgMTkuMzk2OSAzLjg2NTI4IDE4Ljg5NzcgMi45NzM4MSAxOC4wMDYyQzIuMDgyMzMgMTcuMTE0OCAxLjU4MzExIDE1LjkyMDIgMS41ODMxMSAxNC42NTQzQzEuNTgzMTEgMTMuMzg4NCAyLjA4MjMzIDEyLjE5MzggMi45NzM4MSAxMS4zMDI0TDExLjY5MjQgMi41ODM3NUMxMi4zMzQzIDEuOTQxODkgMTMuMTcyMyAxLjYwMzEzIDE0LjA2MzcgMS42MDMxM0MxNC45NTUyIDEuNjAzMTMgMTUuODExIDEuOTU5NzIgMTYuNDM1IDIuNTgzNzVDMTcuMDc2OSAzLjIyNTYxIDE3LjQxNTcgNC4wNjM2IDE3LjQxNTcgNC45NTUwN0MxNy40MTU3IDUuODQ2NTQgMTcuMDU5MSA2LjcwMjM2IDE2LjQzNSA3LjMyNjM5TDcuNjk4NjEgMTYuMDYyOEM2LjkzMTk1IDE2LjgyOTUgNS42NjYwNSAxNi44Mjk1IDQuODgxNTYgMTYuMDYyOEM0LjUwNzE0IDE1LjY4ODQgNC4yOTMxOSAxNS4xODkyIDQuMjkzMTkgMTQuNjU0M0M0LjI5MzE5IDE0LjExOTQgNC41MDcxNCAxMy42MjAyIDQuODgxNTYgMTMuMjQ1OEw4Ljc2ODM4IDkuMzc2NzhaIiBmaWxsPSIjREIzOTUyIi8+Cjwvc3ZnPgo=");
}
.form-success__title {
    display: block;
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-size: 36px;
    line-height: 1.28;
    letter-spacing: -0.9px;
}
.form-success__text {
    margin-bottom: 40vh;
}
@media only screen and (min-width: 1280px) {
    .form-success__text {
        margin-bottom: 0;
    }
}
.callback-title {
    line-height: 1;
    margin-bottom: 40px;
}
.form-group_theme_search {
    margin-bottom: 20px;
}
.fieldset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #99ccff;
    border-bottom: 1px solid #99ccff;
}
.fieldset-label {
    margin-bottom: 5px;
    font-size: 12px;
}
.form-label__hint {
    position: relative;
    display: inline-flex;
}
.form-label__hint:hover .form-label__hint-info {
    display: block;
}
.form-label__hint-sign {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%;
    color: #292f3c;
    font-size: 11px;
    background-color: rgba(167, 177, 200, 0.6);
}
.form-label__hint-info {
    position: absolute;
    top: -10px;
    left: calc(100% + 15px);
    display: none;
    padding: 10px;
    width: 150px;
    font-size: 12px;
    color: #ffffff;
    background-color: #24335f;
}
@media only screen and (min-width: 960px) {
    .form-label__hint-info {
        width: 240px;
    }
}
.form-label__hint-info::before {
    position: absolute;
    top: 10px;
    left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #24335f transparent transparent;
    content: "";
}
.form-input_theme_gray_bg {
    background-color: #f6f9fd;
}
.form-label_theme_gray_bg {
    background-color: #f6f9fd;
}
.form-group_theme_hint {
    z-index: 4;
}
.form-group_theme_hint:not(:last-child) {
    margin-bottom: 20px !important;
}
.form-group_theme_condition:not(:last-child) {
    margin-bottom: 10px !important;
}
.form-group_theme_condition:last-child {
    margin-bottom: 15px;
}
.header {
    z-index: 12;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    transition: background-color 0.3s;
    -webkit-transition: 0.3s ease-out 0s;
    transition: 0.3s ease-out 0s;
    transition-property: all;
    -webkit-transition-property: background, padding, top;
    transition-property: background, padding, top;
}
@media only screen and (min-width: 960px) {
    .header {
        position: inherit;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.header-row {
    display: flex;
    justify-content: space-between;
}
@media only screen and (min-width: 960px) {
    .header-logo {
        width: calc(30vw - 25px);
    }
}
@media only screen and (min-width: 1100px) {
    .header-logo {
        width: calc(30vw - 4vw);
    }
}
.header-content {
    display: none;
}
@media only screen and (min-width: 960px) {
    .header-content {
        display: flex;
        align-items: center;
        width: calc(70vw - 4vw);
    }
}
.header-tel__wrap {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}
.header-tel {
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.2px;
}
.header-btn {
    padding: 0;
    color: #ffffff;
    border: 0;
    line-height: 0.9;
    font-size: 14px;
    text-align: right;
    text-decoration: underline;
}
.header_theme_white_bg svg .logo-path-text {
    fill: #292f3c;
}
.header_theme_white_bg .header-tel,
.header_theme_white_bg .submenu-btn {
    color: #292f3c;
}
.header_theme_white_bg .header-btn {
    color: #99ccff;
}
.map-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
}
@media only screen and (min-width: 960px) {
    .map-container {
        padding-left: 30vw;
    }
}
.mobile-menu {
    position: fixed;
    z-index: 13;
    width: 100%;
    height: 100%;
    padding: 30px 25px;
    top: -100%;
    left: 0;
    background-color: #ffffff;
    transition: top 0.3s ease-in-out;
    overflow-y: auto;
}
@media only screen and (min-width: 1280px) {
    .mobile-menu {
        display: none;
    }
}
.mobile-menu.is-opened {
    top: 0;
}
.mobile-menu__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.icon-mobile-menu-logo .logo-path-text {
    fill: #292f3c;
}
.mobile-menu__close {
    border: 0;
}
.icon-mobile-menu-close {
    width: 25px;
    height: 25px;
}
.icon-mobile-menu-close polygon {
    fill: #99ccff;
}
.mobile-menu__content {
    display: flex;
    flex-direction: column;
}
.mobile-menu__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
}
.mobile-menu__nav-link {
    font-family: "Montserrat";
    font-size: 26px;
    line-height: 1.08;
    letter-spacing: -0.26px;
    text-decoration: underline;
}
.mobile-menu__nav-link:not(:last-child) {
    margin-bottom: 10px;
}
.mobile-menu__social-list {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.mobile-menu__social-list li {
	list-style-type: none;
}
.mobile-menu__social-list li:first-child {
	margin-left: 0;
}
.mobile-menu__social-list li:not(:first-child) {
    margin-left: 8px;
}
.icon-mobile-menu-social {
	width: 39px;
	height: 39px;
}
.icon-mobile-menu-social path {
    fill: #99ccff;
}
.icon-mobile-menu-social circle,
.icon-mobile-menu-social rect {
    stroke: #99ccff;
}
.mobile-menu__select {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: -0.2px;
}
.mobile-menu__select .custom-select-opener span::after {
    content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'>s<path fill='none' stroke='black' stroke-width='1.3' d='M.5 1l3.507 3L7.5 1'/></svg>");
}
.mobile-menu__tel {
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.2px;
    color: #292f3c;
    text-align: center;
}
.mobile-menu__btn {
    margin-left: auto;
    margin-right: auto;
    min-width: 270px;
}
@media (min-width: 375px) {
    .mobile-menu__btn {
        min-width: 325px;
    }
}
.modal-callback {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 14;
    display: none;
    justify-content: flex-end;
    opacity: 0;
    background-color: rgba(36, 51, 95, 0.8);
}
.modal-callback.is-opened {
    display: flex;
}
.modal-callback__wrap {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    transform: translateY(100%);
    background-color: #ffffff;
}
@media only screen and (min-width: 960px) {
    .modal-callback__wrap {
        width: calc(100% - 30vw + 100px);
    }
}
@media only screen and (min-width: 1280px) {
    .modal-callback__wrap {
        flex-direction: row;
        margin-left: 0;
        margin-right: 4vw;
        padding: 40px;
        width: calc(100% - 30vw - 4vw + 100px);
		border-radius: 10px 10px 0 0;
    }
}
.modal-callback__wrap .form-text__policy {
    margin-bottom: 40px;
}
@media only screen and (min-width: 1280px) {
    .modal-callback__close {
        width: 60px;
    }
}
.modal-callback__form {
    width: 100%;
}
.modal-callback__close-btn {
    margin-top: 30px;
    margin-bottom: 20px;
    border: 0;
}
@media only screen and (min-width: 1280px) {
    .modal-callback__close-btn {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.icon-callback-close path {
    stroke: #292f3c;
}
.popup-column__list {
    position: relative;
}
@media only screen and (min-width: 670px) {
    .popup-column__list {
        max-width: 360px;
    }
}
.popup-column__item:not(:first-child) {
    margin-top: -1px;
}
.popup-column__item.is-active .popup-column__title {
    color: #99ccff;
}
.popup-column__item.is-active .popup-column__text {
    max-height: 800px;
}
@media only screen and (min-width: 960px) {
    .popup-column__item.is-active .popup-column__text {
        opacity: 1;
    }
}
.popup-column__title {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #4b5a7f;
    border-bottom: 1px solid #4b5a7f;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.2px;
    transition: color 0.3s;
    cursor: pointer;
}
.popup-column__title-number {
    margin-right: 10px;
}
.popup-column__text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}
@media only screen and (min-width: 960px) {
    .popup-column__text {
        position: absolute;
        top: 0;
        right: calc(-100% - 100px);
        width: 380px;
        max-height: inherit;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }
}
.popup-column__text p {
    margin-top: 15px;
    margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
    .popup-column__text p {
        margin-top: 0;
    }
}
.popup-column__text .trix-content {
    margin-top: 14px;
    margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
    .popup-column__text .trix-content {
        margin-top: 0;
        margin-bottom: 0;
    }
}
.reveal-title.is-visible .reveal-line__left {
    animation: left-line 1.4s forwards;
}
.reveal-title.is-visible .reveal-string::before,
.reveal-title.is-visible .reveal-string::after {
    animation: string-line 1.6s forwards;
}
.reveal-title.is-visible .reveal-string__child {
    opacity: 1;
    transform: translateX(0);
}
@media only screen and (min-width: 960px) {
    .reveal-title.is-visible .reveal-string__child {
        transform: translateX(-5px);
    }
}
.reveal-line__left {
    position: absolute;
    top: -5px;
    left: 0;
    bottom: calc(100% + 5px);
    width: 2px;
    background-color: rgba(255, 255, 255, 0.3);
}
.reveal-string {
    position: relative;
    margin-bottom: 0;
}
.reveal-string::before {
    position: absolute;
    top: 0;
    left: -10px;
    right: calc(100% + 10px);
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
}
.reveal-string:last-child::after {
    position: absolute;
    bottom: -1px;
    left: -10px;
    right: calc(100% + 10px);
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
}
.reveal-string__child {
    display: inline-block;
    opacity: 0;
    transform: translateX(100px);
    transition: opacity 0.9s cubic-bezier(0.67, 0.01, 0.31, 0.99),
        transform 0.9s cubic-bezier(0.67, 0.01, 0.31, 0.99);
    transition-delay: 0.6s;
}
.reveal-item {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    transition-delay: 1s;
}
.reveal-item.is-visible {
    opacity: 1;
}
.reveal-item.is-visible .intro-fact__value-tape {
    transform: translateY(calc(-100% + 28px));
}
.reveal-text {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.reveal-text.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.loader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 15;
}
.loader-bg_theme_blue {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #99ccff;
}
.loader-bg_theme_dark_blue {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #24335f;
}
.reveal-text_theme_delayed {
    transition-delay: 0.3s;
}
@keyframes left-line {
    25% {
        bottom: -5px;
    }
    75% {
        top: -5px;
    }
    100% {
        top: calc(100% + 5px);
        bottom: -5px;
    }
}
@keyframes string-line {
    50% {
        right: -10px;
    }
    75% {
        left: -10px;
    }
    100% {
        left: calc(100% + 10px);
        right: -10px;
    }
}
.side-nav {
    position: fixed;
    z-index: 9;
    left: 4vw;
    display: none;
    opacity: 0;
    color: #4663b9;
    transition: opacity 0.3s ease-in-out;
}
@media only screen and (min-width: 1280px) {
    .side-nav {
        display: block;
    }
}
.side-nav.is-visible {
    opacity: 1;
}
.side-nav__ruler-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.side-nav__ruler {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 1px solid #4663b9;
}
.side-nav__ruler .mm {
    left: 0;
    margin-bottom: 5px;
    width: 5px;
    height: 1px;
    background-color: #4663b9;
}
.side-nav__ruler .mm:nth-of-type(5n) {
    margin-bottom: 0;
}
.side-nav__btn {
    position: relative;
    margin-top: -2px;
    margin-bottom: -2px;
    padding-left: 25px;
    padding-right: 0;
    border: 0;
    color: #4663b9;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.2px;
    transition: color 0.2s ease-in;
}
.side-nav__btn::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 2px;
    background-color: #4663b9;
    content: "";
    transform: translateY(-50%);
    transition: background-color 0.2s ease-in;
}
.side-nav__btn.is-active {
    color: #99ccff;
}
.side-nav__btn.is-active::before {
    background-color: #99ccff;
}
.side-nav__arrows {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translate(-50%, -7px);
}
.side-nav__arrow {
    display: flex;
    align-items: center;
    border: 0;
    height: 15px;
}
.side-nav__counter {
    font-size: 12px;
    transform: rotate(-90deg) translateY(-50%);
}
.side-nav__divider {
    margin-left: 3px;
    margin-right: 3px;
}
.side-nav__menu-btn {
    display: flex;
    align-items: center;
    margin-bottom: 90px;
    padding-left: 0;
    padding-right: 0;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.53px;
    color: #99ccff;
    border: 0;
}
.side-nav__menu-btn-text {
    margin-left: 10px;
    transform: translateY(2px);
}
@media only screen and (min-width: 960px) {
    .submenu {
        display: none;
    }
}
.submenu-btn {
    height: 34px;
    padding-left: 25px;
    padding-right: 25px;
    border: 0;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: bold;
    line-height: 0.88;
    color: #ffffff;
}
.modal-menu {
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    bottom: 0;
    left: 110%;
    display: none;
    padding-top: 40px;
    background-color: #ffffff;
}
@media only screen and (min-width: 960px) {
    .modal-menu {
        display: block;
        padding-left: 50px;
        padding-right: 4vw;
    }
}
@media only screen and (min-width: 1100px) {
    .modal-menu {
        padding-left: 135px;
        padding-right: 4vw;
    }
}
.modal-menu::before {
    position: absolute;
    top: 130px;
    left: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37.5px 30px 37.5px 0;
    border-color: transparent #ffffff transparent transparent;
    content: "";
}
.modal-menu.is-scrolled {
    box-shadow: -5px 0 25px 0 rgba(167, 177, 200, 0.1);
}
.modal-menu.is-scrolled::before {
    top: 30px;
}
.modal-menu__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
    opacity: 0;
}
.modal-menu__city {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.43;
    letter-spacing: -0.2px;
    text-decoration: underline;
}
.modal-menu__tel-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.modal-menu__tel-link {
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.2px;
}
.modal-menu__btn-callback {
    margin: 0;
    padding: 0;
    border: 0;
    color: #99ccff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}
.modal-menu__content {
    display: flex;
    height: calc(100% - 200px);
    opacity: 0;
}
.modal-menu__column-items {
    z-index: 2;
    width: 40%;
    padding-top: 40px;
}
.modal-menu__column-info {
    position: relative;
    z-index: 1;
    width: 60%;
    height: 100%;
    padding: 50px 40px;
    background-color: #f6f9fd;
}
@media only screen and (min-width: 1100px) {
    .modal-menu__column-info {
        padding: 70px 90px;
    }
}
.modal-menu__list {
	list-style-type: none;
    width: 80%;
    transform: translateX(-20px);
}
.modal-menu__item,
.wlink {
    position: relative;
    padding: 10px 20px;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.2px;
    cursor: default;
}
.wlink {
	cursor: pointer;
	padding-left: 0;
}
.modal-menu__item::before {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    content: "";
    right: -12px;
    border-color: transparent transparent transparent #f6f9fd;
}
.modal-menu__item.is-active,
.modal-menu__item.is-active .wlink {
    color: #99ccff;
    background-color: #f6f9fd;
}
.modal-menu__item.is-active::before,
.modal-menu__item.is-active::after {
    opacity: 1;
}
.modal-menu__item-info {
    position: absolute;
    z-index: 0;
    top: 70px;
    left: 40px;
    width: calc(100% - (40px * 2));
    opacity: 0;
    background-color: #f6f9fd;
    overflow: hidden;
    transform: translateY(40px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in;
}
@media only screen and (min-width: 1100px) {
    .modal-menu__item-info {
        left: 90px;
        width: calc(100% - (90px * 2));
    }
}
.modal-menu__item-info.is-active {
    z-index: 1;
    opacity: 1;
    transform: translateY(0);
}
.modal-menu__column-info-triangle {
    position: absolute;
    top: 37px;
    left: -35px;
    display: none;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    transform: rotate(45deg);
    transition: top 0.2s ease-in;
}
@media only screen and (min-width: 960px) {
    .modal-menu__column-info-triangle {
        display: block;
    }
}
.modal-menu__item-info-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(167, 177, 200, 0.3);
}
.modal-menu__item-info-link {
    position: relative;
    color: #292f3c;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1;
    overflow: hidden;
    transition: color 0.3s;
}
.modal-menu__item-info-link:hover {
    color: #99ccff;
}
.modal-menu__item-info-link:hover::before {
    left: 0;
}
.modal-menu__item-info-link::before {
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: -100%;
    background-color: #99ccff;
    transition: left 0.3s ease-in;
    content: "";
}
.modal-menu__item-info-footer {
    display: flex;
    margin-top: 25px;
}
.modal-menu__item-info-text {
    width: 55%;
    padding-right: 15px;
    color: #4663b9;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.2px;
}
.modal-menu__item-info-img-container {
    width: 45%;
}
.modal-menu__item-info-img {
    width: 100%;
    height: auto;
}
.modal-close {
    position: absolute;
    top: 35px;
    left: 40px;
    border: 0;
}
.icon-close-modal {
    width: 25px;
    height: 25px;
}
.icon-close-modal polygon {
    fill: #99ccff;
}
.modal-video {
    position: fixed;
    z-index: 14;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(36, 51, 95, 0.8);
}
.video-preview {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
@media only screen and (min-width: 960px) {
    .video-preview:hover .icon-play {
        transform: scale(1.1);
    }
}
.video-preview__btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    padding: 0;
    border: 0;
    color: #ffffff;
    line-height: 1.13;
    letter-spacing: -0.2px;
    max-width: 230px;
}
.video-preview__btn .icon-play {
    margin-right: 10px;
    transition: transform 0.2s ease-in;
}
.video-frame {
    width: 100%;
    height: 90vh;
    border: 0;
}
@media only screen and (min-width: 960px) {
    .video-frame {
        width: 90%;
    }
}
.video-close {
    position: absolute;
    top: 2vh;
    right: 3%;
    color: #ffffff;
    border: 0;
}
.video-close svg {
    width: 15px;
    height: 15px;
}
.video-close svg polygon {
    fill: #ffffff;
}
.blank-page {
    padding-top: 100px;
}
.blank-page__title {
    margin-bottom: 50px;
    font-size: 50px;
}
.blank-page__subtitle {
    margin-bottom: 30px;
    font-size: 40px;
}
.list-policy {
    margin-bottom: 50px;
    padding-left: 0;
}
.contacts {
    padding-top: 45px;
}
@media only screen and (min-width: 960px) {
    .contacts {
        padding-top: 60px;
        padding-bottom: 140px;
    }
}
.contacts-tabs__wrap {
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 60px;
}
@media only screen and (min-width: 960px) {
    .contacts-tabs__wrap {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 60px;
        padding-left: 30vw;
    }
}
.contacts-tabs__label {
    display: inline-block;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 0.83;
    letter-spacing: -0.15px;
    transform: translateY(100%);
}
@media only screen and (min-width: 960px) {
    .contacts-tabs__label {
        display: none;
    }
}
.contacts-tabs {
    display: flex;
    flex-direction: column;
    max-height: 50px;
    border: 1px solid #99ccff;
    transition: max-height 0.5s;
    overflow: hidden;
}
@media only screen and (min-width: 960px) {
    .contacts-tabs {
        flex-direction: row;
        height: auto;
        border: 0;
    }
}
.contacts-tabs::after {
    position: absolute;
    top: 33px;
    right: 15px;
    transition: transform 0.3s;
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'><path fill='none' fill-rule='evenodd' stroke='lightblue' stroke-width='1.3' d='M.5 1l3.507 3L7.5 1'/></svg>");
}
@media only screen and (min-width: 960px) {
    .contacts-tabs::after {
        display: none;
    }
}
.contacts-tabs.is-opened {
    max-height: 500px;
}
.contacts-tabs.is-opened::after {
    transform: rotate(180deg);
}
.contacts-tabs li {
    order: 2;
}
@media only screen and (min-width: 960px) {
    .contacts-tabs li {
        order: initial;
    }
    .contacts-tabs li:not(:last-child) {
        margin-right: 5px;
    }
}
.contacts-tabs li.is-checked {
    order: 0;
}
@media only screen and (min-width: 960px) {
    .contacts-tabs li.is-checked .contacts-tag__btn {
        color: #ffffff;
        background-color: #99ccff;
    }
}
.contacts-tag__btn {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 50px;
    border: 0;
    color: #4663b9;
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: -0.2px;
    text-align: left;
}
@media only screen and (min-width: 960px) {
    .contacts-tag__btn {
        height: 24px;
        color: #4663b9;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.17;
        letter-spacing: 0.17px;
        text-align: center;
        text-transform: uppercase;
        background-color: #f6f9fd;
    }
}
@media only screen and (min-width: 960px) {
    .contacts-tag__btn span {
        display: block;
        transform: translateY(2px);
    }
}
.contacts-content {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 60px;
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: -0.2px;
}
@media only screen and (min-width: 960px) {
    .contacts-content {
        flex-direction: row;
        padding-left: 30vw;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 90px;
    }
}
.contacts-content__column {
    display: flex;
    flex-direction: column;
    width: 100%;
}
@media only screen and (min-width: 960px) {
    .contacts-content__column {
        width: 50%;
    }
}
.contacts-content__column .footer-socials {
    margin-top: 40px;
}
.contacts-content__column .icon-social {
    width: 30px;
    height: 30px;
}
.contacts-content__column .icon-social path {
    fill: #99ccff;
}
.contacts-content__column .icon-social circle,
.contacts-content__column .icon-social rect {
    stroke: #99ccff;
}
.contacts-content__column address {
    font-size: 16px;
}
.contacts-content__column-title {
    display: block;
    margin-bottom: 4px;
}
@media only screen and (min-width: 960px) {
    .contacts-content__column-info-wrap {
        max-width: 400px;
    }
}
.contacts-link {
    font-size: 34px;
    font-family: "Montserrat";
    letter-spacing: -0.2px;
    word-break: break-word;
}
@media (max-width: 400px) {
    .contacts-link {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1280px) {
    .contacts-link {
        font-size: 36px;
        line-height: 1.28;
    }
}
.contacts-link:last-child {
    margin-bottom: 60px;
}
@media only screen and (min-width: 960px) {
    .contacts-link:last-child {
        margin-bottom: 0;
    }
}
.error-container {
    z-index: 1;
    max-width: 540px;
    margin-top: 20vh;
    margin-left: 25px;
    margin-right: 25px;
}
@media only screen and (min-width: 960px) {
    .error-container {
        margin-left: auto;
        margin-right: auto;
    }
}
.error-main {
    display: flex;
    flex-direction: column;
    height: 100vh;
}
@media only screen and (min-width: 1280px) {
    .error-main {
        height: calc(100vh - 100px);
    }
}
.error-background {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/404-bg.png");
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
    pointer-events: none;
}
@media only screen and (min-width: 670px) {
    .error-background {
        background-position-x: right;
    }
}
.icon-error-roller {
    position: fixed;
    bottom: 80px;
    right: 10vw;
    display: none;
}
@media only screen and (min-width: 960px) {
    .icon-error-roller {
        display: block;
    }
}
.error-title {
    margin-bottom: 60px;
    font-size: 120px;
    letter-spacing: -0.6px;
    line-height: 0.7;
    color: #99ccff;
}
@media only screen and (min-width: 960px) {
    .error-title {
        font-size: 200px;
        line-height: 0.5;
    }
}
.error-subtitle {
    margin-bottom: 20px;
    font-family: "Montserrat";
    font-size: 42px;
    line-height: 0.85;
    letter-spacing: -0.9px;
}
@media only screen and (min-width: 960px) {
    .error-subtitle {
        font-size: 36px;
        line-height: 1.28;
    }
}
.error-broke-animation {
    display: inline-block;
    animation: broke-wiggle 2.5s infinite;
    transform-origin: top center;
}
.error-text {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: -0.2px;
    color: #292f3c;
}
@media only screen and (min-width: 960px) {
    .error-text {
        margin-bottom: 20px;
    }
}
.error-link {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    letter-spacing: -0.2px;
    text-decoration: underline;
}
.error-link:not(:last-child) {
    margin-right: 20px;
}
.error-footer {
    margin-top: auto;
    width: 100%;
    height: 90px;
    background-color: #f6f9fd;
}
@keyframes broke-wiggle {
    0% {
        transform: rotate(15deg) translate(10px, 25px);
    }
    45% {
        transform: rotate(5deg) translate(10px, 25px);
    }
    100% {
        transform: rotate(15deg) translate(10px, 25px);
    }
}
.inner-page-intro {
    position: relative;
    padding-top: 100px;
    padding-bottom: 60px;
    min-height: 460px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: hidden;
}
@media only screen and (min-width: 1280px) {
    .inner-page-intro {
        padding-top: 0;
        padding-bottom: 35px;
    }
}
.inner-page-intro::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    background-color: #24335f;
    content: "";
    pointer-events: none;
}
.inner-page-intro__info-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.2px;
}
.inner-page-intro__info-text:not(:last-child) {
    margin-right: 15px;
}
.inner-page-intro__title {
    max-width: 700px;
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.2px;
}
@media only screen and (min-width: 1280px) {
    .inner-page-intro__title {
        margin-bottom: 20px;
        font-size: 80px;
    }
}
.inner-page-intro__title.is-blog-title {
    max-width: 660px;
    font-size: 34px;
}
@media only screen and (min-width: 1280px) {
    .inner-page-intro__title.is-blog-title {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1280px) {
    .inner-section-content__wrap,
	.home .inner.callback-bottom,
	.home .inner.sw {
        max-width: 935px;
    }
	.home .inner.sw {
		margin-left: 27vw;
		margin-right: 4vw;
	}
}
@media only screen and (min-width: 1920px) {
    .inner-section-content__wrap,
	.home .inner.callback-bottom,
	.home .inner.sw {
        max-width: 1050px;
    }
}
.inner-section-content__wrap-600 {
    max-width: 600px;
}
.inner-section-content {
    padding: 90px 25px;
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: -0.2px;
}
@media only screen and (min-width: 1280px) {
    .inner-section-content {
        padding: 40px 8vw 40px 30vw;
    }
}
.inner-section-content-60 {
    padding: 60px 25px;
}
@media only screen and (min-width: 1280px) {
    .inner-section-content-60 {
        padding: 60px 8vw 60px 30vw;
    }
}
.inner-section-content-60 p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: -0.2px;
}
.inner-section-container {
    display: flex;
    flex-wrap: wrap;
}
.inner-section-container__column {
    width: 100%;
}
@media only screen and (min-width: 1280px) {
    .inner-section-container__column {
        width: 50%;
    }
}
@media only screen and (min-width: 1280px) {
    .inner-section-container__column:first-child {
        padding-right: 50px;
    }
}
@media only screen and (min-width: 1100px) {
    .inner-section-container__column:first-child {
        padding-right: 5vw;
    }
}
.inner-section-container__row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(167, 177, 200, 0.3);
}
.inner-section-container__row:last-child {
    border-bottom: 1px solid rgba(167, 177, 200, 0.3);
}
.inner-section-price {
    font-size: 14px;
}
.inner-section-price span {
    margin-right: 5px;
}
.inner-content-link {
    position: relative;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.2px;
    overflow-x: hidden;
    transition: color 0.2s ease-in;
}
.inner-content-link:hover {
    color: #99ccff;
}
.inner-content-link:hover::before {
    background-color: #99ccff;
    transform: translateX(0);
}
.inner-content-link:hover::after {
    background-color: #99ccff;
    transform: translateX(200%);
}
.inner-content-link::before,
.inner-content-link::after {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #292f3c;
    transition: transform 0.6s ease-in-out;
    content: "";
}
.inner-content-link::before {
    transform: translateX(-200%);
}
.trix-content a {
    color: #99ccff;
    text-decoration: underline;
}
.trix-content img {
    margin-bottom: 40px;
}
.trix-content .attachment__caption {
    display: none;
}
.trix-content ul li {
    position: relative;
    padding-left: 15px;
}
.trix-content ul li:not(:last-child) {
    margin-bottom: 8px;
}
.trix-content ul li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #99ccff;
    content: "";
}
.trix-content ol {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    counter-reset: my-counter;
}
.trix-content ol li {
    margin-bottom: 0;
    padding: 15px 10px;
    border-top: 1px solid rgba(41, 47, 60, 0.2);
    counter-increment: my-counter;
}
.trix-content ol li:last-child {
    border-bottom: 1px solid rgba(41, 47, 60, 0.2);
}
.trix-content ol li::before {
    content: counter(my-counter) ". ";
    font-family: "Montserrat";
    font-size: 20px;
}
.trix-content ol li strong {
    display: inline-block;
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: normal;
    letter-spacing: -0.2px;
}
.trix-content blockquote {
    margin: 0 0 20px 25px;
    color: #99ccff;
    font-family: "Montserrat";
    font-size: 18px;
    letter-spacing: -0.2px;
}
@media only screen and (min-width: 1280px) {
    .trix-content blockquote {
        margin-left: 40px;
        font-size: 20px;
    }
}
.trix-content action-text-attachment {
    display: inline-block;
}
.blog-ending {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid rgba(167, 177, 200, 0.3);
}
.blog-ending .footer-socials li:not(:last-child) {
    margin-right: 8px;
}
.blog-ending .icon-social {
    width: 30px;
    height: 30px;
}
.blog-ending .icon-social path {
    fill: #99ccff;
}
.blog-ending .icon-social circle,
.blog-ending .icon-social rect {
    stroke: #99ccff;
}
.blog-ending__info {
    display: flex;
    flex-direction: column;
    color: #99ccff;
    font-size: 14px;
}
.intro-about-section {
    position: relative;
}
.intro-about-img {
    margin-top: -90px;
}
.about-subtitle {
    font-size: 38px;
}
@media only screen and (min-width: 960px) {
    .about-subtitle {
        font-size: 42px;
    }
}
@media (max-width: 380px) {
    .about-certificate-title {
        font-size: 32px;
    }
}
.about-certificate-img {
    max-width: 90px;
}
.about-us-title {
    margin-bottom: 60px;
}
@media only screen and (min-width: 960px) {
    .about-us-title {
        margin-bottom: 90px;
    }
}
.about-us-item {
    width: 100%;
}
@media only screen and (min-width: 670px) {
    .about-us-item {
        width: 50%;
    }
    .about-us-item:nth-last-child(n + 3) {
        margin-bottom: 70px;
    }
}
.about-us-item__wrap {
    max-width: 250px;
}
.about-us-item__img {
    margin-bottom: 10px;
}
.about-us-item__title {
    display: block;
    color: #99ccff;
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: -0.23px;
}
.about-us-item__text {
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: -0.2px;
}
.inner-section-content_theme_pb_0 {
    padding-bottom: 0;
}
.inner-section-content_theme_pb_40 {
    padding-bottom: 40px;
}
.inner-page-intro_theme_bottom_space {
    margin-bottom: -70px;
    padding-bottom: 70px;
}
@media only screen and (min-width: 960px) {
    .inner-page-intro_theme_bottom_space {
        margin-bottom: -120px;
        padding-bottom: 180px;
    }
}
.intro {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.intro-main {
    position: inherit;
    z-index: 1;
    display: flex;
    padding-top: 120px;
    padding-left: 25px;
    padding-right: 25px;
	cursor: default;
}
@media only screen and (min-width: 960px) {
    .intro-main {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
}
.intro-column {
    width: 100%;
}
.intro-column.is-left {
    display: none;
}
@media only screen and (min-width: 960px) {
    .intro-column.is-left {
        display: block;
        width: 30vw;
        padding-left: 25px;
    }
}
@media only screen and (min-width: 1100px) {
    .intro-column.is-left {
        padding-left: 4vw;
    }
}
@media only screen and (min-width: 960px) {
    .intro-column.is-right {
        width: 70vw;
        padding-right: 25px;
    }
}
@media only screen and (min-width: 1100px) {
    .intro-column.is-right {
        padding-right: 4vw;
    }
}
.intro-column.is-padding-compensation {
    padding-top: 40px;
}
.intro-column .reports-page__item-tag {
    margin-right: 15px !important;
}
.intro-navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.intro-navigation__item {
    padding: 0;
    color: #ffffff;
    border: 0;
    font-family: "Montserrat";
    font-size: 20px;
    text-align: left;
    line-height: 1.4;
    letter-spacing: -0.2px;
}
.intro-navigation__item:not(:last-child) {
    margin-bottom: 5px;
}
.intro-title {
    max-width: 820px;
    margin-bottom: 35px;
    font-size: 40px;
    line-height: 0.9;
    letter-spacing: -0.9px;
}
.city-title {
	margin-bottom: 50px;
}
.city-title svg {
	fill: #fff;
	width: 17px;
	height: 17px;
	margin: 0 3px -3px 15px;
}
.city-title svg:first-child {
	margin-left: 0;
}
.single .intro::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.single-post .intro-title {
	margin-bottom: 10px;
}
@media only screen and (min-width: 960px) {
    .intro-title {
        margin-bottom: 50px;
        font-size: 75px;
        line-height: 0.8;
        letter-spacing: -0.2px;
    }
}
@media only screen and (min-width: 1280px) {
    .intro-title {
        font-size: 75px;
        line-height: 1.1;
        font-weight: 700;
    }
}
@media only screen and (min-width: 1920px) {
    .intro-title {
        max-width: 1200px;
        font-size: 105px;
    }
}
.intro-footer {
    z-index: 1;
    display: flex;
    margin-top: auto;
    margin-bottom: 40px;
}
.visor__field {
    padding: 20px;
    max-width: 210px;
    transform: translate(-20px, 20px);
}
.visor__wrap {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.visor__wrap:hover .icon-visor,
.visor__wrap.is-clicked .icon-visor {
    background-color: rgba(255, 255, 255, 0.4);
}
.icon-visor {
    border-radius: 50%;
    transition: background-color 0.3s ease-in-out;
}
.visor-title {
    margin-left: 15px;
    font-size: 16px;
    line-height: 1.13;
}
.intro-fact {
    display: inline-block;
}
.intro-fact:first-child {
    margin-right: 20px;
    padding-left: 25px;
}
.video-container {
	max-width: 750px;
	height: auto;
	margin: 50px auto 0;
	position: relative;
}

.video-container iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}
@media only screen and (min-width: 960px) {
    .intro-fact:first-child {
        margin-right: 40px;
        padding-left: 0;
    }
}
.intro-fact__value {
    position: relative;
    min-width: 113px;
    height: 34px;
    font-family: "Arkitextura";
    font-size: 36px;
    line-height: 0.83;
    letter-spacing: -0.2px;
    overflow: hidden;
}
.intro-fact__value-tape {
    position: absolute;
    left: 0;
    top: 6px;
    display: flex;
    flex-direction: column-reverse;
    transition: transform 1.8s cubic-bezier(0.67, 0.01, 0.31, 0.99);
    transition-delay: 1s;
}
.intro-fact__value-real {
    margin-bottom: 6px;
}
.intro-fact__value-fake {
    margin-bottom: 6px;
}
.intro-fact__title {
    display: block;
    font-size: 12px;
    line-height: 1.44;
    letter-spacing: -0.2px;
}
@media only screen and (min-width: 960px) {
    .intro-fact__title {
        font-size: 16px;
    }
}
.intro-layer {
    display: none;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/uni/img/intro__bg-mask.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-mask-image: url("/wp-content/themes/uni/img/x-ray.png");
    mask-image: url("/wp-content/themes/uni/img/x-ray.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 350px;
    mask-size: 350px;
}
.intro-layer.is-visible {
    display: block;
}
.problem {
    position: relative;
}
.problem-text {
    max-width: 790px;
    font-family: "Montserrat";
    font-size: 26px;
    line-height: 1.28;
}
@media only screen and (min-width: 960px) {
    .problem-text {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1920px) {
    .problem-text {
        max-width: 1050px;
        font-size: 42px;
    }
}
.problem-text:hover del::before {
    width: 100%;
}
.problem-text del {
    position: relative;
    text-decoration: none;
}
.problem-text del::before {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 8px;
    background-image: url(underline-b03e8d2d395c9c9ae1d454bd4639d466da912ad83608fabf8ab052ba9957319d.png);
    background-repeat: no-repeat;
    content: "";
    transition: width 0.3s cubic-bezier(0.67, 0.01, 0.31, 0.99);
}
.advantages-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
}
@media only screen and (min-width: 960px) {
    .advantages-container {
        margin-top: 60px;
    }
}
.advantage {
    width: 100%;
}
@media only screen and (max-width: 669px) {
    .advantage:not(:last-child) {
        margin-bottom: 40px;
    }
}
@media only screen and (min-width: 670px) {
    .advantage {
        width: 50%;
        padding-right: 7%;
    }
    .advantage:nth-last-child(n + 3) {
        margin-bottom: 70px;
    }
}
.advantage-title {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #99ccff;
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.2px;
}
.advantage-title:first-letter {
    text-transform: capitalize;
}
.advantage-text {
    margin-bottom: 0 !important;
}
@media only screen and (min-width: 960px) {
    .advantage-text {
        line-height: 1.4;
    }
}
@media only screen and (min-width: 1440px) {
    .advantage-text {
        max-width: 400px;
    }
}
.process-title {
    margin-bottom: 50px;
}
@media only screen and (min-width: 960px) {
    .process-title {
        margin-bottom: 70px;
    }
}
@media only screen and (min-width: 960px) {
    .sticky-block {
        position: sticky;
        top: 100px;
    }
}
.reports-title {
    margin-bottom: 20px;
    line-height: 1;
}
.reports-text {
    margin-bottom: 45px;
    line-height: 1.44;
    letter-spacing: -0.2px;
}
.reports-btn__desktop {
    display: none;
    transition: color 0.3s ease-in-out;
}
@media only screen and (min-width: 960px) {
    .reports-btn__desktop {
        display: inline-block;
    }
    .reports-btn__desktop:hover {
        color: #292f3c;
    }
}
.reports-btn__mobile {
    display: block;
    margin-top: 65px;
    max-width: 380px;
    text-align: center;
}
@media only screen and (min-width: 960px) {
    .reports-btn__mobile {
        display: none;
    }
}
.report {
    display: block;
    max-width: 420px;
}
.report:not(:nth-last-child(-n + 2)) {
    margin-bottom: 60px;
}
@media only screen and (min-width: 960px) {
    .report:not(:nth-last-child(-n + 2)) {
        margin-bottom: 80px;
    }
}
.report__img-wrap {
    position: relative;
}
.report__defect-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
}
.report__tag {
    padding: 5px 5px 2px;
    background-color: #99ccff;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.17px;
    text-transform: uppercase;
    text-align: center;
}
.report__tag:not(:last-child) {
    margin-right: 5px;
}
.report__title {
    margin-top: 5px;
    margin-bottom: 0;
    font-family: "Montserrat";
    font-size: 20px;
}
.report__anons {
    margin-bottom: 0;
    font-size: 14px;
}
.reviews-title {
    margin-bottom: 60px;
}
@media only screen and (min-width: 960px) {
    .reviews-title {
        margin-bottom: 30px;
    }
}
.reviews-link {
    color: #99ccff;
    line-height: 1.6;
}
.reviews-link__mobile {
    display: block;
    margin-top: 40px;
    text-align: center;
}
@media only screen and (min-width: 960px) {
    .reviews-link__mobile {
        display: none;
    }
}
.reviews-link__desktop {
    display: none;
}
@media only screen and (min-width: 960px) {
    .reviews-link__desktop {
        display: inline-block;
    }
}
.review {
    position: relative;
    padding: 30px;
    max-width: 420px;
    color: #292f3c;
    background-color: #ffffff;
}
@media only screen and (min-width: 960px) {
    .review {
        margin-left: 0;
        margin-right: 0;
    }
}
.review:not(:last-of-type) {
    margin-bottom: 60px;
}
@media only screen and (min-width: 960px) {
    .review:not(:last-of-type) {
        margin-bottom: 80px;
    }
}
.review::before {
    position: absolute;
    top: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 15px 0 0;
    border-color: #ffffff transparent transparent transparent;
    content: "";
}
.review__header {
    display: flex;
    margin-bottom: 20px;
}
.review__avatar {
    position: relative;
    margin-right: 20px;
}
.review__avatar-img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.icon-review {
    position: absolute;
    right: -10px;
    bottom: 0;
}
.review__person {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.review__name {
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1.4;
}
.review__date {
    font-size: 14px;
    line-height: 1.43;
}
.faq {
    padding-top: 40px;
}
.faq-title {
    margin-bottom: 60px;
}
.screen-preloader {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #99ccff;
}
@media only screen and (min-width: 960px) {
    .screen-preloader {
        display: block;
    }
}
.end {
    padding-top: 70px;
}
@media only screen and (max-width: 669px) {
    .end {
        overflow: hidden;
    }
}
@media only screen and (min-width: 960px) {
    .end {
        padding-top: 100px;
    }
}
.advantage_theme_fullwidth {
    width: 100%;
}
@media only screen and (min-width: 670px) {
    .advantage_theme_fullwidth:not(:last-child) {
        margin-bottom: 70px;
    }
}
.problem-text_theme_invisible {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.problem-text_theme_invisible.is-visible {
    opacity: 1;
    transform: translateY(0);
}
.reports-page__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reports-page__item {
    width: 100%;
    margin-bottom: 60px;
}
@media only screen and (max-width: 669px) {
    .reports-page__item:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 670px) {
    .reports-page__item {
        display: flex;
        flex-direction: column;
        width: 48.5%;
    }
}
@media only screen and (min-width: 1100px) {
    .reports-page__item {
        width: 46%;
    }
}
.reports-page__item:hover .reports-page__item-img {
    background-size: 110%;
}
.reports-tag__list {
    margin-bottom: 40px;
}
@media only screen and (min-width: 960px) {
    .reports-tag__list {
        margin-bottom: 60px;
    }
}
.reports-tag__list-item {
    display: inline-block;
    margin-bottom: 5px;
}
.reports-tag__list-item:not(:last-child) {
    margin-right: 5px;
}
.reports-tag__btn {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.17px;
    border: 0;
    color: #4663b9;
    background-color: rgba(153, 204, 255, 0.2);
    text-transform: uppercase;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.reports-tag__btn.is-checked {
    color: #ffffff;
    background-color: #99ccff;
}
.reports-tag__btn span {
    display: inline-block;
    transform: translateY(1px);
}
.reports-page__item-img-wrap {
    position: relative;
    margin-bottom: 10px;
    height: 215px;
}
@media only screen and (min-width: 960px) {
    .reports-page__item-img-wrap {
        height: 240px;
    }
}
.reports-page__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: background-size 0.5s ease-in-out;
}
.reports-page__item-tags-wrap {
    position: absolute;
    top: 10px;
    left: 10px;
}
.reports-page__item-tag {
    padding: 6px 10px 4px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: 0.17px;
    text-transform: uppercase;
    background-color: #99ccff;
}
.reports-page__item-tag:not(:last-child) {
    margin-right: 5px;
}
.reports-page__item-defect-wrap {
    position: absolute;
    right: 15px;
    bottom: 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.2px;
    text-align: right;
}
.reports-page__item-defect-amount {
    display: block;
    font-family: "Arkitextura";
    font-size: 36px;
    line-height: 0.83;
}
.reports-page__item-title {
    font-family: "Montserrat";
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.2px;
}
.reports-page__item-developer {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.2px;
}
.reports-page__item-anons {
    margin-top: 5px;
    margin-bottom: 10px !important;
    font-size: 16px;
    line-height: 1.44;
    letter-spacing: -0.2px;
}
.reports-page__item-date-wrap {
    margin-top: auto;
}
.reports-page__item-date {
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.2px;
    color: #99ccff;
}
.reports-page__item-date:not(:last-of-type) {
    margin-right: 15px;
}
.report-defect__btn {
    padding-left: 10px;
    padding-right: 10px;
    color: #99ccff;
    border: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 0.83;
    letter-spacing: -0.15px;
}
.report-defect__btn.is-opened .icon-chevron-reports {
    transform: rotate(180deg);
}
.report-defect__btn-title {
    position: relative;
    border-bottom: 1px dashed #99ccff;
}
.report-defect__wrap {
    max-width: 650px;
}
@media only screen and (min-width: 960px) {
    .report-defect__wrap {
        transform: translateX(-10px);
    }
}
.report-defect__list {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(153, 204, 255, 0.3);
    overflow-y: hidden;
    transition: max-height 0.5s ease-in-out;
}
.report-defect__list.is-opened {
    max-height: 150vh !important;
}
.report-defect__row {
    padding-top: 12px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(153, 204, 255, 0.3);
    font-size: 18px;
    line-height: 1.11;
    letter-spacing: -0.18px;
}
@media only screen and (min-width: 960px) {
    .report-defect__row {
        padding-left: 10px;
        padding-right: 10px;
        font-family: "Montserrat";
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: -0.2px;
    }
}
.report-defect__row:last-child {
    margin-bottom: 10px;
}
.report-defect__row:first-letter {
    text-transform: capitalize;
}
.icon-chevron-reports {
    position: absolute;
    top: 50%;
    right: -20px;
    display: inline-block;
    transform: translateY(-50%);
    transition: transform 0.3s;
}
.icon-chevron-reports path {
    stroke: #99ccff;
}
.report-carousel__slide {
    position: relative;
}
@media only screen and (min-width: 960px) {
    .report-carousel__slide::before {
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        background-image: linear-gradient(
            to bottom,
            rgba(41, 47, 60, 0),
            rgba(41, 47, 60, 0.42)
        );
        content: "";
    }
}
.report-carousel__wrap {
    position: relative;
}
.report-carousel {
    max-width: 900px;
}
.report-carousel .slick-dots {
    position: absolute;
    top: 20px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: stretch;
    height: 6px;
}
.report-carousel .slick-dots li {
    flex: 1 1 auto;
    height: 100%;
}
.report-carousel .slick-dots li:not(:last-child) {
    margin-right: 3px;
}
.report-carousel .slick-dots button {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 1px;
    color: transparent;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.6);
}
.report-carousel .slick-dots button::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    content: "";
}
.report-carousel .slick-dots .slick-active button::before {
    animation: slide-fill 3s forwards;
    animation-timing-function: linear;
}
.report-carousel-btn {
    height: 0;
    border: 0;
    opacity: 0;
    transform: translate(20px, -48px);
}
@media only screen and (min-width: 960px) {
    .report-carousel-btn {
        opacity: 1;
        height: auto;
    }
}
.icon-carousel-mobile-arrows {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (min-width: 960px) {
    .icon-carousel-mobile-arrows {
        display: none;
    }
}
.icon-carousel-arrow {
    width: 20px;
    height: 20px;
}
.icon-carousel-arrow path {
    stroke: #ffffff;
}
.icon-carousel-arrow.is-prev {
    transform: rotate(90deg);
}
.icon-carousel-arrow.is-next {
    transform: rotate(-90deg);
}
.report-carousel__text {
    margin-top: 5px;
    margin-bottom: 0 !important;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.2px;
}
@media only screen and (min-width: 960px) {
    .report-carousel__text {
        position: absolute;
        z-index: 2;
        left: 90px;
        bottom: 20px;
        margin-top: 0;
    }
}
.reports-page__items_theme_white .reports-page__item-title,
.reports-page__items_theme_white .reports-page__item-developer {
    color: #ffffff;
}
@keyframes slide-fill {
    to {
        width: 100%;
    }
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2 {
    font-weight: 500;
    position: relative;
}
h1 {
    margin-bottom: 30px;
    font-size: 28px;
}
h2 {
    font-size: 26px;
    margin-bottom: 35px;
    color: #333;
}
iframe {
    border: 0;
}
.inner {
    width: 1050px;
}
.mini-inner {
    width: 750px;
}
.inner,
.mini-inner {
    max-width: 100%;
    margin: 0 auto;
    cursor: default;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.grid {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}
.aic {
    align-items: center;
}
.ais {
    align-items: start;
}
.cols-2 {
    grid-template-columns: 50% 50%;
}
.cols-3 {
    grid-template-columns: repeat(3, 1fr);
}
.cols-4 {
    grid-template-columns: repeat(4, 1fr);
}
.cols-2-1 {
    grid-template-columns: 1fr 33.3%;
}
.cols-1-2 {
    grid-template-columns: 33.3% 66.7%;
}
.cols-3-1 {
    grid-template-columns: 65% 35%;
}
.solve .grid,
.tabs__section .grid {
    align-items: start;
}
.psr {
    position: relative;
}
.btn {
    --offset: 5px;
    --border-size: 1px;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: transparent;
    color: #1c38d0;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    border-radius: 0;
    transition: background 0.8s ease;
}
.btn.j-modal-callback-btn {
	background-color: #24335f;
	color: #fff;
}
.btn_theme_blue {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.callback-bottom .btn.inverse {
    color: #fff;
}
.btn:hover {
    background: #24335f;
    color: #fff;
}
.button__horizontal,
.button__vertical {
    position: absolute;
    top: var(--horizontal-offset, 0);
    right: var(--vertical-offset, 0);
    bottom: var(--horizontal-offset, 0);
    left: var(--vertical-offset, 0);
    transition: transform 0.8s ease;
    will-change: transform;
}
.button__horizontal::before,
.button__vertical::before {
    content: "";
    position: absolute;
    border: inherit;
}
.callback-bottom .inverse .button__horizontal {
    border-top: var(--border-size) solid #fff;
    border-bottom: var(--border-size) solid #fff;
}
.callback-bottom .inverse .button__vertical {
    border-left: var(--border-size) solid #fff;
    border-right: var(--border-size) solid #fff;
}
.button__horizontal {
    --vertical-offset: calc(var(--offset) * -1);
    border-top: var(--border-size) solid #24335f;
    border-bottom: var(--border-size) solid #24335f;
}
.button__horizontal::before {
    top: calc(var(--vertical-offset) - var(--border-size));
    bottom: calc(var(--vertical-offset) - var(--border-size));
    left: calc(var(--vertical-offset) * -1);
    right: calc(var(--vertical-offset) * -1);
}
.btn:hover .button__horizontal {
    transform: scaleX(0);
}
.button__vertical {
    --horizontal-offset: calc(var(--offset) * -1);
    border-left: var(--border-size) solid #24335f;
    border-right: var(--border-size) solid #24335f;
}
.button__vertical::before {
    top: calc(var(--horizontal-offset) * -1);
    bottom: calc(var(--horizontal-offset) * -1);
    left: calc(var(--horizontal-offset) - var(--border-size));
    right: calc(var(--horizontal-offset) - var(--border-size));
}
.btn:hover .button__vertical {
    transform: scaleY(0);
}
h2.title,
h3.title {
    font-weight: 700;
    color: #444;
}
h2.title {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.2;
}
h2.title.center {
	width: 100%;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
h3.title {
    font-size: 20px;
    margin-bottom: 20px;
}
.subtitle {
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 20px;
}
.mySwiper .subtitle {
	font-size: 17px;
	font-weight: 500;
}
.divider.center {
    margin: 15px auto 20px;
}
.divider {
    display: block;
    height: 1px;
    width: 50px;
    background-color: #314581;
    margin: 15px 0;
}
.color {
    color: #314581;
}
strong {
    font-weight: 500;
}
.top-social svg {
    width: 33px;
    height: 33px;
    fill: transparent;
    margin: 0 5px;
    transition: fill 0.4s ease;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.5);
}
.top-social:hover svg {
    stroke-width: 0;
}
.top-social:first-child:hover svg {
    fill: #28a7e8;
}
.top-social:nth-of-type(3) {
    margin-right: 30px;
}
.top-social:nth-of-type(2):hover svg {
    fill: #0077ff;
}
.top-social:nth-of-type(3):hover svg {
    fill: #ff0000;
}
.legal-images {
	display: flex;
	justify-content: space-between;
	width: 190px;
	margin-bottom: 25px;
	align-items: center;
}
.legal-images img {
	height: 28px;
	width: auto;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.dnl-link {
	display: block;
	padding-left: 30px;
	background-image: url(/wp-content/themes/uni/img/dnl.svg);
	background-repeat: no-repeat;
	color: #005eba;
}
.legal-images img:first-child {
	height: 60px;
	position: relative;
	margin-top: -10px;
	margin-right: 10px;
}
.legal {
    text-shadow: 0px 0px 4px #000000;
    font-size: 18px;
    font-weight: 500;
}
.about-us .swiper {
    margin-bottom: 25px;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide,
.swiper-slide img {
    border-radius: 10px;
    overflow: hidden;
}
.swiper-one .swiper-wrapper,
.swiper-two .swiper-wrapper {
	justify-content: center;
}
.swiper-one .swiper-slide {
	width: 100%!important;
	max-width: 350px!important;
	margin-right: 0!important;
}
.swiper-one .swiper-button-next,
.swiper-one .swiper-button-prev {
	display: none!important;
}
.abcnt-item {
    padding: 10px 15px;
    background-color: #f7f7fc;
    border-bottom: 1px solid #e6ebf1;
}
.abcnt-item:first-child {
    border-radius: 10px 10px 0 0;
}
.abcnt-item:first-child svg {
    background-color: #3f59a6;
}
.abcnt-item:nth-of-type(2) svg {
    background-color: #4663b9;
}
.abcnt-item:nth-of-type(3) svg {
    background-color: #5972c0;
}
.abcnt-item:nth-of-type(4) svg {
    background-color: #6b82c7;
}
.abcnt-item:nth-of-type(4) {
    border-radius: 0 0 10px 10px;
    border: none;
    margin-bottom: 20px;
}
.abcnt-item svg {
    display: block;
    width: 50px;
    height: 50px;
    fill: #fff;
    margin: 0 auto 15px;
    padding: 10px;
    border-radius: 100%;
}
.abcnt-item:nth-of-type(2) .count {
    width: 31px;
}
.abcnt-item:nth-of-type(3) .count {
    width: 31px;
}
.abcnt-item:last-child .count {
    width: 31px;
}
.ya-badge {
    border: none;
    width: 150px;
    height: 50px;
}
.cols-2.res-miniblock {
    grid-column-gap: 0;
    max-width: 564px;
    margin: 0 auto;
}
.res-miniblock {
    border-radius: 10px;
    overflow: hidden;
}
.res-item {
    line-height: 1.3;
    padding: 20px 15px;
    background-color: #f6f6f6;
}
.res-item strong {
    display: block;
}
.res-item:nth-of-type(2) {
    color: #fff;
    background-color: #4663b9;
}
.highlite {
    border-radius: 10px;
    padding: 20px;
    background-color: #f7f7fc;
}
.subtitle.highlite {
    background-color: #24335f;
    color: #fff;
    font-weight: 300;
}
.ac-text .highlite {
	margin-bottom: 15px;
	background-color: #e6f2ff;
	color: #000;
}
.ac-text p {
	line-height: 1.4;
}
.ac-text .btn {
	margin-top: 15px;
}
.ac-text .highlite p:last-child {
	margin-bottom: 0;
}
ul.res-list {
    margin-bottom: 25px;
}
.faq-list ul:last-child {
    margin-bottom: 0;
}
.tabs__section .res-list,
.res-list li:last-child {
	margin-bottom: 0;
}
.report-items {
    margin-bottom: 30px;
}
.report-item {
    background-size: 110%;
    position: center;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
    transition: background-size 0.5s ease;
    transition: background 0.5s ease;
}
.report-item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.8;
    transition: opacity 0.3s linear;
}
.report-item:hover::before {
    opacity: 0;
}
.report-item:hover {
    background-size: 120%;
}
.report-item:hover,
.report-item:hover .rep-title,
.report-item:hover .rep-date,
.report-item:hover .rep-defects {
    color: transparent;
}
.report-item:hover svg {
    opacity: 0;
}
.rep-title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 700;
}
.rep-date {
    font-size: 14px;
    margin-bottom: 80px;
    font-weight: 400;
}
.rep-title,
.rep-date,
.rep-defects {
    color: #777;
}
.rep-date svg {
    width: 14px;
    height: 14px;
    fill: #99ccff;
    margin-bottom: -1px;
}
.rep-defects svg {
    width: 20px;
    height: 20px;
    fill: #ff6600;
    margin-bottom: -4px;
}
.v-portfolio,
.faq-worker,
.docs {
    background-color: #f7f7fc;
}
.team-item,
.team-item img {
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.team-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}
.swiper-slide.team-item img {
    border-radius: 10px;
    margin: 0 auto 15px;
}
.mySwiper6 .swiper-slide {
	background-image: url("/wp-content/themes/uni/img/vk-logo.svg");
	background-repeat: no-repeat;
	background-position: right 10px top 10px;
	background-size: 35px 35px;
}
.mySwiper6 .swiper-button-next,
.mySwiper6 .swiper-button-prev {
	top: 20%;
}
.mySwiper8 .swiper-slide {
	border: 1px solid #eee;
}
.mySwiper9 {
	margin-top: 15px;
}
.mySwiper10 {
	margin-bottom: 35px;
}
.mySwiper10 .swiper-slide {
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.wname {
    font-weight: 700;
    margin-bottom: 10px;
}
.job-desc {
    text-align: left;
}
.job-desc p {
    margin-bottom: 7px;
}
.job-desc p:last-child {
    margin-bottom: 0;
}
.docs-block {
    margin-top: 25px;
}
.docs h2.title {
    margin-top: -4px;
}
.docs .check-list {
    margin-bottom: 0;
}
.docs-block img {
    border-radius: 10px;
}
button {
	-webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.tablinks {
	border-radius: 6px;
	border: none;
	padding: 10px 20px;
	background-color: #314581;
	color: #fff;
	margin-bottom: 15px;
	min-width: 274px;
	text-align: left;
}
.tablinks:hover {
	opacity: 0.85;
}
.tabcontent .res-list {
	margin-bottom: 0;
}
.tabcontent {
	border-radius: 10px;
	padding: 25px;
	background-color: #f1f6fc;
	display: none;
	overflow: hidden;
}
.witem-desc .tabcontent:nth-of-type(1) {
	display: block;
}
.witem-desc img {
	float: right;
	width: 190px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-right: 5px dashed #c0d6f2;
	border-bottom: 5px solid #c0d6f2;
	display: block;
	padding: 10px;
	border-radius: 50%;
}
.witem-desc:after {
	content: '';
	display: block;
	clear: both;
}
.info-block {
	padding-bottom: 50px;
}
.b2info {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: justify;
	gap: 20px;
	background-color: #f7f7fc;
	padding: 24px;
	border-radius: 10px;
	border: 1px solid #ededf8;
}
.b2img {
	width: 130px;
	flex: 0 0 auto;
}
.b2img img {
	border-right: 5px dashed #265bfb;
	border-bottom: 5px solid #265bfb;
	display: inline-block;
	padding: 10px;
	border-radius: 50%;
}
.b2txt {
	width: 85%;
}
.mt50 {
	margin-top: 50px;
}
.mini-block {
	background-image: url("/wp-content/themes/uni/img/miniblock.jpg");
	background-size: 100%;
	background-position: center;
	border-radius: 10px;
	padding: 25px 40px;
}
.mini-block p {
	line-height: 1.4;
	margin-bottom: 15px;
}
.mini-block p:last-child {
	margin-bottom: 0;
}
.b3checklist a {
	display: block;
}
.b3checklist img {
	height: 280px;
	border-radius: 8px;
	-webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.b3checklist a:hover img {
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.2);
}
.b3checklist a:hover .svg {
	background-color: rgba(255,255,255,0.5);
}
.b3checklist .svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: rgba(255,255,255,0.7);
	line-height: ;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
	align-items: center;
	justify-content: center;
}
.b3checklist svg {
	fill: #0061bf;
	width: 20px;
	height: 20px;
}
.docs {
    padding: 50px 0;
}
.why-item svg {
    display: block;
    width: 45px;
    height: 45px;
    fill: #314581;
    margin: 0 auto 15px;
}
.rekv {
    line-height: 1.5;
}
.rep-btn {
	min-height: 45px;
}
/* Content */
.content {
	padding-top: 50px;
	padding-bottom: 50px;
}
.srv-desc,
.related {
	background-color: #f9f9f9;
	padding: 10px;
	border: 10px solid #f6f6f6;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}
.related:hover,
.srv-desc:hover {
	border-color: #99ccff;
}
.related,
.related img,
.srv-desc,
.srv-desc img {
	border-radius: 10px;
}
.related-img {
	display: block;
	height: 220px;
	overflow: hidden;
	margin-bottom: 15px;
}
.related-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.related p {
	margin-bottom: 0;
}
.srv-list-title .srv-desc p {
	color: #0162c3;
	font-size:14px;
	margin-bottom: 0;
}
.srv-list-title {
	margin-bottom: 30px;
}
.srv-list-title:last-child {
	margin-bottom: 0;
}
.srv-list-title h2 {
	text-align: center;
	margin-bottom: 15px;
}
.srv-list-title p {
	line-height: 1.3;
	margin-bottom: 20px;
}
.callback-bottom {
	margin-left: 27vw;
	margin-right: 4vw;
	margin-bottom: 50px;
	background-color: #24335f;
	padding: 15px;
	border-radius: 10px;
	overflow: hidden;
}
.content .callback-bottom {
	margin: 0 auto;
}
.callback-bottom .grid {
	grid-column-gap: 30px;
}
.faq .callback-bottom {
	margin-top: 30px;
}
.callback-bottom .wpcf7 {
	padding: 25px 25px 10px 25px;
	background-color: #2a3b6f;
	border-radius: 7px;
	border: 1px solid #2a3b6f;
}
.callback-bottom .wpcf7 input[type="text"],
.callback-bottom .wpcf7 input[type="tel"] {
	border-left: none;
	border-top: none;
	border-right: none;
	background-color: transparent;
	border-bottom: 1px solid #66a3ff;
	color: #fff;
}
.callback-bottom .wpcf7 input[type="text"]:focus,
.callback-bottom .wpcf7 input[type="tel"]:focus {
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #3385ff;
}
.callback-bottom ::placeholder {
  color: #e6f0ff;
  opacity: 1;
}
.callback-bottom :-ms-input-placeholder {
  color: #e6f0ff;
}
.callback-bottom ::-ms-input-placeholder {
  color: #e6f0ff;
}
.form-arrow {
	width: 50px;
	position: absolute;
	bottom: 25px;
	right: 350px;
	opacity: 0.6;
}
.post-announce {
	overflow: hidden;
	position: relative;
	border: 1px solid #e1dfdf;
	border-radius: 10px;
	-webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.post-announce:hover {
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.pl-img {
	display: block;
	height: 220px;
	overflow: hidden;
}
.pl-img .wp-post-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.post-announce:hover img {
	-webkit-transform: scale(1.17) rotate(6deg);
	-moz-transform: scale(1.17) rotate(6deg);
	-ms-transform: scale(1.17) rotate(6deg);
	-o-transform: scale(1.17) rotate(6deg);
	transform: scale(1.17) rotate(6deg);
}
.details {
	padding: 20px;
}
.post-link {
	color: #0f1010;
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.2;
}
.post-meta {
	font-size: 13px;
	color: #555;
	display: flex;
	justify-content: space-between;
}
.post-meta svg {
	width: 17px;
	height: 17px;
	fill: #24335f;
	margin-left: 0;
	margin-right: 2px;
	margin-bottom: -4px;
}
.home .post-meta {
	font-size: 12px;
}
.home .post-meta svg {
	width: 15px;
	height: 15px;
}
.post-announce:hover .post-link {
	color: #24335f;
}
/* Back to top button */
#back-to-top {
	position: fixed;
	z-index: 999;
	display: none;
	bottom: 50px;
	right: 15px;
	color: #fff;
	background: #4663b9;
	text-align:center;
	cursor: pointer;
	border-radius: 5px;
	-webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
#back-to-top,
#back-to-top svg {
	fill: #fff;
	height: 40px;
	width: 40px;
}
#back-to-top:hover{
	background:#eee;
}
#back-to-top:hover svg {
	fill: #666;
}
.adavntages {
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}
.advantage-item {
	width: calc(1/3*100% - (1 - 1/3)*20px);
}
.advantage-item .b2img {
	width: 130px;
	margin: 0 auto 15px;
}
.mb10 {
	display: block;
	margin-bottom: 10px;
}
/* Testimonials */
.testimonials .swiper-slide {
    background-color: #314581;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}
.swiper-slide .testimonial-img {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    margin: 0 auto 20px;
    border: 7px solid #3f59a6;
}
.textimonial-name {
    font-weight: 500;
}
.textimonial-text:last-child {
    margin-bottom: 0;
}
/* FAQ */
.faq-list {
    list-style: none;
    padding: 0;
}
.faq-list > li {
    margin: 0px auto 20px;
    text-align: left;
    width: 100%;
    max-width: 750px;
    padding: 20px;
    border-radius: 5px;
    background-image: radial-gradient(
        circle,
        #f4f5f9,
        #f1f3fb,
        #edf0fc,
        #eaeefe,
        #e6ecff
    );
}
.faq-list .faq-heading::before {
    content: "+";
    font-size: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    color: #777;
}
.faq-list .the-active .faq-heading::before {
    content: "-";
}
.faq-heading {
    position: relative;
    cursor: pointer;
    font-weight: 500;
    margin: 0;
}
.faq-text {
    display: none;
}
.read {
    margin-top: 25px;
    margin-bottom: 0;
}
.faq-worker {
    border-radius: 10px;
    padding: 20px;
}
.faq-img {
    display: block;
    width: 170px;
    border-radius: 100%;
    margin: 0 auto 15px;
    border: 7px solid #dadaf1;
}
.faq-name {
    display: inline-block;
    background-color: #24335f;
    border-radius: 7px;
    font-weight: 500;
    padding: 7px 15px;
    color: #f7f7f7;
    margin-bottom: 20px;
}
.faq-name span {
    display: block;
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
}
.fw-text {
    line-height: 1.3;
}
.video-title {
    font-size: 17px;
    font-weight: 500;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.video-container {
    position: relative;
}
.video-container iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* Slider */
.res-img {
    margin-bottom: 20px;
}
.res-res {
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #eee;
	line-height: 1.3;
	font-size: 14px;
	font-weight: 500;
	color: #444;
	background-color: #f9f9f9;
	border-left: 10px solid #eee;
}
.res-res a {
	font-weight: 500;
	color: #0061c2;
}
.ac-text {
	font-size: 14px;
	font-weight: 500;
}
.result {
	background-color: #006ecf;
	color: #fff;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	border-radius: 5px;
	overflow: hidden;
}
.result div {
	flex: 1 1;
	padding: 10px;
}
.result div:last-child {
	background-color: #88cc00;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.5px;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide,
.swiper-slide iframe,
.swiper-slide img {
    border-radius: 10px;
    overflow: hidden;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Lightbox */
.lightbox {
    border: 0;
    box-shadow: none;
    display: inline-block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.lightbox-zoom {
}
.lightbox-no-scroll {
    overflow-y: hidden;
}
.lightbox-overlay {
    background: rgba(17, 17, 17, 0.8);
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 32;
    overflow: hidden;
}
.lightbox-overlay *,
.lightbox-overlay *::before,
.lightbox-overlay *::after {
    box-sizing: inherit;
}
.lightbox-overlay[aria-hidden="true"] {
    display: none;
}
.lightbox-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.lightbox-content figure {
    position: relative;
}
.lightbox-content img {
    display: block;
    height: auto;
    max-height: 85vh;
    max-width: 85vw;
    width: auto;
}
.lightbox-content figcaption {
    background: rgba(17, 17, 17, 0.8);
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    padding: 0.25em 0.5em;
    position: absolute;
    width: 100%;
}
.lightbox-overlay button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 1.6em;
    height: 1.6em;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 1.6em;
}
.lightbox-overlay button:focus {
    border: none;
    outline: 0;
}
.lightbox-overlay button:disabled {
    cursor: default;
    opacity: 0.5;
}
.lightbox-overlay button[aria-label="Previous"],
.lightbox-overlay button[aria-label="Next"] {
    top: 50%;
    top: calc(50% - (1.6em / 2));
}
.lightbox-overlay button[aria-label="Previous"] {
    left: 2%;
}
.lightbox-overlay button[aria-label="Next"] {
    right: 2%;
}
.lightbox-overlay button[aria-label="Close"] {
    top: 1em;
    right: 2%;
}
.lightbox-counter {
    background: transparent;
    color: #f1f1f1;
    font-size: 1em;
    left: 2%;
    position: absolute;
    top: 1em;
}
.lightbox-loader {
    width: 5em;
    height: 5em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5em;
    margin-left: -2.5em;
}
.lightbox-loader::before {
    -webkit-animation: spin 1s infinite;
    animation: spin 1s infinite;
    border-radius: 100%;
    border: 0.5em solid #9f9f9f;
    border-top-color: #2727a4;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.lightbox-slider {
    -webkit-transition: left 0.3s ease, -webkit-transform 0.3s ease;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: left 0.3s ease, -webkit-transform 0.3s ease;
    transition: left 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    transition: left 0.3s ease, transform 0.3s ease;
    white-space: nowrap;
}
/* Tabs */
.tabs {
    margin: auto;
    overflow: hidden;
}
.check-list li {
    list-style-type: none;
    background-image: url(img/tick.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    margin-left: 0;
    padding-left: 20px;
    background-position: 0 5px;
}
.tabs * {
    box-sizing: border-box;
}
.tabs__bar-wrap {
    position: relative;
}
.tabs__bar-wrap.has-left-overflow::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
}

.tabs__bar-wrap.has-right-overflow::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
}
.tabs__bar-wrap.has-left-overflow::before {
    left: 0;
    background: linear-gradient(
        -90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.95) 100%
    );
}

.tabs__bar-wrap.has-right-overflow::after {
    right: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.95) 100%
    );
}

.tabs__bar {
    position: relative;
    display: flex;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 480px) {
    .tabs__bar {
        min-width: auto;
        overflow: hidden;
    }
}
.tabs__line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: #314581;
    will-change: transform;
    transform-origin: left;
}
.tabs__controls {
    flex: 1 0 auto;
    min-width: 150px;
    display: block;
    padding: 20px 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 500;
}
.tabs__controls.is-active {
    color: #314581;
}
@media (min-width: 480px) {
    .tabs__controls {
        min-width: auto;
    }
}
.tabs__controls:hover {
    color: #314581;
}
.tabs__controls:active {
    -webkit-user-select: none;
    user-select: none;
}
.tabs__content {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: calc(600px * 3);
    overflow-y: hidden;
    background-color: #fff;
    will-change: transform, height;
}
.tabs__controls svg {
    width: 21px;
    height: 21px;
    margin-right: 5px;
    margin-bottom: -5px;
}
.tabs__controls.is-active svg {
    fill: #314581;
}
.tabs__content.has-grab {
    cursor: grabbing;
}
.tabs__section {
    padding: 30px 0 0;
}
.tabs__section img {
	border-radius: 10px;
}
.swiper-outer {
	padding: 0 50px;
}
.mySwiper2 .swiper-slide img {
	width: 150px;
	height: 150px;
	border-radius: 10px;
	display: block;
	margin: 0 auto 15px;
}
/* Contact form 7 */
.wpcf7 {
	max-width: 100%;
	position: relative;
}
#wpcf7-f112-o1 .btn,
.modal-callback .btn,
.callback-bottom .btn {
	width: 100%;
}
#wpcf7-f112-o1.wpcf7 input[type="text"],
#wpcf7-f112-o1.wpcf7 input[type="tel"] {
	margin-bottom: 0;
	border-radius: 5px;
}
.wpcf7 .wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 10px;
	margin: 0 5px 0 0;
	background-color: #314581;
	width: 15px;
	height: 15px;
}
#wpcf7-f112-o1 .btn {
	font-size: 12px;
}
.wpcf7 input[type="text"].form-name,
.wpcf7 input[type="tel"].form-tel,
.wpcf7 input[type="email"].form-email {
	padding-left: 35px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 5px;
}
.wpcf7 input[type="text"].form-name {
	background-image: url(/wp-content/themes/uni/img/form-name.svg);
}
.callback-bottom input[type="text"].form-name {
	background-image: url(/wp-content/themes/uni/img/form-namew.svg);
}
.wpcf7 input[type="tel"].form-tel {
	background-image: url(/wp-content/themes/uni/img/form-phone.svg);
}
.callback-bottom .wpcf7 input[type="tel"].form-tel {
	background-image: url(/wp-content/themes/uni/img/form-phonew.svg);
}
.wpcf7 input[type="email"].form-email {
	background-image: url(/wp-content/themes/uni/img/form-email.svg);
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea  {
	width: 100%;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:10px;
	font-size: 13px;
}
.modal-callback__form .wpcf7 input[type="text"],
.modal-callback__form .wpcf7 input[type="tel"],
.modal-callback__form .wpcf7 input[type="email"] {
	border: 1px solid #99ccff;
}
.frm-note {
	font-size: 13px;
	text-align: center;
}
.wpcf7 input[type="text"]:focus-visible,
.wpcf7 input[type="email"]:focus-visible,
.wpcf7 input[type="tel"]:focus-visible,
.wpcf7 textarea:focus-visible,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
	outline: none;
	border: 1px solid #90a1d5;
}
.wpcf7 input[type="file"] {
	margin-bottom: 15px;
}
.wpcf7 textarea {
	height:120px;
	line-height: 1.4;
}
.accept-rules {
	display: block;
	font-size: 11px;
	margin-top: 10px;
}
.callback-bottom .accept-rules {
	color: #f4f4f4;
}
.wpcf7-not-valid-tip {
	display:none!important;
}
.wpcf7-not-valid {
	border:1px solid #f00!important;
}
.callback-bottom .wpcf7-not-valid {
	border-left: none!important;
	border-top: none!important;
	border-right: none!important;
}
.wpcf7-not-valid-tip,
.invalid .wpcf7-response-output,
div.wpcf7-validation-errors {
	display: none !important;
}
.wpcf7-response-output {
	font-size:13px;
	text-align:center;
	color:#333;
	font-weight:300;
}
div.wpcf7-response-output {
    margin: 10px 0 0!important;
    padding: 0!important;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok,
.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
	border:none!important;
}
input[type="submit"],
button,
input[type="text"],
textarea,
input[type="tel"] {
	-webkit-appearance: none;
}
.agree {
	display:none
}
.acceptance-1 input[type="checkbox"] {
	position: relative;
	top: 2px;
}
.wpcf7-acceptance label {
    cursor: pointer;
}
.acceptance-1 {
    display: block;
    font-size: 12px;
}
.acceptance-1 span.wpcf7-list-item {
    margin-left: 0;
}
:focus::-webkit-input-placeholder {
	color: transparent
}
:focus::-moz-placeholder {
	color: transparent
}
:focus:-moz-placeholder {
	color: transparent
}
:focus:-ms-input-placeholder {
	color: transparent
}
@media (min-width: 1280px) {
	.mySwiper .cols-2 {
		grid-template-columns: 50% 48%;
	}
}
@media (min-width: 1100px) {
    .header-logo svg {
        width: 198px;
        height: 35px;
    }
    .header-tel {
        font-size: 22px;
    }
    .top-phone {
        line-height: 1;
        text-align: right;
    }
    .problem .content-wrap {
        padding-top: 70px;
    }
    .tabs__content {
        min-height: 277px;
        margin-bottom: 30px;
    }
	.content .tabs__content {
        margin-bottom: 0;
    }
	.mySwiper2 h4 {
		min-height: 38px;
	}
	.inner.sw {
		width: 100%;
		max-width: 1150px;
	}
	.swiper-outer {
		padding: 0 50px;
	}
	#end strong {
		margin-left: 50px;
	}
}
@media (max-width: 1024px) {
    .inner {
        padding-left: 10px;
        padding-right: 10px;
    }
	.faq .inner {
        padding-left: 0;
        padding-right: 0;
	}
    .inner-section-content {
        padding: 45px 20px;
    }
}
/*Calculator*/
.calc-block hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.calc-block pre {
  font-size: 1em;
  font-family: monospace, monospace;
}
.calc-block abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
}
.calc-block b,
.calc-block strong {
  font-weight: bolder;
}
.calc-block code,
.calc-block kbd,
.calc-block samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
.calc-block small {
  font-size: 80%;
}
.calc-block sub,
.calc-block sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.calc-block sub {
  bottom: -0.25em;
}
.calc-block sup {
  top: -0.5em;
}
.calc-block img {
  border-style: none;
}
.calc-block button,
.calc-block input,
.calc-block optgroup,
.calc-block select,
.calc-block textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}
.calc-block button,
.calc-block input {
  /* 1 */
  overflow: visible;
}
.calc-block button,
.calc-block select {
  text-transform: none;
}
.calc-block button,
.calc-block [type="button"],
.calc-block [type="reset"],
.calc-block [type="submit"] {
  -webkit-appearance: button;
}
.calc-block button::-moz-focus-inner,
.calc-block [type="button"]::-moz-focus-inner,
.calc-block [type="reset"]::-moz-focus-inner,
.calc-block [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.calc-block button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.calc-block fieldset {
  padding: 0.35em 0.75em 0.625em;
}
.calc-block legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}
.calc-block progress {
  vertical-align: baseline;
}
.calc-block textarea {
  overflow: auto;
}
.calc-block [type="checkbox"],
.calc-block [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
.calc-block [type="number"]::-webkit-inner-spin-button,
.calc-block [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.calc-block [type="search"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}
.calc-block [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}
.calc-block details {
  display: block;
}
.calc-block summary {
  display: list-item;
}
.calc-block template {
  display: none;
}
.calc-block [hidden] {
  display: none;
}
@font-face {
  font-family: 'cswiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
.calc-block {
  --cswiper-theme-color: #007aff;
  position: relative;
  margin-bottom: 45px;
}
.cswiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.cswiper-vertical > .cswiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cswiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.cswiper-android .cswiper-slide,
.cswiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.cswiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.cswiper-pointer-events.cswiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.cswiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.cswiper-slide-invisible-blank {
  visibility: hidden;
}
.cswiper-autoheight,
.cswiper-autoheight .cswiper-slide {
  height: auto;
}
.cswiper-autoheight .cswiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.cswiper-3d,
.cswiper-3d.cswiper-css-mode .cswiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.cswiper-3d .cswiper-wrapper,
.cswiper-3d .cswiper-slide,
.cswiper-3d .cswiper-slide-shadow,
.cswiper-3d .cswiper-slide-shadow-left,
.cswiper-3d .cswiper-slide-shadow-right,
.cswiper-3d .cswiper-slide-shadow-top,
.cswiper-3d .cswiper-slide-shadow-bottom,
.cswiper-3d .cswiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cswiper-3d .cswiper-slide-shadow,
.cswiper-3d .cswiper-slide-shadow-left,
.cswiper-3d .cswiper-slide-shadow-right,
.cswiper-3d .cswiper-slide-shadow-top,
.cswiper-3d .cswiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.cswiper-3d .cswiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.cswiper-3d .cswiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.cswiper-3d .cswiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.cswiper-3d .cswiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.cswiper-3d .cswiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.cswiper-css-mode > .cswiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cswiper-css-mode > .cswiper-wrapper::-webkit-scrollbar {
  display: none;
}
.cswiper-css-mode > .cswiper-wrapper > .cswiper-slide {
  scroll-snap-align: start start;
}
.cswiper-horizontal.cswiper-css-mode > .cswiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.cswiper-vertical.cswiper-css-mode > .cswiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.cswiper-centered > .cswiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.cswiper-centered.cswiper-horizontal > .cswiper-wrapper > .cswiper-slide:first-child {
  -webkit-margin-start: var(--cswiper-centered-offset-before);
  margin-inline-start: var(--cswiper-centered-offset-before);
}
.cswiper-centered.cswiper-horizontal > .cswiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--cswiper-centered-offset-after);
}
.cswiper-centered.cswiper-vertical > .cswiper-wrapper > .cswiper-slide:first-child {
  -webkit-margin-before: var(--cswiper-centered-offset-before);
  margin-block-start: var(--cswiper-centered-offset-before);
}
.cswiper-centered.cswiper-vertical > .cswiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--cswiper-centered-offset-after);
}
.cswiper-centered > .cswiper-wrapper > .cswiper-slide {
  scroll-snap-align: center center;
}
.cswiper-virtual.cswiper-css-mode .cswiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.cswiper-virtual.cswiper-css-mode.cswiper-horizontal .cswiper-wrapper::after {
  height: 1px;
  width: var(--cswiper-virtual-size);
}
.cswiper-virtual.cswiper-css-mode.cswiper-vertical .cswiper-wrapper::after {
  width: 1px;
  height: var(--cswiper-virtual-size);
}
.calc-block  {
  --cswiper-navigation-size: 44px;
}
.cswiper-button-prev,
.cswiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--cswiper-navigation-size) / 44 * 27);
  height: var(--cswiper-navigation-size);
  margin-top: calc(0px - (var(--cswiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--cswiper-navigation-color, var(--cswiper-theme-color));
}
.cswiper-button-prev.cswiper-button-disabled,
.cswiper-button-next.cswiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.cswiper-button-prev:after,
.cswiper-button-next:after {
  font-family: cswiper-icons;
  font-size: var(--cswiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.cswiper-button-prev,
.cswiper-rtl .cswiper-button-next {
  left: 10px;
  right: auto;
}
.cswiper-button-prev:after,
.cswiper-rtl .cswiper-button-next:after {
  content: 'prev';
}
.cswiper-button-next,
.cswiper-rtl .cswiper-button-prev {
  right: 10px;
  left: auto;
}
.cswiper-button-next:after,
.cswiper-rtl .cswiper-button-prev:after {
  content: 'next';
}
.cswiper-button-lock {
  display: none;
}
.cswiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.cswiper-pagination.cswiper-pagination-hidden {
  opacity: 0;
}
.cswiper-pagination-fraction,
.cswiper-pagination-custom,
.cswiper-horizontal > .cswiper-pagination-bullets,
.cswiper-pagination-bullets.cswiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.cswiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.cswiper-pagination-bullets-dynamic .cswiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.cswiper-pagination-bullets-dynamic .cswiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cswiper-pagination-bullets-dynamic .cswiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.cswiper-pagination-bullets-dynamic .cswiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.cswiper-pagination-bullets-dynamic .cswiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.cswiper-pagination-bullets-dynamic .cswiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.cswiper-pagination-bullets-dynamic .cswiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.cswiper-pagination-bullet {
  width: var(--cswiper-pagination-bullet-width, var(--cswiper-pagination-bullet-size, 8px));
  height: var(--cswiper-pagination-bullet-height, var(--cswiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--cswiper-pagination-bullet-inactive-color, #000);
  opacity: var(--cswiper-pagination-bullet-inactive-opacity, 0.2);
}
.calc-block button.cswiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cswiper-pagination-clickable .cswiper-pagination-bullet {
  cursor: pointer;
}
.cswiper-pagination-bullet:only-child {
  display: none !important;
}
.cswiper-pagination-bullet-active {
  opacity: var(--cswiper-pagination-bullet-opacity, 1);
  background: var(--cswiper-pagination-color, var(--cswiper-theme-color));
}
.cswiper-vertical > .cswiper-pagination-bullets,
.cswiper-pagination-vertical.cswiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.cswiper-vertical > .cswiper-pagination-bullets .cswiper-pagination-bullet,
.cswiper-pagination-vertical.cswiper-pagination-bullets .cswiper-pagination-bullet {
  margin: var(--cswiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.cswiper-vertical > .cswiper-pagination-bullets.cswiper-pagination-bullets-dynamic,
.cswiper-pagination-vertical.cswiper-pagination-bullets.cswiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.cswiper-vertical > .cswiper-pagination-bullets.cswiper-pagination-bullets-dynamic .cswiper-pagination-bullet,
.cswiper-pagination-vertical.cswiper-pagination-bullets.cswiper-pagination-bullets-dynamic .cswiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.cswiper-horizontal > .cswiper-pagination-bullets .cswiper-pagination-bullet,
.cswiper-pagination-horizontal.cswiper-pagination-bullets .cswiper-pagination-bullet {
  margin: 0 var(--cswiper-pagination-bullet-horizontal-gap, 4px);
}
.cswiper-horizontal > .cswiper-pagination-bullets.cswiper-pagination-bullets-dynamic,
.cswiper-pagination-horizontal.cswiper-pagination-bullets.cswiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.cswiper-horizontal > .cswiper-pagination-bullets.cswiper-pagination-bullets-dynamic .cswiper-pagination-bullet,
.cswiper-pagination-horizontal.cswiper-pagination-bullets.cswiper-pagination-bullets-dynamic .cswiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.cswiper-horizontal.cswiper-rtl > .cswiper-pagination-bullets-dynamic .cswiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.cswiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.cswiper-pagination-progressbar .cswiper-pagination-progressbar-fill {
  background: var(--cswiper-pagination-color, var(--cswiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.cswiper-rtl .cswiper-pagination-progressbar .cswiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.cswiper-horizontal > .cswiper-pagination-progressbar,
.cswiper-pagination-progressbar.cswiper-pagination-horizontal,
.cswiper-vertical > .cswiper-pagination-progressbar.cswiper-pagination-progressbar-opposite,
.cswiper-pagination-progressbar.cswiper-pagination-vertical.cswiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.cswiper-vertical > .cswiper-pagination-progressbar,
.cswiper-pagination-progressbar.cswiper-pagination-vertical,
.cswiper-horizontal > .cswiper-pagination-progressbar.cswiper-pagination-progressbar-opposite,
.cswiper-pagination-progressbar.cswiper-pagination-horizontal.cswiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.cswiper-pagination-lock {
  display: none;
}
.cswiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.cswiper-horizontal > .cswiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.cswiper-vertical > .cswiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.cswiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.cswiper-scrollbar-cursor-drag {
  cursor: move;
}
.cswiper-scrollbar-lock {
  display: none;
}
.cswiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.cswiper-zoom-container > img,
.cswiper-zoom-container > svg,
.cswiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.cswiper-slide-zoomed {
  cursor: move;
}
.cswiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: cswiper-preloader-spin 1s infinite linear;
  animation: cswiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--cswiper-preloader-color, var(--cswiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.cswiper-lazy-preloader-white {
  --cswiper-preloader-color: #fff;
}

.cswiper-lazy-preloader-black {
  --cswiper-preloader-color: #000;
}

@-webkit-keyframes cswiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cswiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cswiper .cswiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.cswiper-free-mode > .cswiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.cswiper-grid > .cswiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cswiper-grid-column > .cswiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cswiper-fade.cswiper-free-mode .cswiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.cswiper-fade .cswiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.cswiper-fade .cswiper-slide .cswiper-slide {
  pointer-events: none;
}
.cswiper-fade .cswiper-slide-active,
.cswiper-fade .cswiper-slide-active .cswiper-slide-active {
  pointer-events: auto;
}
.cswiper-cube {
  overflow: visible;
}
.cswiper-cube .cswiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.cswiper-cube .cswiper-slide .cswiper-slide {
  pointer-events: none;
}
.cswiper-cube.cswiper-rtl .cswiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.cswiper-cube .cswiper-slide-active,
.cswiper-cube .cswiper-slide-active .cswiper-slide-active {
  pointer-events: auto;
}
.cswiper-cube .cswiper-slide-active,
.cswiper-cube .cswiper-slide-next,
.cswiper-cube .cswiper-slide-prev,
.cswiper-cube .cswiper-slide-next + .cswiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.cswiper-cube .cswiper-slide-shadow-top,
.cswiper-cube .cswiper-slide-shadow-bottom,
.cswiper-cube .cswiper-slide-shadow-left,
.cswiper-cube .cswiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cswiper-cube .cswiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.cswiper-cube .cswiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.cswiper-flip {
  overflow: visible;
}
.cswiper-flip .cswiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.cswiper-flip .cswiper-slide .cswiper-slide {
  pointer-events: none;
}
.cswiper-flip .cswiper-slide-active,
.cswiper-flip .cswiper-slide-active .cswiper-slide-active {
  pointer-events: auto;
}
.cswiper-flip .cswiper-slide-shadow-top,
.cswiper-flip .cswiper-slide-shadow-bottom,
.cswiper-flip .cswiper-slide-shadow-left,
.cswiper-flip .cswiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cswiper-creative .cswiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.cswiper-cards {
  overflow: visible;
}
.cswiper-cards .cswiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.calc-block textarea {
  resize: none;
}
.calc-block input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}
.calc-block input,
.calc-block textarea {
  border-radius: 0;
}
.calc-block input::-webkit-input-placeholder,
.calc-block textarea::-webkit-input-placeholder {
  opacity: 1;
}
.calc-block input::-moz-placeholder,
.calc-block textarea::-moz-placeholder {
  opacity: 1;
}
.calc-block input:-ms-input-placeholder,
.calc-block textarea:-ms-input-placeholder {
  opacity: 1;
}
.calc-block input::-ms-input-placeholder,
.calc-block textarea::-ms-input-placeholder {
  opacity: 1;
}
.calc-block input::placeholder,
.calc-block textarea::placeholder {
  opacity: 1;
}
.calc-block input:invalid,
.calc-block textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.calc-block select {
  border-radius: 0;
}
.calc-block input::-ms-clear,
.calc-block input::-ms-reveal {
  display: none;
}
.calc-block input[type="search"]::-webkit-search-decoration,
.calc-block input[type="search"]::-webkit-search-cancel-button,
.calc-block input[type="search"]::-webkit-search-results-button,
.calc-block input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}
.calc-block input::-webkit-outer-spin-button,
.calc-block input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.calc-block input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.calc-block select,
.calc-block textarea,
.calc-block input:matches([type="email"],
.calc-block [type="number"],
.calc-block [type="password"],
.calc-block [type="search"],
.calc-block [type="tel"],
.calc-block [type="text"],
.calc-block [type="url"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.calc-block button,
.calc-block [type="button"],
.calc-block [type="reset"],
.calc-block [type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.calc-block .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  /* stylelint-disable-next-line */
  min-height: calc(100 * var(--vh, 1vh));
}

.calc-block .wrapper .header,
.calc-block .wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.calc-block .wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.calc-block .rouble {
  font-family: "Rouble", "arial", sans-serif;
  /* stylelint-disable */
  text-transform: lowercase !important;
  font-weight: 400 !important;
  /* stylelint-enable */
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}
.scroll-lock-ios {
  /*position: fixed;*/
  overflow: hidden;
}
.scroll-lock {
  overflow: hidden;
}
.no-pointer {
  pointer-events: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.calc-block .container {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 14px;
}
.calc-block .header {
  padding: 6px;
  width: 100%;
  height: 60px;
  background: #0061bf;
  -webkit-box-shadow: 0 2px 4px #979797;
  box-shadow: 0 2px 4px #979797;
}
.calc-block .header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc-block .header__logo {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.calc-block .header__toggle {
  border: none;
  background: transparent;
  margin-left: auto;
  margin-right: 4px;
  margin-top: 3px;
}
.calc-block .header__toggle svg {
  width: 40px;
  height: 40px;
  fill: transparent;
}
.calc-block .main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  margin-right: 20px;
  margin-left: 60px;
  padding: 0;
  list-style: none;
}
.calc-block .main-nav__item {
  margin-right: 20px;
}
.calc-block .main-nav__link {
  color: #ffffff;
}
.calc-block .main-nav__link.is-active {
  opacity: 0.6;
}
.calc-block .main-nav__toggle {
  display: none;
}
.calc-block .footer {
  padding: 40px 0;
}
.calc-block .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.calc-block .modal::-webkit-scrollbar {
  display: none;
}
.calc-block .modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 60px 40px;
}
.calc-block .modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.calc-block .modal__content {
  position: relative;
  width: 600px;
  padding: 40px;
  background-color: #ffffff;
}
.calc-block .modal__close-btn {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  background: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
  opacity: 0.5;
}

.modal--responsive .modal__content {
  width: 100%;
}

.modal--fit-content .modal__content {
  width: auto;
}

.modal--no-scale {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.modal--preload {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.modal.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.calc-block .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 12px 0 0;
  padding: 25px 40px;
  border: none;
  border-radius: 35px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.calc-block .btn--transparent {
  background-color: transparent;
}

.calc-block .btn--question {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  border: 1px solid #c4c4c4;
  padding: 0;
  margin: 0;
}

.calc-block .btn--question svg {
  width: 8px;
  height: 8px;
  fill: #c4c4c4;
}

.calc-block .btn--question:hover {
  -webkit-box-shadow: 0 0 4px #21293a;
  box-shadow: 0 0 4px #21293a;
}

.calc-block .btn--icon {
  border-radius: 0;
  padding: 23px 40px 36px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  background-color: #0061bf;
}

.calc-block .btn--icon p {
  margin: 0;
  margin-left: 16px;
}

.calc-block .btn--icon::after {
  content: "";
  width: 18px;
  height: 22px;
  background-image: url("/wp-content/themes/uni/img/svg/icon-arrow.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-left: 8px;
}

.calc-block .btn--blue {
  color: #ffffff;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: #0061bf;
}

.calc-block .btn--blue span {
  font-size: 20px;
}

.calc-block .btn--order {
  border-radius: 0;
  padding: 33px 40px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  background-color: #0061bf;
}

.calc-block .btn--modal {
  width: 40px;
  height: 40px;
  background: transparent;
  font-weight: 400;
  font-size: 15.4482px;
  line-height: 41px;
  color: #413d4b;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: 10px;
}

.calc-block .btn--close {
  border: none;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 5px;
  background: #21293a;
  border-radius: 100px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 5px;
}

.btn--delete, .calc-block .btn--delete {
  width: 10%;
  margin: 0;
  padding: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: -5px;
}

.btn--delete svg, .calc-block .btn--delete svg {
  width: 30px;
  height: 24px;
}

.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn[data-open-popup="order"] {
  position: sticky;
  bottom: 0;
}

.custom-input,
.custom-textarea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding: 20px 0;
  /*&.is-valid {
    input {
      border: 2px solid $color-malachite;

      &:focus,
      &:hover {
        border: 2px solid rgba($color-malachite, 0.5);
      }
    }
  }*/
}

.custom-input label,
.custom-textarea label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.custom-input label input,
.custom-input label textarea,
.custom-textarea label input,
.custom-textarea label textarea {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 40px;
  margin-left: 30px;
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: none;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-input__error,
.custom-textarea__error {
  position: absolute;
  left: -100px;
  min-width: 380px;
  top: 62px;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-input__error.is-show,
.custom-textarea__error.is-show {
  opacity: 1;
}

.custom-input.is-invalid .custom-input__error,
.custom-textarea.is-invalid .custom-input__error {
  opacity: 1;
}

.custom-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding: 20px 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*&.is-valid {
    label span {
      color: $color-eucalyptus;
    }
  }*/
}

.custom-toggle__error {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-toggle label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.custom-toggle label span {
  margin-bottom: 0;
  margin-left: 0;
}

.custom-toggle--checkbox .custom-toggle__icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid  #0061bf;
  border-radius: 50%;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-toggle--checkbox .custom-toggle__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-toggle--radio .custom-toggle__icon {
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-toggle--radio .custom-toggle__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.custom-toggle input:checked + .custom-toggle__icon {
  border: 1px solid rgba(0, 0, 0, 0.8);
}

.custom-toggle input:checked + .custom-toggle__icon::before {
  background-color: rgba(0, 0, 0, 0.8);
}

.custom-toggle.is-invalid .custom-toggle__error {
  opacity: 1;
}

.custom-toggle--border {
  width: 30px;
  height: 18px;
  background: #ffffff;
  border: 0.5px solid #0061bf;
  border-radius: 10px;
  padding: 0;
}

.custom-toggle--border label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2px;
}

.custom-toggle--border .custom-toggle__icon {
  width: 14px;
  height: 14px;
  background: #0061bf;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.custom-toggle--border input:checked + .custom-toggle__icon {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
  border: none;
}

.custom-toggle--blue {
  width: 100%;
  padding: 0;
}

.custom-toggle--blue label {
  width: 100%;
  padding: 0;
}

.custom-toggle--blue .custom-toggle__icon {
  width: 60px;
  height: 32px;
  background: #cccccc;
  border-radius: 16px;
  display: block;
  position: relative;
  padding: 2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.custom-toggle--blue .custom-toggle__icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.custom-toggle--blue input:checked + .custom-toggle__icon {
  background: #0061bf;
  border: none;
}

.custom-toggle--blue input:checked + .custom-toggle__icon::after {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}

.custom-toggle--green {
  width: 100%;
  padding: 0;
}

.custom-toggle--green label {
  width: 100%;
  padding: 0;
}

.custom-toggle--green .custom-toggle__icon {
  width: 60px;
  height: 32px;
  background: #cccccc;
  border-radius: 16px;
  display: block;
  position: relative;
  padding: 2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.custom-toggle--green .custom-toggle__icon::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.custom-toggle--green input:checked + .custom-toggle__icon {
  background: #0ad906;
  border: none;
}

.custom-toggle--green input:checked + .custom-toggle__icon::after {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}

.custom-select {
  position: relative;
  width: 250px;
  padding: 30px 0;
  /* &.is-valid {
    .custom-select__button {
      border: 2px solid $color-eucalyptus;

      &:focus,
      &:hover {
        border: 2px solid rgba($color-eucalyptus, 0.5);
      }
    }
  } */
}

.custom-select__label {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select__placeholder {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.custom-select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-select__button:hover {
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.custom-select__button:focus {
  border: 2px solid rgba(0, 0, 0, 0.8);
}

.custom-select__list {
  position: absolute;
  bottom: 32px;
  z-index: 1;
  width: 100%;
  max-height: 100px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
  background-color: #ffffff;
  border: 2px solid #000000;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.custom-select__item {
  padding: 5px;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-select__item[aria-selected="true"] {
  background-color: rgba(255, 255, 255, 0.2);
}

.custom-select__error {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.custom-select__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  -o-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}

.custom-select__text br {
  display: none;
}

.custom-select__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 10px;
  margin-left: auto;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%);
  clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%);
}

.custom-select.open-up .custom-select__list {
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(calc(-100% + 30px));
  -ms-transform: translateY(calc(-100% + 30px));
  transform: translateY(calc(-100% + 30px));
}

.custom-select.is-open .custom-select__list {
  visibility: visible;
  opacity: 1;
}

.custom-select.is-open .custom-select__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select.is-open .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__text {
  opacity: 1;
}

.custom-select.not-empty .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__placeholder {
  opacity: 0;
}

.custom-select.is-invalid .custom-select__error {
  opacity: 1;
}

.custom-select--placeholder .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  -ms-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select--placeholder.is-open .custom-select__label {
  opacity: 1;
}

.custom-select--placeholder.not-empty .custom-select__label {
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__label,
.custom-select.slide-up.is-open .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  -ms-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__text,
.custom-select.slide-up.is-open .custom-select__text {
  opacity: 1;
}

.main-card {
  height: 100%;
  max-height: 130px;
  background: #f7f7f7;
  border: 2px solid #0061bf;
  border-radius: 20px;
  padding: 19px 13px;
  position: relative;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-card__title {
  width: 90%;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.05em;
  margin: 0;
  color: #21293a;
}

.main-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 22px;
}

.main-card__icon {
  width: 29px;
  height: 29px;
}

.main-card__icon svg {
  width: 29px;
  height: 29px;
  fill: #0061bf;
}

.main-card__icon--rouble {
  border: 2.4px solid #0061bf;
  border-radius: 50%;
}

.main-card__icon--rouble svg {
  margin-top: -2px;
  margin-left: -2px;
}

.main-card .btn--question {
  right: 9px;
  bottom: 9px;
  position: absolute;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.main-card .circle {
  stroke: #0061bf;
}

.main-card.is-active {
  background: #0061bf;
}

.main-card.is-active .main-card__title {
  color: #ffffff;
}

.main-card.is-active .main-card__icon svg {
  fill: #ffffff;
}

.main-card.is-active .main-card__icon--rouble {
  border-color: #ffffff;
}

.main-card.is-active .btn--question {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1px solid #ffffff;
}

.main-card.is-active .btn--question svg {
  fill: #ffffff;
}

.circle {
  stroke: #0061bf;
}

.apartment-area__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3px;
}

.apartment-area__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -1px;
  margin: 0;
  margin-top: auto;
  margin-bottom: 9px;
  padding-left: 15px;
}

.apartment-area__size {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-right: -4px;
}

.apartment-area__size .size {
  font-weight: 800;
  font-size: 60px;
  line-height: 73px;
  margin-right: 5px;
}

.apartment-area__size sup {
  top: -8px;
  font-size: 9px;
  line-height: 11px;
  left: -5px;
}

.input-range-block {
  margin-bottom: 25px;
}

.input-range {
  position: relative;
  height: 40px;
}

.input-range::after {
  content: "";
  display: block;
  top: 50%;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #21293a;
  border-radius: 2px;
}

.input-range .range {
  width: 100%;
  height: 40px;
  background: transparent;
  border-radius: 25px;
  -webkit-appearance: none;
  outline: none;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.input-range .range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background: #0061bf;
  cursor: pointer;
  -webkit-box-shadow: -421px 0 0 400px #0061bf;
  box-shadow: -421px 0 0 400px #0061bf;
  z-index: 2;
  background-image: url("/wp-content/themes/uni/img/svg/icon-brightness.svg");
  background-position: center;
  background-size: 35% 35%;
  background-repeat: no-repeat;
}

.input-range .range::-moz-range-thumb {
  -webkit-appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background: #0061bf;
  cursor: pointer;
  box-shadow: -421px 0 0 400px #0061bf;
  z-index: 2;
  background-image: url("/wp-content/themes/uni/img/svg/icon-brightness.svg");
  background-position: center;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  border-color: transparent;
}

.input-range-size-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 12px 0;
  font-family: "Montserrat", "arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #6f7ea8;
}

.main-cards-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 7px;
  grid-row-gap: 5px;
}

.page-main {
  margin-top: 18px;
}

.title-h2 {
  font-family: "Montserrat", "arial", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #0d0d0d;
  margin: 0;
  margin-bottom: 20px;
}

.card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 180px;
  min-height: 80px;
  border: 2px solid #e5e5e5;
  -webkit-filter: drop-shadow(0 0 12px rgba(196, 196, 196, 0.25));
  filter: drop-shadow(0 0 12px rgba(196, 196, 196, 0.25));
  border-radius: 20px;
  margin-right: 15px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.card-block__wrapp {
  min-width: 44px;
  max-width: 44px;
  background: #e5e5e5;
  border-radius: 18px 0 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-block__wrapp p {
  margin: 0;
  font-weight: 800;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c4c4c4;
}

.card-block__info {
  font-family: "Montserrat", "arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #e5e5e5;
  padding: 0 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-block__info p {
  margin: 0;
  margin-bottom: 8px;
  font-size: 14px;
}

.card-block__info p:last-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}

.card-block__info.long-text .title-h2 {
  font-size: 12px;
  line-height: 14px;
}

.card-block__info .title-h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #e5e5e5;
  margin: 0;
}

.card-block__info span {
  font-size: 10px;
}

.card-block__info sup {
  font-size: 40%;
}

.card-block--order {
  width: 230px;
}

.card-block--order .card-block__wrapp {
  min-width: 73px;
  min-height: 76px;
}

.card-block--order .card-block__wrapp svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}

.card-block--order .card-block__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #c4c4c4;
}

.card-block--order .card-block__info p:last-child {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}

.card-block--order .card-block__info p:first-child {
  text-align: right;
  margin: 0;
  font-family: "Montserrat", "arial", sans-serif;
}

.card-block--order.is-active svg {
  fill: #0061bf;
}

.specialist-category {
  margin-top: 17px;
  margin-bottom: 22px;
}

.specialist-category__blocks-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.finishing-card {
  width: 100%;
  min-height: 50px;
  max-width: 112px;
}

.finishing-card .custom-toggle {
  width: 100%;
  padding: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.finishing-card .custom-toggle label {
  width: 100%;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.finishing-card .custom-toggle label .custom-toggle__label {
  color: #e6e6e6;
  padding: 8px;
}

.finishing-card .custom-toggle__icon {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.finishing-card .custom-toggle input:checked + .custom-toggle__icon {
  border: 1px solid #0061bf;
  pointer-events: none;
  cursor: default;
}

.finishing-card .custom-toggle input:checked + .custom-toggle__icon + span.custom-toggle__label {
  color: #21293a;
  pointer-events: none;
  cursor: default;
}

.finish-option {
  margin-bottom: 20px;
}

.finish-option__blocks-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (33%)[3];
  grid-template-columns: repeat(3, 33%);
  grid-column-gap: 3px;
}

.additional-services {
  margin-bottom: 35px;
}

.additional-services .title-h2 {
  margin-bottom: 15px;
}

.additional-services__block {
  margin-bottom: 15px;
}

.services-block {
  position: relative;
  margin-bottom: 5px;
}

.services-block .custom-toggle--blue {
  width: 100%;
  padding: 0;
}

.services-block .custom-toggle--blue label {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-block .custom-toggle--blue .custom-toggle__label {
  width: 80%;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #000000;
}

.services-block .custom-toggle--green {
  width: 100%;
  padding: 0;
}

.services-block .custom-toggle--green label {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.services-block .custom-toggle--green .custom-toggle__label {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.02em;
  color: #000000;
}

.services-block .btn--question {
  position: absolute;
  top: 6px;
  right: 87px;
}

.inventory-report {
  margin-bottom: 20px;
}

.inventory-report__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 7px;
}

.recommendations {
  margin-bottom: 20px;
}

.recommendations .title-h2 {
  margin-bottom: 20px;
}

.recommendations p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  color: #000000;
}

.plan-block {
  margin-bottom: 35px;
}

.plan-block .title-h2 {
  margin-bottom: 15px;
}

.plan-block__block {
  margin-bottom: 15px;
}

.layout {
  margin-bottom: 20px;
}

.layout__blocks-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orders-blocks {
  margin-bottom: 20px;
}

.orders-blocks--check {
  margin-bottom: 60px;
}

.orders-blocks--check .title-h2 {
  border-bottom: 0.5px solid #cccccc;
}

.orders-blocks--check .order-card {
  border-bottom: 0.5px solid #cccccc;
}

.orders-blocks .title-h2 {
  padding-bottom: 20px;
  margin-bottom: 13px;
  border-bottom: 0.5px solid #cccccc;
}

.orders-blocks__block .order-card:last-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 32px;
  margin-bottom: 10px;
}

.orders-blocks__promo-code,
.orders-blocks__discount {
  font-family: "Montserrat", "arial", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #21293a;
  display: none;
}

.is-active-discount .orders-blocks__promo-code,
.is-active-discount .orders-blocks__discount {
  display: block;
}

.orders-blocks__promo-code .block-text,
.orders-blocks__discount .block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.orders-blocks__promo-code .block-text h3,
.orders-blocks__discount .block-text h3 {
  font-family: "Montserrat", "arial", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #21293a;
  margin: 0;
}

.orders-blocks__promo-code .block-text p,
.orders-blocks__discount .block-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0;
  font-size: 16px;
  line-height: 100%;
  font-family: "Montserrat", "arial", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.orders-blocks__promo-code .block-text p span,
.orders-blocks__discount .block-text p span {
  font-size: 10px;
  line-height: 10px;
}

.order-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 0.5px solid #cccccc;
  margin-bottom: 13px;
  padding-bottom: 12px;
}

.order-card__icon {
  min-width: 80px;
  height: 79px;
  border: 1px solid #0061bf;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 19px;
}

.order-card__icon svg {
  width: 40px;
  height: 40px;
  fill: #0061bf;
}

.order-card__info {
  width: 100%;
  position: relative;
}

.order-card__info-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-card__info-text {
  width: 141px;
  min-height: 24px;
  font-family: "Montserrat", "arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #21293a;
  margin: 16px 0 11px;
}

.order-card__price {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  color: #21293a;
  padding-top: 3px;
  margin-left: auto;
  display: inline-block;
}

.order-card__price s {
  color: #e5e5e5;
  margin-right: 6px;
}

.order-card__price span {
  font-size: 10px;
}

.cswiper {
  overflow: hidden;
  margin: 0 -14px;
  padding: 0 14px;
}

.cswiper .cswiper-wrapper {
  width: 100%;
}

.cswiper .cswiper-slide {
  max-width: 180px;
  min-width: 180px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cswiper .cswiper-slide .card-block.is-active {
  pointer-events: none;
  border: 2px solid #0061bf;
}

.cswiper .cswiper-slide .card-block.is-active .card-block__wrapp {
  background: #cce4ff;
}

.cswiper .cswiper-slide .card-block.is-active .card-block__wrapp p {
  color: #0061bf;
}

.cswiper .cswiper-slide .card-block.is-active .card-block__info {
  color: #21293a;
}

.cswiper .cswiper-slide .card-block.is-active .card-block__info p:last-child {
  color: #878e9f;
}

.cswiper .cswiper-slide .card-block.is-active .card-block__info .title-h2 {
  color: #21293a;
}

.cswiper--add-order .cswiper-slide {
  max-width: 230px;
  min-width: 23px;
}

.modal--info .modal__wrapper {
  padding: 0;
}

.modal--info .modal__content {
  width: 100%;
  max-width: 360px;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  overflow-y: auto;
  border-radius: 20px;
  padding: 31px 20px 14px;
  margin: 7.5px;
}
.modal--info .modal-info__img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 21px;
}

.modal--info .modal-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal--info .modal-info__text h2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #21293a;
  margin: 0;
  margin-bottom: 18px;
  text-align: center;
}

.modal--info .modal-info__text p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
  color: #000000;
  margin: 0;
}

.acceptance-block {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: all;
}

.acceptance-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.acceptance-block__wrapp {
	position: fixed;
	z-index: 3;
	width: 100%;
    max-width: 768px;
	max-height: 95%;
	overflow-y: auto;
	background: #ffffff;
	border-radius: 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.acceptance-block__bottom-btn {
  position: sticky;
  bottom: 0;
  margin: 0;
  font-size: 15px;
}

.acceptance-block__bottom-btn span {
  font-size: 20px;
}

.acceptance-block__top {
  position: sticky;
  top: 0;
  background-color: #ffffff;
  z-index: 10000;
  margin-bottom: 30px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.acceptance-block.hide {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.acceptance-block.hide .acceptance-block__wrapp {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.add-services {
  display: none;
  margin-bottom: 18px;
}

.promo-code {
  margin-bottom: 20px;
}

.promo-code .custom-input {
  width: 132px;
  padding: 26px 0 62px;
  margin: 0 auto;
}

.promo-code .custom-input input {
  width: 132px;
  min-height: 32px;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #0061bf;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.promo-code .btn {
  width: 210px;
  height: 60px;
  background: #0061bf;
  border-radius: 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #e5e5e5;
  margin: 0 -14px;
  padding: 19px 14px;
  padding-top: 28px;
}

.promo-block__button {
  font-family: "Montserrat", "arial", sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #21293a;
  border: none;
  background: transparent;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  padding-bottom: 18px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.promo-block__button svg {
  width: 15px;
  height: 15px;
}

.promo-block__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo-block__total p {
  font-family: "Montserrat", "arial", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #c4c4c4;
  margin: 0;
  margin-bottom: 5px;
}

.promo-block__total .promo-block__price {
  font-family: "Montserrat", "arial", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 24px;
  color: #21293a;
}
.promo-block__total .promo-block__note {
  color: #21293a;
}

.promo-block .btn {
  width: 295px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 23px;
  margin-top: 13px;
}

.customer-data {
  margin-bottom: 40px;
}

.customer-data__form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}

.customer-data__form-input .custom-input {
  width: 100%;
  padding: 0;
  padding-bottom: 12px;
}

.customer-data__form-input .custom-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.customer-data__form-input .custom-input.is-invalid input {
  border-bottom: 1px solid #ff0000;
}

.customer-data__form-input .custom-input .custom-input__label {
  font-family: "Montserrat", "arial", sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  color: #c4c4c4;
}

.customer-data__form-input .custom-input input {
  width: 100%;
  margin: 0;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  background: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #21293a;
  padding: 9px;
  padding-left: 0;
  padding-right: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.customer-data__form-input .custom-input ::-webkit-calendar-picker-indicator {
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.customer-data__form-input .custom-input svg {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 10px;
  right: 0;
  fill: #0061bf;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.customer-data__form-input .custom-input.custom-input--header {
  width: 48%;
}

.customer-data__form-input .custom-input.custom-input--header input::-webkit-date-and-time-value {
  text-align: start;
  width: 100%;
}

.customer-data__privacy-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer-data__privacy-policy .custom-toggle--checkbox {
  padding: 0;
}

.customer-data__privacy-policy .custom-toggle--checkbox label {
  padding: 0 0 0 20px;
}

.customer-data__privacy-policy .custom-toggle--checkbox .custom-toggle__icon {
  top: 1px;
}

.customer-data__privacy-policy .custom-toggle input:checked + .custom-toggle__icon {
  border: 2px solid #0061bf;
}

.customer-data__privacy-policy .custom-toggle input:checked + .custom-toggle__icon::before {
  background-position: center;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  background-color: transparent;
  background-image: url("/wp-content/themes/uni/img/svg/icon-check.svg");
}

.customer-data__privacy-policy .custom-toggle.is-invalid .custom-toggle__icon {
  border-color: #ff0000;
}

.customer-data__privacy-policy .custom-toggle__label {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #21293a;
  margin-left: 12px;
  font-family: "Montserrat", "arial", sans-serif;
}

.customer-data__privacy-policy .custom-toggle__label a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #0061bf;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.modal--ready .modal-ready {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal--ready .modal__wrapper {
  padding: 0;
}

.modal--ready .modal__content {
  width: 100%;
  height: 100%;
  max-height: 520px;
  overflow-y: auto;
  border-radius: 20px;
  padding: 56px 20px 14px;
  margin: 7.5px;
}

.modal--ready .modal__close-btn {
  display: none;
}

.modal--ready .modal-ready__img {
  width: 240px;
  height: 240px;
  margin: 0 auto;
  margin-bottom: 0;
  margin-top: 30px;
  position: relative;
}

.modal--ready .modal-ready__img::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  background-image: url("/wp-content/themes/uni/img/content/icon-party.png");
  background-repeat: no-repeat;
  top: -11px;
  left: -31px;
}

.modal--ready .modal-ready__img::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-image: url("/wp-content/themes/uni/img/content/icon-party-2.png");
  background-repeat: no-repeat;
  right: -31px;
  top: -32px;
}

.modal--ready .modal-ready__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal--ready h2 {
  width: 134px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
  color: #21293a;
}

.modal--ready p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 0;
  margin-bottom: 28px;
  color: #21293a;
}

/* @media (hover: hover), screen and (min-width: 0\0) {
  &:hover,
  &:focus {
    color: $color-default-white;
  }
} */

@media (hover: hover), screen and (min-width: 0\0) {
  .btn--icon:hover,
  .btn--icon:focus {
    opacity: 0.8;
    -webkit-filter: drop-shadow(0 0 3px #007bff);
    filter: drop-shadow(0 0 3px #007bff);
  }

  .btn--blue:hover,
  .btn--blue:focus {
    opacity: 0.8;
    -webkit-filter: drop-shadow(0 0 3px #007bff);
    filter: drop-shadow(0 0 3px #007bff);
  }

  .btn--order:hover,
  .btn--order:focus {
    opacity: 0.8;
    -webkit-filter: drop-shadow(0 0 3px #007bff);
    filter: drop-shadow(0 0 3px #007bff);
  }

  .btn:hover,
  .btn:focus {
    opacity: 0.8;
  }

  .custom-toggle--border:hover,
  .custom-toggle--border:focus {
    opacity: 0.8;
    -webkit-filter: drop-shadow(0 0 3px #007bff);
    filter: drop-shadow(0 0 3px #007bff);
  }

  .custom-toggle--blue:hover,
  .custom-toggle--blue:focus {
    opacity: 0.8;
  }

  .custom-select__item[aria-selected="true"]:hover,
  .custom-select__item[aria-selected="true"]:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .custom-select__item:hover,
  .custom-select__item:focus {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .main-card:hover,
  .main-card:focus {
    opacity: 0.8;
    -webkit-filter: drop-shadow(0 0 3px #007bff);
    filter: drop-shadow(0 0 3px #007bff);
  }

  .input-range .range:hover {
    -webkit-filter: drop-shadow(0 0 3px #007bff);
    filter: drop-shadow(0 0 3px #007bff);
  }

  .card-block:hover,
  .card-block:focus {
    opacity: 0.8;
    -webkit-filter: drop-shadow(0 0 3px #e5e5e5);
    filter: drop-shadow(0 0 3px #e5e5e5);
  }

  .finishing-card .custom-toggle:hover input,
  .finishing-card .custom-toggle:focus input {
    opacity: 0.8;
    -webkit-filter: drop-shadow(0 0 3px #e5e5e5);
    filter: drop-shadow(0 0 3px #e5e5e5);
  }

  .promo-code .custom-input input:hover,
  .promo-code .custom-input input:focus {
    opacity: 0.8;
    border: none;
    border-bottom: 2px solid #0061bf;
  }

  .promo-block__button:hover,
  .promo-block__button:focus {
    opacity: 0.8;
  }

  .customer-data__form-input .custom-input svg:hover,
  .customer-data__form-input .custom-input svg:focus {
    opacity: 0.8;
  }

  .customer-data__privacy-policy .custom-toggle__label a:hover,
  .customer-data__privacy-policy .custom-toggle__label a:focus {
    opacity: 0.8;
    -webkit-filter: drop-shadow(0 0 3px #007bff);
    filter: drop-shadow(0 0 3px #007bff);
  }
}

@media (max-width: 767px) {
  .modal__wrapper {
    padding: 60px 16px;
  }

  .modal__content {
    width: 100%;
    padding: 20px;
  }

  .modal--fit-content .modal__content {
    width: 100%;
  }
}
@media (max-width: 768px) {
	.acceptance-block__wrapp {
		bottom: 0;
		z-index: 3;
		left: 0;
		top: auto;
		max-height: calc(100% - 200px);
		border-radius: 20px 20px 0 0;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@media (max-width: 374px) {
  .main-card__title {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .main-card__title {
    font-size: 13px;
  }
}
@media (min-width: 900px) {
	.page-id-339 .block-tabs .witem-desc .tabcontent {
		min-height: 377px;
	}
}
.page-id-314 .cols-2 {
  grid-template-columns: 1fr 1fr;
}
.contact-item {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}
.contact-item svg {
	fill: #0061bf;
	width: 18px;
	height: 18px;
	margin-bottom: -3px;
	margin-right: 5px;
}
.contact-item:last-child {
	margin-bottom: 0;
}
.contact-item p {
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: 600;
}
.contact-bl {
	padding: 20px;
	border-radius: 10px;
}
.contact-bl:first-child {
	background-image: url("/wp-content/themes/uni/img/miniblock.jpg");
	background-size: 100%;
	background-position: center;
}
.contact-bl:last-child {
	background-color: #f7f7fc;
	border: 1px solid #ededf8;
}
#map {
	margin-top: 40px;
	width: 100%;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
}
@media (max-width: 667px) {
	.intro {
		height: auto;
		min-height: 100vh;
	}
	.intro-main {
		padding-top: 30px;
	}
	.intro-title {
		font-size: 35px;
		margin-bottom: 25px;
	}
	.intro-main .reveal-string {
		line-height: 1;
	}
	.page-id-314 .cols-2 {
        grid-template-columns: repeat(1, 1fr);
	}
    .header.fixed {
        position: fixed;
        top: -73px;
    }
    .fixed.fixed-active {
        top: 0;
        background-color: #fff;
        padding-top: 7px;
        padding-bottom: 6px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .fixed.fixed-active .logo-path-text {
        fill: #000;
    }
    .fixed.fixed-active .submenu-btn {
        color: #000;
    }
	.form-arrow {
		display: none;
	}
	.witem-desc img {
		float: none;
		margin: 0 auto 10px;
	}
	.b2txt {
		width: 100%;
		text-align: left;
	}
	.b2img {
		margin-left: auto;
		margin-right: auto;
	}
	.tabs__content {
		margin-bottom: 30px;
	}
	.tabs-list {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}
	.tablinks {
		padding: 10px;
		min-width: auto;
		margin-bottom: 0;
	}
	.callback-bottom {
		margin-left: 0;
		margin-right: 0;
		border-radius: 0;
		background-color: #2a3b6f;
	}
	.inner.callback-bottom {
		padding: 0 0 15px;
	}
	.adavntages {
	  flex-direction: column;
	  align-items: center;
	}
	.advantage-item {
		width: 100%;
	}
	.faq-heading {
		padding-right: 15px
	}
	.footer-socials li {
		margin: 0 15px 0 0;
	}
	.footer-policy .footer-link {
		display: block;
	}
	.footer-policy {
		width: 100%;
	}
	.footer-contacts {
		margin-bottom: 20px;
	}
}
@media (max-width: 549px) {
    .header {
        z-index: 120px;
    }
    .cols-2,
    .cols-3,
    .cols-4,
    .cols-2-1,
    .cols-1-2,
    .cols-3-1 {
        grid-template-columns: 100%;
    }
    .ya-badge {
        margin-bottom: 10px;
    }
	.legal-images {
		padding-left: 25px;
	}
    .legal {
		font-size: 17px;
        padding-left: 25px;
        padding-right: 25px;
        line-height: 1.3;
    }
    .intro-column.is-padding-compensation {
        padding-top: 0;
    }
    .grid.res-miniblock {
        grid-row-gap: 0;
    }
    .inner-section-content {
        padding: 35px 20px;
    }
    .cols-4.docs-block {
        grid-template-columns: repeat(2, 1fr);
    }
    .intro-footer {
        margin-top: 30px;
    }
    .btn__bg {
        background-color: #24335f;
    }
    .btn__line {
        background-color: #24335f;
    }
	.modal-callback__wrap {
		padding-bottom: 20px;
	}
	.report-item {
		display: none;
	}
	.report-items .report-item:nth-child(4),
	.report-items .report-item:nth-child(5),
	.report-items .report-item:nth-child(6) {
		display: block;
	}
}
.grecaptcha-badge {
	opacity: 0;
}