:root {
    --shadow-sm: 0 2px 10px rgba(16, 36, 45, .06);
    --shadow-md: 0 14px 36px rgba(16, 36, 45, .10);
    --shadow-lg: 0 34px 84px rgba(16, 36, 45, .16);
    --sokol-accent: #EA2503;
    --sokol-accent-deep: #C21E02;
    --sokol-accent-soft: #FF684D;
    --sokol-ink: #10242D;
    --sokol-muted: #617179;
}
.warning__text a,
.mod_wrp a:not([class]),
footer a:not([class]) {
    color: var(--sokol-accent);
}

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

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/FuturaPT-Demi.woff') format('woff');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}
body {
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-family: 'Gilroy', sans-serif;
    padding-top: 94px;
    overflow-x: hidden;
}
* {
    outline: none!Important;
}
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
label.error {
    display: none!important;
}
.error {
    border-color: red!important;
}
.valid {
    border-color: green!important;
}
.nomob {
    display: block;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.flex::before,
.row.flex::after {
    display: none
}
.flex.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}
header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: var(--shadow-sm);
    box-shadow: var(--shadow-sm);
    padding: 5px 0;
}
.head_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top_nav {
    text-align: center;
}
.top_nav span {
    color: #0000ff;
	font-size: 17px;
}
.top_nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}
.logo img {
	max-width: 200px;

    }
.top_nav li a {
    font-size: 19px;
    position: relative;
    line-height: 18px;
    color: #000000;
}
.top_nav li:first-child {
    margin-left: 0;
}
.top_nav li:last-child {
    margin-right: 0;
}
.container {
    max-width: 1290px;
    width: 100%;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}
.intro_section {
	border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    position: relative;
    background-image: url(../img/bg1.webp);
    background-repeat: no-repeat;
    z-index: 10;
	margin-top: -28px;
}
.intro_section {
    background-image: url(../img/bg1.webp);
    background-repeat: no-repeat;
}
h1 {
    margin: 0;
    margin-bottom: 40px;
	margin-top: 70px;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}
h1 span {
    position: relative;
	font-weight: 600;
    font-size: 50px;
	line-height: 20px;
}
h1 span svg {
    display: none;
    position: absolute;
    width: 196px;
    height: 81px;
    left: -3px;
    top: 15px;
    z-index: -1;
}
button {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none
}
.normb {
    width: 100%;
    height: 90px;
    background: #EA2503;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    padding-top: 5px;
}
.normb img {
    margin-left: 15px;
    position: relative;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: -4px;
}
.normb:hover img {
    left: 5px;
}
.normb::before {
    content: '';
    display: block;
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px solid #000;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.normb:hover::before {
    opacity: 1
}
.hedbut {
    width: 50%;
    height: 50px;
    background: #EA2503;
    border-radius: 10px;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    padding-top: 5px;
	opacity: 1
}
.hedbut:hover img {
    left: 5px;
}
.hedbut::before {
    content: '';
    display: block;
    border-radius: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 2px solid #000;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.hedbut:hover::before {
    opacity: 1
}
h2 {
    margin: 0;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 51px;
    line-height: 52px;
    color: #000000;
}
input {
    height: 90px;
    width: 100%;
    background: #fff;
    border: none;
    padding: 0 1px;
    font-weight: normal;
    border: 1px solid transparent;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
::-webkit-input-placeholder {
    color: #000;
}
::-moz-placeholder {
    color: #000;
}
:-moz-placeholder {
    color: #000;
}
:-ms-input-placeholder {
    color: #000;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.pressing {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.pressing a {
    color: #EA2503;
}
.pressing a:hover {
    text-decoration: underline;
}
:focus::-webkit-input-placeholder {
    color: transparent
}
:focus::-moz-placeholder {
    color: transparent
}
:focus:-moz-placeholder {
    color: transparent
}
:focus:-ms-input-placeholder {
    color: transparent
}
.case_button {
    max-width: 290px;
}
.owl-prev {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url(../img/prev22.svg);
    width: 73px;
    height: 73px;
    position: absolute;
    top: calc(50% - 36px);
    left: -120px;
}
.owl-next {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url(../img/next22.svg);
    width: 73px;
    height: 73px;
    position: absolute;
    top: calc(50% - 36px);
    right: -120px;
}
.owl-prev:hover,
.owl-next:hover {
    opacity: .6
}
h2 span {
    position: relative;
}
h2 span svg {
    position: absolute;
    left: -15px;
    z-index: -1;
    top: -2px;
    display: none;
}
blockquote {
    padding: 0;
    border: none;
    background: none;
    padding-left: 62px;
    max-width: 970px;
    position: relative;
    margin: 60px 0;
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #000000;
}
blockquote::before {
    content: '';
    display: block;
    position: absolute;
    width: 85px;
    height: 64px;
    left: -50px;
    top: 0;
}
a.normb {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    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;
    text-align: center;
}
a.normb img {
    top: 0;
}
footer {
    padding: 18px 0;
    background-color: #DCDCDC;
}
.foot_brand {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(16, 36, 45, .14);
}
.foot_brand__name {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .01em;
    color: #10242D;
}
.foot_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.foott {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
a.foott:hover {
    text-decoration: underline;
}

@-webkit-keyframes line_hover_in {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes line_hover_in {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes line_hover_out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    100% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
}

@keyframes line_hover_out {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
    100% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }
}
.top_nav li a::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -7px;
    width: 100%;
    height: 2px;
    background: #EA2503;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation: line_hover_out 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
    animation: line_hover_out 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}
.top_nav li a:hover::after {
    -webkit-animation: line_hover_in 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
    animation: line_hover_in 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) both;
}
.normb {
    overflow: hidden;
}

@-webkit-keyframes blink {
    from {
        left: -85px;
    }
    to {
        left: 120%
    }
}

@keyframes blink {
    from {
        left: -85px;
    }
    to {
        left: 120%
    }
}
.modal-dialog {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    margin-top: 40px;
}
.modal_wrp {
    position: relative;
    background: #FFFFFF;
    -webkit-box-shadow: var(--shadow-md);
    box-shadow: var(--shadow-md);
    border-radius: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.closemod {
    position: absolute;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 11px;
    right: 11px;
}
.closemod:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.modal_wrp .flex {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}
.modal_wrp .flex > div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.modal_wrp .flex input {
    height: 70px;
    background-color: #F6F6F6;
    padding: 0 30px
}
.modal_wrp form .flex button {
    max-width: 100%;
    width: 100%;
}
.modal_wrp form .pressing {
    margin-top: 20px;
    color: black;
    max-width: 380px;
}
.mt1 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 37px;
    line-height: 46px;
    color: #000000;
}
.mt2 {
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
#politika .modal-dialog {
    max-width: 1200px;
}
.owl-dots {
    text-align: center;
    margin-top: 25px;
    display: none;
}
.owl-dot {
    background-color: #dedede;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}
.owl-dot.active {
    background-color: #EA2503
}
.open_nav {
    display: none
}
.wa_call_mob {
    display: none
}
.pressing {
    padding-left: 32px;
}
.pressing::before {
    position: absolute;
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    border: 2px solid #fff;
    border-radius: 4px;
    top: -1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.pressing.pressed::before {
    
border-color: #EA2503;
    
border-width: 5px;
}
form > div:not(.flex) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    text-align: center;
}
::-webkit-input-placeholder {
    color: #000000;
}
::-moz-placeholder {
    color: #000000;
}
:-moz-placeholder {
    color: #000000;
}
:-ms-input-placeholder {
    color: #000000;
}
[name="phone"] {
    background-repeat: no-repeat!important;
}
.head_cont {
    width: 335px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.toptel {
    font-weight: bold;
    font-size: 17px;
    line-height: 22px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: right;
    color: #000000;
}
.toptel:hover {
    color: #EA2503
}
.pressing span {
    text-decoration: underline;
}
.pressing span:hover {
    text-decoration: none
}
.pressing {
    position: relative;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 0;
    padding-left: 29px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: rgba(50, 50, 50, 0.44);
    margin-bottom: 10px;
    display: inline-block;
}
.pressing::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 18px;
    height: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 6px solid rgba(50, 50, 50, 0.44);
}
.pressing.pressed::before {
    border-color: #EA2503;
}
.zakaz_but {
	text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #EA2503;
    width: 100%;
	text-decoration: underline dotted;
}
.zakaz_but {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-329.83%, #FFFFFF), color-stop(173.39%, rgba(0, 0, 0, 0))), #EA2503;
    background: linear-gradient(180deg, #FFFFFF -329.83%, rgba(0, 0, 0, 0) 173.39%), #EA2503;
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.zakaz_but:hover {
     color: #F29731;
	border: 2px solid grey;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.zakaz_but:active {
     color: #fff;
	border-top: 2px solid grey;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}
.mod_wrp {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    max-width: 600px;
    background: #FFFFFF;
    -webkit-box-shadow: var(--shadow-lg);
    box-shadow: var(--shadow-lg);
    border-radius: 6px;
    padding-top: 55px;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 55px;
}
.mod_wrp::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: 0.2;
    border: 1px solid #EA2503;
    border-radius: 3px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}
.modal-lg {
    max-width: 1160px;
    width: 100%;
}
.modal-lg .mod_wrp {
    max-width: 100%
}
.modal_in {
    position: relative;
    z-index: 100;
}
.case_ttle_modal {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #40372E;
}
.modal-backdrop.in {
    background: #40372E;
    opacity: 0.6;
}
.case_img_item {
    display: block;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 340px;
    margin-bottom: 10px;
}
.case_img_item::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 1px solid #fff;
    border-radius: 3px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
}
.owl-nav > div {
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: var(--shadow-sm);
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    position: absolute;
}
.owl-nav > div:hover {
    background-color: #EA2503;
}
.owl-nav > div:hover::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.owl-prev::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/prev.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.owl-next::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/next.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.owl-next {
    top: calc(50% - 25px);
    right: -25px
}
.owl-prev {
    top: calc(50% - 25px);
    left: -25px;
}
.case_media_area_wrp {
    padding-right: 15px;
}
.cat_ttle {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #40372E;
}
.norm_list {
    margin-bottom: 30px;
}
.norm_list li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 36px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #40372E;
}
.norm_list li:last-child {
    margin-bottom: 0;
}
.norm_list li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../img/norm_list.svg);
    width: 22px;
    height: 22px;
}
.norm_list li::before {
	display: block;
	position: absolute;
	left: 0;
	height: 2px;
	width: 16px;
	background-color: #EA2503;
	top: 10px;
}
.over_forma_t {
    font-weight: normal;
    font-size: 20px;
    line-height: 28px;
    color: #40372E;
    margin-bottom: 5px;
    border-left: 4px solid #EA2503;
    padding-left: 30px;
}
.over_forma_t p {
    font-weight: bold;
    margin-bottom: 0;
}
.in_item {
    position: relative;
    margin-bottom: 1px;
}
.in_item input {
    background: none;
    border: none;
    padding-bottom: 1px;
    width: 100%;
    font-weight: 500;
    font-size: 17px;
    line-height: 1px;
    padding-right: 30px;
    color: #40372E;
    border-bottom: 1px solid #40372E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.in_item span {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
    font-size: 12px;
    line-height: 35px;
    text-align: right;
    color: #EA2503;
	
}
.in_item input:focus {
    border-bottom-color: #EA2503;
}
form .zakaz_but {
    width: 100%;
    max-width: 100%;
    margin-top: 25px;
    height: 70px;
    margin-bottom: 15px;
    font-size: 14px;
}
.owlex_wrp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}
.owlex_wrp .owl-prev,
.owlex_wrp .owl-next {
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.owlex_wrp .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 110px;
    order: 2;
}
.closemod {
    position: fixed;
    cursor: pointer;
    z-index: 100;
    top: 40px;
    right: 40px;
}
td,
th {
    vertical-align: top;
    padding: 0.6rem 1rem;
    border-bottom: 1px solid #000;
    outline: none;
	background: #e1e6e9;
}
th {
    border-color: #000;
}
tr {
    font-size: 19px;
	color: black;

}
.flex {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.row.flex::before,
.row.flex::after {
	display: none;
}
.flex.center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
h2 {
    margin: 0;
	margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    color: #323232;
}
h2 span {
    color: #64BB55;
}
input {
    background: none;
    border: none;
    margin-bottom: 10px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #666666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    height: 90px;
    padding-left: 64px;
    padding-right: 20px;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}
.warning {
	position: fixed;
	bottom: 0;
	right: 0;
	display: none;
	justify-content: right;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: white;
	z-index: 120;
	border: 1px solid black;
	height: 150px;
	width: 400px;
	border-radius: 10px;
	margin: 20px;
	text-align: center;
	align-items: center; 
}
.warning--active {
	display: flex;
}
.warning__text {
	margin-right: 30px;
}
.warning__apply {
	padding: 10;
    margin: 10;
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: none
	
}
.normb2 {
	margin: 10px;
    width: 100%;
    height: 35px;
    background: #fff;
    border-radius: 10px;
	border: thin solid black;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    padding-top: 5px;
}
.foot_brand__legal {
    max-width: 900px;
    margin: 6px 0 0;
    color: #4c5b62;
    font-size: 14px;
    line-height: 1.45;
}

@media screen and (max-width:1520px) {.owl-prev {
        width: 60px;
        height: 60px;
        background-position: center;
        background-size: 60px;
        top: calc(50% - 30px);
        left: -70px;
    }
.owl-next {
    width: 60px;
    height: 60px;
    background-position: center;
    background-size: 60px;
    top: calc(50% - 30px);
    right: -70px;
    }}

@media screen and (max-width:1360px) {.owl-prev {
        display: none
    }
.owl-next {
        display: none
    }
.owl-dots {
        display: block
    }
h1 {
        font-size: 51px;
        line-height: 47px;
    }}

@media screen and (max-width:1200px) {h1 {
        font-size: 51px;
        line-height: 47px;
    }
h1 span svg {
        display: none;
        position: absolute;
        width: 166px;
        height: 81px;
        left: -3px;
        top: 9px;
        z-index: -1;
    }
h2 {
        margin: 0;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 41px;
        line-height: 48px;
        color: #000000;
    }
.logo img {
        max-width: 140px;
    }
body {
        padding-top: 74px;
    }}

@media screen and (max-width:991px) {.modal-lg {
        margin: 0;
        padding: 15px
    }
.mod_wrp {
        padding: 40px;
    }
.case_media_area_wrp {
        padding-right: 0;
    }
.pressing span {
        display: inline
    }
.case_img_item {
        height: 210px;
    }
.case_media_area_wrp {
        padding-right: 0;
    }
.case_img_item {
        height: 210px;
    }
.intro_section .pressing {
        max-width: 300px
    }
.nomob {
        display: none
    }
section {
        height: auto!important;
        padding-top: 35px !important;
        padding-bottom: 35px !important;
        margin: 0!important;
        min-height: 10px!important;
    }
body.modal-open {
        padding-right: 0 !important;
    }
.head_menu {
        position: absolute;
        width: 100%;
        background: #fff;
        top: 100%;
        padding: 20px;
        z-index: 100;
        display: none;
        left: 0;
    }
.open_nav {
        display: inline-block;
        vertical-align: middle;
    }
.open_nav img {
        width: 40px
    }
h1 {
        font-size: 40px;
        line-height: 38px;
    }
h1 span svg {
        display: none;
        position: absolute;
        width: 156px;
        height: 81px;
        left: -13px;
        top: -1px;
        z-index: -1;
    }
.intro_section {
        background-image: url(../img/bg1m.webp);
        background-position: center;
        background-size: cover
    }
.intro_section::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .8;
    }
.intro_section .container {
        position: relative;
        z-index: 100;
    }
h2 {
        margin: 0;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 30px;
        line-height: 41px;
        color: #000000;
    }
section#d1 {
        background-size: 460px;
    }
