.block-custom h1,
.block-custom .h1,
.block-custom h2,
.block-custom .h2,
.block-custom h3,
.block-custom .h3,
.block-custom h4,
.block-custom .h4 {
    font-weight: 600;
    letter-spacing: 1;
}

.block-custom h1,
.block-custom .h1 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 16px;
}

.block-custom h2,
.block-custom .h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.block-custom h3,
.block-custom .h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.block-custom p,
.block-custom ol,
.block-custom ul {
    margin: 14px 0;
}

.block-custom img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 14px 0;
}

.block-custom a {
    color: var(--brand-blue);
    text-decoration: underline;
}

.block-custom ol li,
.block-custom ul li {
    margin-bottom: 13px;
}

.block-custom ol li::marker,
.block-custom ul li::marker {
    color: var(--brand-blue);
}

.block-custom ol li:last-child,
.block-custom ul li:last-child {
    margin-bottom: 0;
}

.block-custom ol {
    list-style: number;
    padding-left: 16px;
}

.block-custom ol li {
    padding-left: 6px;
}

.block-custom ol li::marker {
    font-size: 16px;
}

.block-custom ul {
    list-style: disc;
    padding-left: 18px;
}

.block-custom ul li {
    padding-left: 4px;
}

.block-custom .check-list {
    list-style-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2050_4)'%3E%3Cpath d='M1 6.4L4.14286 10L12 1' stroke='%230073BD' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2050_4'%3E%3Crect width='13' height='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    padding-left: 16px;
}

.block-custom .check-list li {
    padding-left: 6px;
    position: relative;
}

.block-custom .video-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.block-custom .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-custom .video-wrapper.aspect-1x1 {
    padding-bottom: 100%;
}

.block-custom .video-wrapper.aspect-4x3 {
    padding-bottom: 75%;
}

.block-custom .video-wrapper.aspect-21x9 {
    padding-bottom: 42.85%;
}

.block-custom blockquote {
    border-left: 2px solid #0073BD;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    padding: 8px 0 8px 26px;
    margin: 36px 0;
}

.block-custom blockquote p {
    margin: 0;
}

.block-custom iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 36px 0;
}

@media (min-width: 1200px) {

    .block-custom h2,
    .block-custom .h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }

    .block-custom h3,
    .block-custom .h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
    }
}

