@font-face {
    font-family: "Golos Text";
    src: url('../fonts/GolosText-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: "Golos Text";
    src: url('../fonts/GolosText-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: "Golos Text";
    src: url('../fonts/GolosText-SemiBold.ttf');
    font-weight: 600;
}

@font-face {
    font-family: "Kobzar KS";
    src: url('../fonts/kobzarks.otf');
    font-weight: 400;
}

:root {
    --white: #FFFFFF;
    --white-additional: #FFFFFF99;
    --black: #000000;
    --black-additional: #00000099;
    --light-blue-main: #2176FF;
    --light-blue-hover: #0750C6;
    --light-blue-light: #E9F1FF;
    --light-blue-middle: #A2D0FF;

    --Minpromtorg: #1CCAFA;
    --Minpromtorg-hover: #00B3E5;
    --IT: #FF5C26;
    --IT-hover: #EE4C16;
    --Intellectual: #785CFF;
    --Intellectual-hover: #5939F4;
    --Status: #29D2B5;
    --Status-hover: #13BEA1;
    --Money: #EB1F3A;
    --Money-hover: #D10D27;
    --Finance: #FFA60E;
    --Finance-hover: #EA9300;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color .3s ease;
}

.flex-column-32 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

html {
    font-family: "Golos Text";
    font-weight: 400;
    font-size: 1.3333333vw;
    color: var(--black);
    min-width: 22rem;
}
body {
    font-size: 16px;
    font-family: "Golos Text" !important;
    color: #000000;
}
.swiper-button-lock {
    display: none !important;
}
section:not(:first-child) {
    margin: 6.25rem 0;
}

.container {
    max-width: 71rem;
    padding: 0 0.75rem;
    margin: 0 auto;
}

.container-l {
    max-width: 74rem;
    padding: 0 0.75rem;
    margin: 0 auto;
}

h1, .h1-title {
    font-size: 3.375rem;
    line-height: 3.75rem;
    font-weight: 600;
}

h2, .h2-title {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
}

h3, .h3-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
}

h4, .h4-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
}

h5, .h5-title {
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 600;
}

.txt-1 {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

.txt-2 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
}

.txt-3 {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.txt-4 {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1rem;
}

.color-blue {
    color: var(--light-blue-main);
}

.btn {
    font-family: "Golos Text";

    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.125rem;
    height: 3.4375rem;
    border-radius: 1rem;
    transition: background-color .3s ease;
    color: var(--white);
    cursor: pointer;
    text-align: center;
    padding: 0.625rem 3.375rem;
    border: none;
}

.btn-small {
    height: 3.125rem;
    border-radius: 0.75rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1rem;
}

.btn-small-x {
    height: 2.5rem;
    border-radius: 0.75rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 0.8125rem;
    padding: 0.625rem 1.875rem;
}

.btn-second {
    padding: 0.625rem 2.625rem;
    background-color: var(--light-blue-main);
}

.btn-second:hover {
    background-color: var(--light-blue-hover);
}

.btn-small-s {
    height: 2.25rem;
    border-radius: 0.75rem;
    padding: 0.5rem 2.625rem;
    width: fit-content;
}

.btn-primary {
    background-color: var(--IT);
}

.btn-primary:hover {
    background-color: var(--IT-hover);

}
.btn-black {
    background-color: var(--black);
}

.btn-black:hover {
    background-color: #05142C;
}

.btn-size_x {
    height: 3.75rem;
}

input:focus {
    outline: none;
}

input[type="text"],
input[type="email"] {
    font-family: 'Golos Text';
    font-size: 1rem;
    font-weight: 400;
    border: none;
    border: 0.0625rem solid var(--light-blue-light);
    transition: border .3s ease;
    width: 100%;
    height: 3.4375rem;
    padding: 0.625rem 1.5rem;
    border-radius: 1rem;
    background-color: var(--light-blue-light);
    color: var(--black);
}

input[type="text"]:focus,
input[type="email"]:focus {
    border: 0.0625rem solid var(--IT);

}

.iti--allow-dropdown .iti__selected-flag {
    padding-left: 1.125rem;
}

.iti--allow-dropdown input[type=text] {
    padding-left: 4rem;
}

.glass-effect {
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);

    box-shadow:
            inset 0 0.0625rem 0.125rem rgba(255, 255, 255, 0.705),
            inset 0 -0.0625rem 0.125rem rgba(117, 117, 117, 0.103);
}


.hero {
    position: relative;
    min-height: 40.625rem;
    padding-top: 6.9375rem;
    z-index: 1;
}

.hero__bg-img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.breadcrumbs {
    color: var(--black-additional);
    font-size: 0.75rem;
    line-height: 1rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    flex-wrap: wrap;
}