h2 span svg {
        position: absolute;
        left: -15px;
        z-index: -1;
        top: -2px;
        display: none;
        width: calc(100% + 13px);
        height: 44px;
        left: -10px;
    }
blockquote {
        font-size: 20px;
        line-height: 24px;
    }
.foott {
        font-size: 14px
    }
.container {
        max-width: 767px
    }}

@media screen and (max-width:767px) {.norm_list li {
		line-height: 18px;
		margin-bottom: 10px;
        font-size: 18px;
        color: #40372E;
		font-weight: 400;
}
.warning {
	position: fixed;
	bottom: 1px;
	right: 0;
	justify-content: center;
	width: 100%;
	padding: auto;
	box-sizing: border-box;
	background-color: white;
	z-index: 120;
	height: 150px;
	width: 310px;
	font-size: 12px;
	margin: auto;
}
tr {
    font-size: 15px;
}
.case_ttle_modal {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        color: #40372E;
    }
.owl-prev {
        left: -13px
    }
.owl-next {
        right: -13px;
    }
input {
        height: 55px !important;
        font-size: 18px!important;
		border-radius: 0px;
    }
[name="phone"] {
        background-repeat: no-repeat!important;

    }
.pressing {
        max-width: 100%;
        margin-top: 15px;
    }
.logo {
 
    }
header {
        padding: 10px 0
    }
.mobile_move {
        display: none
    }
.wa_call_mob {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
    }
.wa_call_mob img {
        height: 32px;
    }
h1 span svg {
        display: none;
        position: absolute;
        width: 96px;
        height: 48px;
        left: -9px;
        top: -2px;
        z-index: -1;
    }
h1 span {
	font-size: 27px;
    }
h1 {
        font-size: 30px;
        line-height: 27px;
        text-align: center;
        margin-bottom: 30px;
		margin-top: -30px;
		color: #000
    }
.normb {
        width: 100%!important;
        height: 55px!important;
        max-width: 100%!important;
        font-size: 16px;
    }
span {}
h2 {
        font-size: 30px;
        line-height: 1.3;
    }
blockquote::before {
        
background-size: 80px;
        
background-repeat: no-repeat;
        
width: 80px;
        
height: 80px;
        
top: -15px;
        
z-index: -1;
        
left: -10px;
    }
blockquote {
        font-size: 15px;
        line-height: 1.4;
        padding: 0;
        margin: 40px 0;
    }
input {
        width: 100%!important;
        height: 50px!important;
        font-size: 16px;
        padding: 0 25px!important;
    }
section#d6 {
        padding: 0!important;
    }
.foot_flex {
        display: block;
        text-align: center;
    }
p.foott {
        margin: 13px 0;
    }
.top_nav {
        text-align: left;
        margin-bottom: 20px;
    }
.top_nav li {
        display: block;
        margin: 10px 0;
    }
.modal_wrp {
        padding: 20px;
    }
p.mt1 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 10px;
    }
p.mt2 {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
h3 {
        font-size: 19px;
    }
.container {
        max-width: 450px;
    }
form > div:not(.flex) {
    display: block;
}
.pressing::before {
        top: 3px;
    }
.pressing {
        text-align: left;
    }
.closemod {
        top: 25px;
        right: 25px;
    }}
body {
    padding-top: 76px;
}
header.sokol-header {
    min-height: 76px;
    padding: 0;
    background: rgba(3, 16, 24, .92);
    border-bottom: 1px solid rgba(255, 255, 255, .13);
    box-shadow: none;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
.sokol-header .head_flex {
    min-height: 76px;
    gap: 24px;
}
.sokol-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.sokol-logo:hover,
.sokol-logo:focus {
    color: #fff;
}
.sokol-logo-mark {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.logo .sokol-logo-mark img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}
.sokol-logo-copy {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .16em;
    white-space: nowrap;
}
.sokol-logo-copy b {
    font-weight: 700;
    color: #aab8bf;
}
.sokol-logo-sub {
    display: block;
    margin-top: 7px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #aab8bf;
}
.sokol-header .top_nav {
    white-space: nowrap;
}
.sokol-header .top_nav li {
    margin: 0 6px;
}
.sokol-header .top_nav li a {
    color: #dbe4e8;
    font-size: 14px;
    line-height: 1;
}
.sokol-header .top_nav li a:hover,
.sokol-header .top_nav li a:focus {
    color: #fff;
}
.sokol-header .top_nav li a::after {
    background: var(--sokol-accent);
}
.sokol-header .head_cont {
    width: 270px;
}
.sokol-header .toptel {
    color: #fff;
    font-size: 17px;
    letter-spacing: .02em;
}
.sokol-header .hedbut {
    width: 92px;
    height: 44px;
    padding: 0;
    border-radius: 10px;
    background: var(--sokol-accent);
    font-size: 12px;
    letter-spacing: .04em;
}
.sokol-header .hedbut::before {
    display: none;
}
.sokol-header a:focus-visible,
.sokol-header button:focus-visible,
.sokol-hero button:focus-visible {
    outline: 3px solid #fff !important;
    outline-offset: 3px !important;
}
.intro_section.sokol-hero {
    min-height: 100vh;
    min-height: 100svh;
    margin-top: -76px;
    padding: 76px 0 0;
    border: 0;
    overflow: hidden;
    isolation: isolate;
    background-image: url(../img/hero-briefing-slim.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.intro_section.sokol-hero::before {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background:
        linear-gradient(90deg, rgba(2, 16, 24, .94) 0%, rgba(2, 16, 24, .82) 39%, rgba(2, 16, 24, .43) 70%, rgba(2, 16, 24, .64) 100%),
        linear-gradient(180deg, rgba(2, 16, 24, .32) 0%, rgba(2, 16, 24, .08) 48%, rgba(2, 16, 24, .74) 100%);
}
.intro_section.sokol-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(circle at 72% 45%, rgba(24, 121, 160, .14), transparent 37%);
}
.sokol-hero-container {
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 76px);
    min-height: calc(100svh - 76px);
    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;
    padding-top: 82px;
    padding-bottom: 46px;
}
.sokol-hero-layout {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 348px;
    gap: clamp(44px, 6vw, 92px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sokol-hero-copy {
    max-width: 790px;
}
.sokol-hero-kicker {
    margin: 0 0 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    color: #c1cdd2;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .28em;
    text-transform: uppercase;
}
.sokol-hero-kicker span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--sokol-accent);
    box-shadow: 0 0 0 8px rgba(234, 37, 3, .08);
}
.sokol-hero h1 {
    max-width: 790px;
    margin: 0 0 58px;
    color: #fff;
    font-size: clamp(58px, 5.05vw, 78px);
    line-height: .98;
    font-weight: 700;
    letter-spacing: -.035em;
    text-align: left;
}
.sokol-hero-lead {
    margin: 0 0 24px;
    color: #c4d0d5;
    font-size: 22px;
    line-height: 1.42;
    font-weight: 400;
}
.sokol-hero-details {
    margin: 0 0 40px;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 600;
}
.sokol-hero-details li {
    margin: 0;
}
.sokol-hero-cta.normb {
    width: 298px;
    height: 64px;
    padding: 0 24px;
    border-radius: 10px;
    background: var(--sokol-accent);
    box-shadow: var(--shadow-md);
    font-size: 15px;
    letter-spacing: .015em;
}
.sokol-hero-cta.normb::before {
    display: none;
}
.sokol-hero-cta.normb:hover {
    background: var(--sokol-accent-deep);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.sokol-proof-panel {
    width: 100%;
    padding: 34px 30px 28px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 14px;
    background: rgba(3, 17, 25, .76);
    box-shadow: var(--shadow-lg);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
}
.sokol-proof-label {
    margin: 0 0 22px;
    color: #9eb0b8;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .24em;
    text-transform: uppercase;
}
.sokol-proof-item {
    padding: 24px 0 25px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}
.sokol-proof-item strong,
.sokol-proof-item span {
    display: block;
}
.sokol-proof-item strong {
    margin-bottom: 7px;
    color: #fff;
    font-size: 48px;
    line-height: .95;
    font-weight: 700;
    letter-spacing: -.025em;
}
.sokol-proof-item span {
    color: #9eafb6;
    font-size: 14px;
    line-height: 1.3;
}
.sokol-proof-item-accent strong {
    color: var(--sokol-accent-soft);
    font-size: 38px;
}
.sokol-proof-contract {
    padding-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 13px;
}
.sokol-proof-contract i {
    width: 23px;
    height: 23px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background: #fff;
    color: #061821;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}
.sokol-proof-contract span {
    color: #b6c3c8;
    font-size: 12px;
    line-height: 1.45;
}

@media screen and (max-width: 1200px) {.sokol-header .head_flex {
        gap: 16px;
    }
.sokol-logo-copy {
        font-size: 12px;
    }
.sokol-header .top_nav li {
        margin: 0 4px;
    }
.sokol-header .top_nav li a {
        font-size: 12px;
    }
.sokol-header .head_cont {
        width: 238px;
    }
.sokol-header .toptel {
        font-size: 15px;
    }
.sokol-hero-layout {
        grid-template-columns: minmax(0, 1fr) 318px;
        gap: 42px;
    }
.sokol-hero h1 {
        font-size: 59px;
    }}

@media screen and (max-width: 991px) {body {
        padding-top: 72px;
    }
header.sokol-header,
.sokol-header .head_flex {
        min-height: 72px;
    }
.sokol-header .head_menu {
        background: rgba(3, 16, 24, .98);
        border-top: 1px solid rgba(255,255,255,.12);
    }
.sokol-header .top_nav li a {
        color: #fff;
        font-size: 16px;
    }
.sokol-header .open_nav img {
        -webkit-filter: invert(1);
        filter: invert(1);
    }
.intro_section.sokol-hero {
        min-height: 100vh !important;
        min-height: 100svh !important;
        margin-top: -72px !important;
        padding: 72px 0 0 !important;
        background-position: 54% center !important;
    }
.intro_section.sokol-hero::before {
        opacity: 1;
        background:
            linear-gradient(90deg, rgba(2, 16, 24, .96) 0%, rgba(2, 16, 24, .82) 63%, rgba(2, 16, 24, .62) 100%),
            linear-gradient(180deg, rgba(2, 16, 24, .18) 0%, rgba(2, 16, 24, .28) 46%, rgba(2, 16, 24, .94) 100%);
    }
.sokol-hero-container {
        min-height: calc(100vh - 72px);
        min-height: calc(100svh - 72px);
        max-width: 760px;
        padding: 56px 34px 38px;
    }
.sokol-hero-layout {
        display: grid;
        grid-template-columns: 1fr;
        gap: 38px;
    }
.sokol-hero-copy {
        max-width: 650px;
    }
.sokol-hero-kicker {
        margin-bottom: 30px;
    }
.sokol-hero h1 {
        margin: 0 0 34px;
        color: #fff;
        font-size: 56px;
        line-height: .98;
        text-align: left;
    }
.sokol-hero-lead {
        color: #c4d0d5;
        font-size: 20px;
    }
.sokol-proof-panel {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 26px;
        padding: 25px 26px 22px;
    }
.sokol-proof-label {
        grid-column: 1 / -1;
        margin-bottom: 14px;
    }
.sokol-proof-item {
        min-height: 100px;
        padding: 18px 0;
    }
.sokol-proof-item strong {
        font-size: 38px;
    }
.sokol-proof-item-accent strong {
        font-size: 32px;
    }
.sokol-proof-contract {
        padding: 18px 0;
        border-top: 1px solid rgba(255, 255, 255, .14);
    }}

@media screen and (max-width: 767px) {body {
        padding-top: 66px;
    }
header.sokol-header,
.sokol-header .head_flex {
        min-height: 66px;
    }
header.sokol-header {
        padding: 0;
    }
.sokol-logo-mark {
        width: 44px;
        height: 44px;
    }
.sokol-logo-copy {
        display: none;
    }
.sokol-header .wa_call_mob {
        margin-right: 7px;
    }
.sokol-header .wa_call_mob img {
        height: 30px;
    }
.sokol-header .open_nav img {
        width: 30px;
    }
.intro_section.sokol-hero {
        min-height: 100vh !important;
        min-height: 100svh !important;
        margin-top: -66px !important;
        padding: 66px 0 0 !important;
        background-position: 49% center !important;
    }
.intro_section.sokol-hero::before {
        background:
            linear-gradient(90deg, rgba(2, 16, 24, .96) 0%, rgba(2, 16, 24, .74) 100%),
            linear-gradient(180deg, rgba(2, 16, 24, .22) 0%, rgba(2, 16, 24, .36) 50%, rgba(2, 16, 24, .98) 100%);
    }
.sokol-hero-container {
        min-height: calc(100vh - 66px);
        min-height: calc(100svh - 66px);
        max-width: none;
        padding: 42px 20px 30px;
    }
.sokol-hero-layout {
        gap: 30px;
    }
.sokol-hero-kicker {
        margin-bottom: 24px;
        gap: 13px;
        font-size: 11px;
        letter-spacing: .23em;
    }
.sokol-hero-kicker span {
        width: 8px;
        height: 8px;
    }
.sokol-hero h1 {
        margin: 0 0 27px;
        font-size: clamp(39px, 11.5vw, 50px);
        line-height: .98;
        letter-spacing: -.035em;
    }
.sokol-hero-lead {
        margin-bottom: 18px;
        font-size: 17px;
        line-height: 1.36;
    }
.sokol-hero-details {
        margin-bottom: 27px;
        font-size: 13px;
        line-height: 1.62;
    }
.sokol-hero-cta.normb {
        width: 100% !important;
        height: 58px !important;
        max-width: 340px !important;
        font-size: 14px;
    }
.sokol-proof-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 18px;
        padding: 21px 20px 17px;
        border-radius: 14px;
    }
.sokol-proof-label {
        font-size: 13px;
        letter-spacing: .2em;
    }
.sokol-proof-item {
        min-height: 83px;
        padding: 14px 0;
    }
.sokol-proof-item strong {
        margin-bottom: 6px;
        font-size: 30px;
    }
.sokol-proof-item-accent strong {
        font-size: 24px;
    }
.sokol-proof-item span {
        font-size: 11px;
    }
.sokol-proof-contract {
        gap: 10px;
        padding: 14px 0;
    }
.sokol-proof-contract i {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
.sokol-proof-contract span {
        font-size: 10px;
        line-height: 1.35;
    }}

@media screen and (max-width: 389px) {.sokol-hero-container {
        padding-left: 16px;
        padding-right: 16px;
    }
.sokol-hero h1 {
        font-size: 38px;
    }
.sokol-proof-panel {
        gap: 0 13px;
        padding-left: 16px;
        padding-right: 16px;
    }
.sokol-proof-item strong {
        font-size: 28px;
    }
.sokol-proof-item-accent strong {
        font-size: 22px;
    }}

@media (prefers-reduced-motion: reduce) {.sokol-hero-cta.normb,
.sokol-header a,
.sokol-header button {
        -webkit-transition: none;
        transition: none;
    }}

@media screen and (max-width: 1360px) {.owl-nav > .owl-prev,
.owl-nav > .owl-next {
        display: none;
    }}
header.sokol-header {
    background: transparent;
    border-bottom-color: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition:
        background-color .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}
header.sokol-header.is-scrolled {
    background: #fff;
    border-bottom-color: transparent;
    box-shadow: var(--shadow-sm);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.sokol-header.is-scrolled .sokol-logo,
.sokol-header.is-scrolled .sokol-logo:hover,
.sokol-header.is-scrolled .sokol-logo:focus,
.sokol-header.is-scrolled .sokol-logo-copy,
.sokol-header.is-scrolled .sokol-logo-copy b {
    color: #101b21;
}
.sokol-header.is-scrolled .sokol-logo-sub {
    color: #617179;
}
.sokol-header.is-scrolled .top_nav li a,
.sokol-header.is-scrolled .toptel {
    color: #101b21;
}
.sokol-header.is-scrolled .top_nav li a:hover,
.sokol-header.is-scrolled .top_nav li a:focus,
.sokol-header.is-scrolled .toptel:hover {
    color: var(--sokol-accent);
}
.sokol-hero-lead {
    font-size: 24px;
}
.sokol-hero-details {
    font-size: 17px;
}
.sokol-proof-item span {
    font-size: 16px;
}
.sokol-proof-contract span {
    font-size: 14px;
}

@media screen and (min-width: 992px) {body {
        max-width: none;
    }
.sokol-header .head_cont {
        width: 335px;
    }
.sokol-header .hedbut {
        width: 50%;
        height: 50px;
        padding-top: 5px;
        border-radius: 10px;
        font-size: 12px;
        line-height: 1.05;
        letter-spacing: 0;
    }
.intro_section.sokol-hero {
        background-position: center center;
        background-size: cover;
    }
.intro_section.sokol-hero::before {
        opacity: 1;
        background:
            linear-gradient(135deg, rgba(3, 16, 25, .92) 0%, rgba(3, 16, 25, .40) 46%, rgba(3, 16, 25, .78) 100%),
            rgba(8, 37, 52, .30);
    }
.intro_section.sokol-hero::after {
        display: none;
    }}

@media screen and (min-width: 1201px) {.sokol-header .top_nav li a {
        font-size: 18px;
    }}

@media screen and (min-width: 992px) and (max-width: 1200px) {.sokol-header .top_nav li a {
        font-size: 14px;
    }}

@media screen and (max-width: 991px) {.sokol-hero-lead {
        font-size: 21px;
    }
.sokol-hero-details {
        font-size: 16px;
    }
.sokol-proof-item span {
        font-size: 14px;
    }
.sokol-proof-contract span {
        font-size: 13px;
    }
.intro_section.sokol-hero {
        background-color: #061821;
        background-image: url(../img/hero-briefing-slim.webp) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: 44% center !important;
        background-attachment: scroll !important;
    }
.intro_section.sokol-hero::after {
        display: none;
    }
.sokol-header.is-scrolled .head_menu {
        background: #fff;
        border-top-color: rgba(0, 0, 0, .09);
    }
.sokol-header.is-scrolled .top_nav li a {
        color: #101b21;
    }
.sokol-header.is-scrolled .open_nav img {
        -webkit-filter: none;
        filter: none;
    }}

@media screen and (max-width: 767px) {.intro_section.sokol-hero {
        background-image: url(../img/hero-mobile-team.webp) !important;
        background-size: auto 120% !important;
        background-position: 50% 100% !important;
    }
.intro_section.sokol-hero::before {
        background:
            linear-gradient(90deg, rgba(2, 16, 24, .86) 0%, rgba(2, 16, 24, .60) 100%),
            linear-gradient(180deg, rgba(2, 16, 24, .10) 0%, rgba(2, 16, 24, .18) 54%, rgba(2, 16, 24, .88) 100%);
    }
.sokol-hero-lead {
        font-size: 19px;
        line-height: 1.42;
    }
.sokol-hero-details {
        font-size: 15px;
        line-height: 1.55;
    }
.sokol-proof-item span {
        font-size: 13px;
    }
.sokol-proof-contract span {
        font-size: 12px;
        line-height: 1.4;
    }}
.sokol-header .sokol-logo-mark {
    width: 46px;
    height: 46px;
    overflow: visible;
    border-radius: 0;
    background: transparent;
}
.sokol-header .logo .sokol-logo-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    transition: filter .25s ease;
}
.sokol-header.is-scrolled .logo .sokol-logo-mark img {
    -webkit-filter: none;
    filter: none;
}

@media screen and (max-width: 991px) {.sokol-header .head_flex > div:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
.sokol-header .wa_call_mob,
.sokol-header .open_nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 44px;
        height: 44px;
        margin-right: 8px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .32);
        border-radius: 10px;
        background: transparent;
        transition: border-color .25s ease, background-color .25s ease;
    }
.sokol-header .open_nav {
        margin-right: 0;
    }
.sokol-header .wa_call_mob,
.sokol-header .open_nav {
        position: relative;
    }
.sokol-header .wa_call_mob::after,
.sokol-header .open_nav::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #fff;
        transition: background-color .25s ease;
    }
.sokol-header .wal[href*="whatsapp"]::after {
        -webkit-mask: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http%3A//www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51a12.8 12.8 0 0 0-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347M12.05 21.785h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884M20.463 3.488A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413'/></svg>") center / contain no-repeat;
        mask: url("data:image/svg+xml;charset=utf-8,<svg xmlns='http%3A//www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23000' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51a12.8 12.8 0 0 0-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347M12.05 21.785h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884M20.463 3.488A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413'/></svg>") center / contain no-repeat;
    }
.sokol-header .wal[href^="tel"]::after {
        -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.4c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .8-.2 1l-2.2 2.2z'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.3.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.4c.6 0 1 .4 1 1 0 1.2.2 2.4.6 3.6.1.4 0 .8-.2 1l-2.2 2.2z'/%3E%3C/svg%3E") center / contain no-repeat;
    }
.sokol-header .open_nav::after {
        -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23000'%3E%3Crect x='3' y='5.5' width='18' height='2' rx='1'/%3E%3Crect x='3' y='11' width='18' height='2' rx='1'/%3E%3Crect x='3' y='16.5' width='18' height='2' rx='1'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23000'%3E%3Crect x='3' y='5.5' width='18' height='2' rx='1'/%3E%3Crect x='3' y='11' width='18' height='2' rx='1'/%3E%3Crect x='3' y='16.5' width='18' height='2' rx='1'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
    }
.sokol-header.is-scrolled .wa_call_mob,
.sokol-header.is-scrolled .open_nav {
        border-color: rgba(16, 36, 45, .18);
    }
.sokol-header.is-scrolled .wa_call_mob::after,
.sokol-header.is-scrolled .open_nav::after {
        background-color: #10242d;
    }
.sokol-header .wal[href^="tel"] {
        border-color: transparent;
        background: var(--sokol-accent);
    }
.sokol-header .wal[href^="tel"]::after {
        background-color: #fff;
    }
.sokol-header.is-scrolled .wal[href^="tel"] {
        border-color: transparent;
        background: var(--sokol-accent);
    }
.sokol-header.is-scrolled .wal[href^="tel"]::after {
        background-color: #fff;
    }}

