.container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.btn-dark {
    background:#003a63;
}

.top-header__contacts * {
    color:#fff;
    font-size:12px !important;
}

.top-header__contacts-row {
    display:flex;
    justify-content:space-between;
}

.logo {
    max-height:90px;
}

.header-search-rounded_input.rounded_input input {
    border-radius: 30px !important;
}

/* .product_search_form {
    max-width:800px;
} */

.contact_info .contacts__column a {
    display:block;
    font-size: 14px;
    color: #687188;
}

.contact_info .contacts__column a:hover {
    color:#ee7a03;
}

@keyframes slideIn {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}
@keyframes fadeOut {
    to { transform: translateX(-100%); opacity: 0; }
}
@keyframes progress {
    from { transform: scaleX(1); }
    to { transform: scaleX(0); }
}
.notifications-container {
    z-index: 99999;
}
.notification {
    padding: 15px 20px;
    color: #003a63;
    font-size:14px;
    min-width:350px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    animation: slideIn 0.3s ease-out;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.2s;
}
.notification-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgb(238 122 3);
    width: 100%;
    transform-origin: left;
}

.notification-product__image {
    width:90px;
    height:120px;
    object-fit:cover;
}

.notification-product__name {
    font-weight:500;
    color:#292b2c;
    font-size:16px;
}

.notification-product__message {
    color:#707070;
    font-size:12px;
}

.notification-product__tocart {
    font-size:12px;
    width:fit-content;
    padding:10px;
}

.notification-product__content {
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding: 5px 0;
}

.notification-product__outer {
    display: flex;
    align-items: center;
    gap: 10px;
    align-items: stretch;
}

.w-100 {
    width:100%;
}

.zoomContainer {
    display:none !important;
}

#pr_item_gallery .slick-track {
    margin-left:0;
}

.cart_dropdown-image {
    width:80px;
    height:80px;
    object-fit:cover;
}

.product-remove {
    cursor:pointer;
}

.shop_cart_table {
    transition:all ease-out .4s;
}

.shopping_info .icon_box {
    align-items:flex-start;
}

.custome-checkbox input[type="checkbox"] + .form-check-label.form-check-label-custom::after {
    top:11px;
}

.custome-checkbox .form-check-label-custom {
    color:#292b2c;
    font-size:14px;
}

.custome-checkbox .form-check-label-custom a {
    color:#ee7a03;
    text-decoration:underline;
}

.ms-order__checkbox.error ~ .form-check-label::before {
    border-color:brown;
}

#jGrowl {
    display:none;
}

.banner-title {
    color: #FFF;
    font-size: 29.732px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom:8px;
    margin-bottom:0 !important;
}

.banner-subtext {
    color: #FFF;
    font-size: 17.096px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom:0px;
}    

.banner-link {
    border-radius: 160px;
    background: #003a63;
    display: flex;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%
    letter-spacing: 1px;
    width:fit-content;
    margin-top:32px;
}

.banner-link:before, .banner-link:after {
    background:#EE7A03;
}

.banner-link.btn-fill-out:hover {
    color:#fff !important;
}

.banner-logo {
    width:fit-content !important;
    height:fit-content;
}

@media (max-width:500px) {
    .banner-title {
        font-size: 23.732px;
    }
    
    .banner-subtext {
        font-size:14px;
    }
    
    .banner-title br {
        display:none;
    }
    
    .banner-link {
        font-size:14px;
        margin-top:16px;
    }
}

.banner-grid__link {
    margin:0;
    font-size:18px;
    text-transform:uppercase;
}

.banner-grid__title {
    margin:0;
    font-size:18px;
    text-transform:uppercase;
}

.banner-grid__title-row {
    background: #003a63;
    margin-top:2px;
    display:block;
    width:fit-content;
    padding:3px 8px;
}

header .navbar.navbar-expand-lg .contact_phone {
    display:flex;
}

.page-content {
    padding:60px 0 0;
    font-size:14px;
}

.page-content ul {
    padding-left:17px;
    margin-bottom:15px;
}

.page-content a {
    color:#ff9f00;
    text-decoration:underline;
    font-weight: 300;
}

.page-content a strong {
    font-weight:300;
}

.page-content table {
    width:100% !important;
}

.page-content td {
    padding:15px;   
}

.page-content img {
    max-width:none;
}

ymaps p {
    margin-bottom:5px;
}

.fetchit-outer {
    position:relative;
}

.fetchit-success-message {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    padding: 50px;
    border: 2px solid #003a63;
    border-radius: 10px;
    pointer-events:none;
    user-select:none;
    opacity:0;
    transition:all ease-out .4s;
}

.fetchit-success-message.active {
    pointer-events:auto;
    user-select:auto;
    opacity:1;
}

.fetchit-success-message__image {
    max-width:20%;
    margin-bottom:15px;
}

.fetchit-success-message__title {
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
    text-align:center;
}

