*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
p {
    margin: 0
}

ol[role=list],
ul[role=list] {
    list-style: none
}

html:focus-within {
    scroll-behavior: smooth
}

html {
    min-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 320px
}

body {
    min-height: 100vh;
    overflow: hidden;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration: none
}

img,
picture {
    max-width: 100%;
    display: block
}

button,
input,
select,
textarea {
    font: inherit
}

button,
input[type=submit] {
    cursor: pointer
}

@media(prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    ::after,
    ::before {
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: .01ms !important;
        -o-transition-duration: .01ms !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

.tooltip {
    padding: 5px;
    font-size: 11px;
    opacity: 0.85;
    filter: alpha(opacity=85);
    background-repeat: no-repeat;
    background-image: url(tooltip.gif);
}

.tooltip-inner {
    padding: 5px 10px;
    max-width: 200px;
    pointer-events: none;
    color: white;
    text-align: center;
    background-color: black;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.tooltip-bottom {
    background-position: top center;
}

.tooltip-top {
    background-position: bottom center;
}

.tooltip-left {
    background-position: right center;
}

.tooltip-right {
    background-position: left center;
}

/* #region Fonts */
@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('/fonts/Circe-Regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('/fonts/Circe-Regular?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/fonts/Circe-Regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/fonts/Circe-Regular.woff') format('woff'),
        /* Modern Browsers */
        url('/fonts/Circe-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Circe';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('/fonts/Circe-Bold.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('/fonts/Circe-Bold?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('/fonts/Circe-Bold.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('/fonts/Circe-Bold.woff') format('woff'),
        /* Modern Browsers */
        url('/fonts/Circe-Bold.ttf') format('truetype');
}

/* #endregion */

/* #region Main */
:root {
    --dark-gray: #2E2E2E;
    --light-gray: #E8EEF4;
    --light-gray2: #f8f8f8;
    --black: #000000;
    --white: #FFFFFF;
    --orange: #ec5438;
    --orange2: #E7472C;
    --red: #fb0103;
    --shadow-1: 12px 12px 14px rgba(0, 0, 0, .15);
    --shadow-2: -14px -14px 14px #fff, 12px 12px 14px rgba(0, 0, 0, .08);
    --shadow-2-hover: inset -12px -12px 14px hsla(0, 0%, 100%, .24), inset 12px 12px 14px rgba(0, 0, 0, .1);
    --orangeGradientAnim: linear-gradient(84deg, rgba(231, 71, 44, 1) 0%, rgba(223, 87, 43, 1) 20%, rgba(207, 77, 41, 1) 38%, rgba(231, 71, 44, 1) 60%, rgba(223, 87, 43, 1) 85%, rgba(207, 77, 41, 1) 100%);
    --orangeGradient: linear-gradient(84deg, rgba(231, 71, 44, 1) 0%, rgba(223, 87, 43, 1) 70%, rgba(207, 77, 41, 1) 100%);
    --orangeGradientAnim2: linear-gradient(146deg, rgba(236, 84, 56, 1) 0%, rgba(236, 88, 56, 1) 34%, rgba(236, 137, 56, 1) 51%, rgba(236, 104, 56, 1) 71%, rgba(236, 84, 56, 1) 97%);
    --orangeGradientAnimGreen: linear-gradient(112deg, rgba(109,223,100,1) 0%, rgba(109,223,100,1) 17%, rgba(39,163,80,1) 34%, rgba(39,163,80,1) 48%, rgba(39,163,80,1) 67%, rgba(109,223,100,1) 84%, rgba(109,223,100,1) 100%);
    --orangeGradientAnimBlue: linear-gradient(112deg, rgba(0,117,167,1) 0%, rgba(0,117,167,1) 17%, rgba(12,138,192,1) 34%, rgba(26,158,215,1) 48%, rgba(12,138,192,1) 67%, rgba(0,117,167,1) 84%, rgba(0,117,167,1) 100%);
}

/* background: rgb(0,117,167); */
/* background: -moz-linear-gradient(112deg, rgba(0,117,167,1) 0%, rgba(0,117,167,1) 17%, rgba(12,138,192,1) 34%, rgba(26,158,215,1) 48%, rgba(12,138,192,1) 67%, rgba(0,117,167,1) 84%, rgba(0,117,167,1) 100%); */
/* background: -webkit-linear-gradient(112deg, rgba(0,117,167,1) 0%, rgba(0,117,167,1) 17%, rgba(12,138,192,1) 34%, rgba(26,158,215,1) 48%, rgba(12,138,192,1) 67%, rgba(0,117,167,1) 84%, rgba(0,117,167,1) 100%); */
/* background: linear-gradient(112deg, rgba(0,117,167,1) 0%, rgba(0,117,167,1) 17%, rgba(12,138,192,1) 34%, rgba(26,158,215,1) 48%, rgba(12,138,192,1) 67%, rgba(0,117,167,1) 84%, rgba(0,117,167,1) 100%); */
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0075a7",endColorstr="#0075a7",GradientType=1); */
/* background: rgb(109,223,100); */
/* background: -moz-linear-gradient(112deg, rgba(109,223,100,1) 0%, rgba(109,223,100,1) 17%, rgba(39,163,80,1) 34%, rgba(39,163,80,1) 48%, rgba(39,163,80,1) 67%, rgba(109,223,100,1) 84%, rgba(109,223,100,1) 100%); */
/* background: -webkit-linear-gradient(112deg, rgba(109,223,100,1) 0%, rgba(109,223,100,1) 17%, rgba(39,163,80,1) 34%, rgba(39,163,80,1) 48%, rgba(39,163,80,1) 67%, rgba(109,223,100,1) 84%, rgba(109,223,100,1) 100%); */
/* background: linear-gradient(112deg, rgba(109,223,100,1) 0%, rgba(109,223,100,1) 17%, rgba(39,163,80,1) 34%, rgba(39,163,80,1) 48%, rgba(39,163,80,1) 67%, rgba(109,223,100,1) 84%, rgba(109,223,100,1) 100%); */
/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6ddf64",endColorstr="#6ddf64",GradientType=1); */
body {
    background-color: var(--white);
    font-size: 16px;
    font-family: 'Circe', Arial, Helvetica, sans-serif;
    color: var(--dark-gray);
    position: relative;
}

.container {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

/* #endregion */

/* #region UI */
@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 0%;
    }

    100% {
        background-position: 0% 0%;
    }
}

/* #endregion */

/* #region Header */
.header {
    padding: 0 0 40px;
}

.header__inner {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    grid-row-gap: 15px;
    padding: 15px 0 0;
    border: 1px solid var(--light-gray);
    border-top: 0;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    box-shadow: var(--shadow-1);
}

.header__top {
    padding: 0 35px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    padding-bottom: 14px;
}

/* .header_padding_bottom {
 
} */

.header__top__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header__top__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: var(--dark-gray);
}

.header__top__title>span {
    color: var(--red);
}

.header__top__right {
    justify-self: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__top__box_tel {
    min-width: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.header__top_tel__link {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
}

.header__top_tel__link:hover {
    color: var(--orange);
    text-decoration: none;
}

.header__top__work {
    text-align: center;
    font-size: 14px;
}

.header__top__emblem {
    max-width: 42px;
    max-width: 72px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__top__emblem>img {
    object-fit: contain;
}

.haeder__top__tel{
    display: grid;
    grid-template-rows: 1fr auto;
    grid-gap: 0;
    justify-items: center;
}

.header__bottom {
    overflow: hidden;
    padding: 35px;
    display: grid;
    grid-template-columns: 1fr 30%;
    grid-column-gap: 100px;
    /* border                    : 1px solid var(--orange); */
    /* box-shadow                : var(--shadow-1); */
    position: relative;
    min-height: 300px;
    height: 1px;
    margin: -1px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.header__bottom::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 2;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

.header__bottom__text {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 15px;

}

.header__bottom__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--white);
}



.header__bottom__icon {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__bottom__icon>picture {
    width: 100px;
    z-index: 5;
    object-fit: contain;
}

/* .header__icon__circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
} */

/* .header__icon__circle>span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    border-radius: 100%;
    box-shadow: var(--shadow-1);
} */

/* .header__icon__circle>span:nth-child(1) {
    width: 180px;
    height: 180px;
    background-color: #F3A688;
    z-index: 3;
    animation: pulse 4s infinite;
}

.header__icon__circle>span:nth-child(2) {
    width: 270px;
    height: 270px;
    background-color: #F08D6D;
    z-index: 2;
    animation: pulse 3.7s infinite;
}

.header__icon__circle>span:nth-child(3) {
    width: 360px;
    height: 360px;
    background-color: #EC704E;
    z-index: 1;
    animation: pulse 3.5s infinite;
} */

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%)scale(0);
        opacity: 0;
    }

    50% {
        transform: translate(-50%, -50%)scale(1);
        opacity: .4;
    }

    100% {
        transform: translate(-50%, -50%)scale(0);
        opacity: 0;
    }
}

.header__bottom__slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    z-index: 1;
}

.header__bottom__splide,
.header__bottom__splide>.splide__track,
.header__bottom__splide .splide__slide {
    height: 100%;
}

.header__bottom__splide .splide__slide {
    /* filter: blur(1px); */
}

.header__bottom__splide img {
    width: 100%;
    height: auto;
}

/* #endregion */

/* #region Support */
.support {
    padding: 0 0 80px;
}

.support__inner {
    display: block;
    flex-direction: column;
    width: 100%;
}

.support__header {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 25px;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid var(--light-gray);
    border-radius: 35px;
    box-shadow: var(--shadow-1);
}

.support__link {
    background: var(--light-gray2);
    box-shadow: var(--shadow-2);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
    text-decoration: none;
    border: 1px solid var(--light-gray2);
    transition: box-shadow 300ms ease, border-color 500ms ease;
    outline: none;
    height: 100%;
}

.support__link.support__link--reverse {
    border-color: var(--orange);
}

.support__link:hover {
    border-color: var(--orange);
    /* box-shadow  : var(--shadow-2-hover); */
}

.support__link.support__link--reverse:hover {
    border-color: var(--light-gray2);
    background: var(--light-gray2);
}

.support__link__title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--dark-gray);
    margin-bottom: 15px;
    transition: color 300ms ease;
}

.support__link__title_2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--dark-gray);
    margin-bottom: 15px;
    transition: color 300ms ease;
}