@media screen and (max-width: 991px) {.sokol-header.is-menu-open {
        background: #fff;
        box-shadow: none;
    }
.sokol-header.is-menu-open .sokol-logo-mark img {
        -webkit-filter: none;
        filter: none;
    }
.sokol-header .head_menu {
        position: fixed;
        top: 68px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 8px 16px 24px;
        border-top: 1px solid rgba(255, 255, 255, .1);
        background: rgba(6, 18, 24, .98);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        overflow-y: auto;
    }
.sokol-header.is-menu-open .head_menu {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
.sokol-header .top_nav {
        margin: 0;
        padding: 6px 0 0;
        list-style: none;
    }
.sokol-header .top_nav li {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
.sokol-header .top_nav li:last-child {
        border-bottom: 0;
    }
.sokol-header .top_nav li a {
        display: block;
        padding: 17px 2px;
        color: #fff;
        font-size: 21px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: -.01em;
    }
.sokol-header .top_nav li a::after {
        display: none;
    }
.sokol-header .top_nav li a:hover,
.sokol-header .top_nav li a:focus {
        color: var(--sokol-accent-soft);
    }
.sokol-header .head_menu .head_cont {
        display: block;
        width: 100%;
        margin-top: auto;
        padding-top: 26px;
    }
.sokol-header .head_menu .toptel {
        display: block;
        margin-bottom: 14px;
        color: #fff;
        font-size: 26px;
        line-height: 1.1;
        font-weight: 700;
        letter-spacing: -.01em;
    }
.sokol-header .head_menu .hedbut {
        display: block;
        width: 100%;
        height: 54px;
        padding: 0;
        border: 0;
        border-radius: 10px;
        background: var(--sokol-accent);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: .02em;
        text-transform: uppercase;
    }
.sokol-header .head_menu .hedbut br {
        display: none;
    }
.sokol-header.is-menu-open .open_nav {
        border-color: rgba(16, 36, 45, .18);
    }
.sokol-header.is-menu-open .open_nav::after {
        background-color: #10242d;
        -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.3 5.7a1 1 0 0 0-1.4 0L12 10.6 7.1 5.7a1 1 0 1 0-1.4 1.4l4.9 4.9-4.9 4.9a1 1 0 1 0 1.4 1.4l4.9-4.9 4.9 4.9a1 1 0 0 0 1.4-1.4L13.4 12l4.9-4.9a1 1 0 0 0 0-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
        mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.3 5.7a1 1 0 0 0-1.4 0L12 10.6 7.1 5.7a1 1 0 1 0-1.4 1.4l4.9 4.9-4.9 4.9a1 1 0 1 0 1.4 1.4l4.9-4.9 4.9 4.9a1 1 0 0 0 1.4-1.4L13.4 12l4.9-4.9a1 1 0 0 0 0-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
    }
.sokol-header.is-menu-open .sokol-logo-copy,
.sokol-header.is-menu-open .sokol-logo-copy b {
        color: #101b21;
    }
.sokol-header.is-menu-open .wa_call_mob {
        border-color: rgba(16, 36, 45, .18);
    }
.sokol-header.is-menu-open .wa_call_mob::after {
        background-color: #10242d;
    }
.sokol-header.is-menu-open .wal[href^="tel"] {
        background: var(--sokol-accent);
    }
.sokol-header.is-menu-open .wal[href^="tel"]::after {
        background-color: #fff;
    }}

@media screen and (max-width: 991px) {.sokol-header .head_menu > .toptel {
        margin-top: auto;
        padding-top: 26px;
        text-align: left;
    }
.sokol-header .head_menu > .hedbut {
        width: 100%;
        max-width: none;
        margin-top: 14px;
    }}
.services-primary,
.services-primary * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.services-primary {
    position: relative;
    z-index: 2;
    padding: 88px 0 112px;
    overflow: hidden;
    background: #fff;
    color: #10242d;
    font-family: 'Gilroy', Arial, sans-serif;
}
.services-primary__container {
    width: calc(100% - 48px);
    max-width: 1216px;
    margin: 0 auto;
}
.services-primary__header {
    position: relative;
    z-index: auto;
    top: auto;
    left: auto;
    width: auto;
    margin-bottom: 32px;
    padding: 0 0 25px;
    border-bottom: 1px solid #dce3e5;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.services-primary h2,
.service-card__eyebrow,
.service-card h3,
.service-card__description {
    margin: 0;
}
.services-primary h2 {
    color: #10242d;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -.04em;
}
.services-primary__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 38px 28px;
}
.service-card {
    position: relative;
    min-width: 0;
    isolation: isolate;
}
.service-card__media {
    position: relative;
    height: 252px;
    overflow: hidden;
    border-radius: 14px;
    background: #dfe5e7;
}
.service-card__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 27, 36, .11)), color-stop(58%, rgba(7, 27, 36, .16)), to(rgba(7, 27, 36, .36)));
    background: linear-gradient(180deg, rgba(7, 27, 36, .11) 0%, rgba(7, 27, 36, .16) 58%, rgba(7, 27, 36, .36) 100%);
    pointer-events: none;
}
.service-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .42s cubic-bezier(.2, .72, .25, 1);
    transition: -webkit-transform .42s cubic-bezier(.2, .72, .25, 1);
    transition: transform .42s cubic-bezier(.2, .72, .25, 1);
    transition: transform .42s cubic-bezier(.2, .72, .25, 1), -webkit-transform .42s cubic-bezier(.2, .72, .25, 1);
}
.service-card__panel {
    position: relative;
    z-index: 2;
    width: calc(100% - 40px);
    min-height: 150px;
    margin: -72px 20px 0;
    padding: 20px 22px 19px;
    overflow: hidden;
    border: 1px solid #dfe5e7;
    border-radius: 14px;
    background: #fff;
    -webkit-box-shadow: var(--shadow-sm);
    box-shadow: var(--shadow-sm);
    -webkit-transition: border-color .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s cubic-bezier(.2, .72, .25, 1);
    transition: border-color .3s ease, -webkit-box-shadow .3s ease, -webkit-transform .3s cubic-bezier(.2, .72, .25, 1);
    transition: transform .3s cubic-bezier(.2, .72, .25, 1), box-shadow .3s ease, border-color .3s ease;
    transition: transform .3s cubic-bezier(.2, .72, .25, 1), box-shadow .3s ease, border-color .3s ease, -webkit-transform .3s cubic-bezier(.2, .72, .25, 1);
}
.service-card__panel::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 4px;
    height: 42px;
    background: var(--sokol-accent);
}
.service-card__eyebrow {
    max-width: calc(100% - 42px);
    color: var(--sokol-accent);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.service-card h3 {
    margin-top: 15px;
    color: #10242d;
    font-size: 20px;
    line-height: 1.12;
    font-weight: 700;
    letter-spacing: -.02em;
}
.service-card__description {
    margin-top: 12px;
    color: #617179;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.service-card__arrow {
    position: absolute;
    top: 11px;
    right: 13px;
    width: 34px;
    height: 34px;
    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;
    border-radius: 50%;
    background: #f1f5f6;
    color: #10242d;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: background-color .25s ease, color .25s ease;
    transition: background-color .25s ease, color .25s ease;
}
.service-card__action {
    position: absolute;
    z-index: 4;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 14px;
    background: transparent;
    cursor: pointer;
}
.service-card__action:focus {
    outline: none;
}
.service-card:hover .service-card__media img,
.service-card:focus-within .service-card__media img {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
}
.service-card:hover .service-card__panel,
.service-card:focus-within .service-card__panel {
    border-color: rgba(189, 31, 45, .22);
    -webkit-box-shadow: var(--shadow-md);
    box-shadow: var(--shadow-md);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.service-card:hover .service-card__arrow,
.service-card:focus-within .service-card__arrow {
    background: var(--sokol-accent);
    color: #fff;
}
.service-card:focus-within .service-card__panel {
    -webkit-box-shadow: 0 0 0 3px rgba(234, 37, 3, .18), var(--shadow-md);
    box-shadow: 0 0 0 3px rgba(234, 37, 3, .18), var(--shadow-md);
}

@media screen and (max-width: 1199px) {.services-primary__grid {
        gap: 34px 24px;
    }
.service-card__desktop-break {
        display: none;
    }}

@media screen and (max-width: 1100px) {.services-primary__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }}

@media screen and (max-width: 767px) {.services-primary {
        padding: 64px 0 72px;
    }
.services-primary__container {
        width: calc(100% - 32px);
    }
.services-primary__header {
        margin-bottom: 24px;
        padding-bottom: 20px;
    }
.services-primary h2 {
        font-size: 40px;
    }
.services-primary__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
.service-card__media {
        height: 240px;
    }
.service-card__panel {
        width: calc(100% - 24px);
        margin-right: 12px;
        margin-left: 12px;
    }}

@media (prefers-reduced-motion: reduce) {.service-card__media img,
.service-card__panel,
.service-card__arrow {
        -webkit-transition: none;
        transition: none;
    }
.service-card:hover .service-card__media img,
.service-card:focus-within .service-card__media img,
.service-card:hover .service-card__panel,
.service-card:focus-within .service-card__panel {
        -webkit-transform: none;
        transform: none;
    }}
.services-additional,
.services-additional * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.services-additional {
    position: relative;
    z-index: 1;
    padding: 72px 0 88px;
    background: #f3f6f7;
    color: #10242d;
    font-family: 'Gilroy', Arial, sans-serif;
}
.services-additional__container {
    width: calc(100% - 48px);
    max-width: 1216px;
    margin: 0 auto;
}
.services-additional__header {
    position: relative;
    z-index: auto;
    top: auto;
    left: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 28px;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.services-additional__header h2,
.services-additional__hint,
.additional-service__content h3,
.additional-service__content p,
.additional-service__tags {
    margin: 0;
}
.services-additional__header h2 {
    color: #10242d;
    font-size: 40px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -.035em;
}
.services-additional__hint {
    padding-bottom: 5px;
    color: #718087;
    font-size: 14px;
    line-height: 1.35;
}
.services-additional__list {
    border-bottom: 1px solid #cfd8db;
}
.additional-service {
    border-top: 1px solid #cfd8db;
}
.additional-service[open] {
    margin-bottom: 16px;
    overflow: hidden;
    border-top-color: transparent;
    border-radius: 14px;
    background: #10242d;
    -webkit-box-shadow: var(--shadow-md);
    box-shadow: var(--shadow-md);
}
.additional-service__summary {
    min-height: 92px;
    padding: 0 4px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 72px minmax(250px, .9fr) minmax(280px, 1.35fr) 48px;
    grid-template-columns: 72px minmax(250px, .9fr) minmax(280px, 1.35fr) 48px;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    list-style: none;
    -webkit-transition: background-color .22s ease, color .22s ease;
    transition: background-color .22s ease, color .22s ease;
}
.additional-service__summary::-webkit-details-marker {
    display: none;
}
.additional-service__number {
    color: var(--sokol-accent);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .17em;
}
.additional-service__name {
    color: #10242d;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.02em;
}
.additional-service__short {
    color: #617179;
    font-size: 15px;
    line-height: 1.4;
}
.additional-service__toggle {
    position: relative;
    width: 42px;
    height: 42px;
    justify-self: end;
    border: 1px solid #c7d1d4;
    border-radius: 50%;
    background: rgba(255, 255, 255, .45);
    -webkit-transition: border-color .22s ease, background-color .22s ease;
    transition: border-color .22s ease, background-color .22s ease;
}
.additional-service__toggle::before,
.additional-service__toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #10242d;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .22s ease, -webkit-transform .22s ease;
    transition: opacity .22s ease, -webkit-transform .22s ease;
    transition: opacity .22s ease, transform .22s ease;
    transition: opacity .22s ease, transform .22s ease, -webkit-transform .22s ease;
}
.additional-service__toggle::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.additional-service__summary:hover {
    background: rgba(255, 255, 255, .56);
}
.additional-service__summary:focus {
    outline: none;
}
.additional-service__summary:focus-visible {
    -webkit-box-shadow: inset 0 0 0 3px rgba(234, 37, 3, .32);
    box-shadow: inset 0 0 0 3px rgba(234, 37, 3, .32);
}
.additional-service[open] > .additional-service__summary {
    min-height: 82px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 14px 16px 0 0;
    background: var(--sokol-accent);
}
.additional-service[open] .additional-service__summary:hover {
    background: #ad1826;
}
.additional-service[open] > .additional-service__summary:focus-visible {
    -webkit-box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .72);
    box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .72);
}
.additional-service[open] .additional-service__number,
.additional-service[open] .additional-service__name,
.additional-service[open] .additional-service__short {
    color: #fff;
}
.additional-service[open] .additional-service__toggle {
    border-color: rgba(255, 255, 255, .46);
    background: rgba(255, 255, 255, .12);
}
.additional-service[open] .additional-service__toggle::before,
.additional-service[open] .additional-service__toggle::after {
    background: #fff;
}
.additional-service[open] .additional-service__toggle::after {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.additional-service__body {
    min-height: 300px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 42fr) minmax(0, 58fr);
    grid-template-columns: minmax(0, 42fr) minmax(0, 58fr);
    background: #10242d;
    -webkit-animation: additional-service-in .3s cubic-bezier(.2, .72, .25, 1) both;
    animation: additional-service-in .3s cubic-bezier(.2, .72, .25, 1) both;
}
.additional-service__media {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    background: #1b333d;
}
.additional-service__media::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 26, 34, .08), rgba(8, 26, 34, .25));
    pointer-events: none;
}
.additional-service__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.additional-service__content {
    min-width: 0;
    padding: 34px 42px 32px;
    color: #fff;
}
.additional-service__label {
    color: var(--sokol-accent-soft);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
}
.additional-service__content h3 {
    margin-top: 13px;
    color: #fff;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -.025em;
}
.additional-service__content > p:not(.additional-service__label) {
    max-width: 610px;
    margin-top: 14px;
    color: #d8e0e3;
    font-size: 15px;
    line-height: 1.45;
}
.additional-service__tags {
    margin-top: 20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}
