.server-order.catalog-s02__tiles-wrapper {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;

    letter-spacing: 0.888889px;
    text-transform: uppercase;

    color: rgba(0, 0, 0, 0.5);
}

.server-order.catalog-s02__controls-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.catalog-s02.server-order .l-price .button--blue.button--fulfill {
    background-color: #0090f0;
}


.server-order .button--settings-icon svg {
    fill: transparent;
    stroke: #fff;
    stroke-width: 2px;
}

.server-order.main-s03 {
    align-items: center;
    margin-bottom: 100px;
}

.advantages-wrapper {
    min-height: 843px;
    /* background: url('/images/server-order/advantage.svg') no-repeat #ffffff; */
    background: url('/images/server-order/advantage.svg') no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 10;
    border-top: 1px solid #BBD2EA;
    border-bottom: 1px solid #BBD2EA;
    padding: 40px 12.5%;
    box-sizing: border-box;

    justify-content: center;
    /* margin-top: 200px; */
}

.server-order.main-s04 .l-profit li {
    overflow: inherit;
}

.server-order .product-card__inner {
    padding: 5%;
}

.server-order .product-card__image .img-wrapper {
    position: absolute;
    top: 45%;
}

.server-order .product-card__image .img-wrapper svg {
    max-height: 140px;
    height: 140px;
}

.server-order .product-card__image {
    margin: 0;
}



.server-order-desc {
    /* display: none; */
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;

    color: #17262F;

    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
}

.catalog-s03.server-order form {
    width: 100%;
}

.server-order-filter input {
    display: block;
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #BFCAD9;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 0 65px 0 24px;
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    outline: none;
}

.catalog-s03.server-order .l-filter {
    padding: 44px 12.5%;
    background: #0090f0;
    display: flex;
}

.catalog-s04.server-order {
    padding: 100px 12.5%;
}

.catalog-s04.server-order-detail-form {
    padding: 25px 12.5% 30px;
}

.server-order .product-card__smalls-wrapper {
    display: none !important;
}


.server-order .product-card:before {
    /* display: none; */
}

.server-order .product-card__inner_order,
.server-order .product-card__image_order {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.server-order .product-card__inner_order {
    background-color: #fff;
    box-shadow: 0 0 0 rgb(23 38 47 / 30%), inset 0 0 0 1px #d7e5f4;
    outline: 2px solid transparent;
    transition: box-shadow .25s ease, -webkit-transform .25s ease;
}

.server-order .product-card__inner_order:hover {
    box-shadow: 0 20px 40px rgb(23 38 47 / 30%), inset 0 0 0 1px #d7e5f4;
}


.server-order .product-card__image_order {
    display: flex;
    flex-direction: column;
    padding: 8% 2%;
    text-decoration: none;
}

.server-order .img-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.server-order .img-wrapper svg {
    max-height: 100px;
    height: 100px;
}

[data-name="server-for-1c"] svg defs {
    display: none;
}

[data-name="server-for-1c"]:hover svg defs {
    display: block;
}

.product-card-item {
    float: left;
    width: 100%;
    min-width: 270px;
    -webkit-perspective: 1500px;
    perspective: 1500px;
    position: relative;
    z-index: 5;
}

.product-card-item:before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 156%;
}

.lf-content {
    /* max-width: 1040px; */
    max-width: 1025px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.advantages-item {
    width: 25%;
    background-color: #fff;
    border: 1px solid #D7E5F4;
    box-sizing: border-box;
    padding: 20px 14px 24px 20px;
}

.advantages-item-title {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #17262F;
    padding-bottom: 19px;
    margin-bottom: 15px;
    position: relative;
}

.advantages-item-title:after {
    display: block;
    position: absolute;
    content: '';
    border: 1px solid #30ED91;
    width: 44px;
    bottom: 0;
    left: 0;
}

.advantages-item-description {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: rgba(23, 38, 47, 0.8);
}

.advantages-item-description li {
    list-style-type: disc;
    margin-bottom: 8px;
}

.advantages-item-description li:last-child {
    margin-bottom: 0;
}

.advantages-item-description ul {
    padding-left: 20px;
}

.advantages-item-icon {
    margin-bottom: 12px;
}

h2.advantages-section-title {
    font-family: Akrobat;
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #17262F;
    margin-top: 130px;
    padding: 0 12.5%;
    position: relative;
    z-index: 10;
    margin-bottom: -5px;
}

.no-find-task__form-wrapper {
    position: relative;
    z-index: 5;
    display: flex;
    /* justify-content: space-between; */
}

#noFindTask {
    max-width: 467px;
    position: relative;
}

#noFindTask .simple-input__input,
#kpDetail .simple-input__input {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}

#noFindTask .simple-input__placeholder,
#kpDetail .simple-input__placeholder {
    color: #fff;
}
.leasing-form__position .simple-input__placeholder {
    top: -10px;
}
#noFindTask .modal__button,
#kpDetail .modal__button {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 100px;
    width: 100%;
    height: 51px;
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 20px;
}

#noFindTask .drop-file--small .drop-file__inner,
#kpDetail .drop-file--small .drop-file__inner {
    border: 1px dashed rgba(255, 255, 255, 0.7);
    background: inherit;
}

#noFindTask .drop-file--small .drop-file__label,
#kpDetail .drop-file--small .drop-file__label {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.7);
}

#noFindTask .drop-file--small .drop-file__label span,
#kpDetail .drop-file--small .drop-file__label span {
    text-decoration-line: underline;
    border: none;
}

.filter-submit {
    position: absolute;
    right: 3px;
    top: 3px;
}

.server-order-filter {
    position: relative;
}

.server-order-detail form {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 5;
}

.server-order-detail__left {
    display: flex;
    width: 100%;
    min-height: 700px;
    background: #fff;
    padding: 40px 48px 40px 48px;
    box-sizing: border-box;
}

.server-order-detail__right {
    width: initial;
    min-width: 450px;
    max-height: 700px;
    background: #0090F0;
    padding: 40px 63px 65px 63px;
    box-sizing: border-box;
}

.advantages-detail h2.advantages-section-title {
    margin-top: 30px;
}

.server-order-detail__right__title {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

#kpDetail .modal__button {
    width: 218px;
    margin-bottom: 0;
}

.server-order-detail__right_button-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.server_way {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.server-order-detail__right > .server_way {
    display: none;
}

#noFindTask .modal__button:hover, #kpDetail .modal__button:hover {
    color: #0090f0;
    background: #fff;
}
.seo-wrapper ul{
    padding-left: 20px;
}
.seo-wrapper ol,
.seo-wrapper ul{
    list-style-type: initial;
}
.seo-wrapper {
    padding: 10px 12.5% 140px;
    position: relative;
    z-index: 5;
}

.img-wrapper .bodymovin {
    max-width: 260px;
}

