

/* Start:/local/templates/aft/components/bitrix/news/polymer/bitrix/news.list/.default/style.css?17645921208493*/
.polymer {
    overflow: hidden;
}
.factoid {
    margin: 60px 0 80px;
    overflow: hidden;
}
.factoid__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    overflow-x: scroll;
    padding-left: calc((100% - 1140px) / 2 + 3.2rem / 2);
    width: 100%;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: grab;
    scrollbar-color: transparent;
    scrollbar-width: none;
}
.factoid__list::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
    height: 0;
    width: 0;
}
.factoid__item {
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
    border: 1px solid var(--color-app__text);
    border-radius: 50%;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    height: 36rem;
    margin-left: 6rem;
    overflow: hidden;
    padding: 3rem;
    text-align: center;
    width: 36rem;
}
.factoid__item:first-child {
    margin-left: 0;
}
.factoid__item .h4 {
    font-size: 6rem;
    font-weight: 500;
    line-height: 5rem;
    margin-bottom: 1.5rem;
}
.factoid__text {
    font-size: 0.9em;
    max-width: 100%;
    margin-bottom: 0;
}
.subscribe {
    margin: 8rem auto 11.9rem;
    padding: 5.2rem 0;
    border-radius: 4.5rem;
    background-color: var(--color-orange);
    max-width: 1366px;
}
.subscribe div {
    position: relative;
    z-index: 10;
}
.subscribe .container {
    padding-bottom: 2.7rem;
    padding-top: 2.7rem;
    position: relative;
}
.subscribe .container::before {
    border-radius: 50%;
    background-color: var(--color-white);
    content: '';
    height: 23.8rem;
    left: 10rem;
    position: absolute;
    top: 1rem;
    width: 23.8rem;
}
.subscribe__caption {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}
.subscribe__desc {
    font-size: 16px;
    line-height: 1.8;
    margin: 1.6rem 0 0;
    padding: 0 5%;
    text-align: center;
    width: 100%;
}
@media (min-width: 576px) {
    .agroproj .factoid {
        margin-bottom: 70px;
    }
    .subscribe .container::before {
        height: 28.8rem;
        left: 0;
        top: 0;
        width: 28.8rem;
    }
    .subscribe__caption {
        font-size: 5rem;
        margin-bottom: 0;
        text-align: left;
    }
    .subscribe__desc {
        font-size: 2.4rem;
        text-align: left;
        padding: 0;
    }
}
@media (min-width: 576px) {
    .factoid {
        margin: 80px 0 120px;
    }
    .factoid__item {
        width: 43.4rem;
        height: 43.4rem;
    }
    .factoid__item .h4 {
        font-size: 8.4rem;
        line-height: 6rem;
        margin-bottom: 2rem;
        margin-top: 29px;
    }
}
@media (min-width: 768px) {
    .factoid__text {
        font-size: 1.3em;
    }
}
.polymer-items {
    margin-top: 9.4rem;
}
.polymer-items__lead {
    font-size: 3.6rem;
    margin: 2.2rem 0 8rem;
}
.polymer-items__slider {
    overflow: hidden;
}
.polymer-items__slider .swiper {
    overflow: visible;
}
.polymer-items__slider .slider-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4.1rem;
}
.polymer-items__slider .swiper-slide {
    margin-right: 36px;
    width: auto;
}
.polymer-items__arrow {
    height: 39px;
    min-width: 7rem;
}
.polymer-items .polymer-items__arrow svg {
    margin-left: auto;
    margin-right: 0;
    width: 25px;
}
.polymer-items__arrow--prev {
    transform: rotate(180deg);
}
.polymer-items__link {
    background-color: var(--color-blue);
    border-radius: 4.5rem;
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 3.2rem;
    transition: all 0.2s ease-in-out;
    width: 51rem;
}
.polymer-items__link:hover .polymer-items__img img {
    transform: scale(1.1);
}
.polymer-items__link:hover .polymer-items__more {
    background-color: var(--color-app__text);
}
.polymer-items__link:hover .polymer-items__more .app-icon {
    color: var(--color-white);
}
.polymer-items__link--more {
    background-color: transparent;
    border: 1px solid var(--color-app__text);
    color: var(--color-app__text);
    padding: 4.8rem 4.6rem 20rem;
}
.polymer-items__link--more .company-resp__more {
    background-color: var(--color-blue);
}
.polymer-items__link--more .company-resp__more .app-icon {
    color: var(--color-white);
}
.polymer-items__top {
    display: block;
    flex-grow: 1;
    padding: 4.8rem 4.6rem 3.5rem;
    width: 100%;
}
.polymer-items__name {
    display: block;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 3.5rem;
}
.polymer-items__img {
    display: block;
    overflow: hidden;
    width: 100%;
}
.polymer-items__img img {
    display: block;
    height: auto;
    transition-duration: 0.2s;
    width: 100%;
}
.polymer-items__more {
    background-color: var(--color-white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.5rem;
    bottom: 3.3rem;
    position: absolute;
    right: 3.3rem;
    transition-duration: 0.2s;
    width: 6.5rem;
    z-index: 10;
}
.polymer-items__more .app-icon {
    color: var(--color-app__text);
    height: 1.8rem;
    width: 2.7rem;
}
@media (min-width: 576px) {
    .polymer-items__name {
        font-size: 4.8rem;
    }
}
.polymer__video {
    width: 100%;
}
.polymer__video video {
    margin: 3rem 0 6rem;
    width: 100%;
}
.polymer .tab-menu__link {
    white-space: normal;
}
.contacts {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 4.1rem auto 36px;
}
.contacts small {
    display: block;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 0.6rem;
}
.contacts strong {
    font-size: 2.4rem;
    font-weight: bolder;
    display: block;
    line-height: 1;
}
.contacts a:not([class]), .contacts a, .contacts a:hover, .contacts a:not([class]):hover {
    color: inherit;
}
@media (min-width: 576px) {
    .contacts {
        justify-content: center;
        margin-bottom: 80px;
    }
    .contacts__item {
        margin-left: 100px;
        text-align: center;
    }
    .contacts__item:first-child {
        margin-left: 0;
    }
}
.polymer__gallery {
    margin: 3rem 0 6rem;
    padding-bottom: 3.5rem;
    position: relative;
}
.polymer__gallery::before {
    aspect-ratio: 1;
    background-image: linear-gradient(140deg, #78be20 12%, #00b5e2 96%);
    bottom: 0;
    border-radius: 50%;
    content: '';
    height: 85rem;
    left: 41vw;
    position: absolute;
    width: 85rem;
    z-index: -1;
}
.polymer-gallery {
    margin: 0 auto 9rem;
    overflow: hidden;
}
.polymer-gallery .swiper-slide {
    margin-right: 36px;
}
.polymer-gallery .swiper-slide img {
    height: auto;
    width: 100%;
}
.polymer-gallery .swiper-pagination {
    margin: 1.1rem 1.5rem;
    position: static;
    width: -moz-fit-content;
    width: fit-content;
}
.polymer-gallery__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-left: 40%;
}
.polymer-gallery__btn {
    position: relative;
    display: inline-block;
    width: 2.4rem;
    height: 1.8rem;
}
.polymer-gallery__btn .arrow {
    display: block;
    height: inherit;
    overflow: hidden;
    position: absolute;
    transition: width 0.2s ease;
    top: 0;
    width: inherit;
}
.polymer-gallery__btn .app-icon {
    height: 1.8rem;
    fill: currentColor;
    position: absolute;
    right: 0;
    width: 9.3rem;
}
.polymer-gallery__btn--prev .arrow {
    right: 0;
}
.polymer-gallery__btn--prev .app-icon {
    left: 0;
    transform: scaleX(-1);
}
.polymer-gallery__btn:hover .arrow {
    width: 4rem;
}
@media (min-width: 576px) {
    .polymer-gallery {
        margin-bottom: 4.2rem;
    }
}
@media (min-width: 768px) {
    .polymer-gallery .swiper {
        overflow: initial;
    }
    .polymer-gallery .swiper-slide img {
        max-width: 100%;
        width: auto;
    }
}
.polymer-items__slider .swiper-wrapper {
    align-items: stretch;
}
.polymer-items__slider .swiper-slide {
    height: auto;
}
/*.polymer-gallery .swiper-slide-prev {*/
    /*opacity: 0;*/
/*}*/

/* End */
/* /local/templates/aft/components/bitrix/news/polymer/bitrix/news.list/.default/style.css?17645921208493 */