.additional-service__tags li {
    padding: 7px 10px 6px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 10px;
    color: #edf2f3;
    font-size: 13px;
    line-height: 1.15;
}
.additional-service__cta {
    min-height: 48px;
    margin-top: 24px;
    padding: 0 24px;
    border: 0;
    border-radius: 10px;
    background: var(--sokol-accent);
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: background-color .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, -webkit-transform .2s ease;
    transition: background-color .2s ease, transform .2s ease;
    transition: background-color .2s ease, transform .2s ease, -webkit-transform .2s ease;
}
.additional-service__cta:hover {
    background: #a91825;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.additional-service__cta:focus {
    outline: none;
}
.additional-service__cta:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .7);
    outline-offset: 3px;
}

@-webkit-keyframes additional-service-in {
    from { opacity: 0; -webkit-transform: translateY(-8px); transform: translateY(-8px); }
    to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@keyframes additional-service-in {
    from { opacity: 0; -webkit-transform: translateY(-8px); transform: translateY(-8px); }
    to { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}

@media screen and (max-width: 900px) {.additional-service__summary {
        min-height: 94px;
        -ms-grid-columns: 52px minmax(0, 1fr) 44px;
        grid-template-columns: 52px minmax(0, 1fr) 44px;
        gap: 8px 16px;
        padding: 16px 4px;
    }
.additional-service__short {
        grid-column: 2 / 4;
        -ms-grid-row: 2;
        grid-row: 2;
        padding-right: 56px;
    }
.additional-service__toggle {
        -ms-grid-column: 3;
        grid-column: 3;
        -ms-grid-row: 1;
        grid-row: 1;
    }
.additional-service[open] > .additional-service__summary {
        min-height: 94px;
        padding: 16px 14px;
    }
.additional-service__body {
        -ms-grid-columns: minmax(0, 38fr) minmax(0, 62fr);
        grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
    }
.additional-service__content {
        padding-right: 28px;
        padding-left: 28px;
    }}

@media screen and (max-width: 767px) {.services-additional {
        padding: 56px 0 64px;
    }
.services-additional__container {
        width: calc(100% - 32px);
    }
.services-additional__header {
        display: block;
        margin-bottom: 22px;
    }
.services-additional__header h2 {
        font-size: 34px;
    }
.services-additional__hint {
        margin-top: 12px;
        padding-bottom: 0;
        font-size: 13px;
    }
.additional-service__summary {
        min-height: 0;
        -ms-grid-columns: 34px minmax(0, 1fr) 40px;
        grid-template-columns: 34px minmax(0, 1fr) 40px;
        gap: 8px 10px;
        padding: 19px 0;
    }
.additional-service__number {
        font-size: 13px;
    }
.additional-service__name {
        font-size: 18px;
        line-height: 1.15;
    }
.additional-service__short {
        grid-column: 2 / 4;
        padding-right: 14px;
        font-size: 13px;
        line-height: 1.35;
    }
.additional-service__toggle {
        width: 38px;
        height: 38px;
    }
.additional-service[open] {
        margin-right: -4px;
        margin-bottom: 12px;
        margin-left: -4px;
        border-radius: 14px;
    }
.additional-service[open] > .additional-service__summary {
        min-height: 0;
        padding: 18px 12px;
        border-radius: 14px 14px 0 0;
    }
.additional-service__body {
        min-height: 0;
        display: block;
    }
.additional-service__media {
        min-height: 190px;
        height: 190px;
    }
.additional-service__content {
        padding: 26px 22px 30px;
    }
.additional-service__content h3 {
        font-size: 24px;
    }
.additional-service__content > p:not(.additional-service__label) {
        font-size: 14px;
    }
.additional-service__tags {
        margin-top: 18px;
    }
.additional-service__cta {
        width: 100%;
        margin-top: 22px;
    }}

@media (prefers-reduced-motion: reduce) {.additional-service__summary,
.additional-service__toggle,
.additional-service__toggle::before,
.additional-service__toggle::after,
.additional-service__body,
.additional-service__cta {
        -webkit-animation: none;
        animation: none;
        -webkit-transition: none;
        transition: none;
    }
.additional-service__cta:hover {
        -webkit-transform: none;
        transform: none;
    }}
.control-system,
.control-system * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.control-system {
    position: relative;
    z-index: 1;
    scroll-margin-top: 88px;
    padding: 104px 0 96px;
    overflow: hidden;
    color: #10242d;
    background: #fff;
    font-family: 'Gilroy', Arial, sans-serif;
}
.control-system__container {
    width: calc(100% - 48px);
    max-width: 1216px;
    margin: 0 auto;
}
.control-system h2,
.control-system__lead,
.control-system__node p,
.control-system__assurance p {
    margin: 0;
}
.control-system h2 {
    max-width: 870px;
    color: #10242d;
    font-size: 54px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -.04em;
}
.control-system__lead {
    max-width: 690px;
    margin-top: 22px;
    color: #617179;
    font-size: 20px;
    line-height: 1.45;
}
.control-system__board {
    position: relative;
    min-height: 500px;
    margin-top: 42px;
    overflow: hidden;
    border-radius: 14px;
    color: #fff;
    background: #0c252f;
    isolation: isolate;
}
.control-system__board::before {
    content: '';
    position: absolute;
    z-index: -3;
    inset: 0;
    background:
        -webkit-gradient(linear, left top, right top, from(rgba(8, 30, 39, .99)), color-stop(38%, rgba(8, 30, 39, .97)), color-stop(70%, rgba(8, 30, 39, .72)), to(rgba(8, 30, 39, .92))),
        url('../img/service-enterprise.webp') center / cover no-repeat;
    background:
        linear-gradient(90deg, rgba(8, 30, 39, .99) 0%, rgba(8, 30, 39, .97) 38%, rgba(8, 30, 39, .72) 70%, rgba(8, 30, 39, .92) 100%),
        url('../img/service-enterprise.webp') center / cover no-repeat;
}
.control-system__board::after {
    content: '';
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: .11;
    background-image:
        linear-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .16) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask-image: linear-gradient(90deg, #000, transparent 88%);
    mask-image: linear-gradient(90deg, #000, transparent 88%);
}
.control-system__lines {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.control-system__content {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 42px 230px 42px 1fr;
    grid-template-columns: 1fr 230px 1fr;
    -ms-grid-rows: 1fr 28px auto;
    grid-template-rows: 1fr auto;
    gap: 28px 42px;
    min-height: 500px;
    padding: 58px 58px 48px;
}
.control-system__node {
    -ms-grid-row-align: center;
    align-self: center;
    max-width: 310px;
    padding: 24px 26px 25px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 14px;
    background: rgba(12, 38, 48, .74);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}
.control-system__node--right {
    -ms-grid-column-align: end;
    justify-self: end;
}
.control-system__node-meta {
    display: block;
    margin-bottom: 11px;
    color: var(--sokol-accent-soft);
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.control-system__node strong {
    display: block;
    font-size: 24px;
    line-height: 1.08;
    font-weight: 700;
}
.control-system__node p {
    margin-top: 10px;
    color: #c6d3d8;
    font-size: 16px;
    line-height: 1.38;
}
.control-system__hub {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    display: -ms-grid;
    display: grid;
    place-items: center;
    width: 202px;
    height: 202px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 50%;
    text-align: center;
    background: rgba(213, 31, 46, .93);
    -webkit-box-shadow: 0 0 0 18px rgba(234, 37, 3, .09), var(--shadow-lg);
    box-shadow: 0 0 0 18px rgba(234, 37, 3, .09), var(--shadow-lg);
}
.control-system__hub b {
    display: block;
    font-size: 43px;
    line-height: .9;
    letter-spacing: -.04em;
}
.control-system__hub span {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.18;
    font-weight: 600;
}
.control-system__contract {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}
.control-system__contract-mark {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-grid;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: var(--sokol-accent);
    background: #fff;
    font-size: 20px;
    font-weight: 700;
}
.control-system__contract-copy {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.control-system__contract-copy strong {
    display: block;
    font-size: 19px;
    line-height: 1.1;
}
.control-system__contract-copy span {
    display: block;
    margin-top: 5px;
    color: #b9c9cf;
    font-size: 15px;
    line-height: 1.3;
}
.control-system__cta {
    min-height: 54px;
    padding: 0 25px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--sokol-accent);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: background-color .22s ease, -webkit-transform .22s ease;
    transition: background-color .22s ease, -webkit-transform .22s ease;
    transition: background-color .22s ease, transform .22s ease;
    transition: background-color .22s ease, transform .22s ease, -webkit-transform .22s ease;
}
.control-system__cta:hover {
    color: #fff;
    background: #b91422;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.control-system__cta:focus {
    color: #fff;
    outline: none;
}
.control-system__cta:focus-visible {
    color: #fff;
    background: #b91422;
    -webkit-box-shadow: 0 0 0 3px rgba(255, 255, 255, .52), 0 0 0 6px rgba(234, 37, 3, .45);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .52), 0 0 0 6px rgba(234, 37, 3, .45);
}
.control-system__assurance {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    border-top: 1px solid #d9e1e4;
    border-bottom: 1px solid #d9e1e4;
}
.control-system__assurance-item {
    display: -ms-grid;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 25px 30px;
}
.control-system__assurance-item + .control-system__assurance-item {
    border-left: 1px solid #d9e1e4;
}
.control-system__assurance strong {
    display: block;
    color: #10242d;
    font-size: 20px;
    line-height: 1.1;
}
.control-system__assurance p {
    margin-top: 7px;
    color: #617179;
    font-size: 15px;
    line-height: 1.38;
}

@media screen and (max-width: 900px) {.control-system {
        padding: 86px 0 82px;
    }
.control-system h2 {
        font-size: 45px;
    }
.control-system__content {
        -ms-grid-columns: 1fr 24px 170px 24px 1fr;
        grid-template-columns: 1fr 170px 1fr;
        gap: 24px;
        padding: 46px 34px 38px;
    }
.control-system__hub {
        width: 160px;
        height: 160px;
    }
.control-system__hub b {
        font-size: 36px;
    }
.control-system__node {
        padding: 21px;
    }
.control-system__node strong {
        font-size: 21px;
    }
.control-system__node p {
        font-size: 15px;
    }
.control-system__assurance-item {
        padding-right: 20px;
        padding-left: 20px;
    }}

@media screen and (max-width: 640px) {.control-system {
        scroll-margin-top: 66px;
        padding: 64px 0 66px;
    }
.control-system__container {
        width: calc(100% - 32px);
    }
.control-system h2 {
        font-size: 36px;
        line-height: 1.02;
    }
.control-system__lead {
        margin-top: 16px;
        font-size: 17px;
    }
.control-system__board {
        min-height: 0;
        margin-top: 30px;
        border-radius: 14px;
    }
.control-system__board::before {
        background:
            -webkit-gradient(linear, left top, left bottom, from(rgba(8, 30, 39, .98)), to(rgba(8, 30, 39, .87))),
            url('../img/service-enterprise.webp') center / cover no-repeat;
        background:
            linear-gradient(180deg, rgba(8, 30, 39, .98), rgba(8, 30, 39, .87)),
            url('../img/service-enterprise.webp') center / cover no-repeat;
    }
.control-system__lines {
        display: none;
    }
.control-system__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 0;
        padding: 26px 20px 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
.control-system__hub {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 134px;
        height: 134px;
        margin: 2px auto 8px;
    }
.control-system__hub b {
        font-size: 32px;
    }
.control-system__hub span {
        margin-top: 8px;
        font-size: 13px;
    }
.control-system__node,
.control-system__node--right {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        max-width: none;
        padding: 20px;
    }
.control-system__node strong {
        font-size: 21px;
    }
.control-system__contract {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 24px;
    }
.control-system__contract-copy {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 70px);
        flex: 1 1 calc(100% - 70px);
    }
.control-system__cta {
        width: 100%;
    }
.control-system__assurance {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 18px;
    }
.control-system__assurance-item {
        padding: 22px 0;
    }
.control-system__assurance-item + .control-system__assurance-item {
        border-top: 1px solid #d9e1e4;
        border-left: 0;
    }}

@media screen and (max-width: 380px) {.control-system h2 {
        font-size: 34px;
    }
.control-system__assurance-item {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }}

@media (prefers-reduced-motion: reduce) {.control-system__cta {
        -webkit-transition: none;
        transition: none;
    }
.control-system__cta:hover {
        -webkit-transform: none;
        transform: none;
    }}
.trust-evidence,
.trust-evidence *,
.trust-scan-modal,
.trust-scan-modal * {
    box-sizing: border-box;
}
.trust-evidence {
    --trust-ink: #10242d;
    --trust-muted: #617179;
    --trust-red: var(--sokol-accent);
    --trust-mist: #eef2f3;
    --trust-pale: #f7f9f9;
    --trust-line: #d9e1e4;
    position: relative;
    overflow: hidden;
    padding: 100px 0 96px;
    color: var(--trust-ink);
    background: #fff;
}
.trust-evidence__container {
    width: min(1216px, calc(100% - 48px));
    margin: 0 auto;
}
.trust-evidence__header {
    position: static;
    z-index: auto;
    top: auto;
    left: auto;
    display: grid;
    width: auto;
    grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr);
    align-items: end;
    gap: 70px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.trust-evidence .trust-evidence__title {
    max-width: 760px;
    margin: 0;
    color: var(--trust-ink);
    font-size: clamp(48px, 4.55vw, 68px);
    line-height: .98;
    font-weight: 600;
    letter-spacing: -.047em;
}
.trust-evidence__lead {
    margin: 0;
    color: var(--trust-muted);
    font-size: 19px;
    line-height: 1.5;
}
.trust-evidence__clients {
    margin-top: 55px;
    overflow: hidden;
    border: 1px solid var(--trust-line);
    border-radius: 14px;
    background: #fff;
}
.trust-evidence__logo-tier {
    display: grid;
}
.trust-evidence__logo-tier--primary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-bottom: 1px solid var(--trust-line);
}
.trust-evidence__logo-tier--secondary {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.trust-evidence__logo {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 138px;
    grid-template-rows: 1fr auto;
    align-items: center;
    justify-items: center;
    gap: 10px;
    padding: 22px 16px;
    border: 0;
    border-right: 1px solid var(--trust-line);
    border-radius: 0;
    background: transparent;
}
button.trust-evidence__logo {
    cursor: pointer;
}
button.trust-evidence__logo:hover {
    background: var(--trust-pale);
}
.trust-evidence__logo-tier .trust-evidence__logo:last-child {
    border-right: 0;
}
.trust-evidence__logo img {
    display: block;
    max-width: 100%;
    max-height: 68px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.trust-evidence__logo--crest img {
    max-height: 76px;
}
.trust-evidence__logo--featured {
    min-height: 178px;
    padding: 30px 30px;
}
.trust-evidence__logo--featured img {
    max-width: min(100%, 210px);
    max-height: 88px;
}
.trust-evidence__logo--sber img {
    max-width: min(100%, 92px);
    max-height: 92px;
}
.trust-evidence__logo--megafon img {
    max-width: min(100%, 205px);
}
.trust-evidence__logo--beeline img {
    max-width: min(100%, 190px);
    max-height: 92px;
}
.trust-evidence__logo--santeri img {
    max-width: min(100%, 116px);
}
.trust-evidence__voices {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 14px;
    color: #fff;
    background: var(--trust-ink);
}
.trust-evidence__voices-head {
    position: static;
    z-index: auto;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    padding: 24px 30px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    background: transparent;
    box-shadow: none;
}
.trust-evidence__voices-head h3 {
    margin: 0;
    color: #fff;
    font-size: 27px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -.025em;
}
.trust-evidence__voice-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.trust-evidence__voice {
    min-height: 218px;
    padding: 25px 29px 24px;
    border-right: 1px solid rgba(255, 255, 255, .15);
}
.trust-evidence__voice:last-child {
    border-right: 0;
}
.trust-evidence__voice-brand {
    display: flex;
    min-height: 42px;
    align-items: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 600;
}
.trust-evidence__voice-brand--sber {
    color: #63d46c;
    font-size: 22px;
    letter-spacing: .04em;
}
.trust-evidence__voice-brand img {
    display: block;
    max-width: 112px;
    max-height: 38px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.trust-evidence__voice blockquote {
    margin: 19px 0 0;
    max-width: none;
    padding: 0;
    position: static;
    color: #d7e0e3;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
}
.trust-evidence__voice blockquote::before {
    content: none;
}
.trust-evidence__voice-author {
    margin-top: 17px;
    margin-bottom: 0;
    color: #8fa3aa;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 400;
}
.trust-evidence__letters {
    position: relative;
    isolation: isolate;
}
.trust-evidence__letters::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -104px;
    right: 160px;
    width: 220px;
    aspect-ratio: 445 / 544;
    pointer-events: none;
    opacity: .038;
    background: var(--trust-ink);
    -webkit-mask: url("../img/logo1.png") center / contain no-repeat;
    mask: url("../img/logo1.png") center / contain no-repeat;
}
.trust-evidence__letters > * {
    position: relative;
    z-index: 1;
}
.trust-evidence__letters-head {
    position: static;
    z-index: auto;
    top: auto;
    left: auto;
    display: grid;
    width: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 56px;
    margin-top: 92px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.trust-evidence__letters-head h3 {
    margin: 0;
    color: var(--trust-ink);
    font-size: clamp(35px, 3.2vw, 48px);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.04em;
}
.trust-evidence__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 13px;
    color: #7a8d94;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
}
.trust-evidence__nav button {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid #bdc9cd;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}
.trust-evidence__nav button:hover {
    color: #fff;
    border-color: var(--trust-ink);
    background: var(--trust-ink);
}
.trust-evidence__nav strong {
    color: var(--trust-ink);
    font-weight: 600;
}
.trust-evidence__reader {
    display: grid;
    grid-template-columns: minmax(0, 1.44fr) minmax(330px, .56fr);
    gap: 16px;
    margin-top: 36px;
}
.trust-evidence__active {
    display: grid;
    grid-template-columns: minmax(300px, .92fr) minmax(260px, .78fr);
    min-height: 638px;
    overflow: hidden;
    border-radius: 14px;
    background: var(--trust-mist);
}
.trust-evidence__document {
    position: relative;
    display: grid;
    min-height: 638px;
    padding: 36px 24px;
    place-items: center;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #e2e8ea;
    cursor: zoom-in;
}
.trust-evidence__document::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .55;
    background-image: radial-gradient(rgba(16, 36, 45, .14) .7px, transparent .7px);
    background-size: 17px 17px;
}
.trust-evidence__document img {
    position: relative;
    display: block;
    max-width: 100%;
    width: auto;
    height: 554px;
    object-fit: contain;
    background: #fff;
    box-shadow: var(--shadow-lg);
    transition: transform .25s ease, opacity .18s ease;
}
.trust-evidence__document:hover img {
    transform: translateY(-4px);
}
.trust-evidence__summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 38px;
    background: var(--trust-pale);
}
.trust-evidence__summary-index {
    color: var(--trust-red);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.trust-evidence__summary h4 {
    margin: 20px 0 0;
    color: var(--trust-ink);
    font-size: 32px;
    line-height: 1.07;
    font-weight: 600;
    letter-spacing: -.035em;
}
.trust-evidence__summary-year {
    margin-top: 10px;
    color: #819198;
    font-size: 14px;
    line-height: 1.2;
}
.trust-evidence__summary-case {
    margin: 18px 0 0;
    color: var(--trust-ink);
    font-size: 16px;
    line-height: 1.45;
}
.trust-evidence__summary-case[hidden],
.trust-evidence__summary-proof-label[hidden] {
    display: none;
}
.trust-evidence__summary-proof {
    margin-top: 27px;
}
.trust-evidence__summary.has-case .trust-evidence__summary-proof {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid var(--trust-line);
}
.trust-evidence__summary.has-case {
    padding: 34px 32px;
}
.trust-evidence__summary.has-case h4 {
    margin-top: 14px;
}
.trust-evidence__summary.has-case .trust-evidence__summary-year {
    margin-top: 8px;
}
.trust-evidence__summary-proof-label {
    display: block;
    color: var(--trust-red);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.trust-evidence__summary-text {
    margin: 0;
    color: #617179;
    font-size: 17px;
    line-height: 1.53;
}
.trust-evidence__summary-proof-label + .trust-evidence__summary-text {
    margin-top: 8px;
}
.trust-evidence__summary.has-case .trust-evidence__summary-text {
    font-size: 14px;
    line-height: 1.45;
}
.trust-evidence__summary.has-case .trust-evidence__summary-author {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.35;
}
.trust-evidence__summary.has-case .trust-evidence__summary-issued {
    margin-top: 10px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.35;
}
.trust-evidence__rail {
    height: 638px;
    padding: 8px;
    overflow: auto;
    border: 1px solid var(--trust-line);
    border-radius: 14px;
    background: #fff;
    scrollbar-color: #b8c4c8 transparent;
    scrollbar-width: thin;
}
.trust-evidence__rail-item {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    min-height: 74px;
    padding: 13px 12px;
    border: 0;
    border-bottom: 1px solid #e3e9eb;
    border-radius: 14px;
    text-align: left;
    background: transparent;
    cursor: pointer;
}
.trust-evidence__rail-item:last-child {
    border-bottom: 0;
}
.trust-evidence__rail-item:hover {
    background: var(--trust-pale);
}
.trust-evidence__rail-item.is-active {
    color: #fff;
    background: var(--trust-ink);
}
.trust-evidence__rail-number {
    color: #91a0a6;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
}
.trust-evidence__rail-name {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
}
.trust-evidence__rail-year {
    color: #84949a;
    font-size: 13px;
    line-height: 1.2;
}
.trust-evidence__rail-item.is-active .trust-evidence__rail-number,
.trust-evidence__rail-item.is-active .trust-evidence__rail-year {
    color: #b7c3c7;
}
.trust-scan-modal {
    position: fixed;
    z-index: 2100;
    inset: 0;
    display: grid;
    padding: 34px;
    place-items: center;
    opacity: 0;
    visibility: hidden;
    background: rgba(7, 18, 23, .9);
    transition: opacity .2s ease, visibility .2s ease;
}
.trust-scan-modal[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
}
.trust-scan-modal img {
    display: block;
    max-width: min(94vw, 1050px);
    max-height: 91vh;
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: var(--shadow-lg);
}
.trust-scan-modal__close {
    position: fixed;
    top: 25px;
    right: 25px;
    display: grid;
    width: 48px;
    height: 48px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    color: #fff;
    background: rgba(16, 36, 45, .65);
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.trust-evidence button:focus-visible,
.trust-scan-modal button:focus-visible {
    outline: 3px solid rgba(213, 31, 46, .45) !important;
    outline-offset: 3px !important;
}

@media (max-width: 1080px) {.trust-evidence__logo-tier--secondary {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
.trust-evidence__logo-tier--secondary .trust-evidence__logo:nth-child(-n + 4) {
        border-bottom: 1px solid var(--trust-line);
    }
.trust-evidence__logo-tier--secondary .trust-evidence__logo:nth-child(4) {
        border-right: 0;
    }
.trust-evidence__reader {
        grid-template-columns: 1fr;
    }
.trust-evidence__rail {
        display: flex;
        width: 100%;
        height: auto;
        overflow-x: auto;
    }
.trust-evidence__rail-item {
        flex: 0 0 265px;
        border-right: 1px solid #e3e9eb;
        border-bottom: 0;
    }
.trust-evidence__letters::before {
        top: -82px;
        right: 70px;
        width: 185px;
    }}

@media (max-width: 760px) {.trust-evidence {
        padding: 70px 0 68px;
    }
.trust-evidence__container {
        width: calc(100% - 32px);
    }
.trust-evidence__header {
        grid-template-columns: 1fr;
        gap: 25px;
    }
.trust-evidence .trust-evidence__title {
        font-size: clamp(42px, 12vw, 53px);
    }
.trust-evidence__lead {
        font-size: 17px;
    }
.trust-evidence__clients {
        margin-top: 38px;
        border-radius: 14px;
    }
.trust-evidence__logo-tier--primary,
.trust-evidence__logo-tier--secondary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
.trust-evidence__logo {
        min-height: 126px;
        padding: 18px 12px;
        gap: 8px;
        border-right: 1px solid var(--trust-line);
    }
.trust-evidence__logo img {
        max-height: 58px;
    }
.trust-evidence__logo--crest img {
        max-height: 64px;
    }
.trust-evidence__logo-tier .trust-evidence__logo:nth-child(2n) {
        border-right: 0;
    }
.trust-evidence__logo-tier--primary .trust-evidence__logo:nth-child(-n + 2),
.trust-evidence__logo-tier--secondary .trust-evidence__logo:nth-child(-n + 6) {
        border-bottom: 1px solid var(--trust-line);
    }
.trust-evidence__logo--featured {
        min-height: 152px;
        padding: 24px 18px;
    }
.trust-evidence__logo--featured img {
        max-width: min(100%, 168px);
        max-height: 74px;
    }
.trust-evidence__logo--sber img {
        max-width: 76px;
        max-height: 76px;
    }
.trust-evidence__voices {
        margin-top: 16px;
        border-radius: 14px;
    }
.trust-evidence__voices-head {
        padding: 22px 24px 18px;
    }
.trust-evidence__voice-grid {
        grid-template-columns: 1fr;
    }
.trust-evidence__voice {
        min-height: 0;
        padding: 23px 24px 22px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }
.trust-evidence__voice:last-child {
        border-bottom: 0;
    }
.trust-evidence__voice blockquote {
        max-width: 560px;
    }
.trust-evidence__letters-head {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 72px;
    }
.trust-evidence__letters-head h3 {
        font-size: 38px;
    }
.trust-evidence__nav {
        justify-content: flex-start;
    }
.trust-evidence__letters::before {
        top: -58px;
        right: -5px;
        width: 145px;
        opacity: .028;
    }
.trust-evidence__reader {
        display: flex;
        flex-direction: column;
    }
.trust-evidence__rail {
        order: -1;
        width: calc(100% + 32px);
        margin: 0 -16px;
        padding: 8px 16px;
        border: 0;
        border-radius: 0;
    }
.trust-evidence__rail-item {
        flex-basis: 238px;
    }
.trust-evidence__active {
        grid-template-columns: 1fr;
        min-height: 0;
        border-radius: 14px;
    }
.trust-evidence__document {
        min-height: 470px;
        padding: 25px 19px;
    }
.trust-evidence__document img {
        height: 414px;
    }
.trust-evidence__summary {
        padding: 32px 26px 36px;
    }
.trust-evidence__summary h4 {
        font-size: 29px;
    }
.trust-scan-modal {
        padding: 18px;
    }
.trust-scan-modal__close {
        top: 14px;
        right: 14px;
    }}

@media (max-width: 390px) {.trust-evidence .trust-evidence__title {
        font-size: 40px;
    }
.trust-evidence__letters-head h3 {
        font-size: 35px;
    }
.trust-evidence__document {
        min-height: 430px;
    }
.trust-evidence__document img {
        height: 374px;
    }}

@media (prefers-reduced-motion: reduce) {.trust-evidence *,
.trust-evidence *::before,
.trust-evidence *::after,
.trust-scan-modal,
.trust-scan-modal * {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }}
.trust-evidence__grid,
.trust-evidence__more-wrap {
    display: none;
}
.trust-evidence__summary-issued {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1px solid var(--trust-line);
    color: var(--trust-muted);
    font-size: 13px;
    line-height: 1.4;
}
.trust-evidence__summary-issued[hidden] {
    display: none;
}
.trust-evidence__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-top: 26px;
}
.letter-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--trust-line);
    border-radius: 14px;
    background: #fff;
    text-align: left;
    cursor: pointer;
    transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}
.letter-card[hidden] {
    display: none;
}
.letter-card:hover {
    border-color: #c3ced3;
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}
.letter-card__scan {
    display: block;
    overflow: hidden;
    background: var(--trust-pale);
    border-bottom: 1px solid var(--trust-line);
}
.letter-card__scan img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top center;
}
.letter-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 24px 24px;
}
.letter-card__name {
    display: block;
    color: var(--trust-ink);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.01em;
}
.letter-card__year {
    display: block;
    margin-top: 6px;
    color: var(--trust-muted);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .06em;
}
.letter-card__text {
    display: block;
    margin-top: 12px;
    color: var(--trust-muted);
    font-size: 15px;
    line-height: 1.45;
}
.letter-card__case {
    display: block;
    margin-top: 14px;
    color: var(--trust-ink);
    font-size: 16px;
    line-height: 1.48;
}
.letter-card__proof-label {
    display: block;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid var(--trust-line);
    color: var(--trust-red);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.letter-card--case .letter-card__text {
    margin-top: 8px;
    font-size: 14px;
}
.letter-card__issued {
    display: block;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--trust-line);
    color: var(--trust-muted);
    font-size: 13px;
    line-height: 1.4;
}
.letter-card__open {
    display: inline-block;
    margin-top: auto;
    padding-top: 16px;
    color: var(--sokol-accent);
    font-size: 14px;
    font-weight: 600;
}
.letter-card:hover .letter-card__open {
    text-decoration: underline;
}
.trust-evidence__more-wrap {
    margin-top: 26px;
    text-align: center;
}
.trust-evidence__more {
    min-height: 54px;
    padding: 0 30px;
    border: 1px solid var(--trust-line);
    border-radius: 10px;
    color: var(--trust-ink);
    background: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color .2s ease, color .2s ease;
}
.trust-evidence__more:hover {
    border-color: var(--sokol-accent);
    color: var(--sokol-accent);
}

@media (max-width: 760px) {.trust-evidence__reader {
        display: none;
    }
.trust-evidence__nav {
        display: none;
    }
.trust-evidence__grid {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
        margin-top: 26px;
    }
.letter-card__scan img {
        height: 210px;
    }
.letter-card__body {
        padding: 18px 20px 20px;
    }
.trust-evidence__more-wrap {
        display: block;
    }
.trust-evidence__more {
        width: 100%;
    }}
.trust-evidence__summary-author {
    margin: 12px 0 0;
    color: var(--trust-muted);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}
.trust-evidence__summary-author[hidden] {
    display: none;
}
.letter-card__author {
    display: block;
    margin-top: 10px;
    color: var(--trust-muted);
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}
.employees-bridge-form,
.employees-bridge-form *,
.employees-gallery,
.employees-gallery * {
    box-sizing: border-box;
}
.employees-bridge-form {
    position: relative;
    z-index: 4;
    display: grid;
    width: min(1216px, calc(100% - 48px));
    min-height: 118px;
    grid-template-columns: minmax(0, 1fr) 260px 230px;
    gap: 14px;
    align-items: center;
    margin: -59px auto;
    padding: 25px 28px 25px 34px;
    border-radius: 14px;
    color: #fff;
    background: #10242d;
    box-shadow: var(--shadow-md);
    font-family: 'Gilroy', sans-serif;
}
.employees-bridge-form__copy strong {
    display: block;
    margin-bottom: 7px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -.025em;
}
.employees-bridge-form > .employees-bridge-form__copy {
    display: block;
    text-align: left;
}
.employees-bridge-form__copy span {
    color: #b8c7cc;
    font-size: 15px;
    line-height: 1.4;
}
.employees-bridge-form input,
.employees-bridge-form button {
    width: 100%;
    min-height: 54px;
    border-radius: 10px;
    font: inherit;
}
.employees-bridge-form input {
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    color: #10242d;
    background: #fff;
}
.employees-bridge-form button {
    border: 0;
    color: #fff;
    background: var(--sokol-accent);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.employees-bridge-form button:hover {
    background: #c81b29;
}
.employees-bridge-form input:focus-visible,
.employees-bridge-form button:focus-visible {
    outline: 3px solid rgba(213, 31, 46, .34) !important;
    outline-offset: 3px;
}
.employees-gallery {
    --employees-ink: #10242d;
    --employees-muted: #617179;
    --employees-red: var(--sokol-accent);
    --employees-pale: #f7f9f9;
    --employees-line: #d9e1e4;
    overflow: hidden;
    padding: 142px 0 112px;
    color: var(--employees-ink);
    background: #fff;
    font-family: 'Gilroy', sans-serif;
}
.employees-gallery__container {
    width: min(1216px, calc(100% - 48px));
    margin: 0 auto;
}
.employees-gallery__header {
    position: static;
    z-index: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: grid;
    width: auto;
    min-height: 0;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr);
    gap: 72px;
    align-items: end;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.employees-gallery .employees-gallery__title {
    max-width: 760px;
    margin: 0;
    color: var(--employees-ink);
    font-size: clamp(48px, 4.3vw, 66px);
    line-height: .99;
    font-weight: 600;
    letter-spacing: -.047em;
}
.employees-gallery__card {
    margin-top: 54px;
    overflow: hidden;
    border: 1px solid var(--employees-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--shadow-md);
}
.employees-gallery__card-top {
    display: grid;
    grid-template-columns: minmax(0, 1.66fr) minmax(380px, .84fr);
    min-height: 610px;
}
.employees-gallery__visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    margin: 0;
    background: #322d2b;
}
.employees-gallery__visual::after {
    position: absolute;
    inset: 0;
    content: '';
    background:
        linear-gradient(180deg, rgba(9, 23, 29, .02) 43%, rgba(9, 23, 29, .75) 100%),
        linear-gradient(90deg, rgba(9, 23, 29, .1), transparent 35%);
    pointer-events: none;
}
.employees-gallery__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 51% 50%;
    transition: transform 900ms cubic-bezier(.2, .72, .2, 1);
}
.employees-gallery__card:hover .employees-gallery__visual img {
    transform: scale(1.018);
}
.employees-gallery__copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 40px 36px 28px;
    border-left: 1px solid var(--employees-line);
    background: var(--employees-pale);
}
.employees-gallery .employees-gallery__copy-title {
    max-width: 350px;
    margin: 0 0 28px;
    color: var(--employees-ink);
    font-size: 29px;
    line-height: 1.08;
    font-weight: 600;
    letter-spacing: -.033em;
}
.employees-gallery__gallery {
    margin-top: 36px;
    scroll-margin-top: 112px;
}
.employees-gallery__gallery-title {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}
.employees-gallery__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.employees-gallery__item {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    border-radius: 14px;
    aspect-ratio: 3 / 2;
    color: #fff;
    background: var(--employees-ink);
}
.employees-gallery__item::after {
    position: absolute;
    inset: 0;
    content: '';
    background: rgba(7, 25, 32, 0);
    transition: background 260ms ease;
    pointer-events: none;
}
.employees-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(.2, .72, .2, 1);
}
.employees-gallery__item:hover img,
.employees-gallery__item:focus-visible img {
    transform: scale(1.025);
}
.employees-gallery__item:hover::after,
.employees-gallery__item:focus-visible::after {
    background: rgba(7, 25, 32, .08);
}
.employees-gallery__item:focus-visible,
.employees-gallery__all:focus-visible {
    outline: 3px solid rgba(213, 31, 46, .4) !important;
    outline-offset: 3px;
}
.employees-gallery__hidden {
    display: none;
}
.employees-gallery__footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 24px;
}
.employees-gallery__all {
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid var(--employees-ink);
    border-radius: 10px;
    color: var(--employees-ink);
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.employees-gallery__all:hover {
    color: #fff;
    background: var(--employees-ink);
}

@media (max-width: 1080px) {.employees-bridge-form {
        grid-template-columns: minmax(0, 1fr) 240px 210px;
    }
.employees-gallery__header {
        grid-template-columns: minmax(0, 1fr) minmax(310px, .7fr);
        gap: 48px;
    }
.employees-gallery__card-top {
        grid-template-columns: minmax(0, 1.45fr) minmax(350px, .85fr);
    }}

@media (max-width: 900px) {.employees-bridge-form {
        grid-template-columns: 1fr;
        margin-top: -36px;
        margin-bottom: -36px;
    }
.employees-gallery {
        padding-top: 112px;
    }
.employees-gallery__header {
        grid-template-columns: 1fr;
        gap: 24px;
    }
.employees-gallery__card-top {
        grid-template-columns: 1fr;
    }
.employees-gallery__visual {
        min-height: 540px;
    }
.employees-gallery__copy {
        min-height: 470px;
        border-top: 1px solid var(--employees-line);
        border-left: 0;
    }
.employees-gallery__grid {
        grid-template-columns: 1fr 1fr;
    }}

@media (max-width: 760px) {.employees-bridge-form {
        width: calc(100% - 32px);
        min-height: 0;
        margin-top: -28px;
        margin-bottom: 0;
        padding: 25px 22px;
        border-radius: 14px;
    }
.employees-bridge-form__copy strong {
        font-size: 22px;
    }
.employees-gallery {
        padding: 72px 0 88px;
    }
.employees-gallery__container {
        width: calc(100% - 32px);
    }
.employees-gallery .employees-gallery__title {
        font-size: clamp(40px, 11.8vw, 51px);
    }
.employees-gallery__card {
        margin-top: 38px;
        border-radius: 14px;
    }
.employees-gallery__visual {
        min-height: 0;
        aspect-ratio: 16 / 10;
    }
.employees-gallery__visual img {
        object-position: 50% 50%;
    }
.employees-gallery__copy {
        min-height: 0;
        padding: 30px 24px 28px;
    }
.employees-gallery .employees-gallery__copy-title {
        font-size: 27px;
    }
.employees-gallery__gallery {
        margin-top: 20px;
        scroll-margin-top: 92px;
    }
.employees-gallery__grid {
        gap: 9px;
    }
.employees-gallery__item {
        border-radius: 10px;
    }
.employees-gallery__footer {
        padding-top: 18px;
    }
.employees-gallery__all {
        width: 100%;
    }}

@media (max-width: 390px) {.employees-gallery .employees-gallery__title {
        font-size: 39px;
    }}

@media (prefers-reduced-motion: reduce) {.employees-bridge-form *,
.employees-gallery *,
.employees-gallery *::before,
.employees-gallery *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }}
.gallery-grid {
    position: fixed;
    inset: 0;
    z-index: 99994;
    display: none;
    padding: 0;
    background: rgba(6, 18, 24, .94);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.gallery-grid[aria-hidden="false"] {
    display: block;
    overflow-y: auto;
}
.gallery-grid__head {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: min(1216px, calc(100% - 48px));
    margin: 0 auto;
    padding: 26px 0 20px;
    background: rgba(6, 18, 24, .94);
}
.gallery-grid__title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -.01em;
}
.gallery-grid__close {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 10px;
    color: #fff;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease;
}
.gallery-grid__close:hover {
    border-color: var(--sokol-accent);
    background: var(--sokol-accent);
}
.gallery-grid__items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: min(1216px, calc(100% - 48px));
    margin: 0 auto;
    padding-bottom: 40px;
}
.gallery-grid__cell {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 14px;
    background: #0c2028;
    cursor: pointer;
    aspect-ratio: 3 / 2;
}
.gallery-grid__cell img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease, opacity .2s ease;
}
.gallery-grid__cell:hover img {
    transform: scale(1.04);
    opacity: .9;
}

