

/* Start:/local/templates/AAM/components/bitrix/search.title/mueg_search/style.css?17538820531223*/
div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:205;
	border-radius: 15px;
}
.header_search_line {
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 40px;
	border: 1px solid #a9a9a9;
	border-radius: 15px;
	position: relative;
	z-index: 200;
	background-color: #fff;
}
.header_search_line .search_icon {
	width: 25px;
	height: 40px;
	display: block;
	margin-top: -5px;
	fill: #404660;
}


div.title-search-fader {
	display:none;
	background-image: url('/local/templates/AAM/components/bitrix/search.title/mueg_search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
.wrap_search{
	background-color:#fff;
	padding: 15px;
}
.search_button {
	display: flex;
	justify-content: end;
}
.search_text {
	font-weight: 900;
	color: #2b2e3c;
	margin-bottom: 20px;
}
.catalog_icon_head{
	display: block;
	margin: auto 10px;
	cursor: pointer;
}
@media screen and (min-width: 770px) {
	.catalog_icon_head{
		display: none;
	}
}
button.search_b {
	border: 1px solid #426DFF;
	border-radius: 10px;
	padding: 8px;
	position: absolute;
	top: -1px;
	right: -1px;
	fill: #426DFF;
	width: 42px;
	height: 42px;
	background-color: #fff;
}

button.search_b:hover {
	cursor: pointer;
	fill: #fff;
	background-color: #426DFF;
}
/* End */


/* Start:/local/templates/AAM/components/bitrix/menu/top-main/style.css?17528365252754*/
.header-menu {
    display: none;
}

@media screen and (min-width: 1368px) {
    .header-menu {
        display: flex;
        flex-direction: row;
        background-color: #426DFF;
        width: 100%;
        height: 60px;
    }

    .header-menu .content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin: auto;
    }

    .header-menu .content .menu-item {
        color: #fff;
        display: flex;
        flex-direction: row;
        position: relative;
        z-index: 105;
        text-transform: uppercase;
        font-size: 14px;
    }

    .header-menu .content .menu-item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
    }

    .header-menu .content .menu-item:hover {
        cursor: pointer;
    }

    .header-menu .content .menu-item:hover::after {
        transform: scaleX(1);
    }

    .header-menu .content .menu-item.multi {
        gap: 10px;
    }

    .header-menu .content .menu-item.multi svg {
        margin: auto;
    }

    .header-menu .content .menu-item.multi:hover svg {
        transform: rotate(180deg);
        transition: transform 0.1s ease;
    }

    .header-menu .content .menu-item .dropdown {
        display: none;
        position: absolute;
        top: 30px;
        background-color: #fff;
        padding: 15px;
        box-shadow: -5px -1px 21px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        overflow: auto;
        column-count: 1;
        column-gap: 20px;
        width: max-content;
    }

    .header-menu .content .menu-item .dropdown.columns-2 {
        column-count: 2;
    }

    .header-menu .content .menu-item .dropdown.columns-3 {
        column-count: 3;
    }

    .header-menu .content .menu-item .dropdown .subitem {
        color: #000;
        text-decoration: none;
        display: block;
        font-size: 14px;
        white-space: nowrap;
        padding: 10px;
        border-radius: 4px;
        transition: background 0.2s;
        break-inside: avoid;
    }

    .header-menu .content .menu-item .dropdown .subitem:hover {
        color: #426DFF;
    }
    .header-menu .content .menu-item .dropdown {
        max-width: 50vw;
        white-space: normal;
    }

    .header-menu .content .menu-item .dropdown .subitem {
        white-space: normal;
        padding: 8px 12px;
        text-transform: none;
    }
}