.breadcrumbs a {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.breadcrumbs a::after {
    content: '';
    display: block;
    flex-shrink: 0;
    margin-top: 0.1rem;
    width: 0.3125rem;
    height: 0.5rem;
    background-color: currentColor;
    mask-image: url('../images/icons/breadcrumb_vector.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.breadcrumbs a:hover {
    color: var(--black);
}

.hero-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 44.4375rem;
    margin: 0 auto;
    margin-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
}

.hero-text {
    max-width: 31.9375rem;
    color: var(--black-additional);
}

.section_title {
    max-width: 34.375rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section_title p {
    max-width: 30.0625rem;
}

.color-dark-opacity {
    color: var(--black-additional);
}

.form_inputs_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.form_inputs_grid input:first-child {
    grid-column: 1/3;
}

.check-label {
    display: flex;
    align-items: start;
    gap: 1rem;
    position: relative;
    z-index: 2;
    width: fit-content;
}

.check-label input {
    position: absolute;
    z-index: -99;
    opacity: 0;
}

.check-label p {
    max-width: 19.5625rem;
}
.check-label a:hover {
    color: var(--light-blue-middle);
}
.check-label .color-dark-opacity a:hover {
    color: var(--light-blue-main);
}

.marker-checkbox {
    width: 1rem;
    cursor: pointer;
    height: 1rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    background-image: url('../images/icons/Tick_Square.svg');
    background-position: center;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.marker-checkbox::before {
    position: absolute;
    z-index: -1;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 0.625rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    background-color: var(--light-blue-light);

}

.check-label input:checked+.marker-checkbox::before {
    background-color: var(--light-blue-main);
}

.form_inputs_flex {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.option-hint--last {
    background-color: var(--light-blue-main)!important;
    color: var(--white) !important;
}

.custom-pagination {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.custom-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.custom-nav .swiper-pagination-bullet {
    border-radius: 0.125rem;
    height: 0.125rem;
    width: 1.5rem;
    margin: 0 !important;
}

.custom-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--light-blue-main);
}

.custom-swiper-nav {
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background-color: var(--light-blue-light);
    cursor: pointer;
    transition: background-color .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-swiper-nav::before {
    content: '';
    display: block;
    flex-shrink: 0;
    height: 1.125rem;
    width: 0.5rem;
    margin-left: 0.1875rem;
    background: url('../images/icons/swipernav.svg') 50% / contain no-repeat;
}

.custom-swiper-nav:hover {
    background-color: var(--light-blue-middle);
}

.custom-swiper-nav_prev {
    transform: rotate(-180deg);
}

.swiper-button-disabled {
    pointer-events: none;
    opacity: .4;
}

.swiper-slide {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.koazbar-text {
    font-family: 'Kobzar KS';
}

.iti {
    z-index: 3;
}
.iti__country-list {
    max-height: 12.5rem;
    z-index: 2;
}

section.callback-popup {
    margin: 0!important;
}

@media (min-width:1920px) {
    html {
        font-size: 25.28px;
    }

}
@media (max-width:1125px) {
    html {
        font-size: 1rem;
    }
}

@media (max-width:1000px) {
    section:not(:first-child) {
        margin: 5rem 0;
    }

    .form_inputs_grid {
        grid-template-columns: 1fr;
    }

    .form_inputs_grid input:first-child {
        grid-column: auto;
    }
}

@media (max-width:768px) {
    h1, .h1-title {
        font-size: 1.875rem;
        line-height: 2rem;
    }

    h2, .h2-title  {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    .flex-column-32 {
        gap: 1.5rem;
    }

    .txt-1 {
        font-size: 1rem;
        line-height: 1.375rem;
        font-weight: 400;
    }

    .hero-content h1 {
        max-width: 19.4375rem;
    }

    .hero-content {
        max-width: 21.9375rem;
        gap: 1.5rem;
    }
}



/* отзывы */
.reviews-page__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.reviews-page__content .recommended_card {
    margin: 0;
    max-width: none;
}

.reviews-page__content .recommended__text-wrapper {
    flex-grow: 2;
}

.reviews-page__content .more_text {
    /* margin-top: auto; */
}

.reviews-page__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 3.375rem;
    width: fit-content;
    height: 3.25rem;
    font-size: 0.875rem;
    padding: 0 0.655rem;
    cursor: pointer;
    background-color: var(--light-blue-light);
    border-radius: 0.625rem;
}

.reviews-page {
    overflow: hidden;
}

.swiper_tabs {
    overflow: visible;
    margin: 0;
}

.reviews-page__tab-icon {
    width: 1.9375rem;
    height: 1.9375rem;
    object-fit: contain;
    flex-shrink: 0;
}
.reviews-page__tab:hover {
    transition: background-color .3s ease;
    background-color: var(--light-blue-middle);

}
.reviews-page__tab.is-active {
    color: #ffffff;
    background: linear-gradient(180deg, #5797FF 0%, #8EBDFF 100%);

}
.reviews-page__navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}
.reviews-page__navigation_prev {
    transform: scale(-1);
}
.reviews-page__navigation__pages {
    display: flex;
    align-items: center;
}
.reviews-page__navigation_page {
    border: 0;
    padding: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    background: transparent;
    cursor: pointer;
    transition:
            background-color .3s ease,
            color .3s ease,
            transform .2s ease;
}
.reviews-page__navigation_page:not(.reviews-page__navigation_page_other):hover {
    background-color: var(--light-blue-middle);

}
.reviews-page__navigation_page_other {
    font-size: 16px;
    color: #80808C;
    width: 3rem;
    height: 3rem;
}
.reviews-page__navigation_page.is-active {
    color: #ffffff;
    background: linear-gradient(180deg, #5797FF 0%, #8FBDFF 100%);

}
.reviews-page__navigation_page_other {
    cursor: auto;
}

.reviews-page__navigation_prev,
.reviews-page__navigation_next {
    cursor: pointer;
    transition: opacity .3s ease;
}

.reviews-page__navigation_prev.is-disabled,
.reviews-page__navigation_next.is-disabled {
    opacity: .3;
    pointer-events: none;
}
@media (max-width:1000px) {
    .reviews-page__content {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}
@media (max-width:768px) {
    .reviews-page__content {
        grid-template-columns: 1fr ;
        gap: 16px;
    }
}