@media (max-width: 900px) {.gallery-grid__items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
    }}

@media (max-width: 600px) {.gallery-grid__head,
.gallery-grid__items {
        width: calc(100% - 32px);
    }
.gallery-grid__items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
.gallery-grid__title {
        font-size: 17px;
    }}
.employees-bridge-form .pressing {
    grid-column: 1 / -1;
    margin: 2px 0 0;
    padding-left: 28px;
    color: #b8c7cc;
    font-size: 13px;
    line-height: 1.4;
}
.employees-bridge-form .pressing::before {
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 5px;
    background: transparent;
}
.employees-bridge-form .pressing.pressed::before {
    border-color: var(--sokol-accent);
    background: var(--sokol-accent) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.4l3 3 6-6.4'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.employees-bridge-form .pressing a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.employees-bridge-form .pressing a:hover {
    color: var(--sokol-accent-soft);
}
.employees-bridge-form .consent-hint {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--sokol-accent-soft);
    font-size: 13px;
}
@media (min-width: 901px) {
    .employees-bridge-form > .employees-bridge-form__copy {
        grid-area: 1 / 1 / 3 / 2;
        align-self: center;
    }
    .employees-bridge-form > input[type="tel"] {
        grid-area: 1 / 2;
    }
    .employees-bridge-form > button {
        grid-area: 1 / 3;
    }
    .employees-bridge-form .pressing {
        grid-area: 2 / 2 / 3 / -1;
        margin-top: 0;
    }
    .employees-bridge-form .consent-hint {
        grid-area: 3 / 2 / 4 / -1;
    }
}
.sokol-contact,
.sokol-contact * {
    box-sizing: border-box;
}
.sokol-contact {
    --contact-ink: #10242d;
    --contact-red: var(--sokol-accent);
    --contact-red-dark: #bd1725;
    --contact-muted: #617179;
    --contact-line: #d9e1e4;
    --contact-pale: #f2f5f5;
    overflow: hidden;
    padding: 104px 0 80px;
    color: var(--contact-ink);
    background: #fff;
    font-family: 'Gilroy', sans-serif;
}
.sokol-contact__container {
    width: min(1216px, calc(100% - 48px));
    margin: 0 auto;
}
.sokol-contact__header {
    position: static;
    z-index: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    display: flex;
    width: auto;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 42px;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.sokol-contact .sokol-contact__title {
    margin: 0;
    color: var(--contact-ink);
    font-size: clamp(52px, 4.4vw, 68px);
    line-height: .96;
    font-weight: 600;
    letter-spacing: -.05em;
}
.sokol-contact__navigation {
    margin: 0;
}
.sokol-contact__city-list {
    display: flex;
    gap: 34px;
    align-items: center;
    margin: 0;
    padding: 0 2px;
    border-bottom: 1px solid var(--contact-line);
    list-style: none;
}
.sokol-contact__city-list li {
    margin: 0;
    padding: 0;
}
.sokol-contact__noscript-addresses {
    display: grid;
    gap: 8px;
    margin: 24px 0 0;
    padding: 20px 22px;
    border: 1px solid var(--contact-line);
    border-radius: 14px;
    color: var(--contact-ink);
    background: var(--contact-pale);
    font-size: 15px;
    line-height: 1.45;
    list-style: none;
}
.sokol-contact__city {
    position: relative;
    min-height: 52px;
    padding: 0 0 13px;
    border: 0;
    color: var(--contact-muted);
    background: transparent;
    font: inherit;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
}
.sokol-contact__city::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    border-radius: 2px 2px 0 0;
    background: transparent;
    content: '';
}
.sokol-contact__city:hover,
.sokol-contact__city:focus-visible,
.sokol-contact__city.is-active {
    color: var(--contact-ink);
}
.sokol-contact__city.is-active::after {
    background: var(--contact-red);
}
.sokol-contact__city:focus-visible,
.sokol-contact__cta:focus-visible,
.sokol-contact__whatsapp:focus-visible {
    outline: 3px solid rgba(213, 31, 46, .28) !important;
    outline-offset: 4px;
}
.sokol-contact__stage {
    display: grid;
    grid-template-columns: minmax(0, 1.58fr) minmax(390px, .82fr);
    grid-template-areas: 'map panel';
    min-height: 600px;
    margin-top: 28px;
    overflow: hidden;
    border: 1px solid var(--contact-line);
    border-radius: 14px;
    background: var(--contact-pale);
    box-shadow: var(--shadow-md);
}
.sokol-contact__map {
    position: relative;
    grid-area: map;
    min-width: 0;
    overflow: hidden;
    background: #e4e9e9;
}
.sokol-contact__map::after {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, transparent 72%, rgba(11, 28, 35, .06));
    content: '';
    pointer-events: none;
}
.sokol-contact__map-frame {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(.92) saturate(.55) contrast(.93);
}
.sokol-contact__map-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.sokol-contact__map-fallback svg {
    display: block;
    width: 100%;
    height: 100%;
}
.sokol-contact__map-caption {
    position: absolute;
    z-index: 4;
    right: 30px;
    bottom: 30px;
    left: 30px;
    display: flex;
    max-width: 370px;
    align-items: center;
    gap: 14px;
    padding: 17px 19px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(12px);
}
.sokol-contact__map-caption-mark {
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--contact-red);
    box-shadow: 0 0 0 5px rgba(234, 37, 3, .11);
}
.sokol-contact__map-caption strong,
.sokol-contact__map-caption span {
    display: block;
}
.sokol-contact__map-caption strong {
    margin-bottom: 3px;
    color: var(--contact-ink);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
}
.sokol-contact__map-caption span {
    color: var(--contact-muted);
    font-size: 13px;
    line-height: 1.35;
}
.sokol-contact__panel {
    position: relative;
    z-index: 5;
    grid-area: panel;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 52px 44px 42px;
    color: #fff;
    background: var(--contact-ink);
}
.sokol-contact__panel-head {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.sokol-contact__panel-city {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 17px;
    color: #c8d4d8;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.sokol-contact__panel-city::before {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--contact-red);
    content: '';
}
.sokol-contact .sokol-contact__address {
    max-width: 360px;
    margin: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.16;
    font-weight: 600;
    letter-spacing: -.025em;
}
.sokol-contact__phone {
    margin: 34px 0 27px;
}
.sokol-contact__label {
    display: block;
    margin-bottom: 8px;
    color: #8fa4ac;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.sokol-contact__phone a {
    color: #fff;
    font-size: 29px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -.025em;
    text-decoration: none;
}
.sokol-contact__phone a:hover,
.sokol-contact__details a:hover,
.sokol-contact__whatsapp:hover {
    color: #fff;
    text-decoration: underline;
}
.sokol-contact__details {
    display: grid;
    gap: 22px;
    margin: 0;
}
.sokol-contact__detail {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}
.sokol-contact__detail dt,
.sokol-contact__detail dd {
    margin: 0;
}
.sokol-contact__detail dt {
    color: #8fa4ac;
    font-size: 13px;
    line-height: 1.4;
}
.sokol-contact__detail dd,
.sokol-contact__detail a {
    color: #eef4f5;
    font-size: 15px;
    line-height: 1.42;
    text-decoration: none;
}
.sokol-contact__actions {
    display: grid;
    gap: 16px;
    margin-top: auto;
    padding-top: 34px;
}
.sokol-contact__cta {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--contact-red);
    font: inherit;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}