@media screen and (min-width: 992px) and (min-width: 1280px) {
    .header-menu .content .menu-item {
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/AAM/components/bitrix/breadcrumb/breadcrumb/style.css?1750328107470*/
.breadcrumb {
    display: none;
}

@media screen and (min-width: 992px) {
    .breadcrumb {
        display: flex;
        flex-direction: row;
        gap: 5px;
        color: #426DFF;
        position: relative;
        z-index: 100;
        /*margin-bottom: -40px;*/
        /*margin-top: 20px;*/
        margin: 20px 0;
    }

    .breadcrumb .item {
        color: #426DFF;
        font-size: 14px;
        font-weight: 400;
        text-decoration: unset;
    }
}
/* End */


/* Start:/local/templates/AAM/template_style.css?175558800348179*/
/*! primary */

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
abbr {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

legend {
    color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
}
@charset "UTF-8";

/*! Ui-kit */

input[type=text],
input[type=password] {
    border: 0;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

input[type=text].default-input,
input[type=password].default-input {
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    color: #C4C4C4;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    width: inherit;
    background-color: #fff;
}

input[type=text].default-input:focus,
input[type=password].default-input:focus {
    color: #000;
    box-shadow: 0px 1px 15px #C4C4C4;
}

input[type=text].default-input.success,
input[type=password].default-input.success {
    border: 1px solid #00B521;
    color: #000;
}

input[type=text].default-input.error,
input[type=password].default-input.error,
select.default-input.error
{
    border: 1px solid #FF0606;
    color: #FF0606;
}
select.default-input.error .option{
    color: #FF0606;
}
input[type=text].default-input.search,
input[type=password].default-input.search {
    padding: 10px;
    border: unset;
    color: #426DFF;
    font-size: 16px;
}

input[type=text].default-input.search:focus,
input[type=password].default-input.search:focus {
    box-shadow: unset;
}

select {
    border: 0;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}

select.default-input {
    position: relative;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    color: #C4C4C4;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 45px 10px 20px;
    /* Увеличиваем правый padding для стрелки */
    width: inherit;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23C4C4C4' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 14px 8px;
    cursor: pointer;
}

select.default-input:focus {
    color: #000;
    box-shadow: 0px 1px 15px #C4C4C4;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

select.default-input.success {
    border: 1px solid #00B521;
    color: #000;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

/*select.default-input.error {*/
/*  border: 1px solid #FF0606;*/
/*  color: #FF0606;*/
/*  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23${str-slice(inspect($default-error-color), 2);*/
/*}*/

/*' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");*/
/*}*/
select.default-input.search {
    padding: 10px;
    border: unset;
    color: #426DFF;
    font-size: 16px;
    background-image: none;
}

select.default-input.search:focus {
    box-shadow: unset;
}

select option {
    background-color: #fff;
    color: #000;
    padding: 10px;
}

select option:hover {
    background-color: #f7f7f7;
}

select option:checked {
    background-color: #C4C4C4;
}

button {
    display: block;
    text-align: center;
    border: 0;
    outline: none;
    box-shadow: none;
}

button.nav-item {
    display: block;
    border: 1px solid #426DFF;
    border-radius: 10px;
    padding: 10px 40px;
    background-color: #fff;
    color: #426DFF;
    font-weight: 300;
    font-size: 16px;
}

button.nav-item:hover {
    box-shadow: 0px 1px 15px #426DFF;
    cursor: pointer;
}

button.nav-item:focus {
    box-shadow: 0px 1px 15px #426DFF;
    cursor: pointer;
    background-color: #426DFF;
    color: #fff;
}

.default {
    padding: 15px 30px;
    border-radius: 80px;
    display: block;
    text-align: center;
    background-color: #426DFF;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    box-shadow: 0px 1px 15px #426DFF;
}

.default:hover {
    cursor: pointer;
    background-color: #7292FF;
    box-shadow: 0px 1px 15px #7292FF;
}

.default:focus {
    cursor: pointer;
    background-color: #0039FF;
    box-shadow: 0px 1px 15px #0039FF;
}

.default.long {
    max-width: 900px;
    font-size: 16px;
}

.default.small {
    padding: 10px 30px;
    font-size: 16px;
}

.default.revers {
    color: #426DFF;
    background-color: #F5F5F5;
}

.default.outline {
    border: 1px solid #fff;
}

@media screen and (min-width: 992px) {
    input[type=text].default-input,
    input[type=password].default-input {
        font-size: 22px;
        padding: 15px 30px;
    }

    select.default-input {
        font-size: 22px;
        padding: 15px 60px 15px 30px;
        background-position: right 30px center;
    }

    .default {
        font-size: 26px;
        padding: 20px 30px;
    }

    .default.long {
        font-size: 24px;
    }

    .default.small {
        font-size: 16px;
    }
}

@media screen and (-ms-high-contrast: none) and (min-width: 992px), screen and (-ms-high-contrast: active) and (min-width: 992px) {
    select.default-input {
        padding-right: 30px;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    select.default-input {
        background-image: none;
        padding-right: 20px;
    }

    select.default-input::-ms-expand {
        display: none;
    }
}


.algorithm-wrap {
    display: block;
    margin: 40px 0;
    margin-top: 60px;
}

.algorithm-wrap .algorithm-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
}

.algorithm-wrap .algorithm-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.algorithm-wrap .algorithm-block .algorithm-point {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.algorithm-wrap .algorithm-block .algorithm-point .algorithm-icon svg {
    border: 2px solid #426DFF;
    border-radius: 5px;
    padding: 2px;
}

.algorithm-wrap .algorithm-block .algorithm-point .algorithm-rule {
    display: block;
}

.algorithm-wrap .algorithm-block .algorithm-point .algorithm-rule .rule-title {
    font-weight: 500;
    color: #426DFF;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: default;
}

.algorithm-wrap .algorithm-block .algorithm-point .algorithm-rule .rule-text {
    font-size: 12px;
}

.algorithm-wrap .algorithm-block .algorithm-point .algorithm-rule .rule-text:hover {
    cursor: default;
}

.algorithm-wrap .algorithm-block .algorithm-point .algorithm-rule .rule-text a {
    color: #000;
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .algorithm-wrap .algorithm-title {
        font-size: 24px;
        text-align: left;
        margin-bottom: 40px;
    }

    .algorithm-wrap .algorithm-block .algorithm-point .algorithm-rule .rule-title {
        font-size: 18px;
    }

    .algorithm-wrap .algorithm-block .algorithm-point .algorithm-rule .rule-text {
        font-size: 16px;
    }
}
.sak-line {
    display: block;
    margin: 40px 0;
    background-color: #F6F6F6;
    padding: 40px 0;
}

.sak-line .ask-wrap {
    display: block;
}

.sak-line .ask-wrap .ask-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
    cursor: default;
}

.sak-line .ask-wrap .ask-items {
    margin-top: 40px;
    display: block;
}

.sak-line .ask-wrap .ask-items .ask-item {
    padding: 20px 0;
    border-top: 1px solid #767676;
}

.sak-line .ask-wrap .ask-items .ask-item .ask-item-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.sak-line .ask-wrap .ask-items .ask-item .ask-item-title:hover {
    cursor: pointer;
}

.sak-line .ask-wrap .ask-items .ask-item .ask-item-title .ask-name {
    font-weight: 300;
}

.sak-line .ask-wrap .ask-items .ask-item .ask-item-title .icon {
    padding-right: 10px;
    display: block;
    margin: auto 0;
}

.sak-line .ask-wrap .ask-items .ask-item .ask-item-title .icon.reverse {
    transform: rotate(180deg);
    padding-left: 10px;
}

.sak-line .ask-wrap .ask-items .ask-item .ask-content {
    margin: 20px 0;
    font-weight: 300;
    font-size: 14px;
}

.sak-line .ask-wrap .ask-items .ask-item .ask-content:hover {
    cursor: default;
}

@media screen and (min-width: 992px) {
    .sak-line .ask-wrap .ask-title {
        font-size: 24px;
    }

    .sak-line .ask-wrap .ask-items .ask-item .ask-item-title .ask-name {
        font-size: 18px;
    }

    .sak-line .ask-wrap .ask-items .ask-item .ask-item-title .icon svg {
        width: 48px;
        height: 24px;
    }

    .sak-line .ask-wrap .ask-items .ask-item .ask-content {
        font-size: 16px;
    }
}
.blog-preview-wrap {
    display: flex;
    flex-direction: column;
    margin: 60px 0;
    position: relative;
    z-index: 1;
}

.blog-preview-wrap .preview-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    height: 200px;
    width: 100%;
    border-radius: 10px;
}

.blog-preview-wrap .preview-image .white_line {
    background: linear-gradient(to top, #fff -5%, transparent 90%);
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.blog-preview-wrap .preview-title {
    display: block;
    position: relative;
    z-index: 100;
    margin-top: 160px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px;
    text-transform: uppercase;
}

.blog-preview-wrap .preview-text {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    z-index: 100;
}

@media screen and (min-width: 992px) {
    .blog-preview-wrap {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }

    .blog-preview-wrap.reverse-block {
        flex-direction: row-reverse;
    }

    .blog-preview-wrap.reverse-block .preview-image .white_line {
        background: linear-gradient(to right, #fff -5%, transparent 90%);
    }

    .blog-preview-wrap .preview-image {
        /*height: auto;*/
        min-height: 310px;
        aspect-ratio: 2/1;
        position: relative;
    }

    .blog-preview-wrap .preview-image.qua {
        aspect-ratio: 1;
    }

    .blog-preview-wrap .preview-image .white_line {
        background: linear-gradient(to left, #fff -5%, transparent 90%);
        height: 100%;
        min-height: 320px;
    }

    .blog-preview-wrap .preview-title {
        margin-top: unset;
        font-size: 24px;
        margin-bottom: 30px;
    }

    .blog-preview-wrap .preview-text {
        line-height: 26px;
    }

    .blog-preview-wrap .revers {
        display: none;
    }
}
.sert-wrap {
    display: block;
    margin: 60px 0;
}

.sert-wrap .sertificat-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin: 20px 0;
}

.sert-wrap .sertificat-wrap .sert-image {
    display: block;
    position: relative;
    z-index: 10;
    background-size: cover;
    background-position: top;
    height: 175px;
    width: 100%;
}

.sert-wrap .sertificat-wrap .text-block {
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
}

.sert-wrap .sertificat-wrap .text-block .sert-points {
    margin-top: auto;
}

.sert-wrap .sertificat-wrap .text-block .sert-points .point-item {
    padding: 10px;
    padding-right: 25px;
    text-align: start;
    border: 1px solid #426DFF;
    border-radius: 5px;
    margin: 5px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    font-size: 12px;
    font-weight: 400;
}

.sert-wrap .sertificat-wrap .text-block .sert-points .point-item .ball {
    width: 12px;
    height: 12px;
    margin: auto 0;
    margin-right: 15px;
    background-color: #426DFF;
    border-radius: 50%;
}

.sert-wrap .sertificat-wrap .text-block .sert-points .point-item:hover {
    background-color: #426DFF;
    color: #fff;
    transition: all 0.1s ease;
}

.sert-wrap .sertificat-wrap .text-block .sert-points .point-item:hover .ball {
    background-color: #ffffff;
}

.sert-wrap .sertificat-wrap .text-block .sert-title {
    display: block;
    position: relative;
    z-index: 2;
    left: 0;
    top: 0;
    font-size: 16px;
    font-weight: 500;
    max-width: 500px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.sert-wrap .sertificat-warn {
    display: block;
    color: #767676;
    margin: 10px 0;
}

.sert-wrap .sertificat-warn .top {
    font-size: 11px;
    font-weight: 400;
    margin: 10px 0;
}

.sert-wrap .sertificat-warn .bot {
    font-size: 9px;
    font-weight: 300;
}

@media screen and (min-width: 992px) {
    .sert-wrap .sertificat-wrap {
        flex-direction: row;
    }

    .sert-wrap .sertificat-wrap .sert-image {
        width: 40%;
        height: 260px;
    }

    .sert-wrap .sertificat-wrap .text-block {
        flex-direction: unset;
        width: 60%;
    }

    .sert-wrap .sertificat-wrap .text-block .sert-points {
        margin-left: auto;
        margin-right: -40px;
    }

    .sert-wrap .sertificat-wrap .text-block .sert-points .point-item {
        text-align: end;
        margin-left: auto;
        font-size: 18px;
    }

    .sert-wrap .sertificat-wrap .text-block .sert-points .point-item .ball {
        width: 24px;
        height: 24px;
    }

    .sert-wrap .sertificat-wrap .text-block .sert-points .point-item:hover {
        padding-left: 40px;
    }

    .sert-wrap .sertificat-wrap .text-block .sert-title {
        position: absolute;
        font-size: 24px;
        text-align: left;
        margin-bottom: unset;
    }

    .sert-wrap .sertificat-warn {
        margin: 40px 0;
    }

    .sert-wrap .sertificat-warn .top {
        font-size: 18px;
    }

    .sert-wrap .sertificat-warn .bot {
        font-size: 12px;
    }
}

@media screen and (min-width: 1366px) {
    .sert-wrap .sertificat-wrap .sert-image {
        width: 40%;
        height: 280px;
    }
}

.oplata-title{
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 25px;
}

@media screen and (min-width: 1440px) {
    .sert-wrap .sertificat-wrap .sert-image {
        height: 300px;
    }
}
.contacts-wrap {
    display: block;
    margin: 40px 0;
}

.contacts-wrap .contacts-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.contacts-wrap .contact-info {
    display: flex;
    flex-direction: column;
    margin: 40px 0;
}

.contacts-wrap .contact-info .contact-work-info {
    display: flex;
    margin-top: 20px;
    gap: 10px;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}

.contacts-wrap .contact-info .contact-work-info:hover {
    cursor: default;
}

.contacts-wrap .contact-table-title {
    font-weight: 500;
    text-transform: uppercase;
    margin: 30px 0 0;
    text-align: center;
}

.contacts-wrap .contact-table {
    display: block;
}

.contacts-wrap .contact-table .contact-table-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 15px 0;
    background-color: #426DFF;
    padding: 15px;
    border-radius: 15px;
}

.contacts-wrap .contact-table .contact-table-item .contact-table-item-field {
    color: #fff;
    display: block;
    margin: 5px 0;
    font-size: 14px;
}

.contacts-wrap .contact-table .contact-table-item .contact-table-item-field.name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.contacts-wrap .contact-table .contact-table-item .contact-table-item-field a {
    position: relative;
    text-decoration: unset;
    color: #fff;
}

.contacts-wrap .contact-table .contact-table-item .contact-table-item-field a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.contacts-wrap .contact-table .contact-table-item .contact-table-item-field a:hover {
    cursor: pointer;
}

.contacts-wrap .contact-table .contact-table-item .contact-table-item-field a:hover::after {
    transform: scaleX(1);
}

@media screen and (min-width: 992px) {
    .contacts-wrap .contacts-title {
        font-size: 24px;
        text-align: left;
        margin-top: 60px;
    }

    .contacts-wrap .contact-table-title {
        font-size: 20px;
        text-align: left;
    }

    .contacts-wrap .contact-table {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contacts-wrap .contact-table .contact-table-item {
        width: 45%;
    }

    .contacts-wrap .contact-table .contact-table-item .contact-table-item-field {
        font-size: 16px;
    }

    .contacts-wrap .contact-table .contact-table-item .contact-table-item-field.name {
        font-size: 18px;
    }
}
.education-wrap {
    display: block;
    position: relative;
    z-index: 1;
    margin: 40px 0;
}

.education-wrap .education-title {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}

.education-wrap .education-title:hover {
    cursor: default;
}

.education-wrap .education-subtitle {
    font-size: 12px;
    color: #767676;
}

.education-wrap .education-subtitle:hover {
    cursor: default;
}

.education-wrap .education-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
}

.education-wrap .education-items .education-item {
    width: 40%;
    border: 1px solid #426DFF;
    padding: 10px;
    border-radius: 10px;
}

.education-wrap .education-items .education-item .education-text {
    font-size: 12px;
}

.education-wrap .education-items .education-item .education-text:hover {
    cursor: default;
}

.education-wrap .education-items .education-item .education-icon svg:not(.not-fill) {
    fill: #426DFF;
}

@media screen and (min-width: 992px) {
    .education-wrap .education-title {
        font-size: 24px;
        text-align: left;
        margin-bottom: 20px;
    }

    .education-wrap .education-subtitle {
        font-size: 14px;
    }

    .education-wrap .education-items .education-item {
        width: 30%;
        border: unset;
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .education-wrap .education-items .education-item .education-text {
        margin: auto 0;
        font-size: 16px;
    }

    .education-wrap .education-items .education-item .education-icon svg {
        height: 48px;
        width: 48px;
    }
}
.info-line {
    background-color: #F5F5F5;
    margin: 40px 0;
    padding: 40px 0;
    display: block;
}

.info-line .info-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.info-line .info-wrap .info-image {
    background-size: cover;
    position: absolute;
    height: 200px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}

.info-line .info-wrap .info-image .white-line {
    background: linear-gradient(to top, #F5F5F5 -5%, transparent 90%);
    width: inherit;
    height: 200px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.info-line .info-wrap .info-text-block {
    margin-top: 160px;
    position: relative;
    z-index: 10;
}

.info-line .info-wrap .info-text-block .info-text-title {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.info-line .info-wrap .info-text-block .info-text-title:hover {
    cursor: default;
}

.info-line .info-wrap .info-text-block .info-text-text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.info-line .info-wrap .info-text-block .info-text-text:hover {
    cursor: default;
}

.info-line .revers {
    background-color: #fff;
}

.info-line .revers:hover {
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .info-line .info-wrap {
        flex-direction: row;
        gap: 15px;
    }

    .info-line .info-wrap .info-image {
        height: auto;
        min-height: 310px;
        aspect-ratio: 2/1;
        position: relative;
    }

    .info-line .info-wrap .info-image .white-line {
        background: linear-gradient(to left, #F5F5F5 -5%, transparent 90%);
        height: 100%;
        min-height: 310px;
    }

    .info-line .info-wrap .info-text-block {
        margin-top: unset;
    }

    .info-line .info-wrap .info-text-block .info-text-title {
        text-align: left;
        font-size: 24px;
    }

    .info-line .revers {
        display: none;
    }
}
.licenses-wrap {
    display: block;
}

.licenses-wrap .licenses-title {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    margin: 10px 0;
}

.licenses-wrap .licenses-title:hover {
    cursor: default;
}

.licenses-wrap .licenses-items {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}

.licenses-wrap .licenses-items .licenses-item {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30%;
    aspect-ratio: 1/2;
    max-height: 600px;
}

.licenses-wrap .licenses-items .licenses-item:hover {
    cursor: pointer;
}

.licenses-wrap .popup-licenses {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    border-radius: 5px;
    min-width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.licenses-wrap .popup-licenses .close svg {
    margin: unset;
    position: absolute;
    right: 0;
    top: -30px;
}

.licenses-wrap .popup-licenses .close svg:hover {
    cursor: pointer;
}

.licenses-wrap .popup-licenses .popup-licenses-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 430px;
    border-radius: 10px;
}

@media screen and (min-width: 992px) {
    .licenses-wrap .licenses-title {
        font-size: 24px;
    }

    .licenses-wrap .popup-licenses {
        min-width: 500px;
    }

    .licenses-wrap .popup-licenses .popup-licenses-image {
        min-height: 800px;
    }
}


.advantages-line {
    background-color: #F5F5F5;
    display: block;
}

.advantages-line .advantages-wrap {
    padding: 20px 0;
}

.advantages-line .advantages-wrap .advantages-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.advantages-line .advantages-wrap .advantages-block {
    display: block;
    margin: 20px 0;
}

.advantages-line .advantages-wrap .advantages-block .advantages-item {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 20px 0;
}

.advantages-line .advantages-wrap .advantages-block .advantages-item .advantages-text-block .advantages-text-title {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #426DFF;
    cursor: default;
}

.advantages-line .advantages-wrap .advantages-block .advantages-item .advantages-text-block .advantages-text-text {
    font-size: 12px;
    cursor: default;
}

.advantages-line .advantages-wrap .advantages-block .advantages-item .advantages-icon svg {
    border: 2px solid #426DFF;
    padding: 5px;
    border-radius: 5px;
}

.advantages-line .advantages-wrap .advantages-block .advantages-item .advantages-icon svg:not(.not-fill) {
    fill: #426DFF;
}

@media screen and (min-width: 992px) {
    .advantages-line .advantages-wrap .advantages-title {
        text-align: left;
        font-size: 24px;
    }

    .advantages-line .advantages-wrap .advantages-block {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .advantages-line .advantages-wrap .advantages-block .advantages-item {
        width: 48%;
    }

    .advantages-line .advantages-wrap .advantages-block .advantages-item .advantages-text-block .advantages-text-title {
        font-size: 18px;
    }

    .advantages-line .advantages-wrap .advantages-block .advantages-item .advantages-text-block .advantages-text-text {
        font-size: 14px;
    }
}

.program-type-1-wrap {
    display: block;
    margin: 40px 0;
}

.program-type-1-wrap .program-type-1-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
}

.program-type-1-wrap .program-type-1-title:hover {
    cursor: default;
}

.program-type-1-wrap .program-type-1-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.program-type-1-wrap .program-type-1-items .program-type-1-item {
    display: block;
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 10px;
}

.program-type-1-wrap .program-type-1-items .program-type-1-item a {
    text-decoration: unset;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    cursor: default;
}

.program-type-1-wrap .mobile-more-2 {
    display: block;
}

.program-type-1-wrap .mobile-more-2 svg {
    margin: auto;
    display: block;
}

.program-type-1-wrap .mobile-more-2:hover {
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .program-type-1-wrap .program-type-1-title {
        font-size: 24px;
        text-align: left;
    }

    .program-type-1-wrap .program-type-1-items {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .program-type-1-wrap .program-type-1-items .program-type-1-item {
        width: 30%;
    }

    .program-type-1-wrap .mobile-more-2 {
        display: none !important;
    }
}
.program-type-2-line {
    background-color: #F5F5F5;
    padding: 20px 0;
}

.program-type-2-wrap {
    display: block;
    margin: 40px 0;
}

.program-type-2-wrap .program-type-2-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0;
}

.program-type-2-wrap .program-type-2-title:hover {
    cursor: default;
}

.program-type-2-wrap .program-type-2-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.program-type-2-wrap .program-type-2-items .program-type-2-item {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

.program-type-2-wrap .program-type-2-items .program-type-2-item a {
    text-decoration: unset;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    cursor: default;
}

.program-type-2-wrap .mobile-more-3 {
    display: block;
}

.program-type-2-wrap .mobile-more-3 svg {
    margin: auto;
    display: block;
}

.program-type-2-wrap .mobile-more-3:hover {
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .program-type-2-wrap .program-type-2-title {
        font-size: 24px;
        text-align: left;
    }

    .program-type-2-wrap .program-type-2-items {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .program-type-2-wrap .program-type-2-items .program-type-2-item {
        width: 30%;
    }

    .program-type-2-wrap .mobile-more-3 {
        display: none !important;
    }
}
@charset "UTF-8";

.review-wrap {
    display: block;
    margin: 40px 0;
}

.review-wrap .review-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.review-wrap .review-items {
    display: none;
}

.review-wrap .review-items.slick-initialized {
    display: block;
}

.review-wrap .review-items.slick-initialized .review-item {
    display: block;
    padding: 10px;
}

.review-wrap .review-items.slick-initialized .review-item .review-video {
    height: 200px;
    background-color: #767676;
    border: 2px solid #426DFF;
    border-radius: 10px;
    margin: 10px 0;
}

.review-wrap .review-items.slick-initialized .review-item .review-contain .review-name {
    font-weight: 500;
    margin: 10px 0;
}

.review-wrap .review-items.slick-initialized .review-item .review-contain .review-text {
    font-size: 14px;
    color: #767676;
    margin: 10px 0;
    font-weight: 300;
}

.review-wrap .review-items.slick-initialized .review-item .review-contain .small-reverse {
    background-color: #F5F5F5;
    color: #426DFF;
    margin: 10px auto;
}

.review-wrap .popup-review {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    z-index: 1000;
    border-radius: 5px;
    min-width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.review-wrap .popup-review .popup-review-title {
    font-weight: 500;
    margin: 10px 0;
}

.review-wrap .popup-review .popup-review-subtext {
    font-weight: 300;
    color: #767676;
    line-height: 160%;
    font-size: 14px;
    margin: 10px 0;
}

.review-wrap .popup-review .popup-review-course {
    color: #426DFF;
    font-size: 14px;
    font-weight: 300;
}

.review-wrap .popup-review .close svg {
    margin: unset;
    position: absolute;
    right: 0;
    top: -40px;
}

.review-wrap .popup-review .close svg:hover {
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .review-wrap .review-title {
        font-size: 24px;
        text-align: left;
    }

    .review-wrap .review-items.slick-initialized .review-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }

    .review-wrap .review-items.slick-initialized .review-item .review-video {
        width: 40%;
        height: 300px;
    }

    .review-wrap .review-items.slick-initialized .review-item .review-video iframe {
        height: 300px;
    }

    .review-wrap .review-items.slick-initialized .review-item .review-contain {
        display: flex;
        flex-direction: column;
        width: 60%;
    }

    .review-wrap .review-items.slick-initialized .review-item .review-contain .review-name {
        font-size: 18px;
    }

    .review-wrap .review-items.slick-initialized .review-item .review-contain .review-text {
        line-height: 24px;
        font-size: 16px;
    }

    .review-wrap .review-items.slick-initialized .review-item .review-contain .small-reverse {
        background-color: #426dff;
        color: #fff;
        margin-top: auto;
        margin-left: 0;
    }

    .review-wrap .popup-review {
        min-width: 500px;
    }

    .review-wrap .popup-review .popup-review-title {
        font-size: 18px;
    }

    .review-wrap .popup-review .popup-review-subtext {
        font-size: 16px;
        margin: 20px 0;
    }

    .review-wrap .popup-review .popup-review-course {
        font-size: 16px;
    }
}

/*!template_styles*/

body {
    font-family: "Inter", sans-serif;
}

footer {
    padding: 20px 0;
}

.slick-dots li.slick-active button::before {
    color: #426DFF !important;
}

p:hover,
h2:hover {
    cursor: default;
}

.slick-dots li button::before {
    color: #426DFF !important;
}

.top-header-place {
    width: 100%;
    display: block;
    padding: 10px 0;
}

.top-header-place .content {
    display: flex;
    flex-direction: row;
}

.top-header-place .content .left-side {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 50%;
    gap: 25px;
}

.top-header-place .content .left-side .logo-block {
    display: flex;
    flex-direction: row;
    gap: 5px;
    max-width: 300px;
    color: #000;
    text-decoration: unset;
}

.top-header-place .content .left-side .logo-block img {
    margin: auto 0;
    width: 30px;
    height: 30px;
}

.top-header-place .content .left-side .logo-block .logo-title {
    display: block;
    font-size: 9px;
    margin: auto;
}

.top-header-place .content .left-side .top-search {
    display: none;
}

.top-header-place .content .right-side {
    display: flex;
    flex-direction: row;
    justify-content: right;
    width: 50%;
}

.top-header-place .content .right-side .contact-block {
    display: none;
}

.top-header-place .content .right-side .burger {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: auto 0;
}

.top-header-place .content .right-side .burger .call {
    display: block;
    fill: #426DFF;
}
.top-header-place .content .right-side .burger .call.payment{
    fill: #fff;
    color: #fff;
    background-color: #426DFF;
    height: 22px;
    width: 22px;
    border-radius: 11px;
    margin-top: 1px;
}
.top-header-place .content .right-side .burger .call.payment svg{
    display: block;
    margin: 2px;
}

.top-header-place .content .right-side .burger .call:hover {
    cursor: pointer;
}

.top-header-place .content .right-side .burger .top-menu {
    display: block;
    cursor: pointer;
}

.footer-wrap {
    border-top: 1px solid #767676;
    margin-top: 50px;
    margin-bottom: 15px;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    position: relative;
}

.footer-wrap .logo-block {
    display: flex;
    flex-direction: row;
    gap: 5px;
    min-width: 300px;
    color: #000;
    text-decoration: unset;
    position: relative;
    z-index: 1;
}

.footer-wrap .logo-block img {
    width: 30px;
    height: 30px;
}

.footer-wrap .logo-block .logo-title {
    display: block;
    font-size: 9px;
    max-width: 180px;
}

.footer-wrap .license {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    bottom: 20px;
    font-size: 14px;
    color: #959595;
}

.footer-wrap .info-block {
    display: none;
}

.footer-wrap .contacts-block {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.footer-wrap .contacts-block .how-call {
    width: 50%;
}

.footer-wrap .contacts-block .work-time {
    width: 50%;
}

.footer-wrap .bottom-menu {
    display: block;
}

.footer-wrap .bottom-menu .title {
    color: #426DFF;
    text-transform: uppercase;
}

.footer-wrap .bottom-menu li {
    margin: 10px 0;
    color: #000;
}

.footer-wrap .bottom-menu li a {
    color: #000;
}

.footer-wrap .bottom-menu li a:hover {
    color: #7292FF;
}

.footer-wrap .bottom-menu li .network a {
    text-decoration: unset;
}

.footer-wrap .bottom-menu li .network a:hover svg {
    fill: #7292FF;
}

.content {
    max-width: 1440px;
    display: block;
    margin: 0 auto;
    padding: 0 10px;
}

.blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.blackout.active {
    opacity: 1;
    visibility: visible;
}

.blackout-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.blackout-form.active {
    opacity: 1;
    visibility: visible;
}

.success-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #426DFF;
    padding: 20px;
    z-index: 1000;
    border-radius: 25px;
    color: #fff;
    fill: #fff;
    min-width: 330px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.success-wrap svg {
    display: block;
    margin: auto;
}

.success-wrap .success-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    display: block;
    margin: 15px auto;
}

.success-wrap .success-subtext {
    font-weight: 300;
    font-size: 12px;
    display: block;
    text-align: center;
}

.success-wrap .close svg {
    margin: unset;
    position: absolute;
    right: 15px;
    top: -50px;
}

.success-wrap .close svg:hover {
    cursor: pointer;
}

@media screen and (min-width: 1368px) {
    .top-header-place {
        margin: 20px 0;
    }

    .top-header-place .content {
        gap: 50px;
    }

    .top-header-place .content .left-side .logo-block {
        width: 100%;
        max-width: 300px;
    }

    .top-header-place .content .left-side .logo-block img {
        width: 45px;
        height: 45px;
    }

    .top-header-place .content .left-side .top-search {
        display: block;
        position: relative;
        z-index: 1;
        border: 1px solid #426DFF;
        border-radius: 10px;
        height: 40px;
        margin: auto 0;
        width: 100%;
        max-width: 300px;
    }

    /*.top-header-place .content .left-side .top-search .search-icon {*/
    /*    border: 1px solid #426DFF;*/
    /*    border-radius: 10px;*/
    /*    padding: 8px;*/
    /*    position: absolute;*/
    /*    top: -1px;*/
    /*    right: -1px;*/
    /*    fill: #426DFF;*/
    /*}*/

    /*.top-header-place .content .left-side .top-search .search-icon:hover {*/
    /*    cursor: pointer;*/
    /*    fill: #fff;*/
    /*    background-color: #426DFF;*/
    /*}*/

    .top-header-place .content .right-side .contact-block {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }

    .top-header-place .content .right-side .contact-block .contact-item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 5px;
    }

    .top-header-place .content .right-side .contact-block .contact-item .contact-icon {
        display: block;
        margin: auto;
        border: 1px solid #426DFF;
        padding: 7px;
        border-radius: 10px;
        fill: #426DFF;
        color: #426DFF;
    }

    .top-header-place .content .right-side .contact-block .contact-item .contact-icon:hover {
        fill: #fff;
        color: #fff;
        background-color: #426DFF;
    }

    .top-header-place .content .right-side .contact-block .contact-item .item-links {
        display: flex;
        flex-direction: column;
        margin: auto 0;
    }

    .top-header-place .content .right-side .contact-block .contact-item .item-links .link {
        text-decoration: unset;
        color: #426DFF;
        font-size: 12px;
    }

    .top-header-place .content .right-side .contact-block .contact-item .item-links .link:hover {
        color: #7292FF;
    }

    .top-header-place .content .right-side .burger {
        margin-left: auto;
        margin-top: auto;
    }

    .top-header-place .content .right-side .burger .call {
        display: none;
    }

    .footer-wrap .logo-block {
        width: 25%;
    }

    .footer-wrap .logo-block img {
        width: 45px;
        height: 45px;
    }

    .footer-wrap .info-block {
        width: 25%;
        display: block;
    }

    .footer-wrap .contacts-block {
        width: 50%;
    }

    .content {
        padding: 0 20px;
    }

    .success-wrap {
        min-width: 500px;
    }

    .success-wrap .success-title {
        font-size: 36px;
    }
}

@media screen and (min-width: 992px) and (min-width: 1280px) {
    .top-header-place .content .right-side .contact-block {
        gap: 15px;
    }

    .top-header-place .content .right-side .contact-block .contact-item .item-links .link {
        font-size: 16px;
    }
}

@media screen and (min-width: 1280px) {
    .footer-wrap .logo-block .logo-title {
        font-size: 12px;
        max-width: 250px;
    }

}
@media screen and (min-width: 1368px) {
    .top-header-place .content .left-side .logo-block .logo-title {
        font-size: 12px;
    }
}

@media screen and (max-width: 1368px) {
    .top-header-place {
        box-shadow: -5px -1px 21px rgba(0, 0, 0, 0.15);
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
        background-color: #fff;
    }

    .top-header-place .content .left-side {
        width: 70%;
    }

    .top-header-place .content .right-side {
        width: 30%;
    }

    .top-header-place .content .right-side .burger .top-menu svg {
        width: 30px;
        fill: #426DFF;
    }

    .footer-wrap {
        flex-direction: column;
    }

    .footer-wrap .logo-block img {
        margin: auto 0;
    }

    .footer-wrap .license {
        bottom: -50px;
        font-size: 10px;
        padding-bottom: 10px;
    }

    .footer-wrap .contacts-block {
        margin-top: 20px;
    }

    .footer-wrap .bottom-menu {
        font-size: 12px;
    }

    .content.main {
        margin-top: 30px;
    }
}

.banner-wrap {
    display: block;
    position: relative;
    z-index: 1;
}

.banner-wrap .banner-item {
    display: none;
    background-color: #fff;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-wrap .banner-item .content-banner {
    max-width: 1440px;
    display: block;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (min-width: 992px) {
    .banner-wrap .banner-item {
        background-size: contain;
        background-position: bottom;
    }
    .banner-wrap .banner-item.desktop {
        display: block;
        height: 500px;
        margin: -10% auto 0;
    }

    .banner-wrap .banner-item.desktop button {
        position: absolute;
        bottom: 50px;
    }
}
@media screen and (min-width: 1280px){
    .banner-wrap .banner-item.desktop {
        margin: -5% auto 0;
    }
}
@media screen and (min-width: 1368px) {
    .banner-wrap .banner-item.desktop {
        height: 630px;
        margin: -60px auto 0;
    }
}

@media screen and (max-width: 992px) {
    .banner-wrap .banner-item.mobile {
        display: block;
        height: 320px;
        margin-bottom: 70px;
        background-position: center;
        margin-top: 50px;
    }

    .banner-wrap .banner-item.mobile button {
        position: absolute;
        bottom: -60px;
        width: 90% !important;
        left: 50%;
        transform: translateX(-50%);
    }
}

.submenu-wrap .submenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
    .submenu-wrap {
        background-color: #F6F6F6;
    }

    .submenu-wrap .submenu {
        padding: 40px 0;
    }
}

@media screen and (max-width: 992px) {
    .submenu-wrap .submenu {
        gap: 10px;
        padding: 20px 0;
    }

    .submenu-wrap .submenu .nav-item {
        width: 30%;
        font-size: 10px;
        padding: 10px;
    }
}

.static-title{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 30px;
}
.static-title2{
    font-weight: 500;
    color: #426DFF;
}
.static-content{
    display: block;
}
.static-content p:not(.for-image){
    margin: 15px 0;
}
.static-content a{
    color: #426DFF;
}
.static-content a:hover{
    color: #7292FF;
}
@media screen and (min-width: 768px) {
    .static-title{
        font-size: 24px;
        text-align: left;
    }
    .static-title2{
        font-size: 18px;
    }
}
.slick-initialized .slick-slide{
    height: unset;
}
@media screen and (max-width: 992px) {
    .state_text{
        height: 52px;
        overflow-y: hidden
    }
}
.link-down{
    margin-top: 3px;
}
#mdi_clock{
    position: relative;
    cursor: default;
}

.tooltip {
    position: absolute;
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 5px;
    z-index: 100;
}
/*# sourceMappingURL=styles.css.map */
.menu-slider {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 1000;
    background-color: #426DFF;
    /*display: none;*/
}

.menu-slider.active {
    right: 0;
    display: block;
}

.menu-scroll-container {
    height: calc(100% - 90px);
    overflow-y: auto;
    padding: 30px 15px;
}

.menu-content, .submenu-content {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-content li, .submenu-content li {
    margin: 15px 0;
    position: relative;
}

.menu-content li a, .submenu-content li a {
    color: #fff;
    text-decoration: unset;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    display: block;
    padding: 5px 0;
}

.menu-content li a:hover::after, .submenu-content li a:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.menu-content li a::after, .submenu-content li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.nav {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}

.submenu-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    cursor: pointer;
    font-size: 18px;
}

.menu-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.menu-level-2 {
    transform: translateX(100%);
    background-color: #426DFF;
}

.menu-level-2.active {
    transform: translateX(0);
}

.back-button {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    color: white;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: sticky;
    top: 0;
    background-color: #426DFF;
    z-index: 1;
}

.back-button svg {
    margin-right: 10px;
}

/* Стили для скроллбара */
.menu-scroll-container::-webkit-scrollbar {
    width: 4px;
}

.menu-scroll-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.menu-scroll-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.menu-scroll-container::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 992px) {
    .menu-slider {
        right: 0;
        width: 500px;
    }

    .menu-content li, .submenu-content li {
        margin: 30px 0;
    }

    .menu-content li a, .submenu-content li a {
        font-size: 24px;
    }
}
.b24-widget-button-social-item.b24-widget-button-openline_livechat{
    display: none;
}
ul{
    list-style-type: disc;
    padding-left: 20px;
}
ol {
    list-style-type: decimal;
}
ul li{
    padding: 6px 5px;
    list-style-type: inherit;
}
/* End */


/* Start:/local/templates/AAM/plugins/slick/slick.css?17246558831776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/AAM/plugins/slick/slick-theme.css?17254465343142*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/AAM/plugins/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: 400;
    font-style: normal;

    src: url('/local/templates/AAM/plugins/slick/./fonts/slick.eot');
    src: url('/local/templates/AAM/plugins/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/AAM/plugins/slick/./fonts/slick.woff') format('woff'), url('/local/templates/AAM/plugins/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/AAM/plugins/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */
/* /local/templates/AAM/components/bitrix/search.title/mueg_search/style.css?17538820531223 */
/* /local/templates/AAM/components/bitrix/menu/top-main/style.css?17528365252754 */
/* /local/templates/AAM/components/bitrix/breadcrumb/breadcrumb/style.css?1750328107470 */
/* /local/templates/AAM/template_style.css?175558800348179 */
/* /local/templates/AAM/plugins/slick/slick.css?17246558831776 */
/* /local/templates/AAM/plugins/slick/slick-theme.css?17254465343142 */
