@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url('../fonts/subset-BebasNeueCyrillic.eot');
    src: url('../fonts/subset-BebasNeueCyrillic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/subset-BebasNeueCyrillic.woff2') format('woff2'),
         url('../fonts/subset-BebasNeueCyrillic.woff') format('woff'),
         url('../fonts/subset-BebasNeueCyrillic.ttf') format('truetype'),
         url('../fonts/subset-BebasNeueCyrillic.svg#BebasNeueCyrillic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.gr-section {
    position: relative;
}
.gr-section__bg,
.gr-section__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.gr-section__bg-img {
    object-position: center center;
    object-fit: cover;
}
.gr-section__content {
    position: relative;
    z-index: 3;
}
.gr-section__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 30px;
}
.gr-section__text {
    font-size: 16px;
}
.gr-section_border_top {
    padding-top: 80px;
}
.gr-section_border_top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 1px;
    background: #fff;
    opacity: 0.2;
    z-index: 3;
}
.gr-section_pt {
    padding-top: 40px;
}
.gr-section_pb {
    padding-bottom: 40px;
}
.gr-section_pt_lg {
    padding-top: 60px;
}
.gr-section_pb_lg {
    padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
    .gr-section__title {
        font-size: 36px;
        margin-bottom: 50px;
        max-width: 730px;
        margin-left: auto;
        margin-right: auto;
    }
    .gr-section_pt {
        padding-top: 60px;
    }
    .gr-section_pb {
        padding-bottom: 60px;
    }
    .gr-section_pt_lg {
        padding-top: 100px;
    }
    .gr-section_pb_lg {
        padding-bottom: 100px;
    }
}
@media screen and (min-width: 992px) {
    .gr-section__title {
        font-size: 48px;
    }
    .gr-section_pt {
        padding-top: 80px;
    }
    .gr-section_pb {
        padding-bottom: 80px;
    }
    .gr-section_pt_lg {
        padding-top: 180px;
    }
    .gr-section_pb_lg {
        padding-bottom: 180px;
    }
}

.gr-tile-block {}
.gr-tile-block__list {
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 30px;
}
.gr-tile-block__item-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.gr-tile-block__item {
    display: flex;
    flex-direction: column;
    background: #17171A;
    height: 100%;
}
.gr-tile-block__img-wrapper {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 33.42%;
    position: relative;
}
.gr-tile-block__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: cover;
}
.gr-tile-block__desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
    border-top: 1px solid var(--color-primary);
}
.gr-tile-block__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--color-primary);
}
.gr-tile-block__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .gr-tile-block__desc {
        padding: 24px 32px 32px;
    }
    .gr-tile-block__name {
        font-size: 24px;
    }
}

.gr-features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 50px;
}
.gr-features__img {
    flex: 0 0 auto;
    width: 147px;
    height: 147px;
}
.gr-features__desc {
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gr-features__title {
    font-weight: 700;
    font-size: 29px;
    line-height: 1;
    text-transform: uppercase;
}
.gr-features__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.gr-features__item {
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    position: relative;
    padding-left: 45px;
    padding-top: 4px;
    min-height: 24px;
}
.gr-features__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/social/gromko/features/check.svg");
}
@media screen and (min-width: 576px) {
    .gr-features {
        flex-direction: row;
    }
}
@media screen and (min-width: 768px) {
    .gr-features {
        margin-top: 100px;
    }
}

.gr-catalog-block {}
.gr-catalog-block__list {
    row-gap: 20px;
}
.gr-catalog-block__item-wrapper {}
.gr-catalog-block__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    background: #17171A;
    padding: 24px;
    height: 100%;
}
.gr-catalog-block__img-wrapper {
    width: 146px;
    height: 146px;
    position: relative;
}
.gr-catalog-block__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: contain;
}
.gr-catalog-block__name {
    font-weight: 500;
    font-size: 19px;
    line-height: 1.1;
    color: #FFF;
}
@media screen and (min-width: 768px) {}