.sokol-contact__cta:hover {
    color: #fff;
    background: var(--contact-red-dark);
    transform: translateY(-1px);
}
.sokol-contact__cta span {
    font-size: 20px;
    line-height: 1;
}
.sokol-contact__whatsapp {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    color: #dfe9eb;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    text-decoration: none;
}
.sokol-contact__whatsapp-icon {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

@media (max-width: 1040px) {.sokol-contact__stage {
        grid-template-columns: minmax(0, 1.3fr) minmax(360px, .9fr);
    }
.sokol-contact__panel {
        padding-right: 34px;
        padding-left: 34px;
    }
.sokol-contact__city-list {
        gap: 24px;
    }}

@media (max-width: 900px) {.sokol-contact {
        padding-top: 86px;
    }
.sokol-contact__city-list {
        flex-wrap: wrap;
        gap: 0 26px;
    }
.sokol-contact__stage {
        grid-template-columns: 1fr;
        grid-template-areas:
            'panel'
            'map';
        min-height: 0;
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }
.sokol-contact__panel {
        min-height: 500px;
        border-radius: 14px;
        box-shadow: var(--shadow-md);
    }
.sokol-contact__map {
        min-height: 380px;
        margin-top: 16px;
        border: 1px solid var(--contact-line);
        border-radius: 14px;
    }
.sokol-contact__map::after {
        display: none;
    }}

@media (max-width: 700px) {.sokol-contact {
        padding: 72px 0 48px;
    }
.sokol-contact__container {
        width: min(100% - 30px, 520px);
    }
.sokol-contact__header {
        margin-bottom: 28px;
    }
.sokol-contact .sokol-contact__title {
        font-size: 46px;
        line-height: .98;
    }
.sokol-contact__city-list {
        display: grid;
        grid-template-columns: repeat(3, max-content);
        gap: 0 22px;
        justify-content: start;
        padding: 0;
    }
.sokol-contact__city {
        min-height: 46px;
        padding-bottom: 11px;
        font-size: 14px;
    }
.sokol-contact__stage {
        margin-top: 22px;
    }
.sokol-contact__panel {
        min-height: 520px;
        padding: 34px 26px 27px;
        border-radius: 14px;
    }
.sokol-contact__panel-head {
        padding-bottom: 25px;
    }
.sokol-contact__panel-city {
        margin-bottom: 13px;
        font-size: 13px;
    }
.sokol-contact .sokol-contact__address {
        max-width: 290px;
        font-size: 24px;
        line-height: 1.2;
    }
.sokol-contact__phone {
        margin: 27px 0 24px;
    }
.sokol-contact__phone a {
        font-size: 27px;
    }
.sokol-contact__details {
        gap: 17px;
    }
.sokol-contact__detail {
        grid-template-columns: 75px minmax(0, 1fr);
        gap: 10px;
    }
.sokol-contact__actions {
        padding-top: 28px;
    }
.sokol-contact__map {
        min-height: 292px;
        margin-top: 14px;
        border-radius: 14px;
    }
.sokol-contact__map-caption {
        right: 16px;
        bottom: 16px;
        left: 16px;
        padding: 14px 15px;
    }}

@media (max-width: 374px) {.sokol-contact__city-list {
        column-gap: 18px;
    }
.sokol-contact__city {
        font-size: 13px;
    }
.sokol-contact__panel {
        padding-right: 22px;
        padding-left: 22px;
    }
.sokol-contact__phone a {
        font-size: 25px;
    }}

@media (prefers-reduced-motion: reduce) {.sokol-contact *,
.sokol-contact *::before,
.sokol-contact *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }}

