

/* Start:/bitrix/templates/3Core/css/main.css?178852085926998*/
body .wrapper {
    overflow-x: visible;
}

.mainPage {
    height: 100vh;
    background-color: #c8c8c8;
}


/* Кнопка Шоурил */

.circle {
    width: 58px;
    height: 61px;
    border: 2px solid #010101;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: 500ms;
}

.circle i {
    position: absolute;
    top: 38%;
    left: 45%;
    color: #010101;
    transition: 500ms;
}

.circle div {
    position: absolute;
    top: 31%;
    left: -91%;
    background: #c9c9c9;
    color: #010101;
    font-family: 'Proxima Nova Th';
    font-size: 18px;
    font-weight: 700;
    transition: 500ms;
}

.circle div a {
    color: #010101;
    text-decoration: none;
}

.circle:hover {
    border: 2px solid #ec2227;
}

.circle:hover i {
    color: #ec2227;
}

.circle:hover div {
    color: #ec2227;
}


/* Конец кнопки */

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    height: 2px;
}


/* секция */

.main {
    position: relative;
    justify-content: center;
}

.main .lf_text {
    color: #010101;
    font-family: "KelsonSansBold";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}

.main .rt_text {
    color: #010101;
    font-family: "KelsonSansBold";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}

.lf_text,
.rt_text {
    position: absolute;
    top: 50%;
}

.lf_text {
    transform: rotate(-90deg) translateY(100%) translateX(-50%);
    transform-origin: left;
    left: 45px;
}

.rt_text {
    transform: rotate(90deg) translateY(100%) translateX(50%);
    transform-origin: right;
    right: 45px;
}

.home_slider {
    margin-top: 72px;
    width: 100%;
    max-width: 970px;
    align-self: flex-end;
}

.mainSlider {
    width: 100%;
    display: none;
}

.textSlider {
    color: #101211;
    font-family: "KelsonSansBold";
    font-size: 75px;
    font-weight: 400;
    line-height: 92px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.itemSlider_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: column;
    /*justify-content: space-between;*/
    min-height: 280px;
}

.slider_nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.itemSlider a {
    color: #ec2227;
    font-family: 'Proxima Nova Th';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    align-self: flex-start;
}

.mainSlider .slick-slide {
    height: auto;
}


/* ДЕТАЛЬНАЯ СТРАНИЦА    \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\                                   */

