html,body {
    scroll-behavior: smooth
}

[data-fx-toggle-block] {
    display: none
}

[data-fx-toggle-button].active {
    cursor: default
}

.page-blog {
    background: #f4f6f6
}

.page-blog-item {
    background: #fff;
    padding-bottom: 0
}

.fixBlogHeader {
    position: relative;
    z-index: 9;
    pointer-events: none
}

.fixBackground {
    padding-bottom: 60px;
    background: #f4f6f6
}

.swiper-cont {
    overflow: hidden
}

.swiper-scrollbar {
    background: #dadada
}

.swiper-scrollbar-drag {
    background: #c7374a
}

.section-header>h2,.section-header .h2 {
    font-weight: 300;
    z-index: 10;
}

.sTemplate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    color: #000
}

.sTemplate h1,.sTemplate h2,.sTemplate h3,.sTemplate h4,.sTemplate h5,.sTemplate h6 {
    font-size: 30px;
    font-weight: 600;
    line-height: 150%
}

.sTemplate h1:not(:first-child),.sTemplate h2:not(:first-child),.sTemplate h3:not(:first-child),.sTemplate h4:not(:first-child),.sTemplate h5:not(:first-child),.sTemplate h6:not(:first-child) {
    margin-top: 32px !important
}

.sTemplate a {
/*    text-decoration: none;*/
/*    border-bottom: 2px solid #007aff;*/
    -webkit-transition: all .2s;
    transition: all .2s
}

.sTemplate a:hover {
}

.sTemplate .tableWrap {
    width: 100%;
    display: block;
    overflow-x: auto;
    padding-bottom: 10px
}

.sTemplate .tableWrap::-webkit-scrollbar {
    background: #dadada;
    border-radius: 50px;
    height: 8px;
    width: 8px
}

.sTemplate .tableWrap::-webkit-scrollbar-thumb {
    background: #c7374a;
    border-radius: 50px
}

.sTemplate .tableWrap::-webkit-scrollbar-thumb:hover {
    background: #000
}

.sTemplate table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.sTemplate table tbody {
    width: 100%
}

.sTemplate table tr {
    background: #f4f6f6
}

.sTemplate table tr:nth-child(2n) {
    background: #fff
}

.sTemplate table tr td,.sTemplate table tr th {
    width: auto;
    min-width: 150px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 24px;
    vertical-align: middle
}

.sTemplate table tr th {
    font-size: 18px;
    font-weight: 500
}

.sTemplate table tr td {
    font-size: 16px;
    color: #000
}

.sTemplate table tr td+td,.sTemplate table tr th+th {
    border-left: 1px solid #d9d9d9
}

.sTemplate p {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%
}

.sTemplate ul li {
    position: relative;
    padding-left: 16px;
    display: block;
    font-size: 16;
    line-height: 125%;
    color: #000;
    text-decoration: none
}

.sTemplate ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000
}

.sTemplate ul li+li {
    margin-top: 24px
}

.sTemplate>*+* {
    margin-top: 24px
}

.sPerson {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sPerson__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
    border-radius: 50%;
    overflow: hidden
}

.sPerson__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sPerson__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sPerson__content-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sPerson__content-name span {
    display: block;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
    color: #3a4e96
}

.sPerson__content-name a {
    border: 2px solid #3a4e96;
    border-radius: 50%
}

.sPerson__content-name a:hover {
    background: #3a4e96
}

.sPerson__content-name a:hover svg path {
    fill: #fff
}

.sPerson__content-name ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sPerson__content-name ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    min-width: 41px;
    min-height: 41px;
    font-weight: 700;
    font-size: 24px;
    color: #3a4e96;
    text-decoration: none;
    border-radius: 50%;
    border: 2px solid #3a4e96
}

.sPerson__content-name ul li+li {
    margin-left: 16px
}

.sPerson__content-name>*+* {
    margin-left: 20px
}

.sPerson__content-who {
    margin-top: 4px;
    display: block;
    font-weight: 400;
    font-size: 24px;
    color: #000
}

.sPerson__content-description {
    margin-top: 12px;
    display: block;
    font-weight: 250;
    font-size: 24px;
    line-height: 150%;
    color: #000
}