.sokol-hero h1 {
    font-size: clamp(58px, 5.05vw, 78px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.035em;
}
.services-primary h2,
.services-additional h2,
.control-system h2,
.trust-evidence .trust-evidence__title,
.employees-gallery .employees-gallery__title,
.sokol-contact .sokol-contact__title {
    font-size: clamp(34px, 3.2vw, 46px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.03em;
}
.trust-evidence .trust-evidence__voices-head h3,
.trust-evidence .trust-evidence__letters-head h3,
.trust-evidence h4,
.employees-gallery .employees-gallery__copy-title,
.employees-gallery .employees-gallery__gallery-title,
.sokol-contact .sokol-contact__address {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.14;
    letter-spacing: -.02em;
}
.service-card h3,
.control-system__node h3,
.additional-service h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.01em;
}

@media screen and (max-width: 767px) {.sokol-hero h1 {
        font-size: 42px;
        line-height: 1.04;
    }
.services-primary h2,
.services-additional h2,
.control-system h2,
.trust-evidence .trust-evidence__title,
.employees-gallery .employees-gallery__title,
.sokol-contact .sokol-contact__title {
        font-size: 30px;
        line-height: 1.08;
    }
.trust-evidence .trust-evidence__voices-head h3,
.trust-evidence .trust-evidence__letters-head h3,
.trust-evidence h4,
.employees-gallery .employees-gallery__copy-title,
.employees-gallery .employees-gallery__gallery-title,
.sokol-contact .sokol-contact__address {
        font-size: 20px;
        line-height: 1.18;
    }
.service-card h3,
.control-system__node h3,
.additional-service h3 {
        font-size: 18px;
    }}
.services-primary,
.services-additional,
.control-system,
.trust-evidence,
.employees-gallery,
.sokol-contact {
    padding-top: 96px;
    padding-bottom: 96px;
}
.employees-gallery {
    padding-top: 155px;
}
.services-additional {
    padding-top: 72px;
    padding-bottom: 72px;
}

@media screen and (max-width: 767px) {section.services-primary,
section.control-system,
section.trust-evidence,
section.employees-gallery,
section.sokol-contact {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }
section.services-additional {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
section.trust-evidence__voices {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }}
footer .container {
    width: min(1216px, calc(100% - 48px));
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 767px) {footer .container {
        width: calc(100% - 32px);
    }}
.warning__text,
.warning__text a,
.warning__apply.normb2 {
    font-size: 13px;
}
.trust-evidence .trust-evidence__letters-head h3 {
    font-size: clamp(34px, 3.2vw, 46px);
    line-height: 1.06;
}

@media screen and (max-width: 767px) {.trust-evidence .trust-evidence__letters-head h3 {
        font-size: 30px;
        line-height: 1.08;
    }}
.employees-bridge-form input,
.employees-bridge-form button {
    height: 54px;
    min-height: 54px;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.warning {
    position: fixed;
    right: 16px;
    bottom: 16px;
    left: auto;
    z-index: 120;
    display: none;
    align-items: center;
    gap: 20px;
    width: min(800px, calc(100% - 32px));
    min-height: 68px;
    height: auto;
    margin: 0;
    padding: 14px 16px 14px 22px;
    border: 0;
    border-radius: 14px;
    background: #10242d;
    box-shadow: var(--shadow-lg);
    text-align: left;
}
.warning--active {
    display: flex;
}
.warning__text {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 0;
    color: #b8c7cc;
    font-size: 13px;
    line-height: 1.45;
}
.warning__text br {
    display: none;
}
.warning__text a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.warning__text a:hover {
    color: var(--sokol-accent-soft);
}
.warning .warning__apply.normb2 {
    display: block;
    flex: 0 0 auto;
    width: 118px;
    height: 44px;
    margin: 0 0 0 auto;
    padding: 0;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--sokol-accent);
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .01em;
    text-transform: none;
    cursor: pointer;
    transition: background-color .2s ease;
}
.warning .warning__apply.normb2:hover {
    background: var(--sokol-accent-deep);
}
.warning .warning__apply.normb2::before {
    display: none;
}

@media screen and (max-width: 760px) {.warning {
        right: 12px;
        bottom: 12px;
        gap: 12px;
        width: calc(100% - 24px);
        min-height: 88px;
        padding: 12px 12px 12px 16px;
    }
.warning__text {
        gap: 12px;
        font-size: 12px;
        line-height: 1.4;
    }
.warning .warning__apply.normb2 {
        width: 90px;
        height: 44px;
        font-size: 13px;
    }}
.service-card .service-card__description {
    font-size: 16px;
    line-height: 1.45;
}
@media screen and (min-width: 992px) {
    .service-card .service-card__description {
        min-height: calc(16px * 1.45 * 3);
    }
}
.control-system .control-system__node p {
    font-size: 17px;
    line-height: 1.45;
}
.control-system .control-system__assurance-item p {
    font-size: 16px;
    line-height: 1.45;
}
.control-system .control-system__lead {
    font-size: 20px;
    line-height: 1.5;
}
.trust-evidence .trust-evidence__lead {
    font-size: 20px;
    line-height: 1.5;
}
.trust-evidence .trust-evidence__voice blockquote {
    font-size: 17px;
    line-height: 1.5;
}
.trust-evidence .trust-evidence__voice-author {
    font-size: 14px;
    line-height: 1.4;
}
.trust-evidence .trust-evidence__summary-text {
    font-size: 18px;
    line-height: 1.5;
}
.sokol-contact .sokol-contact__panel dd {
    font-size: 16px;
    line-height: 1.45;
}
footer .foott {
    font-size: 15px;
}

@media screen and (max-width: 767px) {.service-card .service-card__description,
.control-system .control-system__node p,
.control-system .control-system__assurance-item p,
.trust-evidence .trust-evidence__voice blockquote,
.sokol-contact .sokol-contact__panel dd {
        font-size: 16px;
    }
.control-system .control-system__lead,
.trust-evidence .trust-evidence__lead {
        font-size: 18px;
    }
.trust-evidence .trust-evidence__summary-text {
        font-size: 17px;
    }}
.service-card .service-card__desktop-break {
    display: none;
}
.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
#d1,
#d2,
#d3,
#d4,
#d6,
#d7 {
    scroll-margin-top: 100px;
}

@media screen and (max-width: 991px) {#d1,
#d2,
#d3,
#d4,
#d6,
#d7 {
        scroll-margin-top: 84px;
    }}

@media screen and (max-width: 767px) {.sokol-proof-contract span {
        font-size: 13px;
        line-height: 1.45;
    }
.sokol-proof-item span {
        line-height: 1.45;
    }
.sokol-proof-label,
.control-system__node-meta,
.additional-service__label,
.sokol-contact__label {
        line-height: 1.35;
    }
.letter-card__text {
        font-size: 16px;
        line-height: 1.5;
    }
.letter-card__year {
        line-height: 1.45;
    }
.letter-card__author,
.letter-card__issued {
        line-height: 1.45;
    }
footer .foott {
        font-size: 15px;
        line-height: 1.45;
    }}
.closemod,
.open_nav {
    padding: 0;
    font: inherit;
    color: inherit;
    -webkit-appearance: none;
    appearance: none;
}
.closemod:focus-visible,
.open_nav:focus-visible,
.service-card__action:focus-visible,
.additional-service__summary:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(234, 37, 3, .45);
    outline-offset: 2px;
}
.pressing__box {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}
.pressing:focus-within::before {
    box-shadow: 0 0 0 3px rgba(234, 37, 3, .22);
}
.consent-hint {
    margin: 8px 0 0;
    color: var(--sokol-accent);
    font-size: 13px;
    line-height: 1.4;
}
.pressing.is-required::before {
    border-color: var(--sokol-accent);
    -webkit-animation: consentPulse .6s ease 2;
    animation: consentPulse .6s ease 2;
}

@-webkit-keyframes consentPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(234, 37, 3, 0); }
    50% { box-shadow: 0 0 0 4px rgba(234, 37, 3, .28); }
}