.support__link.support__link--reverse .support__link__title {
    color: var(--white);
}

.support__link.support__link--reverse .support__link__title_2 {
    color: var(--white);
}

.support__link__icon {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
    grid-column-gap: 15px;
}

.support__icon__text {
    font-size: 20px;
    line-height: .8;
    color: var(--dark-gray);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: color 300ms ease;
}

.support__link.support__link--reverse .support__icon__text {
    color: var(--white);
}

.support__icon__text>svg {
    margin-left: 8px;
    color: var(--orange);
    transition: color 300ms ease;
}

.support__link.support__link--reverse .support__icon__text>svg {
    color: var(--white);
}

.support__icon__pic {
    max-width: 80px;
    font-size: 80px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--orange);
    transition: color 300ms ease, filter 300ms ease;
}

.support__icon__pic>img {
    max-width: 80px;
    width: 100%;
    object-fit: contain;
}

.support__link.support__link--reverse .support__icon__pic {
    color: var(--white);
}

.support__link.support__link--reverse .support__icon__pic {
    filter: grayscale(1)brightness(300%);
}

.support__link:hover .support__icon__text,
.support__link:hover .support__link__title,
.support__link:hover .support__icon__text>svg {
    color: var(--white);
}


.support__link:hover .support__icon__pic {
    color: var(--white);
    filter: grayscale(1)brightness(300%);
}

.support__link.support__link--reverse:hover .support__link__title,
.support__link.support__link--reverse:hover .support__icon__text {
    color: var(--dark-gray);
}

.support__link.support__link--reverse:hover .support__icon__text>svg {
    color: var(--orange);
}

.support__link.support__link--reverse:hover .support__icon__pic {
    color: var(--orange);
    filter: none;
}

.support__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.support__list--mobilization>.support__item:not([data-support-filter-item="mobilization"]) {
    display: none;
}

/* #endregion */

/* #region Banner */

.ban_main {
    /* padding: 40px 0; */
}

.ban_main__body {
    margin: 10px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
    background-color: #fbfbfd;
    overflow: hidden;
}

.ban_main__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 100px;
    padding-right: 15px;
}

.ban_main__title {
    font-size: 41px;
    line-height: 1.2;
    font-weight: bold;
    color: #000;
    margin-bottom: 24px;
}

.ban_main__text {
    display: block;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 0.12px;
    color: #000;
    font-weight: 500;
    margin-bottom: 14px;
}

.ban_main__box_img {
    max-height: 500px;
}

.ban_main__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* #endregion */

/* #region Ban_orb */


