@font-face {
    font-family: Websource;
    src: url(/admin/fonts/Websource-Regular.woff2);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Websource;
    src: url(/admin/fonts/Websource-Bold.woff2);
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: icon;
    src: url(../fonts/icon.woff2);
    font-weight: normal;
    font-style: normal;
}
.grecaptcha-badge {
    visibility: hidden;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Websource, sans-serif;
    color: #383d44;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
html {
    max-width: 100vw;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    width: 100%;
    min-height: 100vh;
    background: #efefef;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
footer {
    margin-top: auto;
}
a {
    text-decoration: none;
}
img {
    display: block;
}
button,
.button {
    -webkit-appearance: none;
    height: 40px;
    background: none;
    padding: 11px 17px;
    color: #56a5ee;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    border: none;
}
button::after,
.button::after,
.input label {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #56a5ee;
    border-radius: 25px;
    transition: 0.5s;
    width: 46px;
    cursor: pointer;
}
button:hover::after,
.button:hover::after,
.input:hover label {
    width: 100%;
}
.input {
    position: relative;
    max-width: max-content;
}
/* input[type=submit], .btn {
    background: #6b2adf;
    background-size: cover;
    padding: 19px 35px 20px;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.8px;
    border-radius: 8px;
    -webkit-appearance: none;
} */
input[type=text],
input[type=tel],
input[type=email] {
    border: none;
    background: #ebebeb;
    font-size: 15px;
    padding: 15px 30px 14px;
    font-weight: 100;
    font-style: italic;
    border-radius: 8px;
    -webkit-appearance: none;
}
input[placeholder] {
    text-overflow: ellipsis;
}
::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #a6a6b1;
}
:-webkit-autofill {
    box-shadow: inset 0 0 0 50px #f7f7f7 !important;
}
:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
::-moz-selection {
    background-color: rgba(35, 33, 22, 0.7);
    color: #fff;
}
::selection {
    background-color: rgba(35, 33, 22, 0.7);
    color: #fff;
}
input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
textarea {
    border: none;
    background: #ebebeb;
    font-size: 15px;
    padding: 15px 30px 14px;
    font-weight: 100;
    font-style: italic;
    border-radius: 8px;
    resize: none;
    -webkit-appearance: none;
}
ol li,
ul li {
    margin-left: 17px;
    line-height: 23px;
    list-style-type: none;
    position: relative;
}
ol li::before,
ul li::before {
    position: absolute;
    left: -17px;
    top: 9px;
}
ol li::before {
    content: counter(step-counter) '.';
    font-family: "Websource", sans-serif;
    color: #56a5ee;
    font-weight: bold;
    top: 1px;
    font-size: 14px;
    line-height: 22px;
}
ul li::before {
    content: '';
    width: 5px;
    min-width: 5px;
    display: inline-flex;
    height: 5px;
    border-radius: 50%;
    background: #56a5ee;
}
h1.title,
h2.title {
    position: relative;
}
h1.title {
    font-size: 40px;
}
h2.title {
    font-size: 30px;
}
h1.title::before,
h2.title::before {
    width: 60px;
    height: 5px;
    content: '';
    display: block;
    background: #56a5ee;
    margin-bottom: 30px;
}
.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
header {
    padding: 160px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
header .logo {
    padding: 0 143px 85px 0;
    position: relative;
}
header .logo img {
    width: 283px;
    display: block;
    z-index: 1;
}
header .logo .bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 728px;
    z-index: -1;
}
header .logo:after {
    width: 60px;
    height: 5px;
    content: '';
    display: block;
    background: #56a5ee;
    position: absolute;
    bottom: 57px;
    left: 0;
}
header h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}
header .title {
    position: relative;
    height: 460px;
}
header .title .all-text {
    max-width: 52.5%;
}
header .title .people-cont {
    width: 51vw;
    max-width: 811px;
    position: absolute;
    bottom: 8%;
    left: 51%;
    z-index: -2;
}
header .title .people-cont img {
    width: 100%;
}
header .title p {
    color: #ababab;
    line-height: 50px;
    margin-bottom: 60px;
}
.new-header {
    flex-direction: row;
}
.new-header .title {
    height: unset;
    top: -128px;
}
.new-header .title .all-text {
    max-width: unset;
    margin-bottom: 30px;
}
.new-header .title p {
    margin-bottom: 30px;
}
.menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
.menu .hamburger {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    width: 80px;
    height: 70px;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px 20px 20px;
    background: #d9e5f0;
    border-bottom-left-radius: 500px;
    transition: 0.3s;
}
.menu.show .hamburger {
    border-bottom-left-radius: 0;
    width: 50px;
    height: 50px;
    padding: 10px;
}
.menu .hamburger span,
.menu .hamburger span::before,
.menu .hamburger span::after {
    display: block;
    position: absolute;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #56a5ee;
    transition: 0.25s;
}
.menu .hamburger span::before {
    content: '';
    top: -8px;
}
.menu .hamburger span::after {
    content: '';
    top: 8px;
}
.menu.show .hamburger span {
    transform: rotate(45deg);
}
.menu.show .hamburger span::before {
    top: 0;
    transform: rotate(0);
}
.menu.show .hamburger span::after {
    top: 0;
    transform: rotate(90deg);
}
.menu .ws-menu {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    max-height: 5px;
    overflow: hidden;
    border-top: 5px solid #d9e5f0;
    border-right: 5px solid #d9e5f0;
    background: #f3f3f3;
    box-shadow: 0 3px 20px rgb(0 0 0 / 8%);
    border-radius: 0 0 0 22px;
    transition: max-height 0.3s, right 0.7s 0.3s;
}
.menu.show .ws-menu {
    max-height: 500px;
    right: 0;
    transition: right 0.3s, max-height 0.7s 0.3s;
}
.menu .ws-menu .item a {
    padding: 20px 20px 10px;
    display: flex;
    align-items: center;
    transition: 0.2s;
}
.menu .ws-menu .item:last-child a {
    padding-bottom: 25px;
}
.menu .ws-menu .item a:hover {
    color: #56a5ee;
}
.menu .ws-menu .item a::before {
    content: '';
    display: block;
    width: 5px;
    min-width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #56a5ee;
    margin-right: 10px;
}
.menu .ws-menu .item a:hover::before {
    background: #4a9de9;
}
.breadcrumbs {
    display: flex;
    margin-bottom: 100px;
    position: relative;
}
.breadcrumbs::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    background: linear-gradient(to right, #efefef, #f3f3f3);
}
.breadcrumbs a,
.breadcrumbs p {
    padding: 13px 20px;
    border-radius: 0 50px 50px 0;
    background: linear-gradient(to bottom, #efefef, #f3f3f3);
    display: flex;
    align-items: center;
    line-height: 16px;
    color: #56a5ee;
    position: relative;
    transition: 0.5s;
}
.breadcrumbs a:first-child {
    z-index: 5;
    border-radius: 50px;
}
.breadcrumbs a:first-child::before {
    content: '\e907';
    font-family: 'icon';
    font-size: 17px;
    color: #56a5ee;
}
.breadcrumbs a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 0 50px 50px 0;
    background: linear-gradient(to bottom, #efefef, #f3f3f3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    z-index: -1;
    transition: 0.5s;
}
.breadcrumbs a:first-child:after {
    border-radius: 50px;
}
.breadcrumbs a:hover::after {
    right: -30px;
}
.breadcrumbs a:nth-child(2),
.breadcrumbs p:nth-child(2) {
    z-index: 4;
}
.breadcrumbs a:nth-child(3),
.breadcrumbs p:nth-child(3) {
    z-index: 3;
}
.breadcrumbs a:nth-child(4),
.breadcrumbs p:nth-child(4) {
    z-index: 2;
}
.breadcrumbs a:nth-child(5),
.breadcrumbs p:nth-child(5) {
    z-index: 1;
}
.breadcrumbs a:first-child ~ * {
    margin-left: -15px;
    padding-left: 35px;
}
.breadcrumbs a:hover {
    padding: 13px 5px 13px 50px;
}
.breadcrumbs a:first-child:hover {
    padding: 13px 5px 13px 35px;
}
.breadcrumbs p {
    background: #d9e5f0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
}
.product-slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 45px;
}
.product-slider .arrows {
    align-self: flex-end;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 85px;
    height: 35px;
    border: 1px solid #56a5ee;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.product-slider .arrow-l,
.product-slider .arrow-r {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
    background: #efefef;
}
.product-slider .arrow-l {
    border-right: 1px solid #56a5ee;
}
.product-slider .arrow-l:hover {
    box-shadow: inset -1px 0 3px rgba(86, 165, 238, 0.3);
}
.product-slider .arrow-r:hover {
    box-shadow: inset 1px 0 3px rgba(86, 165, 238, 0.3);
}
.product-slider .arrow-l::after,
.product-slider .arrow-r::after {
    content: '\e900';
    font-weight: 700;
    font-family: 'icon';
    font-size: 16px;
    color: #56a5ee;
    transition: 0.2s;
}
.product-slider .arrow-l::after {
    transform: rotate(180deg);
}
.product-slider .slider {
    width: 100%;
    overflow: hidden;
}
.product-slider .items {
    width: 100%;
    position: relative;
    display: flex;
    transition: 0.6s;
    left: 0;
}
.product-slider .items .item {
    text-align: center;
    justify-content: space-between;
    min-width: calc(33.33% - 11px);
    width: calc(33.33% - 11px);
    margin: 0 8px;
    overflow: hidden;
    position: relative;
}
.product-slider .items .item:first-child {
    margin-left: 0;
}
.product-slider .items .item:last-child {
    margin-right: 0;
}
.pagination {
    display: flex;
    margin: 0 auto;
}
.pagination a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #56a5ee;
    color: #56a5ee;
    margin-right: 10px;
    transition: 0.2s;
    transform: scale(1);
    will-change: transform;
}
.pagination a:last-child {
    margin-right: 0;
}
.pagination a:hover {
    transform: scale(1.1);
}
.pagination a.arrow-l::before,
.pagination a.arrow-r::before {
    content: '\e900';
    font-family: 'icon';
    display: block;
    font-size: 19px;
}
.pagination a.arrow-r::before {
    margin-right: 2px;
}
.pagination a.arrow-l::before {
    transform: rotate(180deg);
    margin-left: 2px;
}
.window-cookie {
    position: fixed;
    bottom: -100%;
    left: calc((100% - 1200px) / 2);
    width: 100%;
    max-width: 1200px;
    transition: .3s;
    z-index: 99;
    display: flex;
    flex-direction: column;
}
footer {
    position: relative;
    overflow: hidden;
}
footer:before {
    display: block;
    width: 3112px;
    height: 774px;
    content: '';
    background: #4e5560;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: calc(50% - 1556px);
    z-index: -1;
}
footer .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
footer .wrapper a:not(.button) {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
}
footer .wrapper p {
    color: #fff;
    margin: 50px 0 30px;
}
footer .wrapper .logo {
    margin-bottom: 20px;
}
.window-background {
    display: none;
    padding: 40px 10px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 145px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    overflow-y: auto;
    padding-bottom: 40px;
}
.window-body {
    background: #fff;
    padding: 40px 70px;
    width: 100%;
    max-width: 570px;
    box-shadow: 0 3px 8px rgba(36, 109, 244, 0.2);
    border-radius: 25px;
    position: relative;
}
#callback .window-body {
    background: #efefef;
}
.window-title {
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
}
.window-title h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    display: flex;
    align-items: center;
    max-width: 432px;
    color: #56a5ee;
}
.window-title h2::before {
    display: none;
}
.window-title .cross {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 8px;
    top: 12px;
    cursor: pointer;
}
.window-title .cross:before {
    content: " ";
    width: 2px;
    height: 20px;
    background: #56a5ee;
    display: block;
    transform: rotate(45deg);
}
.window-title .cross:after {
    content: " ";
    width: 2px;
    height: 20px;
    background: #56a5ee;
    display: block;
    transform: rotate(-45deg);
    top: 0;
    position: absolute;
}
.callback-form {
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.callback-form input:not([type=submit]),
.callback-form textarea {
    background: #fff;
    box-shadow: 0 0px 20px rgb(0 0 0 / 8%);
}
.callback-form input:not([type=submit])::placeholder,
.callback-form textarea::placeholder {
    color: #56a5ee;
}
.callback-form input:not([type=submit]):focus::-webkit-input-placeholder,
.callback-form textarea:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.callback-form input[type=text],
.callback-form input[type=tel] {
    margin-bottom: 12px;
}
.callback-form textarea {
    width: 100%;
    height: 174px;
    margin-bottom: 56px;
}
.window-cookie.show {
    bottom: -270px;
}
.window-background.show {
    display: flex;
}
/* .window-cookie .window-close {
    position: absolute;
    right: 5%;
    top: 5%;
    bottom: 0;
    left: 5%;
    filter: drop-shadow(1px 3px 10px rgba(0, 0, 0,0.5));
    cursor: pointer;
    z-index: -1;
}
.window-cookie .window-close span {
    height: 100%;
    width: 100%;
    border-radius: 70% 30% 40% 60%/ 85% 35% 65% 10%;
    background: linear-gradient(to left, #1250b5 2%, #4285ee 35%, #73d4ee);
    background: #4e5560;
    display: flex;
}
.window-cookie .window-close span::after {
    content: url(/resource/site/images/cross-white.png);
    position: absolute;
    right: 12%;
    bottom: 84%;
} */
.window-cookie .shadow {
    filter: drop-shadow(1px 3px 10px rgba(0, 0, 0, 0.5));
    pointer-events: none;
}
.window-cookie .window-body {
    background: none;
    box-shadow: none;
    width: 100%;
    max-width: unset;
    background: linear-gradient(to right, #1250b5, #4285ee, #73d4ee);
    border-radius: 35% 85% 35% 65% /50% 70% 50% 70%;
    pointer-events: auto;
    padding: 70px 65px 280px 75px;
    height: 450px;
    position: relative;
}
.window-cookie .window-body .content {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    pointer-events: none;
}
.window-cookie .window-body .text {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    z-index: 100;
    max-width: 55%;
    width: 55%;
    margin-right: 30px;
}
.window-cookie .window-body .text p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    pointer-events: all;
}
.window-cookie .window-body .text p:last-child {
    margin-bottom: 0;
}
.window-cookie .window-body .button-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    z-index: 10153;
}
.window-cookie .window-body .button-box .button:first-child {
    margin-bottom: 15px;
}
.window-cookie .window-body .button-box .button {
    color: #1250b5;
    pointer-events: all;
}
.window-cookie .window-body .button-box .button::after {
    border: 1px solid #1250b5;
}
#cookie-text {
    padding-top: 20px;
}
#cookie-text .window-body {
    max-width: 800px;
    padding: 0;
    overflow: hidden;
}
#cookie-text .window-body .window-title {
    padding: 40px 30px;
    margin-bottom: 0;
}
#cookie-text .window-body .window-content {
    overflow: auto;
    max-height: 60vh;
    padding: 0 40px 30px;
}
#cookie-text .window-body .window-content::-webkit-scrollbar-thumb {
    background: #1250b5;
    height: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