.top3-servers {
    padding: 40px 12.5% 80px;
    position: relative;
    z-index: 5;
}

.top3-servers h4 {
    margin-top: 30px;
    margin-bottom: 35px;
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #334C5C;
}

.top3-servers-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 16px 0;
    filter: drop-shadow(0px 8px 30px rgba(35, 56, 71, 0));
    transition: ease-in-out 0.25s;
}

.top3-servers-item__left,
.top3-servers-item__right {
    min-height: 368px;
    width: 100%;
    max-width: 645px;
    border: 1px solid #D7E5F4;
    position: relative;
    transform: translate(0, 0);
    transition: ease-in-out 0.25s;
}

.top3-servers-item__left {
    background: #fff;
}

.top3-servers-item__right {
    background: #F6F9FC;
    text-align: right;
}

.top3-servers-item__left:before {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    display: block;
    content: '';
    border: 133px solid transparent;
    border-left: 0px solid white;
    border-top: 370px solid white;
    z-index: 2;
}

.top3-servers-item__left:after {
    position: absolute;
    left: 100%;
    margin-left: 1px;
    top: -1px;
    bottom: -1px;
    display: block;
    content: '';
    border: 133px solid transparent;
    border-left: 0px solid #D7E5F4;
    border-top: 370px solid #D7E5F4;
    z-index: 1;
}


.top3-servers-item__right:before {
    position: absolute;
    right: 100%;
    bottom: 0;
    display: block;
    content: '';
    border: 133px solid transparent;
    border-right: 0px solid #F6F9FC;
    border-bottom: 370px solid #F6F9FC;
    z-index: 2;
}

.top3-servers-item__right:after {
    position: absolute;
    right: 100%;
    margin-right: 1px;
    margin-top: -1px;
    bottom: -1px;
    display: block;
    content: '';
    border: 133px solid transparent;
    border-right: 0px solid #D7E5F4;
    border-bottom: 370px solid #D7E5F4;
    z-index: 1;
}

.top3-servers-item:hover .top3-servers-item__left {
    transform: translate(0, 8px);
}

.top3-servers-item:hover .top3-servers-item__right {
    transform: translate(0, -8px);
}

.top3-servers-item:hover {
    filter: drop-shadow(0px 8px 30px rgba(35, 56, 71, 0.15));
}


.top3-servers-item__content {
    display: flex;
    /* align-items: center; */
    padding: 30px 48px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.top3-servers-item__left .top3-servers-item__content > div {
    width: 50%;
}

.top3-servers-item__discount span {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(23, 38, 47, 0.8);
    mix-blend-mode: normal;
    opacity: 0.9;
    padding: 0 3px;
    background: linear-gradient(315deg, #2EED90 0%, #19FFE6 100%);
}

.top3-servers-item__title.is_new {
    margin-top: 24px;
}

.top3-servers-item__title {
    margin-top: 4px;
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #17262F;
}

.top3-servers-item__label {
    position: absolute;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    text-transform: uppercase;
    pointer-events: none;
    font-family: Akrobat, Impact, fantasy;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 82px;
    text-align: right;
    letter-spacing: -0.25px;
    color: rgba(210, 238, 254, 0.8);
    top: 96px;
    left: 48px;
    z-index: -1;
}

.top3-servers-item__type {
    font-family: Akrobat;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.685714px;
    text-transform: uppercase;
    margin-top: 26px;
    color: #334C5C;
    margin-bottom: 30px;
}

.top3-servers-item__description {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: rgba(51, 76, 92, 0.7);
    margin-bottom: 30px;
    margin-top: 30px;
    min-height: 110px;
    max-width: 280px;
    text-align: left;
}

.top3-servers-item__btn a {
    padding: 15px 45px;
}

.top3-servers-item__btn a svg {
    fill: transparent;
    stroke: #0090f0;
    stroke-width: 2px;
}

.top3-servers-item__btn a:hover svg {
    stroke: #fff;
}


.top3-servers-item_kp {
    padding: 30px 48px;
}

.top3-servers-item__description-extended {
    margin-bottom: 55px;
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: rgba(51, 76, 92, 0.7);
}

.top3-servers-item-even .top3-servers-item__right,
.top3-servers-item-even .top3-servers-item__description-extended {
    text-align: left;
}

.top3-servers-item-even .top3-servers-item__left {
    text-align: right;
}

.top3-servers-item .product-card__total-price {
    transform: scale(1);
    font-size: 25px;
}

.top3-servers-item-even .top3-servers-item__left .product-card__total-price {
    text-align: right;
    transform: scale(1);
    font-size: 25px;
}

.top3-servers-item-even .top3-servers-item__label {
    left: inherit;
    right: 5px;
}

.top3-servers-item-even .top3-servers-item__left:before {
    left: inherit;
    top: 0;
    position: absolute;
    right: 100%;
    bottom: 0;
    display: block;
    content: '';
    border: 133px solid transparent;
    border-right: 0px solid #fff;
    border-top: 370px solid #fff;
    z-index: 2;
}

.top3-servers-item-even .top3-servers-item__left:after {
    left: inherit;
    top: 0;
    position: absolute;
    right: 100%;
    margin-right: 1px;
    margin-top: -1px;
    bottom: -1px;
    display: block;
    content: '';
    border: 133px solid transparent;
    border-right: 0px solid #D7E5F4;
    border-top: 370px solid #D7E5F4;
    z-index: 1;
}

.top3-servers-item-even .top3-servers-item__right:before {
    right: inherit;
    top: inherit;
    position: absolute;
    left: 100%;
    bottom: 0;
    display: block;
    content: '';
    border: 133px solid transparent;
    border-left: 0px solid #F6F9FC;
    border-bottom: 370px solid #F6F9FC;
    z-index: 2;
}

.top3-servers-item-even .top3-servers-item__right:after {
    right: inherit;
    top: inherit;
    position: absolute;
    margin-left: 1px;
    left: 100%;
    bottom: -1px;
    display: block;
    content: '';
    border: 133px solid transparent;
    border-left: 0px solid #D7E5F4;
    border-bottom: 370px solid #D7E5F4;
    z-index: 1;
}

.mobile-show {
    display: none;
}

.server-order-detail__field {
    width: 50%;
    margin-bottom: 14px;
}

/* .server-order-detail__field.field_checkbox { */
.server-order-detail__field.w100 {
    width: 100%;
    /* margin-bottom: 0;
    margin-top: 14px; */
}

.server-order-detail__field.field_checkbox {
    display: flex;
    align-items: center;
}

.server-order-detail__field .server-order-detail__field-inner > label {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: rgba(23, 38, 47, 0.8);
    margin-bottom: 7px;
}

.server-order-detail__form-fields {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px;
}

.server-order-detail__field-inner {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
}

#kpDetail .SumoSelect .CaptionCont.SelectBox:before {
    display: none;
}


.server-order-detail .grecaptcha-badge {
    display: none !important
}

.server-order-detail__field-inner .SumoSelect .CaptionCont.SelectBox {
    padding: 7px 16px;
}

.server-order-detail__field-inner .SumoSelect li.opt label {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: rgba(17, 34, 51, 0.8);
}

.server-order-detail__field-inner .SumoSelect .optWrapper .options li.opt {
    border: none;
    padding: 9.5px 17px;
}

.server-order-detail__field-inner .SumoSelect .optWrapper.multiple .options li.opt {
    padding-left: 52px;
}

.server-order-detail__field-inner .SumoSelect .optWrapper .options li.opt.selected,
.server-order-detail__field-inner .SumoSelect .optWrapper .options li.opt:hover {
    background: rgba(191, 202, 217, 0.2);
}

.server-order-detail__field-inner .SumoSelect > .optWrapper {
    background: #FFFFFF;
    border: 1px solid #BFCAD9;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: none;
}

.server-order-detail__field-inner .SumoSelect .optWrapper.multiple .options li.opt span {
    width: inherit;
}

.server-order-detail__field-inner .SumoSelect .optWrapper.multiple .options li.opt span i {
    background-color: #FFFFFF;
    border: 1px solid #99B0CA;
    box-sizing: border-box;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    box-shadow: none;
}

.server-order-detail__field-inner .SumoSelect .optWrapper.multiple .options li.opt.selected span i {
    background-color: #0090F0;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABWSURBVHgBtY5bCsAwCATX0nt3e3JrShvyjvnIgCji4AJOVPUKhRU+6eeVD49kjclKpjGKTwEOY0wl48xeWyQ7iHOyv0WEaESi9qkFhzyWOrJPKmRiFw/xCaZomyHN3wAAAABJRU5ErkJggg==");
    background-position: 3px 4px;
    border-color: #0090F0;
    background-repeat: no-repeat;
}


.select_radio .server-order-detail__field-inner .SumoSelect .optWrapper .options li.opt {
    padding-left: 52px;
}

.select_radio .server-order-detail__field-inner .SumoSelect .optWrapper .options li.opt:after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background: #FFFFFF;
    border: 1px solid #99B0CA;
    box-sizing: border-box;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -11px;

}