.ban_orb * {
    font-family: 'Montserrat';
}

.ban_orb__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ban_orb__left {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 100px;
    padding-right: 85px;
    background: var(--orange);
    border-radius: 10px 0 0 10px;
}

.ban_orb__title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    color: #fff;
}

.ban_orb__text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.ban_orb__box_img {
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ban_orb__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ban_orb {
    padding: 40px 0;
}






/* #endregion */

/* #region Rectagnle */
.rectangle {
    padding: 40px 0;
}

.rectangle__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 22px;
}

.rectangle__item {
    background-color: var(--orange);
    border-radius: 10px;
}

.rectangle__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
    text-decoration: none;
}

.rectangle__item__link {
    padding: 32px 16.66666%;
    text-decoration: none !important;
    min-height: 122px;
    display: block;
    position: relative;
    z-index: 10;
}

.rectangle__text {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.12px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 14px;
}

.rectangle__box_svg {
    position: absolute;
    z-index: 5;
    top: 29px;
    right: 42px;
}

.rectangle__box_svg svg {
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    transform: rotate(90deg);
}


/* #endregion */

/* #region Commercial */

.commercial {
    padding: 40px 0;
}

.commercial__body {
    padding-left: 100px;
}

.commercial__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 24px;
    font-weight: 600;
}

.commercial__text {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.12px;
    color: #000;
    font-weight: 500;
    margin-bottom: 60px;
}

.commercial__ul {
    padding: 0;
    margin: 0;
}

.commercial__li {
    list-style-type: none;
    padding-bottom: 20px;
}

.commercial__li__title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 32px;
    color: var(--orange);
}

.commercial__li__gird {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-right: 18%;
    margin-bottom: 64px;
}

.commercial__li__gird:last-child {
    margin-bottom: 0;
}

.commercial__li_item__text {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.12px;
    color: #000;
    font-weight: 500;
    margin-bottom: 8px;
}

.commercial__li_item__text_big {
    font-size: 40px;
    line-height: 49px;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--orange);
}

.commercial__li__item_desc {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.12px;
    color: #000;
    font-weight: 500;
    margin-bottom: 8px;
    max-width: 270px;
}

/* #endregion */

/* #region doument */

.document {
    padding: 40px 0;
}

.document__title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
}

.document__box_title {
    margin-bottom: 45px;
}

.document__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.document__grid .document__item:first-child {
    margin-left: auto;
}

.document__item {
    padding: 32px 32px 32px 77px;
    position: relative;
    border-radius: 10px;
    background-color: #fbfbfd;
    height: 100%;
    transition: all 0.1s ease;
    transform-origin: center;
    display: block;
    max-width: 466px;
}

.document__item:hover {
    transform: scale(1.05);
    background-color: #f4f4fa;
}

.document__item__link {
    text-decoration: none;
    position: relative;
    z-index: 10;
}

.document__icon_doc {
    position: absolute;
    left: -44px;
    top: 0;
    z-index: 5;
}

.document__icon_doc svg {
    width: 30px;
    height: 33px;
    color: var(--orange);
}

.document__item__title {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.12px;
    color: #000;
    font-weight: 500;
    margin-bottom: 14px;
}

.document__item_download {
    display: grid;
    grid-template-columns: 30px auto;
}

.document__item__download__icon {
    margin-top: 0;
}

.document__item_download {
    color: var(--orange);
    font-size: 14px;
    /* line-height   : 16px; */
    font-weight: bold;
    text-transform: uppercase;
    /* letter-spacing: 0.5px; */
}

.document__item__download__icon svg {
    font-size: 20px;
}

.commercial__color {
    color: var(--orange);
}

/* #endregion */

/* #region Sub */

.sub {
    padding: 40px 0;
}

.sub * {
    font-family: 'Montserrat';
}

.conditions * {
    font-family: 'Montserrat';
}

.doc_participation * {
    font-family: 'Montserrat';
}

.sub__title {
    font-size: 34px;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
}

.sub__box_title {
    margin-bottom: 50px;
}


.sub__body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.sub__item {
    padding: 56px 58px 64px 40px;
    background: #f5f5fa;
    border-radius: 10px;
    min-height: 100%;
}

.sub_item__title {
    color: #000;
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1;
}

.sub_item__title span {
    color: var(--orange);
}

.sub_item__text {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.12px;
    font-weight: 500;
}


.info_body {
    background-color: #fff;
    border: 1px solid #DDE4EF;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    padding: 20px 18px 18px 22px;
    width: 516px;
    position: absolute;
    bottom: inherit;
    left: 70%;
    z-index: 1;
    transform: translateX(-50%);
    display: none;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.12px;
}

.info_body.info_active {
    display: block;
}

.sub_item_text__button {
    position: relative;
    z-index: 10;
}

.sub_item_text__box_span svg {
    width: 20px;
    height: 20px;
    color: var(--orange);
    transform: translateY(4px);
}

.sub_item__text {
    position: relative;
    z-index: 10;
    display: inline;
}

.sub_item_text__box_span:hover+.tooltip-text,
.sub_item_text__box_span:focus+.tooltip-text {
    display: block;
}

.sub_item_text__button {
    appearance: none;
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
}

/* #endregion */

/* #region conditions */

.conditions {
    padding: 40px 0;
}

.conditions__body {
    display: grid;
    grid-template-columns: 1fr 363px;
    grid-gap: 150px;
}

.conditions__left__ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.conditions__left {
    margin-left: 8%;
}

.conditions__left__li {
    position: relative;
    z-index: 10;
    margin-bottom: 40px;
}

.conditions__left__li__count {
    position: absolute;
    left: -55px;
    top: -10px;
    color: var(--orange);
    font-size: 40px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.conditions__left__title {
    margin-bottom: 40px;
    position: relative;
    margin-bottom: 56px;
    font-size: 40px;
    line-height: 49px;
    color: var(--orange);
    font-weight: bold;
}

.conditions__left__li_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.conditions__left__li_title span {
    color: var(--orange);
}

.conditions__left__text {
    padding-top: 24px;

    margin-bottom: 14px;
}

.conditions__left__text,
.conditions__left__text p {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.12px;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
}

.conditions_box__border {
    width: 100%;
    height: auto;
    background: transparent;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #dde4ef;
}

.conditions_box__title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 24px;
}

.conditions_box__text p {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.12px;
    color: #000;
    font-weight: 500;
    margin-bottom: 14px;
}

.conditions_box__text p:last-child {
    margin-bottom: 0;
}

.conditions_box__text>p>a {
    color: var(--orange);
}