body {
    background-image: url('/bitrix/templates/3Core/css/../images/bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
    overflow-x: hidden;
}

@media (max-width:1280px) {
    body {
        background-image: url('/bitrix/templates/3Core/css/../images/mobileBG.png');
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: contain;
    }
}

@media (max-width:1160px) {
    section .lf_text {
        display: none;
    }
    section .rt_text {
        display: none;
    }
    .slider_nav {
        justify-content: center;
    }
    .textSlider {
        text-align: center;
    }
    .itemSlider a {
        text-align: center;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width:760px) {
    .prev_arrow p {
        display: none;
    }
    .next_arrow p {
        display: none;
    }
    .textSlider {
        color: #101211;
        font-family: "KelsonSansBold";
        font-size: 62px;
        font-weight: 400;
        line-height: 64px;
        text-transform: uppercase;
    }
    /*.grid__sizer {
        width: 100%;
    }*/
}

@media (max-width: 500px) {
    body {
        background-size: 70%;
    }
    .main {
        position: static;
    }
    .slider_nav {
        position: absolute;
        bottom: 100px;
        /*        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);*/
    }
    .slider_nav .action-button__text {
        display: none;
    }
    .slider_nav .action-button:first-child {
        margin-right: 55px;
    }
    .itemSlider_inner {
        min-height: auto;
    }
    .itemSlider a {
        margin: 0;
        text-align: left;
    }
    .textSlider {
        text-align: left;
        margin-left: 0;
        color: #101211;
        font-family: "KelsonSansBold";
        font-size: 3rem;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }
    .itemSlider a {
        color: #ec2227;
        font-family: 'Proxima Nova Th';
        font-size: 6vw;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }
    .mainSlider .prev_arrow {
        position: absolute;
        left: 5%;
    }
    .mainSlider .next_arrow {
        position: absolute;
        right: 5%;
    }
    .circle i {
        top: 29%;
        left: 44%;
    }
    .circle div {
        top: 26%;
        font-size: 14px;
        left: -138%;
    }
    .circle {
        width: 36px;
        height: 36px;
    }
    .showreal {
        margin-left: 125px;
    }
}

@media (max-width: 372px) {
    .slider_nav {
        bottom: 130px;
    }
}

@media (max-height: 600px) {
    .home_slider {
        margin-top: 5%;
    }
}


/* STYLE FOR COMMUNICATION AGENCY TYPE */

.agency__type {
    font-family: "KelsonSansBold";
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.agency__type {
    display: inline-flex;
    position: absolute;
    top: 300px;
    transform: rotate(270deg);
}


/*@media only screen and (min-width: 500px) and (max-width: 1024px) {
    .agency__type {
        margin-top: 20px;
        text-align: center;
    }
}
@media only screen and (max-width: 500px) {
    .agency__type {
        position: absolute;
        bottom: -70px;
    }
}*/

.arm-wrapper.middle {
    float: none;
    margin: auto;
}

.triko--back {
    position: absolute;
    margin-top: 50px;
}

.triko--hollow {
    position: absolute;
    font-size: 34vw;
    z-index: -1;
    text-align: center;
    color: transparent;
    font-family: "Proxima Nova Th";
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    white-space: nowrap;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.47);
    -webkit-text-stroke-width: 1px;
}

.agency__type {
    font-family: "KelsonSansBold";
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.agency__type {
    display: inline-flex;
    position: absolute;
    top: 300px;
    transform: rotate(270deg);
}

.agency__type--text p.hollow--text {
    transform: translate(-73%, 0);
    text-align: center;
    color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    white-space: nowrap;
    -webkit-text-stroke-color: rgba(255, 255, 255, .9);
    -webkit-text-stroke-width: 1px;
}

@media (max-width: 768px) {
    .trikos--clients .clients--corona {
        width: 20vw;
        transform: translate(-9vw, -4vw);
    }
    .agency__type {
        margin-left: -40px;
        font-size: 23px;
        top: 240px;
    }
    .agency__type--text {
        line-height: 28px;
    }
    .triko--back {
        margin-top: 35px;
    }
    .digital-prophecy {
        margin: 220px 0 0 75px!important
    }
    .digital-prophecy :nth-child(-n+3) {
        margin-bottom: 25px;
    }
    .digital-prophecy span {
        font-size: 10vw!important;
        line-height: 12vw!important;
    }
    .digital-prophecy p {
        font-size: 4.25vw!important;
        line-height: 6.6vw!important;
        max-width: 61.5vw!important;
    }
    .our_mission {
        font-size: 8.5vw!important;
    }
    .arm-wrapper.middle {
        display: block;
        float: right;
    }
}

.filled--text {
    color: #fffefe;
}

.main__page {
    height: 87vh;
}

.arm-wrapper {
    display: none;
}

@media(min-width: 1025px) {
    section.main {
        margin-left: 300px;
    }
}

.digital-prophecy {
    color: #ffffff;
    position: absolute;
    margin: 25vh 0 0 300px;
}

.digital-prophecy span {
    font-family: "KelsonSansBold";
    font-weight: 400;
    font-size: 6.8vw;
    line-height: 6.8vw;
    text-transform: uppercase;
}

.digital-prophecy p {
    font-family: "Proxima Nova Rg";
    font-weight: 400;
    max-width: 280px;
    font-size: 20px;
    line-height: 34px;
}

.digital-prophecy .our_mission {
    margin-left: 47.6vw;
    /* для десктопа */
    font-family: "Proxima Nova Rg";
    font-size: 42px;
    font-weight: 700;
    color: #101211;
}

@media (max-width: 1160px) and (min-width: 1000px) {
    .digital-prophecy .our_mission {
        margin-left: 40vw;
    }
}

@media (max-width: 1000px) and (min-width: 830px) {
    .digital-prophecy .our_mission {
        margin-left: 28vw;
    }
}

@media (max-width: 830px) {
    .digital-prophecy .our_mission {
        margin-left: 0vw;
    }
}

.scroll-down {
    margin-top: 40px;
    animation: bounce-down 1s infinite alternate;
    -webkit-animation: bounce-down 1s infinite alternate;
}

@keyframes bounce-down {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce-down {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.trikos--showoff {
    font-family: "Proxima Nova Rg";
    background-color: #fafafa;
    opacity: .99;
}

.agency__info {
    display: flex;
}

.agency__info--wrapper {
    text-align: center;
    font-family: "Proxima Nova Rg";
    margin: 100px auto 0;
}

.triko--title {
    font-size: 80px;
    text-transform: uppercase;
    font-family: "KelsonSansBold";
}

.triko--description {
    color: #010101;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.triko--about {
    /*margin: 30px 20px 0;*/
    margin: 30px auto;
    color: #010101;
    font-size: 18px;
    line-height: 40px;
    max-width: 1035px;
}

.triko--about p {
    padding-bottom: 20px;
}

.award_info {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.logo_row {
    margin: auto;
    display: flex;
}

.award_pic {
    margin: 35px;
}

.version {
    font-size: 18px;
    margin: 15px;
}

.version a {
    color: #3b57c0;
}

.version a:hover {
    color: #ec2227;
}

@media (max-width: 768px) {
    .logo_row {
        flex-direction: column;
    }
    .award_pic {
        width: 80%;
        margin: 0 auto 15px;
    }
}

.instalation__gif {
    width: 100%;
    max-height: 1200px;
    /* ЗДЕСЬ ЕСТЬ БАГ */
    background-repeat: no-repeat;
    background-size: cover;
}


/*@media (min-width: 769px) {
                .desktop--instalation {
                    background-image: url('/bitrix/templates/3Core/css/<?= SITE_TEMPLATE_PATH?>/images/index/1200h800.gif'); палочек
                }
            }*/


/*@media (min-width: 376px) and (max-width: 768px) {
                .tablet--instalation {
                    background-image: url('/bitrix/templates/3Core/css/<?= SITE_TEMPLATE_PATH?>/images/index/768h1000.gif'); палочек
                }
            }*/


/*@media (max-width: 375px) {
                .mobile--instalation {
                    background-image: url('/bitrix/templates/3Core/css/<?= SITE_TEMPLATE_PATH?>/images/index/360h500.gif'); палочек
                }
            }*/

.block--title {
    font-size: 7.7vw;
    font-weight: 700;
    line-height: 6vw;
    text-align: right;
    text-transform: lowercase;
    color: transparent;
    white-space: nowrap;
    -webkit-text-stroke-color: #ec2227;
    -webkit-text-stroke-width: 1px;
    z-index: -1;
}

.block__title--rus {
    font-family: "KelsonSansBold";
    text-transform: uppercase;
    font-size: 3.33vw;
    line-height: 3.33vw;
}

.clients--corona {
    transform: translate(-81px, 0px);
}
.bigText {
    text-align: center;
    color: transparent;
    font-weight: 400;
    margin-top: 0px;
    white-space: nowrap;
    -webkit-text-stroke-color: rgba(236, 34, 39, 0.47);
    -webkit-text-stroke-width: 1px;
    font-size: 111px;
    line-height: 115px;
    font-weight: 700;
    z-index: -1;
    position: relative;
}
.triko__now {
    margin-top: 37px;
}
.triko__now .triko__now--block .now_wrap {
    padding: 0 15px;
}
.triko__now .triko__now--block {
    min-height: 700px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 47px;
    background-position: center;
    position: relative;
}
.triko__now .triko__now--block .block__title--rus {
    margin-top: 13px;
    margin-bottom: 65px;
}
.triko__now .rating__links {
    display: flex;
    flex-direction: row;
}
.rating__links{
    flex-wrap: wrap;
    gap: 60px 40px;
}
.rating__links .rating__links--item {
    display: flex;
    flex-direction: row;
    align-self: start;
    max-width: 350px;
    width: 100%;
}
.rating__links .rating__links--item .rating__items--text {
    padding: 0 0 0 30px;
}
.triko__now .triko__now--block .post__self {
    margin-top: 42px;
}
.triko__now .triko__now--block .post__self .post__self--title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.triko__now .triko__now--block .post__self .post__self--text {
    font-size: 18px;
}
.rating__items--img {
    align-self: center;
}
.rating__items--img img {
    max-width: 120px!important;
}
/*.rating__links--item:not(:first-child) .rating__items--img img {
    margin-top: 15px;
}*/
.rating__items--text a {
    text-decoration: none;
}
.rating__items--text .rating__source {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
}
.rating__items--text .rating__source--sub {
    font-size: 18px;
    color: #000000;
}



.mediaPub__title {
    display: flex;
    flex-direction: row;
}
.mediaPub__title .media--blink {
    position: absolute;
}
.trikos--clients .block__title--rus {
    margin-bottom: 80px;
}

.mass__media--target .block--title {
    top: 400px;
    position: relative;
    right: 0;
}

.mass__media--target .block__title--rus {
    margin-bottom: 80px;
}

.media__news {
    padding-bottom: 10px;
}

@media (max-width: 768px) {
    .desktop {
        display: none;
    }
}

@media (min-width: 769px) {
    .mobile {
        display: none;
    }
}

@media (min-width: 769px) {
    .gray_square_on_back {
        width: 504px;
        height: 647px;
        background-color: #c9c9c9;
        position: absolute;
        left: 62vw;
        margin-top: -200px;
        z-index: -1;
    }
}

.client__logo--container {
    height: 80px;
    display: flex;
}

@media (min-width: 769px) {
    .detailing722 {
        filter: drop-shadow(2px 4px 6px black);
    }
}

@media (max-width: 768px) {
    .slick-slide img {
        filter: contrast(0.1);
    }
}

.slick-slide img {
    display: block;
    margin: auto 15px;
}

.slide--container {
    margin: 0 0 50px 0;
}

.clients--logo .Photo_next_arrow {
    float: right;
    margin-right: 15px;
}

.clients--logo .Photo_prev_arrow {
    position: absolute;
    right: 120px;
    bottom: -85px;
}

@media (max-width: 767px) {
    .news--wrapper {
        margin-bottom: 60px;
    }
    .media__news--logo {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .news--wrapper {
        display: flex;
        align-items: flex-end;
        margin-bottom: 35px;
    }
}

.media__news--logo {
    width: 240px;
    min-width: 240px;
}

.media__news--link {
    /*text-transform: uppercase;*/
    font-weight: 400;
    font-size: 18px;
    /*было 30*/
    color: #010101;
}

.media__news--link a {
    color: #010101;
    text-decoration: none;
}

.media__news--link a:hover {
    text-decoration: underline;
}

.snob--logo {
    height: 35px;
}

.vc--logo {
    height: 55px;
}

.sostav--logo {
    height: 28px;
}

.wayxar--logo {
    height: 32px;
}

.executive--logo {
    height: 29px;
}

.adindex--logo {
    height: 23px;
}

.subscribe--block {
    background: #c9c9c9;
}

.subscribe_us {
    display: flex;
    justify-content: space-between;
    padding-top: 85px;
    padding-bottom: 50px;
    margin-top: 60px;
}

.subscribe_us li {
    list-style: none;
}

.subscribe_us .block--title {
    z-index: 0;
    color: #c9c9c9;
}

.checklist {
    font-size: 18px;
    line-height: 34px;
    color: #010101;
}

.checklist span {
    font-weight: 700;
    padding-left: 18px;
}

.subscribe__form {
    display: flex;
}

.leftNone {
    width: 42%;
}

.rightForm {
    width: 58%;
}

.subscribeFormMain {
    display: flex;
    flex-direction: column;
    max-width: 500px;
}

.subscribe__mesage {
    text-align: center;
    padding: 55px 0 80px;
    font-size: 16px;
}

.subscribe__mesage .privacy__policy a {
    color: #010101;
}

.subscribe__mesage .privacy__policy a:hover {
    color: #ec2227;
}

.subscribeFormMain input {
    font-family: "Proxima Nova Rg";
    font-size: 20px;
    padding: 28px 22px;
    background-color: transparent;
    border: 2px solid #010101;
}

.sendSubscrButton {
    text-align: left;
    background: transparent;
    border: 0;
    font-family: 'Proxima Nova Rg';
    font-size: 20px;
    color: #ec2227;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 35px;
}

.back__top {
    right: 170px;
    position: absolute;
    margin-top: -30px;
}

@media (max-width: 768px) {
    .back__top {
        right: 20px;
    }
    .copyright {
        font-size: 14px;
    }
}

#return-to-top1 {
    position: fixed;
    z-index: 1;
    top: 80%;
    right: 10%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pseudo__footer {
    background-color: #ffffff;
}

.contact__information {
    display: flex;
    text-align: center;
    padding-top: 100px;
}

.contactInfo {
    width: 33.33%;
}

.socServ div:hover a,
.socServ div:hover path {
    color: #ec2227;
    stroke: #ec2227;
}
.footer-list__item-text a {
    color: #101010;
}

.footer .socServ a {
    color: #010101;
}

.footer .socServ div path {
    color: #101010;
    stroke: #101010;
}

.offerta {
    width: 180px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .offerta {
        text-align: right;
    }
}

.offerta a {
    text-decoration: none;
    transition: .3s linear;
    color: #010101;
    font-size: 12px;
}

.offerta a:hover {
    color: #ec2227;
}

@media (max-width: 768px) {
    .agency__info--wrapper {
        margin: 65px auto 0;
    }
    .triko--title {
        font-size: 11vw;
    }
    .triko--description {
        font-size: 4.3vw;
        margin-top: 15px;
    }
    .triko--about {
        font-size: 4.3vw;
        line-height: 6vw;
        max-width: 80vw;
    }
    .trikos--clients .block__title--rus {
        margin: 40px 0 30px 0;
    }
    .no--mobile {
        display: none;
    }
    .block--title {
        line-height: 15vw;
    }
    .mass__media--target {
        margin-top: 140px;
    }
    .mass__media--target .block--title {
        top: -50px;
        font-size: 17vw;
    }
    .mass__media--target .block__title--rus {
        margin-bottom: 40px;
    }
    .subscribe_us {
        flex-direction: column;
    }
    .block__title--rus {
        font-size: 8.535vw;
        line-height: 9.3vw;
    }
    .checklist {
        font-size: 4.3vw;
        line-height: 6vw;
        margin: 30px 0;
    }
    .subscribe_us .block--title {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 12px;
    }
    .block--title {
        font-size: 18.675vw;
    }
    .subscribe__form {
        flex-direction: column;
    }
    .rightForm {
        width: 100%;
    }
    .subscribeFormMain input {
        padding: 14px 8px;
        font-size: 17px;
    }
    .send-subscribe {
        font-size: 4.5vw;
    }
    .subscribe__mesage {
        text-align: left;
        padding: 25px 0 100px;
        font-size: 14px;
    }
    .media__news--link {
        font-size: 5.35vw;
    }
}


@media (min-width: 432px) and (max-width: 768px) {
    .arm-wrapper.middle {
        margin-bottom: -70px;
    }
}

@media (min-width: 769px) and (max-width: 800px) {
    .arm-wrapper.middle {
        margin-bottom: -70px;
    }
}

@media (min-width: 769px) and (max-width: 996px) {
    .sdvArts--logo,
    .sberbank--logo,
    .detailing722--logo,
    .innovation--logo,
    .nzmp--logo,
    .museum--logo {
        background-size: contain;
        margin: 0 15px!important;
    }
    .rating__links .rating__links--item .rating__items--text {
        padding: 0 0 0 30px;
    }
}
@media (max-width: 1024px) {
    .triko__now .rating__links {
        flex-direction: column;
    }
    .triko__now .triko__now--block .block__title--rus {
        text-align: center;
    }
    .rating__links .rating__links--item {
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .triko__now .triko__now--block .post__self {
        text-align: center;
    }
}
@media (max-width: 475px) {
    .rating__links .rating__links--item {
        flex-direction: column;
        text-align: center;
    }
    .rating__links .rating__links--item .rating__items--text {
        padding: 0;
    }
}


    @media (min-width: 1540px) {
    /* .trikos--clients .block--title {
            padding-top: 520px; высота палочек
        }*/
    /*.subscribe_us .block__title--rus {
            font-size: 70px;
        }*/
    .subscribe_us .block--title {
        font-size: 160px;
    }
}

@media (max-width: 384px) {
    .arm--mobile {
        position: absolute;
        top: 35%;
    }
    .arm-wrapper {
        display: none!important;
    }
}

@media (min-width: 385px) and (max-width: 768px) {
    .arm--mobile {
        position: absolute;
        top: 30%;
    }
    .arm-wrapper {
        display: none!important;
    }
}

@media (min-width: 769px) {
    .arm--mobile {
        display: none;
    }
    .trikos--clients .block--title {
        margin-bottom: -148px;
    }
}

@media (min-width: 1440px) {
    .block__title--rus {
        font-size: 48px!important;
    }
}
@media (min-width: 1360px) {
    .mediaPub__title .media--blink {
        transform: translate(-90px, -104px);
    }
}
@media (min-width: 1250px) and (max-width: 1360px) {
    .mediaPub__title .media--blink {
        transform: translate(-35px, -35px);
        width: 50px;
        height: 50px;
    }
}
@media (min-width: 769px) and (max-width: 1360px) {
    .trikos--clients .clients--corona {
        width: 12vw;
        transform: translate(-5vw, -1vw);
    }
}
@media (max-width: 1250px) {
    .mediaPub__title .media--blink {
        display: none;
    }
}





/* /. STYLE FOR COMMUNICATION AGENCY TYPE  */

.container2 {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
}
.awards__section {
    margin-bottom: 145px;
}
.awards__section .block__title--rus {
    margin-top: 38px;
    margin-bottom: 34px;
}
.awards-section__title h2 {
    font-family: KelsonSansBG;
    font-size: 48px;
    line-height: 100px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}


.awards-section__list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0 -15px;
}
.awards__section .awards-section__list .awards-list__item {
    background-color: #e4e4e4;
    max-width: 370px;
    width: 100%;
    height: 235px;
    margin: 1rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    position: relative;
    cursor: pointer;
}
.awards__section .awards-section__list .awards-list__item img {
    padding: 25px;
}
.awards__section .awards-section__list .awards-list__item .awards__position {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.awards__section .awards-section__list .awards-list__item:hover > .awards__triko {
    width: 110%;
    height: 110%;
    background-color: #e9222b;
}
.awards__section .awards-section__list .awards-list__item:hover > .awards__link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.awards__section .awards-section__list .awards-list__item:hover > img {
    opacity: 0;
    z-index: -1;
}
.awards__section .awards-section__list .awards-list__item .honorable {
    max-width: 200px;
    opacity: 1;
}
.awards__section .awards-section__list .awards-list__item:hover > .awards__position {
    opacity: 1;
}
.awards__section .awards-section__list .awards-list__item .awards__triko {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 130%;
    height: 130%;
    -webkit-transform: translate3d(-50%,-50%,0) scale(.8);
    transform: translate3d(-50%,-50%,0) scale(.8);
    -webkit-transition: -webkit-clip-path .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: all .5s ease;
    -webkit-clip-path: circle(0 at 50% 50%);
    clip-path: circle(0 at 50% 50%);
    background-image: url(/bitrix/templates/3Core/images/index/awards/awards.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 0;
    -ms-perspective: 0;
    perspective: 0;
}
.awards__section .awards-section__list .awards-list__item:hover > .awards__triko {
    -webkit-clip-path: circle(71% at 50% 50%);
    clip-path: circle(71% at 50% 50%);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1)
}
.awards__section .awards-section__list .awards-list__item img,
.awards__section .awards-section__list .awards-list__item .awards__position {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    text-align: center;
    height: auto;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 0;
    -ms-perspective: 0;
    perspective: 0;
    transition: all .3s ease;
}
.awards__section .awards-section__list .awards-list__item .awards__position {
    width: 100%;
    opacity: 0;
}

@media (max-width: 900px) {
    .awards-section__list {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 375px) {
    .awards__section .awards-section__list .awards-list__item {
        height: 45vw;
    }
}
/* End */
/* /bitrix/templates/3Core/css/main.css?178852085926998 */
