@font-face {
    font-family: 'Circe';
    src: url('../webfonts/Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'),
    url('../webfonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/Circe-Regular.woff') format('woff'),
    url('../webfonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'Circe';
    src: url('../webfonts/Circe-ExtraLight.eot');
    src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
    url('../webfonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/Circe-ExtraLight.woff') format('woff'),
    url('../webfonts/Circe-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;}

@font-face {
    font-family: 'Circe';
    src: url('../webfonts/Circe-Thin.eot');
    src: local('Circe Thin'), local('Circe-Thin'),
    url('../webfonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/Circe-Thin.woff') format('woff'),
    url('../webfonts/Circe-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;}

@font-face {
    font-family: 'Circe';
    src: url('../webfonts/Circe-Light.eot');
    src: local('Circe Light'), local('Circe-Light'),
    url('../webfonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/Circe-Light.woff') format('woff'),
    url('../webfonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;}

@font-face {
    font-family: 'Circe';
    src: url('../webfonts/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
    url('../webfonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/Circe-Bold.woff') format('woff'),
    url('../webfonts/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;}

@font-face {
    font-family: 'Circe';
    src: url('../webfonts/Circe-ExtraBold.eot');
    src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
    url('../webfonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/Circe-ExtraBold.woff') format('woff'),
    url('../webfonts/Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;}

:root {
    --color-red: #e04e39;
    --color-brown: #c59368;
    --color-light-brown: #e4d4c6;
    --color-light-gray: #eeeeee;
    --color-black-rgba: 0, 0, 0;
    --color-white-rgba: 255, 255, 255;


    --color-black: #000;
    --color-white: #fff;
    --color-s-lightgray: #efefef;
    --color-lightgray: #BFC1C7;
    --color-gray: #545F71;
    --color-green: #338E95;
    --color-orange: #FFA185;
    --color-coral: #F8744E;
    --bg-orange: #FFA185;
    --bg-green: rgb(49,174,183);
    --bg-gv-rose: linear-gradient(180deg, rgba(252,214,202,1) 0%, rgba(253,229,222,1) 100%);
    --bg-ga-rose: linear-gradient(45deg, rgba(252,214,202,1) 0%, rgba(253,229,222,1) 100%);
    --bg-gv-green: linear-gradient(180deg, rgba(49,174,183,1) 0%, rgba(37,140,148,1) 100%);
    --bg-ga-green: linear-gradient(45deg, rgba(49,174,183,1) 0%, rgba(37,140,148,1) 100%);

    --font-l: 3rem;
    --line-l: 3.2rem;

    --font-m: 2.8rem;
    --line-m: 3rem;

    --font-s: 1.8rem;
    --line-s: 2rem;

    --font-xs: 1.5rem;
    --line-xs: 1.7rem;

    --font-normal: 1rem;
    --line-normal: 1rem;

    --font-xxs: 0.9rem;
    --line-xxs: 0.9rem;}


.rotate:hover {
    animation: move 1s linear infinite;}

@keyframes move {
    100% {transform: rotate(720deg);}
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        animation-timing-function: ease-in;}
    50% {transform: scale(1.33);}
}

.scale:hover {
    animation: ease 3s;}
    /* animation: pulse 1s infinite;*/

/*backgrounds*/
.bg-s-orange {
    background: var(--bg-orange);}

.bg-gv-green {
    background: var(--bg-gv-green);}

.bg-ga-green {
    background: var(--bg-ga-green);}

.bg-gv-rose {
    background: var(--bg-gv-rose);}

.bg-ga-rose {
    background: var(--bg-ga-rose);}

/*borders*/
.border-r-top {
    border-radius: 100% 0 0 0;}

.border-r-right {
    border-radius: 0 100% 0;}

.border-r-bottom {
    border-radius: 0 0 100% 0;}

.border-r-left {
    border-radius: 0 0 0 100%;}

/*colors*/
.color-g {
    color: var(--color-green);}

.color-o{
    color: var(--color-orange);}

.color-c{
    color: var(--color-coral);}

.color-gr {
    color: var(--color-gray);}

.color-b{
    color: var(--color-black);}

.color-w{
    color: var(--color-white);}

.bg_arrow_green {
    /*background-size: 35px !important;*/
    background: url("../images/arrow_green.png") left bottom no-repeat;}

.bg_arrow_gray {
    background-size: 135px !important;
    background: url("../images/arrow_gray.png") left 35% bottom 30% no-repeat;}

pre {font-size: 0.5rem;}

.d-none {display: none !important;}


/*@media screen and (max-width: 992px) {*/
/*    .desk {display: none;}*/
/*}*/

html, body {
    font-family: 'Circe', serif;
    margin: 0;
    padding: 0;
    height: 100%;}

body {
    color: var(--color-gray);
    font-weight: 300;
    font-size: 1.3rem;
    background: #FBFBFB;}

h1 {
    font-weight: 800;
    font-size: 4.3rem;
    line-height: 4.3rem;}

h2 {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 800;}

h3 {
    font-size: 2rem;
    font-weight: 600;}

h4 {
    /*font-size: 1.6rem;*/
    /*font-weight: 700;*/
    /*line-height: 1.7rem;*/
    line-height: 1.9rem;}

h5 {
    /*font-size: 1rem;*/
    /*font-weight: 700;*/
    /*line-height: 1.1rem;*/
    line-height: 1.6rem;}

.d-flex {
    display: flex;}

.text-center {
    text-align: center;}

.align-start {align-items:start;}
.align-center {align-items:center;}

.justify-start {justify-content:start;}
.justify-center {justify-content:center;}

.mx-auto {
    margin: 0 auto 0 auto;}

.sys_button {
    color: #FFF;
    padding: 6px 20px;
    border-radius: 30px;
    display: flex;
    margin-top: 30px;
    font-weight: 200;
    text-transform: unset;
    cursor: pointer;
    font-size: 1rem;}

.sys_button:hover {
    opacity: 0.8;}

/*PAGINATION*/
.pagination-list {
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;}

.pagination-list__item {
    border-top: 1px solid var(--color-s-lightgray);
    border-bottom: 1px solid var(--color-s-lightgray);
    display: flex;}

.pagination-list__item a:first-child {
    border-left: 1px solid var(--color-s-lightgray);}

.pagination-list__item:last-child {
    border-right: 1px solid var(--color-s-lightgray);}

.pagination-list__item a {
    padding: 5px 20px;
    border-left: 0;
    color: var(--color-gray);}

.pagination-list__item a:hover {
    color: #FFF;
    background: var(--bg-orange);}

.pagination-list__link.active {
    color: #FFF;
    background: var(--bg-ga-green);}

/*SCALE FOR IMAGES*/

.overflow-hidden {
    overflow: hidden;}

.scale {
    transition: transform 0.35s;}

.scale:hover {
    transform: scale(1.1);
    transition: transform 0.35s;
    overflow: hidden;}

/*SCALE FOR IMAGES*/

.all  {
    margin: 20px 0;
    text-align: end;}

.all i{
    margin-left: 10px;}

.all a{
    font-size: 1rem;
    color: var(--color-gray);}

.all a:hover {
    color: coral;}



.container {
    max-width: 1544px;
    display: block;
    margin: auto;}

.wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/*CONTENT*/
.content-fix {
    width: 100%;
    margin: auto;
    max-width: 1080px;}

.content ul li {
    margin-left: 50px;
    list-style: disc;}

.content a {
    cursor: pointer;
    color: var(--color-green);}



header.header.mobile {
    display: none;}

.header__top__row {
    display: flex;
    align-items: center;
    min-height: 150px;
    padding-left: 40px;}

.header__top__col {
    width: auto;}

.header__top__col .img_logo.logo{
    margin-right: 80px;
    width: 210px;}

.header__top__col .img_logo.logo2 {
    margin-right: 40px;
    width: 160px;}

.header__top__col .img_logo.logo3 {
    margin-right: 40px;
    width: 85px;}

.header__row {
    display: grid;
    grid-template-columns: auto 600px;}

.header__col {
    display: flex;
    flex-direction: column;}

.header div {
    /*gap: 3px;*/
    /*border: 1px solid #ffadad;*/}

.header__btn__title {
    font-size: 0.9rem;}

.header__main__row {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    gap: 50px;
    padding-left: 40px;}

.header__main__row::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    /*background-size: 35px !important;*/
    background: url("../images/signal_orange.png") right 15% top 15% no-repeat;}

.header__main__row::after {
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    /*background-size: 40px !important;*/
    background: url("../images/graph_orange.png") right 10% top 80% no-repeat;}


.header__grid__home {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 150px);
    grid-template-rows: repeat(4, 150px);}

.header__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 150px);}


.header__grid__item {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;}

.header__grid__item:not(.static) i {
    background: #FFF;
    padding: 40px;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;}

.header__grid__item:not(.static) i::before {
    position: absolute;}

header .container {
    position: relative;}

header .search__bar {
    padding: 0 45px;
    position: absolute;
    right: 300px;
    top: 0;
    height: 150px;
    background: #FFF;
    /*border-left: 1px solid #efefef;*/
    /*border-bottom: 1px solid #efefef;*/
    z-index: 0;
    opacity: 0;
    /*animation: minWidth 1s ease 0s 1 normal forwards;*/
    width: 0;
    display: flex;
    align-items: center;
    transition: all 500ms ease-in-out;}

header .search__bar.active {
    opacity: 1;
    z-index: 1;
    /*animation: maxWidth 1s ease 0s 1 normal forwards;*/
    width: calc(100% - 300px);}

header .search-block {
    gap: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    height: 64px;
    padding: 20px 24px;
    border: 1px solid var(--color-s-lightgray);
    background-color: #fff;
    border-radius: 30px;}


/*header .show_search i {*/
/*    font-family: 'Font Awesome 6 Pro';*/
/*    font-weight: 300;}*/

/*header .show_search i::before {*/
/*    content: "\f002";}*/

header .search-block .menu__search-text {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 1296px; }

.button_main {
    background:rgba(248, 116, 78, 1);
    color: var(--color-white);
    padding: 20px 30px;
    font-size: 1.25rem;
    font-weight: 600;}

.button_main:hover {
    background:rgba(248, 116, 78, 0.7);}

.social-item img {
    width: 23px;
    height: 23px;}

.social-item {
    border: 1px solid #F8744E;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;}

.header__subtitle {
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: #545F71;
    font-weight: 300;}

.title {
    margin: 100px 0;
    display: flex;
    justify-content: center;}

/*swiper*/


.swiper {
    z-index: 0;
}
.swiper-controls {
    display: flex;
    /*padding: 0;*/
    padding: 30px 0 0 0;
    justify-content: center;}

.swiper-pagination-bullet-active {
    background: var(--color-coral) !important;}

.swiper-btn-next,
.swiper-btn-prev {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 20px 0 20px;
    font-size: 1.4rem;}

.swiper-btn-next:hover,
.swiper-btn-prev:hover {
    color: var(--color-coral);
}

.swiper-pagination {
    width: auto !important;
    position: unset !important;
    padding: 20px 0;}

.bottom__controls {
    display: block;
    position: relative;}

.bottom__controls .all {
    position: absolute;
    bottom: 0;
    right: 0;}


/*TAGS BTN*/
.tags span {
    background: var(--color-s-lightgray);
    padding: 2px 8px;
    border-radius: 1rem;
    display: inline-flex;
    margin: 0 5px 5px 0;
    color: var(--color-gray);
}

.news_btn {
    font-size: 1rem;
    cursor: pointer;
    color: var(--color-gray);
    font-weight: 300;
    display: inline-flex !important;
    text-align: center;
    background: #efefef;
    border-radius: 35px;
    padding: 5px 20px;
    transition-timing-function: linear;
    transition: color 0.5s, background-color 1s;}


@media screen and (max-width: 992px) {
    .news_btn {
        font-size: 0.8rem;
        padding: 2px 10px;}

}


.news_btn.active, .news_btn:hover {
    background: var(--color-coral);
    color: var(--color-white);}

/*--MOBILE--*/
@media screen and (max-width: 992px) {


    .bottom__controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .swiper-controls {
        padding: 0;}

    .desktop-show {
        display: none;}

    body {
        font-size: 1rem;}

    .breadcrumbs {
        display: none;}

    h1 {
        font-weight: 800;
        font-size: 2.3rem;
        line-height: 2.3rem;
    }

    h2 {
        font-weight: 800;
        /*font-size: 2rem;*/
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .main__container {
        max-width: 100%;
        padding: 20px;
    }

    header.header.desktop {
        display: none;
    }

    header.header.mobile {
        display: flex;
    }

    .header__subtitle {
        font-size: 1rem;
        line-height: 1rem;
    }

    .header__row {
        grid-template-columns: 100%;
    }

    .header__grid {
        display: flex;
    }

    .header__grid__item {
        width: 100%;
        height: 60px;
    }

    .header__grid__item.static {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .header__main__row {
        padding: 100px 20px 20px 20px;
        gap: 30px;
    }

    .img_logo.logo {
        max-width: 150px;
        display: flex;
        align-self: start;
        margin-left: 20px;
    }
    .img_logo.logo img {
        max-width: 150px;}

    .header__main__row::before {
        top: 0;
        left: 0;
    }

    .header__banner {
        margin-top: 20px;
    }

    .button_main {
        padding: 10px 20px;
        font-size: 1rem;
    }

    .overlay {
        position: relative;
    }

    .menu__grid {
        padding-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;}

    .title {
        margin: 30px 0;}

    .all {
        margin: 20px 0;}

    .all a {
        font-size: 1rem;}


    /*swiper*/
    .swiper {
        height: 100%;}

    .swiper-slide {
        background: #FFF;
        height: auto !important;}

    .swiper-content {
        height: 100% !important}

    .mobile-section .swiper-slide
    /*.home__base .swiper-slide,*/
    /*.support.mob .support,*/
    /*.section__news.mob .swiper-slide */
    {
        background: #FFF;}

    .mobile-section.controls
    /*.home__base .swiper-controls,*/
    /*.support.mob .swiper-controls,*/
    /*.section__news.mob .swiper-controls */
    {
        justify-content: space-between;
        padding: 30px 0;}

    .mobile-section .swiper-pagination
    /*.home__base .swiper-pagination,*/
    /*.support.mob .swiper-pagination,*/
    /*.section__news.mob .swiper-pagination */
    {
        /*order: 1;*/
        font-size: 1rem;}

    .mobile-section .swiper-btn-next, .mobile-section .swiper-btn-prev
    /*.home__base .swiper-btn-next, .home__base .swiper-btn-prev,*/
    /*.support.mob .swiper-btn-next, .support.mob .swiper-btn-prev,*/
    /*.section__news.mob .swiper-btn-next, .section__news.mob .swiper-btn-prev */
    {
        /*order: 0;*/
        /*padding: 0 20px;*/
    }

    .mobile-section .swiper-btn-prev
    /*.home__base .swiper-btn-prev,*/
    /*.support.mob .swiper-btn-prev,*/
    /*.section__news.mob .swiper-btn-prev */
    {
        padding: 0 20px 0 0;}

    .mobile-section .swiper-btn-next
    /*.home__base .swiper-btn-next,*/
    /*.support.mob .swiper-btn-next,*/
    /*.section__news.mob .swiper-btn-next*/
    {
        margin-right: auto;}

    .mobile-section h3
    /*.home__base h3,*/
    /*.support.mob h3,*/
    /*.section__news.mob h3 */
    {
        font-size: 1.3rem;
        padding: 30px 0;}
}



.bx-breadcrumb {
    display: flex;
    padding: 25px 0;
    font-size: var(--font-xxs);
    line-height: var(--line-xxs);}

.bx-breadcrumb-item {
    display: flex;}

.bx-breadcrumb-item span {
    color: var(--color-gray);}

.bx-breadcrumb-item i {
    padding: 0 10px;}

.bx-breadcrumb-item a span {
    color: var(--color-lightgray);
}

.no-scroll {
    overflow-y: hidden;}

@media screen and (max-width: 992px) {
    .no-scroll {
        overflow-y: scroll;
    }
}

.page header {
    background: var(--color-white);
}

/*NAVIGATION*/


.show_search,
.show_menu {
    cursor: pointer;
    position: relative;
    z-index: 2;}

.overlay .container {
    background: url("../images/arrow_green.png") left 50px top 7% no-repeat;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100%;}

.menu__grid {
    padding-left: 100px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;}

.menu__grid__item {
    display: flex;
    flex-direction: column;}

.menu__grid__item .inactive:hover,
.menu__grid__item .inactive {
    color: var(--color-lightgray);
    cursor: default;}

.section__link {
    color: var(--color-gray);
    font-size: 1.6rem !important;
    font-weight: 700;
    line-height: 1.7rem ;
    margin: 25px 0;
    position: relative;}

.section__link::before {
    width: 32px;
    height: 32px;
    position: absolute;
    display: block;
    left: -50px;}


.section__link.about::before {
    content: url('../images/about.svg');}

.section__link.news::before {
    content: url('../images/news.svg');}

.section__link.support::before {
    content: url('../images/support.svg');}

.section__link.know::before {
    content: url('../images/know.svg');}

.section__link.events::before {
    content: url('../images/events.svg');}

.section__link.smi::before {
    content: url('../images/smi.svg');}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-y: hidden;
    transition: 0.5s;
    background-size: 200px !important;
    background: url("../images/arrow_gray.png") right 5% bottom 10% no-repeat #FBFBFB;
    background-size: auto;}

.overlay-content {
    width: 100%;
    text-align: left;}

.overlay a {
    font-size: 1.3rem;
    padding: 5px;
    text-decoration: none;
    color: var(--color-gray);
    transition: 0.3s;
    font-weight: 300;}

.overlay a:hover, .overlay a:focus {
    color: var(--bg-orange);}

.overlay .close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 35px;
    right: 35px;
    background: #FFF;
    height: 60px;
    width: 60px;
    border-radius: 50%;}

.overlay .close_btn::before {
    height: 22px;
    width: 22px;
    content: url('../images/cross.svg');}

@media screen and (max-width: 992px) {
    .menu__grid {
        background: rgba(255,255,255,0.7);
        padding: 80px 20px 20px 20px;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        height: 100vh;
        overflow-y: scroll;}

    .overlay a {
        font-size: 1rem;
        padding: 0;}

    .section__link {
        border-bottom: 1px solid #efefef;
        padding-bottom: 5px !important;
        font-size: 1.2rem !important;
        line-height: 1.3rem;
        margin: 0 0 15px 0;
        text-transform: uppercase;}

    .section__link.smi {
        padding-top: 30px !important;}

    .section__link::before {
        display: none;}

    .overlay .close_btn::before {
        height: 22px;
        width: 22px;}

    .overlay .close_btn {
        top: 20px;
        right: 20px;
        height: 40px;
        width: 40px;}

}

@media screen and (max-width: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    /*.overlay .close_btn {*/
    /*    font-size: 40px;*/
    /*    top: 15px;*/
    /*    right: 35px;}*/
}


/*HOMEPAGE NEWS.LISTS*/
.news__item__col {
    color: var(--color-black);
}

/*KNOWLEDGE*/
.support-description ol li,
.support-description ul li {
    list-style: disc;
    margin-left: 40px;
}
.support-description ol li::marker,
.support-description ul li::marker {
    color: var(--color-green);
}

