@charset "UTF-8";

@font-face {
    font-family: futura;
    font-display: swap;
    src: url("../fonts/futura-pt-bold.woff2") format("woff2"), url("../fonts/futura-pt-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: futura;
    font-display: swap;
    src: url("../fonts/futura-pt-book.woff2") format("woff2"), url("../fonts/futura-pt-book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: futura;
    font-display: swap;
    src: url("../fonts/futura-pt-light.woff2") format("woff2"), url("../fonts/futura-pt-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: futura;
    font-display: swap;
    src: url("../fonts/futura-pt-medium.woff2") format("woff2"), url("../fonts/futura-pt-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: futura;
    font-display: swap;
    src: url("../fonts/futura-pt-demi.woff2") format("woff2"), url("../fonts/futura-pt-demi.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: gilroy;
    font-display: swap;
    src: url("../fonts/gilroy-bold.woff2") format("woff2"), url("../fonts/gilroy-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: gilroy;
    font-display: swap;
    src: url("../fonts/gilroy-regular.woff2") format("woff2"), url("../fonts/gilroy-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: gilroy;
    font-display: swap;
    src: url("../fonts/gilroy-medium.woff2") format("woff2"), url("../fonts/gilroy-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: gilroy;
    font-display: swap;
    src: url("../fonts/gilroy-semibold.woff2") format("woff2"), url("../fonts/gilroy-semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: futura;
    font-display: swap;
    src: url("../fonts/futura-pt-bold.woff2") format("woff2"), url("../fonts/futura-pt-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: futura;
    font-display: swap;
    src: url("../fonts/futura-pt-book.woff2") format("woff2"), url("../fonts/futura-pt-book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: futura;
    font-display: swap;
    src: url("../fonts/futura-pt-light.woff2") format("woff2"), url("../fonts/futura-pt-light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: futura;
    font-display: swap;
    src: url("../fonts/futura-pt-medium.woff2") format("woff2"), url("../fonts/futura-pt-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: futura;
    font-display: swap;
    src: url("../fonts/futura-pt-demi.woff2") format("woff2"), url("../fonts/futura-pt-demi.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: gilroy;
    font-display: swap;
    src: url("../fonts/gilroy-bold.woff2") format("woff2"), url("../fonts/gilroy-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: gilroy;
    font-display: swap;
    src: url("../fonts/gilroy-regular.woff2") format("woff2"), url("../fonts/gilroy-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: gilroy;
    font-display: swap;
    src: url("../fonts/gilroy-medium.woff2") format("woff2"), url("../fonts/gilroy-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: gilroy;
    font-display: swap;
    src: url("../fonts/gilroy-semibold.woff2") format("woff2"), url("../fonts/gilroy-semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}


/* Указываем box sizing */

html {
    height: 100%;
    scroll-behavior: smooth;
    font: 400 22px/1.8 futura;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

input:focus-visible {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: fixed url(../img/elements-1.png) #1F1F1F center no-repeat;
    background-size: cover;
    color: #FFFFFF;
}

ul,
ol {
    padding: 0;
    list-style-position: inside;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article>*+* {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

.container {
    max-width: 86.2%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    margin: 0 auto;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=email],
input[type=search],
select {
    width: 100%;
    padding: 16px 30px;
    border: none;
    border-radius: 10px;
    background-color: #FFFFFF;
    font: 400 0.9em/1 futura;
}

h1 {
    font: 600 3.1em/1.5 gilroy;
    text-transform: uppercase;
}

h2 {
    font: 600 2.1em/1.5 gilroy;
}

h3 {
    font: 600 1.81em/1.5 gilroy;
}

h4 {
    font: 600 1.27em/1.5 gilroy;
}

h5 {
    font: 400 1em/1.8 futura;
}

h6 {
    font: 400 0.9em/1.8 futura;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 10px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 1px solid #444444;
    font-size: 1.1em;
    z-index: 9;
}

.header.scroll {
    background-color: #1F1F1F;
}

.header .container {
    position: relative;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

.header__logo {
    height: 43px;
    width: 133px;
    z-index: 8;
}

.header__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__menu {
    display: flex;
}

.header__menu li.active a {
    color: #FFFFFF;
    background-color: #0872F6;
    /* pointer-events: none; */
}

.header__menu a {
    padding: 10px 25px;
    border-radius: 5px;
}

.menu_hidden {
    display: none;
}

.header__search {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43px;
    height: 43px;
    background: linear-gradient(90deg, #0872F6 0%, #BD52F8 100%);
    border-radius: 50px;
    filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.1));
    transition: 0.25s ease-in-out;
}

.header__search:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.header__social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header__burger {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    display: none;
}

.header__burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: 0.25s ease-in-out;
    transform-origin: left center;
}

.header__form {
    display: none;
    padding: 20px 0;
}

.header__form .search {
    max-width: 60%;
    margin-left: auto;
    height: 60px;
}

.header__cls {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 1;
}

.header__cls svg {
    width: 20px;
    height: 20px;
}

.header__cls path {
    fill: #fff;
}

.header__cls:hover {
    cursor: pointer;
}

.social {
    display: flex;
    gap: 15px;
}

.social__icon {
    display: none;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}

.social__icon:hover {
    transform: scale(1.15);
}

/* .social__icon:hover path {
    fill: #FFFFFF;
} */

.social path {
    transition: all 0.3s ease-in-out;
}

.social_mb,
.social__tel {
    display: none;
}

.social__wp {
    background-color: #2AA81A;
    border: none;
}

.social__tg {
    background-color: rgb(46, 122, 211);
    border: none;
}


.sticky__icon {
    position: fixed;
    left: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    z-index: 8;
    transition: all 0.2s ease-in-out;
}

.sticky__icon svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.sticky__whatsapp {
    bottom: 125px;
    background-color: #2AA81A;
    animation: pulseWhatsapp 2s infinite;
}

.sticky__telegram {
    background-color: rgb(46, 122, 211);
    animation: pulseTelegram 2s infinite;
}

.sticky__icon:hover {
    transform: scale(0.9);
    box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 8px 0px;
}

@keyframes pulseWhatsapp {
    0% {
        box-shadow: 0 0 0 0 rgb(27 215 65 / 40%);
    }

    70% {
        box-shadow: 0 0 0 10px rgb(27 215 65 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(27 215 65 / 0%);
    }
}

@keyframes pulseTelegram {
    0% {
        box-shadow: 0 0 0 0 rgb(0 125 255 / 40%);
    }

    70% {
        box-shadow: 0 0 0 10px rgb(27 215 65 / 0%);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(27 215 65 / 0%);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1F1F1F;
    z-index: 999;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

#hamburger span {
    width: 30px;
    height: 3px;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 8px;
}

#hamburger span:last-child {
    margin-bottom: 0;
}

#hamburger span:nth-child(1) {
    transition-delay: 0.5s;
}

#hamburger span:nth-child(2) {
    transition-delay: 0.625s;
}

#hamburger span:nth-child(3) {
    transition-delay: 0.75s;
}

#cross {
    position: absolute;
    height: 100%;
    width: 100%;
    transform: rotate(45deg);
    pointer-events: none;
}

#cross span:nth-child(1) {
    height: 0%;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition-delay: 0s;
}

#cross span:nth-child(2) {
    width: 0%;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition-delay: 0.25s;
}

.header__burger.active #hamburger span {
    width: 0%;
}

.header__burger.active #hamburger span:nth-child(1) {
    transition-delay: 0s;
}

.header__burger.active #hamburger span:nth-child(2) {
    transition-delay: 0.125s;
}

.header__burger.active #hamburger span:nth-child(3) {
    transition-delay: 0.25s;
}

.header__burger.active #cross span:nth-child(1) {
    height: 100%;
    transition-delay: 0.625s;
}

.header__burger.active #cross span:nth-child(2) {
    width: 100%;
    transition-delay: 0.375s;
}

.footer__widget {
    padding: 25px 0;
    border-top: 1px solid #444444;
}

.footer__widget:first-child {
    padding: 100px 0;
}

.footer__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 30px;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
}

.footer__logo {
    display: block;
    width: 133px;
    height: 43px;
    margin-bottom: 20px;
}

.footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer__title {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer__txt {
    max-width: 280px;
}

.footer__menu {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 10px;
}

.footer__link {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: max-content;
}

.footer__copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.section {
    padding: 120px 0;
}

.top {
    padding-top: 120px;
}

.top__title {
    margin-bottom: 50px;
    text-align: center;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.breadcrumb li {
    position: relative;
    margin-right: 10px;
    color: #999999;
}

.breadcrumb li.active {
    color: #fff;
}

.breadcrumb li::after {
    content: "-";
    display: inline-block;
    margin-left: 10px;
    vertical-align: inherit;
    font-size: 16px;
    line-height: 1;
}

.breadcrumb li:last-child {
    margin-right: 0;
}

.breadcrumb li:last-child::after {
    content: none;
}

.breadcrumb a:hover {
    color: #fff;
}

.title_decor {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.title_decor::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 40%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 44.31%, rgba(255, 255, 255, 0) 94.52%);
}

.subtitle {
    margin-bottom: 20px;
    font-size: 0.9em;
    text-transform: uppercase;
}

.button {
    display: block;
    width: -moz-max-content;
    width: max-content;
    padding: 0.8rem 2.2rem;
    border: none;
    border-radius: 50px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    background: linear-gradient(90deg, #0872F6 0%, #A44FF7 105.49%);
}

.button_border {
    border: 1px solid #0872F6;
    background: linear-gradient(90deg, #0872F6 0%, transparent 0%);
}

.button:hover:not([disabled]) {
    cursor: pointer;
    background: linear-gradient(90deg, #0872F6 0%, transparent 105.49%), linear-gradient(90deg, #0872F6 0%, #0872F6 105.49%);
}

.button:disabled,
.button[disabled] {
    opacity: 0.5;
}

.link {
    position: relative;
    padding: 2px 0;
    transition: all 0.3s ease-in-out;
}

.link::before {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 44.31%, rgba(255, 255, 255, 0) 94.52%);
    height: 2px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.link:hover::before {
    left: 0;
    right: 0;
}

.form {
    display: grid;
    gap: 20px;
}

.form input {
    font: 400 0.9em/1 futura;
    color: #2E2D2F;
}

.form input::-moz-placeholder {
    color: #2E2D2F;
}

.form input::placeholder {
    color: #2E2D2F;
}

.form__btn {
    width: 100%;
    max-width: unset;
    margin-top: 20px;
    border-radius: 10px;
}

.form__group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form__filter {
    gap: 50px;
    line-height: 1.5em;
}

.form__filter span {
    display: block;
    margin-bottom: 30px;
    font-size: 1.1em;
    font-weight: 700;
}

.form__filter label {
    display: block;
    margin: 0;
    padding: 5px 20px;
    text-transform: uppercase;
    color: #1F1F1F;
    background-color: #fff;
    border-radius: 10px;
}

.form__filter input[type=checkbox],
.form__filter input[type=radio] {
    display: none;
}

.form__filter input[type=checkbox]+label:hover,
.form__filter input[type=radio]+label:hover {
    cursor: pointer;
}

.form__filter input[type=checkbox]:checked+label,
.form__filter input[type=radio]:checked+label {
    background: #0872F6;
    color: #FFFFFF;
}

.form__filter input,
.form__filter select {
    padding: 12px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #1F1F1F;
}

.form__filter select::-ms-expand {
    display: none;
}

.select__wrap {
    position: relative;
}

.select__wrap::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: url(../img/arrow-down.png);
    display: inline-block;
}

.form__config {
    gap: 50px;
    margin-bottom: 100px;
    max-width: 810px;
}

.form__config h4 {
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: uppercase;
}

.form__config h4 span {
    color: #999999;
}

.form__config fieldset {
    margin: 0;
    padding: 0;
    border: none;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.form__config fieldset:disabled {
    opacity: 0.5;
}

.form__head {
    padding-bottom: 50px;
    border-bottom: 2px solid;
    border-image-source: linear-gradient(90deg, #0872F6 0%, #A44FF7 100%);
    border-image-slice: 1;
}

.form__head h4 {
    margin-bottom: 12px;
}

.form__head .form__desc {
    max-width: 380px;
}

.form__box {
    display: grid;
    gap: 25px;
    width: 100%;
}

.form__box_line {
    display: flex;
    gap: 10px;
}

.form__box_line .form__radio {
    max-width: -moz-max-content;
    max-width: max-content;
}

.form .box_x2 {
    display: none;
}

.form__desc {
    max-width: 810px;
    color: #999999;
}

.form__row {
    display: flex;
    gap: 50px;
}

.form__wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 1.5em;
    width: 100%;
}

.form__radio {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 70%;
}

.form__radio input[type=radio] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form__radio input[type=radio]+label {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.form__radio input[type=radio]+label::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form__radio input[type=radio]:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form__radio_btn {
    width: -moz-max-content;
    width: max-content;
    color: #1F1F1F;
}

.form__radio_btn input[type=radio]+label {
    padding: 10px 50px;
    background: #FFFFFF;
    border-radius: 10px;
}

.form__radio_btn input[type=radio]+label::before {
    content: none;
}

.form__radio_btn input[type=radio]:checked+label {
    background: linear-gradient(90deg, #0872F6 0%, #A44FF7 100%);
    color: #FFFFFF;
}

.form__check {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 70%;
}

.form__check.disabled {
    opacity: .5;
    pointer-events: none;
}

.form__check input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form__check input[type=checkbox]+label {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.form__check input[type=checkbox]+label::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form__check input[type=checkbox]:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.form__num {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 30%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.form__num input {
    width: -moz-max-content;
    width: max-content;
    padding: 8px;
    border-radius: 10px;
    text-align: center;
}

.form__num input:focus+span {
    display: block;
}

.form__num span {
    display: none;
    color: #999999;
}

.form__num.active {
    opacity: 1;
}

.form__dots {
    flex-grow: 1;
    flex-shrink: 1;
    display: block;
    margin: 0 10px;
    height: 5px;
    min-width: 50px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzEwIiBoZWlnaHQ9IjIiIHZpZXdCb3g9IjAgMCAzMTAgMiI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik03NTIuNSAyNTYyaC0zMDkiLz48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ0MyAtMjU2MSkiPjx1c2UgZmlsbD0iI2ZmZiIgZmlsbC1vcGFjaXR5PSIwIiBzdHJva2U9IiM5Nzk3OTciIHN0cm9rZS1kYXNoYXJyYXk9IjEgMyIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIgc3Ryb2tlLW1pdGVybGltaXQ9IjUwIiB4bGluazpocmVmPSIjYSIvPjwvZz48L3N2Zz4=);
    background-size: auto;
    background-position: 0;
    background-repeat: repeat-x;
}

.form__price {
    white-space: nowrap;
}

.sort__input {
    display: none;
}

.form-reset {
    align-self: center;
}

.hidden {
    display: none;
}

.btn-hide {
    display: none;
}

.form__show {
    max-width: max-content;
    margin-top: 20px;
    text-align: center;
}

/* .form__show a {
    margin: 0 auto;
} */

.search__wrap {
    position: relative;
}

.search__wrap::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: url(../img/search-icon.png);
    display: inline-block;
    line-height: 1;
    opacity: 1;
}

.search__wrap.active::after {
    content: none;
}

.search__wrap:hover::after {
    opacity: 0;
}

.search {
    max-width: 440px;
    margin: 0 auto;
    display: flex;
    height: 60px;
}

.search input[type=search] {
    height: 100%;
    padding: 16px 40px;
    border-radius: 50px 0 0 50px;
}

.search__btn {
    height: 100%;
    padding: 18px 30px;
    border-radius: 0 50px 50px 0;
    line-height: 1;

}

.card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 15px;
    overflow: hidden;
}

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

.card__img {
    min-height: 215px;
    height: 215px;
    padding: 30px;
    background-color: #FFFFFF;
}

.card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.card__desc {
    display: flex;
    padding: 20px 30px;
    height: 100%;
    flex-direction: column;
}

.card .card__desc {
    gap: 20px;
}

.card__caption {
    font-size: 1.1em;
}

.card__txt {
    flex-grow: 1;
    color: #DFDFDF;
}

.card__price {
    display: flex;
    column-gap: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #DFDFDF;
}

.card__btn {
    width: 100%;
    padding: 15px 25px;
}

.card_row {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 20px;
}

.card_row .card__img {
    height: 100%;
}

.card_row .card__desc {
    padding: 20px;
}

.card_row .card__price {
    margin-right: auto;
}

.card_row .card__btn {
    width: -moz-max-content;
    width: max-content;
}

.card__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.server__card .card__img {
    min-height: 360px;
    height: 100%;
}


.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 50px;
}

.pagination li {
    margin-right: 10px;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination li.active a {
    background-color: #0872F6;
    color: #FFFFFF;
}

.pagination a {
    display: block;
    height: 49px;
    width: 50px;
    line-height: 49px;
    text-align: center;
}

.tabs {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 15px;
    box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}

.tabs__caption {
    display: flex;
    gap: 100px;
    padding: 40px 70px;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.tabs__caption li {
    position: relative;
    padding-bottom: 10px;
}

.tabs__caption li.active::after {
    width: 100%;
}

.tabs__caption li:hover {
    cursor: pointer;
}

.tabs__caption li::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    height: 3px;
    width: 0%;
    background: #A44FF7;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.tabs__contents {
    padding: 40px 70px;
}

.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}

.tabs__content h4 {
    margin-bottom: 15px;
    font-size: 24px;
}

.characters {
    width: 100%;
}

.characters__row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.characters__cell {
    padding: 15px 30px;
    font-size: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.characters__caption {
    font-weight: 500;
}

.table {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-collapse: collapse;
}

.table tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.table tr {
    display: grid;
}

.table th {
    font-weight: 500;
}

.table th,
.table td {
    padding: 15px 30px;
    text-align: start;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-collapse: collapse;
    font-size: 20px;
}

thead,
tbody {
    width: 100%;
}

.list {
    display: grid;
    gap: 30px;
}

.list li {
    display: flex;
    align-items: center;
    gap: 30px;
}

.list__img {
    width: 30px;
    height: 30px;
}

.list__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}


/*main page*/

.prime {
    position: relative;
    padding-top: 120px;
    overflow: hidden;
}

.prime__container {
    display: flex;
    flex-direction: column;
    min-height: 830px;
}

.prime__content {
    max-width: 670px;
    margin: auto;
    text-align: center;
}

.prime__title {
    margin-bottom: 20px;
    font-size: 2.4em;
    text-transform: none;
}

.prime__txt {
    max-width: 440px;
    margin: 0 auto 50px auto;
    font-size: 16px;
    color: #999999;
}

.prime__nav {
    margin-bottom: 100px;
}

.prime__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    color: #999999;
    line-height: 1;
}

.prime__list:first-child {
    gap: 125px;
    margin-bottom: 15px;
}

.prime__list a {
    position: relative;
    transition: all 0.3s ease;
}

.prime__list a:hover {
    color: #fff;
}

.prime__links a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(50% 50% at 50% 50%, #7F58F7 0%, #0B72F6 85.94%, rgba(255, 255, 255, 0) 98.44%),
        radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    height: 2px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.prime__links a:hover::before {
    left: 51%;
    right: 51%;
}

.prime__links a::after {
    content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 44.31%, rgba(255, 255, 255, 0) 94.52%);
    height: 2px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.prime__links a:hover::after {
    left: 0;
    right: 0;
}

.prime__links {
    position: relative;
    font-weight: 500;
    font-size: 70px;
    text-transform: uppercase;
    z-index: 5;
}

.prime__img {
    position: absolute;
}

.prime__img_lf {
    top: 30%;
    left: -2%;
    width: 30%;
    height: 65%;
    animation: 10s fly-reverse infinite linear;
}

.prime__img_lf img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.prime__img_rg {
    right: 0;
    top: 25%;
    width: 23%;
    height: 70%;
    animation: 8s fly infinite linear;
}

.prime__img_rg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@keyframes fly {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(20px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fly-reverse {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

.about__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 30px;
    align-items: center;
}

.about__content {
    align-self: center;
    max-width: 700px;
    padding: 80px 0;
    padding-bottom: 150px;
}

.about__title {
    margin-bottom: 30px;
}

.about__txt {
    color: #DFDFDF;
}

.about__img {
    height: 990px;
    background-blend-mode: color-dodge;
    mix-blend-mode: color-dodge;
}

.about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.benefits {
    background: url(../img/element-1.png) #1F1F1F 92% 10% no-repeat;
}

.benefits__title {
    margin-bottom: 30px;
}

.benefits__desc {
    margin-bottom: 50px;
    color: #DFDFDF;
}

.benefits__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* align-items: start; */
    gap: 30px;
}

.benefits__card {
    position: relative;
    padding: 40px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 250, 0.04);
}

.benefits__card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 10px;
    padding: 1px;
    background: linear-gradient(133.87deg, #0872F6 0%, #A44FF7 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.benefits__img {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
    z-index: 1;
}

.benefits__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.benefits__caption {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.benefits__txt {
    position: relative;
    z-index: 1;
    color: #DFDFDF;
}

.config__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 30px;
    align-items: center;
}

.config__content {
    align-self: center;
    max-width: 700px;
}

.config__title {
    margin-bottom: 30px;
}

.config__txt {
    margin-bottom: 40px;
    color: #DFDFDF;
}

.config__img {
    height: 780px;
    background-blend-mode: color-dodge;
    mix-blend-mode: color-dodge;
}

.config__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.offer {
    background: url(../img/element-2.png) 48% 60% no-repeat;
}

.offer__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 30px;
    grid-template-columns: repeat(2, 32%);
    justify-content: space-between;
}

.offer__title {
    margin-bottom: 14px;
}

.offer__btn {
    margin-bottom: 14px;
}

.brands {
    padding-bottom: 120px;
    overflow: hidden;
}

.brands__cards {
    display: flex;
}

.brands__card {
    height: 80px;
    width: 100px;
    margin-right: 100px;
}

.brands__card img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.brands__card:last-child {
    margin-right: 0;
}


/*configurator page*/

.configurator {
    padding-bottom: 120px;
}

.configurator__container {
    display: grid;
    grid-template-columns: 25% 1fr;
    gap: 30px;
}

.configurator__filter {
    max-width: 320px;
}

.configurator__sort {
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-bottom: 80px;
}

.configurator__sort select {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.configurator__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* align-items: start; */
    gap: 30px;
    margin-bottom: 50px;
}

.configurator__caption {
    margin-bottom: 80px;
    color: #999999;
}

.configurator-inner {
    padding-top: 50px;
    padding-bottom: 120px;
}

.configurator-inner__container {
    display: grid;
    grid-template-columns: 1fr 560px;
    gap: 140px;
}

.configurator-inner__sticky-box {
    position: relative;
}

.configurator-inner__card {
    position: sticky;
    top: 100px;
}

.configurator-inner .card__caption {
    font-size: 20px;
    font-weight: 400;
    color: #999999;
}

.configurator-inner .card__desc {
    padding: 50px;
    gap: 20px;
}

.configurator-inner .card__price {
    display: grid;
    text-align: start;
}

.configurator-inner .card__price .price {
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.configurator-inner .card__price span {
    font-size: 20px;
    font-weight: 400;
    color: #999999;
}

.configurator-inner .card__btn {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 20px 0;
}

.assembly__head {
    margin-bottom: 50px;
}

.assembly__title {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}

.assembly__desc {
    color: #999999;
}

.assembly__card {
    display: grid;
    gap: 30px;
    padding: 50px;
    margin-bottom: 50px;
    background: #1F1F1F;
    line-height: 1.5em;
}

.assembly__caption {
    margin-bottom: 15px;
    font-size: 24px;
}

.assembly__list {
    color: #999999;
}


/*server page*/

.server {
    padding-bottom: 120px;
}

.server__container {
    display: grid;
    grid-template-columns: 25% 1fr;
    gap: 30px;
}

.server__filter {
    max-width: 320px;
}

/* .server__sort {
    position: relative;
    display: block;
    max-width: -moz-max-content;
    max-width: max-content;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 16px 30px;
    margin-bottom: 80px;
    margin-left: auto;
}
.server__select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.custom__item {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.custom__item ul {
    list-style: none;
}
.server__item {
    padding: 5px 30px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #1F1F1F;
} */

.server__sort {
    display: flex;
    align-items: center;
    position: relative;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-left: auto;
    margin-bottom: 80px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 16px 20px;
}

.server__sort::before {
    /* position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%); */
    width: max-content;
    content: 'Сортировать по:';
    color: #999999;
    line-height: 1;
    white-space: nowrap;
}

.server__sort select {
    background-color: transparent;
    color: #FFFFFF;
    padding: 0 10px;
}

.server__sort select:focus {
    outline: none;
}

.server__sort option {
    color: #1F1F1F;
}

.server__cards {
    display: grid;
    gap: 30px;
    margin-bottom: 50px;
}

.server__caption {
    margin-bottom: 80px;
    color: #999999;
    font: 500 24px/1.5 gilroy;
}

.server-inner {
    padding-bottom: 120px;
    padding-top: 50px;
}

.server-inner__title {
    font: 600 1.27em/1.5 gilroy;
}

.server-inner__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    gap: 30px;
    gap: 50px;
    margin-bottom: 50px;
    padding: 60px 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 15px;
    box-shadow: 0px 0px 65px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
}

.server-inner__sliders {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.server-inner__info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
}

.server-inner__price {
    display: grid;
    margin: auto 0;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}

.server-inner__price span {
    font-size: 20px;
    font-weight: 400;
    color: #999999;
}

.server-inner__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    border-radius: 15px;
}

.slider__flex {
    display: flex;
    align-items: flex-start;
}

.slider__col {
    display: flex;
    flex-direction: column;
    width: 120px;
    margin-right: 20px;
}

.slider__thumbs {
    height: 540px;
}

.slider__thumbs .slider__image {
    transition: 0.25s;
    filter: grayscale(100%);
    opacity: 0.5;
}

.slider__thumbs .slider__image:hover {
    opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
    filter: grayscale(0%);
    opacity: 1;
}

.slider__images {
    height: 540px;
    width: 100%;
}

.slider__image {
    height: 540px;
    background-color: #fff;
    padding: 40px;
    border-radius: 15px;
    overflow: hidden;
}

.slider__image_sm {
    height: 90px;
    padding: 8px;
}

.slider__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/* .swiper-wrapper {
    overflow: hidden;
} */

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 0;
    opacity: 1;
    border: 3px solid #999999;
    background: transparent;
}

.swiper-pagination-bullet-active {
    color: #fff;
    border: 3px solid #0872F6;
}


/*contact page*/

.contact {
    padding-bottom: 120px;
    background: url(../img/element-2.png) 46% 35% no-repeat;
}

.contact__container {
    max-width: 1370px;
    margin: 0 auto;
}

.contact__title {
    margin-bottom: 100px;
}

.contact__box {
    display: grid;
    grid-template-columns: repeat(2, 530px);
    justify-content: space-between;
    gap: 40px;
}

.contact__desc {
    display: grid;
    align-items: flex-start;
    gap: 30px;
    width: -moz-max-content;
    width: max-content;
}

.contact__txt span {
    display: inline-block;
    width: 100px;
    margin-right: 40px;
    color: #999999;
}

.contact__txt:last-of-type {
    margin-bottom: 20px;
}

.contact__btn {
    display: block;
}

.contact__form {
    max-width: 530px;
}

/*fancybox*/
.has-image .fancybox__content img {
    background-color: #fff;
}

/*popup*/

.popup,
.popup_search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    z-index: 12;
}

.popup__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 32px;
    min-width: 800px;
    width: -moz-max-content;
    width: max-content;
    border-radius: 15px;
    background: url(../img/elements2-1.png) #1F1F1F center no-repeat;
    background-size: cover;
}

.popup__container_search {
    display: grid;
    grid-template-columns: repeat(3, auto);
    align-items: center;
    gap: 100px;
    padding: 100px;
    width: 80%;
}

.popup__product {
    display: grid;
    justify-items: center;
    gap: 50px;
    text-align: center;
}

.popup__connect {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    border-radius: 100%;
    font-weight: 300;
    font-size: 24px;
}

.popup__txt {
    font-weight: 300;
    font-size: 24px;
}

.popup__container span {
    display: block;
    color: #1F1F1F;
    text-align: center;
}

.popup_close {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    background-color: transparent;
}

.popup_close svg {
    pointer-events: none;
}

.popup_close path {
    fill: #fff;
}

.popup_close:hover {
    cursor: pointer;
}

.popup__caption {
    margin-bottom: 12px;
    max-width: 530px;
    margin: 0 auto;
}

.popup__form {
    max-width: 530px;
    margin: 0 auto;
}

.popup__form span {
    color: #FFFFFF;
}

@media (min-width: 1921px) {
    .container {
        max-width: 1650px;
        padding: 0 16px;
    }
}

@media (max-width: 1800px) {
    .popup__container_search {
        gap: 50px;
        padding: 50px;
        padding-top: 100px;
        width: 80%;
    }

    .popup__connect {

        width: 100px;
        height: 100px;
        font-size: 20px;
    }

    .popup__txt {
        font-size: 20px;
    }
}

@media (max-width: 1540px) {
    .container {
        max-width: 90%;
    }

    .prime__container {
        min-height: 700px;
    }

    .prime__title {
        font-size: 2.2em;
    }

    .prime__img_lf {
        left: -4%;
    }

    .about__img {
        height: 800px;
    }

    .configurator__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .configurator-inner__container {
        grid-template-columns: 1fr 500px;
        gap: 80px;
    }

    .server-inner__price {
        font-size: 40px;
    }
}

@media (max-width: 1440px) {
    html {
        font: 400 20px/1.8 futura;
    }

    h1 {
        font: 600 2.36em/1.5 gilroy;
    }

    h2 {
        font: 600 1.81em/1.5 gilroy;
    }

    h3 {
        font: 600 1.5em/1.5 gilroy;
    }

    h4,
    .server-inner__title {
        font: 600 1.2em/1.5 gilroy;
    }

    .header {
        font-size: 1em;
    }

    .section {
        padding: 100px 0;
    }

    .button {
        padding: 0.8rem 2rem;
    }

    .form__filter {
        gap: 40px;
    }

    .card_row .card__price {
        width: 100%;
        text-align: start;
    }

    .tabs__caption {
        padding: 40px;
        gap: 60px;
    }

    .tabs__contents {
        padding: 40px;
    }

    .list li {
        gap: 35px;
    }

    .prime__container {
        min-height: unset;
    }

    .prime__content {
        max-width: 560px;
    }

    .prime__title {
        font-size: 1.8em;
    }

    .prime__nav {
        margin-bottom: 80px;
    }

    .prime__links {
        font-size: 50px;
    }

    .prime__img_lf {
        width: 25%;
    }

    .prime__img_rg {
        width: 20%;
    }

    .about__content {
        padding-bottom: 100px;
    }

    .about__img {
        height: 600px;
    }

    .about__title {
        font-size: 30px;
    }

    .about__txt {
        font-size: 16px;
    }

    .benefits__card {
        padding: 20px;
    }

    .config__img {
        height: 600px;
    }

    .offer__container {
        grid-template-columns: repeat(2, 40%);
    }

    .brands {
        padding-bottom: 100px;
    }

    .configurator-inner__container {
        grid-template-columns: 1fr 400px;
        gap: 60px;
    }

    .configurator-inner__card {
        border: none;
    }

    .configurator-inner .card__desc {
        padding: 50px;
        gap: 0;
        background-color: #1F1F1F;
    }

    .configurator-inner .card__price .price {
        font-size: 24px;
        line-height: 150%;
    }

    .configurator-inner .card__caption {
        font-size: 16px;
        line-height: 180%;
    }

    .configurator-inner .card__price {
        margin-bottom: 40px;
    }

    .configurator-inner .card__btn {
        margin: 0;
        margin-bottom: 20px;
    }

    .configurator__filter .form__input span,
    .configurator__filter .form__select span {
        margin-bottom: 10px;
    }

    .configurator-inner .form__desc {
        color: #DFDFDF;
    }

    .assembly__card {
        padding: 30px;
    }

    .server-inner__box {
        grid-template-columns: 55% 45%;
        padding: 40px 30px;
    }

    .server-inner__price {
        font-size: 30px;
    }

    .prime__list:first-child {
        gap: 100px;
    }

    .slider__images {
        height: 440px;
    }

    .slider__thumbs {
        height: 440px;
    }

    .slider__image {
        height: 440px;
    }

    .slider__image_sm {
        height: 90px;
        padding: 8px;
    }

    .server__card .card__img {
        min-height: 250px;
        height: 100%;
    }

    .sticky__icon {
        width: 50px;
        height: 50px;
        padding: 15px;
    }

    .sticky__whatsapp {
        bottom: 100px;
    }

    .search {
        height: 44px;
    }

    .search__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px 19px;
        max-width: 55px;
    }

    .benefits__title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .benefits__caption {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .benefits__txt {
        font-size: 16px;
    }

    .benefits__desc {
        font-size: 16px;
        margin-bottom: 45px;
    }

    .config__title {
        font-size: 30px;
    }

    .config__txt p {
        font-size: 16px;
    }

    .offer__title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .offer__txt {
        font-size: 16px;
        color: #DFDFDF;
    }

    .form__filter span {
        font-weight: 600;
    }

    .card__caption {
        font-size: 18px;
    }

    .card__txt p {
        font-size: 16px;
    }

    .form__head h4 {
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
    }

    .form__radio_btn input[type=radio]+label {
        padding: 0 25px;
    }

    .form__desc {
        color: #fff;
    }

    .form__config {
        max-width: 600px;
    }

    .form__config h4 {
        text-transform: none;
    }

    .form__box_line {
        max-width: 200px;
        width: 100%;
    }

    .form__desc {
        transform: translateY(-30px);
    }

    .form__radio {
        font-size: 16px;
        line-height: 180%;
    }

    fieldset[name="formField"] h4 {
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
    }

    #ram__field .form__desc {
        font-weight: 400;
        font-size: 16px;
        line-height: 180%;
        color: #DFDFDF;
    }

    .form__check {
        font-weight: 400;
        font-size: 16px;
        line-height: 180%;
    }

    .assembly__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .assembly__desc {
        font-size: 16px;
        line-height: 180%;
    }

    .assembly__card {
        padding: 50px;
    }

    .assembly__caption {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 5px;
    }

    .assembly__list li {
        font-size: 16px;
        line-height: 180%;
    }

    .assembly__btn {
        margin: 0 auto;
    }

    .configurator-inner .card__price span {
        font-size: 16px;
        line-height: 180%;
    }

    .card__price {
        margin-bottom: 40px;
    }

    .configurator-inner .card__price .price {
        margin-bottom: 0;
    }

    .configurator-inner__list .list__item span {
        font-size: 16px;
        line-height: 180%;
    }

    .configurator-inner__list .list__item .list__img {
        width: 18px;
    }

    .popup__container {
        padding: 50px;
    }

    .popup__caption {
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 150%;
    }

    .popup__container {
        min-width: 510px;
    }

    .popup_close {
        width: 30px;
        height: 30px;
    }

    .popup_close svg {
        width: 10px;
    }

    .server__caption {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 50px;
    }

    .form__input span {
        font-size: 16px;
        line-height: 150%;
    }

    .form__filter {
        gap: 25px;
    }

    .card__footer {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .card__price {
        margin-bottom: 0;
    }

    .card_row {
        gap: 0;
    }

    .card_row .card__desc {
        padding: 30px;
    }

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

    .contact__txt span,
    .contact__txt link {
        font-size: 18px;
        line-height: 23px;
    }

    .contact__desc {
        gap: 20px;
    }

    .contact__caption {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 10px;
    }

    .contact__form .form__input label {
        font-size: 16px;
        line-height: 180%;
    }

    .contact__btn {
        font-size: 18px;
    }

    .prime {
        margin-bottom: 70px;
    }

    .server__filter .form__input span {
        margin-bottom: 10px;
    }
}

@media (max-width: 1300px) {
    html {
        font: 400 18px/1.5 futura;
    }

    .header__phone,
    .header__mail {
        display: none;
    }

    .social__tel {
        display: flex;
    }

    .header {
        font-size: 0.9em;
    }

    .contact__box {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact__txt span {
        width: unset;
    }

    .button {
        padding: 0.8rem 1rem;
    }

    .characters__cell {
        font-size: 18px;
    }

    .popup__container_search {
        gap: 30px;
        width: 90%;
    }

    .popup__connect {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 1200px) {
    .benefits__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .offer__container {
        grid-template-columns: repeat(2, 1fr);
    }

    .prime__list:first-child {
        gap: 80px;
    }

    .configurator-inner__list .list__item .list__img {
        width: 30px;
    }

    .configurator-inner__list .list__item span {
        font-size: 18px;
    }
}

@media (max-width: 1100px) {
    h1 {
        font: 600 2.5em/1.2 gilroy;
    }

    h2 {
        font: 600 2em/1.2 gilroy;
    }

    h3 {
        font: 600 1.7em/1.2 gilroy;
    }

    h4,
    .server-inner__title {
        font: 600 1.4em/1.2 gilroy;
    }

    h5 {
        font: 600 1.1em/1.5 futura;
    }

    h6 {
        font: 600 1em/1.5 futura;
    }

    .header .container {
        position: unset;
    }

    .header__cls {
        left: 50px;
    }

    .header__logo {
        margin-right: auto;
    }

    .header__nav {
        position: absolute;
        top: 101%;
        right: -100%;
        display: flex;
        flex-direction: column;
        min-width: 320px;
        height: 90vh;
        padding: 50px 0px;
        background-color: #1F1F1F;
        transition: all 0.3s ease-in-out;
    }

    .header__nav.open {
        left: auto;
        right: 0;
        transition: all 0.3s ease-in-out;
    }

    .menu_hidden {
        display: block;
    }

    .header__menu li {
        margin-bottom: 20px;
        text-align: center;
        text-transform: uppercase;
    }

    .header__menu li:last-child {
        margin-bottom: 0px;
    }

    .header__menu a {
        display: block;
        width: 100%;
        font-size: 20px;
    }

    .header__menu li.active a {
        background-color: transparent;
        color: #0872F6;
        font-weight: 600;
    }

    .header__menu {
        display: block;
        /* flex-grow: 1; */
    }

    .header__burger {
        display: block;
    }

    .header {
        background-color: #1F1F1F;
        font-size: 1em;
    }

    .form__filter {
        grid-template-columns: repeat(3, 1fr);
    }

    .form__config {
        max-width: unset;
    }

    .form__radio {
        width: 80%;
    }

    .form__check {
        width: 80%;
    }

    .card_row .card__price {
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .list__img {
        width: 20px;
        height: 20px;
    }

    .prime__links {
        font-size: 30px;
    }

    .configurator__container {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .configurator__filter {
        max-width: unset;
    }

    .configurator__sort {
        margin-bottom: 40px;
    }

    .configurator__caption {
        margin-bottom: 40px;
    }

    .configurator-inner__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .server__container {
        grid-template-columns: 1fr;
        gap: 80px;
    }

    .server__filter {
        max-width: unset;
    }

    .server__sort {
        margin-bottom: 40px;
    }

    .server__caption {
        margin-bottom: 40px;
    }

    .server-inner__box {
        padding: 30px;
    }

    .server-inner__price {
        font-size: 24px;
    }

    .footer__menu {
        /* flex-direction: column;
        gap: 10px; */
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: start;
        column-gap: 40px;
        row-gap: 10px;
    }

    .footer__menu li {
        max-width: max-content;
    }

    .slider__images {
        height: 340px;
    }

    .slider__thumbs {
        height: 440px;
    }

    .slider__image {
        height: 340px;
    }

    .slider__image_sm {
        height: 90px;
        padding: 8px;
    }

    .swiper-pagination-vertical.swiper-pagination-bullets {
        top: 40%;
    }

    .server__card .card__img {
        min-height: 200px;
        height: 100%;
    }

    .configurator-inner__box {
        order: 1;
    }
}

@media (max-width: 980px) {

    /* html {
        font: 400 18px/1.8 futura;
    } */
    .container {
        width: 100%;
        max-width: none;
    }

    h1 {
        font: 600 2.2em/1.2 gilroy;
    }

    h2 {
        font: 600 1.6em/1.2 gilroy;
    }

    h3 {
        font: 600 1.5em/1.2 gilroy;
    }

    h4,
    .server-inner__title {
        font: 600 1.3em/1.2 gilroy;
    }

    .footer__widget:first-child {
        padding: 80px 0;
    }

    .section {
        padding: 80px 0;
    }

    .breadcrumb {
        font-size: 0.875em;
    }

    .form__filter {
        max-width: unset;
    }

    .form__config {
        margin-bottom: 80px;
    }

    .tabs__caption {
        padding: 30px;
        gap: 30px;
    }

    .tabs__contents {
        padding: 30px;
    }

    .prime__content {
        margin: 0;
        text-align: start;
    }

    .prime__img_lf {
        display: none;
    }

    .prime__img_rg {
        width: 30%;
        height: 80%;
    }

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

    .about__content {
        padding: 80px 0;
        padding-bottom: 40px;
    }

    .about__img {
        height: 400px;
    }

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

    .config__img {
        height: 400px;
    }

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

    .offer__content {
        max-width: 540px;
    }

    .brands {
        padding-bottom: 80px;
    }

    .configurator {
        padding-bottom: 80px;
    }

    .configurator-inner {
        padding-bottom: 80px;
    }

    .assembly__card {
        padding: 20px;
    }

    .server {
        padding-bottom: 80px;
    }

    .server-inner__box {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .server-inner {
        padding-bottom: 80px;
    }

    .contact__title {
        margin-bottom: 60px;
    }

    .contact__txt:last-of-type {
        margin-bottom: 0;
    }

    .contact {
        padding-bottom: 80px;
    }

    .popup__container {
        width: 85vw;
        min-width: unset;
        padding: 20px;
        padding-top: 60px;
    }

    .popup_close {
        top: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
    }

    .header__cls {
        left: 16px;
    }

    .prime__list:first-child {
        gap: 50px;
    }

    .popup__container_search {
        grid-template-columns: 1fr;
        gap: 50px;
        max-height: 80vh;
        width: max-content;
        padding-top: 100px;
        overflow-y: auto;
    }

    .popup__connect {
        font-size: 18px;
        margin: 0 auto;
    }

    .popup__txt {
        font-size: 18px;
    }

    /* .sticky__icon {
        left: 20px;
        bottom: 20px;
        width: 40px;
        height: 40px;
        padding: 10px;
    }
    .sticky__whatsapp {
        bottom: 75px;
    } */

    .prime__txt {
        margin-bottom: 30px;
        margin-left: 0;
    }

    .search {
        margin-left: 0;
    }

    .popup_close svg {
        width: 18px;
    }
}

@media (max-width: 900px) {
    .card_row .card__price {
        max-width: unset;
    }
}

@media (max-width: 800px) {
    .footer__container {
        grid-template-columns: repeat(2, 1fr);
    }

    .prime__title {
        width: 80%;
    }

    .prime__img_rg {
        top: 200px;
        height: 60%;
    }

    .benefits__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .configurator__cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .server__card .card__img {
        min-height: 200px;
        height: 200px;
        padding: 20px;
    }

    .card__img {
        min-height: 200px;
        height: 200px;
        padding: 20px;
    }

    .card__desc {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    html {
        font: 400 16px/1.5 futura;
    }

    h1 {
        font: 600 1.8em/1.2 gilroy;
    }

    h2 {
        font: 600 1.5em/1.2 gilroy;
    }

    h3 {
        font: 600 1.25em/1.2 gilroy;
    }

    .footer__widget:first-child {
        padding: 60px 0;
    }

    .form__filter {
        grid-template-columns: repeat(2, 1fr);
    }

    .form__config {
        margin-bottom: 60px;
    }

    .card_row .card__price {
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .card_row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tabs__caption {
        padding: 20px;
    }

    .tabs__contents {
        padding: 20px;
    }

    .configurator {
        padding-bottom: 60px;
    }

    .configurator-inner {
        padding-bottom: 60px;
    }

    .server {
        padding-bottom: 60px;
    }

    .server-inner {
        padding-bottom: 60px;
    }

    .server-inner__box {
        gap: 50px;
    }

    .slider__images {
        height: 400px;
    }

    .slider__image {
        height: 400px;
    }

    .slider__image_sm {
        height: 100px;
    }

    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 140px;
    }

    .slider__flex {
        flex-direction: column-reverse;
    }

    .slider__col {
        flex-direction: row;
        align-items: center;
        margin-right: 0;
        margin-top: 24px;
        width: 100%;
    }

    .slider__images {
        width: 100%;
    }

    .slider__thumbs {
        height: 100px;
        width: calc(100% - 96px);
        margin: 0 16px;
    }

    .contact__title {
        margin-bottom: 30px;
    }

    .contact {
        padding-bottom: 60px;
    }

    .characters__cell {
        padding: 15px;
        font-size: 16px;
    }

    input[type=text],
    input[type=tel],
    input[type=password],
    input[type=email],
    input[type=search],
    select {
        padding: 16px;
    }

    .configurator-inner .card__price {
        margin-bottom: 10px;
    }
}

@media (max-width: 600px) {
    .social__icon {
        display: flex;
    }

    .social__tel {
        display: none;
    }

    .social_mb {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .header__social {
        gap: 15px;
    }

    .header__search {
        order: 1;
        width: 35px;
        height: 35px;
    }

    .header__nav {
        padding: 30px 0;
    }

    .header__menu {
        padding: 0 20px;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid #444444;
    }

    .header__phone_mb,
    .header__mail_mb {
        display: flex;
        align-items: center;
        font-size: 18px;
    }

    .header__phone_mb svg,
    .header__mail_mb svg {
        margin-right: 10px;
    }

    .header__form {
        padding: 15px 0;
    }

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

    .section {
        padding: 60px 0;
    }

    .form__filter {
        gap: 20px;
    }

    .form__config {
        gap: 30px;
    }

    .form__head {
        padding-bottom: 30px;
    }

    .form__row {
        gap: 30px;
    }

    .card_row .card__price {
        max-width: unset;
    }

    .pagination a {
        padding: 10px 15px;
    }

    .pagination {
        justify-content: center;
    }

    .about__content {
        padding: 60px 0;
        padding-bottom: 20px;
    }

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

    .brands {
        padding-bottom: 60px;
    }

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

    .server-inner__box {
        padding: 20px;
    }

    .slider__images {
        height: 300px;
    }

    .slider__image {
        height: 300px;
    }

    .slider__image_sm {
        height: 80px;
    }

    .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }

    .contact__btn {
        width: 100%;
    }

    .popup_close {
        width: 40px;
        height: 40px;
    }

    .header__form .search {
        max-width: 80%;
        margin-left: auto;
        height: 50px;
    }

    .configurator-inner .card__caption {
        color: #fff;
        font-weight: 500;
    }

    .contact__box {
        grid-template-columns: 1fr;
        /* justify-items: center; */
    }

    .contact__desc {
        max-width: unset;
        width: 100%;
    }

    .contact__txt span {
        margin-right: 20px;
    }

    .contact__btn {
        /* display: inline-block; */
        /* margin: 0 auto; */
    }

    .prime__title {
        width: 100%;
    }

    .popup__container_search {
        width: 95%;
        max-height: 90vh;
        padding-top: 80px;
        gap: 30px;
    }

    .popup__product {
        gap: 30px;
    }

    .popup__connect {
        width: 60px;
        height: 60px;
    }

    .sticky__icon {
        display: none;
    }
}



@media (max-width: 540px) {
    .search input[type=search] {
        padding: 12px 20px;
    }

    .search__btn {
        padding: 12px 20px;
    }

    .search {
        height: 50px;
    }

    .prime__nav {
        margin-bottom: 40px;
    }

    .prime__img_rg {
        display: none;
    }

    .server-inner__buttons .button {
        width: 100%;
        max-width: unset;
    }

    .prime__list:first-child {
        gap: 30px;
    }

    .card__footer {
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .button {
        width: 100%;
        max-width: unset;
    }

    .configurator-inner .card__btn {
        max-width: unset;
    }

    .search__btn {
        max-width: max-content;
    }

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

    .form__row {
        display: grid;
    }

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

    .card_row .card__btn {
        width: 100%;
    }

    .configurator-inner__card {
        /* position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: unset; */
        height: -moz-max-content;
        height: max-content;
        width: 100%;
        /* z-index: 7; */
    }

    /* .configurator-inner .card__caption {
        font-size: 16px;
    } */
    .configurator-inner .card__desc {
        padding: 20px;
        gap: 20px;
    }

    .configurator-inner .card__price .price {
        font-size: 20px;
    }

    .configurator-inner .card__price span {
        font-size: 16px;
    }

    /*.configurator-inner .card__img {
        display: none;
    }
     .configurator-inner__list {
        display: none;
    } */
    .form__dots {
        display: none;
    }

    .form__wrap {
        align-items: flex-end;
    }

    .form__check {
        width: 100%;
        /* flex-wrap: wrap;
        justify-content: flex-end; */
    }

    .form__num {
        position: relative;
        width: max-content;
        opacity: 1;
    }

    .form__num input {
        min-width: 40px;
        min-height: 40px;
    }

    .count_txt {
        position: absolute;
        top: 110%;
        right: 0;
        width: max-content;
        line-height: 1;
    }
}

@media (max-width: 420px) {
    .prime__nav {
        margin-bottom: 30px;
    }

    .prime__links {
        font-size: 24px;
        gap: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}


/*alert*/

.box-size {
    box-sizing: border-box;
}

.alert--fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.alert--error,
.alert--warning,
.alert--active {
    display: flex;
}

.alert--width {
    width: 400px;
}

.alert--img__item svg {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.alert--img__item {
    display: none;
    flex-shrink: 0;
}

.alert--active .active {
    display: block;
}

.alert--warning .warning {
    display: block;
}

.alert--error .error {
    display: block;
}

.alert--content {
    position: relative;
    z-index: 12;
    border-radius: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: white;
    padding: 30px;
    color: #333333;
    margin-bottom: 10%;
}

.alert--bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    z-index: 11;
    top: 0px;
    left: 0px;
}

.alert-text {
    margin-top: 15px;
    text-align: center;
}

.alert--active .active path {
    fill: #4ad395;
}

.alert--warning .warning path {
    fill: #e5e75d;
}

.alert--error .error path {
    fill: #f81919;
}

.alert--title {
    font-size: 28px;
    font-weight: 500;
}

.alert--subtitle {
    font-weight: 400;
    font-size: 20px;
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #ccbbbb;
}

.alert--x {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 8px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.alert--x svg {
    width: 100%;
    height: 100%;
}

.alert--x svg path {
    fill: #968787;
    transition: all 0.3s ease;
}

.alert--x:hover path {
    fill: black;
}

/*alert*/

/*formLoader*/

.form_loader {
    position: fixed;
    display: none;
    z-index: 999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.form_loader_block {
    position: absolute;
    width: 350px;
    max-width: 90%;
    left: 50%;
    top: 45%;
    padding: 40px;
    border-radius: 10px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.form_loader_animate {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.form_loader_animate:after {
    content: "";
    display: block;
    width: 85%;
    height: 85%;
    /*margin: 8px;*/
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #0872F6 transparent #0872F6 transparent;
    -webkit-animation: loader-animate 1.2s linear infinite;
    animation: loader-animate 1.2s linear infinite;
}

.form_loader_text {
    font-size: 20px;
    text-align: center;
}

@-webkit-keyframes loader-animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-animate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*formLoader*/


.server__mades {
    padding: 40px 0 10px;
}

.server__mades--title {
    color: #999;
/*    font: 500 24px/1.5 gilroy;*/
    font-size: 24px;
    font-style: normal;
    margin-bottom: 20px;
    font: 600 1.2em/1.5 gilroy;
}

.server__mades--items {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.server__mades--item {
    border-radius: 10px;
    background: #FFF;
    padding: 5px 20px;
    margin-right: 30px;
    color: #000;
    font: 500 24px/1.5 gilroy;
    font-style: normal;
    margin-bottom: 30px;
}

.server__mades--item.active {
    color: #fff;
    background: linear-gradient(90deg, #0972F6 0%, #9A51F7 100%);
    cursor: default;
    pointer-events: none;
}

.configurator__mades {
    padding: 40px 0 10px;
}

.configurator__mades--title {
    color: #999;
    font: 500 24px/1.5 gilroy;
    font-size: 24px;
    font-style: normal;
    margin-bottom: 20px;
}

.configurator__mades--items {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.configurator__mades--item {
    border-radius: 10px;
    background: #FFF;
    padding: 5px 20px;
    margin-right: 30px;
    margin-bottom: 30px;
    color: #000;
    font: 500 24px/1.5 gilroy;
    font-style: normal;
}

.configurator__mades--item.active {
    color: #fff;
    background: linear-gradient(90deg, #0972F6 0%, #9A51F7 100%);
    cursor: default;
    pointer-events: none;
}

.widthd {
    position: relative;
}

.dropd {
    position: absolute;
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(244deg, #242229 0%, #252229 100%);
    top: 47px;
    left: 20px;
    height: auto;
    max-height: 0px;
    overflow: hidden;
}

.dropd ul {
    border: 1px solid #444;
    border-radius: 0 0 10px 10px;
}

.dropd ul li {
    list-style-type: none;
}

.dropd__wrapper {
    min-height: 20px;
    border: none;
}

.dropd a {
    background: none;
}

.dropd li:hover a{
    color: #0872F6;
}
.dropd li a{
    display: flex;
    width: 100%;
}

.widthd.active .dropd a {
    background: none;
}

.widthd:hover .dropd {
    height: auto;
    max-height: 250px;
    left: 0;
    top: 46px;
}

.server__sort select {
    background: #3a254e;
    padding: 0 20px 16px 10px;
    margin-bottom: -16px;
    appearance: none;
    cursor: pointer;
    position: relative;
}

.server__sort::after {
    content: url("/img/dropy.svg");
    width: 10px;
    height: auto;
    display: block;
    position: absolute;
    top: 4px;
    right: 7px;
}

.server__sort option {
    color: #fff;
}

.server__sort {
    padding: 16px 0 16px 20px;
    background: linear-gradient(90deg, #372647 -1.96%, #3C274F 100%);
}


@media (max-width: 1445px) {
    .dropd {
        top: 41px;
    }
    .dropd__wrapper {
        min-height: 18px;
    }
}

@media (max-width: 1300px) {
    .dropd__wrapper {
        min-height: 13px;
    }
}

@media (max-width: 1100px) {
    .dropd {
        display: none;
    }

    .widthd {
        display: flex;
        justify-content: center;
    }
    .widthd a {
        width: auto;
    }
}

@media (max-width: 767px) {
    .configurator__mades--item {
        padding: 5px 13px;
        font: 500 20px/1.5 gilroy;
    }
    .server__mades--item {
        padding: 5px 13px;
        font: 500 20px/1.5 gilroy;
    }
}