.conditions_box__text>p>a:hover {
    color: var(--orange);
}

.conditions_box__orange {
    width: 100% height: auto;
    background: var(--orange);
    padding: 40px;
    border-radius: 10px;
}

.conditions_box__orange *,
.conditions_box__orange p {
    color: #fff;
}

.conditions__right>div {
    margin-bottom: 40px;
}

.conditions_box__subtext {
    font-size: 12px;
}

.conditions__left__link {
    color: var(--orange);
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
}

.conditions__left__link__box_icon {
    margin-right: 5px;
}

.conditions__left__link__box_icon svg {
    width: 23px;
    height: 23px;
}

.conditions__left__link {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--orange);
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.conditions_box__item {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 10px;
    margin-bottom: 12px;
}

.conditions_box__item {
    margin-bottom: 12px;
}

.conditions_box__item a,
.conditions_box__item a:hover {
    color: var(--orange);
}

.conditions_box__box_icon svg {
    color: var(--orange);
    width: 20px;
    height: 20px;
}

.conditions_box__gray {
    background: #f5f5fa;
    border: 1px solid #f5f5fa;
    border-radius: 10px;
    padding: 40px;
}

.conditions_box__padding {
    margin-bottom: 0;
    margin-top: 20px;
}

/* #endregion */


/* #region doc_participation */



.doc_participation {
    padding: 40px 0;
}

.doc_participation__title {
    position: relative;
    margin-bottom: 56px;
    font-size: 40px;
    line-height: 49px;
    color: var(--orange);
    font-weight: bold;
    margin-left: 54px;
}

.doc_participation__body {
    display: grid;
    grid-template-columns: 1fr 363px;
    grid-gap: 150px;
}

.doc_participation__left__ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.doc_participation__left__li {
    padding-top: 24px;
    padding-bottom: 24px;
    position: relative;
    z-index: 10;
    border-top: 1px solid #DDE4EF;
}

.doc_participation__left__li:first-child {
    padding-top: 0;
    border: none;
}

.doc_participation__right>div {
    margin-bottom: 40px;
}

.doc_participation__left {
    margin-left: 8%;
}

.doc_participation__left_count {
    position: absolute;
    top: -1px;
    left: -40px;
    color: var(--orange);
    font-size: 20px;
    font-weight: bold;
}

.doc_participation__left__li:not(:first-child) .doc_participation__left_count {
    top: 24px;
}


.doc_participation__left__text p {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.12px;
    color: #000;
    font-weight: 500;
    margin-bottom: 14px;
}

.doc_participation__left__text p:last-child {
    margin-bottom: 0;
}

.doc_participation__left__ul hr {
    background-color: #fff;
}

.doc_participation__left__text__box_icon {
    margin-right: 10px;
}

.doc_participation__left__text__box_icon svg {
    width: 23px;
    height: 23px;
}

.doc_participation__left__link {
    display: flex;
    color: var(--orange);
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    align-items: center;
}

.doc_participation__dop {
    height: 0;
    opacity: 0;
    transition: all 0.4s ease;
    overflow: hidden;
}

.doc_participation__dop.show {
    height: auto;
    opacity: 1;
    overflow: inherit;
}

/* #endregion */

/* #region grounds_refusal */

.grounds_refusal * {
    font-family: 'Montserrat';
}

.grounds_refusal {
    padding: 40px 0;
}


.grounds_refusal__title {
    font-size: 40px;
    line-height: 48px;
    color: var(--orange);
    font-weight: bold;
}

.grounds_refusal__ul {
    padding: 0;
    margin: 20px 0;
    lins-style: none;
}



.grounds_refusal__body {
    border: 1px solid #dde4ef;
    padding: 85px 100px 80px;
    border-radius: 10px;
    position: relative;
    z-index: 10;
}


.grounds_refusal__icon {
    position: absolute;
    z-index: 5;
    top: -48px;
}

.grounds_refusal__icon svg {
    width: 100px;
    height: 100px;
    color: var(--orange);
}

.grounds_refusal__title {
    margin-bottom: 24px;
}

.grounds_refusal__ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 130px;
}

.grounds_refusal__li {
    font-size: 24px;
    padding-bottom: 24px;
    padding-top: 24px;
    font-weight: 600;
    line-height: 1.25;
}

.grounds_refusal__li:not(:last-child) {
    border-bottom: 1px solid #dde4ef;
}


/* #endregion */

/* #region procedure */

.procedure * {
    font-family: 'Montserrat';
}

.procedure__body {
    background: #f5f5fa;
    border-radius: 10px;
    padding: 64px 100px;
}

.procedure__title {
    color: var(--orange);
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: bold;
}

.procedure__ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 130px;
    margin-left: 45px;
}

.procedure__li {
    position: relative;
    z-index: 10;
    margin-bottom: 30px;
}

.procedure__li_count {
    position: absolute;
    z-index: 5;
    top: -1px;
    left: -40px;
    color: var(--orange);
    font-size: 20px;
    font-weight: bold;
}

.procedure__li__text p {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.12px;
    color: #000;
    font-weight: 500;
    margin-bottom: 14px;
}

.procedure__li__text p>span {
    font-weight: bold;
}

.procedure__ul ul {
    list-style: disc;
    color: #000;
}

.procedure__li__text a,
.procedure__li__text a:hover {
    color: var(--orange);
}

/* #endregion */


/* #region sectext */

.sectext {
    padding: 60px 0;
}

.sectext * {
    font-family: 'Montserrat';
}

.sectext__li__title {
    color: var(--orange);
    margin-bottom: 24px;
    font-size: 40px;
    font-weight: bold;
}

.sectext__body {
    padding-left: 100px;
    margin-right: 130px;
}

.sectext__ul {
    padding: 0;
    margin: 0;
    padding-left: 40px;
    list-style: none;
}

.sectext__li {
    position: relative;
    z-index: 10;
    margin-bottom: 24px;

    color: #000;
}

.sectext__li_count {
    position: absolute;
    z-index: 5;
    top: -1px;
    left: -40px;
    color: var(--orange);
    font-size: 20px;
    font-weight: bold;
}

.sectext__text {
    margin-top: 10px;
}

.sectext__text p {
    margin-bottom: 14px;
    color: #000;
}

/* #endregion */

/* #region Selfemployed */


.selfemployed-faq {
    /* margin-bottom: 80px; */
    padding: 40px 0;
    background-color: #f3f3f3;
}


.card-header{
    border-radius:30px !important;
    overflow: hidden;
}