.half-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 991px) {

    .half-container {
        max-width: 788px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .half-container {
        max-width: 788px;
    }
}

@media (min-width: 1200px) {
    .half-container {
        max-width: 788px;
    }
}

.wrapper {
    padding: 30px 0;
}

.content.wrapper {
    padding: 15px 0;
}

@media (min-width: 768px) {
    .wrapper {
        padding: 60px 0;
    }

    .content.wrapper {
        padding: 35px 0;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        padding: 80px 0;
    }

    .content.wrapper {
        padding: 45px 0;
    }
}

.row-flex-no-padding {
    display: flex;
    flex-wrap: wrap;
}

.row-flex-no-padding>.col-12 {
    padding-left: 0;
    padding-right: 0;
}

.block-full-image {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block-left-content .left-column {
    display: flex;
    justify-content: flex-end;
}

.block-vertical-center .flex-row {
    align-items: center;
}

.block-title {
    margin-bottom: 25px;
}

.block-title-center {
    text-align: center;
    margin-bottom: 25px;
}

.block-slider__block {
    margin-top: 30px;
}

.block-slider .tns-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.block-slider .tns-controls button {
    background: none;
    border: 0;
}

.block-slider .tns-controls button:first-child {
    margin-left: -30px;
}

.block-slider .tns-controls button:last-child {
    margin-right: -30px;
}

.block-slider .tns-outer .tns-nav {
    bottom: -25px;
}

.block-slider .tns-nav button {
    width: 6px;
    height: 11px;
    border: 0;
    background: rgba(7, 149, 207, 0.2);
    border-radius: 0;
    margin-right: 8px;
    box-sizing: border-box;
}

.block-slider .tns-nav button.tns-nav-active {
    background: var(--blue);
}

.block-background {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .block-full-image {
        height: 300px;
    }

    .block-slider {
        padding-bottom: 30px;
    }

    .block-image .block-image-column {
        order: 1;
    }

    .block-image .block-content-column {
        order: 2;
    }
}



@media (min-width: 992px) {
    .block-right-content .half-container .col-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.block-years {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}

.block-years .col-12 {
    margin-bottom: 15px;
}

.block-years__year {
    font-size: 80px;
    line-height: 35px;
    color: rgba(18, 133, 194, 0.05);
    font-weight: 700;
}

@media (min-width: 992px) {
    .block-years {
        font-size: 18px;
    }

    .block-years__year {
        font-size: 100px;
        line-height: 55px;
    }

    .block-years .col-12 {
        margin-bottom: 30px;
    }
}

.person-name {
    margin-top: 15px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.person-position {
    margin-top: 5px;
    color: var(--blue);
    font-weight: 500;
    font-size: 14px;
}

.block-full-image-center,
.block-text-table {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
}

.block-text-table {
    text-align: center;
}

.block-text .table {
    border-top: 1px solid var(--grey);
    border-left: 1px solid var(--grey);
}

.block-full-image-center img {
    margin-bottom: 15px;
}

.block-products .inner-block,
.block-series .inner-block {
    padding: 15px;
    border: 1px solid var(--grey);
    transition: all 0.2s linear;
    height: 100%;
}

.block-products .products__header-title,
.block-series .products__header-title {
    font-size: 24px;
}

.block-products .products__header-description,
.block-series .products__header-description {
    font-size: 14px;
    color: black;
}


.block-products .col-12,
.block-series .col-12 {
    margin-bottom: 15px;
}

.block-products .inner-block:hover,
.block-series .inner-block:hover {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}

.block-products .inner-block a:hover,
.block-series .inner-block a:hover {
    text-decoration: none;
}

.block-products .inner-block a:hover .products__header-description,
.block-products .inner-block:hover .products__header-description,
.block-series .inner-block a:hover .products__header-description,
.block-series .inner-block:hover .products__header-description {
    color: black;
}

.block-text-background .wrapper {
    padding: 25px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
}

.block-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.block-text ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.block-text ul>li {
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
}

.block-text ul>li:last-child {
    padding-bottom: 0;
}

.block-text .h4,
.block-text h4,
.block-reviews .h4 {
    margin-bottom: 20px;
}

.block-text ul>li:after {
    content: ' ';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #006bbd;
    position: absolute;
    top: 11px;
    left: 0;
}

.block-text .inner-block {
    height: 100%;
    border: 1px solid var(--grey);
}

.block-text .inner-block .image img {
    height: 185px;
    width: 100%;
    object-fit: cover;
}

.block-text .inner-block .text {
    padding: 15px;
}

.block-text-shadow {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(190, 196, 212, 0.4);
}

.block-text-shadow>div:first-child .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.block-text-shadow>div:last-child {
    padding: 15px;
}

@media (max-width: 767px) {
    .block-text-shadow>div:first-child .image {
        height: 185px;
    }

    .block-text-shadow>div:first-child .image img {
        width: 100%;
        height: 185px;
        object-fit: cover;
    }
}

@media (min-width: 768px) {
    .block-text-shadow {
        display: flex;
    }

    .block-text-shadow>div:first-child {
        width: 33.3333%;
        flex: 1 0 33.3333%;
        position: relative;
    }

    .block-text-shadow>div:first-child .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    .block-text-shadow>div:last-child {
        border-left: 1px solid rgba(190, 196, 212, 0.4);
        margin-left: 15px;
    }
}

@media (min-width: 992px) {

    .block-text .h4,
    .block-text h4,
    .block-reviews .h4 {
        margin-bottom: 40px;
    }

    .block-text {
        font-size: 16px;
    }

    .block-full-image-center img {
        margin-bottom: 30px;
    }

    .block-full-image-center,
    .block-text-table {
        font-size: 18px;
        font-weight: 300;
    }

    .block-products .col-12 {
        margin-bottom: 30px;
    }
}

.block-icons {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
}

.block-icons-white {
    font-weight: 300;
    font-size: 18px;
    color: var(--dark);
}

.block-icons .row {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.block-icons img {
    margin-bottom: 15px;
}

.block-icons .row .col-12 {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .block-icons .row .col-12 {
        width: 33.33333%;
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
}

.block-reviews .inner-block {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 15px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.block-reviews .header {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    flex: 1 0 auto;
}

.block-reviews .label {
    margin: 15px -20px;
    background-color: #F8FBFF;
    color: var(--blue-light);
    font-weight: 700;
    font-size: 18px;
    padding: 10px 20px;
}

.block-reviews .footer {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
}

@media (max-width: 991px) {
    .block-reviews .col-12 {
        margin-bottom: 30px;
    }
}

#landing-fullsize-left-image-right-text img,
#landing-fullsize-right-image-left-text img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

#landing-fullsize-left-image-right-text .insert-image .grid-content-block,
#landing-fullsize-right-image-left-text .insert-image .grid-content-block {
    height: 100%;
}

#landing-fullsize-left-image-right-text .half-column,
#landing-fullsize-right-image-left-text .half-column {
    display: flex;
    align-items: center;
}

#landing-fullsize-left-image-right-text .half-column .grid-content-block,
#landing-fullsize-right-image-left-text .half-column .grid-content-block,
#landing-right-image-left-text .grid-content-block,
#landing-left-image-right-text .grid-content-block {
    height: auto;
}

@media (max-width: 991px) {
    #landing-icons-numbers .inner-block {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {

    #landing-fullsize-right-image-left-text .row-flex-no-padding>div:first-child,
    #landing-right-image-left-text .row>div:first-child {
        order: 2;
    }

    #landing-fullsize-right-image-left-text .row-flex-no-padding>div:last-child,
    #landing-right-image-left-text .row>div:last-child {
        order: 1;
    }

    #landing-fullsize-left-image-right-text .half-column .grid-content-block,
    #landing-fullsize-right-image-left-text .half-column .grid-content-block,
    #landing-right-image-left-text .grid-content-block {
        padding-bottom: 15px;
    }
}

@media (min-width: 768px) {

    #landing-fullsize-left-image-right-text .half-column .grid-content-block,
    #landing-fullsize-right-image-left-text .half-column .grid-content-block {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (min-width: 1200px) {

    #landing-fullsize-left-image-right-text .half-column .grid-content-block,
    #landing-fullsize-right-image-left-text .half-column .grid-content-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

#landing-fullsize-right-image-left-text .half-column {
    justify-content: flex-end;
}

#landing-right-image-left-text .col-12,
#landing-left-image-right-text .col-12 {
    display: flex;
    align-items: center;
}