.select_radio .server-order-detail__field-inner .SumoSelect .optWrapper .options li.opt.selected:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background: #FFFFFF;
    border: 7px solid #0090F0;
    box-sizing: border-box;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -11px;
    z-index: 1;
}

.server-order-detail__field-inner .SumoSelect.open > .CaptionCont,
.server-order-detail__field-inner .SumoSelect:focus > .CaptionCont,
.server-order-detail__field-inner .SumoSelect:hover > .CaptionCont {
    box-shadow: none;
}

.field_input {
    background: #FFFFFF;
    border: 1px solid #BFCAD9;
    box-sizing: border-box;
    border-radius: 5px;

    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    height: 40px;
    padding: 7px 16px;
}

.server-order-detail__field-inner .radio-group .radio span {
    padding: 11px 12px;
}

.field_checkbox .server-order-detail__field-inner > label {
    margin-bottom: 0;
}

.field_checkbox input {
    opacity: 0;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.field_checkbox label {
    display: flex;
    align-items: center;
    position: relative;
}

.field_checkbox label i {
    content: '';
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #99B0CA;
    box-sizing: border-box;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    box-shadow: none;
    margin-right: 9.5px;
}

.field_checkbox input:checked + i {
    background-color: #0090F0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAALCAYAAABPhbxiAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABWSURBVHgBtY5bCsAwCATX0nt3e3JrShvyjvnIgCji4AJOVPUKhRU+6eeVD49kjclKpjGKTwEOY0wl48xeWyQ7iHOyv0WEaESi9qkFhzyWOrJPKmRiFw/xCaZomyHN3wAAAABJRU5ErkJggg==);
    background-position: 3px 4px;
    border-color: #0090F0;
    background-repeat: no-repeat;
}

.server-order-detail__field-inner .noUi-origin:nth-child(2) {
    display: none !important
}


.server-order-detail__field-inner .leasing-calc input {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #17262F;
    border: none;
    outline: none;
    margin-bottom: 3px;
}

.server-order-detail__field-inner .input_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}

.server-order__subtitle-icon {
    max-width: 32px;
    max-height: 32px;
    width: 32px;
    height: auto;
}

.server-order .radio-group {
    flex-wrap: wrap;
}

.server-order .radio-group .radio span {
    border-right: 1px solid rgba(191, 202, 217, .96);;
    margin-right: -1px;
}