#cookie-text .window-body .window-content::-webkit-scrollbar {
    width: 3px;
    height: 2px;
}
#cookie-text .window-body .window-content::-ms-clear {
    display: none;
}
#cookie-text .window-body .window-content::-webkit-scrollbar-track {
    background: #e5e5e5;
    margin-bottom: 30px;
}
#cookie-text .window-body .window-content * {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
#cookie-text .window-body .window-content h2 {
    font-size: 16px;
}
#cookie-text .window-body .window-content h2::before {
    display: none;
}
#cookie-text .window-body .window-content ol li,
#cookie-text .window-body .window-content ul li {
    list-style-type: none;
    position: relative;
    margin-left: 17px;
    margin-bottom: 0;
}
#cookie-text .window-body .window-content ol li {
    counter-increment: step-counter;
}
#cookie-text .window-body .window-content ol li::before,
#cookie-text .window-body .window-content ul li::before {
    position: absolute;
    left: -17px;
    top: 9px;
}
#cookie-text .window-body .window-content ul li::before {
    content: '';
    width: 5px;
    min-width: 5px;
    display: inline-flex;
    height: 5px;
    border-radius: 50%;
    background: #1250b5;
}
#cookie-text .window-body .window-content ol li::before {
    content: counter(step-counter) '.';
    color: #1250b5;
    font-weight: bold;
    top: 0;
    font-size: 14px;
    line-height: 22px;
}