@keyframes consentPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(234, 37, 3, 0); }
    50% { box-shadow: 0 0 0 4px rgba(234, 37, 3, .28); }
}
.case_modal .mod_wrp,
#recall .mod_wrp {
    max-width: 100%;
    padding: 48px 52px;
    border-radius: 14px;
    box-shadow: var(--shadow-lg);
}
.case_modal .mod_wrp::before,
#recall .mod_wrp::before {
    display: none;
}
.modal-backdrop.in {
    background: #10242d;
    opacity: .62;
}
.case_modal .closemod,
#recall .closemod {
    top: 22px;
    right: 22px;
}
.case_modal .case_ttle_modal,
#recall .case_ttle_modal {
    margin-bottom: 8px;
    color: var(--sokol-ink);
    font-size: 26px;
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: -.02em;
}
.case_modal .modal_in > .case_ttle_modal {
    margin-bottom: 30px;
}
.case_modal .cat_ttle {
    margin-bottom: 12px;
    color: var(--sokol-ink);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -.01em;
}
.case_modal .modal_lead {
    margin-bottom: 26px;
    color: var(--sokol-ink);
    font-size: 19px;
    line-height: 1.45;
    font-weight: 400;
}
.case_modal .modal_note {
    margin: 24px 0 28px;
    padding: 16px 18px;
    border-radius: 10px;
    background: #f3f6f7;
    color: var(--sokol-muted);
    font-size: 15px;
    line-height: 1.5;
}
.case_modal .norm_list {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}
.case_modal .norm_list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 26px;
    color: var(--sokol-ink);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
}
.case_modal .norm_list li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 14px;
    height: 2px;
    border: 0;
    border-radius: 2px;
    background: var(--sokol-accent);
}
.case_modal .case_img_item {
    height: 420px;
    margin-bottom: 0;
    border-radius: 14px;
}
.case_modal .case_img_item::before {
    display: none;
}
.case_modal .over_forma_t,
#recall .over_forma_t {
    margin-bottom: 16px;
}
.case_modal .over_forma_t p,
#recall .over_forma_t p {
    margin: 0;
    color: var(--sokol-ink);
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: -.01em;
}
.case_modal .in_item,
#recall .in_item {
    margin-bottom: 12px;
}
.case_modal .in_item input,
#recall .in_item input {
    width: 100%;
    height: 54px;
    min-height: 54px;
    padding: 0 18px;
    border: 1px solid #d9e1e4;
    border-bottom: 1px solid #d9e1e4;
    border-radius: 10px;
    color: var(--sokol-ink);
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.case_modal .in_item input::placeholder,
#recall .in_item input::placeholder {
    color: #93a3aa;
}
.case_modal .in_item input:focus,
#recall .in_item input:focus {
    border-color: var(--sokol-accent);
    outline: none;
}
.case_modal .in_item > span,
#recall .in_item > span {
    display: none;
}
.case_modal .zakaz_but,
#recall .zakaz_but {
    width: 100%;
    height: 54px;
    min-height: 54px;
    margin-top: 4px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: var(--sokol-accent);
    box-shadow: none;
    text-shadow: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .01em;
    text-transform: none;
    text-decoration: none;
    transition: background-color .2s ease;
}
.case_modal .zakaz_but:hover,
#recall .zakaz_but:hover {
    border: 0;
    color: #fff;
    background: var(--sokol-accent-deep);
}
.case_modal .pressing,
#recall .pressing {
    margin-top: 14px;
    padding-left: 28px;
    color: var(--sokol-muted);
    font-size: 13px;
    line-height: 1.4;
}
.case_modal .pressing::before,
#recall .pressing::before {
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #c3ced3;
    border-radius: 5px;
    background: #fff;
}
.case_modal .pressing.pressed::before,
#recall .pressing.pressed::before {
    border-color: var(--sokol-accent);
    background: var(--sokol-accent) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.4l3 3 6-6.4'/%3E%3C/svg%3E") center / 12px no-repeat;
}
.case_modal .pressing a,
#recall .pressing a {
    color: var(--sokol-muted);
    text-decoration: underline;
}
.case_modal .pressing a:hover,
#recall .pressing a:hover {
    color: var(--sokol-accent);
}
#recall .modal_wrp,
#thanks .modal_wrp {
    padding: 44px 46px 36px;
    border-radius: 14px;
    box-shadow: var(--shadow-lg);
}
#recall .mt1,
#thanks .mt1 {
    margin-bottom: 8px;
    color: var(--sokol-ink);
    font-size: 26px;
    line-height: 1.14;
    font-weight: 700;
    letter-spacing: -.02em;
}
#recall .mt2,
#thanks .mt2 {
    margin-bottom: 24px;
    color: var(--sokol-muted);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
}
#recall .modal_wrp .flex input {
    height: 54px;
    padding: 0 18px;
    border: 1px solid #d9e1e4;
    border-radius: 10px;
    background-color: #fff;
    color: var(--sokol-ink);
    font-size: 16px;
}
#recall .modal_wrp .flex input::placeholder {
    color: #93a3aa;
}
#recall .modal_wrp .flex input:focus {
    border-color: var(--sokol-accent);
    outline: none;
}
#recall .modal_wrp .normb {
    height: 54px;
    padding-top: 0;
    border-radius: 10px;
    background: var(--sokol-accent);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: none;
}
#recall .modal_wrp .normb::before {
    display: none;
}
#recall .modal_wrp .normb:hover {
    background: var(--sokol-accent-deep);
}
#recall .modal_wrp form .pressing {
    max-width: 100%;
    margin-top: 16px;
    padding-left: 28px;
    color: var(--sokol-muted);
    font-size: 13px;
    line-height: 1.4;
}
#recall .modal_wrp .pressing::before {
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #c3ced3;
    border-radius: 5px;
    background: #fff;
}
#recall .modal_wrp .pressing.pressed::before {
    border-color: var(--sokol-accent);
    background: var(--sokol-accent) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round' d='M3.5 8.4l3 3 6-6.4'/%3E%3C/svg%3E") center / 12px no-repeat;
}
#recall .closemod,
#thanks .closemod {
    top: 20px;
    right: 20px;
}

@media screen and (max-width: 991px) {#recall .modal_wrp,
#thanks .modal_wrp {
        padding: 32px 22px 26px;
    }
#recall .mt1,
#thanks .mt1 {
        font-size: 22px;
    }}

@media screen and (min-width: 992px) {.case_modal .row.flex {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: 44px;
        margin: 0;
    }
.case_modal .row.flex > [class*="col-md"] {
        width: auto;
        padding: 0;
    }
.case_modal .row.flex > .col-md-7 {
        flex: 0 0 calc(58% - 22px);
    }
.case_modal .row.flex > .col-md-5 {
        flex: 1 1 auto;
    }
.case_modal .case_media_area_wrp,
.case_modal .case_slider,
.case_modal .owl-stage-outer,
.case_modal .owl-stage,
.case_modal .owl-item,
.case_modal .item {
        height: 100%;
    }
.case_modal .case_img_item {
        height: 100%;
        min-height: 420px;
        max-height: 660px;
    }}

@media screen and (max-width: 991px) {.case_modal .mod_wrp,
#recall .mod_wrp {
        padding: 34px 24px;
    }
.case_modal .case_ttle_modal,
#recall .case_ttle_modal {
        font-size: 22px;
    }
.case_modal .modal_in > .case_ttle_modal {
        margin-bottom: 22px;
    }
.case_modal .modal_lead {
        font-size: 17px;
    }
.case_modal .case_img_item {
        height: 220px;
        margin-bottom: 24px;
    }}
.case_modal .calc_field,
#recall .calc_field {
    width: 100%;
    padding: 15px 18px;
    border: 1px solid #d9e1e4;
    border-radius: 10px;
    color: var(--sokol-ink);
    background: #fff;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.35;
}
.case_modal select.calc_field,
#recall select.calc_field {
    height: 54px;
    padding: 0 44px 0 18px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%2310242d' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l4.5 4.4L12.5 6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 14px;
}
.case_modal textarea.calc_field,
#recall textarea.calc_field {
    min-height: 96px;
    resize: vertical;
}
.case_modal .calc_field:focus,
#recall .calc_field:focus {
    border-color: var(--sokol-accent);
    outline: none;
}
.case_modal .calc_field::placeholder,
#recall .calc_field::placeholder {
    color: #93a3aa;
}
.case_modal .calc_note,
#recall .calc_note {
    margin: 10px 0 0;
    color: var(--sokol-muted);
    font-size: 13px;
    line-height: 1.4;
}
#recall .modal_wrp .flex > div {
    margin-bottom: 12px;
}
.case_modal .closemod,
#recall .closemod,
#thanks .closemod,
#politika .closemod {
    position: -webkit-sticky;
    position: sticky;
    top: 14px;
    z-index: 120;
    display: flex;
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-bottom: -30px;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9e1e4;
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: background-color .2s ease, border-color .2s ease;
}
.case_modal .closemod:hover,
#recall .closemod:hover,
#thanks .closemod:hover,
#politika .closemod:hover {
    border-color: var(--sokol-accent);
    background: var(--sokol-accent);
}
.case_modal .closemod::after,
#recall .closemod::after,
#thanks .closemod::after,
#politika .closemod::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #10242d;
    transition: background-color .2s ease;
    -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.3 5.7a1 1 0 0 0-1.4 0L12 10.6 7.1 5.7a1 1 0 1 0-1.4 1.4l4.9 4.9-4.9 4.9a1 1 0 1 0 1.4 1.4l4.9-4.9 4.9 4.9a1 1 0 0 0 1.4-1.4L13.4 12l4.9-4.9a1 1 0 0 0 0-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.3 5.7a1 1 0 0 0-1.4 0L12 10.6 7.1 5.7a1 1 0 1 0-1.4 1.4l4.9 4.9-4.9 4.9a1 1 0 1 0 1.4 1.4l4.9-4.9 4.9 4.9a1 1 0 0 0 1.4-1.4L13.4 12l4.9-4.9a1 1 0 0 0 0-1.4z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.case_modal .closemod:hover::after,
#recall .closemod:hover::after,
#thanks .closemod:hover::after,
#politika .closemod:hover::after {
    background-color: #fff;
}

@media screen and (max-width: 991px) {.case_modal .closemod,
#recall .closemod,
#thanks .closemod,
#politika .closemod {
        top: 10px;
        width: 44px;
        height: 44px;
        margin-bottom: -26px;
    }}

.form-error {
    margin: 10px 0 0;
    color: #EA2503;
    font-size: 13px;
    line-height: 1.4;
}

.employees-bridge-form .form-error {
    grid-column: 1 / -1;
    margin: 0;
    color: #FF684D;
}

.control-system__board {
    position: relative;
    isolation: isolate;
}

.control-system__assurance {
    position: relative;
}

.control-system__assurance::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -18px;
    z-index: -1;
    width: 240px;
    height: 235px;
    opacity: .05;
    pointer-events: none;
    background-color: #10242d;
    -webkit-mask: url("../img/mark-falcon.webp") center / contain no-repeat;
    mask: url("../img/mark-falcon.webp") center / contain no-repeat;
}

footer {
    position: relative;
    overflow: hidden;
}

footer::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 6%;
    z-index: 0;
    width: 148px;
    height: 181px;
    opacity: .07;
    pointer-events: none;
    transform: translateY(-50%);
    background-color: #10242d;
    -webkit-mask: url("../img/mark-crest.webp") center / contain no-repeat;
    mask: url("../img/mark-crest.webp") center / contain no-repeat;
}

footer .container {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .control-system__assurance::before {
        right: -10px;
        bottom: -10px;
        width: 150px;
        height: 147px;
    }

    footer::after {
        right: -14px;
        width: 108px;
        height: 132px;
        opacity: .06;
    }
}

.service-card__panel,
.trust-evidence__clients,
.letter-card,
.trust-evidence__rail,
.trust-evidence__active,
.employees-gallery__card,
.sokol-contact__stage,
.gallery-grid__cell,
.case_modal .mod_wrp,
#recall .modal_wrp,
#thanks .modal_wrp,
#politika .mod_wrp {
    background-color: #fff;
}

.control-system__assurance,
.trust-evidence__logo-tier {
    background-color: transparent;
}

.sokol-proof-item strong,
.trust-evidence__fact strong,
.control-system__hub b,
.employees-gallery__visual-number,
.sokol-contact__panel dd,
.foot_brand__legal {
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
}

.sokol-hero-kicker,
.sokol-proof-label,
.service-card__eyebrow,
.services-additional__kicker,
.control-system__node-meta,
.sokol-contact__label,
.trust-evidence__summary-index,
.additional-service__label {
    letter-spacing: .14em;
}

.sokol-logo-copy {
    letter-spacing: .16em;
}

.sokol-logo-sub {
    letter-spacing: .12em;
}

.sokol-faq,
.sokol-faq * {
    box-sizing: border-box;
}
.sokol-faq {
    padding: 96px 0 88px;
    color: var(--sokol-ink);
    background: #f3f6f7;
    font-family: 'Gilroy', sans-serif;
}
.sokol-faq__container {
    width: calc(100% - 48px);
    max-width: 1216px;
    margin: 0 auto;
}
.sokol-faq__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 28px;
}
.sokol-faq__header h2 {
    margin: 0;
    color: var(--sokol-ink);
    font-size: 40px;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -.035em;
}
.sokol-faq__hint {
    margin: 0;
    padding-bottom: 5px;
    color: #718087;
    font-size: 14px;
    line-height: 1.35;
}
.sokol-faq__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: start;
}
.sokol-faq__list {
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}
.sokol-faq__item + .sokol-faq__item {
    border-top: 1px solid #e2e8ea;
}
.sokol-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 88px;
    padding: 18px 22px;
    color: var(--sokol-ink);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -.015em;
    cursor: pointer;
    list-style: none;
}
.sokol-faq__question::-webkit-details-marker {
    display: none;
}
.sokol-faq__question:hover {
    color: var(--sokol-accent);
}
.sokol-faq__toggle {
    position: relative;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border: 1px solid #ccd6d9;
    border-radius: 50%;
    transition: border-color .2s ease, background-color .2s ease, transform .25s ease;
}
.sokol-faq__toggle::before,
.sokol-faq__toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 1.6px;
    background: var(--sokol-ink);
    transform: translate(-50%, -50%);
    transition: opacity .2s ease, background-color .2s ease;
}
.sokol-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.sokol-faq__item[open] .sokol-faq__toggle {
    border-color: var(--sokol-accent);
    background: var(--sokol-accent);
}
.sokol-faq__item[open] .sokol-faq__toggle::before,
.sokol-faq__item[open] .sokol-faq__toggle::after {
    background: #fff;
}
.sokol-faq__item[open] .sokol-faq__toggle::after {
    opacity: 0;
}
.sokol-faq__answer {
    padding: 0 22px 22px;
}
.sokol-faq__answer p {
    max-width: 900px;
    margin: 0;
    color: var(--sokol-muted);
    font-size: 16px;
    line-height: 1.55;
}
@media screen and (max-width: 900px) {
    .sokol-faq__columns {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }
}
@media screen and (max-width: 767px) {
    .sokol-faq {
        padding: 56px 0 60px;
    }
    .sokol-faq__container {
        width: calc(100% - 32px);
    }
    .sokol-faq__header {
        display: block;
        margin-bottom: 20px;
    }
    .sokol-faq__header h2 {
        font-size: 30px;
    }
    .sokol-faq__hint {
        margin-top: 10px;
        padding-bottom: 0;
    }
    .sokol-faq__question {
        min-height: 64px;
        padding: 16px 18px;
        font-size: 17px;
    }
    .sokol-faq__answer {
        padding: 0 18px 20px;
    }
    .sokol-faq__answer p {
        font-size: 15px;
    }
}

.company-levels {
    margin: auto 0;
}
.company-level {
    padding: 12px 0 0;
}
.company-level:first-of-type {
    padding-top: 0;
}
.company-level + .company-level {
    margin-top: 10px;
    border-top: 1px solid var(--employees-line);
}
.company-level__title {
    margin: 0 0 6px;
    color: var(--employees-ink);
    font-size: 19px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.02em;
}
.company-level__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.company-level__list li {
    position: relative;
    padding-left: 18px;
    color: var(--employees-muted);
    font-size: 15px;
    line-height: 1.35;
}
.company-level__list li + li {
    margin-top: 4px;
}
.company-level__list li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 2px;
    background: var(--sokol-accent);
}
@media screen and (max-width: 767px) {
    .company-level__title {
        font-size: 18px;
    }
    .company-level__list li {
        font-size: 14px;
    }
}

.employees-gallery__mark {
    position: absolute;
    z-index: 1;
    left: 34px;
    bottom: 31px;
    width: 66px;
    height: 65px;
    pointer-events: none;
    opacity: .42;
    background-color: #fff;
    -webkit-mask: url("../img/mark-falcon.webp") center / contain no-repeat;
    mask: url("../img/mark-falcon.webp") center / contain no-repeat;
}
@media screen and (max-width: 991px) {
    .employees-gallery__mark {
        left: 16px;
        bottom: 18px;
        width: 52px;
        height: 51px;
    }
}