.card__icon{
   height: 23px;
   transform: translateX(-14px) translateY(0px);
}

.card__icon svg{
    border-radius: 50%;
}

.card__flex_row{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}
.card__link{
    font-size: 16px;
    /* padding: 6px 20px; */
    border-radius: 20px;
    display: inline-flex;
    align-items: center;

    margin: 10px;
    min-width: 262px;
    width: auto;
    padding: 9px 28px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    border: 0;
    background-color: rgba(0,117,167,1);
    color: #FFF !important;
    border-radius: 1.25rem;
    text-decoration: none;
    justify-content: center;
    box-shadow: 6px 5px 10px 0 rgba(0, 0, 0, 0.09);
    transition: background-color 200ms ease-in-out, color 200ms ease-in-out, transform 200ms ease-in-out;
}

.card__link:hover, .card__link:focus-visible {
    background-color: var(--red);
    transform: scale(1.02);
    text-decoration: none;
}

.selfemployed-faq-holder.collapsed .faq_minus{
    display: none;
}

.selfemployed-faq-holder .faq_minus{
    display: block;
    /* color: var(--orange); */
    /* fill: var(--orange); */
    color: rgba(0,117,167,1);
    fill: rgba(0,117,167,1);
}

.selfemployed-faq-holder:not(.collapsed) .faq_plus{
    display: none;
}

.selfemployed-faq-holder.collapsed .faq_plus{
    display: block;
}

.section-title{
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 60px;
    text-align: center;
    color: rgba(0,117,167,1);
}

.selfemployed-faq-accordion .card {
    border: none;
    background-color: #fff;
    border-radius: 25px !important;
    margin-bottom: 10px;
}

.selfemployed-faq-accordion .card:last-child {
    margin-bottom: 0;
}

.selfemployed-faq-accordion .card-header {
    background-color: #fff;
    border-bottom: none;
    padding: 0;
}

.selfemployed-faq-holder {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    padding: 15px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .3s linear;
}

.selfemployed-faq-holder:focus,
.selfemployed-faq-holder:hover {
    outline: none;
}

.selfemployed-faq-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-left: 20px;
    border: 1px solid transparent;
    border-radius: 100%;
    /* background-color: #e74c36; */
    background-color: rgba(0,117,167,1);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    transition: .3s linear;
}

.selfemployed-faq-btn i {
    transition: .3s linear;
}

.selfemployed-faq-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    text-align: left;
    color: #000;
}

.selfemployed-faq-holder:not(.collapsed) .selfemployed-faq-btn {
    background-color: #ffffff;
    /* border-color: #e74c36; */
    border-color: rgba(0,117,167,1);
}

.selfemployed-faq-holder:not(.collapsed) .selfemployed-faq-title {
    color: rgba(0,117,167,1);
    /* color: #e74c36; */
}

.selfemployed-faq-holder:not(.collapsed) .selfemployed-faq-btn i {
    color: rgba(0,117,167,1);
}

.selfemployed-faq-holder:not(.collapsed) .selfemployed-faq-btn i::before {
    content: "\f068";
}

.selfemployed-faq-text {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #000000;
    padding: 15px 100px 15px 60px;
}

.selfemployed-faq-text a,
.selfemployed-faq-text a:hover{
    color: var(--orange);
}

/* {{ Section selfemployed-form }} */
.selfemployed-form {
    margin-bottom: 100px;
}

.selfemployed-form-back {
    border-radius: 25px;
    background-color: #ce9b6b;
    padding: 40px;
}

.selfemployed-form-item {
    padding: 0 5px;
    margin-bottom: 12px;
}

.selfemployed-form-item input:not([type=checkbox]),
.selfemployed-form-item select,
.selfemployed-form-item textarea {
    border: none;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 1;
    border-radius: 15px;
    padding: 12px 20px;
    width: 100%;
    font-family: 'Circle', sans-serif;
    font-weight: 400;
    color: #757575;
}

.selfemployed-form-item textarea {
    resize: none;
}

.selfemployed-form-item select {
    appearance: none;
    padding: 16px 40px 16px 20px;
}

.selfemployed-form-select {
    position: relative;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
}