.thanx-section {
    padding: 40px 10% 30px;
    position: relative;
    background: #fff;
    /*background-image: url("/images/server-order/ellipsrigh.png");*/
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.thanx-banner {
    width: 100%;
    padding: 15px;
    border: 1px solid #D7E5F5;
    background: #F6F9FC;
    color: #334C5C;
    font-family: IBM Plex Mono;
    font-style: normal;
    box-sizing: border-box;
}

.thanx-banner_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.thanx-banner_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.thanx-banner_phone {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.thanx-section_relevant {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.thanx-section_relevant a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.thanx-section_relevant a svg {
    flex-shrink: 0;
}
.thanx-news {
    padding: 0 20.5%;
    background-color: #F6F9FC;
    z-index: 10;
    position: relative;
}

.thanx-news_wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 18px;
}

.thanx-news-item {
    position: relative;
    padding: 22px 17px 32px;
    background: #FFF;
    border: 1px solid #d7e5f5;
    border-radius: 20px;
    height: auto;
    max-height: unset;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.thanx-news-item:not(:last-child) {
    margin-bottom: 11px;
}

.thanx-news_title {
    margin-top: 40px;
    margin-bottom: 33px;
    color: #334C5C;
    font-family: IBM Plex Mono;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.thanx-news-item_title {
    margin-bottom: 11px;
    color: rgba(23, 38, 47, 0.80);
    font-family: IBM Plex Mono;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.thanx-news-item_image {
    width: 100%;
}

.thanx-news-item__small-text {
    color: rgba(23, 38, 47, 0.50);
    font-family: IBM Plex Mono;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
}

.thanx-news_button {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}

.thanx-news_button a {
    font-weight: 700;
    font-size: 14px;
    line-height: 86%;
    text-align: center;
    color: #0090f0;
    text-transform: none;
}

.thanx-social-fixed {
    /*display: flex;*/
    display: none;
    flex-direction: column;
    position: fixed;
    padding: 9px 34px 18px 34px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 50px;
    background: #193D9E;
    z-index: 12;
    box-sizing: border-box;
}

.thanx-social-fixed_text {
    margin-bottom: 14px;
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Mono;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.thanx-social-fixed_links {
    display: flex;
    align-items: center;
}


.thanx-section_manager {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #334c5c;
    margin-bottom: 10px;
}

.thanx-section_manager .mobile-text {
    display: none;
}

.thanx-news_blog-card__bth {
    margin-top: 13px;
}

.thanx-section_title {
    font-family: "Akrobat", sans-serif;
    font-size: 39px;
    font-weight: 900;
    line-height: 60px;
    color: #17262f;
    margin-bottom: 26px;
    min-height: auto;
    text-transform: unset;
}

.thanx-section_title br.mobile {
    display: none;
}
.thanx-banner {
    margin-bottom: 60px;
    border: none;
    background: none;
    color: #334C5C;
    box-sizing: border-box;
    padding: 0;
}

.thanx-banner_title {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.thanx-banner_text {
    display: inline-block;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 150%;
}

.thanx-banner_text a{
    font-weight: 700;
    color: #0090f0;
    text-decoration: none;
    transition: color 0.3s ease;
    font-feature-settings: normal;
}

.thanx-news-item__button {
    font-weight: 700;
    font-size: 10px;
    text-align: center;
    color: #0090f0;
    border: 2px solid #0090f0;
    border-radius: 100px;
    padding: 0 26px;
    width: fit-content;
    text-decoration: none;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
}

.thanx-news-item .blog-card-stats__metrics {
    display: flex;
    gap: 15px;
    align-items: center;
}

.thanx-news-item .blog-card-stats__item {
    display: flex;
    gap: 8px;
    align-items: center;
}

.blog-card-stats__item .blog-card-stats__icon {
    margin-right: 0;
}

.blog-card-stats__item .blog-card-stats__icon {
    margin-right: 0;
}

.blog-card-stats__item .blog-card-stats__icon--clock {
    width: 17px;
    height: 17px;
}

.blog-card-stats__item .blog-card-stats__icon--eye {
    width: 29px;
    height: 18px;
    background-size: cover;
}

.blog-card-stats__container {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
}

.thanx-news__info {
    display: flex;
    flex-direction: column;
}

@media(min-width: 1100px) {
    .blog-card-stats__item .blog-card-stats__icon--clock {
        width: 11px;
        height: 11px;
    }

    .blog-card-stats__item .blog-card-stats__icon--eye {
        width: 17px;
        height: 9px;
    }

    .thanx-news-item_title {
        padding-right: 11%;
    }

    .thanx-news__info {
        padding: 4px 0;
        width: calc(100% - 38% - 10px);
    }

    .blog-card-stats__container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: auto;
    }

    .thanx-news__link {
        display: flex;
        align-items: center;
        width: 38%;
        height: 100%;
    }

    .thanx-section {
        padding: 45px 12.5% 33px;
    }

    .thanx-news-item__button {
        padding: 0px 20px;
        font-size: 12px;
        height: 33px;
        transition: all 0.3s ease;
    }

    .thanx-news-item__button:hover {
        background-color: #0090f0;
        color: #fff;
    }

    .thanx-banner_text a:hover{
        color: #0090f085;
    }

    .thanx-social-fixed {
        padding: 25px 12.5% 15px 12.5%;
        flex-direction: row;
        justify-content: space-between;
        bottom: 0;
    }

    .thanx-social-fixed_text {
        max-width: 620px;
        margin-right: 20px;
        font-size: 24px;
        line-height: normal;
        text-align: left;
    }

    .thanx-news-item {
        border: 1px solid #d7e5f5;
        border-radius: 20px;
        padding: 17px 44px 19px 14px;
        margin-bottom: 0;
        display: flex;
        flex-direction: row;
        gap: 10px;
        height: 162px;
        box-sizing: border-box;
    }

    .thanx-news-item_image {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .thanx-news_wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 54px;
        padding-bottom: 55px;
    }


}

@media(min-width: 1300px) {
    .thanx-news {
        padding: 0 12.5%;
    }

    .thanx-news_blog-card__bth {
        position: absolute;
        bottom: 22px;
        left: 270px;
        margin-top: 0;
    }
}

@media(min-width: 1600px) {
    .thanx-news_blog-card__bth {
        left: 307px;
    }
}

.thanx-news_blog {
    display: flex;
    padding: 40px 0 60px;
}

.mobile-top #mobile_sub {
    top: 19%
}

.thanx-news_squarear-right {
    position: absolute;
    left: 14%;
    top: 17%;
}

.thanx-news_squarear-left {
    position: absolute;
    right: 9%;
    bottom: -19%;
}

.thanx-news #mobile {
    display: none;
}

.thanx-section_inner #mobile {
    display: none;
}

.thanx-news #mobile_subscribe {
    display: none;
}

.thanx-section_inner #mobile_subscribe {
    display: none;
}

.thanx-news_articles {
    color: #fff;
    font-size: 24px;
    padding: 30px 0 0;
}

.thanx-section_inner > div {
    /* width: 50%; */
}

.thanx-section_inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.thanks__socials-wrapper {
    padding: 60px 0;
    border: 4px solid #0090F0;
    border-radius: 20px;
    width: 370px;
}

.thanks__socials-content {
    margin-left: -9px;
    background: #fff;
    padding: 10px 2px;
}

.thanks__socials-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    color: #3f484f;
    margin-bottom: 7px;
}

.thanks__socials-list {
    display: flex;
    align-items: center;
    gap: 18px;
}

.thanks__socials-link {
    display: block;
    width: 30px;
    height: 30px;
}

.thanks__socials-link svg {
    width: 100%;
    height: 100%;
}

.thanx-section_arrow {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #0090f0;
    font-weight: 700;
}

.thanx-section_unifed-subtitle {
    display: flex;
    justify-content: space-evenly;
    background-color: #f6f9fc;
    padding: 0 60px;
}

.thanx-section_directions {
    display: flex;
    justify-content: space-between;
    padding: 0 12.5% 30px;
    background-color: #f6f9fc;
    height: 50px;
}

.thanx-section_directions-laptop {
    display: none;
}

.thanx-section_directions-down-yes {
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #0090f0;
    font-weight: bolder;
    right: 48%;
    bottom: -46%;
}

.thanx-section_directions-down-yes svg {
    height: 80px;
}

.thanx-section_directions-down-no {
    position: absolute;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #0090f0;
    font-weight: bolder;
    right: 48%;
    bottom: -93%;
}

.thanx-section_directions-down-no svg {
    height: 100px;
}

.thanx-section_directions-down svg {
    max-height: 80px;
}

.thanx-section_directions-top {
    display: none;
}

.thanx-section_subtitle {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    background-image: url("../images/server-order/fonst.png");
    background-repeat: no-repeat;
    background-size: contain;
    text-transform: none;
    font-weight: 400;
    line-height: 1.5;
    padding: 50px 70px;
    margin-top: 40px;
    margin-left: 25px;
    z-index: 11;
    position: relative;
}