.fetchit-success-message__subtitle {
    text-align:center;
}

@media (max-width:500px) {
    .fetchit-success-message__image {
        max-width:40%;
    }
}

.about-team__row {
    display:flex;
    flex-wrap:wrap;
    padding:10px 0;
    justify-content:space-between;
    max-width:900px;
}

.about-team__item {
    width:32%;
    margin-bottom:15px;
}

.about-team__item svg {
    width:100%;
}

.about-team__item-title {
    margin-bottom:7px;
    color: #435058;

    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.165px;
}

.about-team__item-line {
    width:100%;
    border-radius: 2.128px;
    height:11px;
    margin-bottom:5px;
}

.about-team__item-content {
    color: #435058;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.165px;
    opacity: 0.85;
}

.about-team__row .about-team__item:nth-child(1) .about-team__item-line {
    background: #E4A768;
}

.about-team__row .about-team__item:nth-child(2) .about-team__item-line {
    background: #E8A158;
}

.about-team__row .about-team__item:nth-child(3) .about-team__item-line {
    background: #ED8D2A;
}

.about-team__row .about-team__item:nth-child(4) .about-team__item-line {
    background: #ED8D2A;
}

.about-team__row .about-team__item:nth-child(5) .about-team__item-line {
    background: #ED851A;
}

.about-team__row .about-team__item:nth-child(6) .about-team__item-line {
    background: #EE7A03;
}

.about-values__row {
    display:flex;
    justify-content:space-between;
    padding:24px 0 32px;
}

.about-values__item {
    width:calc(25% - 12px);
    display:flex;
}

.about-values__item-num {
    color: #003A63;
    font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%; 
    letter-spacing: -1.122px;
    margin-right:7px;
}

.about-values__item-title {
    color: #435058;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 11px */
    letter-spacing: -0.165px;
    margin-bottom:6px;
    opacity: 0.85;
}

.about-values__item-content {
    color: #435058;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.165px;
    opacity: 0.85;
}

.section-width__img img {
    max-width:260px;
    float:right;
    border-radius:12px;
    margin-bottom:12px;
}

.section-width__img[data-img="right"] img {
    float:right;
    margin-left:25px;
}

.section-width__img[data-img="left"] img {
    float:left;
    margin-right:25px;
}

.about-history {
    position:relative;
    padding-left:15px;
    margin-bottom:25px;
}

.about-history:before {
    content: '';
    display:block;
    position:absolute;
    top:0;
    left:5px;
    bottom:0;
    width:1px;
    height:100%;
    background:#003a63;
}

.about-history__item {
    position: relative;
    background: #f7f7f7;
    margin: 10px 0;
    padding: 15px;
    max-width:900px;
}

.about-history__item:before {
    content: '';
    display: block;
    position: absolute;
    left: -14px;
    top: 24px;
    margin: auto;
    width: 9px;
    height: 9px;
    background: #ee7a03;
    border-radius: 50%;
}

.about-history__item-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #003a63;
    position:relative;
    padding-bottom:10px;
}

.about-history__item ul {
    padding-left:15px;
}

.about-serts__row {
    display:flex;
    flex-wrap:wrap;
    padding-top:25px;
    margin:-5px;
}

.about-serts__item {
    width: calc(20% - 10px);
    padding:10px;
    margin:5px;
    background: #f7f7f7;
}

.about-serts__item img {
    width:100%;
}

.fetchit-row-success-message {
    display:flex;
    flex-direction:row;
}

.fetchit-row-success-message .fetchit-success-message__image {
    max-height:150px;
    margin-right: 20px;
}

.fetchit-success-content {
    display:flex;
    flex-direction:column;
    align-items: flex-start;
}

.faq-callback__item {
    display:flex;
    flex-direction:column;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    border-radius: 10px;
}

.faq-callback__item-head {
    display:flex;
    align-items:center;
    padding-bottom:10px;
    justify-content: space-between;
}

.faq-callback__item-name {
    font-weight:600;
    padding-right:15px;
    font-size:16px;
    color: #003a63;
}

.faq-callback__item-date {
    font-size:12px;
}