.selfemployed-form-select::after {
    font-size: 20px;
    color: #8d8d8d;
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.selfemployed-form-policy {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    user-select: none;
}

.selfemployed-form-policy .policy-text {
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 0;
    font-family: 'Circle', sans-serif;
    font-weight: 400;
}

.selfemployed-form-policy input[type=checkbox] {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: #e7e7e5;
    border: 1px solid #b3b3b3;
    position: relative;
    appearance: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 15px;
}

.selfemployed-form-policy input[type=checkbox]::before {
    content: '\f00c';
    font-weight: 900;
    display: block;
    transform: scale(0);
    opacity: 0;
    color: #000000;
    font-size: 10px;
    transition: .3s linear;
}

.selfemployed-form-policy input[type=checkbox]:checked::before {
    opacity: 1;
    transform: scale(1);
}

.selfemployed-form-btn {
    background-color: #ed5338;
    box-shadow: 0 0 10px 0 rgb(237 83 56);
    color: #ffffff;
    font-size: 20px;
    font-family: 'Circle', sans-serif;
    font-weight: 900;
    line-height: 1;
    border: none;
    padding: 16px 60px;
    border-radius: 50px;
    transition: .3s linear;
}

.selfemployed-form-btn:focus {
    outline: none;
}

.selfemployed-form-btn:hover {
    background-color: #562212;
    box-shadow: 0 0 10px 0 #562212;
}

/* #endregion */


/* #region First Button */

.first_button{
    padding-bottom: 40px;
}

.first_button .support__link.support__link--reverse{
    background: var(--orangeGradientAnimBlue);
    background-size: 350% 200% !important;
    animation: gradientMove 4s infinite;
    border-color: #0c8ac0;
}

.first_button .support__link.support__link--reverse:hover{
    border-color: var(--light-gray2);
    background: var(--light-gray2);
}

.first_button .support__link.support__link--reverse:hover .support__icon__pic{
    color: #0c8ac0;
}

.first_button .support__link__title{
    text-align: center;
}

.first_button .support__link__title{
    margin-bottom:0;
}

.support__list_three {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}



.support__link:hover,
.support__link:focus{
    text-decoration: none !important;
}
.support__list_three .support__link__title{
    text-decoration: none !important;
}

.support__list_three .support__link__title:hover,
.support__list_three .support__link__title:focus{
    text-decoration: none;
}



/* #endregion */


/* #region organizations */
.organizations{
    padding: 40px 0 80px 0 ;
    background-color: #f3f3f3;
}

.organizations *{
    font-family: 'Montserrat';
}

.organizations__title{
    font-size: 32px;
    line-height: 40px;
    color: #000;
    font-weight: 700;
    display: flex;
    justify-content: center;
    text-align: center;
}

.organizations__subtitle{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.organizations__grid{
    display: grid;  
    grid-template-columns: repeat(4,1fr);
    grid-gap: 30px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.organizations_splide{
    height: 1px;
}

.organizations__item{
    padding: 20px;
    border-radius: 12px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;

    max-width: 267px;
    width: 100%;
}

.organizations__item__box_img{
    max-width: 56px;
    max-height: 56px;
}

.organizations__item__box_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.organizations__item__title{
    color: #000;
    margin-top: 16px;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
}

.organizations__item__link{
    font-weight: 500;
    /* color: var(--orange); */
    color: rgba(0,117,167,1);
    font-size: 16px;
    text-decoration: none;
}

.organizations__item__link:hover{
    color: var(--red);
    text-decoration: none;
}


.organizations__item__bottom{
    margin-top: auto;
}


/* #endregion */

/* #region Footer */
.footer{
    padding: 40px 0;
    background-color: #0c8ac0;
}

.footer_right_logo{
    max-width: 60px;
}

.footer_right_logo svg{
    width: 60px;
}

.footer__bottom__icon{
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.footer__left__link{
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin-top:10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer__left__link:hover{
    color: #e0e0e0;
}

.footer__right__text{
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    text-align: right;
}

.footer__body{
    display: flex;
    justify-content: center;
    /* grid-template-columns: 1fr 1fr; */
}

.footer__right{
    margin-bottom: 10px;
}
/* #endregion */

/* #region Media */
@media (prefers-reduced-motion: no-preference) {

    /* #region Header */
    /* .header__bottom {
    background-size: 350% 200% !important;
    background     : var(--orangeGradientAnim);
    animation      : gradientMove 6s infinite;
  } */

    /* #endregion */

    /* #region Support */
    .support__link:hover {
        background-size: 350% 200% !important;
        background: var(--orangeGradientAnim);
        animation: gradientMove 4s infinite;
    }

    .support__link.support__link--reverse {
        background: var(--orangeGradientAnim);
        background-size: 350% 200% !important;
        animation: gradientMove 4s infinite;
    }

    .rectangle__item:hover {
        background: var(--orangeGradientAnim2);
        background-size: 350% 200% !important;
        animation: gradientMove 2s infinite;
    }

    /* #endregion */
}

@media (prefers-reduced-motion: reduce) {

    /* #region Header */
    /* .header__bottom {
    background: var(--orangeGradient);
  } */

    /* #endregion */

    /* #region Support */
    .support__link:hover {
        background: var(--orangeGradient);
    }

    .support__link.support__link--reverse {
        background: var(--orangeGradient);
    }

    /* #endregion */
}

@media all and (max-width: 1279px) {

    /* #region Main */
    .container {
        max-width: 992px;
    }

    /* #endregion */

    /* #region Header */
    .header__bottom {
        grid-template-columns: 1fr 20%;
    }

    .header__bottom__title {
        font-size: 38px;
    }

    /* #endregion */

    /* #region Support */
    .support__link__title {
        font-size: 28px;
        line-height: 1;
    }

    .support__icon__pic {
        font-size: 70px;
        max-width: 70px;
    }

    .support__icon__pic>img {
        max-width: 70px;
    }

    /* #endregion */

    /* #region */

    .conditions__body {
        grid-gap: 15px;
    }

    .sub__body {
        grid-template-columns: 100%;
    }

    .sub {
        padding: 20px 0;
    }

    .ban_orb {
        padding: 20px 0;
    }

    .sub__box_title {
        margin-bottom: 24px;
    }

    .doc_participation__title {
        margin-left: 0;
        font-size: 36px;
        margin-bottom: 40px;
    }

    .conditions__left__li__count {
        left: -35px;
    }

    .ban_orb__left {
        padding-left: 50px;
    }

    .grounds_refusal__title {
        font-size: 32px;
        line-height: 36px;
    }

    .grounds_refusal__li {
        font-size: 20px;
        padding-bottom: 17px;
        padding-top: 20px;
    }

    .grounds_refusal__body {
        padding: 69px 52px 40px;
    }

    .procedure__body {
        padding: 69px 52px 40px;
    }

    .sub__body {
        grid-gap: 15px;
    }

    .sub_item__title {
        font-size: 24px;
    }

    .sub__item {
        padding: 40px 93px 40px 40px;
    }

    .conditions__left__title {
        font-size: 36px;
        margin-bottom: 36px;
        line-height: 1.2;
    }

    .conditions__left__li_title {
        font-size: 20px;
    }

    .conditions__left__text,
    .conditions__left__text p {
        font-size: 16px;
    }

    .conditions__left__text {
        padding-top: 15px;
    }

    .doc_participation__body {
        grid-gap: 82px;
    }

    .section-title{
        font-size: 23px;
        margin-bottom: 30px;
    }

    .selfemployed-faq-holder{
        padding: 15px 26px;
    }

    .selfemployed-faq-btn{
        width: 28px;
        min-width: 28px;
        height: 28px;
    }

    .selfemployed-faq-title{
        font-size: 18px;
    }

    .selfemployed-faq-text{
        padding: 15px 96px 15px 25px;
    }
    /* #endregion */
}

@media all and (max-width: 1023px) {

    /* #region Main */
    .container {
        max-width: 740px;
    }

    /* #endregion */

    /* #region Header */
    .header__top {
        padding: 0 25px;
        margin-bottom: 12px;
    }

    .header__bottom {
        padding: 25px;
        grid-column-gap: 20px;
    }

    .header__bottom__title {
        font-size: 36px;
    }

    .header__bottom__icon>picture {
        width: 80px;
    }

    .header__top_tel__link {
        font-size: 14px;
    }

    .header__top__work {
        font-size: 12px;
    }

    /* #endregion */

    /* #region Support */
    .support__header {
        grid-template-columns: 100%;
    }

    .support__list {
        grid-template-columns: 100%;
    }

    .support__list_three {
        grid-template-columns: 100%;
    }

    /* #endregion */

    /* #region   */
    .ban_main__title {
        font-size: 22px;
    }

    .ban_main__text {
        font-size: 15px;
    }

    .ban_main__left {
        margin-left: 0;
    }

    .rectangle__title {
        font-size: 19px;
    }

    .rectangle__text {
        font-size: 14px;
        line-height: 1.2;
    }

    .rectangle__item__link {
        padding: 28px 57px 18px 12%;
    }

    .rectangle__box_svg {
        right: 27px;
    }

    .commercial__body {
        padding-left: 0;
    }

    .commercial__text {
        margin-bottom: 40px;
    }

    .commercial__li__gird {
        grid-template-columns: 1fr 1fr;
        margin-right: 0;
    }

    .commercial__li__gird .commercial__li__item:last-child {
        grid-column: auto / span 2;
    }

    .commercial__li__item_desc {
        max-width: inherit;
    }

    .commercial__li__title {
        margin-bottom: 18px;
    }

    .commercial__li_item__text {
        font-size: 16px;
        line-height: 1.2;
    }

    .commercial__li_item__text_big {
        font-size: 32px;
    }

    .commercial__li__gird {
        grid-gap: 14px;
        margin-bottom: 37px;
    }

    .document__item__title {
        font-size: 13px;
    }

    .document__box_title {
        margin-bottom: 30px;
    }

    .document__title {
        font-size: 26px;
    }

    .document__grid {
        grid-gap: 20px;
    }

    .document__item {
        padding: 24px 28px 32px 66px;
    }


    .ban_orb__left {
        padding-right: 26px;
        padding-top: 36px;
        padding-bottom: 36px;
        padding-left: 40px;
    }

    .sub__title {
        font-size: 28px;
    }

    .sub_item__text {
        font-size: 14px;
    }

    .sub_item__title {
        margin-bottom: 12px;
    }

    .conditions__body {
        grid-template-columns: 100%;
    }

    .conditions__left__title {
        font-size: 28px;
    }

    .conditions__left {
        margin-left: 0;
    }

    .conditions__left__ul {
        margin-left: 8%;
    }

    .conditions__left__li_title {
        font-size: 17px;
    }

    .conditions__left__text,
    .conditions__left__text p {
        font-size: 14px;
    }

    .conditions__left__li {
        margin-bottom: 20px;
    }

    .conditions_box__title {
        font-size: 20px;
    }

    .conditions_box__text p {
        font-size: 14px;
    }

    .conditions__right>div {
        margin-bottom: 30px;
    }

    .conditions_box__item {
        font-size: 14px;
    }

    .doc_participation__title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .doc_participation__body {
        grid-gap: 20px;
        grid-template-columns: 100%;
    }

    .doc_participation__left__li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .doc_participation__left__text p {
        font-size: 14px;
    }

    .conditions_box__title {
        font-size: 18px;
    }

    .grounds_refusal__title {
        font-size: 28px;
    }

    .grounds_refusal__li {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .grounds_refusal__ul {
        margin-right: 0;
    }

    .procedure__title {
        font-size: 28px;
    }

    .procedure__body {
        padding: 26px 52px 40px;
    }

    .procedure__ul {
        margin-right: 0;
    }

    .sectext__body {
        padding-left: 0;
        margin-right: 0;
    }

    .conditions__right>div {
        margin-bottom: 20px;
    }

    .sectext__li__title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .sectext__li {
        font-size: 14px;
    }

    .doc_participation__right>div:last-child {
        margin-bottom: 0;
    }

    .organizations__grid{
        grid-template-columns: repeat(2,1fr);
    }

    .organizations__title{
        font-size: 22px;
        line-height: 1.2;
    }

    .organizations__subtitle{
        font-size: 14px;
        list-style: 1.2;
    }

    .organizations__item__title{
        margin-top: 14px;
        font-size:14px;
        margin-bottom: 20px;
    }

    .organizations__item__link{
        font-size: 14px;
    }

    .organizations__grid{
        grid-gap: 15px;
    }

    .organizations__title{
        font-size: 20px;
    }

    .organizations__subtitle{
        font-size: 12px;
        margin-bottom: 30px;
    }

    .organizations_splide{
        height: auto;
    }

    .organizations_splide .splide__slide {
        display: flex;
        justify-content: center;
    }

    .organizations_splide .splide__pagination{
        bottom: -30px;
    }

    .organizations_splide .splide__arrow--prev{
        left: 0em;
    }

    .organizations_splide .splide__arrow--next {
        right: 0em;
    }
    
    .organizations__grid{
        display: none;
    }
    /* #endregion */

}

@media all and (max-width: 767px) {

    /* #region Main */
    .container {
        max-width: 576px;
    }

    /* #endregion */

    /* #region Header */
    .header {
        padding: 0 0 30px;
    }

    .header__bottom__title {
        font-size: 30px;
    }

    /* #endregion */

    /* #region Support */
    .support__link {
        padding: 25px;
    }

    /* #endregion */

    /* #region  */

    .header__top__box_tel{
        min-width: 190px;
    }
    .header__top__box_tel {
        max-width: inherit;
        text-align: inherit;
        width: 100%;
        display: block;
    }

    .haeder__top__tel {
        margin-right: 5px;
    }

    .header__top__work {
        text-align: inherit;
    }

    .header__top__right {
        display: grid;
        grid-template-columns: 190px 60px;
    }

    .ban_orb__body {
        grid-template-columns: 100%;
    }

    .ban_orb__right {
        grid-row: 1;
    }

    .ban_orb__left {
        grid-row: 2;
        border: none;
        border-radius: 0;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        padding: 20px 25px;
    }

    .ban_orb__box_img {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 0;
        max-height: 150px;
    }

    .ban_orb__title {
        font-size: 26px;
    }

    .ban_orb__text {
        margin-top: 10px;
    }

    .grounds_refusal__icon svg {
        width: 50px;
        height: 50px;
    }

    .grounds_refusal__icon {
        top: -22px;
    }

    .grounds_refusal__body {
        padding: 40px 50px 40px;
    }

    .grounds_refusal__li {
        font-size: 16px;
    }

    .procedure__li__text p {
        font-size: 14px;
    }

    .procedure__li {
        margin-bottom: 15px;
    }

    .procedure__ul ul {
        font-size: 14px
    }

    .info_body {
        width: 356px;
        left: 100%;
        font-size: 11px;
    }

    .header__top{
        min-height: 72px;
    }
    /* #endregion */
}

@media all and (max-width: 575px) {

    /* #region Main */
    .container {
        max-width: 100%;
    }

    .header__inner{
        display: block;
    }

    /* #endregion */

    /* #region Header */

    .header {
        padding: 0 0 15px;
    }

    .header__top {
        padding: 0 15px !important;
        grid-template-columns: 1fr auto;
    }

    .header__top__title {
        font-size: 24px;
    }

    .header__bottom {
        grid-row-gap: 20px;
        grid-template-columns: 100%;
        padding: 15px;
    }

    .header__bottom__title {
        font-size: 22px;
        text-align: center;
    }

    .header__title__mb{
        text-align: left;
    }
    .header__bottom__text {
        padding-right: 0;
    }

    .header__bottom__icon>picture {
        width: 70px;
    }

    /* #endregion */

    /* #region Support */
    .support__header {
        padding: 10px;
        border-radius: 15px;
    }

    .support__link {
        padding: 15px;
        border-radius: 12px;
    }

    .support__link__title {
        font-size: 24px;
    }



    .support__icon__text {
        font-size: 16px;
    }

    .support__icon__pic {
        max-width: 40px;
        font-size: 40px;
    }

    .support__icon__pic>img {
        max-width: 40px;
    }

    .first_button .support__list_three{
        grid-gap: 15px;
    }

    .first_button .support__list{
        grid-gap: 15px;
    }
    /* #endregion */

    /* #region */

    .header__top__box_tel{
        padding-top: 0;
    }
    .ban_main__body {
        grid-template-columns: 100%;
    }

    .header__top_tel__link {
        font-size: 17px;
    }

    .header__top__title {
        font-size: 19px;
    }

    .header__top__right {
        display: grid;
        grid-template-columns: 1px auto;
    }

    .header__top__box_tel {
        /* position: relative; */
        /* z-index: 10; */
    }

    .header__top__work {
        line-height: 1;
    }


    .header__top {
        position: relative;
        z-index: 10;
    }

    .haeder__top__tel {
        position: absolute;
        z-index: 5;
        bottom: -8px;
        left: 0;
        right: 0;
        display: grid;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: auto;
    }


    .header__top {
        padding-bottom: 20px !important;
    }
    /* .header_padding_bottom { */
    /* } */

    .header__top__emblem {
        margin-left: 80px;
        max-width: 50px;
    }

    .rectangle__body {
        grid-template-columns: 100%;
    }

    .rectangle__item__link {
        min-height: 98px;
    }

    .rectangle {
        padding: 25px 0;
    }

    .rectangle__body {
        grid-gap: 14px;
    }

    .commercial__title {
        font-size: 22px;
    }

    .commercial__li__title {
        font-size: 18px;
    }

    .commercial__li_item__text_big {
        font-size: 20px;
        line-height: 30px;
    }

    .commercial__li__gird {
        grid-gap: 8px;
    }

    .document__grid {
        grid-template-columns: 100%;
    }

    .document__item:hover {
        transform: scale(1.02);
    }

    .document__item {
        padding: 16px 28px 15px 47px;
    }

    .document__item_download {
        font-size: 13px;
    }

    .document__item__download__icon {
        margin-top: -1px;
    }

    .document__icon_doc {
        left: -37px;
    }

    .document {
        padding-top: 20px;
    }

    .document__box_title {
        margin-bottom: 9px;
    }

    .commercial__li__item_desc {
        font-size: 14px;
        margin-bottom: 28px;
        line-height: 1.2;
    }

    .commercial__li_item__text {
        font-size: 14px;
    }

    .document__title {
        font-size: 22px;
    }

    .rectangle__box_svg svg {
        width: 25px;
    }

    .rectangle__title {
        font-size: 17px;
    }

    .rectangle__text {
        font-size: 13px;
    }

    .ban_orb__title {
        font-size: 22px;
        line-height: 1.4;
    }

    .ban_orb__text {
        font-size: 12px;
        line-height: 1.4;
    }

    .sub__title {
        font-size: 20px;
    }

    .sub__box_title {
        margin-bottom: 10px;
    }

    .sub__item {
        padding: 20px;
    }

    .sub_item__title {
        font-size: 16px;
    }

    .sub_item__text {
        font-size: 12px;
    }

    .conditions__left__title {
        font-size: 22px;
    }

    .conditions {
        padding: 20px 0;
    }

    .conditions__left__title {
        font-size: 22px;
    }

    .conditions__left__li__count {
        left: -25px;
        font-size: 32px;
    }

    .conditions__left__li_title {
        font-size: 16px;
    }

    .conditions__left__text,
    .conditions__left__text p {
        font-size: 12px;
    }


    .conditions_box__border {
        padding: 26px;
    }

    .conditions_box__title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .conditions_box__text p {
        font-size: 12px;
    }

    .conditions_box__orange {
        padding: 26px;
    }

    .conditions_box__item {
        font-size: 12px;
    }

    .conditions_box__gray {
        padding: 26px;
    }


    .doc_participation__left_count {
        left: -30px;
        font-size: 18px;
    }

    .doc_participation__left__li:not(:first-child) .doc_participation__left_count {
        top: 8px;
    }

    .doc_participation__right>div {
        margin-bottom: 20px;
    }

    .grounds_refusal__body {
        padding: 26px;
    }

    .grounds_refusal__icon {
        top: -20px;
        left: -10px;
    }

    .grounds_refusal__title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .grounds_refusal__li {
        font-size: 14px;
    }

    .procedure__body {
        padding: 26px;
    }

    .procedure__title {
        font-size: 22px;
    }

    .procedure__li__text p {
        font-size: 12px;
    }

    .sectext__li__title {
        font-size: 22px;
    }

    .procedure__li_count {
        font-size: 18px;
        left: -30px;
    }

    .procedure__ul {
        margin-left: 30px;
    }

    .procedure__ul ul {
        font-size: 12px;
        padding-left: 10px;
    }

    .sectext {
        padding: 20px 0;
    }

    .sectext__li {
        font-size: 12px;
    }

    .sectext__text p {
        font-size: 12px;
    }

    .selfemployed-faq-holder{
        padding: 9px 22px;
    }

    .selfemployed-faq-text *,
    .selfemployed-faq-text{
        font-size: 12px;
    }

    .selfemployed-faq-title{
        font-size: 16px;
    }

    .selfemployed-faq-text{
        padding: 15px 16px;
    }

    .selfemployed-faq{
        /* margin-bottom: 40px; */
    }

    .organizations__grid{
        grid-template-columns: 100%;
    }

    .card__link{
        min-width: 206px;
    }

    /* #endregion */
}

@media all and (max-width: 360px) {
    .header__top__emblem {
        margin-left: 40px;
    }

    .ban_main__box_img {
        max-height: 180px;
    }
}

/* #endregion */