.thanx-section_phone-title {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-size: 20px;
    color: #334C5C;
    font-weight: 500;
    line-height: 1.5;
}

/*.thanx-section_phone-title span {
  font-weight: bolder;
}*/
.thanx-news_blog-card {
    padding: 20px 15px;
    justify-content: flex-start;
}

.thanx-news_blog-card__bth a {
    margin-top: 13px;
    padding: 13px 24px;
    font-size: 10px;
}

.thanx-news_blog-card__img {
    display: block;
    margin-bottom: 8px;
    width: 100%;
    height: 200px;
    background-color: #00CC00;
    background-size: cover;
    background-position: center;
}

.thanx-news_blog-card__title {
    display: block;
    text-decoration: none;
    color: rgba(23, 38, 47, .8);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0.32em;
}

.thanx-section_phone-wrapper {
    background-color: #FFFFFF;
    padding: 30px;
    border: 1px solid #e9ecf1;
    margin-top: 40px;
    margin-right: 25px;
    height: 100%;
    z-index: 11;
    position: relative;


}

.thanx-section_phone-number {
    font-family: IBM Plex Mono;
    font-style: normal;
    font-size: 20px;
    color: #334C5C;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.5;
}

.thanx-social {
    padding: 0 12.5%;
    background-color: #FFFFFF;;
    background-image: url("/images/server-order/ellipseLef.png");
    background-repeat: no-repeat;
}

.thanx-social_background {
    background-color: #f6f9fc;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thanx-social_action {
    z-index: 10;
    padding-bottom: 70px;
}

.thanx-social_subscribe {
    padding: 4%;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(23, 38, 47, .3), inset 0 0 0 1px #d7e5f4;
    outline: 2px solid transparent;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
    transition: box-shadow .25s ease, -webkit-transform .25s ease;
    transition: transform .25s ease, box-shadow .25s ease;
    transition: transform .25s ease, box-shadow .25s ease, -webkit-transform .25s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.thanx-section_mobile {
    display: none;
}

.thanx-social_subscribe-link br {
    display: none;
}

.thanx-social_container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    -webkit-perspective: 1500px;
    perspective: 1500px;
    z-index: 5;
    margin: 7.5% 10% 10%;
}

.thanx-social_container:hover {
    z-index: 6;
}

.thanx-social_container:hover .thanx-social_subscribe {
    -webkit-transform: rotateX(var(--mouseX)) rotateY(var(--mouseY));
    transform: rotateX(var(--mouseX)) rotateY(var(--mouseY));
    transition: box-shadow .25s ease, -webkit-transform 0s;
    transition: transform 0s, box-shadow .25s ease;
    transition: transform 0s, box-shadow .25s ease, -webkit-transform 0s;
    box-shadow: 0 20px 40px rgba(23, 38, 47, .3), inset 0 0 0 1px #d7e5f4
}


.thanx-social_subscribe-link {
    display: flex;
    margin-bottom: 30px;
    align-items: center;
    font-size: 28px;
    line-height: 30px;
    color: #334C5C;
    text-align: center;
}

.thanx-social_link {
    display: flex;
    width: 100%;
    justify-content: center;
}

.thanx__social {
    width: 34px;
    height: 34px;
    text-decoration: none;
    display: block;
    margin-left: 22px;
    margin-right: 12px;
}

.thanx__social:first-child {
    margin-left: 0
}

.thanx__social:last-child {
    margin-right: 0
}

.thanx__social svg {
    display: block;
    width: 100%;
    height: 100%
}

/* .thanx-social_button{
    background-color: #0090f0;
    color: #fff;
    border-radius: 65px;
    padding: 25px 35px;
    font-size: 27px;

} */

.thanx-social_button {
    background-color: #FFFFFF;
    border-radius: 65px;
    padding: 7px 15px;
    margin: 20px 0 40px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 35px;
    text-align: center;
    text-decoration: none;

    z-index: 11;
    border: 2px solid #0090f0;
    transition: .3s /* height: 120px;
    box-sizing: border-box; */

}

.thanx-social_button:hover {
    background-color: #0090f0;
    color: #FFFFFF;
    transition: .3s;
}

.thanx-social_button-mobile {
    background-color: #FFFFFF;
    border-radius: 65px;
    padding: 7px 15px;
    margin: 20px 0 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;

    z-index: 11;
    border: 2px solid #0090f0;
    transition: .3s;
    /* height: 120px;
    box-sizing: border-box; */
    display: none;
}

.thanx-social_button-mobile:hover {
    background-color: #0090f0;
    color: #FFFFFF;
    transition: .3s;
}

.thanx-social_button-centr {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-s04.server-order {
    padding-bottom: 185px;
}

.blue-subtitle-right {
    margin-left: 70px;
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    padding-top: 7px;
}

.blue-subtitle-right > div {
    margin-bottom: 32px;
}

.server-order.main-s03 .l-image {
    padding-left: 15px;
}

.server-order.main-s03 .l-image img {
    max-width: 532px;
    width: 100%;
    height: auto;
    margin-right: 0;
}

.mobile-show-1099,
.mobile-refurbished {
    display: none;
}

#kpDetail .field_checkbox label i {
    min-width: 20px;
}

#kpDetail .server-order-detail__right-wrapper .field_checkbox label {
    color: #fff;
    cursor: pointer;
}

#kpDetail .field_checkbox input:checked + i {
    border-color: #fff;
}

.podbor-wrapper {
    position: relative;
    z-index: 10;
    padding: 40px 12.5%;
    box-sizing: border-box;
    justify-content: center;
}

/* обратная связь на главной */
.podbor-wrapper .product-discover__inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1100px) {
    .podbor-wrapper .product-discover__wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}

.podbor-wrapper .product-discover__wrapper {
    position: relative;
    width: 600px;
    height: 200px;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background-color: #f6f9fc;
}

.podbor-wrapper .product-discover__borders {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    border: 8px solid #0090f0;
    border-right: none;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
}

.podbor-wrapper .product-discover__content {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 65px;
}

.podbor-wrapper .product-discover__borders:before {
    top: 0;
}

.podbor-wrapper .product-discover__borders:after, .podbor-wrapper .product-discover__borders:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 10%;
    background-color: #0090f0;
    left: unset;
    right: 0;
}

.podbor-wrapper .product-discover__borders:after {
    bottom: 0;
}

.podbor-wrapper .product-discover__cat:only-child {
    padding-right: 0;
}

.podbor-wrapper .product-discover__cat {
    box-sizing: border-box;
    padding-right: 30px;
    flex: 1;
}

@media (min-width: 1100px) {
    .podbor-wrapper .product-discover__cat p:first-child {
        font-size: 18px;
    }
}