.faq-callback__item-reply {
    display: flex;
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

.faq-callback__item-reply-logo {
    border-radius: 50%;
    overflow: hidden;
    padding: 9px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    background: #f7f7f7;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 15px;
}

.faq-callback__item-reply-author {
    font-weight:600;
    color: #003a63;
}

@media (max-width:600px) {
    .faq-callback__item-reply-logo {
        display:none;
    }
}

.search-tabs a {
    font-size:18px;
    padding:5px 0px 5px;
    border-bottom:2px solid #fff;
    margin-right:15px;
    transition:all ease-out .2s;
}   

.search-tabs a.active {
    border-color:#003a63;
}

.search-tabs {
    padding:35px 0;
}

.search-tabs__item {
    display:none;
    padding-bottom:50px;
}

.search-tabs__item.active {
    display:block;
}

.search-tabs__item .section {
    padding:0;
}

.search-page-result__item {
    display:flex;
    flex-direction:column;
    margin-bottom:15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 20px;
    border-radius: 10px;
}

.search-page-result__title {
    font-weight:600;
    color: #003a63;
    padding-bottom: 15px;
}

.contact_text {
    max-width: 300px;
    margin: auto;
}

.contact_style3 {
    height:100%;
}

.contact__text-phones {
    max-width:100%;
}

.contact__phones {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    max-width:340px;
    margin:auto;
    gap:10px 20px;
}

.contact__phones a {
    width:158px;
    text-align:left;
}

@media (max-width:500px) {
    .contact__phones {
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }
    
    .contact__phones a {
        text-align:center;
    }
}

.owl-stage .product_info {
    height:150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tab_slider {
    overflow:hidden;
}

.main-about-block {
    display:flex;
    gap:80px;
}

.main-about-block__image {
    max-width:932px;
    width:100%;
}

.main-about-block__image img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.main-about-block__content {
    display:flex;
    flex-direction:column;
}

.main-about-block__subtitle {
    color: #00446F;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    padding-bottom:24px;
}

.main-about-block__title {
    color: #687188;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.52px;
    padding-bottom:16px;
}

.main-about-block__text * {
    color: #687188;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom:0px;
}

.main-about-block__utps {
    display:flex;
    flex-wrap:wrap;
    gap:58px 40px;
    padding-top:48px;
}

.main-about-block__utp {
    width:calc(100% / 2 - 20px);
    display:flex;
    gap:20px;
} 

.main-about-block__utp-icon {
    width:100%;
    height:100%;
    max-width:48px;
    max-height:48px;
    min-width:48px;
    min-height:48px;
    border-radius: 8px;
    border: 1px solid #F5763D;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display:flex;
    align-items:center;
    justify-content:center;
}

.main-about-block__utp-icon img {
    border-radius:0px !important;
}

.main-about-block__utp-title {
    color: #687188;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.32px;
    padding-bottom:8px;
}

.main-about-block__utp-description {
    color: #687188;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.main-about-block__content {
    max-width:608px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

@media (max-width:1200px) {
    .main-about-block {
        gap:40px;
    }
    
    .main-about-block__utps {
        gap:30px 20px;
        padding-top:20px;
    }
}

@media (max-width:1050px) {
    .main-about-block__image {
        display:none;
    }
    
    .main-about-block__content {
        max-width:100%;
    }
    
    .main-about-block__utps {
        padding-top:40px;
    }
}

@media (max-width:500px) {
    .main-about-block__image {
        display:block;
    }
    
    .main-about-block {
        flex-direction:column-reverse;
    }
    
    .main-about-block__utps {
        flex-direction:column;
    }
    
    .main-about-block__utp {
        width:100%;
    }
}

.minicart-empty {
    padding: 20px 20px 20px;
}

.content-block em {
    font-style:italic;
}

.content-block p {
    margin-bottom:10px;
    color:#666;
}

.content-block ul, .content-block ol {
    padding-left:17px;
    margin-bottom:10px;
}

.content-block ul li {
    list-style:disc;
}

.content-block ol li {
    list-style:auto;
}

.content-block h2 {
    font-size:26px;
    line-height:120%;
}

.content-block h3 {
    font-size:24px;
    line-height:120%;
}

.content-block h4 {
    font-size:22px;
    line-height:120%;
}

.content-block h5 {
    font-size:20px;
    line-height:120%;
}

.content-block h6 {
    font-size:18px;
    line-height:120%;
}

.content-block h2,
.content-block h3,
.content-block h4,
.content-block h5,
.content-block h6 {
    margin-bottom:15px;
    margin-top:30px;
    color:#292b2c;
}

.content-block a {
    color:#ed6901;
    text-decoration:underline;
    display: inline;
}

.content-block a:hover {
    color:#3c1a63;
}

.content-block strong {
    font-weight:600;
}

.content-block ol,
.content-block ul {
    padding-left: 1.8rem;
    margin: 0.5rem 0;
    line-height: 1.6;
}

.content-block ol {
    margin: 1.5rem 0;
}

.content-block ul {
    list-style: none;
    padding-left:0;
}

.content-block ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
    list-style: none !important;
    color:#666;
}

.content-block ul li::before {
    content: "•";
    position: absolute;
    left: 5px;
    color: #3c1a63;
    font-weight: bold;
    font-size: 1.6em;
    top: 6px;
    font-size: 16px;
    line-height: 90%;
}

.content-block ol {
    list-style: none !important;
    counter-reset: custom-counter;
    padding:0;
}

.content-block ol li {
    counter-increment: custom-counter;
    list-style: none !important;
    position: relative;
    padding-left: 2.2rem;
    margin-bottom: 0.8rem;
    padding-left: 40px;
    margin-bottom: 16px;
    color:#292b2c;
}

.content-block ol li::before {
    content: counter(custom-counter);
    position: absolute;
    left: 0;
    top: -4px;
    width: 1.8rem;
    height: 1.8rem;
    background: #003a63;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9em;
    font-weight: 600;
}

.content-block ol li ol li::before {
    content: "•";
    position: absolute;
    left: 16px;
    color: #003a63;
    font-weight: bold;
    font-size: 1.6em;
    top: -10px;
    width: 0;
    height: 0;
    display: inline;
}

.content-block img {
    border-radius:15px;
}

@media (max-width:767px) {
    .content-block h2 {
        font-size:20px;
    }
    
    .content-block h3 {
        font-size:18px;
    }
    
    .content-block h4 {
        font-size:16px;
    }
    
    .content-block h5 {
        font-size:15px;
    }
    
    .content-block h6 {
        font-size:14px;
    }
}

@media (max-width:500px) {
    .content-block img {
        width:100%;
        float:none !important;
        margin:0 !important;
    }
}

.info-default-section {
    padding-top:50px;
}

.about-page-content {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom:25px;
}


.section-content-text-image {
    display:flex;
}

.section-content-text-image p {
    margin-bottom:0;
}

.section-content-text-image > img {
    margin-left:40px;
    height:fit-content;
}

.section-content-text {
    padding:25px 0;
}

.section-content-text h2 {
    margin: 0px 0px 22px;
}

.section-content-text ul li {
    padding-left:2rem;
}

.section-content-images-row {
    display:flex;
    justify-content:space-between;
    padding:15px 0;
}

.section-content-images-row img {
    width:calc(50% - 12px);
}

.section-content-text-utps {
    display:flex;
}

.section-content-text-utps-content {
    padding-right:30px;
}

.section-content-history-timeline {
    position:relative;
    padding:148px 0 0;
}

.section-content-history-timeline-year {
    position:relative;
    width:fit-content;
    text-align:center;
    margin:auto;
    padding:12px 48px;
    border-radius: 12px;
    border: 2px solid #D0D5DD;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; 
    letter-spacing: -0.48px;
    color: #687188;
    margin-bottom:148px;
    background:#fff;
    z-index:1;
    white-space:nowrap;
}

.section-content-history-timeline .section-content-history-timeline-year:last-child {
    margin-bottom:0;
}

.section-content-history-timeline:before {
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:3px;
    height:100%;
    pointer-events:none;
    display:block;
    background: #D0D5DD;
    margin: auto;
}

.section-content-history-timeline-item {
    position:relative;
}

.section-content-history-timeline-text {
    position: absolute;
    top: 0;
    left:0;
    max-width: 686px;
    border-radius: 5px;
    padding: 24px;
    color: #687188;
    border: 1px solid #D0D5DD;
    background: #FAFDFF;
    transform: translateY(calc(-50% - -24px));
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.section-content-history-timeline .section-content-history-timeline-item:nth-child(2n) .section-content-history-timeline-text {
    right:0;
    left:auto;
}

.section-content-history-timeline-text h3 {
    color: #687188;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.36px;
    margin:0 0 8px;
}

.section-content-history-timeline-text:before {
    content: '';
    position: absolute;
    width: 104px;
    top: 50%;
    display: block;
    height: 2px;
    background: #d0d5dd;
    z-index: -1;
    left: 0;
    transform: translateX(-100%);
    
}

.section-content-history-timeline .section-content-history-timeline-item:nth-child(2n + 1)  .section-content-history-timeline-text:before {
    left:unset;
    right:0px;
    transform: translateX(100%);
}

.section-content-achievements {
    display:flex;
}

.section-content-achievements img {
    margin-right:76px;
    height:fit-content;
    object-fit:cover;
    max-width:50%;
}

.section-content-achievements-timeline {
    display:flex;
    flex-direction:column;
}

.section-content-achievements-timeline-item {
    display:flex;
    padding-bottom: 28px;
    margin-bottom: 32px;
    border-bottom:1px solid #D0D5DD;
}

.section-content-achievements-timeline .section-content-achievements-timeline-item:last-child {
    border-bottom:0;
}

.section-content-achievements-timeline-year {
    color: #687188;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-right:32px;
    white-space:nowrap;
    width: 100%;
    display: block;
    max-width: 136px;
}

.section-content-achievements-timeline-text {
    color: #687188;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.section-content-achievements-timeline-text * {
    margin:0 !important;
    line-height:140%;
}

.section-content-team {
    display:flex;
    padding-top:60px;
}

.section-content-team .section-content-text {
    width:521px;
    padding:0px;
}

.section-content-team-row {
    display:flex;
    flex-direction:column;
    padding-left:32px;
}

.section-content-team-item {
    border-radius: 5px;
    border: 1px solid #D0D5DD;
    background: #FAFDFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding:20px 24px;
    margin-bottom:20px;
}

.section-content-team-title {
    color: #687188;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom:16px;
}

.section-content-team-description {
    color: #687188;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

@media (max-width:1600px) {
    .section-content-history-timeline-text {
        max-width:42%;
    }
    
    .section-content-achievements img {
        margin-right:36px;
    }
}

@media (max-width:1400px) {
    .section-content-text-image img {
        max-width:50%;
    }
    
    .section-content-history-timeline-text {
        max-width:40%;
    }
    
    .section-content-history-timeline-year {
        margin-bottom:180px;
    }
}

@media (max-width:1150px) {
    .section-content-history-timeline:before {
        margin-left:25px;
    }
    
    .section-content-history-timeline-item {
        display:flex;
        margin-bottom:40px;
    }
    
    .section-content-history-timeline-year {
        margin-left:0;
        margin-top: 0;
        margin-bottom: 0;
        height: fit-content;
    }
    
    .section-content-history-timeline-text {
        max-width:76%;
        position: unset;
            transform: translateY(0);
    }
    
    .section-content-history-timeline .section-content-history-timeline-item:nth-child(2n + 1) .section-content-history-timeline-text:before {
        left: 0;
        right:unset;
        transform: translateX(-100%);
    }
    
    .section-content-history-timeline-text:before {
        top:24px;
    }
    
    .section-content-history-timeline-text {
        height:fit-content;
    }
    
    .section-content-achievements img {
        max-width:40%;
    }
    
    .section-content-team {
        flex-direction:column;
    }
    
    .section-content-team .section-content-text {
        width:100%;
        margin-bottom:20px;
    }
    
    .section-content-team-row {
        padding-left:0;
    }
}

@media (max-width:950px) {
    .section-content-text-utps {
        flex-direction:column;
    }
    
    .section-content-text-image {
        flex-direction:column;
    }
    
    .section-content-text-image img {
        max-width:100%;
        margin-left:0;
        margin-top:20px;
        margin-bottom:20px;
        width:100%;
    }
    
    .section-content-history-timeline {
        padding:70px 0 0;
    }
    
    .section-content-achievements {
        flex-direction:column;
    }
    
    .section-content-achievements img {
        max-width:100%;
        margin: 0 0 30px 0;
    }
    
    .section-content-history-timeline-text {
        max-width: calc(100% - 235px);
    }
}

@media (max-width:650px) {
    .section-content-history-timeline-year {
        font-size:16px;
        padding: 12px 20px;
    }
    
    .section-content-history-timeline-text {
        max-width: calc(100% - 145px);
    }
}

@media (max-width:500px) {
    .section-content-history-timeline-item {
        flex-direction:column;
    }
    
    .section-content-history-timeline-text {
        max-width:100%;
        margin-top:15px;
    }
    
    .section-content-history-timeline-text:before {
        display:none;
    }
    
    .section-content-history-timeline {
        padding: 30px 0 0;
    }
    
    .section-content-achievements-timeline-year {
        font-size:20px;
        width: 100%;
        max-width: 100px;
        margin-right: 12px;
    }
    
    .section-content-achievements-timeline {
        padding-top:25px;
    }
    
    .section-content-team {
        padding-top:30px;
    }
    
    .section-content-images-row img {
        width: calc(50% - 6px);
    }
    
    .main-about-block__utp-icon {
        padding:6px;
    }
}

.main-about-block__utps-column {
    flex-direction:column;
    gap:24px 0;
    padding-top:0;
}

.main-about-block__utps-column .main-about-block__utp {
    width:100%;
}

.section-content-text-cells {
    display:flex;
    justify-content:space-between;
    align-items:stretch;
}

.section-content-text-cell {
    max-width:calc(100% / 3 - 10px);
    border-radius: 5px;
    border: 1px solid #D0D5DD;
    background: #FAFDFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 24px;
    height:auto;
}

.section-content-text-cell-icon img {
    border-radius:0px;
}

.section-content-text-cell-icon {
    display:flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    margin-bottom:32px;
}

.section-content-text-cell-title {
    color: #687188;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom:8px;
}

.section-content-text-cell-content {
    color: #687188;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.section-content-text-message {
    margin-top:50px;
    padding:64px 0 48px;
    border-radius: 5px;
    background: #F6FAFE;
    text-align:center;
    color: #687188;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; 
}

@media (max-width:1050px) {
    .section-content-text-cells {
        flex-wrap:wrap;
    }
    
    .section-content-text-cell {
        max-width:100%;
        margin-bottom:20px;
    }
    
    .section-content-text-message {
        font-size:18px;
        padding:32px 0 24px;
        margin-top:25px;
    }
    
    .section-content-text-message br {
        display:none;
    }
}

@media (max-width:500px) {
    .section-content-text-cell-icon img {
        padding:6px;
    }
}

.section-content-text-cells-row {
    flex-direction:column;
}

.section-content-text-cells-row .section-content-text-cell {
    max-width:100%;
    margin-bottom:20px;
    min-height:250px;
}

.section-content-text-cells-row .section-content-text-cell:last-child {
    margin-bottom:0px;
}

.section-content-text-cell-groups {
    display:flex;
    justify-content:space-between;
    padding-top:25px;
}

.section-content-text-cell-group {
    width:calc(50% - 24px);
}


.section-content-text-cells-outer {
    display:flex;
}

.section-content-text-cells-2n {
    padding-top:15px;
}

.section-content-text-cells-2n .section-content-text-cell {
   max-width: calc(100% / 2 - 10px);
}

@media (max-width:1300px) {
    .section-content-text-cells-row .section-content-text-cell {
        min-height:270px;
    }
}

@media (max-width:1150px) {
    .section-content-text-cell-groups {
        flex-direction:column;
    }
    
    
    .section-content-text-cell-group {
        width:100%;
        margin-bottom:20px;
    }
}

@media (max-width:940px) {
    .section-content-text-image > img {
        margin-top:20px !important;
    }
    
    .section-content-text-cells-2n .section-content-text-cell {
        max-width:100%;
    }
}

.section-content-chess-item {
    display:flex;
    gap:50px;
    align-items: center;
}

.section-content-chess {
    display:flex;
    flex-direction:column;
    gap:180px;
}

.section-content-chess .section-content-chess-item:nth-child(2n) {
    flex-direction:row-reverse;
}    

.section-content-chess-image {
    width:100%;
    max-width:50% !important;
}

@media (max-width:1250px) {
    .section-content-chess-item, .section-content-chess .section-content-chess-item:nth-child(2n) {
        flex-direction:column;
        gap:30px;
    }
    
    .section-content-chess-image {
        max-width:100% !important;
    }
    
    .section-content-chess {
        gap:60px;
    }
}

.section-content-text-cells-3 {
    flex-wrap:wrap;
    gap:20px;
    padding-bottom:20px;
}
.section-content-text-cells-3 .section-content-text-cell {
    max-width:calc(100% / 3 - 15px);
}

.pt-100 {
    padding-top:100px;
}

.section-content-text-image-left > img {
    margin-left: 0;
    margin-right: 40px;
    max-width:50%;
}

.section-content-text-image-left h2 {
    margin-bottom:0;
}

.section-content-text-image-left .main-about-block__utp {
        gap: 10px;
}

@media (max-width:940px) {
    .section-content-text-image-left > img {
        max-width:100%;
    }
}

@media (max-width: 1050px) {
    .section-content-text-cells-3 .section-content-text-cell {
        max-width: 100%;
    }
}

.catalog-listing__row {
    margin:-10px;
}

.catalog-listing__item {
    padding:10px;
    width:100%;
    height:auto;
}    

.catalog-listing__item-inner {
    border-radius: 5px;
    border: 1px solid #D0D5DD;
    /* background: #FAFDFF; */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding:24px;
    height:100%;
}

.catalog-listing__item[data-width="1/3"] {
    max-width:calc(100% / 3);
}


.catalog-listing__item[data-width="2/3"] {
    max-width:calc(100% / 3 * 2);
}

.catalog-listing__item[data-width="1/3"] .catalog-listing__item-rows > ul {
    column-count:2;
}

.catalog-listing__item[data-width="2/3"] .catalog-listing__item-rows > ul {
    column-count:3;
}

.catalog-listing__item[data-width="3/3"] .catalog-listing__item-rows > ul {
    column-count:4;
}

.catalog-listing__item[data-width="3/3"] {
    max-width:calc(100%);
}

.catalog-listing__item-rows a {
    color: #687188;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding:5px 0;
    display:block;
}

.catalog-listing__item-rows a:hover {
    color:#ee7a03;
}

.catalog-listing__item-rows > ul ul {
    break-inside: avoid-column;
    list-style:disc;
}

.catalog-listing__item-rows > ul ul a {
    padding:2px 0;
}

.catalog-listing__item-rows > ul > li {
    break-inside: avoid-column;
}    

.catalog-listing__item-rows ul {
    list-style:none;
}


.catalog-listing__item-rows ul ul {
    padding-left:22px;
    padding-bottom:10px;
}

.catalog-listing__item-rows ul ul a {
    font-weight:400;
}

.catalog-listing__item-rows ul ul svg {
    display:none;
}

.catalog-listing__item-rows ul ul li a {
    line-height:16px;
}

.catalog-listing__item-rows ul ul li::marker {
    color:#bebebe;
}

.catalog-listing__item-rows ul > li > a {
    display:flex;
    gap:3px;
    align-items: flex-start;
}

.catalog-listing__item-rows ul > li > a svg {
    width: 16px;
    min-width: 16px;
    max-width: 16px;
    margin-top:3px;
}

.catalog-listing__row {
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
}

.catalog-listing__item-image {
    height:146px;
    margin-bottom:32px;
    border-radius: 10px;
    overflow:hidden;
    background:#F0F0F0;
    padding:5px;
}

.catalog-listing__item-image img {
    display: block;
    margin-left:24px;
    height:100%;
}

.catalog-listing__item-title {
    color: #687188;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.36px;
    padding-bottom:11px;
}

@media (max-width:1200px) {
    .catalog-listing__item[data-width="1/3"] {
        max-width:calc(100%);
    }
    
    .catalog-listing__item[data-width="2/3"] {
        max-width:calc(100%);
    }
    
    .catalog-listing__item[data-width="3/3"] {
        max-width:calc(100%);
    }
}

@media (max-width:700px) {
    .catalog-listing__item[data-width="1/3"] .catalog-listing__item-rows > ul {
        column-count: 2;
    }
    
    .catalog-listing__item[data-width="2/3"] .catalog-listing__item-rows > ul {
        column-count: 2;
    }
    
    .catalog-listing__item[data-width="3/3"] .catalog-listing__item-rows > ul {
        column-count: 2;
    }
}

@media (max-width:500px) {
    .catalog-listing__item[data-width="1/3"] .catalog-listing__item-rows > ul {
        column-count: 1;
    }
    
    .catalog-listing__item[data-width="2/3"] .catalog-listing__item-rows > ul {
        column-count: 1;
    }
    
    .catalog-listing__item[data-width="3/3"] .catalog-listing__item-rows > ul {
        column-count: 1;
    }
}

.navigation-outer {
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    padding-bottom:30px;
}

.navigation-item {
    width:100%;
    max-width:calc(100% / 4 - 19px);
    padding:15px 25px;
    border-radius: 5px;
    color: #687188;
    border: 1px solid #D0D5DD;
    background: #FAFDFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    align-items:center;
    display:flex;
    font-weight:600;
}    

.navigation-title {
    color: #3D3D3D;
    font-family: 'Roboto';
    font-size:2rem;
    padding:0 0 10px;
}

@media (max-width:1300px) {
    .navigation-item {
        max-width:calc(100% / 3 - 19px);
    }
}

@media (max-width:800px) {
    .navigation-item {
        max-width:calc(100% / 2 - 19px);
    }
}

@media (max-width:500px) {
    .navigation-item {
        max-width:calc(100%);
    }
}

header {
    position:relative;
}

.hmm {
    position:absolute;
    height:calc(100vh - 235px);
    background:#fff;
    width:100%;
    left:0;
    right:0;
    z-index:999;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    pointer-events:none;
    opacity:0;
    transition:all ease-out .2s;
}

.hmm.active {
    opacity:1;
    pointer-events:auto;
}

.hmm__listing {
    display:flex;
    flex-direction:column;
    max-width:387px;
    height:100%;
    overflow-y:auto;
    border-right:1px solid #DEE2E6;
    padding-right:11px;
    width:100%;
}

.hmm__listing-item {
    padding:21px 12.5px;
    color: #747774;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.091px;
    position:relative;
    cursor:pointer;
}

.hmm__listing-item:before {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    border-radius: 3px;
    background: #FAF8F5;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    display: block;
    opacity:0;
    transition:all ease-out .2s;
}

.hmm__listing-item:hover:before, .hmm__listing-item.active:before {
    opacity:1;
}

.hmm__listing-item:hover, .hmm__listing-item.active {
    color:#EE7A03;
}

.hmm__listing-item:hover path {
    fill:#EE7A03;
}

.hmm__listing-item-content {
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
}

.hmm .container {
    height:100%;
    display:flex;
}

.hmm__content {
    width:100%;
    padding:25px 19px;
    height:100%;
    overflow-y:auto;
    display:none;
}

.hmm__content.active {
    display:block;
}

.hmm__content-title {
    color: #000018;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom:48px;
}

.hmm__banner {
    padding: 17px 16px 16px;
    background:#eee;
    background-size:cover;
    max-width:856px;
    border-radius: 12px;
}

.hmm__banner-title {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom:11px;
    display:block;
}

.hmm__banner-button {
    color:#003a63;
    font-size:14px;
    font-weight:600;
    background:#fff !important;
}

.hmm__banner-button:before, .hmm__banner-button:after {
    background:#fff;
}

.hmm__categoryes-parent.hmm__categoryes-parent[data-size="3/3"] {
    max-width:calc(100% / 1);
}

.hmm__categoryes-parent.hmm__categoryes-parent[data-size="2/3"] {
    max-width:calc(100% / 1.5);
}

.hmm__categoryes-parent {
    width:100%;
    max-width:calc(100% / 3);
}

.hmm__categoryes-parent[data-size="3/3"] .hmm__categoryes-inner {
    display: flex;
    flex-wrap: wrap;
}  

.hmm__categoryes-parent[data-size="3/3"] .hmm__categoryes-inner .hmm__categoryes-item {
    flex: 1 1 calc(33.333%);
    max-width:33%;
    padding-right:20px;
}

.hmm__categoryes-parent[data-size="2/3"] .hmm__categoryes-inner .hmm__categoryes-item {
    flex: 1 1 calc(50%);
    max-width:50%;
}

.hmm__categoryes-parent[data-size="2/3"] .hmm__categoryes-inner {
    display: flex;
    flex-wrap: wrap;
}

.hmm__categoryes {
    margin-top:-16px;
    display: flex;
    flex-wrap: wrap;
    max-width: 856px;
}

.hmm__categoryes-parent-title {
    margin-top:40px;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    margin-bottom:4px;
    display:block;
    padding-right:20px;
}

.hmm__categoryes-item {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    padding-top:4px;
    padding-bottom:4px;
    display:block;
    width:fit-content;
}

.categories_btn {
    display:flex;
}

.categories_btn i {
    width:25px;
}

.categories_btn:hover {
    color:#fff;
}

#navCatContent {
    top: calc(100% + 22px);
}

@media (max-width:1150px) {
    .hmm__categoryes-parent[data-size="3/3"] .hmm__categoryes-inner .hmm__categoryes-item {
        flex: 1 1 calc(50%);
        max-width:50%;
    }
    
    .hmm__categoryes-parent.hmm__categoryes-parent[data-size="3/3"] {
        max-width:100%;
    }
    
    .hmm__categoryes-parent.hmm__categoryes-parent[data-size="2/3"] {
        max-width:100%;
    }
    
    .hmm__categoryes-parent {
        max-width:calc(100% / 2);
    }
}

@media (max-width:960px) {
    .hmm {
        display:none;
    }
}

.modal-outer {
    background:#fff;
    max-width:600px;
    margin:auto;
    padding:40px;
}

.modal-title {
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%;
    margin-bottom: 10px;
    display: block;
}  

.modal-subtitle {
    margin-bottom:20px;
}

@media only screen and (max-width: 575px) {
    .categories_btn {
        width: fit-content !important;
    }
}

.di-sidebar {
    position:sticky;
    top:0;
    max-height: 100vh;
    overflow-y: auto;
}

.di-sidebar__widget {
    padding:16px 24px;
    border: 1px solid #D0D5DD;
    background: #FAFDFF;
    border-radius: 5px;
    margin-bottom:24px;
}

.di-sidebar .di-sidebar__widget:last-child {
    margin-bottom:0px;
}

.di-sidebar__form-title {
    color: #3D3D3D;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom:4px;
}

.di-sidebar__form-subtitle {
    color: #687188;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-bottom:24px;
}

.di-sidebar__banner {
    position:relative;
}

.di-sidebar__banner-title {
    color: #687188;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.36px;
    margin-bottom:8px;
}

.di-sidebar__banner-subtitle {
    color: #687188;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom:12px;
}

.di-sidebar__banner-image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.di-sidebar__contacts-title {
    color: #3D3D3D;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:12px;
}

.di-sidebar__contacts-value {
    color: #687188;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-bottom:16px;
}

.di-sidebar__contacts-value a {
    color: #687188;
    padding-bottom:4px;
}

.di-sidebar__contacts-value a:hover {
    color:#ee7a03;
}

.di-sidebar__contacts-row {
    display:flex;
    justify-content:space-between;
    padding-bottom:24px;
}

.di-sidebar__contacts-row .di-sidebar__contacts-item {
    border-right:2px solid #D0D5DD;
    padding: 0 24px;
    width:100%;
}

.di-sidebar__contacts-row .di-sidebar__contacts-item:first-child {
    padding-left:0px;
}

.di-sidebar__contacts-row .di-sidebar__contacts-item:last-child {
    border-right:none;
    padding-right:0px;
}

.di-sidebar__contacts-valuerow {
    display:flex;
    justify-content:space-between;
}

.page-content > table {
    border: 1px solid #D0D5DD;
}

@media (max-width:1600px) {
    .di-sidebar__contacts-valuerow {
        flex-wrap:wrap;
    }
    
    .di-sidebar__contacts-valuerow a {
        width:50%;
    }
    
    .di-sidebar__contacts-row .di-sidebar__contacts-item {
        padding:0 12px;
    }
}

@media (max-width:1400px) {
    .di-sidebar__banner-subtitle, .di-sidebar__banner-title {
        max-width:60%;
    }
    
    .di-sidebar__banner-subtitle br {
        display:none;
    }    
    
    .page-content-col {
        flex: 0 0 auto;
        width: 100% !important;
    }
}

@media (max-width:1300px) {
    .di-sidebar {
        display:none;
    }
}

@media (max-width:700px) {
    .page-content table {
        width: auto !important;
        min-width: 100%;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
}

#_zero_69577 {
    display:none;
}