#landing-image-2column-text .insert-image img {
    margin-bottom: 15px;
}

#landing-team>.row>div:last-child {
    margin-top: 20px;
}

.block_center #landing-icons-numbers .row {
    justify-content: center;
}

#landing-icons-numbers .inner-block {
    height: 115px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

#landing-icons-numbers .inner-block img {
    position: absolute;
    max-height: 115px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

#landing-icons-numbers .number {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 15px;
}

#landing-icons-numbers .title {
    font-weight: 300;
    font-size: 16px;
}

.table-column .grid-content-block {
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    margin: 15px 0;
}

.table-column table {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    border-spacing: 0;
    border-bottom: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
    box-sizing: border-box;
}

.table-column table th,
.table-column table tr:first-child {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(190, 196, 212, 0.2) 100%);
    padding: 10px 15px;
    font-weight: 400;
    border: 1px solid var(--grey);
    border-right: 0;
    border-bottom: 0;
}

.table-column table td {
    padding: 10px 15px;
    border: 1px solid var(--grey);
    border-right: 0;
    border-bottom: 0;
}

.block-image-one.wrapper {
    margin: 0;
    padding: 0 !important;
}

#landing-image-text-shadow .row {
    margin: 0;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 10%);
    border: 1px solid rgba(190, 196, 212, 0.4);
}

#landing-image-text-shadow .col-12 {
    padding: 0;
}

#landing-image-text-shadow .insert-image .grid-content-block {
    height: 100%;
}

#landing-image-text-shadow img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#landing-image-text-shadow .block-text {
    padding: 15px;
}

#landing-2columns-image-text .insert-image .grid-content-block {
    border-top: 1px solid var(--grey);
    border-left: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
    height: 190px;
}

#landing-2columns-image-text .insert-image .grid-content-block img {
    object-fit: cover;
    width: 100%;
    height: 190px;
}