.podbor-wrapper .product-discover__cat p:first-child {
    font-size: 16px;
    margin-bottom: 10px;
}

.podbor-wrapper .product-discover__cat p {
    font-size: 14px;
    padding-top: 10px;
}

@media (min-width: 1100px) {
    .podbor-wrapper .arrow-link--blue {
        font-size: 30px;
    }
}

.podbor-wrapper .arrow-link--blue {

    color: #0090f0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1px;
    text-decoration: none;
}

@media (min-width: 1100px) {
    .podbor-wrapper .arrow-link:after, .podbor-wrapper .pager__arr:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: -webkit-transform .15s ease;
        transition: transform .15s ease;
        transition: transform .15s ease, -webkit-transform .15s ease;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }
}

.podbor-wrapper .arrow-link:after, .podbor-wrapper .pager__arr:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 14px;
    margin-left: 5px;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
.podbor-wrapper  .l-price{
    position: relative;
    right: -50px;
}

.server-order .desc-wrapper h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 0.55em;
    display: inline-block;
}
.server-order .desc-wrapper {
    display: inline-block;
    max-width: 400px;
    padding-top: 8px;
}
.server-order .no-find-task__form-wrapper {
    position: relative;
    z-index: 5;
    display: inline-block;
    vertical-align: top;
    width: 35%;
}

.podbor-wrapper .self-worlds{
    color: white;
    display: block;
    width: 100%;
    height: 63px;
    opacity: 1;
    visibility: unset;
    font-size: 20px;
    position: relative;
    z-index: 100;
    font-weight: 400;
    line-height: 1.5;
}
.podbor-wrapper .no-find-task__form-wrapper{
    padding-left: 60px;
}

.server-order.podbor-wrapper.blue{
    min-height: auto;
    padding: 0 6.5%;
    margin-bottom: 40px;
    padding-top: 40px;
    width: 100%;
}

@media (min-width: 1100px) {
    .server-order.podbor-wrapper .main-s03 {
        background-color: #0090f0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/*@media (min-width: 900px) {*/
/*    .podbor-wrapper .simple-input {*/
/*        margin-bottom: 3em;*/
/*    }*/
/*}*/
/*@media (min-width: 599px) {*/
    .podbor-wrapper .simple-input {
        margin-bottom: 2.5em;
    }
/*}*/
.podbor-wrapper #noFindTask .modal__button {
    margin-top: 20px;
    color: #0090f0;
    background: #fff;
    /*height: 30px;*/
    width: 200px;
    display: inline-block;
}
.podbor-wrapper #noFindTask:hover .modal__button {
    color: #fff;
    background: transparent;
}

.podbor-wrapper .button-wrapper {
    text-align: center;
}

/*@media (max-width: 1090px) {*/
/*    .server-order .products-block.podbor-servera .product-card {*/
/*        width: 50%;*/
/*    }*/
/*}*/
/*@media (max-width: 680px) {*/
/*    .server-order .products-block.podbor-servera .product-card {*/
/*        width: 100%;*/
/*    }*/
/*}*/


.server-order .js-mobile-slider.products-wrapper,
.server-order .js-productBlog-slider .products-wrapper {
    display: flex;
    flex-wrap: nowrap;
    /*height: 440px;*/
    /*width: 100%;*/
}

.server-order img {
    height: auto;
}

.server-order .product-card__image img {
    height: auto;
}

.server-order .js-productBlog-slider .products-wrapper .product-card {
    /*width: 100%;*/
}

.server-order .js-mobile-slider {
    margin-bottom: 24px;
}

.server-order .products-wrapper {
    margin-bottom: 0;
    overflow: visible!important;
    flex-wrap: nowrap;
}

.server-order .products-block {
    margin-bottom: 24px;
}

.server-order .product-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
}

.server-order .swiper {
    overflow: visible;
}

.section.blog-detail {
    padding: 0 0 50px;
}

.server-order .swiper-pagination-fraction {
    width: auto;
}

.top3-servers-item__btn-left,
.top3-servers-item__btn-right {
    display: none;
}

.top3-servers-item__image img {
    width: 100%;
}

@media (min-width: 679px) {

    .server-order .js-productBlog-slider .products-wrapper .product-card {
        width: calc(100% / 3);
        min-height: 440px;
        min-width: auto;
    }

    .server-order .product-card__bottom .product-card__button+.product-card__button {
        margin-top: 10px;
    }

    .server-order .product-card__bottom .product-card__button.button--with-icon.button--white span {
        display: none;
    }

    .server-order .product-card__bottom .product-card__button.done.button--with-icon {
        width: auto!important;
    }

    .server-order .product-card__bottom .product-card__button.button--with-icon.button--white {
        padding: 10px;
        border-radius: 50%;
    }

    .server-order .product-card__button.done.button--white {
        background-color: #0090f0;
    }

    .server-order .product-card__button.done.button--white svg {
        stroke: #fff;
    }

    .server-order .product-card__bottom .product-card__button.button--with-icon.button--white svg:first-of-type {
        width: 18px;
        margin-right: 0;
    }

    .server-order .product-card__bottom .button--with-icon.button--blue span,
    .server-order .product-card__bottom .product-card__button.button--with-icon.button--blue span {
        line-height: 1.7;
        font-size: 28px;
    }

    .server-order .product-card__bottom .product-card__button.button--with-icon {
        padding: 0.35em 0.6em;
    }

    .server-order .product-card__total-price {
        font-size: 16px;
    }

    .server-order .product-card__bottom .product-card__button {
        font-size: 28px;
        padding: 0.75em 1.375em;
        -webkit-font-smoothing: antialiased;
        will-change: transform;
    }

    .server-order .product-card__bottom .product-card__button+.product-card__button  {
        margin-top: 4px;
    }

    .server-order .product-card__bottom .button--with-icon.button--blue span, .server-order .product-card__bottom .product-card__button.button--with-icon.button--blue span {
        font-size: 12px;
    }

    .server-order .product-card__bottom .product-card__button {
        width: auto;
        font-size: 12px;
    }
}