.sPerson>*+* {
    margin-top: 6px
}

.sPerson[data-styles*=row] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "image content" "image text"
}

.sPerson[data-styles*=row] .sPreson__image {
    grid-area: image
}

.sPerson[data-styles*=row] .sPerson__content {
    grid-area: content
}

.sPerson[data-styles*=row] .sPerson__content-description {
    grid-area: text
}

.sPerson[data-styles*=row] .sPerson__content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sPerson[data-styles*=row]>*+* {
    margin-top: 28px;
    margin-left: 24px
}

@media(max-width: 500px) {
    .sPerson[data-styles*=row] {
        grid-template-areas:"image content" "text text";
        -webkit-box-align: end;
        -webkit-align-items: end;
        -ms-flex-align: end;
        align-items: end
    }

    .sPerson[data-styles*=row] .sPerson__content {
        margin-top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sPerson[data-styles*=row] .sPerson__content a {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .sPerson[data-styles*=row] .sPerson__content-name {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .sPerson[data-styles*=row] .sPerson__content-description {
        margin-top: 20px !important;
        margin-left: 0
    }
}

.sFeatures {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sFeatures__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sFeatures__item-image {
    grid-area: image;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    background: #f4f6f6;
    border-radius: 50%
}

.sFeatures__item-image img {
    width: 50px;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain
}

.sFeatures__item-name {
    grid-area: name;
    display: block;
    max-width: 550px;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: #000
}

.sFeatures__item-content {
    margin-top: 20px;
    grid-area: content;
    font-weight: 250;
    font-size: 24px
}

.sFeatures__item>*+* {
    margin-left: 24px
}

.sFeatures__item+.sFeatures__item {
    margin-top: 40px
}

.sFeatures[data-styles*=grid] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px 40px
}

.sFeatures[data-styles*=grid] .sFeatures__item {
    padding-bottom: 53px;
    border-bottom: 1px solid #d9d9d9;
    display: grid;
    grid-template-columns: auto 1fr;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-template-areas: "image name" "image content"
}

.sFeatures[data-styles*=grid] .sFeatures__item-name {
    margin-top: 16px
}

.sFeatures[data-styles*=grid] .sFeatures__item>*+* {
    margin-left: 12px
}

.sFeatures[data-styles*=grid] .sFeatures__item+.sFeatures__item {
    margin-top: 0
}

.sFeatures[data-styles*=big] {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 80px
}

.sFeatures[data-styles*=big] .sFeatures__item-name {
    margin-top: 8px
}

.sFeatures[data-styles*=big] .sFeatures__item>*+* {
    margin-left: 48px
}

.sFeatures[data-styles*=big] .sFeatures__item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.sCite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: url("../img/svg/cite.svg") no-repeat left top/120px;
    padding-left: 160px;
    padding-top: 32px
}

.sCite__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.sCite__wrap>*+* {
    margin-top: 60px
}

.sCite__name {
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000
}

.sCite__who {
    margin-top: 6px;
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #000
}

.sCite__text {
    margin-top: 20px;
    display: block;
    position: relative;
    display: block;
    font-style: italic;
    font-weight: 300
}

.sCite__text::before {
    position: absolute;
    left: -24px;
    top: 0;
    content: "";
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 10.9C0.55 10.9 0.4 10.85 0.3 10.75C0.2 10.6167 0.183333 10.4333 0.25 10.2L3.8 0.499997C3.9 0.166664 4.11667 -2.38419e-06 4.45 -2.38419e-06H7.7C8.16667 -2.38419e-06 8.35 0.216664 8.25 0.649998L5.85 10.4C5.75 10.7333 5.51667 10.9 5.15 10.9H0.75ZM8.8 10.9C8.6 10.9 8.45 10.85 8.35 10.75C8.25 10.6167 8.23333 10.4333 8.3 10.2L11.85 0.499997C11.95 0.166664 12.1667 -2.38419e-06 12.5 -2.38419e-06H15.75C16.2167 -2.38419e-06 16.4 0.216664 16.3 0.649998L13.9 10.4C13.8 10.7333 13.5667 10.9 13.2 10.9H8.8Z' fill='%23C42238'/%3E%3C/svg%3E");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: normal
}

.sCite__text::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 10.9C0.55 10.9 0.4 10.85 0.3 10.75C0.2 10.6167 0.183333 10.4333 0.25 10.2L3.8 0.499997C3.9 0.166664 4.11667 -2.38419e-06 4.45 -2.38419e-06H7.7C8.16667 -2.38419e-06 8.35 0.216664 8.25 0.649998L5.85 10.4C5.75 10.7333 5.51667 10.9 5.15 10.9H0.75ZM8.8 10.9C8.6 10.9 8.45 10.85 8.35 10.75C8.25 10.6167 8.23333 10.4333 8.3 10.2L11.85 0.499997C11.95 0.166664 12.1667 -2.38419e-06 12.5 -2.38419e-06H15.75C16.2167 -2.38419e-06 16.4 0.216664 16.3 0.649998L13.9 10.4C13.8 10.7333 13.5667 10.9 13.2 10.9H8.8Z' fill='%23C42238'/%3E%3C/svg%3E");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: normal
}

.sVideo {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    padding-bottom: 56.25%
}

.sVideo img {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.sVideo::before {
    z-index: 2;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 67px;
    height: 67px;
    background-color: #000;
    background-image: url('data:image/svg+xml,%3Csvg width="22" height="26" viewBox="0 0 22 26" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M21.776 13.1973L0.27599 25.6099V0.783432L21.776 13.1973Z" fill="black" /%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M21.776 13.1973L0.27599 25.6099V0.783432L21.776 13.1973Z" fill="white" /%3E%3C/svg%3E');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: normal;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sDate {
    height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.sDate__date {
    display: block;
    text-align: right;
    font-weight: 700;
    font-size: 18px;
    text-align: right;
    color: #000
}

.sDate__read {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 18px;
    text-align: right;
    color: #000
}

.sSteps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative
}

@media(max-width: 500px) {
    .sSteps .sSteps__item+.sSteps__item {
        margin-top:24px
    }

    .sSteps+.sSwiper__scrollbar {
        display: none !important
    }
}

.sSteps__item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 49px 20px;
    padding-bottom: 70px;
    background: #f4f6f6;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sSteps__item-image {
    display: block;
    position: relative;
    width: 62px;
    height: 62px
}

.sSteps__item-image img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sSteps__item-image img.white {
    opacity: 0
}

.sSteps__item-image img.red {
    opacity: 1
}

.sSteps__item-counter {
    display: block;
    font-weight: 250;
    font-size: 118px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #3a4e96
}

.sSteps__item-counter+* {
    margin-top: 32px !important
}

.sSteps__item-title {
    font-weight: 500;
    font-size: 24px;
    display: block;
    line-height: 1.5;
    text-align: center;
    color: #000;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sSteps__item-text {
    width: 100%;
    display: block;
    font-size: 24px;
    font-weight: 200;
    line-height: 30px;
    text-align: center;
    color: #000;
    -webkit-transition: all .2s;
    transition: all .2s;
    height: 100%;
    max-height: 90px;
    overflow: hidden
}

.sSteps__item:hover {
    background: #c7374a
}

.sSteps__item:hover .sSteps__item-title,.sSteps__item:hover .sSteps__item-text,.sSteps__item:hover .sSteps__item-counter {
    color: #fff
}

.sSteps__item:hover .sSteps__item-text {
    max-height: 1000px
}

.sSteps__item:hover .sSteps__item-image img.red {
    opacity: 0
}

.sSteps__item:hover .sSteps__item-image img.white {
    opacity: 1
}

.sSteps__item>*+* {
    margin-top: 16px
}

.sSteps__item::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 42px;
    height: 42px;
    pointer-events: none;
    background: url("../img/svg/swiper-chevron-cg.svg") no-repeat center center/32px;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
    -webkit-transition: all .2s;
    transition: all .2s
}

.sSteps__item:hover {
    padding-bottom: 50px
}

.sSteps__item:hover::before {
    opacity: 0
}

@media(min-width: 400px)and (max-width: 1024px) {
    .sSteps {
        padding-bottom:24px
    }
}

@media(max-width: 500px) {
    .sSteps {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sSteps .sSteps__item {
        width: 100%
    }

    .sSteps .sSteps__item-title {
        font-size: 20px
    }

    .sSteps .sSteps__item-text {
        font-size: 16px
    }

    .sSteps.thisUl .sSteps__item-text {
        display: none
    }
}

.sAbout {
    display: grid;
    grid-template-columns: 380px calc(100% - 420px);
    grid-gap: 40px
}

.sAbout__image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden
}

.sAbout__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sAbout__image:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.sSwiper {
    width: 100%
}

.sSwiper__wrap {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.sSwiper__wrap .swiper-cont {
    overflow: hidden
}

.sSwiper__wrap>.sArrow {
    position: absolute;
    width: 60px;
    height: 300px
}

.sSwiper__wrap>.sArrow::before,.sSwiper__wrap>.sArrow::after {
    background-size: 24px
}

.sSwiper__wrap>.sArrow.prev {
    left: -60px
}

.sSwiper__wrap>.sArrow.next {
    right: -60px
}

.sSwiper__wrap>.sSwiper__scrollbar {
    display: none
}

@media(max-width: 1024px) {
    .sSwiper__wrap>.sSwiper__scrollbar {
        display:-webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.sSwiper__wrap.thisVertical {
    padding-right: 20px
}

.sSwiper__wrap.thisVertical .sSwiper__scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sSwiper__wrap.thisVertical .sSwiper__scrollbar>*:first-child {
    margin-top: 0 !important
}

.sSwiper__wrap.thisVertical .sSwiper__scrollbar>*+* {
    margin-left: 0 !important;
    margin-top: 0
}

.sSwiper__wrap.thisVertical .sSwiper__scrollbar .swiper-scrollbar {
    margin-left: 7px !important
}

.sSwiper__wrap.thisVertical .sSwiper__scrollbar .sArrow.prev {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sSwiper__wrap.thisVertical .sSwiper__scrollbar .sArrow.next {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sSwiper__scrollbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%
}

.sSwiper__scrollbar .sArrow {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: relative !important
}

.sSwiper__scrollbar .swiper-counter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    white-space: nowrap;
    font-weight: 600;
    font-size: 16px;
    line-height: 225%;
    text-transform: uppercase;
    color: #dadada
}

.sSwiper__scrollbar .swiper-counter span {
    color: #c7374a
}

.sSwiper__scrollbar .swiper-counter~.swiper-scrollbar {
    position: absolute;
    left: 0;
    top: -10px !important;
    width: 100%
}

.sSwiper__scrollbar .swiper-scrollbar {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    top: auto !important;
    bottom: auto !important
}

.sSwiper__scrollbar>* {
    margin-top: 16px
}

.sArrow {
    content: "";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    border: 0;
    cursor: pointer;
    background: rgba(0,0,0,0);
    padding: 0
}

.sArrow::before,.sArrow::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sArrow::before {
    opacity: 1;
    background: url("../img/svg/swiper-chevron-cg.svg") no-repeat center center/10px
}

.sArrow::after {
    opacity: 0;
    background: url("../img/svg/swiper-chevron-red.svg") no-repeat center center/10px
}

.sArrow.swiper-button-disabled {
    opacity: .5 !important;
    pointer-events: none
}

.sArrow.swiper-button-lock {
    display: none !important
}

.sArrow:hover::before {
    opacity: 0
}

.sArrow:hover::after {
    opacity: 1
}

.sArrow.next {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.sBreads {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sBreads ul li {
    margin-right: 0 !important;
    width: auto
}

.sBreads ul li a {
    display: block;
    font-weight: 200;
    font-size: 24px;
    line-height: 1;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sBreads ul li:first-child a {
    font-weight: 400
}

.sBreads ul li:last-child {
    pointer-events: none
}

.sBreads ul li:last-child a {
    border-color: rgba(0,0,0,0)
}

.sBreads ul li:hover a {
    border-color: rgba(0,0,0,0)
}

.sBreads ul li+li {
    margin-left: 24px;
    padding-left: 24px
}

.sBreads ul li+li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background: url("../img/svg/more-cgl.svg") no-repeat center center/24px
}

@media(max-width: 1024px) {
    .sBreads {
        margin-top:24px;
        position: relative
    }
}

.sIntro {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sIntro__title {
    display: block;
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    color: #000;
    text-align: left;
    text-transform: none
}

.sIntro__subtitle {
    margin-top: 40px;
    display: block;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #000;
    text-align: left
}

.sIntro__text {
    margin-top: 32px;
    display: block;
    font-weight: 250;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    text-align: left
}

.sIntro+* {
    margin-top: 68px
}

.sBlog {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px
}

.sBlog__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
    text-decoration: none;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sBlog__image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background: #d9d9d9;
    overflow: hidden
}

.sBlog__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sBlog__content {
    padding: 20px 30px;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-bottom: 29px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sBlog__content-category {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 86%;
    text-transform: uppercase;
    text-align: center;
    color: #bfbfbf
}

.sBlog__content-category+* {
    margin-top: 25px
}

.sBlog__content-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sBlog__content-text {
    margin-top: 32px;
    margin-bottom: 32px;
    font-weight: 300;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.sBlog__content-more {
    margin-top: auto;
    padding-right: 52px;
    position: relative;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 75%;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #c7374a
}

.sBlog__content-more::before,.sBlog__content-more::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s;
    transition: all .2s
}

.sBlog__content-more::before {
    background: url("../img/svg/more-cgl.svg") no-repeat center center/contain
}

.sBlog__content-more::after {
    background: url("../img/svg/more-red.svg") no-repeat center center/contain;
    opacity: 0
}

.sBlog__content-more:hover::before {
    opacity: 0
}

.sBlog__content-more:hover::after {
    opacity: 1
}

.sBlog[data-styles*=swiper] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sBlog[data-styles*=swiper] .swiper-slide {
    z-index: 1
}

.sBlog[data-styles*=swiper] .sArrow {
    z-index: 2
}

.sBlog[data-styles*=swiper] .swiper-slide {
    opacity: 0;
    pointer-events: none
}

.sBlog[data-styles*=swiper] .swiper-slide-active,.sBlog[data-styles*=swiper] .swiper-slide-active+*,.sBlog[data-styles*=swiper] .swiper-slide-active+*+* {
    opacity: 1;
    pointer-events: auto
}

@media(max-width: 500px) {
    .sBlog[data-styles*=swiper] {
        height:auto
    }

    .sBlog[data-styles*=swiper] .swiper-slide {
        opacity: 1 !important;
        pointer-events: auto !important
    }
}

.sBlog[data-styles*=home] {
    display: grid;
    grid-gap: 20px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "first ." "first ." "first ."
}

.sBlog[data-styles*=home] .sBlog__item:nth-child(4)~* {
    display: none !important
}

.sBlog[data-styles*=home] .sBlog__item:first-child~* .sBlog__image {
    display: none !important
}

.sBlog[data-styles*=home] .sBlog__item:first-child {
    grid-area: first
}

.sBlog__item:hover {
    background: #efefef
}

.sBlog__item:hover .sBlog__image img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.sBlog__item:hover .sBlog__content-title {
    color: #c7374a
}

.sBlogCategories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sBlogCategories.thisMarginTop {
    margin-top: 90px
}

.sBlogCategories__nav {
    margin-bottom: 48px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.sBlogCategories__nav-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 8px 19px;
    border-radius: 100px;
    background: #fff;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sBlogCategories__nav-button:hover {
    background: #3a4e96;
    color: #fff
}

.sBlogCategories__nav-button.active {
    background: #3a4e96;
    color: #fff
}

.sBlogCategories__search {
    width: 50px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: #fff;
    border-radius: 100px;
    -webkit-transition: all .2s;
    transition: all .2s;
    overflow: hidden
}

.sBlogCategories__search input {
    font-size: 22px;
    z-index: 1;
    display: block;
    position: absolute;
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 16px;
    left: 0;
    top: 0;
    background: #fff;
    color: #000;
    border: 0;
    outline: none !important
}

.sBlogCategories__search input::-webkit-input-placeholder {
    font-family: "Barlow",sans-serif !important;
    letter-spacing: 1px;
    font-size: 22px;
}

.sBlogCategories__search input::-moz-placeholder {
    font-family: "Barlow",sans-serif !important;
    letter-spacing: 1px
}

.sBlogCategories__search input:-ms-input-placeholder {
    font-family: "Barlow",sans-serif !important;
    letter-spacing: 1px
}

.sBlogCategories__search input::-ms-input-placeholder {
    font-family: "Barlow",sans-serif !important;
    letter-spacing: 1px
}

.sBlogCategories__search input::placeholder {
    font-family: "Barlow",sans-serif !important;
    letter-spacing: 1px
}

.sBlogCategories__search button {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #3a4e96;
    background-image: url("../img/svg/search-cw.svg");
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: normal;
    border: 0;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sBlogCategories__search button:hover {
    opacity: .7
}

.sBlogCategories__search.active {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 250px
}

.sBlogCategories__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sBlogCategories__dots {
    margin-top: 60px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.sBlogCategories__dots-arrow {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px
}

.sBlogCategories__dots-arrow.prev {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.sBlogCategories__dots-arrow::before,.sBlogCategories__dots-arrow::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.sBlogCategories__dots-arrow::before {
    background: url("../img/svg/more-cgl.svg") no-repeat center center/30px
}

.sBlogCategories__dots-arrow::after {
    background: url("../img/svg/more-cb.svg") no-repeat center center/30px;
    opacity: 0
}

.sBlogCategories__dots-dot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #c7374a;
    background: rgba(0,0,0,0);
    text-decoration: none;
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sBlogCategories__dots-dot:hover {
    background: #c7374a;
    color: #fff
}

.sBlogCategories__dots-dot.active {
    color: #fff;
    background: #c7374a
}

.sBlogCategories__dots>*+* {
    margin-left: 20px
}

.sBlogPage {
    display: grid;
    grid-template-columns: 300px calc(100% - 350px);
    grid-gap: 50px;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    padding-bottom: 60px
}

.sBlogPage__aside {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sBlogPage__aside-title {
    position: relative;
    display: block;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #000
}

.sBlogPage__aside-title.thisArrow {
    padding-right: 24px
}

.sBlogPage__aside-title.thisArrow::before {
    transform: rotate(180deg);
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    height: 100%;
    background: url("../img/svg/anchors.svg") no-repeat center center/12px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.sBlogPage__aside-title.thisArrow.active::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.sBlogPage__aside-anchors {
    padding-right: 10px;
    margin-top: 24px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.sBlogPage__aside-anchors li a {
    position: relative;
    padding-left: 16px;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    color: #000;
    text-decoration: none;
    transition: 0.3s
}

.sBlogPage__aside-anchors li a:hover {
    color: #c42338
}

.sBlogPage__aside-anchors li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    transform: translate(0, -50%);
}

.sBlogPage__aside-anchors li+li {
    margin-top: 32px
}
.sBlogPage__aside-share span {
    display: block;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    text-transform: uppercase;
} 
.sBlogPage__append {
    margin-top: 60px;
    display: none;
}
@media (max-width: 600px) {
    .sBlogPage__append {
        margin-top: 50px;
    }
}
.sBlogPage__aside-share.inPage {
    margin-top: 40px;
    display: none
}

.sBlogPage__aside-share ul {
    margin-top: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sBlogPage__aside-share ul li a {
    display: block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    color: #fff
}

.sBlogPage__aside-share ul li+li {
    margin-left: 20px
}

.sBlogPage__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.sBlogPage__content-title {
    display: block;
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    color: #000;
    text-transform: none !important
}

.sBlogPage__content-title+* {
    margin-top: 30px
}

.sBlogPage__content-block>*+* {
    margin-top: 40px
}

.sBlogPage__content-block+.sBlogPage__content-block {
    margin-top: 80px
}

.sBlogPage__content-marker {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 250;
    font-size: 48px;
    text-transform: uppercase;
    color: #c42238
}

.sBlogPage__content-marker::before {
    margin-right: 18px;
    content: "";
    display: inline-block;
    width: 80px;
    height: 40px;
    background: #c7374a
}

.sBlogPage__content-marker+* {
    margin-top: 32px
}

@media(max-width: 1280px) {
        .sBlogPage__append {
        display: block;
    }
    .sBlogPage {
        margin-top:-50px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: 0
    }

    .sBlogPage__aside {
        margin-top: -20px;
        width: 100%;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        z-index: 2;
        background: #fff;
        top: 100px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .sBlogPage__aside-title {
        padding: 16px 0;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .sBlogPage__aside-anchors,.sBlogPage__aside-share {
        display: none
    }

    .sBlogPage__aside.active {
        background: #f4f6f6;
        -webkit-box-shadow: 15px 0 0 0 #f4f6f6,-15px 0 0 0 #f4f6f6 !important;
        box-shadow: 15px 0 0 0 #f4f6f6,-15px 0 0 0 #f4f6f6 !important
    }

    .sBlogPage__content {
        width: 100%;
        position: relative;
        z-index: 1
    }

    .sBlogPage__content-title {
        font-size: 38px
    }

    .sBlogPage__content-title+* {
        margin-top: 24px
    }

    .sBlogPage .sBlogPage__aside-share {
        display: none
    }

    .sBlogPage .sBlogPage__content .sBlogPage__aside-share {
        display: block
    }

    .sBlogPage .sBlogPage__content .sBlogPage__aside-share .sBlogPage__aside-title {
        padding: 0
    }

    .sCite__wrap {
        width: 100%;
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media(max-width: 1024px) {
    .sBlogPage__aside {
        top:60px
    }

    .sFeatures:not([data-styles]) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }

    .sFeatures:not([data-styles]) .sFeatures__item {
        margin-top: 0 !important
    }

    .sFeatures:not([data-styles]) .sFeatures__item-name {
        font-size: 16px;
        line-height: 125%;
        color: #000
    }

    .sFeatures[data-styles] .sFeatures__item-name {
        font-weight: 600
    }

    .sFeatures[data-styles*=grid] {
        grid-template-columns: 1fr;
        grid-gap: 0
    }

    .sFeatures[data-styles*=grid] .sFeatures__item {
        padding-bottom: 0;
        border-bottom: 0
    }

    .sFeatures[data-styles*=grid] .sFeatures__item+.sFeatures__item {
        padding-top: 24px;
        margin-top: 24px;
        border-top: 1px solid #d9d9d9
    }

    .sBlog__content {
        padding: 24px 16px
    }

    .sBlog__content-category+* {
        margin-top: 10px
    }

    .sBlog__content-title {
        font-size: 20px
    }

    .sBlog__content-text {
        margin-top: 16px;
        margin-bottom: 25px;
        font-size: 16px
    }

    .sPerson__image {
        width: 100px;
        min-width: 100px;
        height: 100px;
        min-height: 100px
    }

    .sPerson__content-name {
        font-size: 24px;
        text-align: left
    }

    .sPerson__content-name span {
        font-size: 24px;
        text-align: left
    }

    .sPerson__content-who {
        font-size: 20px;
        text-align: left
    }

    .sPerson__content-description {
        font-size: 16px;
        text-align: left
    }

    .sCite__wrap {
        width: 100%;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .sCite__wrap .sCite {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .sCite__wrap .sVideo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .sCite__wrap>*+* {
        margin-top: 0;
        margin-bottom: 24px
    }

    .sBlogPage__content-marker {
        font-size: 24px
    }

    .sSwiper__wrap>.sArrow {
        display: none
    }

    .sSwiper__scrollbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media(max-width: 760px) {
    .sIntro__title {
        font-size:30px
    }

    .sIntro__subtitle {
        margin-top: 32px;
        font-size: 20px
    }

    .sIntro__text {
        margin-top: 16px;
        font-size: 16px
    }

    .sIntro+* {
        margin-top: 40px
    }

    .sBlog:not([data-styles]) {
        grid-template-columns: 1fr 1fr
    }

    .sBlog[data-styles*=home] {
        grid-template-columns: 1fr;
        grid-template-areas: "first" "." "." "."
    }

    .sBlogCategories__nav-button {
        font-size: 18px
    }

    .sBlogCategories__search {
        width: 43px
    }

    .sBlogCategories__search input {
        width: calc(100% - 43px);
        height: 43px
    }

    .sBlogCategories__search button {
        width: 43px;
        height: 43px;
        background-size: 22px
    }

    .sBlogCategories__search.active {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 100%
    }

    .sBlogPage__content-title {
        font-size: 30px
    }

    .sBlogPage__content-block+.sBlogPage__content-block {
        margin-top: 48px
    }

    .sTemplate {
        font-size: 16px
    }

    .sTemplate h1,.sTemplate h2,.sTemplate h3,.sTemplate h4,.sTemplate h5,.sTemplate h6 {
        font-size: 24px
    }

    .sTemplate p {
        font-size: 16px
    }

    .sFeatures__item-name {
        font-size: 20px
    }

    .sFeatures__item-content {
        font-size: 16px
    }

    .sCite {
        background-size: 60px;
        padding-left: 80px;
        padding-top: 10px
    }

    .sCite__name {
        font-size: 18px
    }

    .sCite__who {
        font-size: 16px
    }

    .sCite__text {
        font-size: 16px
    }

    .sAbout {
        display: grid;
        grid-template-columns: 1fr
    }
}

@media(max-width: 600px) {
    .sDate {
        position:relative;
        height: auto
    }

    .sDate+* {
        margin-top: 16px
    }

    .sPerson__image {
        width: 100px;
        min-width: 100px;
        height: 100px;
        min-height: 100px
    }

    .sFeatures:not([data-styles]) {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px
    }

    .sFeatures:not([data-styles]) .sFeatures__item {
        margin-top: 0 !important
    }

    .sFeatures:not([data-styles]) .sFeatures__item-name {
        font-size: 16px;
        line-height: 125%;
        color: #000
    }

    .sVideo::before {
        width: 56px;
        height: 56px;
        background-size: 20px
    }
}

@media(max-width: 500px) {
    .sTemplate h1,.sTemplate h2,.sTemplate h3,.sTemplate h4,.sTemplate h5,.sTemplate h6 {
        font-size:22px
    }

    .sFeatures__item>*+* {
        margin-left: 16px !important;
        line-height: 150%;
        font-weight: 300
    }

    .sBlog:not([data-styles]) {
        grid-template-columns: 1fr
    }

    .sBlog:not([data-styles]) .sBlog__content-text {
        display: none
    }

    .sBlog:not([data-styles]) .sBlog__content-more {
        margin-top: 16px
    }
}

@media(max-width: 400px) {
    .sIntro__subtitle {
        margin-top:32px;
        font-size: 16px
    }

    .sIntro+* {
        margin-top: 32px
    }

    .sBlogCategories__nav {
        gap: 10px
    }

    .sBlogCategories__nav-button {
        font-size: 18px
    }

    .sBlogCategories__dots {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sBlogCategories__dots>*+* {
        margin-left: 10px
    }
}

@media(min-width: 1024px) {
    .sSwiper h3.sBlog__content-title {
        min-height: 73px;
    }

    .sBlog__content-text {
        min-height: 30px;
    }
}

.sTemplate a {
    color: -webkit-link !important;
}

.sTemplate img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .sBlogPage__content-title {
        margin-top: 20px;
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 450px) {
    .sBlogPage__content-title {
        margin-top: 10px;
    }
}

/* Ð£Ð´Ð°Ð»Ð¸Ñ‚ÑŒ Ð¿Ð¾ÑÐ»Ðµ Ñ…Ð»ÐµÐ±Ð½Ñ‹Ñ… */
.page-blog .section-header.red, body.search .section-header.red {
    padding-top: 0 !important;
}

.page-blog-item .section-header {
    padding-top: 16px !important;
}

.page-blog {
    padding-top: 60px !important;
}



/* END */