.error-container {
    text-align: center;
    margin-bottom: 120px;
}
.animation {
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    width: 170px;
    height: 170px;
    position: relative;
    background-color: #f9f9f9;
    border: 1px solid #eeeeee;
    box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.2);
}
svg {
    animation: pop 0.4s ease-in;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-47%, -50%);
}
#cog1,
#cog2,
#cog3 {
    animation: spin 4s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
    animation-delay: 0.6s;
}
#cog1 {
    fill: #519def;
}
#cog2 {
    animation: spinback 4s linear infinite;
    animation-delay: 0.6s;
    fill: #d9e6ef;
}
#cog3 {
    fill: #9dbdef;
}
@keyframes pop {
    0% {
        transform: scale(0);
    }
    90% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spinback {
    100% {
        transform: rotate(-360deg);
    }
}
.error-code {
    font-size: 100px;
    color: #519def;
}
.error-desc {
    color: #519def;
}
form .error {
    border-bottom: 2px solid #ff6464;
    padding-bottom: 12px;
}
form .done {
    border-bottom: 2px solid #4a9de9;
    padding-bottom: 12px;
}
@media screen and (max-width: 1260px) {
    .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }
    header {
        padding: 85px 0 0 0;
    }
    header .title .people-cont {
        width: 61vw;
        left: initial;
        right: -8%;
    }
    .new-header .logo a img {
        width: 100%;
    }
    .new-header .logo .bg {
        bottom: -20px;
    }
    .new-header .title {
        top: -60px;
        left: -68px;
    }
    .new-header h1 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 17px;
    }
    .new-header .title p {
        line-height: 23px;
        margin-bottom: 28px;
    }
    .window-cookie {
        left: 0;
        right: 0;
    }
}
@media screen and (max-width: 950px) {
    header .title .all-text {
        max-width: 84%;
    }
    header .title .people-cont {
        max-width: 680px;
        /* top: -190px; */
        /* right: -242px; */
        width: 58vw;
        /* left: 32%; */
        right: -8%;
    }
    header .title .people-cont::before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(239, 239, 239, 0.5);
    }
    header .title p {
        color: #4a9de9;
        font-weight: bold;
        font-size: 22px;
    }
    .new-header .logo {
        margin-bottom: 30px;
    }
    .new-header .title p {
        color: #ababab;
        font-size: 14px;
        font-weight: normal;
    }
    .window-cookie .window-body {
        padding: 70px 65px 280px 55px;
    }
}
@media screen and (max-width: 768px) {
    .wrapper {
        padding-left: 35px;
        padding-right: 30px;
    }
    header button {
        max-width: 100%;
    }
    .new-header {
        flex-direction: column;
        padding-top: 65px;
    }
    .new-header .logo a img {
        width: 283px;
    }
    .new-header .logo .bg {
        bottom: 0;
    }
    .new-header .title {
        top: 0;
        left: 0;
    }
    .breadcrumbs {
        flex-direction: column;
    }
    .breadcrumbs::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 35px;
        width: 2px;
        background: #56a5ee;
        z-index: 10;
    }
    .breadcrumbs a,
    .breadcrumbs p {
        max-width: max-content;
        padding: 13px 20px 13px 13px;
    }
    .breadcrumbs a:first-child ~ * {
        margin-left: 0;
        padding-left: 39px;
    }
    .breadcrumbs a:hover {
        padding: 13px 5px 13px 50px;
    }
    .breadcrumbs a:first-child:after {
        border-radius: 0 50px 50px 0;
    }
    .window-body {
        padding: 38px 12px;
    }
    .window-cookie .window-body {
        border-radius: 0% 100% 35% 0% /50% 45% 50% 70%;
        padding: 15px 35px 280px 35px;
        display: flex;
    }
    /* .window-cookie .window-close {
        right: 0;
        top: 1%;
    }
    .window-cookie .window-close span {
        border-radius: 1% 80% 100% 45%/ 85% 30% 65% 10%;
    }
    .window-cookie .window-close span::after {
        bottom: 84%;
    } */
    .window-cookie .window-body .text {
        min-width: 215px;
        width: 50%;
        max-width: 50%;
        margin-right: 20px;
    }
    .window-cookie .window-body .button-box .button {
        font-size: 12px;
        line-height: 17px;
    }
}
@media screen and (max-width: 578px) {
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    input[type=text],
    input[type=tel],
    input[type=email] {
        border: none;
        background: #ebebeb;
        font-size: 13px;
        padding: 10px 15px 9px;
    }
    textarea {
        font-size: 13px;
        padding: 10px 15px 9px;
    }
    h1.title {
        font-size: 30px;
    }
    h2.title {
        font-size: 24px;
    }
    h1.title::before,
    h2.title::before {
        top: -20px;
    }
    .breadcrumbs {
        margin-bottom: 65px;
    }
    .breadcrumbs::before {
        left: 10px;
    }
    .breadcrumbs a,
    .breadcrumbs p {
        font-size: 12px;
        line-height: 14px;
        padding: 13px 15px 13px 8px;
    }
    .breadcrumbs a:first-child ~ * {
        padding-left: 8px;
    }
    .breadcrumbs a:hover,
    .breadcrumbs a:first-child:hover {
        padding-left: 23px;
    }
    .breadcrumbs a:first-child::before {
        font-size: 12px;
        margin-right: 5px;
    }
    header {
        margin-bottom: 60px !important;
        overflow: hidden;
    }
    header h1 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 30px;
    }
    header .title {
        position: relative;
        height: unset;
    }
    header .title .all-text {
        max-width: inherit;
    }
    header .title .people-cont {
        display: none;
    }
    header .title p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 42px;
    }
    footer .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    footer .wrapper p {
        margin: 30px 0 30px;
        text-align: center;
    }
    .window-body {
        padding: 38px 10px 28px;
    }
    .window-title h2 {
        font-size: 15px;
        line-height: 22px;
    }
    .window-cookie.show {
        bottom: -235px;
    }
    .window-cookie .window-body {
        padding: 25px 25px 200px 10px;
        border-radius: 0% 100% 0% 0% /50% 45% 50% 70%;
        justify-content: flex-start;
        background: linear-gradient(to bottom, #1250b5 1%, #5fb4ee, #73d4ee);
    }
    /* .window-cookie .window-close span {
        border-radius: 1% 80% 100% 45%/ 85% 30% 65% 10%;
    }
    .window-cookie .window-close span::after {
        content: url(/resource/site/images/cross-whiteM.png);
        right: 11%;
    } */
    .window-cookie .window-body .content {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 auto 0 0;
        width: 99%;
    }
    .window-cookie .window-body .text {
        width: unset;
        max-width: unset;
        margin-bottom: 10px;
    }
    .window-cookie .window-body .text p:first-child {
        width: 86%;
        max-width: 215px;
    }
    .window-cookie .window-body .button-box {
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .window-cookie .window-body .button-box .button:first-child {
        margin-right: 15px;
    }
    #cookie-text .window-body .window-content {
        padding: 0 15px 20px;
    }
    #cookie-text .window-body .window-content * {
        font-size: 12px;
        line-height: 18px;
    }
    #cookie-text .window-body .window-content h2 {
        font-size: 14px;
    }
    #cookie-text .window-body .window-content ol li::before {
        font-size: 12px;
    }
    .callback-form textarea {
        width: 100%;
        height: 83px;
        margin-bottom: 36px;
        font-size: 13px;
        padding: 10px 15px 9px;
        margin-bottom: 24px;
    }
    .callback-form input[type=submit] {
        padding: 9px 15px 10px;
        font-size: 13px;
    }
    .window-title .cross {
        right: 4px;
    }
    .window-title .cross:after,
    .window-title .cross:before {
        height: 16px;
    }
    button::after {
        width: 100%;
    }
}
@media screen and (max-width: 394px) {
    .window-cookie.show {
        bottom: -150px;
    }
    .window-cookie .window-body {
        padding: 35px 25px 200px 10px;
    }
    /* .window-cookie .window-close span::after {
        bottom: 85%;
    } */
}