@media (min-width: 1100px){

    .top3-servers-item__image {
        max-height: 200px;
    }

    .top3-servers-item__btn-left {
        display: block;
        position: absolute;
        bottom: 25px;
        left: 100px;
    }

    .top3-servers-item__btn-right {
        display: block;
        position: absolute;
        bottom: 25px;
        right: 100px;
    }

    .top3-servers-item__btn-change {
        position: absolute;
        bottom: 25px;
    }

    .top3-servers-item__left .top3-servers-item__content > div {
        width: 60%;
    }

    .server-order .product-card__bottom .product-card__button+.product-card__button  {
        margin-top: 4px;
    }

    .server-order .product-card__bottom .button--with-icon.button--blue span, .server-order .product-card__bottom .product-card__button.button--with-icon.button--blue span {
        font-size: 28px;
    }

    .server-order .product-card__bottom .product-card__button {
        width: auto;
        font-size: 28px;
    }
    .server-order .product-card__bottom .product-card__button.button--with-icon.button--white svg:first-of-type {
        width: 55px;
        margin-right: 0;
    }

    .server-order .product-card__total-price {
        font-size: 18px;
    }

    .server-order .product-card__bottom .product-card__button.button--with-icon.button--white span {
        display: block;
    }

    .server-order .product-card__bottom .product-card__button.button--with-icon.button--white {
        border-radius: 100px;
        padding: 0.35em 0.6em;
    }

    .server-order .product-card__button.done.button--white {
        background-color: #fff;
    }

    .server-order .product-card__button.done.button--white svg {
        stroke: #0090f0;
    }

    .server-order .product-card__top-right {
        width: 60%;
        display: flex;
        flex-direction: column;
    }

    .server-order .product-card__model {
        font-size: 16px;
        margin-bottom: 12px;
        margin-top: 0;
    }

    .server-order .product-card__type {
        font-size: 24px;
        flex-grow: 1;
    }

    .server-order .product-card__stock-text {
        white-space: nowrap;
        font-size: 24px;
    }

    .server-order .product-card__promo-wrapper {
        min-height: 18px;
        height: 18px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .server-order .product-card__promo:not(.product-card__promo--mobile) {
        font-size: 12px;
        line-height: 12px;
        display: block;
    }
    .server-order .product-card__promo span {
        font-size: 20px;
        padding: 0.4em 0.25em;
        display: inline-block;
        white-space: nowrap;
    }


    .server-order .product-card__bottom--conf .product-card__to-order .product-card__price {
        max-width: 120px;
    }

    .server-order .product-card__total-price {
        font-size: 32px;
    }

    .server-order .product-card__nds {
        font-size: 24px;
    }

    .server-order .product-card__to-order-col--1 {
        display: none;
    }

    .server-order .product-card__to-order-col--2 {
        padding-left: 0;
    }

    .server-order .product-card__to-order-wrapper {
        max-width: 90px;
    }

    .server-order .products-wrapper {
        margin-bottom: 24px;
    }

    .server-order .js-productBlog-slider .products-wrapper .product-card {
        width: calc(100% / 3);
    }

    .server-order .product-card__bottom .product-card__button+.product-card__button {
        margin-top: 40px;
    }
}

@media (min-width: 1280px) {
    .server-order .product-card__bottom .product-card__button.button--with-icon.button--white svg:first-of-type {
        margin-right: 0;
    }
}

@media (min-width: 1599px) {
    .top3-servers-item__image img {
        width: auto;
    }
}

@media (min-width: 500px){
    .products-block.podbor-servera .product-card{
        width: 33.3333%;
    }
}

.server-order.feedback{
    min-height: 250px;
}

.server-order.server-order-header {
    padding-bottom: 0;
}

.catalog-s04.js-product-slider.js-arrow-down-end.server-order{
    padding-bottom: 40px;
    overflow: hidden;
}
.server-podbor .catalog-s02__tiles-wrapper{
    padding: 0;
}
.server-podbor .subnav-toggle{
    margin: 0;
}
.server-podbor .catalog-s02__controls-row{
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}
.block-podbor .products{
    padding: 0;
}

.block-podbor .products_hlp{
    padding: 0;
}
.block-podbor .catalog-s04{
    padding-top: 40px;
}
.block-podbor .products .products-wrapper{
    margin-bottom: 0;
}
.block-podbor .products_hlp .products-wrapper{
    margin-bottom: 0;
}
.podbor-background{
    background: #fff;
    z-index: 1000;
}

.podbor-link{
    padding: 0 12.5%;
}
.podbor-link .l-filter{
    padding: 0;
}
.podbor-link .l-filter__content{
    padding: 0;
    padding-bottom: 40px;
}
.products-block.podbor-servera .products-title{
    padding: 40px 0;
}
.seo-wrapper p,
.podbor-description p{
    padding-top: 20px;
    font-weight: 400;
    line-height: 1.5;
}
.seo-wrapper h2,
.podbor-description h2{
    padding-top: 20px;
    font-size: 40px;
    text-align: center;
}
.seo-wrapper ul>ul,
.podbor-description ul>ul {
    padding-left: 20px;
}
.podbor-feedback .product-discover__wrapper .l-price .l-button.button.button--blue{
 background-color: #0090f0;
    color: #FFFFFF;
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 18px;
}
.podbor-feedback .product-discover__wrapper{
    width: 800px;
}
.podbor-feedback .product-discover__wrapper .l-price{
    right: -20px;
}
.podbor-advant .advantages-section-title{
    margin: 0;
    padding: 60px 12.5% 40px;
}
.podbor-advant .advantages-wrapper{
    border: none;
    background: none;
    padding: 40px 12.5%;
    min-height: 100%;
}
.podbor-advant .advantages-wrapper .lf-content{
    max-width: 100%;
}
.podbor-blog{
    padding: 0 16.5%;
}
.podbor__head-text{
    padding: 40px 0;
}
.podbor-feedback{
    padding: 70px 12.5%;
}
.block-podbor .product-type-quest{
    display: none;
}
.mobile_podbor-br{
    display: none;
}
.label-file{
    display: none;
}
.product-help-server{
    display: none;
}
.podbor-poduct{
    padding: 6px 14.5% 100px;
}
.popup-block {
    display:none;
    position:fixed;
    left:0;
    top:0;
    z-index:100000;
}
.popup-block .popup-modal {
    box-sizing: border-box;
    padding:40px 30px;
    border: 2px solid #AEAEAE;
    background: #F6FCFF;
    position:fixed;
    top:80px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("./img/popupback.png");
    max-width:800px;
    height: 335px;
    background-size: auto;
    background-repeat: no-repeat;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,0.5);
}
.popup-close {
    position: absolute;
    top: -35px;
    right: 10px;
    cursor:pointer;
    line-height:60px;
    font-size:40px;
    transform: rotate(45deg);
    text-align:center;
    color: #0090f0;
    margin-top: 30px;
    transition: 0.2s all;
}
.popup-close:hover{
    color: #0090E7;

}
.popup-img{
    width: 137px;
    height: 137px;
}
.popup-container{
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
    width: 100%;
}
.popup-compilation p{
    font-size: 20px;
}
.popup-modal h3{
    text-align: center;
}
.popup-modal button{
    left: 0;
    right: 0;
    cursor: pointer;
    margin: auto;
    margin-top: 20px;
    width: 180px;
    border-radius: 20px;
    display: flex;
    border: 2px solid #0090f0;
    justify-content: center;
    padding: 15px 0;
    background-color: #0090f0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 8px 10px -4px  rgba(0, 0, 0, 0.5);
    transition: 0.3s all;
}
.popup-modal button:hover{
    background-color: transparent;
    color: #0090f0;
}
.popup-compilation{
padding-left: 40px;
    padding-top: 20px;
    width: 100%;
}
.popup-number{
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
}
.popup-number span{
 color: #0090f0;
    padding-right: 10px;
}
.popup-number input{
    border-radius: 20px;
    border: 2px solid #0090f0;
    padding: 0 5px;
}
.popup-callback{
    display: flex;
    flex-direction: column;
}
.popup-callback span{
    color: #17262f;
    font-size: 10px;
    text-align: end;
}
.breadcrumbs {
    padding-top: 25px;
}

