/* Стили для новой главной страницы */
@font-face {
    font-family: 'UralchemUnitySans';
    src: url('/local/templates/.default/fonts/URLCHM-Unity-Sans-Regular.eot');
    src: url('/local/templates/.default/fonts/URLCHM-Unity-Sans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'UralchemUnitySans';
    src: url('/local/templates/.default/fonts/URLCHM-Unity-Sans-Medium.eot');
    src: url('/local/templates/.default/fonts/URLCHM-Unity-Sans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'UralchemUnitySans';
    src: url('/local/templates/.default/fonts/URLCHM-Unity-Sans-Bold.eot');
    src: url('/local/templates/.default/fonts/URLCHM-Unity-Sans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'UralchemUnitySans' !important;
}
body {
    color: #454545;
}
a {
    color: #0032A0;
}
a:hover {
    color: #009450;
}

.header-menu-desktop .menu-link {
    color: #0032A0;
    font-size: 17px;
}
.header-menu-desktop .menu-link:hover,
.header-menu-desktop .menu-item:hover .menu-link {
    color: #009450;
}
.header-search-link .search-link-open:hover {
    background: #0032A0;
}
.lang-panel .lang-main {
    background: #009450;
}
.lang-panel:hover .lang-main {
    background: #0032A0;
}
.lang-panel .lang-list {
    background: #009450;
}

.back-to-top svg path {
    fill: #009450;
}

.footer {
    background: #0032A0;
}

/* Слайдер с видео */
.carousel-main .slick-pager {
    display: block;
    top: 40%;
    right: 20px;
    bottom: auto;
    transform: translateY(-50%);
}
.carousel-main .slick-dots li {
    width: 16px;
    height: 16px;
    border: 1px solid #FFFFFF;
    margin-bottom: 8px;
    transition: background 0.3s ease 0s;
}
.carousel-main .slick-dots li:last-child {
    margin-bottom: 0;
}
.carousel-main .slick-dots li:hover {
    background: #FFFFFF;
}
.carousel-main .slick-dots li.slick-active {
    background: #FFFFFF;
}
.carousel-main .slick-dots li button {
    background: none !important;
}
.carousel-main .carousel-navigation {
    display: none;
}
@media (max-width: 767px) {
    .carousel-main .carousel-wrapper {
        height: 260px;
    }
}

.section-main {
    margin: 40px 0 50px;
}
@media (max-width: 600px) {
    .section-main {
        margin: 40px 0 30px;
    }   
}
.section-main__text {
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 1024px) {
    .section-main__text {
        font-size: 20px;
    }   
}
@media (max-width: 600px) {
    .section-main__text {
        margin-bottom: 20px;
        font-size: 18px;
    }   
}
.section-main__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section-main__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc((100% - 20px) / 2);
    height: 280px;
    margin-top: 30px;
    padding: 20px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFFFFF !important;
}
@media (max-width: 1024px) {
    .section-main__item {
        padding: 15px 20px;
    }   
}
@media (max-width: 600px) {
    .section-main__item {
        width: 100%;
        height: 225px;
        margin-top: 15px;
        padding: 15px;
    }   
}
.section-main__item-top svg {
    transform: rotateZ(0);
    transition: transform 0.3s ease 0s;
}
.section-main__item:hover .section-main__item-top svg {
    transform: rotateZ(45deg)
}
.section-main__item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-main__item-title {
    width: min-content;
    font-size: 24px;
    font-weight: 700;
    line-height: 135%;
    text-transform: uppercase;
}
.section-main__link-wrapper {
    background: #F2F3F3;
margin-top: 30px;
    padding: 20px 0;
}
.section-main__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    /*width: calc((100% - 20px) / 2);
    margin-top: 30px;*/
    padding: 20px 30px;
    /*background: #F2F3F3;*/
}

.section-main__link:first-child {
border-right: 1px solid #d5d7d8;
}

@media (max-width: 1024px) {
    .section-main__link {
        padding: 15px 20px;
    }   
}
@media (max-width: 800px) {
    .section-main__link {
        width: 100%;
        margin-top: 15px;
    }   
}
.section-main__link-title {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
@media (max-width: 480px) {
    .section-main__link-title {
        font-size: 12px;
    }   
}
.section-main__link-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-radius: 80px;
}
.section-main__link-button span {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}
.section-main__link-button svg {
    flex-shrink: 0;
    margin-left: 10px
}
.section-main__link-button--green {
    background: #009450;
    color: #FFFFFF;
}
.section-main__link-button--green:hover {
    background: #0032A0;
    color: #FFFFFF;
}
.section-main__link-button--blue {
    border: 1px solid #0032A0;
    color: #0032A0;
}
.section-main__link-button--blue:hover {
    border: 1px solid #009450;
    color: #009450;
}

/* Новости */
.section-news {
    min-height: auto;
    margin: 40px 0 50px !important;
}
@media (max-width: 600px) {
    .section-news {
        margin: 40px 0 30px !important;
    }   
}
.section-news .news-tabs .link.link-arrow {
    display: none;
}
@media (max-width: 600px) {
    .section-news .news-tabs {
        text-align: center;
    }
    .section-news .news-tabs .tabs {
        text-align: left;
    }
    .section-news .news-tabs .link.link-arrow {
        display: inline-block;
    }
}
.section-news .news-tabs .link.link-arrow::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 13px;
    background-image: url('/local/templates/.default/images/arrow-right-green.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-left: 10px;
}
.section-news .tabs .tabs-panel {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
@media (max-width: 600px) {
    .section-news .tabs .tabs-panel {
        margin-bottom: 20px;
    }
}
.section-news .tabs .tabs-panel.clearfix::before,
.section-news .tabs .tabs-panel.clearfix::after {
    display: none;
}
.section-news .tabs .tabs-panel-nav {
    width: auto;
}
.section-news .tabs .tabs-panel-nav.clearfix::before,
.section-news .tabs .tabs-panel-nav.clearfix::after {
    display: none;
}
.section-news .tabs .tabs-panel-nav .tab {
    padding: 0 0 9px 0;
    border: none;
    border-bottom: 1px solid transparent;
    color: #009450;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    transition: color 0.3s ease 0s;
}
@media (max-width: 1024px) {
    .section-news .tabs .tabs-panel-nav .tab {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .section-news .tabs .tabs-panel-nav .tab {
        width: min-content;
        padding: 0 0 15px 0;
        font-size: 16px;
        text-align: left !important;
    }
}
.section-news .tabs .tabs-panel-nav .tab:hover {
    color: #009450;
}
.section-news .tabs .tabs-panel-nav .tab.active {
    background: none;
    border-bottom: 1px solid #009450;
    color: #009450;
    font-weight: 700;
}
.section-news .tabs .tabs-panel-nav .tab + .tab {
    margin-left: 20px;
}
@media (max-width: 480px) {
    .section-news .tabs .tabs-panel-nav .tab + .tab {
        margin-left: 30px;
    }
}
.section-news .tabs .tabs-panel-links {
    padding-top: 0;
    float: unset;
}
.section-news .tabs .link-arrow {
    display: block !important;
    color: #0032A0;
    line-height: 140%;
}
@media (max-width: 1024px) {
    .section-news .tabs .link-arrow {
        font-size: 12px;
    }
    .section-news .tabs .link-arrow::after {
        width: 18px;
        height: 13px;
    }
}
@media (max-width: 600px) {
    .section-news .tabs .link-arrow {
        display: none !important;
    }
}
.section-news .tabs .link-arrow:hover {
    color: #009450;
}
.section-news .tabs .tabs-content {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.section-news .news-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
}
.section-news .news-list .news-item {
    display: block;
    flex-shrink: 0;
    width: calc((100% - (40px * 2)) / 3);
    margin: 0 0 0 40px;
    padding: 0;
}
@media (max-width: 1024px) {
    .section-news .news-list .news-item {
        width: calc((100% - (20px * 2)) / 3);
        margin: 0 0 0 20px;
    }
}
@media (max-width: 600px) {
    .section-news .news-list .news-item {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }
}
.section-news .news-list .news-item:nth-child(3n - 2) {
    margin-left: 0;
}
.section-news .news-list .item-image {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
}
@media (max-width: 600px) {
    .section-news .news-list .item-image {
        margin: 0 auto 10px;
    }
}
.section-news .news-list .item-image img {
    width: 100%;
    margin-bottom: 0;
    object-fit: contain;
}
@media (max-width: 600px) {
    .section-news .news-list .item-date {
        margin-bottom: 5px;
    }
}
.section-news .news-list .item-title {
    margin-bottom: 0;
    font-weight: 500;
}
.section-news .news-list .item-title a,
.header-menu-extra .menu-link {
    color: #0032A0;
}
.section-news .news-list .item-title a:hover {
    color: #009450;
}
.section-geo .social-video .video-title {
    background-color: #0032A0;
}
.section-news .news-tabs .link.link-arrow::after {
    background-image: url(/local/templates/.default/images/newcolors/arrow-right-green.svg);
}

/* Слайдер */
.section-slider {
    margin-bottom: 86px;
}
.section-slider__wrapper {
    width: 100%;
    height: 400px;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}
@media (max-width: 1024px) {
    .section-slider__wrapper {
        height: 330px;
    }   
}
@media (max-width: 700px) {
    .section-slider__wrapper {
        height: 270px;
    }   
}
.section-slider__wrapper .slick-list {
    height: 100% !important;
}
.section-slider__wrapper .slick-track {
    height: 100% !important;
}
.section-slider__item {
    display: block;
    width: 100%;
    height: 100% !important;
    padding: 60px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1024px) {
    .section-slider__item {
        padding: 40px 20px;
    }   
}
@media (max-width: 700px) {
    .section-slider__item {
        padding: 30px 15px;
    }   
}
.section-slider__item-title {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background: #009450;
    color: #FFFFFF;
    line-height: 150%;
}
@media (max-width: 1024px) {
    .section-slider__item-title {
        padding: 6px 12px;
        font-size: 13px;
    }   
}
@media (max-width: 700px) {
    .section-slider__item-title {
        padding: 4px 8px;
        font-size: 11px;
    }   
}
.section-slider__item-descr span {
    display: inline-block;
    padding: 6px 16px;
    background: #0032A0;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .section-slider__item-descr span {
        padding: 4px 12px;
        font-size: 18px;
    }   
}
@media (max-width: 700px) {
    .section-slider__item-descr span {
        padding: 5px 8px;
        font-size: 8px;
    }   
}
.section-slider__wrapper .slick-dots {
    justify-content: center;
}
.section-slider__wrapper .slick-dots {
    display: flex !important;
    padding: 0;
    list-style: none;
}
.section-slider__wrapper .slick-dots li {
    margin: 0 4px;
}
.section-slider__wrapper .slick-dots button {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #00945D;
    border-radius: 50%;
    font-size: 0;
    transition: background 0.3s ease 0s;
}
.section-slider__wrapper .slick-dots button:hover {
    background: rgba(0, 148, 93, 0.2);
}
.section-slider__wrapper .slick-dots .slick-active button {
    background: #00945D;
    cursor: default;
    pointer-events: none;
}

/* Блоки */
.section-blocks {
    margin-bottom: 50px;
}
.section-blocks__wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.section-blocks__item {
    flex-shrink: 0;
    width: calc((100% - (40px * 2)) / 3);
    margin: 0 0 0 40px;
}
@media (max-width: 1024px) {
    .section-blocks__item {
        width: calc((100% - (20px * 2)) / 3);
        margin: 0 0 0 20px;
    }
}
@media (max-width: 820px) {
    .section-blocks__item {
        width: 100%;
        margin-left: 0 !important;
    }
    .section-blocks__item + .section-blocks__item {
        margin-top: 30px;
    }
}
.section-blocks__item:nth-child(3n - 2) {
    margin-left: 0;
}
.section-blocks__item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-blocks__item-bottom {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.section-blocks__item-middle {
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background: #0032A0;
}
@media (max-width: 1024px) {
    .section-blocks__item-middle {
        margin: 10px 0;
    }
}
.section-blocks__item-top {
    color: #0032A0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
@media (max-width: 1024px) {
    .section-blocks__item-top {
        font-size: 14px;
    }
}
.section-blocks__item-title {
    margin-right: 10px;
}
.section-blocks__item-file {
    display: flex;
    align-items: center;
    color: #0032A0;
}
.section-blocks__item-file:hover {
    color: #009450;
}
.section-blocks__item-file svg {
    margin-left: 5px;
}
.section-blocks__item-number {
    flex-shrink: 0;
    margin-right: 20px;
    /*background: linear-gradient(90deg, #009450 -0.27%, #006576 99.73%);*/
    background: linear-gradient(90deg, #009450 0%, #0032A0 200%);
}
.section-blocks__item-number span {
    background-color: #fff;
    mix-blend-mode: lighten;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
}
@media (max-width: 1024px) {
    .section-blocks__item-number span {
        font-size: 36px;
    }
}
@media (max-width: 992px) {
    .section-blocks__item-number span {
    display: inline-block;
        width: 92px;
    }
}
.section-blocks__item-descr {
    font-size: 14px;
    line-height: 150%;
    text-transform: lowercase;
}
@media (max-width: 1024px) {
    .section-blocks__item-descr {
        font-size: 12px;
    }
}
.section-blocks__item-descr span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

/* Видео */
.video__slider-nav .slick-arrow i {
    background-image: url(/local/templates/.default/images/newcolors/arrow-right-green.svg);
}
.video__slider-wrapper {
    padding: 0;
    margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
    .video__slider-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    }
}
.video__slider-nav .slick-arrow {
    top: calc(100% + 16px);
}
.video__slider-prev {
    left: calc(50% - 32px - 16px);
}
.video__slider-next {
    right: calc(50% - 32px - 16px);
}

/* Подвал */
.footer {
    margin: 0;
}
.clear-footer, .footer, .footer-top, .footer-bottom {
    height: auto;
}
.footer-menu .menu-item, .footer-menu-extra .menu-item {
    margin-bottom: 15px;
}
.developer {
    font-size: 13px;
}
.developer .developer-image {
    width: 66px;
    height: 19px;
}
.section-news .news-list .item-image {
    display: none;
}

.h1 {
    text-transform: none;
    font-size: 24px;
    line-height: 30px;
    font-family: 'UralchemUnitySans';
    margin: 0 0 10px 0;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .h1 {
        font-size: 25px;
        line-height: normal;
    }
}

.rules-block {
    display: flex;
    align-items: center;
    gap: 30px;
}
.rules-block-left {
    width: 100px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: normal;
    font-weight: bold;
}
.rules-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.rules-item {
    display: flex;
    gap: 10px;
    width: calc(50% - 15px);
}
.rules-ico {
    width: 40px;
    height: 40px;
    flex: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.fancybox-close,
.fancybox-close:hover {
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background-image: url(../images/close-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    background-color: #00b259;
}
.fancybox-close:hover {
    background-color: #0032A0;
}
.fancybox-skin {
    border-radius: 0;
}
.fancy-popup {
   display: none;
   padding-right: 34px;
}
@media (max-width: 600px) {
.rules-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    flex-direction: column-reverse;
}
.rules-item {
    width: 100%;
}
.rules-block-left {
    width: auto;
}
.rules-block-left a.js-fancy-popup {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}
}