#landing-2columns-image-text .block-text .grid-content-block {
    border-bottom: 1px solid var(--grey);
    border-left: 1px solid var(--grey);
    border-right: 1px solid var(--grey);
    height: 100%;
    padding: 15px;
}

@media (max-width: 767px) {
    .insert-image {
        margin-bottom: 15px;
    }

    #landing-2columns-image-text .row>div:nth-child(1) {
        order: 1;
    }

    #landing-2columns-image-text .row>div:nth-child(3) {
        order: 2;
        margin-bottom: 15px;
    }

    #landing-2columns-image-text .row>div:nth-child(2) {
        order: 3;
    }

    #landing-2columns-image-text .row>div:nth-child(4) {
        order: 4;
    }

    #landing-2columns-image-text .insert-image {
        margin-bottom: 0;
    }
}

hr {
    border-top: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe,
.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.table-responsive {
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
}

.table {
    width: 100%;
    border-spacing: 0;
    border-top: 0;
    border-left: 0;
    box-sizing: border-box;
}

.table th {
    padding: 10px 15px;
}

.table td {
    padding: 10px 15px !important;
}

.img-responsive {
    max-width: 100%;
}

/* Block and columns paddings */

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.p-b-75 {
    padding-bottom: 75px !important;
}

.p-b-90 {
    padding-bottom: 90px !important;
}

.p-b-105 {
    padding-bottom: 105px !important;
}

.p-b-120 {
    padding-bottom: 120px !important;
}

.p-b-135 {
    padding-bottom: 135px !important;
}

.p-b-150 {
    padding-bottom: 150px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-75 {
    padding-top: 75px !important;
}

.p-t-90 {
    padding-top: 90px !important;
}

.p-t-105 {
    padding-top: 105px !important;
}

.p-t-120 {
    padding-top: 120px !important;
}

.p-t-135 {
    padding-top: 135px !important;
}

.p-t-150 {
    padding-top: 150px !important;
}

@media (max-width: 1199px) {


    .p-b-0 {
        padding-bottom: 0px !important;
    }

    .p-b-15 {
        padding-bottom: 7.5px !important;
    }

    .p-b-30 {
        padding-bottom: 15px !important;
    }

    .p-b-45 {
        padding-bottom: 22.5px !important;
    }

    .p-b-60 {
        padding-bottom: 30px !important;
    }

    .p-b-75 {
        padding-bottom: 37.5px !important;
    }

    .p-b-90 {
        padding-bottom: 45px !important;
    }

    .p-b-105 {
        padding-bottom: 52.5px !important;
    }

    .p-b-120 {
        padding-bottom: 60px !important;
    }

    .p-b-135 {
        padding-bottom: 67.5px !important;
    }

    .p-b-150 {
        padding-bottom: 75px !important;
    }

    .p-t-0 {
        padding-top: 0px !important;
    }

    .p-t-15 {
        padding-top: 7.5px !important;
    }

    .p-t-30 {
        padding-top: 15px !important;
    }

    .p-t-45 {
        padding-top: 22.5px !important;
    }

    .p-t-60 {
        padding-top: 30px !important;
    }

    .p-t-75 {
        padding-top: 37.5px !important;
    }

    .p-t-90 {
        padding-top: 45px !important;
    }

    .p-t-105 {
        padding-top: 52.5px !important;
    }

    .p-t-120 {
        padding-top: 60px !important;
    }

    .p-t-135 {
        padding-top: 67.5px !important;
    }

    .p-t-150 {
        padding-top: 75px !important;
    }
}


/* ======= Базовый стиль баннера ======= */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFF;
    color: #000;
    padding: 15px;
    font-size: 14px;
    display: none;
    z-index: 9999;
    font-weight: 400;
    box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);

}

#cookie-banner .cookie-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* ======= Окно настроек ======= */
#cookie-settings-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

#cookie-settings-content {
    background: #fff;
    color: #000;
    padding: 20px;
    max-width: 600px;
    width: 90%;
}

#cookie-settings-content h2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

#cookie-settings-content .cookie-buttons {
    margin-top: 25px;
}

#cookie-settings-content .cookie-buttons .btn {
    height: 40px;
}

.cookie-option {
    margin: 20px 0;
    font-weight: 500;
}

.cookie-option input {
    margin-right: 6px;
}

.cookie-option p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

#cookie-reject {
    display: none;
}