@media (max-width: 768px) {
    .breadcrumbs {
        padding-top: 0;
    }
}

/* ------- Новые стили для подбора сервера ------- */
.server-order .products h2 {
    margin-bottom: 57px;
    font-family: Akrobat, Impact, fantasy;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #17262F;
    position: relative;
    z-index: 15;
    text-decoration: none;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}
@media (min-width: 900px) {
    .server-order .products h2,
    .server-order .desc-wrapper h2 {
        font-size: 40px;
    }
}
@media (min-width: 1400px) {
    .server-order .products h2,
    .server-order .desc-wrapper h2 {
        font-size: 50px;
    }
}
.server-order-title {
    height: 40px;
    font-family: IBM Plex Mono;
    font-style: normal;
    font-weight: 4000;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #17262F;
    position: relative;
    z-index: 15;
    text-decoration: none;
}

.server-order .main-s03 .l-content{
    flex-grow: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.server-order .desc-wrapper h2{
    width: 500px;
}

.catalog-s02 .l-price {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.catalog-s02 .l-price .l-button {
     margin-bottom: 0;
}

@media (max-width: 599px) {
    .server-podbor .catalog-s02__tiles-wrapper.server-order.catalog-s02__tiles-show {
        display: block;
    }
}
@media (max-width: 599px) {
    .catalog-s02__controls-row.server-order.catalog-s02__controls-show {
        display: block;
    }
}

@media (max-width: 599px) {
    .catalog-s02__controls-show.server-order .l-price {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    .catalog-s02 .l-price .l-button.l-button--back-call {
        color: #FFFFFF;
        background: #F5A623;
        border-color: #F5A623;
    }
    .server-order.podbor-wrapper .l-content {
        flex-direction: column;
    }
}

.main-page.trust-section.js-section-fadeup {
    margin-bottom: 120px;
}
.consultation.server-order {
    position: relative;
}
.consultation.server-order::before {
    content: '';
    position: absolute;
    background: #0090F0;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.server-order .consultation-wrapper {
    padding: 0 12.5%;
    display: flex;
    position: relative;
    z-index: 10;
}
.server-order .consultation-image,
.server-order .consultation-content{
    width: 50%;
}
.server-order .consultation-image {
    position: relative;
    display: flex;
    justify-content: center;
}
.server-order .consultation-image img {
    position: relative;
    z-index: 10;
}
.server-order .consultation-image::before {
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 326px;
    background: #B2E2FF;
    z-index: 5;
}
.server-order .consultation-content {
    /*padding: 100px 80px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    gap: 70px;
    padding: 0 0 0 70px;
}
.server-order .consultation-content p {
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 39px;
}

.server-order .consultation-content a{
    display: flex;
    align-items: center;
    gap: 25px;
    color: #FFF;
    font-family: IBM Plex Mono;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.4px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-decoration: none;
}
.server-order .desc-wrapper h2 {
     width: unset;
}


@media (max-width: 629px) {
    .server-order .consultation-content p {
        font-size: 20px;
    }
    .server-order .consultation-content a {
        font-size: 18px;
    }
}

.main-services.is-slider-init>div,.main-services.add-is-slider-init>div {
    display: flex!important;
    justify-content: flex-start;
    align-items: stretch
}

@media (max-width: 1550px) {
   .thanx-news-item {
       flex-direction: column;
       padding: 20px;
       height: auto;
   }

    .thanx-news__link {
        width: 100%;
    }

    .thanx-news-item_image {
        height: 265px;
        object-fit: cover;
    }

    .thanx-news__info {
        width: 100%;
    }

    .thanx-news-item_title {
        padding-right: 0;
    }
}

@media (max-width: 1299px) {
    .server-order .consultation-image {
        display: none;
    }
    .server-order .consultation-content {
        padding: 50px 0 50px;
        width: 100%;
    }

    .thanx-news_wrapper {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .thanx-news-item_image {
        height: auto;
    }
}


@media (max-width: 899px) {
    .thanx-section_inner {
        flex-direction: column;
    }

    .thanx-news-item {
        padding: 22px 17px 32px;
    }

    .thanks__socials-wrapper {
        width: 100%;
    }

    .thanks__socials-text {
        padding-right: 6px;
    }
}

@media (max-width: 767px) {
    .thanx-section {
        padding: 30px 6.5%;
    }
}

@media (max-width: 576px) {
    .thanks__socials-wrapper {
        width: 100%;
        padding: 40px 0;
        position: relative;
        border: 3px solid #0090F0;
        box-sizing: border-box;
    }

    .thanx-news_wrapper {
        gap: 36px;
    }

    .thanx-news_title {
        font-weight: 700;
        font-size: 20px;
        line-height: 150%;
        color: #334c5c;
        margin: 40px 0 14px;
    }

    .thanx-news_button {
        margin-top: 40px;
        margin-bottom: 0;
    }

    .thanx-news_button a{
        background: #0090f0;
        border: 2px solid #f6f9fc;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        text-align: center;
        color: #f6f9fc;
        margin: 0 5%;
        height: 52px;
    }

    .thanx-news_button a:after {
        display: none;
    }

    .thanx-section_title {
        font-size: 28px;
        line-height: 118%;
        letter-spacing: -0.02em;
        margin-bottom: 18px;
    }

    .thanx-section_title br.mobile {
        display: block;
    }

    .thanx-section_manager {
        margin-bottom: 4px;
        font-size: 18px;
        line-height: 30px;
    }
    .thanx-banner {
        margin-bottom: 30px;
    }
    .thanx-banner_title,
    .thanx-banner_text {
        font-size: 18px;
        line-height: 30px;
    }
    .thanks__socials-text {
        margin-bottom: 0;
    }

    .thanx-section_manager .mobile-text {
        display: block;
    }

    .thanx-section_manager .desktop-text {
        display: none;
    }

    .thanks__socials-content {
        padding: 10px 6px 25px 0;
        margin-left: -6px;
        box-sizing: border-box;
    }

    .thanks__socials-list {
        position: absolute;
        left: 33px;
        bottom: 25px;
    }
}