:root {
	--padding-side: 20px;
	--main-font: 'Jost', sans-serif;
	--color-white: #fff;
	--color-black: #000;
	
	--accent-color: #26A1D6;
	--accent2-color: #F13C3F;
	
	--links-hover-color: var(--accent-color);
	
	--text-main-color: #0F1213;
	--text-accent-color: var(--color-white);
	
	--backface-bg: rgba(0,0,0,.3);
	--backface-gr: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, transparent 70% 100%);
	
	--tr-1: 0.25s;
	
	--block-padding: 120px;
}
@font-face {
    font-family: 'Jost';
    src: url('/fonts/Jost-Light.woff') format('woff'),
		 url('/fonts/Jost-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('/fonts/Jost-Regular.woff') format('woff'),
         url('/fonts/Jost-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('/fonts/Jost-Medium.woff') format('woff'),
         url('/fonts/Jost-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('/fonts/Jost-SemiBold.woff') format('woff'),
         url('/fonts/Jost-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('/fonts/Jost-Bold.woff') format('woff'),
         url('/fonts/Jost-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('/fonts/Jost-Light-Italic.woff') format('woff'),
		 url('/fonts/Jost-Light-Italic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('/fonts/Jost-Regular-Italic.woff') format('woff'),
         url('/fonts/Jost-Regular-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('/fonts/Jost-Medium-Italic.woff') format('woff'),
         url('/fonts/Jost-Medium-Italic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('/fonts/Jost-SemiBold-Italic.woff') format('woff'),
         url('/fonts/Jost-SemiBold-Italic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
	font-display: swap;
}
@font-face {
    font-family: 'Jost';
    src: url('/fonts/Jost-Bold-Italic.woff') format('woff'),
         url('/fonts/Jost-Bold-Italic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
	font-display: swap;
}
html {
	min-width: 420px;
	margin: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	border: 0;
	width: 100%;
	height: 100%;
	min-width: 420px;
	font-family: sans-serif;
}
* {
	appearance: none;
	box-sizing: border-box;
}
#wrap {
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	position: relative;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
	font-family: var(--main-font);
	font-size: 24px;
	font-weight: 1.3;
}
a:hover {
	color: var(--links-hover-color);
}
.wrapper {
	width: 100%;
	max-width: 1540px;
	padding: 0 var(--padding-side);
	margin: 0 auto;
}

/**/
.mainscreen {
    position: relative;
    container-type: inline-size;
    display: flex;
    flex-direction: column;
    min-height: 50cqw;
    color: var(--text-accent-color);
}
.mainscreen a {
    text-decoration: none;
    color: inherit;
}
.mainscreen::before {
    content: '';
    position: absolute;
    z-index: -1;
    background: var(--backface-bg);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.top-header {
    position: relative;
    color: var(--text-accent-color);
}
.top-header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--backface-gr);
}
.main-menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    gap: 30px;
    list-style: none;
    font-size: 20px;
}

.main-menu a:hover {
    color: var(--links-hover-color);
}
.main-menu ul li {
    position: relative;
}
.main-menu>ul>li>a {
    padding: 25px 0;
    display: block;
}
.main-menu .submenu {
    position: absolute;
    display: none;
}
.header .logo p {
    margin: 0;
    display: block;
}
.header .logo a {
    display: flex;
    gap: 25px;
    color: inherit;
    text-decoration: none;
    align-items: center;
}
.header .logo-image {
    height: 100%;
    width: max-content;
    max-height: 80px;
}
.header .logo-image img {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: 0% 50%;
    max-height: 80px;
}
.header .companyname {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
}
.header .slogan {
    font-size: 16px;
    line-height: 1.2;
}
.header .companyname + .slogan {
    margin-top: 5px;
}
.main-header .wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}
.main-header .center {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    gap: 20px;
    justify-content: center;
}
.slider {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
.slider .navs {
    flex: 0 0 auto;
}
.slider-items:not([class*=" "]) {
    display: flex;
    height: 100%;
    flex: 1 1 auto;
}
.slider .item {
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slider .item .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    --padding-side: 20%;
	padding-top: 10cqw;
	padding-bottom: 10cqw;
}
.slider .image {
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    top: 0;
    width: 100cqw;
    height: 50cqw;
    max-height: 100%;
    z-index: -2;
}
.slider .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.slider .item .title {
    font-size: 120px;
    font-weight: 500;
    line-height: 100px;
    text-align: center;
    margin: 0 0 20px;
}
.slider .item .text {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 400;
}
.slider .item .slider-more {
    margin: auto 0 0;
 
}
.slider .item .slider-more a {
    margin: 20px 0 0;
    display: block;
    border-radius: 50px;  
    background: var(--accent-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    padding: 22px 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.slider .item .slider-more a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    background: linear-gradient(90deg,var(--accent2-color), var(--accent2-color)) no-repeat,
        linear-gradient(90deg, var(--accent2-color), var(--accent2-color)) no-repeat,
        linear-gradient(90deg, var(--accent2-color), var(--accent2-color)) no-repeat,
        linear-gradient(90deg, var(--accent2-color), var(--accent2-color)) no-repeat;
    background-size: 27% 0;
    background-position: 0 0, 33% 0, 67% 0, 100% 0;
    animation: column-fall-out var(--tr-1) linear both;
    transition: var(--tr-1);
}
.slider .item .slider-more a:hover::before {
    animation: column-fall var(--tr-1) linear both;
    
}
@keyframes column-fall {
    0% { background-size: 26% 0, 26% 0, 26% 0, 26% 0, 26% 0;}
    25% { background-size: 26% 100%, 26% 0%, 26% 0%, 26% 0%; }
    50% { background-size: 26% 100%, 26% 100%, 26% 0%, 26% 0%; }
    75% { background-size: 26% 100%, 26% 100%, 26% 100%, 26% 0%; }
    100% { background-size: 26% 100%, 26% 100%, 26% 100%, 26% 100%; }
}
@keyframes column-fall-out {
    0% { 
        background-size: 26% 100%, 26% 100%, 26% 100%, 26% 100%;
        background-position: 0 100%, 33.3% 100%, 66.6% 100%, 100% 100%;
    }
    to { 
        background-size: 26% 0, 26% 0, 26% 0, 26% 0, 26% 0;
        background-position: 0 100%, 33.3% 100%, 66.6% 100%, 100% 100%;
    }
}
/**/

:root {
    --footer-bg-color: #14171C;
    --main-bg: var(--color-white);
    --text-footer-color: var(--color-white);
}
.footer {
    padding: 80px 0 40px;
    color: var(--text-footer-color);
    background: var(--footer-bg-color);
}
.footer .wrapper {
    max-width: 1800px;
}
.footer a {
    color: inherit;
    text-decoration: none;
}
.footer a:hover {
    color: var(--links-hover-color);
}
.top-footer .wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
}
.footer .logo {
    flex: 0 0 auto;
    align-self: flex-start;
}
.footer .logo p {
    margin: 0;
    display: block;
}
.footer .logo a {
    display: flex;
    gap: 25px;
    color: inherit;
    text-decoration: none;
    align-items: center;
}
.footer .logo-image {
    height: 100%;
    width: max-content;
    max-height: 80px;
}
.footer .logo-image img {
    display: block;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: 0% 50%;
    max-height: 80px;
}
.footer .companyname {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
}
.footer .slogan {
    font-size: 16px;
    line-height: 1.2;
}
.footer .companyname + .slogan {
    margin-top: 5px;
}
.footer-menu {
    flex: 1 1 auto;
}
.footer-menu ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    padding: 0;
    gap: 5px 35px;
    font-size: 20px;
}
.main-footer {
    padding: 35px 0;
}
.main-footer p {
    margin: 0;
}
.main-footer .wrapper {
    display: flex;
    align-items: center;
}
.main-footer .left,
.main-footer .center,
.main-footer .right {
    flex: 1 1 auto;
    width: calc((100% - 2 * 30px) / 3);
}
.main-footer .center {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.main-footer .block-phone {
    font-size: 48px;
    font-weight: 500;
}
.main-footer .block-address {
    font-size: 24px;
    text-align: right;
}
.block-socials,
.block-socials p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.block-messengers a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.block-messengers a::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--accent-color);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}
.block-messengers a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}
.block-messengers,
.block-messengers p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.block-messengers a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.block-messengers a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}
.block-messengers a::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--accent-color);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.bottom-footer .wrapper {
    display: flex;
    align-items: center;   
    gap: 30px;
}
.bottom-footer .left,
.bottom-footer .center,
.bottom-footer .right {
    display: flex;
    flex-wrap: wrap;
    width: calc((100% - 2 * 30px) / 3);
}
.bottom-footer .center {
    text-align: center;
}
.bottom-footer .copyright {
    margin: 0 auto;
}
.bottom-footer .right {
    justify-content: flex-end;
}



.modal .modal-wrap {
    padding: 40px 40px 50px 50px;
}
.modal .fc_form_tml {
    padding-right: 10px;
}
/* Обновление форм 3.0 Дизайн полей */
.uss_form_captcha {
	padding-top: calc(1em + 13px);
	position: relative;
}
.uss_form_captcha label {
	left: 107px;
	top: 4px;
	position: absolute;
    max-width: 100%;
}
/* Капча */
.fc_item .captcha_item {
    display: flex;
}
.fc_form_tml .fc_item .captcha_item img {
    flex: 0 0 auto;
    height: 50px;
}
.fc_form_tml .fc_item .captcha_item .styler {
	height: auto;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 0 10px;
    flex: 1 1 auto;
    width: 100%;
    box-sizing: border-box;
}
/* Капча конец */
/* Выпадающий список */
.jq-selectbox {
	padding: 0;
	z-index: 10 !important;
}
.jq-selectbox__select {
	background: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	font: inherit;
	color: inherit;
    height: 50px;
    line-height: 48px;
    padding: 0 60px 0 15px;
}
.jq-selectbox__select:hover,
.jq-selectbox__select:active,
.jq-selectbox__select:focus {
	box-shadow: none;
	background: var(--accent-color-bg);
	color: var(--color-black);
}
.jq-selectbox__select-text {
    height: 100%;
	line-height: inherit;
    padding: 0;
	color: var(--main-text-color);
}
.jq-selectbox__trigger {
    width: 50px;
    border-left-color: inherit;
}
.jq-selectbox__trigger-arrow {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	opacity: 1;
    border-top-color: var(--main-text-color);
}
.jq-selectbox:hover .jq-selectbox__select,
.jq-selectbox.focused .jq-selectbox__select {
    border-color: var(--accent-color);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-selectbox.focused .jq-selectbox__trigger-arrow {
    border-top-color: var(--accent-color);
}

.jq-selectbox__dropdown {
	background: var(--accent-color-bg);
	color: var(--main-text-color);
	border-color: var(--main-text-color);
	font: inherit;
	line-height: 1;
	border-radius: 0;
}
.jq-selectbox__search input,
.jq-selectbox__not-found {
	font: inherit;
	line-height: 1;
	color: var(--text-main-color);
	box-shadow: none;
	border: solid 1px var(--border-color-1);
	background: var(--main-color);
}
.jq-selectbox__dropdown ul li {
	color: inherit;
}
.jq-selectbox__dropdown li:hover,
.jq-selectbox__dropdown li.selected {
    background: var(--accent-color);
    color: var(--text-accent-color);
}
.jq-select-multiple {
	background: none;
    box-shadow: none;
    font: inherit;
    line-height: 1;
    padding: 0;
    border: solid 2px var(--border-color-1);
	color: var(--main-text-color);
    overflow: hidden;
    border-radius: 10px;
	
}
.jq-select-multiple.focused {
    border-width: 2px;
}
.jq-select-multiple ul {
    padding: 0;
	font-size: 16px;
    color: var(--main-text-color);
    list-style: none;
    margin: 0;
    display: block;
}
.jq-select-multiple ul li::after {
    display: none;
}
.jq-select-multiple ul li,
.jq-select-multiple ul li:first-child,
.jq-select-multiple ul li:last-child {
    font: inherit;
    line-height: 1;
    font-size: 16px;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 0;
    margin: 0;
    white-space: normal;
    hyphens: auto;
    hyphenate-limit-chars: 8 5 2;
    word-break: break-word;
    height: auto;
}
.jq-select-multiple li.selected {
    background: var(--accent-color);
    color: var(--text-accent-color);
}
.jq-select-multiple.focused,
.jq-select-multiple:hover {
    border-color: var(--accent-color);
}
.jq-select-multiple li:hover {
    background: var(--accent-color);
    color: var(--color-white);
}
/**/
.jq-file {
    box-shadow: none;
    border-radius: 0;
    font-size: 16px;
    line-height: 1;
    overflow: hidden;
}
.jq-file__name {
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: none;
    height: 50px;
	text-shadow: none;
    color: inherit;
    background: var(--main-color);
	font: inherit;
}
.jq-file__browse {
    display: flex;
    align-items: center;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
	text-shadow: none;
    color: var(--text-accent-color);
    background: var(--accent-color2);
	font: inherit;
    transition: 0.3s;
}
.jq-file:active .jq-file__browse,
.jq-file.focused .jq-file__browse,
.jq-file:hover .jq-file__browse {
    background: var(--accent-color);
	box-shadow: none;
}
.fc_item input.error_field, 
.fc_item textarea.error_field, 
.uss_form_tml .uss_form_item input.error_field, 
.uss_form_tml .uss_form_item textarea.error_field {
	background-color: var(--main-color);
}

.fc_item .radio_wrapper.orientation_horizontal.with_image {
	border-radius: 10px;
}
.fc_item .radio_wrapper.orientation_horizontal.with_image:has(input[type="checkbox"]:checked),
.fc_item .radio_wrapper.orientation_horizontal.with_image:has(input[type="radio"]:checked), 
.fc_item .radio_wrapper.orientation_horizontal.with_image:hover {
    box-shadow: 0 0 0 1px var(--accent-color) inset;
}
.fc_form_tml .fc_item .elem_item .radio_wrapper label span,
.fc_form_tml .fc_item.fc_checkbox_one > .sector_title {
	min-height: 24px;
	top: 0em;
    line-height: 1.5;
}
.fc_form_tml img {
    border-radius: 10px;
}
.block_form .fc_form_tml .group.columns_1 .fc_item:not(.fc_textarea), 
.block_form .fc_form_tml .group.columns_1 .fc_item.fc_checkbox_one {
    width: calc((100% - 2 * 30px) / 3);
}
.block_form .jq-selectbox,
.block_form .jq-selectbox__select, 
.block_form .jq-select-multiple, 
.block_form .jq-file, 
.block_form .fc_item .fc_upload_wrapper,
.block_form .fc_item input.styler,
.block_form .fc_item textarea.styler {
    background: none;
}
.block_form .jq-selectbox__select-text {
    color: inherit;
    font: inherit;
    line-height: 56px;
}
.block_form .jq-selectbox .jq-selectbox__select:hover,
.block_form .jq-selectbox .jq-selectbox__select:hover .jq-selectbox__trigger,
.block_form .jq-selectbox.focused .jq-selectbox__select,
.block_form .jq-selectbox.focused .jq-selectbox__select .jq-selectbox__trigger {
    border-color: var(--text-accent-color);
}
.block_form .jq-selectbox__trigger::after {
    filter: var(--color-white-filter);
}
.form_styler .group .titleGroup {
    font-size: 24px;
}

/* Обновление форм 3.0 Дизайн полей конец */

/* Обновление форм 3.0 */
/* Переменные для настройки форм */
.fc_form_tml {
	--input_max_width: 330px;
    --fc_columns: 1;
    --fc_margin: 80px;
    --fc_input_width: 350px;
    --fc_input_min_width: 230px;
	--fc_label_width: 240px;
	--fc_label_margin: 10px;
	container-name: fc-form-tml;
	container-type: inline-size;
}
@container fc-form-tml (width > 1220px) {
	.fc_form_tml .fc_form {
		--fc_margin: 75px;
		--fc_input_width: 335px;
	}	
}
.modal .fc_form_tml {
	--fc_input_width: 400px;
    --fc_margin: 10px;
}
.catalog_orderform_tml .fc_form_tml,
.buy_one_click_form_tml .fc_form_tml {
    --fc_input_width: 400px;
    --fc_margin: 20px;
}
.fc_form_tml .label_position_left,
.fc_form_tml .label_position_right {
    --fc_margin: 20px;
	--fc_input_width: 350px;	
}
.catalog_orderform_tml .buttons .styler,
.one_click_form_wrapper .buttons .styler,
.modal .buttons .styler {
    width: var(--fc_input_width);
}
.modal .fc_form_tml .group .fc_item .force_position_right,
.modal .fc_form_tml .group .fc_item.fc_checkbox .force_position_right {
    display: block;
    max-width: 100%;
    flex: 1 1 auto;
    min-width: 0;
}
/* Переменные для настройки форм конец */
.fc_form_tml .group.columns_1 {
    --fc_margin: 0px;
	width: 100%;
	max-width: 100%;
}
.fc_form_tml .columns_2 {
    --fc_columns: 2;
}
.fc_form_tml .columns_3 {
    --fc_columns: 3;
}
.fc_form_tml .columns_4 {
    --fc_columns: 4;
}
.fc_form_tml .columns_5 {
    --fc_columns: 5;
}
.fc_form {
    max-width: 100%;
    overflow: hidden;
}
.modal-parent {
    z-index: 1000 !important;
}
.fc_form_tml .group {
	--fc_item_width: var(--fc_input_width);
    width: calc((var(--fc_item_width) + var(--fc_margin)) * var(--fc_columns));
    margin-right: calc(var(--fc_margin) * -1);
    position: relative;
    max-width: calc(100% + var(--fc_margin));
}
.fc_form_tml .label_position_left,
.fc_form_tml .label_position_right {
	--fc_item_width: calc(var(--fc_input_width) + var(--fc_label_width) + var(--fc_label_margin));

}
.fc_form_tml .fc_form .fc_item,
.fc_form_tml .fc_form .group .fc_item.fc_checkbox_one {
    max-width: 100%;
	width: calc(var(--fc_input_width));
    min-width: var(--fc_input_min_width);
    margin: 0 var(--fc_margin) 20px 0;
}
.fc_form_tml .label_position_left .fc_item,
.fc_form_tml .group.label_position_left .fc_item.fc_checkbox_one,
.fc_form_tml .label_position_right .fc_item,
.fc_form_tml .group.label_position_right .fc_item.fc_checkbox_one,
.fc_form_tml .fc_item.orientation_vertical .radio_wrapper label span {
	width: var(--fc_item_width);
}
.fc_form_tml .fc_item .orientation_vertical.with_image label span {
	width: var(--fc_label_width);
}

.fc_form_tml .fc_item.fc_checkbox_one > .sector_title {
	position: relative;
}
.fc_item .elem_item,
.fc_item .elem_item .styler,
.fc_item.fc_outputOnly .outputonly {
	max-width: 100%;
}
.fc_item .elem_item:not(.one) {
	width: var(--fc_input_width);
}
.fc_form_tml .fc_outputOnly .elem_item,
.fc_form_tml .fc_outputOnly .outputonly {
	width: 100%;
}
.jq-selectbox,
.jq-selectbox__select,
.jq-select-multiple, 
.jq-file, 
.fc_item .fc_upload_wrapper,
.fc_item input.styler,
.fc_item textarea.styler {
    width: var(--fc_input_width);
	max-width: 100%;
}
.fc_form_tml .columns_1.label_position_left .elem_item,
.fc_form_tml .columns_1.label_position_right .elem_item  {
	flex: 1 1 auto;
}
.fc_item label.sector_title, 
.fc_item .hint,
.fc_form_tml .group.label_position_left .fc_item label.sector_title,
.fc_form_tml .group.label_position_right .fc_item label.sector_title {
    max-width: 100%;
	width: var(--fc_label_width);
    margin-bottom: 5px;
}
.fc_form_tml .fc_form .group.label_position_left .fc_item label.sector_title {
	margin-right: var(--fc_label_margin);
}
.fc_form_tml .group.label_position_right .fc_item:not(.fc_checkbox_one) label.sector_title {
	margin-left: var(--fc_label_margin);
}
.fc_form_tml .label_position_left .fc_item:not(.fc_checkbox):not(.fc_radio) label.sector_title,
.fc_form_tml .label_position_right .fc_item:not(.fc_checkbox):not(.fc_radio) label.sector_title {
	margin-top: 0.5em;
}
.fc_form_tml .group.columns_1 .fc_item,
.fc_form_tml .group.columns_1 .fc_item.fc_checkbox_one {
	width: 100%;
}
.fc_form_tml .columns_1 .fc_item .elem_item:not(.one) {
	max-width: 100%;
}
.fc_item .radio_wrapper.orientation_vertical.with_image .radio_img {
    min-width: 25px;
    height: auto !important;
}
.fc_item .radio_wrapper.orientation_vertical.with_image .radio_img img {
    display: block;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
.fc_form_tml .fc_item .elem_item .radio_wrapper:not(.with_image) label span {
    min-width: 0;
    flex: 1 1 auto;
}
.fc_item .radio_wrapper.orientation_horizontal {
	margin-right: calc(var(--fc_margin) / 2);
}
.fc_form_tml .radio_wrapper.orientation_vertical.with_image .radio_label {
	align-items: center;
}
.fc_form_tml .fc_item .elem_item .radio_wrapper label {
	max-width: 100%;
}
.fc_form_tml .fc_item .elem_item .radio_wrapper label span {
    word-break: break-word;
    hyphens: auto;
	flex: 1 0 auto;
	line-height: 1.3;
	position: relative;
	max-width: 100%;
}
.fc_form_tml .fc_item .orientation_vertical.with_image .jq-checkbox,
.fc_form_tml .fc_item .orientation_vertical.with_image .jq-radio {
	align-self: center;
}
.fc_item .radio_wrapper.orientation_vertical.with_image .radio_img {
	flex: 0 1 auto;
}
.fc_form_tml .radio_wrapper_item {
	max-width: 100%;
}
.fc_form_tml .label_position_left .fc_item,
.fc_form_tml .label_position_right .fc_item {
    display: inline-flex;
    align-items: flex-start;
}
.fc_form_tml .label_position_left .fc_item label.sector_title,
.fc_form_tml .label_position_right .fc_item label.sector_title {
    max-width: 100%;
    flex: 0 0 auto;
	align-self: flex-start;
}
.fc_form_tml .label_position_right .fc_item label.sector_title {
	margin: 0 0 0 10px;
}
.fc_form_tml .fc_item.fc_checkbox_one {
	display: inline-flex;
	align-items: flex-start;
}
.fc_form_tml .fc_item.fc_checkbox_one .elem_item {
    align-self: flex-start;
    flex: 0 0 auto;
    height: auto;
    line-height: 1;
}
.fc_form_tml .fc_item.fc_checkbox_one .jq-checkbox {
    display: block;
    top: 0;
    margin-top: 0;
}
.fc_form_tml .group-with-text-block-wrap.block-left .text-block, 
.fc_form_tml .group-with-text-block-wrap.block-right .group-with-text-block-fields,
.fc_item .radio_wrapper.orientation_vertical {
	margin-right: 0;
}
.fc_form_tml .columns_1 .fc_item.delivery .elem_item {
    width: 100%;
}
.fc_form_tml .fc_item.delivery .radio_wrapper .radio_label {
    flex-wrap: wrap;
	line-height: 1.3;
}
.fc_form_tml  .fc_item.paySystem .radio_wrapper_item,
.fc_form_tml  .fc_delivery .radio_wrapper_item {
    flex: 0 0 auto;
    width: calc(100% - 30px);
}
.fc_form_tml .fc_item.delivery  .elem_item .radio_wrapper label > .jq-radio {
    top: 0.15em;
}
.fc_form_tml .fc_item.delivery  .elem_item .radio_wrapper label > span {
    max-width: calc(100% - 50px);
    width: auto;
    top: 0;
    margin: 0 0 5px;
}
.fc_item.delivery .description_inline {
    position: relative;
    align-self: flex-start;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.3em;
    align-items: center;
}
.fc_form_tml .fc_item.delivery  .elem_item .radio_wrapper .description_inline span {
    top: 0;
    width: auto;
    max-width: 100%;
}
.radio_wrapper.radio_tariff_item .description {
    max-width: 100%;
}
.fc_item .radio_wrapper.orientation_horizontal.with_image .radio_wrapper_item {
	padding: 4px;
}
@media (max-width: 1000px) {
    .fc_form_tml .label_position_left .fc_item, .fc_form_tml .label_position_right .fc_item {
        flex-wrap: wrap;
    }
}
@media (max-width: 500px) {
    .form_styler > .group ~ .group > .titleGroup {
        margin: 20px 0 10px;
    }
    .fc_form_tml .group.label_position_left .fc_item:not(.fc_checkbox_one) label.sector_title, 
    .fc_form_tml .group.label_position_right .fc_item:not(.fc_checkbox_one) label.sector_title {
        width: 100%;
        margin: 0 0 10px;
    }
    .fc_form_tml,
    .fc_form_tml .label_position_left, 
    .fc_form_tml .label_position_right {
        --fc_input_width: 500px;
    }
    .fc_form_tml .fc_form .fc_item, 
    .fc_form_tml .fc_form .group .fc_item.fc_checkbox_one {
        margin: 0 0 10px;
        width: 100%;
    }
    .fc_form_tml .group {
        width: 100%;
        margin: 0 0 10px;
        max-width: 100%;
    }
}
/*Обновление форм 3.0 конец*/






#wrap {
    container-type: inline-size;
    max-width: 1920px;
    margin: 0 auto;
}
.mainpage .container,
.block {
    min-height: 50cqw;
}

:root {
    --text-accent-block-color: var(--color-white);
    --toWhite: brightness(0) invert(1);
    --toIcons: var(--toWhite);
}
.h3 {
    text-align: center;
    font-size: 80px;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 85px;
}
.block {
    position: relative;
    z-index: 0;
	display: flex;
	align-items: center;
	padding: var(--block-padding) 0;
}
.block-form {
    color: var(--text-accent-block-color);
    padding: var(--block-padding) 0;
}
.block-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--accent-color);
    z-index: 1;
    opacity: .9;
}
.block-bg img {
    display: flex;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.block-form .wrapper {
    max-width: 800px;
}
.upsides {
    padding: 100px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--text-accent-block-color);
}
.upsides .wrapper {
}
.upsides .block-bg::before {
    opacity: 0.4;
    background: var(--color-black);
}
.upsides-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    --upsides-gap: 125px;
    gap: 20px var(--upsides-gap);
}
.upsides-items .item {
    width: calc((100% - 2 * var(--upsides-gap)) / 3);
    display: flex;
    flex-direction: column;
    container-type: inline-size;
    gap: 30px;
}
.upsides-items .item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--accent-color);
    flex: 0 0 auto;
    width: 38cqw;
    height: 38cqw;
    margin: 0 auto;
}
.upsides-items .item .image img {
    display: block;
    width: 50%;
    height: 50%;
    object-fit: contain;
    object-position: 50% 50%;
    filter: var(--toIcons);
}
.upsides-items .item .info {
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.3;
    font-size: 24px;
    gap: 20px;
}
.upsides-items .item .info p {
    margin: 0;
}
.upsides-items .item .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}
.mainpage .container {
    padding: var(--block-padding) 0;
}
.numbers-block {
    background: var(--accent-color);
    color: var(--text-accent-block-color);
    padding: var(--block-padding) 0;
	position: relative;
	z-index: 0;
}
.numbers-block p {
    margin: 0;
}
.numbers-block .numbers-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    --numbers-gap: 125px;
    gap: 20px var(--numbers-gap);
}
.numbers-block .numbers-items .item {
    width: calc((100% - 2 * var(--numbers-gap)) / 3);
    display: flex;
    flex-direction: column;
    container-type: inline-size;
    gap: 20px;
}
.numbers-block .numbers-items .number {
    font-size: 120px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
}
.numbers-block .numbers-items .title {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
}
.partners {
	min-height: 0;
}
.partners-items:not(.swiper-initialized) {
    display: flex;
    overflow: hidden;
    align-items: center;
    gap: 50px;
    justify-content: flex-start;
}
.partners-items:not(.swiper-initialized) .item {
    width: calc((100% - 5 * 50px) / 6);
    flex: 0 0 auto;
    container-type: inline-size;
}
.partners-items:not(.swiper-initialized) .item .image {
    width: 100cqw;
    height: 100cqw;
}
.partners-items {
    overflow: hidden;
    container-type: inline-size;
    position: relative;
}
.partners-items .swiper-wrapper {
    align-items: stretch;
}
.partners-items .item {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
}
.partners-items .item .image {
    max-width: 100cqw;
    max-height: 100cqw;
    width: 100px;
    height: 100px;
}
.partners-items .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}