.gr-panel {
    background: #17171A;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px;
}
.gr-panel__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.gr-panel__img-wrapper {
    flex: 0 0 auto;
}
.gr-panel__img {
    margin: 0 auto;
}
.gr-panel__desc {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    min-width: 1px;
}
.gr-panel__title {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 100%;
    overflow: hidden;
}
.gr-panel__title:after {
    content: "";
    position: relative;
    top: 2px;
    width: 230px;
    height: 3px;
    flex: 1 1 auto;
    background: var(--color-primary);
}
.gr-panel__text {}
.gr-panel__btn {}
.gr-panel__helper {
    font-family: 'Bebas Neue Cyrillic';
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #414141;
}
@media screen and (min-width: 768px) {
    .gr-panel {
        gap: 55px;
        padding: 50px 45px 45px;
    }
    .gr-panel__inner {
        flex-direction: row;
        gap: 50px;
    }
    .gr-panel__img-wrapper {
        max-width: 42%;
    }
    .gr-panel__helper {
        font-size: 39px;
        text-align: center;
    }
}

.gr-tabs-block {}
.gr-tabs-block__nav .swiper-wrapper {}
.gr-tabs-block__nav .swiper-slide {
    width: auto;
}
.gr-tabs-block__nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    cursor: pointer;
}
.gr-tabs-block__nav-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    opacity: 0.4;
    transition: opacity var(--animate), color var(--animate);
    white-space: nowrap;
}
.gr-tabs-block__nav-img {
    width: 64px;
    height: 64px;
    object-position: center center;
    object-fit: contain;
    filter: brightness(0) invert(100);
    opacity: 0.3;
    transition: opacity var(--animate), filter var(--animate);
}
.gr-tabs-block__nav-slide.swiper-slide-thumb-active .gr-tabs-block__nav-img,
.gr-tabs-block__nav-item:hover .gr-tabs-block__nav-img {
    opacity: 1;
    filter: none;
}
.gr-tabs-block__nav-slide.swiper-slide-thumb-active .gr-tabs-block__nav-name,
.gr-tabs-block__nav-item:hover .gr-tabs-block__nav-name {
    opacity: 1;
    color: var(--color-primary);
}
.gr-tabs-block__content {
    margin-top: 40px;
}
.gr-tabs-block__content > .swiper-wrapper > .swiper-slide {
    opacity: 0;
    visibility: hidden;
}
.gr-tabs-block__content > .swiper-wrapper > .swiper-slide-active {
    opacity: 1;
    visibility: visible;
}
.gr-tabs-block__text {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    max-width: 730px;
    margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
    .gr-tabs-block__nav .swiper-wrapper {
       justify-content: center;
    }
    .gr-tabs-block__nav-img {
        width: 75px;
        height: 75px;
    }
    .gr-tabs-block__nav-name {
        font-size: 16px;
    }
    .gr-tabs-block__content {
        margin-top: 70px;
    }
}
@media screen and (min-width: 992px) {
    .gr-tabs-block__nav-img {
        width: 92px;
        height: 92px;
    }
}

.gr-slider-video {
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}
.gr-slider-video:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100vw;
    height: 17.75vw;
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto;
    background-image: url("../images/social/gromko/bg/2.svg");
}
.gr-slider-video__item {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.gr-slider-video__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.gr-slider-video .swiper-button-prev {
    left: -10px;
    right: auto;
}
.gr-slider-video .swiper-button-next {
    right: -10px;
    left: auto;
}
@media screen and (min-width: 768px) {
    .gr-slider-video .swiper-button-prev {
        left: auto;
        right: 100%;
    }
    .gr-slider-video .swiper-button-next {
        right: auto;
        left: 100%;
    }
    .gr-slider-video .swiper-button-prev:before,
    .gr-slider-video .swiper-button-next:before {
        font-size: 45px;
    }
}

.gr-contacts {
    display: flex;
    flex-direction: column;
}
.gr-contacts__item {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
}
.gr-contacts__item a {
    color: #fff;
    border: none;
}