* {
    outline: 0;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -o-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    max-height: 999999px;
    -webkit-print-color-adjust: exact;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    color: #646464;
    font-family: "Roboto", Arial, sans-serif;
    overflow-x: hidden;
}

html {
    -webkit-font-smoothing: antialiased;
    font-size: 19px
}

h1 {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 500;
    color: #1c1c1c
}

@media(max-width:767px) {
    h1 {
        font-size: 36px
    }
}

h2 {
    font-size: 42px;
    line-height: 1.19;
    margin-bottom: 15px;
    font-weight: 500;
    color: #1c1c1c
}

@media(max-width:767px) {
    h2 {
        font-size: 30px
    }
}

.container h3,
.container .h3 {
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 20px;
    font-weight: 500;
    color: #1c1c1c
}

@media(max-width:767px) {
    .container h3,
    .container .h3 {
        font-size: 28px
    }
}

.container_img {
	position: relative;
	width: 100%;
}
.container_img_pers {
	display: block;
	width: 100%;
	padding-top: 100%;
}
.container_img img {
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	margin: 0 !important;
	max-width: 100%;
}
h4 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 39px;
    font-weight: 500;
    color: #1c1c1c
}

@media(max-width:767px) {
    h4 {
        font-size: 23px
    }
}

h5 {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 39px;
    font-weight: 500;
    color: #1c1c1c
}

@media(max-width:767px) {
    h5 {
        font-size: 18px
    }
}

h6 {
    font-size: 18px;
    line-height: 1.39;
    margin-bottom: 39px
}

a,
.a {
    color: #ed1c24
}

pre.code {
    display: block;
    padding: 15px;
    margin: 0 0 12px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #2d3136;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0;
    overflow: auto;
}

.page-body ul {
    padding-left: 15px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 25px;
    list-style-image: url(images/svg/circle_bullet.svg)
}

.page-body ul li {
    padding-bottom: 20px;
    padding-left: 5px
}

ol {
    padding-left: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 25px
}

ol li {
    padding-bottom: 20px
}

p {
    line-height: 1.58;
    font-size: 19px;
    color: #646464;
    margin-bottom: 30px;
    font-weight: 300
}

p:last-child {
    margin-bottom: 0
}

.title-dft {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    color: #646464
}

.range-slider .ui-state-default,
.range-slider .ui-widget-content .ui-state-default {
    width: 30px;
    height: 30px;
    background-color: #c21a24;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.36);
    border: 5px solid #fff;
    border-radius: 50%;
    top: -13px;
    transition: background-color .3s ease;
    cursor: pointer
}

.range-slider .ui-state-default:hover,
.range-slider .ui-widget-content .ui-state-default:hover {
    background-color: #ed1c24;
    transition: background-color .3s ease
}

.range-slider .ui-state-default.ui-state-active,
.range-slider .ui-widget-content .ui-state-default.ui-state-active {
    background-color: #ed1c24;
    transition: background-color .3s ease
}

.range-slider.ui-widget.ui-widget-content {
    height: 5px;
    background: #ed1c24;
    border: 0;
    border-radius: 4px;
    position: relative;
    top: 9px
}

.range-slider .ui-slider-range.ui-corner-all.ui-widget-header.ui-slider-range-max {
    background: #e6e6e6;
    border: 0;
    border-radius: 4px;
    right: -1px
}

.btn-dft {
    text-decoration: none;
    display: inline-block;
    border-radius: 100px;
    background: #ed1c24;
    min-width: 240px;
    height: 65px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
    line-height: 63px;
    transition: background .3s ease;
    padding: 0 49px
}

.btn-dft:not(.disabled):hover {
    background: #fd3d3d;
    transition: background .3s ease
}

.btn-dft:not(.disabled):active {
    transition: background .3s ease;
    background: #c21a24
}

.btn-dft.disabled {
    background: #dadada;
    color: #bcbcbc
}

.btn-dft--border {
    background-color: #fff;
    border: solid 1px #ed1c24;
    color: #ed1c24;
    min-width: 222px;
    padding: 0 15px
}

.btn-dft--border:not(.disabled):hover {
    background: #fd3d3d;
    transition: background .3s ease;
    color: #fff
}

.fixed_callback_form_btn {
    position: fixed;
    display: inline-block;
    right: 150px;
    bottom: 50px;
    padding: 0 15px;
    min-width: 65px;
    min-height: 65px;
    background-color: #ed1c24;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M22.407%200h-21.1C.586%200%200%20.586%200%201.306v21.1c0%20.72.586%201.306%201.306%201.306h21.1c.72%200%201.306-.586%201.306-1.305V1.297C23.702.587%2023.117%200%2022.407%200zm-9.094%2018.046c0%20.41-.338.737-.738.737H3.9c-.41%200-.738-.337-.738-.737v-1.634c0-.408.337-.737.737-.737h8.675c.41%200%20.738.337.738.737v1.634zm7.246-5.79c0%20.408-.338.737-.738.737H3.89c-.41%200-.737-.338-.737-.737v-1.634c0-.41.337-.737.737-.737h15.923c.41%200%20.738.337.738.737v1.634h.01zm0-5.8c0%20.41-.338.738-.738.738H3.89c-.41%200-.737-.338-.737-.738V4.822c0-.408.337-.737.737-.737h15.923c.41%200%20.738.338.738.737v1.634h.01z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    color: #ed1c24;
    text-align: center;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 63px;
    border-radius: 100px;
    text-decoration: none;
    transition: background .3s ease;
    z-index: 10150
}

.fixed_callback_form_btn:not(.disabled):hover {
    color: #fff;
    background-color: #fd3d3d;
    transition: background .3s ease
}

img[align="left"] {
    margin: 0 20px 10px 0
}

img[align="right"] {
    margin: 0 0 10px 20px
}

input[type="text"],
input[type="number"],
input[type=""] {
    height: 30px;
    border: 0;
    outline: 0;
    border-radius: 0;
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    font-size: 16px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.88;
    transition: .3s ease;
    background: transparent
}

input.disabled {
    border-color: #bcbcbc;
    color: #bcbcbc
}

input.disabled:focus {
    transition: .3s ease;
    border-color: #bcbcbc
}

input::-webkit-input-placeholder {
    color: #bcbcbc
}

input::-moz-placeholder {
    color: #bcbcbc
}

input:-moz-placeholder {
    color: #bcbcbc
}

input:-ms-input-placeholder {
    color: #bcbcbc
}

input:focus::-webkit-input-placeholder {
    color: transparent
}

input:focus::-moz-placeholder {
    color: transparent
}

input:focus:-moz-placeholder {
    color: transparent
}

input:focus:-ms-input-placeholder {
    color: transparent
}

textarea::-webkit-input-placeholder {
    color: #bcbcbc
}

textarea::-moz-placeholder {
    color: #bcbcbc
}

textarea:-moz-placeholder {
    color: #bcbcbc
}

textarea:-ms-input-placeholder {
    color: #bcbcbc
}

input:focus,
textarea:focus {
    transition: .3s ease;
    border-color: #000
}

input[type="submit"] {
    border: 0;
    outline: 0;
    cursor: pointer
}

button[type="submit"] {
    border: 0;
    outline: 0;
    cursor: pointer
}

button.btn-dft[disabled] {
    background-color: grey;
    cursor: default
}

button.btn-dft[disabled]:hover {
    background-color: grey
}

.form-group--textarea {
    height: auto;
    position: relative
}

.form-group--textarea textarea {
    position: absolute;
    box-shadow: none;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -2
}

.form-group--textarea .textarea-text {
    width: 100%;
    /* font-family: "Roboto", Arial!important, sans-serif; */
    font-weight: 300;
    font-size: 16px;
    line-height: 1.88;
    color: #646464;
    border: 0;
    z-index: 2;
    position: relative;
    border-bottom: 1px solid #bcbcbc;
    resize: none;
    background: transparent;
    outline: 0;
    padding: 5px 1px;
    height: auto;
    min-height: 35px;
    max-height: 150px;
    overflow: auto;
    border-radius: 0
}

.form-group--textarea .textarea-text:focus {
    transition: .3s ease;
    border-color: #000
}

.textarea-placeholder {
    position: absolute;
    line-height: 20px;
    left: 0;
    top: 5px;
    color: #bcbcbc;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px
}

.textarea-placeholder.textarea--focus {
    display: none
}

.list-dft {
    list-style-type: none;
    margin-bottom: 30px
}

.list-dft li {
    padding-left: 60px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.58;
    color: #646464;
    position: relative;
    margin-bottom: 14px
}

.list-dft li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ed1c24;
    position: absolute;
    top: 13px;
    left: 32px
}

@media(max-width:767px) {
    .list-dft li {
        padding-left: 30px
    }
    .list-dft li:before {
        left: 0
    }
}

.order-list-dft {
    list-style-type: none;
    margin-bottom: 30px;
    counter-reset: order
}

.order-list-dft li {
    padding-left: 60px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.58;
    color: #646464;
    position: relative;
    margin-bottom: 14px
}

.order-list-dft li:before {
    content: counter(order) ")";
    counter-increment: order;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.88;
    color: #ed1c24;
    position: absolute;
    top: 3px;
    left: 27px
}

@media(max-width:767px) {
    .order-list-dft li {
        padding-left: 30px
    }
    .order-list-dft li:before {
        left: 0
    }
}

label.error {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25;
    color: #c21a24
}

.form-group {
    margin-bottom: 33px
}

.form-group-additional {
    overflow: hidden;
    height: 0px;
}

.form-group__label {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.08;
    letter-spacing: .2px;
    color: #646464
}

.form-group__label.error {
    color: #ed1c24
}

.form-group__helper {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    color: #646464
}

blockquote {
    position: relative;
    padding-left: 97px
}

blockquote:before {
    content: '';
    width: 48px;
    height: 36px;
    background: url(../images/svg/blockquote.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0
}

@media(max-width:767px) {
    blockquote {
        padding-left: 30px
    }
    blockquote:before {
        width: 25px;
        height: 19px
    }
}

blockquote p {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 25px;
    font-style: italic;
    line-height: 1.6;
    color: #ed1c24
}

@media(max-width:767px) {
    blockquote p {
        font-size: 20px
    }
}

.input-wrapper {
    margin-bottom: 30px;
    display: block
}

.input-wrapper input {
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    margin: 0
}

.input-wrapper input:checked~.input-wrapper__icon:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 1px;
    width: 17px;
    height: 17px;
    margin: auto;
    background: #ed1c24
}

.input-wrapper input[type="radio"]~.input-wrapper__icon {
    border-radius: 50%
}

.input-wrapper input[type="radio"]:checked~.input-wrapper__icon:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 1px;
    width: 17px;
    height: 17px;
    margin: auto;
    background: #ed1c24;
    border-radius: 50%
}

.input-wrapper input[disabled]~.input-wrapper__icon {
    background-color: #fff;
    border: solid 1px #e6e6e6
}

.input-wrapper input[disabled]:checked~.input-wrapper__icon:before {
    background: #e6e6e6
}

.input-wrapper__icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    background: #fff;
    border: solid 1px #bcbcbc;
    margin-right: 15px;
    position: relative;
    top: 4px;
    cursor: pointer
}

.input-wrapper__icon:hover {
    background-color: #fbfbfb;
    border: solid 1px #bcbcbc
}

.input-wrapper__name {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.88;
    color: #646464
}

.table-wrapper {
    margin-bottom: 30px
}

@media(max-width:767px) {
    .table-wrapper {
        overflow: auto
    }
    .table-wrapper table {
        width: 690px
    }
}

.testing__label-wrapper {
    margin-bottom: 0;
    float: left;
    margin-right: 48px;
    min-height: 33px;
}

.page-body table {
    width: 100%
}

.page-body table thead {
    text-align: left;
    border-bottom: 2px solid #c21a24
}

.page-body table thead tr th {
    vertical-align: middle;
    height: 60px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-stretch: normal;
    line-height: 1.25;
    color: #000;
    font-weight: 500;
    vertical-align: middle;
    padding-left: 15px
}

.page-body table tbody td {
    font-size: 18px;
    line-height: 1.67;
    color: #646464;
    height: 65px;
    vertical-align: middle
}

.page-body table tbody td:not(:first-child) {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300
}

.page-body table tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.015)
}

.page-body table tbody tr:hover {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2
}

.page-body table tbody tr:hover~tr {
    position: relative;
    z-index: 0
}

.page-body table td {
    padding-left: 15px;
    text-align: left
}

.pagination {
    list-style-type: none;
    margin-bottom: 60px
}

.pagination::after {
    content: "";
    display: table;
    clear: both
}

.pagination__nav-btn {
    position: relative
}

.pagination__nav-btn svg {
    width: 23.5px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    fill: #dadada;
    stroke: none
}

@media(max-width:991px) {
    .pagination__nav-btn svg {
        width: 18px;
        height: 18px
    }
}

.pagination__nav-btn a:hover svg {
    fill: #ed1c24
}

.pagination .prev {
    margin-right: 28px
}

@media(max-width:991px) {
    .pagination .prev {
        margin-right: 10px
    }
}

.pagination .next {
    margin-left: 28px
}

@media(max-width:991px) {
    .pagination .next {
        margin-left: 10px
    }
}

.pagination li {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    margin: 0 5px;
    vertical-align: middle
}

@media(max-width:991px) {
    .pagination li {
        margin: 0 3px;
        min-width: 30px;
        height: 30px
    }
}

.pagination li a,
.pagination li span {
    min-width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 50%;
    display: block;
    text-decoration: none;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #898989
}

.pagination li.active a,
.pagination li.active span {
    background: #ed1c24;
    color: #fff
}

.pagination li:not(.active) a:hover {
    color: #ed1c24
}

@media(max-width:991px) {
    .pagination li a,
    .pagination li span {
        min-width: 30px;
        height: 30px;
        line-height: 27px;
        font-size: 14px
    }
}

.socials__social-link {
    display: inline-block;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    position: relative;
    margin: 0 3px
}

.socials__social-link span {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: .3s ease
}

.socials__social-link svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.socials__social-link img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.socials__social-link:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    border-radius: 50%;
    transition: .3s ease
}

.socials__social-link:hover span {
    transition: .3s ease
}

.socials__social-link:hover:before {
    transition: .3s ease
}

.socials__social-link--facebook span {
    background: #3b5998
}

.socials__social-link--facebook:before {
    background: #3b5998;
    opacity: 0
}

.socials__social-link--facebook svg {
    height: 21px;
    width: 10px
}

.socials__social-link--facebook:hover span {
    background: #5376be
}

.socials__social-link--facebook:hover:before {
    background: #cfdffe;
    opacity: 1
}

.socials__social-link--tw span {
    background: #1da1f2
}

.socials__social-link--tw:before {
    background: #1da1f2;
    opacity: 0
}

.socials__social-link--tw svg {
    width: 19px;
    height: 16px
}

.socials__social-link--tw:hover span {
    background: #7bcbfc
}

.socials__social-link--tw:hover:before {
    background: #c9eafe;
    opacity: 1
}

.socials__social-link--g span {
    background: #f34a38
}

.socials__social-link--g:before {
    background: #f34a38;
    opacity: 0
}

.socials__social-link--g svg {
    width: 22px;
    height: 14px
}

.socials__social-link--g:hover span {
    background: #ff6353
}

.socials__social-link--g:hover:before {
    background: #ffd3cf;
    opacity: 1
}

.socials__social-link--vk span {
    background: #45668e
}

.socials__social-link--vk:before {
    background: #45668e;
    opacity: 0
}

.socials__social-link--vk svg {
    width: 20px;
    height: 11px
}

.socials__social-link--vk:hover span {
    background: #5f82ad
}

.socials__social-link--vk:hover:before {
    background: #d8e2ef;
    opacity: 1
}

.socials__social-link--ok span {
    background: #ed812b
}

.socials__social-link--ok:before {
    background: #ed812b;
    opacity: 0
}

.socials__social-link--ok svg {
    width: 13px;
    height: 21px
}

.socials__social-link--ok:hover span {
    background: #f7974b
}

.socials__social-link--ok:hover:before {
    background: #ffe1ca;
    opacity: 1
}

.socials__social-link--habr span {
    background: #8dc3cf
}

.socials__social-link--habr:before {
    background: #8dc3cf;
    opacity: 0
}

.socials__social-link--habr svg {
    width: 14px;
    height: 16px
}

.socials__social-link--habr:hover span {
    background: #a0d8e4
}

.socials__social-link--habr:hover:before {
    background: #d0aea4;
    opacity: 1
}

.socials__social-link--inst span {
    background: #85574a
}

.socials__social-link--inst img {
    width: 17px;
    height: 17px
}

.socials__social-link--inst:hover span {
    background: #bd8d80
}

.socials__social-link--inst:hover:before {
    background: #d8e2ef;
    opacity: 1
}

.info-link {
    font-size: 18px;
    color: #ed1c24;
    transition: color .3s ease;
    text-decoration: none
}

.info-link:hover {
    transition: color .3s ease;
    color: #c21a24
}

.breadcrumbs {
    list-style-type: none;
    margin-bottom: 13px;
    padding: 0!important;
    font-weight: normal
}

.breadcrumbs::after {
    content: "";
    display: table;
    clear: both
}

.breadcrumbs li {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    line-height: 1.43;
    list-style: none;
    padding-left: 0!important
}

.breadcrumbs__link {
    text-decoration: none;
    color: #bcbcbc;
    font-size: 14px;
    line-height: 1.43
}

.breadcrumbs__link:after {
    content: '/';
    display: inline-block;
    margin-left: 10px;
    color: #bcbcbc
}

.breadcrumbs__link:hover {
    color: #e5001c
}

.breadcrumbs__link:hover:after {
    color: #bcbcbc
}

input[type="number"],
input[type="text"] {
    -webkit-appearance: none
}

input[type='number'] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.textarea {
    border: 0;
    border-bottom: 1px solid #dadada;
    width: 100%;
    resize: vertical;
    background: transparent;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.88;
    color: #646464
}

.textarea:hover {
    border-color: #000
}

textarea::-webkit-resizer {
    display: none;
    border: 9px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.5);
    border-right-color: rgba(0, 0, 0, 0.5);
    outline: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1)
}

.section-dft {
    padding-top: 25px;
    padding-bottom: 25px
}

.section-dft--border {
    padding-bottom: 20px;
    border-bottom: 2px solid #e6e6e6
}

.section-dft--services {
    padding-top: 45px
}

.sharing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:767px) {
    .sharing {
        display: block
    }
}

.sharing__title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.39;
    color: #000;
    margin-right: 22px
}

@media(max-width:767px) {
    .sharing__title {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.shares-banner {
    display: block;
    margin-bottom: 30px
}

.services__bonus-item {
    margin-bottom: 23px;
    min-height: 202px
}

.color-grey {
    color: #646464
}

.opened .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg)
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #ed1c24
}

.style-select {
    width: 100%
}

.style-select .jq-selectbox__dropdown {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
    border: solid 1px #e6e6e6;
    border-radius: 0
}

.style-select .mCSB_inside>.mCSB_container {
    margin-right: 0
}

.style-select .mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0
}

.style-select .mCSB_scrollTools {
    width: 8px;
    display: block;
}

.style-select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    border-radius: 4px;
    background: #bcbcbc
}

.style-select .jq-selectbox.focused .jq-selectbox__select {
    border: 0
}

.style-select .jq-selectbox li {
    height: 44px
}

.style-select .jq-selectbox__dropdown ul {
    height: 160px;
    overflow: hidden
}

.style-select .jq-selectbox__dropdown ul li {
    height: 40px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.88;
    color: #646464
}

.style-select .jq-selectbox__dropdown ul li:hover {
    background: #fff;
    color: #000
}

.style-select .jq-selectbox__dropdown ul li.sel {
    background: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500
}

.style-select .jq-selectbox__select {
    padding: 0;
    width: 100%;
    height: 30px;
    border: 0;
    border-bottom: 1px solid #bcbcbc;
    border-radius: 0;
    box-shadow: none;
    background: transparent
}

.style-select .jq-selectbox__select:hover {
    border-color: #000
}

.style-select .jq-selectbox__trigger {
    border: 0
}

.style-select .jq-selectbox__select-text {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    width: 80%!important;
    color: #646464
}

.style-select .jq-selectbox__trigger-arrow {
    border-top: 4px solid #ed1c24;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.search-page form {
    padding-right: 100px;
    position: relative
}

.search-page form input[type="submit"] {
    width: 80px;
    right: 100px;
    top: 0;
    position: absolute;
    height: 28px;
    font-size: .8em
}

.header {
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.2)
}

.header__search {
    float: right;
    width: 25px;
    height: 25px;
    fill: #dadada;
    margin-top: 18px;
    margin-right: 10px
}

.testing__tabs-title h3 {
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 12px
}

.jq-radio {
    width: 25px;
    height: 25px
}

.jq-radio.checked .jq-radio__div {
    width: 17px;
    height: 17px;
    background: #ed1c24;
    box-shadow: none
}

.testing__block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px
}

@media(max-width:767px) {
    .header__search {
        margin-top: 0
    }
}

.header__search svg {
    width: 100%;
    height: 100%;
    transition: .3s ease
}

.header__search:hover svg {
    fill: #ed1c24;
    transition: .3s ease
}

.header__logo {
    float: left
}

@media(max-width:1199px) {
    .header__logo {
        width: 130px
    }
}

@media(max-width:767px) {
    .header__logo {
        text-align: center;
        margin: 0 auto 30px;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .header__search svg {
	    fill: #fff;
    }
}

.header__top-wrapper {
    border-bottom: 1px solid #efefef;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative
}

.header__search-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 250px);
    background: #fff;
    z-index: 5;
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
    display: none
}

@media(max-width:1199px) {
    .header__search-wrap {
        width: calc(100% - 152px)
    }
}

@media(max-width:767px) {
    .header__search-wrap {
        width: 100%;
        top: auto;
        height: 52px;
        border-left: 0
    }
}

.header__search-input {
    border: 0;
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 63px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 86%;
    font-size: 18px;
    color: #000;
    font-family: "Roboto", Arial, sans-serif;
    line-height: 1.88;
    z-index: 2;
    height: 100%!important
}

.header__search-input::-webkit-input-placeholder {
    color: #bcbcbc;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px
}

.header__search-input::-moz-placeholder {
    color: #bcbcbc;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px
}

.header__search-input:-moz-placeholder {
    color: #bcbcbc;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px
}

.header__search-input:-ms-input-placeholder {
    color: #bcbcbc;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px
}

@media(max-width:1199px) {
    .header__search-input {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .header__search-input {
        width: 63%
    }
}

.header__search-wrap-close {
    position: absolute;
    top: 52%;
    right: 22px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    z-index: 3
}

.header__search-wrap-close svg {
    width: 100%;
    height: 100%;
    fill: #dadada;
    transition: fill .3s ease
}

.header__search-wrap-close:hover svg {
    fill: #ed1c24;
    transition: fill .3s ease
}

.header__mobile {
    height: 50px;
    width: 50px;
    display: inline-block;
    position: relative
}

@media(min-width:768px) {
    .header__mobile {
        display: none
    }
}

.header__mobile span {
    display: inline-block;
    width: 39px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -36%);
    transform: translate(-50%, -36%);
    transition: .3s ease
}

.header__mobile span:after,
.header__mobile span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    transition: .3s ease
}

.header__mobile span:before {
    top: -10px
}

.header__mobile span:after {
    bottom: -10px
}

@media(max-width:767px) {
    .header__mobile span {
        width: 19px;
        height: 2px
    }
    .header__mobile span:before {
        top: -7px
    }
    .header__mobile span:after {
        bottom: -7px
    }
}

.header__mobile.active {
    transition: .3s ease
}

.header__mobile.active span {
    background: transparent;
    transition: .3s ease
}

.header__mobile.active span:after,
.header__mobile.active span:before {
    transition: .3s ease
}

.header__mobile.active span:before {
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    top: 0
}

.header__mobile.active span:after {
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    bottom: 0
}

.header__search-submit {
    cursor: pointer;
    padding: 0;
    width: 25px;
    height: 26px;
    display: block;
    background: transparent;
    border: 0;
    outline: 0;
    position: absolute;
    top: 50%;
    left: 21px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3
}

.header__search-submit svg {
    width: 100%;
    height: 100%;
    transition: .3s ease;
    fill: #dadada
}

@media(max-width:1199px) {
    .header__search {
        margin-top: 13px
    }
}

.header__feedback-wrap {
    float: left;
    padding-top: 0;
    padding-left: 35px
}

@media(max-width:1199px) {
    .header__feedback-wrap {
        padding-left: 35px
    }
}

@media(max-width:767px) {
    .header__feedback-wrap {
        float: none;
        padding: 0
    }
}

.header__feedback-item {
    float: left
}

.header__feedback-item:not(:last-child) {
    margin-right: 39px
}

@media(max-width:1199px) {
    .header__feedback-item:not(:last-child) {
        margin-right: 20px
    }
}

@media(max-width:767px) {
    .header__feedback-item {
        float: none;
        margin-bottom: 15px
    }
    .header__feedback-item:not(:last-child) {
        margin-right: 0
    }
}

.header__feedback-title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #898989;
    margin-bottom: 2px
}

.header__feedback-link {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    color: #898989;
    display: inline-block;
    text-decoration: none;
    transition: color .3s ease
}

.header__feedback-link:hover {
    color: #ed1c24;
    transition: color .3s ease
}

.header__feedback-link a:hover {
    color: #ed1c24;
    transition: color .3s ease
}

.header__mail {
    line-height: 46px;
    color: #ed1c24;
    width: 222px;
    height: 50px;
    margin-left: 30px;
    margin-right: 10px;
    margin-top: 2px;
    text-align: center
}

@media(max-width:1199px) {
    .header__feedback-link {
        font-family: "Roboto", Arial, sans-serif;
        font-size: 14px;
        color: #898989;
        display: inline-block;
        text-decoration: none;
        transition: color .3s ease
    }
}

@media(max-width:991px) {
    .header__mail {
        display: none
    }
    .header__feedback-link {
        font-size: 15px
    }
}

.header__mail a {
    color: #ed1c24
}

@media(max-width:1199px) {
    .header__mail {
        margin-left: 20px;
        height: 40px;
        width: 180px;
        font-size: 16px;
        line-height: 35px;
        min-width: 180px
    }
}

@media(max-width:767px) {
    .header__mail {
        margin-left: 0;
        margin-top: 0;
        float: none;
        display: inline-block
    }
}

.header__row {
    margin-left: -50px;
    margin-right: -50px
}

@media(max-width:1400px) {
    .header__row {
        margin-left: 0;
        margin-right: 0
    }
}

.header__menu {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 0
}

.header__menu li {
    padding: 0;
    text-align: center
}



@media(max-width:767px) {
    .header__menu {
        display: block;
        position: absolute;
        top: 50px;
        right: 0;
        left: 0;
        z-index: 100;
        background: #ed1c24;
        padding-left: 15px;
        padding-right: 15px;
        display: none;
        padding-bottom: 20px
    }
    .header__menu li {
        text-align: left
    }
}

.header__menu-item {
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    max-width: 546px;
    margin: auto
}

@media(min-width:768px) {
    .header__menu-item:hover .header__menu-link {
        background: #fff;
        color: #ed1c24
    }
    .header__menu-item:hover .header__menu-link:after {
        border-top: 4px solid #ed1c24;
        -ms-transform: rotate(180deg);
        transform: rotateZ(180deg)
    }
    .header__menu-item:hover .header__menu-link:before {
        display: block
    }
    .header__menu-item:hover .header__drop {
        display: block
    }
}

.header__bottom-wrap {
    position: relative;
    background: #ed1c24
}

@media(max-width:767px) {
    .header__bottom-wrap {
        height: 50px
    }
}

.header__menu-link {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 19px;
    color: #fff;
    text-decoration: none;
    padding-top: 14px;
    padding-bottom: 20px;
    display: inline-block;
    padding: 14px 20px 20px
}

.header__menu-link--dropdown {
    position: relative
}

.header__menu-link--dropdown:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: relative;
    top: -4px;
    right: -6px
}

@media(max-width:1400px) {
    .header__menu-link {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:1199px) {
    .header__menu-link {
        font-size: 17px
    }
}

@media(min-width:768px) {
    .header__menu-link:hover {
        color: #ed1c24;
        transition: color .3s ease
    }
}


@media(max-width:991px) {
    .header__menu-link {
        padding-top: 5px;
        padding-bottom: 10px;
        font-size: 15px;
        padding-left: 5px;
        padding-right: 15px;
        text-align: center
    }
}

@media(max-width: 767px)
{
	.header__top-wrap .header__feedback-wrap  {
		display: none
	}
	.header__top-wrap .header__mail {
		width: 80px;
		float: right;
		margin: 0;
		width: 38px;
	    height: 38px;
	    background: url(images/ico-mob-call.svg) no-repeat center !important;
	    background-size: contain;
	    border: 0;
	    min-width: 0;
	    text-indent: -999px;
	    overflow: hidden;
	    border-radius: 0;
	    padding: 0;
	}
	.header__top-wrap .header__wrap-logo {
		width: 115px;
	} 
	.header__top-wrap .header__logo {
		margin: 0;
	}
	.header__top-wrap .header-sertif {
		display: none
	}
}





.position-top-fixed {
    position: fixed;
    top: 0;
    left: 0
}



.header-bottom__info {
    margin-top: 30px;
    display: none;
}

.header-bottom-info__item {
    position: relative;
    padding-left: 42px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 20px;
}

.header-bottom-info__item:last-child {
    margin-bottom: 0;
}

.header-bottom-info__item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #fff;
    text-decoration: none;
}

.header-bottom-info__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.header-bottom-info__item.header-bottom-info__item--mail a {
    text-decoration: underline;
}

.header-bottom-info__item.header-bottom-info__item--mail:before {
    background-image: url(images/ico-email.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header-bottom-info__item.header-bottom-info__item--phone:before {
    background-image: url(images/ico-phone-light.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media(max-width:768px) {
    .header-bottom__info {
	    display: block;
    }   
} 
    

.header__drop:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 15px;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header__drop {
    position: absolute;
    bottom: -12px;
    left: 50%;
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    background: #fbfbfb;
    border-top: 1px solid #e6e6e6;
    padding-top: 22px;
    padding-bottom: 17px;
    z-index: 3;
    border-radius: 8px;
    background-color: #fefefe;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.16);
    padding-left: 25px;
    padding-right: 25px;
    display: none
}

.header__drop-menu li {
    text-align: left
}

.header__drop:after {
    content: '';
    background: #fbfbfb;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(45deg) translate(-50%, 100%);
    transform: rotateZ(45deg) translate(-50%, 100%);
    position: absolute;
    top: -10px;
    left: 54%;
    z-index: 2;
    display: block
}

@media(max-width:767px) {
    .header__drop {
        position: static;
        border: 0;
        -ms-transform: none;
        transform: none;
        background: #fff;
        border-radius: 0;
        padding: 15px;
        margin-bottom: 10px
    }
    .header__drop .container {
        width: 100%;
        max-width: none
    }
    .header__drop:after {
        display: none
    }
}

.header__drop-menu {
    list-style-type: none;
    display: block;
    padding: 0;
    margin: 0
}

@media(max-width:767px) {
    .header__drop-menu {
        display: block
    }
}

.header__drop-menu-item>a {
    white-space: nowrap
}

.header__drop-menu-item.parent-item {
    clear: none
}

.header__drop-menu-item:not(:last-child) {
    padding-right: 35px
}

.header__drop-menu-link {
    font-size: 16px;
    line-height: 1.25;
    color: #646464;
    text-decoration: none;
    transition: color .3s ease;
    display: block;
    margin-bottom: 10px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500
}

a.header__drop-menu-link:hover {
    color: #ed1c24;
    transition: color .3s ease
}

@media(max-width:991px) {
    .header__drop-menu-link {
        font-size: 14px;
        padding: 0 10px
    }
}

@media(max-width:767px) {
    .header__drop-menu-link {
        padding: 0;
        margin-bottom: 15px;
        display: inline-block
    }
}

.header__drop-menu-list {
    list-style-type: none;
    margin-bottom: 20px;
    margin-left: 10px
}

.header__drop-menu-list li {
    white-space: nowrap
}

.header__drop-menu-list li:not(:last-child) a {
    white-space: nowrap
}

.header__drop-menu-list .header__drop-menu-link {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.43;
    color: #898989;
    margin-bottom: 5px
}

.header__drop-menu-list .header__drop-menu-link:hover {
    color: #ed1c24
}

.footer__wrapper {
    padding-top: 11px;
    padding-bottom: 18px;
    background-color: #646464
}

.footer__logo {
    display: block;
    margin-top: 10px;
    margin-left: 2px
}

.footer__list {
    list-style-type: none;
    margin-bottom: 16px!important;
    margin: 0!important;
    padding-left: 0!important
}

.footer__title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.79;
    color: #fff;
    margin-bottom: 14px;
    margin-top: 15px;
    text-decoration: none
}

.footer__title a {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.79;
    color: #fff;
    text-decoration: none;
    transition: .3s ease
}

.footer__title a:hover {
    color: #ed1c24;
    transition: .3s ease
}

.footer__list-item {
    margin-bottom: 10px;
    padding: 0!important
}

.footer__item {
    display: block;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
    text-decoration: none;
    transition: .3s ease
}

.footer__item:hover {
    color: #ed1c24;
    transition: .3s ease
}

.footer-contacts {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer-contacts .footer__title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.2;
}

.footer-contacts__col {
    /*width: 20%;*/
}

.footer-contacts__item {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
}

.copyright {
    padding: 8px 0 3px;
    background-color: #404040
}

.copyright__link {
    font-size: 14px;
    line-height: 1.43;
    color: #898989;
    text-decoration: none;
    display: inline-block;
    margin-top: 12px
}

.copyright__made-by {
    font-size: 14px;
    line-height: 1.43;
    color: #898989;
    text-decoration: none;
    display: inline-block;
    margin-top: 8px
}

.copyright__made-by .icon-wrap {
    display: inline-block;
    width: 74px;
    height: 19px;
    margin-left: 7px;
    font-size: 0;
    position: relative;
    top: 5px
}

.copyright__made-by .icon-wrap svg {
    width: 100%;
    height: 100%;
    fill: #dadada
}

@media (max-width: 991px) {
    .footer-contacts__col {
        /*width: 33.33%;*/
    }
}

@media(max-width:767px) {
    .footer-contacts__col {
        /*width: 100%;*/
    }
}


.index-slider .slick-dots {
    position: absolute;
    bottom: 116px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    list-style-type: none
}

@media(max-width:767px) {
    .index-slider .slick-dots {
        bottom: 15px
    }
    .header__drop-menu-list li:not(:last-child) a,
    .header__drop-menu-item>a {
        white-space: normal;
        padding-right: 0;
    }
    .header__drop-menu-item:not(:last-child) {
        padding-right: 0;
    }
}

.index-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer
}

.index-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.index-slider .slick-dots li button:before {
    content: '';
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border: solid 1px #fff
}

.index-slider .slick-dots li.slick-active button:before {
    background: #fff;
    width: 12px;
    height: 12px
}

.index-slider .slick-list,
.index-slider .slick-track {
    height: 100%
}

.top-slider {
    position: relative;
    opacity: 0;
    transition: opacity .3s;
}

.top-slider--ready {
    opacity: 1;
}

.top-slider__ie-fallback {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.top-slider__bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.top-slider__bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.top-slider__bg-img:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.6));
    opacity: 0;
}

.top-slider--ready .top-slider__bg-img:after {
    opacity: 1;
}

.top-slider__slider-wrapper {
    position: relative
}

.top-slider__arrow {
    position: absolute;
    top: 280px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 15px;
    height: 28px
}

.top-slider__arrow svg {
    width: 100%;
    height: 100%;
    fill: #898989;
    transition: .3s ease
}

.top-slider__arrow:hover svg {
    fill: #000;
    transition: .3s ease
}

.top-slider__arrow--left {
    left: 0
}

@media(max-width:767px) {
    .top-slider__arrow--left {
        display: none
    }
}

.top-slider__arrow--right {
    right: 0
}

@media(max-width:767px) {
    .top-slider__arrow--right {
        display: none;
        right: 15px
    }
}

.top-slider__slider {
    overflow: hidden;
    height: 650px
}

@media(max-width:767px) {
    .top-slider__slider {
        height: 500px
    }
}

@media(max-width:500px) {
    .top-slider__slider {
        height: 615px
    }
}

.top-slider__slide-wrap {
    height: 100%
}

.top-slider__slide-wrap:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

@media(max-width:767px) {
    .top-slider__slide-wrap:before {
        display: none
    }
}

.top-slider__slide-wrap>.container {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 127px
}

@media(max-width:767px) {
    .top-slider__slide-wrap>.container {
        padding-bottom: 60px
    }
}

.top-slider__slider-item {
    position: relative;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 126px
}

@media(max-width:767px) {
    .top-slider__slider-item {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.top-slider__slider-title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    margin-bottom: 32px
}

@media(max-width:767px) {
    .top-slider__slider-title {
        font-size: 30px
    }
}

.top-slider__slider-item {
    font-size: 19px;
    line-height: 1.58;
    text-align: center;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300
}

@media(max-width:767px) {
    .top-slider__slider-item {
        font-size: 16px
    }
}

.services {
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 30px;
    padding-top: 35px
}

.services__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.services__image-wrap {
    min-height: 168px;
    margin-bottom: 15px;
    position: relative
}

.services__title-wrap {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #fff;
    padding-top: 35px;
    padding-bottom: 20px;
    position: relative;
    margin: 0 auto 35px
}

.top-slider+.services .services__title-wrap {
    margin-top: -135px
}

@media(min-width:1300px) {
    .services__title-wrap {
        max-width: 1250px
    }
}

@media(max-width:767px) {
    .services__title-wrap {
        padding-top: 0;
        margin-top: 0!important;
        margin-bottom: 0
    }
}

.services__title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.3;
    text-align: center;
    color: #646464;
    margin-bottom: 17px
}

.services__text {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.58;
    text-align: center;
    color: #545454
}

.services__item {
    border-radius: 8px;
    border: solid 1px #e6e6e6;
    padding: 20px 20px 41px;
    height: 100%;
    transition: box-shadow .3s ease;
    display: block;
    text-decoration: none
}

@media(min-width:768px) {
    .services__item:hover {
        transition: box-shadow .3s ease;
        box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.26)
    }
}

.services__outer-wrap {
    margin-bottom: 30px
}

.testing {
    padding-top: 39px;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 34px
}

.testing__profit-title {
    font-size: 14px;
    line-height: 2.14;
    color: #bcbcbc;
    margin-top: -26px
}

.testing__tabs-item {
    display: none
}

.testing__tabs-item.active {
    display: block
}

.testing__title {
    margin-bottom: 19px
}

.testing__sub-title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.58;
    text-align: center;
    color: #646464;
    margin-bottom: 66px
}

.testing__tabs-head {
    border-bottom: 1px solid #dadada;
    margin-bottom: 54px
}

.testing__tabs-head-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:767px) {
    .testing__tabs-head-wrap {
        display: block
    }
    .testing__profit-title {
        margin-top: 0
    }
}

.testing__tab-link {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.39;
    color: #646464;
    padding-bottom: 18px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    text-align: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    top: 1px
}

@media(max-width:767px) {
    .testing__tab-link {
        float: left;
        padding: 0 20px 5px;
        text-align: left;
        margin-bottom: 10px
    }
}

.testing__tab-link.active {
    border-color: #ed1c24
}

.testing__tabs-params {
    margin-bottom: 45px;
    position: relative
}

@media(max-width:767px) {
    .testing__tabs-params {
        margin-bottom: 10px
    }
}

.testing__tabs-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:767px) {
    .testing__tabs-row {
        display: block
    }
}

.testing__params-name {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.39;
    color: #646464
}

@media(max-width:767px) {
    .testing__params-name {
        text-align: left;
        margin-bottom: 20px
    }
}

.testing__params-slider {
    float: left;
    width: 53.5%;
    position: relative;
    height: 26px
}

@media(max-width:767px) {
    .testing__params-slider {
        float: none;
        width: 100%;
        margin-bottom: 29px
    }
}

.testing__params-left {
    opacity: .5;
    font-size: 12px;
    color: #898989;
    position: absolute;
    bottom: -20px;
    left: 0
}

.testing__params-right {
    opacity: .5;
    font-size: 12px;
    color: #898989;
    position: absolute;
    right: 0;
    bottom: -20px
}

.testing__params-value {
    float: left;
    padding-left: 34px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.56;
    color: #646464
}

@media(max-width:767px) {
    .testing__params-value {
        text-align: left;
        margin-bottom: 20px;
        padding-left: 0
    }
}

.testing__btns-wrap {
    position: relative;
    top: -3px
}

.testing__btns-wrap--services {
    margin-top: 65px;
    margin-bottom: 46px
}

.testing__info-link {
    font-size: 18px;
    color: #ed1c24;
    transition: color .3s ease;
    text-decoration: none;
    margin-left: 36px;
    display: inline-block
}

.testing__info-link:hover {
    transition: color .3s ease;
    color: #c21a24
}

@media(max-width:767px) {
    .testing__info-link {
        margin: 30px 0;
        display: block
    }
}

.testing__select-wrap {
    width: 53.5%;
    height: 26px
}

.calculator_dedicated .style-select .jq-selectbox__dropdown ul {
    max-height: 160px;
    height: auto;
}

@media (max-width: 991px) {
    .calculator_dedicated .calculator__params_right.testing__tabs-row {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 10px;
        text-align: center;

    }

    .calculator_dedicated .calculator__params_middle-double .calculator__params_short.testing__tabs-row {
        display: block;
        margin: 0 auto;
    }

    .calculator_dedicated .calculator__params_middle-double {
        display: block;
    }

    .calculator_dedicated .calculator__params_middle-double .calculator__name_short {
        margin-top: 25px;
        flex: none;
    }

    .calculator_dedicated .calculator__row:nth-child(4) .calculator__params_right {
        display: none;
    }

    .calculator_dedicated .style-select .jq-selectbox__dropdown ul li {
        height: auto;
        white-space: normal;
        padding-bottom: 10px;
    }
}

@media(max-width:767px) {
    .testing__select-wrap {
        width: 100%;
        margin-bottom: 15px
    }
    .calculator .testing__label-wrapper {
        margin-bottom: 10px
    }
    .calculator_dedicated .calculator__name {
        margin-bottom: 10px
    }

    .calculator_dedicated .calculator__params_middle-double .calculator__params_short.testing__tabs-row {
        position: static;
    }

    .calculator_dedicated .calculator__name_hdd-sas {
        margin-right: 0;
    }

    .calculator_dedicated .calculator__row:nth-child(4) .calculator__params_ssd .testing__label-wrapper {
        float: none;
    }

    .calculator_dedicated .style-select .jq-selectbox__dropdown ul li {
        font-size: 14px;
        padding-bottom: 5px;
    }


}

.service-page__text p,
.service-page__text {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.47;
    color: #646464;
    font-weight: 300
}

.why-us {
    padding-top: 40px;
    padding-bottom: 51px;
    position: relative
}

.why-us__main-title {
    margin-bottom: 55px
}

.why-us__image-wrap {
    width: 165px;
    height: 165px;
    border: solid 1px #e6e6e6;
    position: relative;
    border-radius: 50%
}

.why-us__image-wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

@media(max-width:767px) {
    .why-us__image-wrap {
        margin: 0 auto
    }
}

.why-us__title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.3;
    color: #646464;
    margin-bottom: 12px;
    margin-top: 8px
}

@media(max-width:767px) {
    .why-us__title {
        text-align: center
    }
}

.why-us__item:not(:last-child) {
    margin-bottom: 26px
}

.about-us {
    padding-bottom: 27px
}

.about-us__banner {
    position: relative;
    padding-top: 56px;
    padding-bottom: 269px
}

@media(max-width:767px) {
    .about-us__banner {
        padding-bottom: 0
    }
}

.about-us__container {
    position: relative
}

.about-us__title {
    font-size: 42px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.19;
    color: #fff;
    text-align: center;
    margin-bottom: 8px
}

.about-us__sub-title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.58;
    text-align: center;
    color: #fff;
    margin-bottom: 34px
}

.about-us__item:first-child {
    position: relative
}

.about-us__item:first-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff
}

.about-us__ie-fallback {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.about-us__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.about-us__bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.6))
}

.about-us__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-us__text-wrapper h3 {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
    color: #646464;
    margin-bottom: 12px
}

.about-us__item-title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 70px;
    text-align: center;
    color: #fff;
    margin-bottom: -3px
}

@media(max-width:767px) {
    .about-us__item-title {
        font-size: 40px
    }
}

.about-us__item-sub-title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.39;
    text-align: center;
    color: #fff
}

@media(max-width:767px) {
    .about-us__item-sub-title {
        margin-bottom: 30px
    }
}

.about-us__text-wrapper {
    border-radius: 10px;
    background: #fff;
    margin-top: -220px;
    padding-left: 98px;
    padding-right: 98px;
    padding-top: 57px
}

@media(max-width:1199px) {
    .about-us__text-wrapper {
        padding: 50px 50px 0
    }
}

@media(max-width:767px) {
    .about-us__text-wrapper {
        margin: 0;
        padding: 50px 0
    }
}

.excursions--testing {
    margin-top: 50px;
    margin-bottom: 37px
}

.excursions--data-center {
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #fbfbfb
}

.excursions__contacts .excursions {
    margin-bottom: 50px
}

.excursions__container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 60px 0 51px;
    /* margin-top: 20px; */
}

.section-dft #tour .excursions__container {
    margin-top: 0;
}

.excursions__container>.row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center
}

@media(max-width:991px) {
    .excursions__container {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 20px
    }
    .excursions__container>.row {
        display: block
    }
}

.excursions__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.excursions__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.excursions__bg:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.71), rgba(99, 99, 99, 0.77))
}

.excursions__ie-fallback {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0
}

.excursions__title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
    position: relative;
    top: -6px
}

.excursions__sub-title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.58;
    color: #fff;
    position: relative;
    top: -2px
}

@media(max-width:991px) {
    .excursions__sub-title {
        top: 0;
        margin-bottom: 20px
    }
}

.feedback {
    padding-top: 58px;
    border-bottom: 2px solid #e6e6e6;
    padding-bottom: 86px
}

.feedback__container {
    position: relative
}

.feedback__arrow {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 15px;
    height: 28px
}

.feedback .bx-controls-direction {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    height: 1px
}

.feedback .bx-controls-direction .bx-prev {
    width: 15px;
    height: 28px;
    background: url(images/svg/arr_left.svg) no-repeat center;
    left: 0;
    text-indent: -9999px;
    position: absolute;
    opacity: .5
}

.feedback .bx-controls-direction .bx-next {
    width: 15px;
    height: 28px;
    background: url(images/svg/arr_right.svg) no-repeat center;
    right: 0;
    text-indent: -9999px;
    position: absolute;
    opacity: .5
}

.feedback .bx-controls-direction a:hover {
    opacity: 1
}

.feedback__container .bx-wrapper {
    position: relative
}

@media(max-width:767px) {
    .feedback__arrow {
        top: 183px;
        -ms-transform: none;
        transform: none
    }
}

.feedback__arrow svg {
    width: 100%;
    height: 100%;
    fill: #898989;
    transition: .3s ease
}

.feedback__arrow:hover svg {
    fill: #000;
    transition: .3s ease
}

.feedback__arrow--left {
    left: 0
}

@media(max-width:767px) {
    .feedback__arrow--left {
        left: 15px
    }
}

.feedback__arrow--right {
    right: 0
}

@media(max-width:767px) {
    .feedback__arrow--right {
        right: 15px
    }
}

.feedback__title {
    margin-bottom: 39px
}

.feedback__image-wrap {
    width: 320px;
    height: 240px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 25px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto;
    -ms-transform: translateX(30px);
    transform: translateX(30px)
}

.feedback__image-wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

@media(max-width:1199px) {
    .feedback__image-wrap {
        width: 240px
    }
}

@media(max-width:767px) {
    .feedback__image-wrap {
        -ms-transform: none;
        transform: none
    }
}

.feedback__slide-title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.39;
    color: #646464;
    margin-bottom: 11px;
    margin-top: 17px;
    letter-spacing: .1px
}

.feedback__slide-text {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 17px;
    font-style: italic;
    line-height: 1.5;
    color: #646464;
    letter-spacing: -.2px
}

.feedback__slide {
    padding-bottom: 50px
}

.feedback__slider-wrapper .slick-dots {
    bottom: -35px
}

.feedback__slider-wrapper .slick-dots li button:before {
    border-color: #8a8a8a
}

.feedback__slider-wrapper .slick-dots li.slick-active button:before {
    background: #8a8a8a
}

.feedback .bx-pager {
    bottom: -35px;
    position: absolute;
    width: 100%;
    text-align: center
}

.feedback .bx-pager .bx-pager-item {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    position: relative
}

.feedback .bx-pager .bx-pager-item a {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent
}

.feedback .bx-pager .bx-pager-item a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    border: solid 1px #8a8a8a;
    box-sizing: content-box
}

.feedback .bx-pager .bx-pager-item a.active:before {
    background: #8a8a8a;
    width: 12px;
    height: 12px
}

.index-slider .slick-list,
.index-slider .slick-track {
    height: 100%
}

.partners {
    padding-top: 37px;
    padding-bottom: 57px
}

.partners__title {
    margin-bottom: 46px
}

.partners__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 32px
}

@media(max-width:991px) {
    .partners__list {
        display: block
    }
    .partners__list::after {
        content: "";
        display: table;
        clear: both
    }
}

.partners__link {
    transition: .3s ease
}

@media(max-width:991px) {
    .partners__link {
        float: left;
        width: 33.3%;
        text-align: center;
        margin-bottom: 20px;
        height: 80px;
        position: relative
    }
    .partners__link img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto
    }
}

@media(max-width:767px) {
    .partners__link {
        width: 100%
    }
    .feedback__slide-text {
        padding: 0 30px;
        font-size: 15px
    }
    .feedback__slide-title {
        padding: 0 30px
    }
}

.partners__link:hover {
    opacity: .7;
    transition: .3s ease
}

.callback {
    padding-top: 40px;
    padding-bottom: 7px;
    background-color: #f5f5f5
}

.callback-documents {
    border-bottom: 1px solid #e6e6e6
}

.callback--contacts {
    border-bottom: 1px solid #e6e6e6
}

.callback__title {
    margin-bottom: 18px
}

.callback__sub-title {
    margin-bottom: 6px
}

.callback__form-group {
    margin-bottom: 33px
}

.callback-form_cont {
    margin-top: 20px
}

.news__pagination {
    margin: 0 auto 73px;
    position: relative;
}

@media(max-width:991px) {
    .news__pagination {
        left: 0;
        max-width: none
    }
}

.news__main-list {
    margin-bottom: 81px
}

@media(max-width:991px) {
    .news__main-list {
        margin-bottom: 20px
    }
}

.news__item {
    transition: .3s ease;
    padding-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .news__item:hover {
        box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.26);
        transition: .3s ease
    }
}

.video__item {
    transition: .3s ease;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .video__item:hover {
        box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.26);
        transition: .3s ease
    }
}

.news__filter-list {
    margin-bottom: 14px
}

.news__filter-list--detail {
    margin-bottom: 33px
}

.news__filter-item {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px
}

.news__filter-link {
    float: left;
    border-radius: 35px;
    background-color: #fbfbfb;
    border: solid 1px #e6e6e6;
    text-decoration: none;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #646464;
    margin-right: 10px;
    padding: 1px 28px 2px
}

.news__filter-link:hover {
    background-color: #f5f5f5
}

.news__filter-link.active {
    background-color: #e6e6e6
}

.news__filter-remove {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #646464;
    margin-right: 10px
}

@media(max-width:767px) {
    .news__filter-link {
        padding: 1px 15px 2px;
        font-size: 14px
    }
}

.news__image-wrap {
    position: relative
}

.news__image-wrap a {
    display: block
}

.news__image-wrap:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 66.66667%
}

.news__image-wrap>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.news__image-wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%
}

.news__image-wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}

.news__info-wrap {
    margin-bottom: 7px
}

.news__info-date {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 2.14;
    color: #bcbcbc;
    float: left;
    text-transform: uppercase;
    position: relative;
    padding-right: 15px
}

@media(max-width:767px) {
    .news__info-date {
        float: none;
        display: block;
        padding: 0
    }
}

.news__inner-wrapper {
    padding: 15px 20px 57px
}

@media(max-width:767px) {
    .news__inner-wrapper {
        padding: 15px 0 30px
    }
}

.news__info-author {
    font-size: 14px;
    line-height: 2.14;
    color: #bcbcbc;
    float: left;
    padding-left: 14px;
    position: relative
}

.news__info-author:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    background: #bcbcbc;
    height: 16px
}

@media(max-width:767px) {
    .news__info-author {
        float: none;
        display: block;
        padding: 0
    }
    .news__info-author:before {
        display: none
    }
}

.news__info-name {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.25;
    color: #000;
    text-decoration: none;
    transition: .3s ease;
    margin-bottom: 21px;
    display: inline-block
}

@media(min-width:768px) {
    .news__info-name:hover {
        color: #ed1c24;
        transition: .3s ease
    }
}

.news__info-preview {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.58;
    color: #545454
}

.news-detail {
    padding-bottom: 44px
}

.news-detail__top-image {
    margin-top: 32px;
    margin-bottom: 43px
}

.news-detail__body {
    margin-bottom: 58px
}

.readmore {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 21px;
    padding-bottom: 35px
}

@media(max-width:767px) {
    .readmore {
        padding-top: 0;
        padding-bottom: 15px
    }
}

.readmore__title {
    color: #646464;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500
}

.doc-btn {
    border-radius: 4px;
    background: #fff;
    border: solid 1px #e6e6e6;
    height: 50px;
    display: inline-block;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-decoration: none;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    color: #ed1c24;
    transition: .3s ease;
    display: inline-block
}

.doc-btn__icon {
    border-right: 1px solid #e6e6e6;
    width: 50px;
    position: relative;
    height: 100%;
    float: left
}

.doc-btn__icon svg {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.doc-btn__icon--download svg {
    width: 24px;
    height: 16px
}

.doc-btn__text {
    display: block;
    width: calc(100% - 50px);
    text-align: center;
    text-decoration: none;
    float: left;
    line-height: 46px;
    padding: 0 5px;
    min-width: 140px
}

.doc-btn__size {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
    color: #ed1c24
}

.doc-btn:hover {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
    border-color: #fff;
    transition: .3s ease
}

.documents__wrap-title {
    margin-bottom: 19px
}

.documents__wrap-sub-title {
    margin-bottom: 52px
}

.documents__item {
    margin-bottom: 60px
}

.documents__wrap:not(:first-child) {
    padding-top: 44px
}

.documents__wrap:not(:last-child) {
    border-bottom: 2px solid #e6e6e6
}

.documents__img-team-img {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 160px;
    width: 160px
}

@media(min-width:992px) {
    .documents__img-wrap {
        float: left;
        width: 160px
    }
}

@media(max-width:991px) {
    .documents__img-wrap {
        max-width: 220px;
        margin: 0 auto 30px
    }
}

@media(min-width:992px) {
    .documents__text-wrap {
        float: left;
        width: calc(100% - 160px);
        padding-left: 35px;
        padding-right: 35px
    }
}

.documents__sub-title {
    font-size: 15px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.35;
    color: #646464;
    margin-bottom: 25px
}

.documents__title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.39;
    color: #646464;
    margin-bottom: 9px
}

.documents__www {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.39;
    color: #9d9d9d;
    margin-bottom: 9px
}

.documents__icon-wrap {
    /*    position: relative;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);*/
}

.documents__icon-wrap:before {
    /*    display: block;
    content: "";
    width: 100%;
    padding-top: 141.25%*/
}

.documents__icon-wrap>.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.documents__icon-wrap svg {
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 104px;
    height: 120px;
    margin: auto
}

@media(max-width:991px) {
    .documents__icon-wrap {
        max-width: 220px;
        margin: 0 auto 30px
    }
}

.contacts__item {
    margin-bottom: 17px
}

.contacts__item h3 {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.39;
    color: #646464;
    margin-bottom: 13px
}

.contacts__item .phone {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.58;
    color: #646464;
    text-decoration: none
}

.contacts__item .email {
    font-size: 18px;
    line-height: 1.67;
    color: #ed1c24;
    text-decoration: none;
    font-weight: 400
}

.map {
    height: 700px;
    margin-bottom: 39px
}

.contacts__item--big h3 {
    color: #646464
}

.contacts__item--big .phone {
    color: #ee1c25;
    font-size: 40px;
    font-weight: 400
}

@media(min-width:1200px) {
    .contacts__item {
        width: 19%
    }
    .contacts__item--big {
        width: 41.66667%
    }
}

@media(max-width:1199px) {
    .contacts__item--big .phone {
        font-size: 38px
    }
}

@media(max-width:767px) {
    .map {
        height: auto
    }
    .map #map {
        height: 500px
    }
}

.map__wrapper {
    position: relative
}

.map__info-wrap {
    position: absolute;
    top: 0;
    left: 5px;
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.26);
    border: solid 1px #eaeaea;
    z-index: 1;
    width: 100%
}

@media(max-width:767px) {
    .map__info-wrap {
        position: static;
        -ms-transform: none;
        transform: none;
        box-shadow: none;
        margin-bottom: 15px
    }
}

.map__info-head {
    height: 69px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-bottom: 1px solid #dadada;
    position: relative
}

@media(max-width:767px) {
    .map__info-head {
        display: block;
        height: auto
    }
    .map__info-head::after {
        content: "";
        display: table;
        clear: both
    }
}

.map__info-body {
    padding: 28px 30px 16px
}

@media(max-width:767px) {
    .map__info-body {
        padding: 15px
    }
}

.map__head-link {
    text-align: center;
    width: 50%;
    text-decoration: none;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.39;
    color: #bcbcbc;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-transform: uppercase
}

.map__head-link span {
    width: 100%;
    display: block
}

.map__head-link.active {
    color: #646464;
    position: relative
}

.map__head-link.active:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 200px;
    background: #ed1c24;
    margin: auto
}

@media(max-width:767px) {
    .map__head-link.active:before {
        width: 100%
    }
}

@media(max-width:767px) {
    .map__head-link {
        padding: 15px;
        font-size: 16px;
        display: block;
        width: 100%
    }
}

.map__info-adress {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.58;
    color: #646464;
    margin-bottom: 42px
}

@media(max-width:767px) {
    .map__info-adress {
        font-size: 17px
    }
}

.map__info-title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.39;
    color: #646464;
    margin-bottom: 13px
}

.map__info-inner {
    margin-bottom: 32px
}

.map__info-wrapper {
    display: none
}

.map__info-wrapper.active {
    display: block
}

.map__info-wrapper p.address {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.58;
    color: #646464;
    margin-bottom: 42px;
    font-weight: 500
}

.map__info-wrapper h3 {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.39;
    color: #646464;
    margin-bottom: 13px;
    font-weight: 500
}

.map__info-wrapper .phone {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.58;
    color: #646464;
    text-decoration: none
}

.map__info-wrapper .email {
    font-size: 18px;
    line-height: 1.67;
    color: #ed1c24;
    text-decoration: none;
    font-weight: 400
}

.map__info-wrapper .small {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.33;
    color: #646464
}

.map__info-wrapper .skype {
    position: relative;
    padding-left: 37px;
    font-size: 18px;
    line-height: 1.67;
    color: #00aaf2;
    text-decoration: none;
    display: inline-block
}

.map__info-wrapper .skype:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 1px;
    background: url("./images/svg/skype.svg") no-repeat;
    width: 26px;
    height: 22px
}

.how-get {
    padding-bottom: 46px
}

@media(min-width:768px) {
    .how-get__item:not(:last-child) {
        margin-bottom: 45px
    }
}

@media(min-width:768px) {
    .how-get__item-title {
        margin-bottom: 19px
    }
}

@media(min-width:768px) {
    .how-get__image {
        margin-top: 22px
    }
}

#map {
    height: 100%
}

.color-grey {
    color: #646464
}

.offer__text ul {
    list-style-type: none;
    margin-top: -8px;
    margin-bottom: 53px;
    padding-left: 0;
    list-style: none
}

.offer__text ul li {
    position: relative;
    color: #646464;
    padding-left: 25px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.47;
    margin-bottom: 11px
}

.offer__text ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ed1c24;
    position: absolute;
    top: 13px;
    left: 0
}

.package {
    padding-bottom: 73px
}

.package__list {
    list-style-type: none
}

.package__inner {
    border-radius: 8px;
    background-color: #fff;
    border: solid 1px #e6e6e6;
    height: 100%;
    padding-bottom: 25px
}

@media(min-width:768px) {
    .package__inner:hover {
        box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.26)
    }
    .package__inner:hover .package__list-item svg {
        fill: #ed1c24
    }
    .package__inner:hover .btn-dft {
        color: #fff;
        background: #ed1c24
    }
}

@media(max-width:767px) {
    .package__inner .btn-dft.disabled {
        background: #ed1c24;
        color: #fff
    }
}

.package__title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.3;
    text-align: center;
    color: #000;
    border-bottom: solid 1px #e6e6e6;
    height: 90px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 11px
}

@media(max-width:1199px) {
    .package__title {
        font-size: 20px
    }
}

.package__body {
    padding-top: 16px;
    padding-left: 13px;
    padding-right: 13px;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 26px
}

.package__body li {
    list-style: none;
    position: relative;
    padding-left: 24px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.47;
    color: #646464
}

.package__body li:before {
    background: url(./images/svgsprite/sprite.svg#list-check);
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 8px;
    fill: #646464
}

.package__body li:not(:last-child) {
    margin-bottom: 10px
}

.package__price {
    padding-top: 20px;
    margin-bottom: 19px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.19;
    text-align: center
}

.package__price span {
    display: block;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.47;
    text-align: center;
    margin-top: -3px
}

@media(max-width:991px) {
    .package__item {
        margin-bottom: 30px
    }
}

.offer__body {
    margin-bottom: 42px
}

.offer__body--bonus {
    margin-bottom: 10px
}

@media(max-width:767px) {
    .offer__item-img {
        text-align: center
    }
}

.offer__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    margin-bottom: 55px
}

@media(max-width:767px) {
    .offer__head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.offer__head-link {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    color: #646464;
    text-decoration: none;
    height: 60px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    text-transform: uppercase;
    padding: 0 10px
}

.offer__head-link:not(:last-child):not(.active) {
    border-right: 1px solid #e6e6e6
}

.offer__head-link.active {
    background-color: #ed1c24;
    color: #fff
}

@media(max-width:767px) {
    .offer__head-link {
        border: 1px solid #e6e6e6
    }
    .offer__head-link:not(:last-child):not(.active) {
        border-right: 0;
        border: 1px solid #e6e6e6
    }
    .offer__head-link.active {
        background-color: #ed1c24;
        border-color: #ed1c24;
        color: #fff
    }
}


/*
.js-tab-wrapper .offer__item {
    display: none
}

.js-tab-wrapper .offer__item.active {
    display: block
}
*/

.offer__item {
    display: none
}

.offer__item.active {
    display: block
}

.offer__helper {
    position: relative;
    padding-left: 41px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.39;
    color: #646464;
    margin-top: 48px
}

.offer__helper:before {
    content: '';
    background: url("./images/svg/info-icon.svg") no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 3px;
    left: 0
}

@media(max-width:767px) {
    .offer__helper {
        margin-bottom: 30px
    }
}

.bonus-info {
    padding-top: 33px
}

.bonus-info::after {
    content: "";
    display: table;
    clear: both
}

.bonus-info__item {
    position: relative;
    padding-left: 112px;
    padding-bottom: 13px
}

.bonus-info__item img {
    content: '';
    position: absolute;
    top: 0;
    left: 24px;
    background: url("./images/svg/check-circle.svg") no-repeat;
    width: 48px;
    height: 48px
}

@media(max-width:991px) {
    .bonus-info__item {
        padding-left: 60px
    }
    .bonus-info__item img {
        left: 0
    }
}

@media(max-width:767px) {
    .bonus-info__item {
        padding-left: 15px
    }
    .bonus-info__item {
        display: none
    }
}

.bonus-info__item h3 {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.3;
    color: #646464;
    margin-bottom: 12px
}

.bonus-info__item p {
    font-size: 17px;
    line-height: 1.47
}

.other-service__outer-item {
    margin-bottom: 30px
}

.other-service__item {
    height: 100%;
    padding: 20px;
    background-color: #fbfbfb;
    border-radius: 8px
}

.other-service__item:hover {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15)
}

.other-service__title {
    margin-bottom: 36px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.3;
    color: #646464;
    margin-top: 22px
}

.other-service__item-title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.39;
    color: #ed1c24;
    margin-bottom: 10px
}

.other-service__text {
    font-size: 17px;
    line-height: 1.47;
    margin-bottom: 0
}

.data-center {
    color: #fff;
    position: relative;
    padding-top: 96px;
    padding-bottom: 50px
}

@media(max-width:767px) {
    .data-center {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.data-center:not(:last-child) {
    margin-bottom: 5px
}

.data-center:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65)
}

.data-center__callback-form {
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.2);
    margin-top: 52px;
    padding-top: 32px;
    padding-bottom: 38px;
    margin-bottom: 39px
}

.data-center__callback-form .callback {
    padding: 0;
    background-color: #fff
}

.data-center__callback-form .container {
    padding: 0;
    width: 100%
}

@media(max-width:767px) {
    .data-center__callback-form {
        padding-bottom: 0;
        margin-top: 15px
    }
    .data-center__callback-form .row {
        margin-left: 0;
        margin-right: 0
    }
}

.data-center .container {
    position: relative;
    z-index: 1
}

.data-center__title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.19;
    margin-bottom: 20px;
    opacity: 0;
    transform: translateY(75px)
}

@media(max-width:767px) {
    .data-center__title {
        font-size: 24px
    }
}

.data-center__item-title,
.data-center h3 {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.3;
    color: #e6e6e6;
    margin: 0
}

@media(max-width:991px) {
    .data-center__item-title,
    .data-center h3 {
        font-size: 16px
    }
}

.data-center__text {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.58;
    color: #e6e6e6;
    margin-bottom: 104px;
    opacity: 0;
    transform: translateY(75px)
}

@media(max-width:767px) {
    .data-center__text {
        font-size: 16px;
        margin-bottom: 30px
    }
}

.data-center__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transform: translateY(75px)
}

@media(max-width:767px) {
    .data-center__info {
        display: block
    }
}

.data-center__item-text,
.data-center p {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 42px;
    line-height: 1.19;
    color: #fff;
    margin: 0
}

@media(max-width:991px) {
    .data-center__item-text,
    .data-center p {
        font-size: 24px
    }
}

.data-center__item {
    height: 100px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.data-center__item:not(:last-child) {
    border-right: 2px solid #ed1c24
}

@media(max-width:991px) {
    .data-center__item {
        height: 75px
    }
}

@media(max-width:767px) {
    .data-center__item:not(:last-child) {
        border-right: 0;
        border-bottom: 2px solid #ed1c24
    }
}

.data-center {
    opacity: 0;
    transform: translateY(75px)
}

.data-center.visible {
    opacity: 1;
    transform: translateY(0);
    transition: .8s ease
}

.data-center.visible .data-center__title {
    opacity: 1;
    transform: translateY(0);
    transition: .8s ease .1s
}

.data-center.visible .data-center__text {
    opacity: 1;
    transform: translateY(0);
    transition: .8s ease .3s
}

.data-center.visible .data-center__info {
    opacity: 1;
    transform: translateY(0);
    transition: .8s ease .5s
}

.callback__section {
    background-color: #fbfbfb
}

.photo-gallery__main {
    box-shadow: 0 14px 25px 0 rgba(0, 0, 0, 0.4)
}

.photo-gallery__slide {
    height: 600px
}

@media(max-width:991px) {
    .photo-gallery__slide {
        height: 480px
    }
}

@media(max-width:767px) {
    .photo-gallery__slide {
        height: 320px
    }
}

.photo-gallery__wrapper {
    position: relative
}

.photo-gallery__wrapper .container {
    position: relative
}

.photo-gallery__photo-bg {
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(56vw - 585px)
}

.photo-gallery__photo-bg:before {
    content: '';
    opacity: .92;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.photo-gallery__photo-bg--left {
    left: 0
}

.photo-gallery__photo-bg--right {
    right: 0
}

.photo-gallery__arrow {
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
    width: 15px;
    height: 28px
}

.photo-gallery__arrow svg {
    width: 100%;
    height: 100%;
    fill: #898989;
    transition: fill .3s ease
}

.photo-gallery__arrow--left {
    left: 15px
}

@media(max-width:1199px) {
    .photo-gallery__arrow--left {
        left: -15px
    }
}

@media(max-width:767px) {
    .photo-gallery__arrow--left {
        display: none
    }
}

.photo-gallery__arrow--right {
    right: 15px
}

@media(max-width:1199px) {
    .photo-gallery__arrow--right {
        right: -15px
    }
}

@media(max-width:767px) {
    .photo-gallery__arrow--right {
        display: none
    }
}

.photo-gallery__arrow:hover svg {
    fill: #000;
    transition: fill .3s ease
}

.vacancy {
    padding-bottom: 120px;
    padding-top: 45px
}

@media(max-width:767px) {
    .vacancy {
        padding-bottom: 30px
    }
}

.vacancy__principles {
    padding-top: 41px;
    padding-bottom: 13px
}

@media(max-width:991px) {
    .vacancy__aside-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.vacancy__aside {
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 30px
}

.vacancy__aside-head {
    font-size: 18px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.39;
    color: #000;
    padding: 24px 22px 17px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #e6e6e6
}

@media(max-width:991px) {
    .vacancy__aside-wrapper {
        padding-bottom: 30px
    }
}

.vacancy__aside-link {
    text-decoration: none;
    display: block;
    font-size: 15px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #646464;
    padding: 17px 22px;
    text-transform: uppercase;
    transition: .3s ease
}

@media(max-width:991px) {
    .vacancy__aside-link {
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        border: 1px solid #e6e6e6
    }
    .vacancy__aside-link:not(:last-child) {
        border: 1px solid #e6e6e6
    }
    .vacancy__aside-link.active {
        border: 1px solid #ed1c24
    }
    .vacancy__aside-link.active:not(:last-child) {
        border: 1px solid #ed1c24
    }
}

@media(max-width:767px) {
    .vacancy__aside-link {
        padding: 10px
    }
}

.vacancy__aside-link:not(:last-child) {
    border-bottom: 1px solid #e6e6e6
}

.vacancy__aside-link.active {
    background: #ed1c24;
    color: #fff;
    transition: .3s ease
}

.vacancy__aside-link:hover:not(.active) {
    background: #fbfbfb;
    color: #ed1c24;
    transition: .3s ease
}

.vacancy__item-head {
    display: block;
    font-size: 23px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    color: #646464;
    padding: 27px 60px 28px 22px;
    text-decoration: none;
    border-top: 1px solid #e6e6e6;
    position: relative;
    transition: .3s ease
}

@media(max-width:991px) {
    .vacancy__item-head {
        font-size: 18px
    }
}

@media(max-width:767px) {
    .vacancy__item-head {
        font-size: 16px;
        padding: 15px 90px 15px 15px;
        line-height: 1.2
    }
}

@media(min-width:768px) {
    .vacancy__item-head:hover {
        background-color: #fbfbfb;
        color: #000;
        transition: .3s ease
    }
    .vacancy__item-head:hover .vacancy__item-icon {
        background: #ed1c24;
        transition: .3s ease
    }
    .vacancy__item-head:hover .vacancy__item-icon span {
        background: #fff;
        transition: .3s ease
    }
    .vacancy__item-head:hover .vacancy__item-icon span:before {
        background: #fff;
        transition: .3s ease
    }
}

.vacancy__item-head.active .vacancy__item-icon span:before {
    -ms-transform: rotate(0);
    transform: rotateZ(0);
    transition: .1s ease
}

.vacancy__item:last-child .vacancy__item-head {
    border-bottom: 1px solid #e6e6e6
}

.vacancy__item:last-child .vacancy__item-inner {
    border-top: 0;
    border-bottom: 1px solid #e6e6e6
}

.vacancy__item ul {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0
}

.vacancy__item ul li {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    color: #646464;
    position: relative;
    font-size: 17px;
    padding-left: 20px;
    margin-bottom: 11px;
    line-height: 1.47;
    list-style: none
}

.vacancy__item ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ed1c24;
    position: absolute;
    left: 0;
    top: 13px
}

.vacancy__body {
    display: none
}

.vacancy__body.active {
    display: block
}

.vacancy__item-inner {
    padding-top: 26px;
    border-top: 1px solid #e6e6e6;
    padding-left: 42px;
    padding-right: 140px;
    display: none;
    padding-bottom: 20px
}

@media(max-width:991px) {
    .vacancy__item-inner {
        padding: 15px
    }
}

.vacancy__item-inner.active {
    display: block
}

.vacancy__item h3,
.vacancy__item .h3 {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.39;
    color: #646464;
    margin-bottom: 12px
}

.vacancy__item-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 36px;
    height: 36px;
    border: 2px solid #ed1c24;
    border-radius: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease
}

.vacancy__item-icon span {
    width: 16px;
    height: 2px;
    background: #ed1c24;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: .3s ease
}

.vacancy__item-icon span:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ed1c24;
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: rotate(90deg);
    transform: rotateZ(90deg);
    transition: .1s ease
}

#scrollUp {
    background: #ed1c24;
    bottom: 116px;
    right: 15px;
    width: 46px;
    height: 46px;
    color: #fff;
    position: relative;
    border-radius: 50%
}

#scrollUp:hover {
    opacity: .8
}

#scrollUp:before {
    top: 20px;
    left: 20px;
    height: 2px;
    width: 15px;
    background: #fff;
    position: absolute;
    content: '';
    border-radius: 1px;
    transform: rotateZ(45deg)
}

#scrollUp:after {
    top: 20px;
    left: 11px;
    height: 2px;
    width: 15px;
    background: #fff;
    position: absolute;
    content: '';
    border-radius: 1px;
    transform: rotateZ(-45deg)
}

.file_load {
    margin-bottom: 20px
}

.file_load .button_container {
    text-align: center;
    height: 52px;
    border-bottom: 1px solid #bcbcbc;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
    font-size: 14px;
    background: url(./images/ico_upload.png) no-repeat 20px 50%
}

.file_load .button_container span {
    border-bottom: 1px dotted;
    font-size: 16px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.88;
    color: #c21a24;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    line-height: 16px;
    margin-top: 18px;
    float: left;
    max-width: 100%
}

.file_load .button_container:hover span {
    text-decoration: none;
    border-bottom-color: transparent
}

.file_load .button_container input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto!important;
    opacity: 0;
    cursor: pointer;
    width: 200px!important
}

.file_load .file_upload {
    opacity: 0;
    position: absolute
}

.file_load .download_file {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: none
}

.file_load .download_file .file_add {
    width: 80%;
    float: left;
    color: #4e4e4e;
    line-height: 16px
}

.file_load .download_file .close {
    float: right;
    background: url("./images/etalon.png") -168px -119px no-repeat;
    width: 11px;
    height: 11px;
    display: block;
    margin: 3px 5px 0 0
}

.oferta {
    font-size: 11px;
    margin: 10px 0
}

.ie-10 .top-slider__ie-fallback,
.ie-11 .top-slider__ie-fallback {
    display: block
}

.ie-10 .top-slider__bg-img img,
.ie-11 .top-slider__bg-img img {
    display: none
}

.ie-10 .about-us__ie-fallback,
.ie-11 .about-us__ie-fallback {
    display: block
}

.ie-10 .about-us__bg img,
.ie-11 .about-us__bg img {
    display: none
}

.ie-10 .excursions__ie-fallback,
.ie-11 .excursions__ie-fallback {
    display: block
}

.ie-10 .excursions__bg img,
.ie-11 .excursions__bg img {
    display: none
}

.form-success {
    padding: 40px
}

@media(max-width:991px) {
    .form-success {
        padding: 20px
    }
}

.b_form .user_consent_label {
    margin: 14px 0 20px;
    line-height: 14px;
    width: 100%;
    font-size: 12px;
    text-align: left
}

.b_form .user_consent_label input {
    -webkit-appearance: checkbox;
    display: block;
    float: left
}

.b_form .user_consent_label span {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 0 0 0 5px;
    line-height: 14px;
    font-size: 12px;
    font-weight: 300;
    text-decoration: underline
}

.b_form .user_consent_label span:hover {
    text-decoration: none
}

.b_form .user_consent_text {
    display: block;
    position: absolute;
    top: 100%;
    bottom: 0;
    width: calc(100% - 30px);
    margin: auto;
    background: #f9f9f9;
    z-index: 100;
    opacity: 0;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear
}

.b_form .user_consent_text.active {
    display: block;
    bottom: 30px;
    opacity: 1;
    top: 0
}

.b_form .user_consent_text .title {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px
}

.b_form .user_consent_text .desc {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 60px;
    width: 100%;
    background: #f9f9f9;
    z-index: 100;
    display: block;
    line-height: 16px;
    font-size: 13px
}

.b_form .user_consent_text .btn_line {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px
}

.b_form .user_consent_text .btn-dft {
    height: 40px;
    min-width: 0;
    width: 44%;
    margin: 0 3%;
    line-height: 36px;
    padding: 0;
    text-align: center;
    font-size: 14px;
    float: left;
    font-weight: normal;
    border: 2px #ed1c24 solid
}

.b_form .user_consent_text .user_consent_cancel {
    background-color: #fff;
    color: #ed1c24;
    font-size: 13px
}

.icon__link,
.icons__list img {
    display: inline-block;
    line-height: 90px;
    vertical-align: middle
}

.features {
    padding-top: 37px;
    padding-bottom: 40px;
    border-bottom: 2px solid #e6e6e6
}

.features__title {
    margin-bottom: 46px
}

.icons__list {
    font-size: 0;
    text-align: center
}

.icon__link {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 255px;
    font-size: 23px;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    color: #646464;
    text-decoration: none;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    cursor: pointer
}



.features .icon__link:hover {
    box-shadow: 0 0 39px rgba(0, 0, 0, .26)
}

.icons__list--nolink .icon__link
{
    cursor: default;
}

.icons__list--nolink .icon__link:hover
{
    box-shadow: none;
}

@media(min-width:501px) and (max-width:576px) {
    .icon__link {
        margin-left: 10px;
        margin-right: 10px
    }
}

.ico__vps_linux {
    padding: 10px 0 10px 50px;
    background: url(images/ico/vps_linux.svg) left center no-repeat;
    font-size: 42px;
    line-height: 1.19;
    margin-bottom: 44px;
    font-weight: 500;
    font-family: "Roboto", Arial, sans-serif;
    color: #1c1c1c
}

.ico__kak_ispolzovat {
    padding: 10px 0 10px 60px;
    background: url(images/ico/kak_ispolzovat.svg) left center no-repeat;
    font-size: 42px;
    line-height: 1.19;
    margin-bottom: 44px;
    font-weight: 500;
    font-family: "Roboto", Arial, sans-serif;
    color: #1c1c1c
}

.ico__calc {
    padding: 10px 0 10px 58px;
    background: url(images/ico/calc.svg) left center no-repeat;
    font-size: 42px;
    line-height: 1.19;
    margin-bottom: 44px;
    font-weight: 500;
    font-family: "Roboto", Arial, sans-serif;
    color: #1c1c1c
}

.ico__paketniye_prilozheniya {
    padding: 10px 0 10px 58px;
    background: url(images/ico/paketniye_prilozheniya.svg) left center no-repeat;
    font-size: 42px;
    line-height: 1.19;
    margin-bottom: 44px;
    font-weight: 500;
    font-family: "Roboto", Arial, sans-serif;
    color: #1c1c1c
}

.ico__vps_bitrix {
    padding: 10px 0 10px 60px;
    background: url(images/ico/vps_bitrix.svg) left center no-repeat;
    font-size: 42px;
    line-height: 1.19;
    margin-bottom: 44px;
    font-weight: 500;
    font-family: "Roboto", Arial, sans-serif;
    color: #1c1c1c
}

.ico__kak_opredelicya {
    padding: 15px 0 15px 60px;
    background: url(images/ico/kak_opredelicya.svg) left center no-repeat;
    font-size: 42px;
    line-height: 1.19;
    margin-bottom: 44px;
    font-weight: 500;
    font-family: "Roboto", Arial, sans-serif;
    color: #1c1c1c
}

.container h2 {
    font-size: 42px;
    line-height: 1.19;
    margin-bottom: 15px;
    font-weight: 500;
    color: #1c1c1c
}

@media(max-width:767px) {
    .container h2 {
        font-size: 23px
    }
}

.page-wrapper.services-page #page-body {
    background-image: url(images/serv_fon.jpg);
    background-size: cover
}

.page-wrapper.services-page #page-body h1 {
    color: #fff;
    margin-bottom: 17px
}

p.services-page_p {
    color: #fff;
    max-width: 820px;
    margin-bottom: 62px
}

.services-page_item {
    background-color: #fff;
    min-height: 217px;
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 27px 84px 40px 84px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center
}

.services-page_item:last-child {
    margin-bottom: 100px
}

.services-page_item_wrap {
    padding-left: 60px
}

.services-page_item_wrap_title {
    text-align: left;
    margin-top: -15px
}

.services-page_item_img {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/illustration_3.svg);
    background-size: contain;
    width: 116px;
    height: 105px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0
}

.services-page_item_wrap .services__title a {
    color: #646464;
    text-decoration: none
}

.serv_img_2 {
    background-image: url(images/illustration_5.svg)
}

.serv_img_3 {
    background-image: url(images/illustration_4.svg)
}

.serv_img_4 {
    background-image: url(images/illustration_6.svg)
}

.serv_img_5 {
    background-image: url(images/illustration_3.svg)
}

.serv_img_6 {
    background-image: url(images/illustration_2.svg)
}

.serv_img_7 {
    background-image: url(images/illustration_1.svg)
}

.serv_img_8 {
    background-image: url(images/illustration_8.svg)
}

.serv_img_9 {
    background-image: url(images/illustration_9.svg)
}

.serv_img_10 {
    background-image: url(images/illustration_10.svg)
}

@media(max-width:992px) {
    .services-page_item_wrap_title {
        margin-top: 0
    }
}

@media(max-width:768px) {
    .services-page_item {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        padding: 30px
    }
    .services-page_item_wrap {
        padding-left: 0;
        padding-top: 30px
    }
    .services-page_item_wrap_title {
        text-align: center
    }
    .page-wrapper.services-page #page-body {
        padding-top: 30px
    }
    p.services-page_p {
        margin-bottom: 40px
    }
    .ico__kak_opredelicya,
    .ico__paketniye_prilozheniya,
    .ico__kak_ispolzovat {
        font-size: 30px;
        margin-bottom: 5px
    }
}

aside.sidebar .sidebar__menu li {
    list-style: none;
    position: relative
}

aside.sidebar .sidebar__menu li a {
    display: block;
    padding: 10px 15px 10px 15px;
    color: #5c646d;
    text-decoration: none;
    border-bottom: 1px solid rgba(190, 193, 197, .3)
}

aside.sidebar .sidebar__menu li a.active {
    font-weight: bold
}

aside.sidebar .sidebar__menu .dropdown .dropdown-toggle {
    position: relative
}

aside.sidebar .sidebar__menu .dropdown .dropdown-toggle::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    border-top: 4px solid #ed1c24
}

aside.sidebar .sidebar__menu li.dropdown>ul {
    display: none
}

aside.sidebar .sidebar__menu li.dropdown>ul.active {
    display: block
}

aside.sidebar .sidebar__menu li.dropdown>ul li a {
    font-size: 14px
}

.api.code .content__block+.content__block {
    border-top: 1px solid rgba(190, 193, 197, .3);
    padding-top: 35px;
    margin-top: 35px
}

.api.code .content__heading {
    margin-top: 0;
    margin-bottom: 35px
}

.api.code .hljs.bash {
    border-left: 7px solid #ed1c24;
    display: block;
    background-color: #000;
    color: #fff;
    font-size: 14.875px;
    padding: 22.5px;
    margin: 35px 0;
    position: relative;
    transition: height .2s;
    overflow-x: auto
}

.page-body.vdsvps .section-dft--border {
    padding-top: 0;
    border: 0
}

.page-body.vdsvps.vdsvps-2 .section-dft--border {
    padding-top: 25px
}

.page-body.vdsvps #advantages .section-dft--border {
    border: 0
}

.vdsvps {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    min-width: 320px
}

.vdsvps .container {
    position: relative
}

.vdsvps-head__wrap {
    margin-bottom: 48px;
    margin-top: 40px
}

.vdsvps-head {
    padding-top: 23px;
    padding-bottom: 117px;
    background-image: url(images/vds-vps/vdsvps-head-fon.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.vdsvps-head__main {
    width: 650px
}

.vdsvps-head__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px
}

.vdsvps-head__text {
    line-height: 1.58;
    color: #fff
}

.vdsvps-head__anchors {
    border-left: 1px solid #ef242e;
    padding: 0 0 0 23px;
    position: absolute;
    top: 63px;
    right: 69px;
    transition: .3s
}

.vdsvps-head__anchors .vdsvps-head__anchor {
    width: 100%;
    cursor: pointer;
    color: #fff;
    margin-bottom: 8px
}

.vdsvps-head__anchors .vdsvps-head__anchor span {
    position: relative;
    font-size: 15px
}

.vdsvps-head__anchors .vdsvps-head__anchor span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: url(images/vds-vps/pixel-white.png);
    background-repeat: repeat-x;
    bottom: 0;
    left: 0
}

.anchors-title,
.anchors-title--nav {
    display: none
}

.vdsvps-head__button {
    width: 353px;
    margin-right: 30px;
    color: #fff;
    font-size: 17px;
    padding: 18px 0 18px 0;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    text-decoration: none
}

.vdsvps-head__button--red {
    background-color: #ef242e;
    border: 0;
    border-radius: 0
}

.vdsvps-head__button--red:hover {
    background-color: #fd3c3e;
    transition: .3s
}

.vdsvps-head__button--transp {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5);
    transition: .3s;
    border-radius: 0
}

.vdsvps-head__button--transp:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    transition: .3s
}

.vdsvps-solut {
    padding-top: 82px;
    margin-bottom: 40px
}

.vdsvps-solut .title-dft {
    margin-bottom: 57px
}

.vdsvps-solut .offer__item-img img {
    max-width: 540px
}

.vdsvps-form .callback__title {
    margin-bottom: 51px;
    padding: 0px 15px;
}

.vdsvps .bx-wrapper {
    position: relative
}

.page-body.vdsvps .why-us__image-wrap {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 0;
    top: 0
}

.page-body.vdsvps #advantages .services__bonus-item .col-xl-8.col-lg-7 {
    display: table;
    min-height: 165px;
    position: relative
}

.page-body.vdsvps #advantages .services__bonus-item .col-xl-8.col-lg-7 .why-us__title {
    vertical-align: middle;
    display: table-cell
}

.vdsvps-head__wrap .h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 500
}

@media(min-width:1300px) {
    .vdsvps-datacenter .container,
    .vdsvps-datacenter__bottom .container {
        max-width: 1280px
    }
}

.vdsvps-datacenter {
    background-image: url(images/vds-vps/XelentIllustrationback.png);
    background-position: center;
    background-repeat: no-repeat;
    min-height: 860px;
    position: relative;
    padding-top: 63px;
    margin-bottom: 130px;
    overflow: hidden
}

.vdsvps-datacenter>img {
    margin: 0 auto;
    display: block
}

.vdsvps-datacenter .container>img {
    margin-top: -100px
}

.vdsvps-datacenter__title {
    color: #000;
    font-weight: 700;
    width: 540px;
    font-size: 40px
}

.vdsvps-datacenter__title span {
    color: #ed1b23
}

.vdsvps-datacenter__bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 0 25px 0;
    overflow: hidden
}

.vdsvps-datacenter__bottom:before {
    content: '';
    width: 150%;
    height: 150%;
    background: inherit;
    position: absolute;
    left: -25px;
    top: -25px;
    bottom: -25px;
    right: -25px;
    background-color: rgba(255, 255, 255, .8);
    filter: blur(5px)
}

.vdsvps-datacenter__item {
    display: inline-block;
    vertical-align: top;
    width: calc(27% - 4px);
    position: relative;
    font-size: 14px;
    padding-left: 110px;
    padding-right: 30px;
    border-right: 1px solid #cdcdd0;
    color: #000;
    font-weight: 400
}

.vdsvps-datacenter__item--small {
    width: calc(19% - 4px)
}

.vdsvps-datacenter__item:last-child {
    border-right: 0
}

.vdsvps-datacenter__item img {
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -40px;
    width: auto;
    height: 80px
}

.vdsvps-datacenter__item-text {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 111px;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    text-align: left;
}

.vdsvps-datacenter__bottom-title {
    font-weight: 500
}

@media(max-width:1199px) {
    .vdsvps-datacenter__item {
        width: calc(50% - 4px)
    }
    .vdsvps-datacenter__item:nth-child(2n) {
        border-right: 0
    }
    .vdsvps-datacenter__title {
        font-size: 35px
    }
    .vdsvps-datacenter {
        padding-top: 40px
    }
    .vdsvps-datacenter__item img {
        height: 60px;
        margin-top: -30px
    }
    .page-body.vdsvps #advantages .services__bonus-item .col-xl-8.col-lg-7 .why-us__title {
        font-size: 16px
    }
}

@media(max-width:991px) {
    .vdsvps-datacenter__title {
        width: 100%
    }
    .vdsvps-datacenter>img {
        top: 170px
    }
    .page-body.vdsvps .why-us__image-wrap {
        margin: 0 auto
    }
    .page-body.vdsvps #advantages .services__bonus-item .col-xl-8.col-lg-7 {
        text-align: center;
        min-height: 0;
        width: 100%
    }

    .page-body.vdsvps.vdsvps-2 .why-us__image-wrap {
        position: relative;
    }
}

@media(max-width:767px) {
    .vdsvps-datacenter__title {
        font-size: 25px;
        margin-bottom: 30px
    }
    .vdsvps-datacenter__item {
        width: 100%;
        border-right: 0;
        padding-bottom: 15px;
        padding-right: 0;
        padding-left: 100px
    }
    .vdsvps-datacenter {
        margin-bottom: 60px;
        min-height: 1060px
    }
}

@media(max-width:500px) {
    .vdsvps-datacenter {
        min-height: 980px
    }
}

.vdsvps-adv-wrap {
    padding-top: 80px;
    padding-bottom: 100px
}

.vdsvps-adv-item {
    width: calc(33.33% - 4px);
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 150px;
    padding-right: 30px;
    min-height: 130px;
    margin-bottom: 40px
}

.vdsvps-adv-item-title {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    min-height: 130px;
    font-size: 17px
}

.vdsvps-adv-item img {
    position: absolute;
    left: 0;
    top: 0;
    height: 55%;
    max-width: 80px
}

@media(max-width:1199px) {
    .vdsvps-adv-item {
        width: calc(50% - 4px)
    }
}

@media(max-width:992px) {
    .vdsvps-adv-item {
        width: 100%
    }
}

@media(max-width:767px) {
    .vdsvps-adv-item {
        padding-left: 120px
    }
    .vdsvps-adv-item img {
        max-width: 60px;
        max-height: 60px
    }
    .page-body.vdsvps .why-us__image-wrap {
        width: 100px;
        height: 100px
    }
    .vdsvps-adv-item,
    .vdsvps-adv-item-title {
        min-height: 100px
    }
    .vdsvps-adv-wrap {
        padding-bottom: 0
    }
}

.vdsvps-calc {
    margin-bottom: 100px
}

.vdsvps-calc .container {
    background-color: #f5f5f5;
    padding-top: 50px
}

.vdsvps-calc .title-dft {
    margin-bottom: 50px
}

.vdsvps-form-block {
    margin-bottom: 115px
}

.vdsvps-form {
    width: 750px;
    margin: 0 auto
}

.vdsvps-form input[type="email"] {
    height: 30px;
    border: 0;
    outline: 0;
    border-radius: 0;
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
    font-size: 16px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.88;
    transition: .3s ease;
    background: transparent
}

.vdsvps .feedback,
.vdsvps .features {
    border-bottom: 0
}

.vdsvps-form-block-bottom {
    background-color: #fafafa
}

.vdsvps-form-block-bottom .data-center__callback-form {
    box-shadow: none;
    background-color: #fafafa
}

.vdsvps .icon__link {
    transition: .3s
}

.vdsvps-solut .offer__item-img img {
    max-width: inherit;
    display: block;
    margin: 0 auto
}

.vdsvps-solut__item-title {
    color: #646464;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 15px
}

.vdsvps-solut .offer__text ul li::before {
    width: 50px;
    height: 50px;
    background-image: url(images/vds-vps/svg/red_tick.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    top: 4px;
    left: -55px
}

.features-text h3 {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
    color: #646464;
    margin-bottom: 12px
}

.features-text .title-dft {
    margin-bottom: 49px
}

.vdsvps-realpro {
    margin-bottom: 100px
}

.vdsvps-realpro .title-dft {
    margin-bottom: 60px
}

@media(min-width:1300px) {
    .vdsvps-realpro .container {
        max-width: 1250px
    }
}

ul.realpro-bxslider {
    margin: 0;
    padding: 0
}

ul.realpro-bxslider li {
    padding: 0
}

.vdsvps-realpro .container {
    padding-right: 30px;
    padding-left: 30px
}

.realpro-slider-item {
    border-radius: 8px;
    border: solid 1px #e6e6e6;
    padding: 18px 42px 16px 42px;
    height: 100%;
    transition: box-shadow .3s ease;
    display: block;
    text-decoration: none;
    min-height: 458px
}

.realpro-slider-item-wrap {
    padding: 0 15px 0 15px
}
.realpro-slider-wrap .bx-viewport {
	/*height: auto !important;*/
}

.realpro__image-wrap {
    min-height: 168px;
    margin-bottom: 15px;
    position: relative
}

.realpro__title {
    font-weight: 500;
    font-size: 23px;
    line-height: 1.3;
    color: #646464;
    margin-bottom: 17px
}

.realpro__text {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.58;
    color: #545454
}

.realproprev,
.realpronext {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-image: url(images/vds-vps/svg/realpro_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    cursor: pointer;
}

.realpronext {
    left: inherit;
    right: 0;
    transform: rotate(180deg)
}

.realproprev a,
.realpronext a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

@media(max-width:1199px) {
    .vdsvps-head__main {
        width: 530px
    }
    .vdsvps-solut .offer__item-img img {
        max-width: 425px
    }
}

@media(max-width:991px) {
    .vdsvps-head__anchors {
        position: inherit
    }
    .vdsvps-head__buttons {
        text-align: center
    }
    .vdsvps-head__button {
        margin-right: 0;
        margin-bottom: 20px
    }
    .vdsvps-head__main {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
    .vdsvps-head__anchors {
        text-align: center;
        border-left: none;
        border-top: 0;
        padding-left: 0
    }
    .vdsvps-head__anchors-wrap {
        display: inline-block
    }
    .offer__head-link {
        font-size: 12px
    }
    .vdsvps-form {
        width: 100%
    }
    .offer__item-img {
        margin-bottom: 40px
    }
    .vdsvps-solut .offer__item-img img {
        max-width: 660px
    }
    .vdsvps-calc {
        margin-bottom: 40px
    }
}

@media(max-width:767px) {
    .vdsvps-head__title {
        font-size: 30px
    }
    .vdsvps-head {
        padding-bottom: 10px
    }
    .vdsvps-solut .offer__text ul li {
        padding-left: 0;
        padding-top: 60px
    }
    .vdsvps-solut .offer__text ul li::before {
        position: static;
        display: block;
        margin: 0 auto 10px auto;
        width: 30px;
        height: 30px;
        background-size: contain
    }
    .vdsvps-solut .offer__text ul li {
        padding-top: 30px;
        text-align: center
    }
    .vdsvps-form .callback__title {
        font-size: 24px
    }
    .vdsvps-solut .offer__item-img img {
        max-width: 100%
    }
    .vdsvps-form .btn-dft {
        height: auto;
        line-height: 24px;
        padding-top: 15px;
        padding-bottom: 15px
    }
    .features-text {
        margin-bottom: 30px
    }
    .vdsvps-form-block {
        margin-bottom: 30px
    }
    .vdsvps-realpro {
        margin-bottom: 40px
    }
}

@media(max-width:500px) {
    .vdsvps-head__button {
        width: 100%
    }
    .vdsvps-form .callback__title {
        font-size: 18px
    }
    .realpro-slider-item {
        padding: 15px
    }
    .realpro__text {
        font-size: 15px
    }
    .vdsvps-head__button {
        font-size: 15px
    }
}

.fixed-anchors {
    position: fixed;
    transition: .3s;
    background-image: url(images/vds-vps/fixed-anchors-fon.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    right: inherit;
    left: 0;
    top: 0;
    border-left: none;
    z-index: 9999;
    padding: 16px 0 20px 0
}

.fixed-anchors-static {
    position: static;
    background-image: none
}

.fixed-anchors .container {
    margin: 0 auto
}

.fixed-anchors .container:after {
    clear: both
}

.fixed-anchors .anchors-title {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-weight: 400
}

.fixed-anchors .vdsvps-head__anchor {
    display: inline;
    width: auto;
    font-size: 15px;
    margin-bottom: 0;
    margin-right: 20px
}

.fixed-anchors .vdsvps-head__anchors-wrap {
    float: right
}

.fixed-anchors .anchors-title,
.fixed-anchors .anchors-title--nav {
    font-weight: 400
}

.fixed-anchors .anchors-title--nav {
    display: none
}

@media(max-width:1199px) {
    .fixed-anchors .vdsvps-head__anchors-wrap {
        float: none;
        text-align: center
    }
    .fixed-anchors .anchors-title {
        display: none
    }
    .fixed-anchors .vdsvps-head__anchor {
        width: calc(16% - 24px);
        vertical-align: top;
        white-space: nowrap
    }
}

@media(max-width:991px) {
    .fixed-anchors .anchors-title--nav {
        display: inline-block;
        position: relative;
        cursor: pointer
    }
    .triangle:before {
        content: "";
        border: 5px solid transparent;
        border-top: 5px solid #fff;
        transform-origin: 50% 27%;
        position: absolute;
        right: -16px;
        top: 10px;
        transition: .3s
    }
    .triangle-rotate:before {
        transform: rotate(180deg)
    }
    .fixed-anchors .vdsvps-head__anchor {
        width: calc(33.33% - 24px);
        width: 100%;
        display: inline-block;
        padding: 15px 0 15px 0
    }
    .fixed-anchors .vdsvps-head__anchor:nth-child(3n) {
        margin-right: 0
    }
    .fixed-anchors .vdsvps-head__anchors-wrap {
        display: none;
        margin-top: 15px
    }
}

@media(max-width:767px) {
    .fixed-anchors .vdsvps-head__anchor:nth-child(3n) {
        margin-right: 20px
    }
    .fixed-anchors .vdsvps-head__anchor:nth-child(2n) {
        margin-right: 0
    }
}

.icon__link,
.icons__list img {
    line-height: 57px!important
}

.icon__link {
    width: 195px
}

.feedback-form--en {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 30px;
    border-radius: 10px;
    position: relative
}

.callback__section--en {
    position: relative;
    padding: 50px 0
}

.callback__section--en:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3)
}

.feedback-form--en .textarea {
    height: 35px;
    border-bottom: 1px solid #bcbcbc
}

.header__top-wrap {
    position: relative;
    z-index: 1
}

.header__feedback-item--mainwrap {
    position: relative;
    min-width: 200px;
    display: inline-block;
    margin-left: 30px;
    padding-bottom: 10px
}

.header__feedback-item--wrap {
    position: absolute;
    top: 60px;
    display: none;
    background: #fbfbfb;
    border-top: 1px solid #e6e6e6;
    padding: 10px;
    padding-left: 20px;
    z-index: 3;
    border-radius: 8px;
    background-color: #fefefe;
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.16);
    display: none;
    width: 100%
}

.header__feedback-item--wrap:after {
    content: '';
    background: #fbfbfb;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(45deg) translate(-50%, 100%);
    transform: rotateZ(45deg) translate(-50%, 100%);
    position: absolute;
    top: -10px;
    left: 14%;
    z-index: 2;
    display: block
}

.header__feedback-item--mainwrap .header__feedback-item {
    float: none;
    cursor: pointer
}

.header__feedback-item--wrap .header__feedback-item {
    margin-right: 0;
    margin-bottom: 10px
}

.clicklist {
    position: relative;
    margin-right: 0!important;
    cursor: pointer
}

.header__feedback-title {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.clicklist .header__feedback-title:before {
    content: "";
    position: absolute;
    right: -25px;
    top: 7px;
    border: 5px solid transparent;
    border-top: 5px solid #9b9ea2;
    transition: .3s;
    transform-origin: center top
}

.clicklist--open .header__feedback-title:before {
    transform: rotate(180deg);
    transform-origin: center top;
    transition: .3s
}

.header__feedback-wrap {
    padding-left: 62px
}

.header__feedback-link {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 17px;
    color: #898989;
    display: inline-block;
    text-decoration: none;
    transition: color .3s ease;
    display: block
}

.header__feedback-link a {
    text-decoration: none;
    color: #898989;
}

.header__feedback-item--mainwrap:hover .header__feedback-item--wrap {
    display: block
}

.header__feedback-link--big a {
    text-decoration: none;
}

@media(max-width:1199px) {
    .header__feedback-link {
        margin-top: -6px
    }
}

@media(max-width:767px) {
    .header__feedback-item--wrap {
        margin: 0 auto;
        padding-left: 10px
    }
    .header__feedback-item--mainwrap {
        position: relative;
        width: 200px;
        text-align: center;
        margin: 10px auto 0 auto;
        display: block
    }
    .header__feedback-link--big {
        display: block;
        text-align: center
    }
    .header__feedback-item--mainwrap .header__feedback-item {
        margin-bottom: 10px
    }
    .header__feedback-item--wrap:after {
        left: 54%
    }
    .header__feedback-wrap {
        padding-left: 0!important
    }
}

.header__feedback-link--big {
    color: #ee1c25;
    font-size: 40px;
    font-weight: 400;
    vertical-align: top;
    text-decoration: none
}

@media(max-width:1199px) {
    .header__feedback-wrap {
        padding-left: 38px
    }
    .header__feedback-link--big {
        color: #ee1c25;
        font-size: 27px
    }
}

#footer-feedback {
    transition: bottom .5s cubic-bezier(.455, .03, .515, .955);
    bottom: -42px;
    color: #fff!important;
    background: #404040!important;
    display: block;
    white-space: nowrap!important;
    overflow: hidden;
    padding: 5px 42px!important;
    text-align: center!important;
    left: 0;
    right: 0;
    position: fixed;
    font-size: 0;
    margin: 0;
    border: 0;
    box-sizing: content-box!important;
    box-shadow: none;
    background-clip: padding-box!important;
    line-height: 1.2;
    vertical-align: middle;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-shadow: none;
    text-transform: none;
    float: none;
    z-index: 2147483635;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    filter: none
}

#footer-feedback.animated-bottom-fade {
    bottom: 0
}

#footer-feedback span {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    vertical-align: inherit;
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
    max-height: none;
    text-shadow: none!important;
    box-shadow: none!important;
    font-family: inherit;
    letter-spacing: normal;
    color: inherit;
    background-color: transparent;
    position: static;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-align: inherit;
    float: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 60%;
    max-width: calc(100% - 357px);
    margin-right: 16px
}

#footer-feedback a {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 0;
    outline: 0;
    font-family: inherit;
    text-transform: none;
    color: #fff!important;
    background: #ed1c24!important;
    transition: background-color .2s ease-out!important;
    line-height: 32px;
    font-size: 14px;
    font-weight: 700;
    max-width: 317px;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px
}

@media(max-width:470px) {
    form#excursion-form {
        max-width: 300px!important
    }
}

@media(max-width:767px) {
    .header__feedback-item--wrap {
        display: block;
        position: static;
        border: 0;
        box-shadow: none;
        padding-top: 0
    }
    .header__feedback-item--wrap:after,
    .clicklist .header__feedback-title:before {
        display: none
    }
}

.agreg.vdsvps-solut .offer__text ul li::before {
    top: -7px
}

.agreg .vdsvps-head__title--new {
    font-weight: 500;
    font-size: 50px;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 16px
}

.agreg .realpro-slider-item-wrap {
    margin-bottom: 20px
}

.agreg .container {
    position: relative
}

.agreg .vdsvps-head__text {
    line-height: 1.2
}

ul.agreg-list {
    list-style-image: none;
    list-style-type: none
}

ul.agreg-list li {
    position: relative
}

ul.agreg-list li:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 12px;
    height: 5px;
    width: 5px;
    background-color: #ed1b24
}

.agreg .vdsvps-head--agreg {
    background-image: url(images/multicloud/vdsvps-head--agreg-fon.jpg)
}

.agreg-solut {
    margin-bottom: 120px
}

.agreg-solut .title-dft {
    max-width: 870px;
    margin: 0 auto
}

.agreg-solut-img {
    margin: 30px auto;
    display: block;
    max-width: 840px
}

.agreg-solut p {
    max-width: 800px;
    margin: 0 auto
}

.agreg-solut .vdsvps-head__buttons {
    max-width: 800px;
    margin: 45px auto
}

.agreg-solut .vdsvps-head__button--transp {
    border: 1px solid #ccc;
    color: #000
}

.agreg-solut .vdsvps-head__button--transp:hover {
    border: 1px solid #000
}

.agreg-konf .num-vm {
    width: 100px;
    position: relative;
    top: -3px;
    left: -9px
}

.agreg-konf .testing__tabs-row {
    align-items: inherit;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit
}

.agreg-konf-label {
    margin-right: 25px;
    margin-bottom: 20px
}

.agreg-konf-label:last-child {
    margin-bottom: 20px
}

.agreg-konf .note {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    float: right;
    text-align: right;
    margin-top: 10px
}

.agreg-konf-label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px
}

.agreg-konf .testing__checkbox-wrap label.input-wrapper {
    position: relative
}

.agreg-konf .testing__checkbox-wrap input[type="checkbox"]+.input-wrapper__icon,
.agreg-konf .testing__checkbox-wrap input[type="radio"]+.input-wrapper__icon {
    position: absolute
}

.agreg-konf .testing__checkbox-wrap .input-wrapper__name,
input[type="checkbox"]+.agreg-konf-title,
input[type="radio"]+.agreg-konf-title {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer
}

input[type="checkbox"]+.agreg-konf-title:before,
input[type="radio"]+.agreg-konf-title:before {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #cdd1da;
    border-radius: 2px;
    background: #FFF
}

input[type="checkbox"]+.agreg-konf-title:after,
input[type="radio"]+.agreg-konf-title:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 17px;
    height: 17px;
    background: #f01616;
    opacity: 0;
    transition: .2s
}

input[type="radio"]+.agreg-konf-title:before,
input[type="radio"]+.agreg-konf-title:after {
    border-radius: 50%
}

.testing__checkbox-wrap .testing__label-wrapper input:checked+.agreg-konf-title:after {
    opacity: 1
}

.agreg-konf-title img {
    max-height: 25px;
    max-width: 110px
}

.agreg-konf-title,
.agreg-konf .input-wrapper__name {
    font-weight: 300
}

.agreg-konf .switch__label {
    display: inline-block;
    width: auto;
    font-size: 18px;
    font-weight: 300
}

.agreg-konf .switch {
    width: 280px
}

.agreg-konf .switch__bar {
    background: #fff;
    border: 1px solid #bcbcbc
}

.agreg-konf .switch--small.switch--horizontal .switch__input:last-of-type+.switch__label,
.agreg-konf .switch--small.switch--horizontal .switch__input:first-of-type+.switch__label {
    padding: 0
}

.agreg-konf .switch__trigger {
    width: 22px;
    height: 22px;
    top: 3px;
    left: 3px;
    background-color: #ed1c24
}

.agreg-konf .switch .switch__input:last-of-type:checked~.switch__bar>.switch__trigger {
    left: calc(100% - 2px - 23px)
}

.agreg-konf .switch__input:checked+.switch__label {
    color: #ed1c24
}

.agreg-konf .switch--small-agreg {
    width: 150px
}

.agreg-konf .btn-dft {
    height: auto;
    line-height: 20px;
    padding-top: 22px;
    padding-bottom: 22px
}

.agreg-konf-title,
.agreg-konf .input-wrapper__name {
    font-weight: 500;
    font-size: 18px;
    color: #646464;
    display: inline-block;
    padding-left: 33.33%
}

.agreg-konf-title--main {
    text-align: left;
    margin-bottom: 50px
}

.testing__tabs-params:not(.agreg-konf-slider) {
    margin-bottom: 30px
}

.agreg-price {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center
}

.agreg-price .title-dft {
    max-width: 700px;
    margin: 0 auto 18px auto
}

.agreg-price p {
    max-width: 700px;
    margin: 0 auto 70px auto
}

.agreg-price-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.agreg-price-wrap img {
    margin-right: 35px;
    margin-left: 35px;
    margin-bottom: 30px
}

.agreg-virttech {
    padding-top: 80px;
    /*padding-bottom: 80px;*/
}

.agreg-virttech .title-dft {
    max-width: 700px;
    margin: 0 auto 30px auto
}

.agreg-virttech h3 {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.3;
    color: #646464;
    margin-bottom: 12px
}

.agreg-specsolut {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.agreg-specsolut-item {
    width: 25%;
    padding-right: 40px
}

.agreg-specsolut-item:last-child {
    padding-right: 0
}

.agreg-specsolut-img {
    height: 100px;
    background-position: left bottom;
    background-repeat: no-repeat;
    margin-bottom: 30px
}

.agreg-specsolut-img--1 {
    background-image: url(/upload/multicloud/agreg-specsolut-img--1.png)
}

.agreg-specsolut-img--2 {
    background-image: url(/upload/multicloud/agreg-specsolut-img--2.png)
}

.agreg-specsolut-img--3 {
    background-image: url(/upload/multicloud/agreg-specsolut-img--3.png)
}

.agreg-specsolut-img--4 {
    background-image: url(/upload/multicloud/agreg-specsolut-img--4.png)
}

.agreg-specsolut-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px
}

.feedback {
    position: relative
}

.agreg-conf-title {
    font-size: 36px!important;
    line-height: 1.25!important;
    margin-bottom: 12px!important;
    font-weight: 500!important;
    color: #1c1c1c!important
}

#price .agreg-conf-title {
    margin-bottom: 20px !important;
}

@media(max-width:991px) {
    .vdsvps-head__main--agreg {
        width: 100%
    }
    ul.agreg-list {
        text-align: left
    }
    .agreg-solut {
        margin-bottom: 30px
    }
    .agreg-specsolut-item {
        width: 50%
    }
    .agreg-specsolut {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap
    }
    .agreg-konf-title--main {
        padding-left: 0;
        text-align: center;
        display: block
    }
    .agreg-solut-img {
        width: 100%
    }
    .vdsvps .title-dft {
        font-size: 22px
    }
}

@media(max-width:767px) {
    .agreg-specsolut-item {
        width: 100%;
        padding-right: 0
    }
    .agreg-konf .note {
        margin-left: 0
    }
    .agreg-konf .note {
        float: none;
        width: 100%;
        text-align: left;
        margin-top: -18px;
        margin-bottom: 10px
    }
}

@media(max-width:400px) {
    .agreg-konf .switch:not(.switch--small-agreg) {
        width: 250px
    }
    .agreg-konf .switch .switch__bar {
        position: relative;
        left: -5px
    }
}

.services-banner-inner.services-banner-h {
    position: relative;
    background: url(/upload/banner/sb-h.jpg) no-repeat center center / cover;
    color: #fff;
    padding: 35px 40px;
    box-sizing: content-box;
    margin: 65px 0
}

.services-banner-inner.services-banner-h.services-banner--o {
    background: url(/upload/banner/sb-o.jpg) no-repeat center center / cover;
}

.services-banner-inner.services-banner-h.services-banner--k {
    background: url(/upload/banner/sb-k.jpg) no-repeat center center / cover;
}

.services-banner-h .sb-left {
    position: relative;
    width: 35%;
    float: left;
    display: block
}

.services-banner-h .sb-right {
    position: relative;
    width: 65%;
    float: left;
    display: block
}

.services-banner-h .sb-title {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: .5px
}

.services-banner-h .sb-content {
    padding-top: 10px;
    font-weight: 300
}

.services-banner-h .sb-row {
    display: block;
    border: 1px solid rgba(255, 255, 255, .22);
    margin-left: 25px;
    padding: 17px 32px
}

.services-banner-h .sb-row:first-child {
    border-radius: 8px 8px 0 0;
    border-bottom: 0
}

.services-banner-h .sb-row:last-child {
    border-radius: 0 0 8px 8px
}

.services-banner-h .sb-btn {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 30px;
    background: #eb212e;
    float: right
}

.services-banner-h .sb-row .row>div {
    padding: 0
}

.services-banner-h .sb-row .row {
    margin: 0
}

@media(min-width:1024px) and (max-width:1200px) {
    .services-banner-h .sb-title {
        font-size: 25px
    }
    .services-banner-h .sb-row .row>div {
        width: 100%
    }
}

@media(max-width:1024px) {
    .services-banner-h .sb-left {
        width: 100%
    }
    .services-banner-h .sb-right {
        width: 100%
    }
    .services-banner-h .sb-row {
        margin-left: 0;
        margin-top: 15px
    }
    .services-banner-h .sb-title {
        font-size: 25px;
    }
    .services-banner-h .sb-btn {
        float: none;
        margin-top: 20px;
    }
    .services-banner-inner.services-banner-h {
        padding: 20px 15px;
    }
}

.services-banner-v {
    background: url(/upload/banner/sb-v.jpg) no-repeat center center / cover
}

.no-hover:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.services-banner-v {
    color: #fff;
    padding: 25px 30px
}

.services-banner-v .sb-title {
    font-size: 30px;
    font-weight: bold
}

.services-banner-v .sb-content {
    font-weight: 300;
    padding-top: 10px
}

.services-banner-v .sb-row {
    display: block;
    border: 1px solid rgba(255, 255, 255, .22);
    padding: 23px 15px 50px 15px
}

.services-banner-v .sb-body .sb-row:first-child {
    border-radius: 8px 8px 0 0;
    border-bottom: 0
}

.services-banner-v .sb-body .sb-row:last-child {
    border-radius: 0 0 8px 8px
}

.services-banner-v .sb-btn {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 30px;
    background: #eb212e;
    margin-top: 30px
}

.services-banner-v .sb-body {
    margin-top: 30px
}

.index-slider .top-slider__slider-item .top-slider__slide-wrap .col-xl-8[onclick] {
    cursor: pointer
}

.top-slider .top-slider__slider.index-slider .top-slider__slide-wrap .btn-dft {
    position: relative;
    padding-right: 87px;
    padding-left: 33px
}

.top-slider .top-slider__slider.index-slider .top-slider__slide-wrap .btn-dft:before {
    position: absolute;
    content: '';
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 27px;
    width: 27px;
    background: url(images/eye.gif) no-repeat center center / contain
}

.top-slider .top-slider__slider.index-slider .top-slider__slide-wrap .btn-dft[href^="#"]:before {
    background: url(images/man-walking.svg) no-repeat center center / contain
}

.cookie_form {
    max-width: 630px!important;
    padding-right: 260px;
    position: relative;
    z-index: 1;
    padding-top: 15px
}

.cookie_form .callback {
    padding-top: 10px;
    padding-left: 20px;
    background-color: transparent
}

.cookie-form-wrap .fancybox-inner:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 100%;
    top: 0;
    right: 0;
    background: url(images/popup_bg.jpg) no-repeat center center / cover
}

@media(max-width:600px) {
    .cookie-form-wrap .fancybox-inner:after {
        display: none
    }
    .cookie-form-wrap br {
        display: none
    }
}

.cookie-form-wrap .fancybox-inner .h4 {
    font-size: 20px
}

.cookie-form-wrap .fancybox-outer,
.cookie-form-wrap .fancybox-inner {
    border-radius: 4px
}

.cookie-form-wrap .callback__title {
    color: #444;
    line-height: 1
}

ul.circle-ping {
    margin-bottom: 45px
}

ul.circle-ping li {
    position: relative;
    list-style: none;
    font-weight: 300;
    font-size: 16px;
    padding-left: 22px;
    padding-bottom: 20px
}

ul.circle-ping li:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #e63659
}

.cookie-form-bg {
    position: absolute;
    content: '';
    width: 100%;
    height: 315px;
    left: 0;
    bottom: 0;
    background-color: #f0f4f7;
    z-index: 0
}

.cookie_form .form-group input {
    text-align: center
}

.cookie_form .form-group input::-webkit-input-placeholder {
    color: #444;
    font-size: 18px
}

.cookie_form .form-group input::-moz-placeholder {
    color: #444;
    font-size: 18px
}

.cookie_form .form-group input:-moz-placeholder {
    color: #444;
    font-size: 18px
}

.cookie_form .form-group input:-ms-input-placeholder {
    color: #444;
    font-size: 18px
}

.form-books {
    max-width: 100%!important
}

.form-books .callback {
    background-color: transparent
}

.form-books .callback__title {
    text-align: left;
    color: #444
}

body.index-page .services {
    border-bottom: 0
}

.download-file {
    width: 405px
}

.download-file h3 {
    margin-bottom: 20px
}

.download-file-inner {
    border: 1px solid #ededed;
    padding-top: 70px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px
}

.download-file img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px
}

.download-file input {
    display: none
}

.download-file-link {
    color: #ed1c24;
    font-weight: 100;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    display: block;
    border: 1px solid #ededed;
    padding: 10px 10px 10px 50px;
    margin-top: 30px;
    border-radius: 3px;
    width: 220px;
    position: relative;
    margin: 30px auto 70px auto
}

.download-file-inner {
    text-align: center
}

.download-file-link:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #ededed;
    text-align: center
}

.download-file-link:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 20px;
    left: 9px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: url(images/download_cloud.svg) no-repeat center center / 80%
}

.download-file-format {
    color: #ed1c24;
    font-size: 13px
}

.download-file-link:hover {
    text-decoration: underline
}

@media(max-width:768px) and (min-width:360px) {
    .ajax-load-component .book-banner__red-fon {
        height: 200%!important
    }
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.landing-block .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.g-bg-gray-light-v5 {
    background-color: #f7f7f7!important
}

.vote_template {
    padding-top: 0
}

.vote_template .breadcrumbs {
    display: none
}

.footer_menu_link {
    background: #ed1c24;
    height: 68px;
    line-height: 66px;
    color: #e7e7e7;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

.footer_menu_link:before {
    transform: rotate(90deg);
    transform-origin: center;
    vertical-align: top;
    content: '\27A4';
    padding-right: 1px;
    color: #e7e7e7;
    line-height: 66px;
    display: inline-block;
    font-size: 11px
}

.footer_menu_link.open:before {
    transform: rotate(-90deg)
}

.footer_menu_link .hide_catalog {
    display: none
}

.footer_menu_link.open .hide_catalog {
    display: inline
}

.footer_menu_link.open .show_catalog {
    display: none
}
/*
.footer__wrapper {
    display: none
}
*/
.landing-block-node-title {
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 15px;
    font-weight: 500;
    color: #1c1c1c
}

.landing-block-node-title__span {
    font-size: 50px
}

.landing-block-node-title2 {
    text-align: center;
    line-height: 1.4em;
    font-weight: 500;
    color: #1c1c1c;
    font-size: 22px
}

.landing-block--8quest .vote-block {
    margin-top: 0
}

.landing-block--8quest {
    margin-top: 50px
}

@media(max-width:1199px) {
    .landing-block-node-title {
        font-size: 36px
    }
}

@media(max-width:767px) {
    .landing-block--8quest {
        margin-top: 30px
    }
    .landing-block-node-title {
        font-size: 26px;
        text-align: left
    }
    .landing-block-node-title__span {
        font-size: 43px;
        text-align: left
    }
    .landing-block-node-text {
        text-align: left
    }
    .landing-block-node-title2 {
        margin-top: 40px
    }
}

.voite-done {
    width: 100%!important
}

.voite-done p {
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 500;
    color: #1c1c1c
}

@media(max-width:767px) {
    .voite-done p {
        font-size: 20px
    }
}

.vote-block .btn-dft {
    height: auto
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none
}

#vote-btn-submit input[type="submit"] {
    margin-top: 20px
}

.container--serv1 {
    padding-top: 60px
}

.container--serv2 {
    padding-bottom: 50px
}

.iaas-head__wrap {
    margin-bottom: 48px;
    margin-top: 40px
}

.iaas-head {
    margin-top: -30px;
    padding-top: 23px;
    padding-bottom: 197px;
    background-image: url(images/vds-vps/vdsvps-head-fon.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.iaas-head__main {
    max-width: 650px
}

.iaas-head__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px
}

.iaas-head__text {
    line-height: 1.58;
    color: #fff
}

.iaas-block,
.iaas-block___bottom {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    text-align: center
}

.iaas-block {
    background-color: #fff;
    border-radius: 16px;
    margin-top: -150px;
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.07);
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

.iaas-block___part--1 {
    width: 50%
}

.iaas-block___part--1 .iaas-block___item {
    width: 33.33%
}

.iaas-block___part--2 {
    width: 33.33%
}

.iaas-block___part--2 .iaas-block___item {
    width: 50%
}

.iaas-block___part--3 {
    width: 16.66%
}

.iaas-block___part--3 .iaas-block___item {
    width: 100%
}

.iaas-block___title {
    font-size: 23px;
    margin-bottom: 5px;
    font-weight: bold;
    transition: .3s
}

.iaas-block___subtitle {
    font-size: 17px;
    font-weight: 100;
    transition: .3s;
    margin-bottom: 40px;
    height: 19px
}

.iaas-block___item {
    padding: 0 15px
}

.iaas-block___item img {
    height: 58px;
    width: auto;
    margin-bottom: 24px
}

.iaas-block___item-title {
    font-size: 13px
}

.iaas-block___part {
    padding: 21px 15px;
    position: relative;
    transition: .3s
}

.iaas-block___part--1:before,
.iaas-block___part--2:before {
    content: "";
    position: absolute;
    background-color: #e6e6e6;
    width: 1px;
    height: calc(100% - 40px);
    right: 0;
    top: 20px;
    transition: .3s
}

.iaas-block .iaas-block__over--1 {
    opacity: 0;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.26);
    border-radius: 16px
}

.iaas-block .iaas-block__over--2 {
    width: 83.3%;
    opacity: 0;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.26);
    border-radius: 16px
}

.iaas-block .iaas-block__over--3 {
    left: auto;
    right: 0;
    opacity: 0;
    transition: .3s;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.26);
    border-radius: 16px
}

.iaas-block--1 .iaas-block__over--1 {
    opacity: 1;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.26);
    border-radius: 16px
}

.iaas-block--2 .iaas-block__over--2 {
    width: 83.3%;
    opacity: 1;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.26);
    border-radius: 16px
}

.iaas-block--3 .iaas-block__over--3 {
    left: auto;
    right: 0;
    opacity: 1;
    transition: .3s;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    box-shadow: 0 0 39px 0 rgba(0, 0, 0, 0.26);
    border-radius: 16px
}

.iaas-block--2 .iaas-block___part--2:before {
    display: none
}

.iaas-block--3 .iaas-block___part--2:before,
.iaas-block--3 .iaas-block___part--1:before,
.iaas-block--2 .iaas-block___part--1:before,
.iaas-block--1 .iaas-block___part--1:before,
.iaas-block--1 .iaas-block___part--2:before {
    opacity: 0;
    transition: .3s
}

.iaas-block--1 .iaas-block___part--1 .iaas-block___title,
.iaas-block--2 .iaas-block___part--2 .iaas-block___title,
.iaas-block--3 .iaas-block___part--3 .iaas-block___title {
    color: #ed1c24;
    transition: .3s
}

.iaas-block--1 .iaas-block___part--1 .iaas-block___item-title,
.iaas-block--2 .iaas-block___part--2 .iaas-block___item-title,
.iaas-block--3 .iaas-block___part--3 .iaas-block___item-title {
    color: #000;
    transition: .3s
}

.iaas-block--1 .iaas-block___part--3,
.iaas-block--1 .iaas-block___part--2,
.iaas-block--2 .iaas-block___part--1 .iaas-block___title,
.iaas-block--2 .iaas-block___part--1 .iaas-block___subtitle,
.iaas-block--3 .iaas-block___part--1 .iaas-block___title,
.iaas-block--3 .iaas-block___part--1 .iaas-block___subtitle,
.iaas-block--3 .iaas-block___part--2 .iaas-block___title,
.iaas-block--3 .iaas-block___part--2 .iaas-block___subtitle {
    opacity: .4;
    transition: .3s
}

.iaas .excursions {
    margin-bottom: 100px
}

.iaas .container h3 {
    margin-bottom: 1.7em
}

.iaas .excursions__sub-title,
.iaas .excursions__title {
    padding-right: 10px;
    padding-left: 10px
}

@media(max-width:1199px) {
    .iaas-block___part--2 .iaas-block___title,
    .iaas-block___part--3 .iaas-block___title,
    .iaas-block___part--2 .iaas-block___subtitle,
    .iaas-block___part--3 .iaas-block___subtitle {
        display: none
    }
    .iaas-block___part--1:before,
    .iaas-block___part--2:before {
        display: none
    }
    .iaas-block___part--1 {
        width: 100%
    }
    .iaas-block___part--2 {
        width: 66.66%;
        padding-right: 0
    }
    .iaas-block___part--3 {
        width: 33.33%;
        padding-left: 0
    }
    .iaas-block__over {
        display: none
    }
    .iaas-head__title {
        font-size: 40px
    }
}

@media(max-width:600px) {
    .iaas-head__text {
        font-size: 15px
    }
    .iaas .btn-dft {
        font-size: 14px
    }
}

@media(max-width:600px) {
    .iaas-block___part--1 .iaas-block___item,
    .iaas-block___part--2 .iaas-block___item,
    .iaas-block___part--3 .iaas-block___item,
    .iaas-block___part--2,
    .iaas-block___part--3 {
        width: 100%;
        padding-bottom: 21px
    }
    .iaas-block___part--2 {
        padding-right: 15px
    }
    .iaas-block___part--3 {
        padding-left: 15px
    }
    .iaas-block___part--1 {
        padding-bottom: 0
    }
    .iaas-block___bottom {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap
    }
    .iaas-head__title {
        font-size: 28px
    }
}

.vmware-head__wrap {
    margin-bottom: 48px;
    margin-top: 40px
}

.vmware-head {
    margin-top: -30px;
    padding-top: 23px;
    padding-bottom: 197px;
    background-image: url(/upload/vmware/first_screen_image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.vmware-head__main {
    font-weight: 100
}

.vmware-head__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 16px
}

.vmware-head__text {
    line-height: 1.58;
    color: #fff
}

.vmware__img {
    display: block;
    margin: -200px auto 20px auto
}

.feedback+.excursions {
    padding-bottom: 100px;
    border-bottom: 2px solid #e6e6e6
}

.vmware .container h3 {
    margin-bottom: 1.7em
}

.vmware .excursions__sub-title,
.vmware .excursions__title {
    padding-right: 10px;
    padding-left: 10px
}

@media(max-width:1199px) {
    .vmware__img {
        margin-top: -180px
    }
    .vmware-head__title {
        font-size: 40px
    }
}

@media(max-width:991px) {
    .vmware__img {
        margin-top: -140px;
        margin-bottom: 60px
    }
}

@media(max-width:767px) {
    .vmware__img {
        margin-top: 30px;
        margin-bottom: 30px
    }
    .vmware-head {
        padding-bottom: 20px
    }
}

@media(max-width:600px) {
    .vmware-head__title {
        font-size: 28px
    }
}

.vmware .section-dft--services,
.vmware .section-dft--border,
.iaas .section-dft--border,
.iaas .section-dft--services {
    border-bottom: 0
}

.vmware .feedback,
.iaas .feedback {
    border-top: 2px solid #e6e6e6;
    border: 0
}

.tech-widget {
    position: fixed;
    display: block;
    left: 20px;
    bottom: 60px;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
    cursor: pointer;
    z-index: 999;
    transition: .3s;
    padding: 10px 0 10px 85px;
    width: 209px
}

.tech-widget {
    color: #646464;
    text-decoration: none
}

.tech-widget__text {
    font-size: 13px
}

.tech-widget__anim {
    position: absolute;
    left: 31px;
    bottom: 0;
    height: 100%;
    width: 30px
}

.tech-widget__anim--1 {
    position: absolute;
    bottom: 0;
    width: 16px;
    height: 20px;
    border: 3px solid #dadada;
    border-bottom: 0;
    left: 7px
}

.tech-widget__anim--2 {
    position: absolute;
    bottom: 20px;
    width: 30px;
    height: 51px;
    border-radius: 30px;
    border: 3px solid #dadada;
    background-color: #fff;
    bottom: 12px
}

.tech-widget__anim--3 {
    width: 10px;
    height: 10px;
    border: 3px solid #646464;
    border-radius: 50%;
    margin-bottom: 4px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 6px
}

.tech-widget__anim--4,
.tech-widget__anim--5,
.tech-widget__anim--6 {
    width: 10px;
    height: 3px;
    margin-bottom: 4px;
    margin-right: auto;
    margin-left: auto;
    background-color: #646464
}

.tech-widget__anim--6 {
    animation-name: tech-widget__anim--6;
    animation-iteration-count: infinite;
    animation-duration: 5s
}

.tech-widget__anim--5 {
    animation-name: tech-widget__anim--5;
    animation-iteration-count: infinite;
    animation-duration: 5s
}

.tech-widget__anim--4 {
    animation-name: tech-widget__anim--4;
    animation-iteration-count: infinite;
    animation-duration: 5s
}

.tech-widget__anim--3 {
    animation-name: tech-widget__anim--3;
    animation-iteration-count: infinite;
    animation-duration: 5s
}

@keyframes tech-widget__anim--3 {
    0% {
        border-color: #646464
    }
    79% {
        border-color: #646464
    }
    80% {
        border-color: #ed1c24
    }
    99% {
        border-color: #ed1c24
    }
    100% {
        border-color: #646464
    }
}

@keyframes tech-widget__anim--4 {
    0% {
        background-color: #646464
    }
    59% {
        background-color: #646464
    }
    60% {
        background-color: #ed1c24
    }
    99% {
        background-color: #ed1c24
    }
    100% {
        background-color: #646464
    }
}

@keyframes tech-widget__anim--5 {
    0% {
        background-color: #646464
    }
    39% {
        background-color: #646464
    }
    40% {
        background-color: #ed1c24
    }
    99% {
        background-color: #ed1c24
    }
    100% {
        background-color: #646464
    }
}

@keyframes tech-widget__anim--6 {
    0% {
        background-color: #646464
    }
    19% {
        background-color: #646464
    }
    20% {
        background-color: #ed1c24
    }
    99% {
        background-color: #ed1c24
    }
    100% {
        background-color: #646464
    }
}

.tech-widget:hover {
    transition: .3s;
    box-shadow: 0 11px 44px 0 rgba(0, 0, 0, 0.12)
}

.tech-widget:hover .tech-widget__anim--4,
.tech-widget:hover .tech-widget__anim--5,
.tech-widget:hover .tech-widget__anim--6 {
    animation-name: none;
    background-color: #ed1c24
}

.tech-widget:hover .tech-widget__anim--3 {
    animation-name: none;
    border-color: #ed1c24
}

@media(max-width:767px) {
    .tech-widget {
        width: 100%;
        border-radius: 0;
        left: 0;
        bottom: 41px;
        padding: 10px 0 10px 40px
    }
    .tech-widget__text {
        max-width: 140px;
        margin-left: 40px
    }
}

.footer-col {
    width: 20%
}

@media(max-width:991px) {
    .footer-col {
        width: 33.33%
    }
    .footer-col--logo {
        width: 100%
    }
}

@media(max-width:767px) {
    .footer-col,
    .footer-col--logo {
        width: 100%
    }
}

span.nobr {
    white-space: nowrap
}

.header-sertif {
    float: left;
    width: 58px;
    display: block;
    margin-left: 30px;
}

.header__feedback-wrap {
    padding-left: 30px;
}

.header__mail {
    margin-left: 0;
}

.header__wrap-logo {
    float: left;
    text-align: center;
}
/*
.header-sertif--mobile {
    display: none;
}*/

.calculator__block .form-group>* {
    color: #000;
}


/*поиск*/

.header__search--mobile {
    display: none;
}

@media(max-width: 1199px) {
    .header__feedback-item--mainwrap {
        min-width: 175px;
    }
    .header-sertif {
        width: 42px;
    }
}

@media(max-width: 991px) {
    .header__logo {
        width: 115px;
    }
    .header__feedback-wrap {
        padding-left: 27px;
    }
    .header__feedback-link--big {
        font-size: 24px;
    }
    .header-sertif {
        width: 35px;
    }
}

@media(max-width: 767px) {
    .header-sertif--mobile {
        display: inline-block;
    }
    .header-sertif {
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .header-sertif img {
        height: 35px;
    }
    .header__wrap-logo {
        width: 100%;
    }
    .header__feedback-wrap {
        float: left;
        width: 100%;
    }
    .header__search--mobile {
        display: block;
    }
    .header__search--desctop {
        display: none;
    }
    .header__search-wrap {
        box-shadow: 0px 0px 0px 1px #eee;
    }
}


/*страницы аренды*/

.arenda-page-head__wrap {
    text-align: center;
}

.arenda-page-head {
    padding-top: 40px;
    padding-bottom: 111px;
    background-image: url(/upload/arenda-page-fon.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.arenda-page-head__main {
    max-width: 850px;
    margin: 0 auto;
    margin-top: 40px;
}

.arenda-page-head__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 35px
}

.arenda-page-head__text {
    line-height: 1.58;
    color: #fff;
    font-weight: 100;
}

.arenda-page-buttons {
    margin-top: 70px;
}

.arenda-page-buttons .btn-dft {
    max-width: 400px;
    padding: 0 25px;
}

.arenda-page-ability,
.arenda-page-ability-2 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.arenda-page-ability-2 .vdsvps-datacenter__bottom {
    position: static;
}

.arenda-page-ability-2 .vdsvps-datacenter__bottom:before {
    display: none;
}

.arenda-disc .arenda-page-ability h2,
.arenda-disc .arenda-page-ability-2 h2 {
    text-align: center;
}

.arenda-virt .arenda-page-ability h2,
.arenda-virt .arenda-page-ability-2 h2 {
    text-align: center;
}

.oblako-dlya-banka .arenda-page-ability h2,
.oblako-dlya-banka .arenda-page-ability-2 h2 {
    text-align: center;
}

.obl-tech-log .arenda-page-ability h2,
.obl-tech-log .arenda-page-ability-2 h2 {
    text-align: center;
}

.servery-dlya-sap .arenda-page-ability h2,
.servery-dlya-sap .arenda-page-ability-2 h2 {
    text-align: center;
}

.arenda-page-ability--first {
    /* padding-top: 0; */
}

.arenda-page-ability-2--grey {
    background-color: #f5f5f5;
}

.arenda-page-ability__wrap,
.arenda-page-ability-2__wrap,
.arenda-page-ability-1__wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-right: -38px;
    margin-left: -38px;
    padding-bottom: 40px;
    margin-top: 50px;
}

.arenda-page-ability-1__wrap {
    margin-top: 0;
    padding-bottom: 0;
}

.arenda-page-ability-2__wrap {
    margin-top: 40px;
}

.arenda-page-ability__wrap--noborder:before {
    display: none;
}

.arenda-page-ability__wrap:before {
    content: "";
    position: absolute;
    left: 38px;
    bottom: 0;
    width: calc(100% - 76px);
    height: 1px;
    background-color: #ed1c24;
}

.arenda-page-ability__item {
    width: 33.33%;
    padding-top: 27px;
    padding-right: 38px;
    padding-left: 38px;
    margin-bottom: 66px;
    position: relative;
}

.arenda-page-ability-2__item {
    width: 50%;
    padding-top: 27px;
    padding-right: 38px;
    padding-left: 38px;
    padding-bottom: 40px;
    position: relative;
}

.arenda-page-ability-1__item {
    width: 100%;
    padding-top: 27px;
    padding-right: 38px;
    padding-left: 38px;
    padding-bottom: 40px;
    position: relative;
}

.arenda-page-ability-2--3col .arenda-page-ability-2__item {
    width: 33.33%;
}

.arenda-page-ability__item:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: 38px;
    top: -3px;
    background-color: #ed1c24;
}

.arenda-page-ability__item:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 38px;
    top: 0;
    width: calc(100% - 76px);
    background-color: #ed1c24;
}

.arenda-page-ability__title,
.arenda-page-ability-2__title,
.arenda-page-ability-1__title {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 29px;
}

.arenda-page-ability-2__title {
    text-align: center;
    border-bottom: 1px solid #ed1c24;
    position: relative;
    padding-bottom: 29px;
    min-height: 104px;
}

.arenda-page-ability-2__title:before,
.arenda-page-ability-1__title:before {
    content: '';
    background-image: url(/upload/tic.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 12px);
}

.arenda-page-ability__text,
.arenda-page-ability-2__text,
.arenda-page-ability-1__text {
    font-weight: 100;
}

.arenda-page-ability-2--titleonly .arenda-page-ability-2__title {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    font-size: 24px;
}

.arenda-page-ability-2--titleonly .arenda-page-ability-2__title:before {
    display: none;
}

.arenda-page-ability-2--titleonly .arenda-page-ability-2__item {
    border-bottom: 1px solid #ed1c24;
}

.arenda-page-ability-2--titleonly .arenda-page-ability-2__item:before {
    content: '';
    background-image: url(/upload/tic.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -12px;
    left: calc(50% - 12px);
}

.arenda-page-ability .btn-dft,
.arenda-page-ability-2 .btn-dft {
    display: block;
    margin: 0 auto;
    width: 374px;
    margin-top: -33px;
    z-index: 1;
    position: relative;
}

.arenda-page-ability-2--dark {
    background-color: #3f4b5d;
}

.arenda-page-ability-2--dark,
.arenda-page-ability-2--dark .arenda-page-ability-2__title,
.arenda-page-ability-2--dark .arenda-page-ability-2__text,
.arenda-page-ability-2--dark h2 {
    color: #fff;
}

.arenda-page-ability-2--dark .arenda-page-ability-2__title:before {
    background-image: url(/upload/tic-w.svg);
}

.arenda-disc .section-dft,
.arenda-virt .section-dft,
.obl-tech-log .section-dft,
.oblako-dlya-banka .section-dft,
.servery-dlya-sap .section-dft {
    padding-top: 0;
    padding-bottom: 0;
}

@media(max-width: 1199px) {
    .arenda-page-ability__wrap,
    .arenda-page-ability-2__wrap {
        margin-right: -20px;
        margin-left: -20px;
    }
    .arenda-page-ability-2__wrap {
        padding-bottom: 20px;
    }
    .arenda-page-ability__item,
    .arenda-page-ability-2__item {
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 40px;
    }
    .arenda-page-ability__item:after {
        width: calc(100% - 40px);
    }
    .arenda-page-ability__item:before {
        left: 20px;
    }
    .arenda-page-ability__title,
    .arenda-page-ability-2__title {
        font-size: 24px;
    }
}

@media(max-width: 991px) {
    .arenda-page-ability__item {
        width: 50%;
    }
    .arenda-page-head {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .arenda-page-head__title {
        font-size: 40px;
    }
}

@media(max-width: 767px) {
    .arenda-page-ability__item,
    .arenda-page-ability-2__item,
    .arenda-page-ability-2--titleonly .arenda-page-ability-2__item {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
    .arenda-page-ability__wrap,
    .arenda-page-ability-2__wrap {
        margin-right: 0;
        margin-left: 0;
    }
    .arenda-page-ability__item:before {
        left: 0;
    }
    .arenda-page-ability__item:after {
        width: 100%;
        left: 0;
    }
    .arenda-page-ability__wrap:before {
        width: 100%;
        left: 0;
    }
    .arenda-page-ability-2__title {
        min-height: 0;
    }
    .arenda-page-ability .btn-dft,
    .arenda-page-buttons .btn-dft,
    .arenda-page-ability-2 .btn-dft {
        width: 290px;
        line-height: normal;
        height: auto;
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 0;
    }
    .arenda-page-head__title {
        font-size: 35px;
    }
    .arenda-page-ability,
    .arenda-page-ability-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .arenda-page-ability-2--titleonly .arenda-page-ability-2__title {
        font-size: 20px;
    }
    .arenda-page-ability__wrap:before {
        display: none;
    }
}

.webinar-page {
    padding-top: 0;
}

.webinar-page .breadcrumbs {
    display: none;
}

.webinar-page .page-title {
    display: none;
}

.webinar-item .news-detail__body {
    padding-bottom: 0;
    margin-bottom: 0;
}

.webinar-item .feedback {
    border-bottom: none;
    padding: 0;
}

.webinar-item .title-dft {
    color: #1f1f1f
}

.webinar-item input[type="text"],
.webinar-item input[type="number"],
.webinar-item input[type=""] {
    border-color: #2b2b2b;
}

.webinar-item input::-webkit-input-placeholder {
    color: #2b2b2b;
}

.webinar-item input:-ms-input-placeholder {
    color: #2b2b2b;
}

.webinar-item input::-ms-input-placeholder {
    color: #2b2b2b;
}

.webinar-item input::placeholder {
    color: #2b2b2b;
}

.webinar-item .documents__title {
    font-size: 1em;
}

.webinar-item .documents__sub-title {
    font-size: 1em;
}

.services-page_item_wrap_text p {
    line-height: normal;
    margin-bottom: 0;
    font-weight: 400;
}

.exc-slider-wrap {
    padding-top: 20px;
}

.exc-form .user_consent_label span {
    color: #959595;
}

.documents__img-wrap,
.documents__text-wrap {
    float: none;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

.documents__img-wrap img {
    max-height: 150px;
}

.documents__img-wrap {
    height: 150px;
}

.documents__img-wrap a {
    display: block;
}

.documents__main-wrapper {
    padding-top: 30px;
}

.team__text-wrap {
    /*margin-top: 20px;*/
}

.telecom__wrap .documents__img-wrap img {
    max-height: 112px;
    max-width: calc(100% - 66px);
}

@media (min-width: 992px) {
    .team__text-wrap {
        float: left;
        width: calc(100% - 160px);
        padding-left: 35px;
        padding-right: 35px;
    }
    .team__img-wrap {
        float: left;
        width: 160px;
    }
}

.page-body .news__pagination {
    padding-left: 0;
    margin-bottom: 25px;
}


/*ШАБЛОННЫЕ БЛОКИ -- СТАРТ*/

.xcustom-page .section-dft:not(#price) {
    padding-top: 0;
    padding-bottom: 0;
}

.xcustom-page #price input[type="text"],
.xcustom-page #price input[type="number"] {
    max-width: 360px;
}

.xcustom-page .agreg-conf-title {
    margin-bottom: 40px !important;
}

@media(max-width: 1199px) {
    .xcustom-page #price input[type="text"] {
        max-width: 288px;
    }
    .xcustom-page .agreg-conf-title {
        font-size: 30px !important;
    }
}

@media(max-width: 991px) {
    .xcustom-page #price .calculator__row {
        display: block;
    }
    .xcustom-page #price .testing__params-value {
        float: none;
        text-align: center;
        padding-left: 0;
    }
    .xcustom-page #price .calculator__name,
    .xcustom-page #price .testing__params-name {
        text-align: center;
        margin-bottom: 20px;
    }
    .xcustom-page #price .row.testing__tabs-row {
        display: block;
    }
    .xcustom-page #price .row.testing__tabs-row>div {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .xcustom-page #price input[type="text"] {
        max-width: none;
        margin-bottom: 25px !important;
    }
    .xcustom-page .agreg-conf-title {
        font-size: 25px !important;
    }
}

@media(max-width: 767px) {
    .xcustom-page #price .testing__params-slider {
        margin-bottom: 10px;
    }
}

@media (max-width: 375px) {
    .xcustom-page #price .calculator__params_right {
        margin-top: 0;
    }
}

.xcustom-page .page-title { display: none; }
.xcustom-head {
    padding-top: 40px;
    padding-bottom: 111px;
    background-image: url(https://www.xelent.ru//upload/arenda-page-fon.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.xcustom-head__main {
    max-width: 850px;
    margin: 0 auto;
    margin-top: 40px;
}

.xcustom-head__text {
    line-height: 1.58;
    color: #fff;
    font-weight: 300;
}

.xcustom-btn--head {
    margin-top: 70px;
}

.xcustom-head__buttons .btn-dft {
    max-width: 400px;
    padding: 0 25px;
}

.xcustom-head__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 35px;
}

.xcustom-block h1,
.xcustom-block h2,
.xcustom-block h3 {
    text-align: center;
}

.xcustom-block h2,
.xcustom-block h3 {
    margin-bottom: 30px;
}

.xcustom-block {
    padding-top: 70px;
    padding-bottom: 70px;
}

.xcustom-block--blue {
    background-color: #3f4b5d;
}

.xcustom-block--gray {
    background-color: #f5f5f5;
}

.xcustom-block--exception-1-top {
    padding-top: 20px;
}

.xcustom-list {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    position: relative;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-right: -38px;
    margin-left: -38px;
    margin-top: 50px;
}

.xcustom-list__item {
    padding: 27px 38px 0px 38px;
    margin-bottom: 66px;
    position: relative;
}

.xcustom-list__item--exception-1 {
    margin-bottom: 20px;
}

.xcustom-list__title {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}

.xcustom-list__text {
    font-weight: 300;
}

.xcustom-list--1col>.xcustom-list__item {
    width: 100%;
}

.xcustom-list--2col>.xcustom-list__item {
    width: 50%;
}

.xcustom-list--3col>.xcustom-list__item {
    width: 33.33%;
}

.xcustom-list--4col>.xcustom-list__item {
    width: 25%;
}

.xcustom-list--line .xcustom-list__item:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: 38px;
    top: -3px;
    background-color: #ed1c24;
}

.xcustom-list--line .xcustom-list__item:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 38px;
    top: 0;
    width: calc(100% - 76px);
    background-color: #ed1c24;
}

.xcustom-list--circle .xcustom-list__text {
    position: relative;
    border-top: 1px solid #ed1c24;
    padding-top: 30px;
}

.xcustom-list--circle .xcustom-list__text:before {
    content: '';
    background-image: url(https://www.xelent.ru/upload/tic-w.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    top: -13px;
    left: calc(50% - 12px);
}

.xcustom-block--gray .xcustom-list--circle .xcustom-list__text:before {
    background-image: url(https://www.xelent.ru/upload/tic-gray.svg);
}

.xcustom-list--circle .xcustom-list__title {
    text-align: center;
    /*     min-height: 70px */
}

.xcustom-block--blue .xcustom-list__text,
.xcustom-block--blue .xcustom-list__item,
.xcustom-block--blue .xcustom-list__title,
.xcustom-block--blue h1,
.xcustom-block--blue h2,
.xcustom-block--blue h3,
.xcustom-block--blue h4,
.xcustom-block--blue h5,
.xcustom-block--blue p {
    color: #fff;
}

.xcustom-block--blue .xcustom-list--circle .xcustom-list__text:before {
    background-image: url(https://www.xelent.ru/upload/tic-w.svg);
}

.xcustom-list--square .xcustom-list__item:after,
.xcustom-list--square .xcustom-list__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    background-color: #E2242E;
}

.xcustom-list.xcustom-list--square {
    margin-right: 0;
    margin-left: 0;
    margin-top: 60px;
    margin-bottom: 30px;
}

.xcustom-list--square .xcustom-list__item:after {
    background-color: #D8D8D8;
    left: 9px;
    top: 9px;
}

.xcustom-list--square .xcustom-list__item {
    padding-top: 0;
    padding-left: 76px;
    margin-bottom: 40px;
}

.xcustom-list--dot {
    margin-top: 0;
}

.xcustom-list--dot .xcustom-list__item {
    padding-left: 70px;
    padding-top: 0;
    margin-bottom: 20px;
}

.xcustom-list--dot .xcustom-list__item:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: 48px;
    top: 8px;
    background-color: #ed1c24;
}

.xcustom-list--dot .xcustom-list__item:after {
    display: none;
}

.xcustom-btn {
    position: relative;
    text-align: center;
}

.xcustom-btn .btn-dft {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.xcustom-btn.xcustom-btn--line:before {
    content: '';
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 1px;
    background-color: #fd3d3d;
    position: absolute;
    z-index: 0;
}

.xcustom-img {
    display: block;
    margin: 60px auto;
}

a.xcustom-link:hover {
    text-decoration: none;
}

.xcustom-list--bullet {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-bottom: 4px;
    list-style-image: url(/upload/arenda/circle_bullet_red.svg) !important;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}

ul.xcustom-list--bullet {
    margin-top: 0;
}

.xcustom-list--bullet .xcustom-list__item {
    padding-bottom: 20px;
    padding-right: 70px;
    padding-left: 5px;
    padding-top: 0;
    color: #fff;
    line-height: 1.4em;
    font-size: 16px;
    margin-bottom: 0;
}

.xcustom-head--equip {
    padding-top: 10px;
    padding-bottom: 0;
    background-image: url(/upload/arenda/equip-top.jpg);
}

.xcustom-head--equip .xcustom-head__wrap {
    text-align: left;
}

.xcustom-head--equip .xcustom-head__main {
    max-width: 100%;
    margin-top: 0;
}

.xcustom-head--equip .xcustom-head__title {
    font-size: 50px;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 33px;
    font-weight: normal;
}

.xcustom-head__subtitle {
    font-size: 30px;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 33px;
    font-weight: normal;
}

.xcustom-head--equip .xcustom-btn {
    padding-top: 27px;
    padding-bottom: 26px;
    margin-top: 0;
}

.xcustom-solve {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}

.xcustom-solve img {
    margin-left: 79px;
    margin-top: 21px;
    -ms-align-self: flex-start;
    align-self: flex-start;
}

.xcustom-solve__right {
    max-width: 744px;
}

.xcustom-solve__right .xcustom-list--bullet .xcustom-list__item {
    font-size: 21px;
    line-height: 1.5em;
    padding-bottom: 25px;
}

.xcustom-solve__right .btn-dft {
    margin-top: 8px;
    height: 55px;
    font-size: 17px;
    text-align: center;
    padding: 0px 39px;
    line-height: 52px;
    min-width: 1px;
}

.xcustom-block--weknow {
    padding-top: 57px;
    padding-bottom: 36px;
    background-image: url(/upload/arenda/equip-weknow.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.xcustom-block--weknow h2 {
    color: #fff;
}

.xcustom-weknow__wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    counter-reset: section;
}

.xcustom-weknow__item {
    width: 33.33%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 0px 30px;
    line-height: 1.7em;
    position: relative;
    margin-bottom: 68px;
}

.xcustom-weknow__item:before {
    counter-increment: section;
    content: counter(section)".";
    display: block;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 0 auto;
    margin-bottom: 17px;
}

.xcustom-weknow__item:after {
    content: '';
    height: 117px;
    width: 2px;
    background-color: #EE1C25;
    right: 0;
    position: absolute;
    top: 79px;
}

.equip-weknow__item:nth-child(3):after,
.equip-weknow__item:nth-child(6):after {
    display: none;
}

.xcustom-list-item__img {
    width: 50%;
    margin: 0 auto;
    height: 100px;
    position: relative;
    margin-bottom: 10px;
}

.xcustom-list-item__img img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.xcustom-list--steps .xcustom-list__item {
    margin-bottom: 28px;
    font-size: 25px;
    color: #000;
    text-align: center;
}

.xcustom-list--steps .xcustom-list__item span {
    color: #ed1c24
}

.xcustom-list--steps>img {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.xcustom-block--4684651684 .xcustom-list__title {
    font-size: 22px;
    color: #888;
}

@media(max-width: 1199px) {
    .xcustom-head {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .xcustom-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .xcustom-list--4col>.xcustom-list__item {
        width: 33.33%;
    }
    .xcustom-head {
        padding-bottom: 50px;
    }
    .xcustom-solve img {
        margin-left: 0;
    }
    .xcustom-solve__right {
        max-width: 600px;
    }
}

@media(max-width: 991px) {
    .xcustom-head--equip .xcustom-head__title {
        font-size: 40px;
    }
    .xcustom-head--equip .xcustom-head__subtitle {
        font-size: 25px;
    }
    .xcustom-list--3col>.xcustom-list__item {
        width: 50%;
    }
    .xcustom-list--4col>.xcustom-list__item {
        width: 50%;
    }
    .xcustom-list {
        margin-top: 30px;
    }
    .xcustom-list__item {
        margin-bottom: 40px;
    }
    .xcustom-list__title {
        font-size: 22px !important
    }
    .xcustom-img {
        margin: 30px auto;
        max-width: 100% !important;
    }
    .xcustom-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .xcustom-block h2 {
        font-size: 30px;
    }
    .xcustom-solve img {
        width: 140px;
        margin-right: 40px;
    }
    .xcustom-weknow__item {
        width: 50%;
        margin-bottom: 30px;
    }
    .xcustom-weknow__item:nth-child(3):after,
    .xcustom-weknow__item:nth-child(6):after {
        display: block;
    }
    .xcustom-weknow__item:nth-child(even):after {
        display: none;
    }
    .xcustom-weknow__item:after {
        height: 67px;
    }
    .xcustom-weknow__item:before {
        font-size: 19px;
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
    .xcustom-list--steps .xcustom-list__item {
        font-size: 20px;
    }
}

@media(max-width: 767px) {
    .xcustom-block h2 {
        font-size: 27px;
    }
    .xcustom-list--3col>.xcustom-list__item {
        width: 100%;
    }
    .xcustom-list--2col>.xcustom-list__item {
        width: 100%;
    }
    .xcustom-list--4col>.xcustom-list__item {
        width: 100%;
    }
    .xcustom-list--bullet .xcustom-list__item {
        padding-right: 0;
    }
    .xcustom-list__item {
        padding: 20px 0px 0px 0px;
    }
    .xcustom-list {
        margin-right: 0;
        margin-left: 0;
    }
    .xcustom-list--line .xcustom-list__item:before,
    .xcustom-list--line .xcustom-list__item:after {
        left: 0px;
    }
    .xcustom-list--line .xcustom-list__item:after {
        width: 100%;
    }
    .xcustom-list__item {
        margin-bottom: 30px;
    }
    .xcustom-list__title {
        margin-bottom: 19px;
        font-size: 20px !important
    }
    .xcustom-list--square .xcustom-list__item {
        padding-left: 46px;
    }
    .xcustom-head__title,
    .xcustom-head--equip .xcustom-head__title {
        font-size: 30px;
    }
    .xcustom-btn--head {
        margin-top: 30px;
    }
    .xcustom-btn .btn-dft {
        width: 240px;
        line-height: normal;
        height: auto;
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 0;
    }
    .xcustom-list--dot .xcustom-list__item {
        padding-left: 30px;
    }
    .xcustom-weknow__item {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .xcustom-weknow__item:nth-child(3):after,
    .xcustom-weknow__item:nth-child(6):after,
    .xcustom-weknow__item:after {
        display: none;
    }
    .xcustom-solve img {
        display: none;
    }
}

.xcustom-block-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: -15px;
    padding: -15px;
}

.xcustom-block-flex__col {
    padding-left: 15px;
    padding-right: 15px;
}

.xcustom-block-flex--2col .xcustom-block-flex__col {
    width: 50%;
}

.xcustom-block-flex--3col .xcustom-block-flex__col {
    width: 33.33%;
}

.xcustom-block-flex--4col .xcustom-block-flex__col {
    width: 25%;
}

@media(max-width: 1199px) {
    .xcustom-block-flex--3col .xcustom-block-flex__col,
    .xcustom-block-flex--4col .xcustom-block-flex__col {
        width: 50%;
    }
}

@media(max-width: 991px) {
    .xcustom-block-flex--2col .xcustom-block-flex__col {
        width: 100%;
    }
}


/*ШАБЛОННЫЕ БЛОКИ -- ФИНИШ*/


/* https://www.xelent.ru/services/chastnoe-oblako-na-vmware-s-upravleniem-cherez-vclouddirector/ */

@media (max-width: 991px) {
    .xcustom-block .tariff-table__item-td:last-child {
        margin-top: 40px;
    }
    .xcustom-block .tariff-table__item {
        width: 100% !important;
    }
    .xcustom-block .tariff {
        margin-bottom: 0;
    }
}

.xcustom-block--exception-1 {
    padding-bottom: 10px;
}

.xcustom-block--exception-2,
.xcustom-block--exception-3 {
    padding-bottom: 20px;
}

.btn-notfull {
    max-width: 290px;
    width: auto !important;
    height: auto !important;
    line-height: normal;
    padding: 19px 0;
}

.xcustom-form-1 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.xcustom-form-1 textarea {
    width: 100%;
    height: 100px;
    background-color: transparent;
    border: none;
    resize: none;
    border-bottom: 1px solid #bcbcbc;
    outline: 0;
    border-radius: 0;
    font-size: 16px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.88;
    transition: .3s ease;
    background: transparent;
}

.xcustom-form-1 .callback {
    padding-left: 10px;
    padding-right: 10px;
}

.relocation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.relocation__img {
    height: 130px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}

.relocation__item {
    padding: 52px 36px 86px;
    width: 25%;
    position: relative;
}

.relocation__item:nth-child(odd) {
    background-color: #F2F2F2
}

.relocation__item:nth-child(even) {
    background-color: #FAFAFA
}

.relocation__text {
    font-size: 18px;
    color: #646464;
    line-height: 23.4px;
}

.relocation__num {
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
    color: #ED7D82;
    position: absolute;
    bottom: 15px;
    right: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
}

.relocation__item:last-child .relocation__num {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://www.xelent.ru/upload/r-tick.svg);
    background-size: 70%;
}

@media(max-width: 991px) {
    .relocation__item {
        width: 50%;
    }
    .relocation__item:nth-child(1),
    .relocation__item:nth-child(4) {
        background-color: #FAFAFA
    }
    .relocation__item:nth-child(2),
    .relocation__item:nth-child(3) {
        background-color: #F2F2F2
    }
}

@media(max-width: 600px) {
    .relocation__item {
        width: 100%;
    }
    .relocation__item:nth-child(odd) {
        background-color: #F2F2F2
    }
    .relocation__item:nth-child(even) {
        background-color: #FAFAFA
    }
    .relocation__img {
        height: 80px;
    }
}

nav.header__row .header__menu>li:first-child .header__drop {
    transform: translate(0%, 100%);
    left: 0;
}

nav.header__row .header__menu>li:first-child .header__drop:after {
    left: 95px;
}

@media(max-width: 1400px) {
    nav.header__row .header__menu>li:first-child .header__drop:after {
        left: 88px;
    }
}

@media (max-width: 1199px) {
    nav.header__row .header__menu>li:first-child .header__drop:after {
        left: 71px;
    }
}

@media(max-width: 991px) {
    nav.header__row .header__menu>li:first-child .header__drop:after {
        left: 54px;
    }
}

@media(max-width: 767px) {
    nav.header__row .header__menu>li:first-child .header__drop {
        transform: none;
    }
}


/**/

.dedicated-server__head {
    padding-top: 40px;
    padding-bottom: 74px;
    background-image: url(/local/templates/main/images/dedicated-server-top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}

.dedicated-server-head__title {
    font-weight: 500;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    margin-bottom: 15px;
    margin-top: 28px;
}

.dedicated-server-head__subtitle {
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.dedicated-server-head__list {
    color: #FFFFFF;
    font-size: 19px;
    line-height: 23px;
    max-width: 675px;
    margin-top: 48px;
    margin-bottom: 48px;
}

.dedicated-server-head__list div {
    position: relative;
    padding-left: 36px;
    margin-bottom: 10px;
}

.dedicated-server-head__list div:before {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #ED1C24;
    content: '';
}

.dedicated-server-head__text {
    font-size: 19px;
    line-height: 23px;
    color: #fff;
    max-width: 675px;
}

.dedicated-server-head__btn {
    color: #fff;
    font-size: 17px;
    line-height: 14px;
    background-color: #ED1C24;
    text-align: center;
    padding: 22px 82px;
    display: inline-block;
    cursor: pointer;
    transition: background .3s ease;
    margin-bottom: 15px;
}

.dedicated-server-head__btn:hover {
    background: #fd3d3d;
}

.dedicated-server__form {
    margin-bottom: 80px;
}

.dedicated-server-form__wrap {
    border: 2px solid #F3F3F3;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 60px 99px;
}

.dedicated-server-form__label {
    background: #ed1c24;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em;
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    padding: 6px 12px;
    margin-bottom: 16px;
}

.dedicated-server-form__title {
    font-size: 36px;
    line-height: 45px;
    color: #272727;
    margin-bottom: 15px;
}

.dedicated-server-form__left {
    float: left;
    width: calc(100% - 377px);
    padding-right: 19px;
}

.dedicated-server-form__right {
    width: 377px;
    float: left;
}

.dedicated-server-form__right .form-group.userconsent .user_consent_label,
.dedicated-server__popup .form-group.userconsent .user_consent_label {
    display: block;
    position: relative;
}

.dedicated-server-form__right .form-group.userconsent .user_consent_label span.custom-checkbox,
.dedicated-server__popup .form-group.userconsent .user_consent_label span.custom-checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #ED1C24;
    position: absolute;
    left: 0;
    top: 0;
    display: block !important;
}

.dedicated-server-form__right .form-group.userconsent .user_consent_label input:checked+span.custom-checkbox:before,
.dedicated-server__popup .form-group.userconsent .user_consent_label input:checked+span.custom-checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/main/images/tick-red.svg);
    background-repeat: no-repeat;
    background-position: center;
}

form[action="/ajax/form_dedicated_server.php"] .callback {
    background-color: #fff
}

.dedicated-server-form__right .callback {
    background-color: #fff !important;
    padding-top: 0;
}

.dedicated-server-form__subtitle {
    font-size: 19px;
    line-height: 30px;
    color: #646464;
}

.dedicated-server-form__subtitle span {
    color: #ED1C24;
}

.dedicated-server-form__line {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #EDEDED;
    height: 1px;
    max-width: 377px;
}

.dedicated-server-form__block {
    border: 1px solid #000000;
    border-radius: 3px;
    padding: 15px 15px 15px 70px;
    max-width: 377px;
    position: relative;
}

.dedicated-server-form__block:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/local/templates/main/images/label.svg);
}

.dedicated-server-form-block__title {
    color: #ED1C24;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 500;
}

.dedicated-server-form-block__subtitle {
    font-size: 13px;
    line-height: 18px;
    color: #B4B4B4;
}

.dedicated-server-form__list {
    color: #646464;
    font-size: 14px;
    line-height: 22px;
    max-width: 675px;
}

.dedicated-server-form__list div {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    margin-bottom: 7px;
}

.dedicated-server-form__list div:before {
    position: absolute;
    left: 10px;
    top: 8px;
    width: 5px;
    height: 5px;
    background-color: #ED1C24;
    content: '';
}

label.user_consent_label {
    font-size: 12px;
    line-height: 18px;
    color: #2E2E2E;
    text-align: left;
}

.dedicated-server__section {
    margin-bottom: 80px;
}

.dedicated-server-section__title {
    font-size: 23px;
    line-height: 30px;
    position: relative;
    padding-left: 100px;
    color: #272727;
    font-weight: 500;
    margin-bottom: 40px;
}

.dedicated-server-section__title:before {
    content: '';
    position: absolute;
    left: 0;
    height: 4px;
    background-color: #ED1C24;
    width: 60px;
    top: 12px;
}

.dedicated-server__table {
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 50px 100px;
}

.dedicated-server__table table {
    width: 100%;
}

.dedicated-server__table table th {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    color: #575757;
}

.page-body .dedicated-server__table table td,
.page-body .dedicated-server__table table tbody td:not(:first-child) {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    color: #575757;
    font-weight: normal;
    width: 33.33%;
    height: auto;
}

.dedicated-server-table__adap-show {
    display: none;
}

.dedicated-server-table__adap-show div {
    font-size: 18px;
    line-height: 1.67;
    color: #646464;
    height: auto;
    font-weight: normal;
}

.page-body .dedicated-server__table table tbody tr,
.page-body .dedicated-server__table table tbody tr:nth-child(even) {
    background-color: transparent;
}

.page-body .dedicated-server__table table tbody tr {
    border-bottom: 1px solid #E5E5E5;
}

.page-body .dedicated-server__table table tbody tr:hover {
    background: transparent;
    box-shadow: none;
}

.page-body .dedicated-server__table table tr.dedicated-server-table__tr-price,
.page-body .dedicated-server__table table tr.dedicated-server-table__tr-btns {
    border-bottom: none;
}

.page-body .dedicated-server__table table tr.dedicated-server-table__tr-price td,
.dedicated-server-table__adap-show div.dedicated-server-table-adap-show__price {
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    color: #272727;
    padding-bottom: 24px;
}

.page-body .dedicated-server__table table tr.dedicated-server-table__tr-price td span,
.dedicated-server-table-adap-show__price span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #575757;
}

.page-body .dedicated-server__table table tr.dedicated-server-table__tr-btns td {
    padding-top: 0;
}

.page-body .dedicated-server__table table tr.dedicated-server-table__tr-btns span,
.dedicated-server-table__adap-show span.dedicated-server-popup {
    border-radius: 40px;
    border: 2px solid #ED1C24;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    padding: 8px 24px;
    color: #ED1C24;
    cursor: pointer;
    transition: .3s;
}

.page-body .dedicated-server__table table tr.dedicated-server-table__tr-btns span:hover,
.dedicated-server-table__adap-show span:hover {
    background: #ED1C24;
    color: #fff
}

.page-body .dedicated-server__table table tr.dedicated-server-table__tr-btns td:first-child span,
.page-body .dedicated-server__table table tr th:first-child .dedicated-server-table__adap-show span.dedicated-server-popup {
    background: #ED1C24;
    color: #fff
}

.page-body .dedicated-server__table table tr.dedicated-server-table__tr-btns td:first-child span:hover,
.page-body .dedicated-server__table table tr th:first-child .dedicated-server-table__adap-show span:hover {
    color: #ED1C24;
    background: #fff
}

.dedicated-server__section--2 table th {
    font-weight: normal;
}

.dedicated-server__section--3 .dedicated-server__table {
    padding: 0;
}

.dedicated-server__section--3 .dedicated-server__table td:first-child {
    background-color: #fff;
    width: 200px;
    padding-left: 25px;
    color: #7D7D7D;
    font-weight: 300;
}

.page-body .dedicated-server__section--3 .dedicated-server__table td:last-child {
    width: auto;
    padding-left: 100px;
}

.page-body .dedicated-server__section--3 .dedicated-server__table tr:last-child {
    border: none;
}

.dedicated-server__price-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    color: #272727;
}

.dedicated-server-price-wrap__item span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #575757;
}

.dedicated-server-price-wrap__item span.dedicated-server-popup {
    border-radius: 40px;
    border: 2px solid #ED1C24;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    padding: 8px 24px;
    color: #ED1C24;
    cursor: pointer;
    transition: .3s;
    margin-right: 40px;
}

.dedicated-server-price-wrap__item span.dedicated-server-popup:hover {
    background: #ED1C24;
    color: #fff
}

.dedicated-server__small {
    font-size: 13px;
    line-height: 18px
}

.dedicated-server-section__title span {
    font-size: 18px;
    line-height: 25px;
    color: #838383;
    display: block;
    padding-top: 10px;
    font-weight: normal;
}

.dedicated-server-popup__title {
    margin-bottom: 37px;
    font-weight: 500;
    font-size: 36px;
    line-height: 45px;
    color: #272727;
}

.dedicated-server__popup {
    padding: 80px 100px;
}

.dedicated-server-popup__wrap {
    max-width: 377px;
}

.dedicated-server__table-label {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #5184B6;
    padding: 16px;
    border: 1px solid #5184B6;
    border-radius: 3px;
    margin-top: 16px;
}

.dedicated-server__table-alert {
    font-size: 13px;
    line-height: 18px;
    color: #7D7D7D;
    margin-top: 30px;
}

@media(max-width: 1199px) {
    .dedicated-server__head,
    .dedicated-server__form,
    .dedicated-server__section {
        margin-bottom: 60px;
    }
    .dedicated-server-form__wrap,
    .dedicated-server__table {
        padding: 40px;
    }
    .dedicated-server-form__title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media(max-width: 991px) {
    .dedicated-server-form__left,
    .dedicated-server-form__right {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .dedicated-server-form__left {
        margin-bottom: 30px;
    }
    .page-body .dedicated-server__section--3 .dedicated-server__table td:last-child {
        padding-left: 50px;
        padding-right: 20px;
    }
    .dedicated-server__table table th,
    .dedicated-server__table table td {
        font-size: 16px;
    }
    .page-body .dedicated-server__table table tr.dedicated-server-table__tr-price td,
    .dedicated-server__price-wrap {
        font-size: 24px;
        line-height: 34px;
    }
    .dedicated-server-price-wrap__item span.dedicated-server-popup {
        margin-right: 20px;
    }
    .dedicated-server-section__title {
        margin-bottom: 20px;
        padding-left: 80px;
        font-size: 20px;
        line-height: 26px;
    }
    .dedicated-server-section__title:before {
        width: 40px;
    }
    .dedicated-server-head__title {
        font-weight: 500;
        font-size: 40px;
        line-height: 50px;
        margin-top: 48px;
    }
    .dedicated-server-head__text,
    .dedicated-server-head__list {
        font-size: 16px;
        line-height: 20px;
    }
    .dedicated-server-head__list {
        margin-top: 38px;
        margin-bottom: 38px;
    }
}

@media(max-width: 767px) {
    .dedicated-server__head,
    .dedicated-server__form,
    .dedicated-server__section {
        margin-bottom: 40px;
    }
    .dedicated-server-form__wrap,
    .dedicated-server__table {
        padding: 20px;
    }
    .page-body .dedicated-server__table table,
    .page-body .dedicated-server__table table tbody,
    .page-body .dedicated-server__table table tbody tr,
    .page-body .dedicated-server__table table tbody tr th,
    .page-body .dedicated-server__table table tbody tr td,
    .dedicated-server__section--3 .dedicated-server__table td:first-child,
    .page-body .dedicated-server__section--3 .dedicated-server__table td:last-child {
        display: block;
        width: 100%;
        text-align: center;
    }
    .page-body .dedicated-server__section--3 .dedicated-server__table td:last-child,
    .dedicated-server__section--3 .dedicated-server__table td:first-child {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-body .dedicated-server__table table tbody tr th {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #E5E5E5;
    }
    .page-body .dedicated-server__table table tbody tr th:last-child,
    .page-body .dedicated-server__table table tbody tr {
        border: none;
    }
    .page-body .dedicated-server__section--1 .dedicated-server__table table tbody tr,
    .page-body .dedicated-server__section--2 .dedicated-server__table table tbody tr {
        display: none;
    }
    .page-body .dedicated-server__section--1 .dedicated-server__table table tbody tr:first-child,
    .page-body .dedicated-server__section--2 .dedicated-server__table table tbody tr:first-child {
        display: block;
    }
    .dedicated-server-price-wrap__item span.dedicated-server-popup {
        margin-right: 10px;
    }
    .dedicated-server-table__adap-show {
        display: block;
    }
    .dedicated-server__table table th {
        padding: 0;
    }
    .dedicated-server-table__adap-show div,
    .page-body .dedicated-server__table table tbody tr th>span {
        margin-bottom: 10px;
        display: block;
    }
    .page-body .dedicated-server__table table td,
    .page-body .dedicated-server__table table tbody td:not(:first-child) {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .dedicated-server-section__title:before {
        width: 20px;
    }
    .dedicated-server-section__title {
        padding-left: 40px;
    }
    .dedicated-server-form__title {
        font-size: 25px;
        line-height: 35px;
    }
    .dedicated-server-form__subtitle {
        font-size: 16px;
        line-height: 27px;
    }
    .dedicated-server-head__btn {
        padding: 20px;
    }
    .dedicated-server__head {
        padding-bottom: 30px;
    }
    .dedicated-server-table__adap-show div.dedicated-server-table-adap-show__price {
        padding-bottom: 0;
    }
    .page-body .dedicated-server__table table tr.dedicated-server-table__tr-price td,
    .dedicated-server-table__adap-show div.dedicated-server-table-adap-show__price {
        font-size: 22px;
        line-height: 32px;
    }
    .dedicated-server__price-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media(max-width: 600px) {
    .dedicated-server__popup {
        padding: 50px 60px;
    }
    .dedicated-server-popup__title {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 30px;
        line-height: 41px;
    }
    .dedicated-server__popup .btn-dft,
    .dedicated-server-form__right .btn-dft {
        height: auto;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
        min-width: 0;
        line-height: 50px;
    }
}

@media(max-width: 400px) {
    .dedicated-server__popup {
        padding: 30px 20px;
    }
}

.conf__model {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
}

.conf-model__item {
    width: calc(50% - 20px);
    border-radius: 4px;
    background-color: #fff;
    background-color: #E6E6E6;
    padding: 20px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.conf {
    background-color: #F8F8F8
}

.conf__inner h3 {
    text-align: center;
    margin-bottom: 36px;
}

.conf-model__title {
    padding-left: 35px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1C1C1C;
}

.conf-model__title:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #D1D1D1;
    border-radius: 2px;
}

.conf-model__item--active {
    background-color: #fff;
}

.conf__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 551px;
    padding-top: 80px;
    padding-bottom: 120px;
}

.conf-model__title {
    margin-bottom: 10px;
}

.conf-model__subtitle {
    font-size: 14px;
    line-height: 20px;
    padding-left: 35px;
    letter-spacing: -0.03em;
    color: #A4A4A6;
    margin-bottom: 2px;
    margin-top: 12px;
}

.conf-model__value {
    padding-left: 35px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #E41B23;
}

.conf-model__item--active .conf-model__title:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 6px;
    top: -1px;
    background-image: url(images/tic.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.conf__title {
    font-size: 14px;
    line-height: 20px;
    color: #646464;
    margin-bottom: 16px;
    font-weight: normal;
}

.conf-model__item:hover {
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.conf-model__item input {
    position: absolute;
    visibility: hidden;
}

.conf__range {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 46px;
}

.conf-range__middle {
    width: 340px;
}

.conf-range__slider {
    width: 100%;
}

.conf-range__title {
    width: calc(100% - 340px - 90px);
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #646464;
}

.conf-range__minmax {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    font-size: 12px;
    line-height: 18px;
    top: 16px;
    position: relative;
    color: #898989;
    white-space: nowrap;
}

.conf-range__value {
    padding-left: 20px;
    position: relative;
}

.conf-range__value input {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    width: 70px;
    border: none;
}

.conf__range--linear .conf-range__value input {
    border: 2px solid #DFE0E2;
    background-color: #fff;
    margin-top: 0;
}

.conf-range__value {
    margin-top: -4px;
}

.conf-range__value span {
    position: absolute;
    left: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #A4A4A6;
    padding-left: 10px;
}

.conf__section {
    display: none;
}

.conf__section--active {
    display: block;
}

.conf__line {
    border: 1px solid #A4A4A6;
    margin-bottom: 40px;
}

.conf-range__long-title {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #646464;
    margin-bottom: 16px;
    font-weight: normal;
}

.conf-po__item {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #646464;
    position: relative;
    margin-right: 35px;
    margin-bottom: 10px;
    min-height: 25px;
}

.container .config_calc_wrap .conf__po .conf-po__item span {
    position: relative;
    left: 0;
    top: 0;
    padding-left: 35px;
    content: '';
    display: inline-block;
}

.conf-po__item span:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: -2px;
    border: 2px solid #D1D1D1;
    border-radius: 2px;
    background-color: #fff;
}

.conf-po__item input {
    position: absolute;
    visibility: hidden;
}

.conf-po__item input:checked+span:after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 6px;
    top: -3px;
    background-image: url(images/tic.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.conf-po__long-title {
    font-size: 14px;
    line-height: 20px;
    color: #646464;
    margin-bottom: 16px;
    font-weight: 400;
}

.conf__switch {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.conf-switch__middle {
    background: #E41B23;
    border: 1px solid #BD2C31;
    box-sizing: border-box;
    border-radius: 16px;
    width: 52px;
    height: 30px;
    position: relative;
    cursor: pointer;
}

.conf-switch__middle:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    transition: .2s;
}

.conf-switch__val {
    display: block;
}

.conf-switch__val:first-child {
    padding-right: 16px;
}

.conf-switch__val:last-child {
    padding-left: 16px;
}

.conf-switch__val span {
    font-size: 15px;
    line-height: 20px;
    color: #A4A4A6;
    cursor: pointer;
}

.conf-switch__val input:checked+span {
    color: #646464;
}

.conf-switch__middle--move:before {
    left: 23px;
}

.conf-switch__val input {
    position: absolute;
    visibility: hidden;
}

.config_calc_wrap .testing__tabs-params.conf__po {
    margin-bottom: 30px;
}

.conf__mig,
.conf__aud {
    display: inline-block;
    margin-bottom: 20px;
}

.config_calc_wrap .testing__tabs-params.conf__mig,
.config_calc_wrap .testing__tabs-params.conf__aud {
    margin-right: 40px;
}

.conf-mig__title,
.conf-aud__title {
    font-size: 14px;
    line-height: 20px;
    color: #646464;
    margin-bottom: 12px;
    font-weight: normal;
}

.config_calc_wrap .btn-dft {
    font-size: 17px;
    line-height: 14px;
    font-family: Glober, Tahoma, sans-serif;
    ;
    text-align: center;
    padding: 24px 0px;
    color: #FFFFFF;
    width: 218px;
    background-color: #ED1C24;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    border-radius: 0;
    min-width: 0;
}

@media(max-width: 991px) {
    .conf {
        padding: 20px;
    }
    .conf__inner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media(max-width: 767px) {
    .conf {
        padding: 20px;
    }
    .conf__inner {
        padding: 0;
    }
    .conf-model__item {
        width: 100%;
        margin-bottom: 10px;
    }
    .conf-range__title {
        width: 100%;
        margin-bottom: 20px;
    }
    .conf__line {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .conf-range__middle {
        width: calc(100% - 18px);
        margin-left: 9px;
    }
    .conf-range__minmax {
        position: relative;
        top: 0;
        padding-top: 30px;
    }
    .conf-range__value {
        margin-top: -20px;
        padding-left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .conf-model__item {
        padding: 10px;
    }
    .conf__range {
        margin-bottom: 20px;
    }
    .conf-po__item {
        margin-right: 0;
        display: block;
    }
}

.conf__range .testing__params-slider {
    float: none;
    width: auto;
    height: auto;
}

.service-section .offer__item .config_calc_wrap .row {
    display: block;
    margin: 0;
}

.config_calc_wrap {
    background: #F8F8F8;
}

.config_calc_wrap .input-wrapper.testing__label-wrapper {
    float: none;
    margin: 0;
    min-height: 0;
    position: static;
}

.config_calc_wrap .testing__tabs-params {
    margin: 0;
}

.config_calc_wrap .testing__params-right,
.config_calc_wrap .testing__params-left {
    top: 20px;
    bottom: auto;
    opacity: 1;
}

.config_calc_wrap .input-wrapper.testing__label-wrapper.conf-po__item {
    margin: 0 35px 10px 0;
}

.conf-range__value input {
    border: 2px solid #DFE0E2;
    background: white;
}

.testing__tabs-params.chained-opt {
    display: none;
}

.testing__tabs-params.chained-opt.chopt-act {
    display: block;
}

.config_calc_wrap .input-wrapper.testing__label-wrapper.conf-model__item {
    margin-left: 10px;
    margin-right: 10px;
}

.config_calc_wrap .tooltip {
    position: absolute;
    background: black;
    color: white;
}

.config_calc_wrap .oc-tooltip {
    margin-left: 5px;
}

.agreg-konf .config_calc_wrap .switch__trigger {
    background-color: white;
}

.agreg-konf .config_calc_wrap .switch__bar {
    background-color: #e51b24;
}

.agreg-konf .config_calc_wrap .switch__label {
    font-size: 17px;
    font-weight: 600;
}

.agreg-konf .config_calc_wrap .switch__input:checked+.switch__label {
    color: #646464;
}

@media (max-width: 767px) {
    #service_sec4 #price .conf-range__value {
        margin-top: 20px;
    }
    #service_sec4 #price .config_calc_wrap {
        padding: 30px 0;
    }
}

@media(max-width: 500px) {
    #service_sec4 #price .config_calc_wrap .testing__tabs-params.conf__mig,
    #service_sec4 #price .config_calc_wrap .testing__tabs-params.conf__aud {
        width: 100%;
        margin-bottom: 30px;
    }
    #service_sec4 #price .config_calc_wrap .switch {
        width: 150px !important;
        margin-left: auto;
        margin-right: auto;
    }
    #service_sec4 #price .config_calc_wrap .btn-dft {
        margin-top: 0px;
    }
    #service_sec4 #price .testing__btns-wrap--services {
        margin-top: 20px;
    }
}

.solution-XelentResilientCloudonVMware {
    position: relative;
}

.solution-XelentResilientCloudonVMware-2 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.solution-XelentResilientCloudonVMware-2 img {
    display: block;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
}

.solution-XelentResilientCloudonVMware-4 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(images/banner.jpg);
    padding: 58px 30px 38px 30px;
}

.solution-XelentResilientCloudonVMware-4__wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.solution-XelentResilientCloudonVMware-4__title {
    max-width: 720px;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    margin-right: auto;
    padding-right: 35px;
    margin-bottom: 20px;
}

.solution-XelentResilientCloudonVMware-4 .btn-dft {
    height: auto;
    line-height: normal;
    padding: 19px 49px;
    margin-bottom: 20px;
}

.solution-XelentResilientCloudonVMware-2 .container h2 {
    font-size: 28px;
}

.solution-XelentResilientCloudonVMware-3 .service-promo__logo {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.solution-XelentResilientCloudonVMware-3 .service-promo__logo-item {
    padding: 10px;
}

.solution-XelentResilientCloudonVMware-3 .service-promo {
    margin-bottom: 60px;
}

.solution-XelentResilientCloudonVMware-5 {
    padding-top: 20px;
    padding-bottom: 50px;
}

.solution-XelentResilientCloudonVMware-1 .xcustom-head {
    background-image: url(images/XelentResilientCloudonVMware.jpg);
}

.solution-XelentResilientCloudonVMware-1 .xcustom-head .xcustom-head__title {
    font-weight: normal;
}

.solution-XelentResilientCloudonVMware-1 .xcustom-head .btn-dft {
    font-weight: normal;
}

.solution-XelentResilientCloudonVMware-2 p {
    margin-bottom: 55px;
}

.solution-XelentResilientCloudonVMware-2 p:last-child {
    margin-bottom: 0;
}

.container h2.solution-XelentResilientCloudonVMware__h2 {
    position: relative;
    padding-left: 103px;
    margin-bottom: 28px;
}

.solution-XelentResilientCloudonVMware__h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: -12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 65px;
    height: 65px;
}

.solution-XelentResilientCloudonVMware__h2--1:before {
    background-image: url(images/ico1.svg);
}

.solution-XelentResilientCloudonVMware__h2--2:before {
    background-image: url(images/ico2.svg);
}

.solution-XelentResilientCloudonVMware__h2--3:before {
    background-image: url(images/ico3.svg);
}

.solution-XelentResilientCloudonVMware-3 {
    background: linear-gradient(180deg, #DFECFF 0%, rgba(223, 236, 255, 0) 100%);
}

.solution-XelentResilientCloudonVMware-3 .service-promo:before {
    display: none;
}

@media (max-width: 767px) {
    .solution-XelentResilientCloudonVMware-2 .container h2 {
        font-size: 23px;
    }
    .solution-XelentResilientCloudonVMware-1 .xcustom-head__subtitle {
        font-size: 23px;
    }
    .solution-XelentResilientCloudonVMware-2 {
        padding-top: 30px;
    }
    .solution-XelentResilientCloudonVMware-4__title {
        font-size: 27px;
        line-height: 36px;
    }
}

@media (max-width: 600px) {
    .solution-XelentResilientCloudonVMware-3 .service-promo {
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .solution-XelentResilientCloudonVMware-4__title {
        font-size: 25px;
        line-height: 34px;
        padding-right: 0;
    }
    .solution-XelentResilientCloudonVMware-4 {
        padding: 48px 15px 28px 15px;
    }
    .solution-XelentResilientCloudonVMware-2 img {
        margin-bottom: 60px;
    }
}

@media (max-width: 400px) {
    .container h2.solution-XelentResilientCloudonVMware__h2 {
        padding-left: 0;
        padding-top: 80px;
    }
    .solution-XelentResilientCloudonVMware__h2:before {
        top: 0;
    }
    .solution-XelentResilientCloudonVMware-2 p {
        margin-bottom: 30px;
    }
    .solution-XelentResilientCloudonVMware-2 img {
        margin-bottom: 40px;
    }
}

.otkazoustoychivoe-oblako-xelent-na-vmware #target_anch4 {
    padding: 65px 0 50px;
}

.otkazoustoychivoe-oblako-xelent-na-vmware #target_anch4 .section-dft {
    padding-bottom: 23px;
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware-1 .xcustom-head {
    background-image: url(/local/templates/main/images/dedicated-server-top.jpg);
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware-2 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware-2 .container h2 {
    font-size: 28px;
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware-4 .offer__text {
    padding-left: 50px;
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware-1 .xcustom-head {
    background-image: url(/local/templates/main/images/MigratingYourInfrastructuretotheXelentCloudonVMware.jpg);
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware-1 .xcustom-head .xcustom-head__title {
    font-weight: normal;
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware-1 .xcustom-head .btn-dft {
    font-weight: normal;
}

.container h2.solution-MigratingYourInfrastructuretotheXelentCloudonVMware__h2 {
    position: relative;
    padding-left: 103px;
    margin-bottom: 28px;
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware__h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: -12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 65px;
    height: 65px;
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware__h2--1:before {
    background-image: url(/local/templates/main/images/ico1_1.svg);
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware__h2--2:before {
    background-image: url(/local/templates/main/images/ico2_1.svg);
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware__h2--3:before {
    background-image: url(/local/templates/main/images/ico3_1.svg);
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware-2 p {
    margin-bottom: 65px;
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware-2 p:last-child {
    margin-bottom: 0;
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware-5 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(/local/templates/main/images/banner_1.jpg);
    padding: 58px 30px 38px 30px;
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware-5__wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware-5__title {
    max-width: 720px;
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    margin-right: auto;
    padding-right: 35px;
    margin-bottom: 20px;
}

.solution-MigratingYourInfrastructuretotheXelentCloudonVMware-5 .btn-dft {
    height: auto;
    line-height: normal;
    padding: 19px 49px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware-4 .offer__text {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware-2 .container h2 {
        font-size: 23px;
    }
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware-1 .xcustom-head__subtitle {
        font-size: 23px;
    }
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware-2 {
        padding-top: 30px;
    }
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware-6 .data-center__callback-form {
        padding-bottom: 32px;
        margin-top: 52px;
    }
}

@media (max-width: 400px) {
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware-2 p {
        margin-bottom: 30px;
    }
}

.dedicated-server-head__btn {
    color: #fff;
    text-decoration: none;  
}

/**/
.dedicated-server__head--network-connectivity
{
    background-image: url(/local/templates/main/images/fon--network-connectivity.jpg);
    /*background-image: url(fon--network-connectivity.jpg);*/

    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 120px;

}
.dedicated-server__head--network-connectivity .dedicated-server-head__subtitle
{
    font-weight: normal;
    margin-top: 15px;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 47px;
}
.network-connectivity__title-1
{
    font-size: 28px;
    line-height:  129%;
    color: #000000;
    margin-bottom: 30px;
}
.xcustom-block--network-connectivity-1 .xcustom-list__title
{
    color: #646464;
    font-size: 19px;
    line-height:  158%;
}
.solution-MigratingYourInfrastructuretotheXelentCloudonVMware--network-connectivity
{
  background-image: url(/local/templates/main/images/fon2--network-connectivity.jpg);
  /*background-image: url(fon2--network-connectivity.jpg);*/
}
@media (max-width: 1199px)
{
    .dedicated-server__head--network-connectivity
    {
        padding-bottom: 80px;
        padding-top: 40px;
    }
}
@media(max-width: 767px)
{
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware-5__title
    {
        font-size: 25px;
        line-height: 35px;
    }
    .dedicated-server__head--network-connectivity
    {
        padding-bottom: 60px;
        padding-top: 20px;
    }
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware-5
    {
        padding: 40px 10px 30px 10px;
    }
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware-5__title
    {
        padding-right: 0;
    }
    .network-connectivity__title-1 {
        font-size: 24px;
    }
}
@media(max-width: 600px)
{
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware__h2:before
    {
        position: static;
        display: block;
        margin-bottom: 10px;
    }
    .container h2.solution-MigratingYourInfrastructuretotheXelentCloudonVMware__h2
    {
        padding-left: 0;
    }
}

/**/
.dedicated-server__head--integration
{
    background-image: url(/local/templates/main/images/fon--integration.jpg);

    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 120px;

}
.dedicated-server__head--integration .dedicated-server-head__subtitle
{
    font-weight: normal;
    margin-top: 15px;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 47px;
}
.network-connectivity__title-1
{
    font-size: 28px;
    line-height:  129%;
    color: #000000;
    margin-bottom: 30px;
}
.xcustom-block--network-connectivity-1 .xcustom-list__title
{
    color: #646464;
    font-size: 19px;
    line-height:  158%;
}
.solution-MigratingYourInfrastructuretotheXelentCloudonVMware--integration
{
  background-image: url(/local/templates/main/images/fon2--integration.jpg);
}
.agreg-virttech--integration .agreg-specsolut
{
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.agreg-virttech--integration .agreg-specsolut-item
{
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.xcustom-solve__title
{

    font-weight: bold;
    font-size: 25px;
    line-height: normal;
}
.target_anch4--integration
{
    padding-top: 30px;
    padding-bottom: 30px;
}
.target_anch4--integration .section-dft--border
{
    border: none;
}
.target_anch4--integration h3
{
    margin-bottom: 50px;
}
@media (max-width: 1199px)
{
    .dedicated-server__head--integration
    {
        padding-bottom: 80px;
        padding-top: 40px;
    }
}
@media(max-width: 767px)
{
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware-5__title
    {
        font-size: 25px;
        line-height: 35px;
    }
    .dedicated-server__head--integration
    {
        padding-bottom: 60px;
        padding-top: 20px;
    }
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware-5
    {
        padding: 40px 10px 30px 10px;
    }
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware-5__title
    {
        padding-right: 0;
    }
    .network-connectivity__title-1 {
        font-size: 24px;
    }
    .xcustom-solve__title
    {
        font-size: 20px;
    }
}
@media(max-width: 600px)
{
    .solution-MigratingYourInfrastructuretotheXelentCloudonVMware__h2:before
    {
        position: static;
        display: block;
        margin-bottom: 10px;
    }
    .container h2.solution-MigratingYourInfrastructuretotheXelentCloudonVMware__h2
    {
        padding-left: 0;
    }
}



/**/
.container h3.cloud-storage__title
{
    text-align: center;
    margin-bottom: 35px;
}
.page-body .cloud-storage-table
{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-body .cloud-storage-table table td    
{
    text-align: center;
}
.page-body .cloud-storage-table__col
{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.page-body td.cloud-storage-table__th
{
    background-color: #e5e5e5;
    color: #646464;
    font-weight: bold;
}
.page-body td.cloud-storage-table__th2
{
    font-weight: bold !important;
    font-size: 16px;
}
.page-body .cloud-storage-table table tbody tr:hover {

    box-shadow: none;
}
.page-body .cloud-storage-table table tbody tr:nth-child(even):hover  {
    background: rgba(0, 0, 0, 0.015);
}
.cloud-storage__btn
{
    text-decoration: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    background: #ed1c24;
    width: 240px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #fff;
    line-height: 63px;
    transition: background .3s ease;
    height: auto;
    line-height: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
}
.cloud-storage__alert {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 30px;
}
.cloud-storage__btn:hover {
    background: #fd3d3d;
    transition: background .3s ease;
}

@media(max-width: 991px)
{
    .page-body .cloud-storage-table table td
    {
        font-size: 16px;
        padding: 15px 5px!important;
        height: auto !important;
    }
}
@media(max-width: 767px)
{
    .page-body .cloud-storage-table__col
    {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .page-body .cloud-storage-table
    {
        margin-left: 0;
        margin-right: 0;
    }

}
@media(max-width: 600px)
{
    .page-body .cloud-storage-table table td {
        text-align: center;
        font-size: 14px;
        padding: 10px 5px!important;
    }
}


@media(max-width:767px) {
    .b_form--adaptive-webinar {
        max-width: 400px!important;
    }

    .b_form--adaptive .callback {
        padding-top: 25px;
    }

    .b_form--adaptive .callback__title {
        font-size: 29px;
    }
}

@media(max-width:470px) {
    form#excursion-form,
    .b_form--adaptive {
        max-width: 300px!important;
    }
}

@media(max-width:370px) {
    form#excursion-form,
    .b_form--adaptive {
        max-width: 270px!important
    }

    .b_form--adaptive .callback__title {
        font-size: 25px;
    }

    .b_form--adaptive .form-group {
        margin-bottom: 22px;
    }
}

@media(max-width:340px) {
    form#excursion-form,
    .b_form--adaptive {
        max-width: 250px!important
    }

    .b_form--adaptive .btn-dft {
        min-width: 210px;
    }
}
/*cloud page*/
.cloud-x {
    overflow: hidden;
}

.cloud-x .service-top--change-2 .btn-dft {
    margin: 2px;
}

.cloud-x #target_anch4 .section-dft .container > h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 35px;

}

.cloud-x #target_anch4 .section-dft--services {
    padding-top: 65px;
    padding-bottom: 65px;
    border-bottom: none;
}

.cloud-x .section-dft--border {
    border-bottom: none;
}

.cloud-x-block-0,
.cloud-x-block-1,
.cloud-x-block-2,
.cloud-x-block-3,
.cloud-x-block-3-0,
.cloud-x-block-last {
    padding-top: 45px;
}



.cloud-x-block-0 {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}

.cloud-x-block-0__container h3,
.cloud-x-block-0__container h4,
.cloud-x-block-0__container p {
    color: #fff;
}

.cloud-x-block-0__container p {
    max-width: 675px;
    margin: 0 auto;
}

.cloud-x-block-0__container {
    position: relative;
    z-index: 2;
}

.cloud-x-block-0:before {
    content: "";
    position: absolute;
    left: -150%;
    bottom: 0;
    top: 0;
    width: 300%;
    height: 100%;
    z-index: 1;
    background-color: #ccc;
    background-image: url(images/cloud-x-0-img.jpg) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .cloud-x-block-0 {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}





.cloud-x-block-1__container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 60px;
}

.cloud-x #tabel_block {
    padding-bottom: 45px;
}

.cloud-x-block-1__right {
    width: 60%;
}
.cloud-x-block-1__right p {
    font-weight: 400;
}
.cloud-x-block-1__left-img {
    width: 40%;
}

.cloud-x-block-1__left-img {
    background-image: url(images/cloud-x-1-img.png) !important;
    background-size: 75%;
    background-position: center left;
    background-repeat: no-repeat;
}

.cloud-x-block-1__cont {
    margin-bottom: 30px;
}

.cloud-x-block-1__item {
    position: relative;
    margin-bottom: 35px;
}

.cloud-x-block-1__item div {
    padding-left: 100px;
}

.cloud-x-block-1__item .cloud-x-block-1__img {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 991px) {
    .cloud-x-block-1__container {
        padding-top: 0;
    }

    .cloud-x-block-1__left-img {
        display: none;
    }

    .cloud-x-block-1__right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cloud-x-block-1__item div {
        padding-left: 60px;
    }

    .cloud-x-block-1__item .cloud-x-block-1__img {
        left: 0;
    }
}








.cloud-x-block-2 {
    position: relative;
    padding-bottom: 45px;
}

.cloud-x-block-2__container {
    position: relative;
    z-index: 2;
    max-width: 770px;
    margin: 0 auto;
}

.cloud-x-block-2__container > h3 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.cloud-x-block-2:before {
    content: "";
    position: absolute;
    left: -200%;
    bottom: 0;
    top: 0;
    width: 400%;
    height: 100%;
    z-index: 1;
    background: #F5F5F5;
}

.cloud-x-block-2 p {
    font-weight: 400;
}

.cloud-x-block-2__cont {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px;
}

.cloud-x-block-2__item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
    position: relative;
}

.cloud-x-block-2__item div {
    padding-left: 80px;
}

.cloud-x-block-2__item .cloud-x-block-2__img {
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767px) {
    .cloud-x-block-2__cont {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .cloud-x-block-2__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .cloud-x-block-2__item div {
        padding-left: 60px;
    }
}





.cloud-x-block-3__cont {
    display: flex;
    flex-wrap: wrap;
}

.cloud-x-block-3__right {
    width: 60%;
}
.cloud-x-block-3__img {
    width: 40%;
}

.cloud-x-block-3__right p,
.cloud-x-block-3__right ol {
    font-weight: 400;
}

.cloud-x-block-3__img {
    background-image: url(images/cloud-x-4-img.png) !important;
    background-size: 90%;
    background-position: center left;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .cloud-x-block-3__img {
        display: none;
    }

    .cloud-x-block-3__right {
        width: 100%;
    }
}




.cloud-x-block-3-0 {
    padding-bottom: 25px;
}

.cloud-x-block-3-0 .xcustom-list-wh__cont {
    padding-left: 0;
    width: calc(100% - 200px);
}

.container .cloud-x-block-3-0 > h2,
.container .cloud-x-block-3-0 > h3 {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.cloud-x-block-3-0 .xcustom-list-wh__item {
    width: 49%;
    margin-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cloud-x-block-3-0 .xcustom-list-wh__img {
    width: 165px;
    height: 165px;
    /*position: absolute;*/
    position: relative;
    left: 0;
    top: 0;
    border: solid 1px #e6e6e6;
    border-radius: 50%;
}

.cloud-x-block-3-0 .xcustom-list-wh__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.cloud-x-block-3-0 .xcustom-list-wh__title {
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    line-height: 1.3;
    color: #646464;
    margin-bottom: 12px;
    margin-top: 8px;
}

.cloud-x-block-3-0 .xcustom-list-wh__text p, .cloud-x-block-3-0 .xcustom-list-wh__text {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.47;
    color: #646464;
    font-weight: 300;
}

@media (max-width: 991px) {
    .cloud-x-block-3-0 .xcustom-list-wh__item {
        width: 48%;
    }

    .cloud-x-block-3-0 .xcustom-list-wh__img {
        position: absolute;
        /*margin: 0 auto;*/
        margin-right: auto;
        margin-bottom: 20px;
    }

    .cloud-x-block-3-0 .xcustom-list-wh__cont {
        padding-left: 0;
        width: 100%;
        padding-top: 166px;
    }
}

@media (max-width: 767px) {
    .cloud-x-block-3-0 .xcustom-list-wh__cont {
        padding-top: 0;
    }
    .cloud-x-block-3-0 .xcustom-list-wh__item {
        width: 100%;
    }
    .cloud-x-block-3-0 .xcustom-list-wh__title {
        text-align: center;
    }

    .cloud-x-block-3-0 .xcustom-list-wh__img {
        margin: 0 auto;
        position: relative;
    }
}





.cloud-x-block-last {
    padding-top: 50px;
    padding-bottom: 70px;
    position: relative;
}

.cloud-x-block-last:before {
    content: "";
    position: absolute;
    left: -400%;
    bottom: 0;
    top: 0;
    width: 800%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, #AFD0FF 0%, rgba(223, 236, 255, 0) 100%);
}

.cloud-x-block-last__cont {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}

.cloud-x-block-last__left {
    padding-top: 70px;
    width: 45%;
}

.cloud-x-block-last__img {
    width:55%;
}
    
.cloud-x-block-last__img {
    background-image: url(images/cloud-x-5-img.png) !important;
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
}

.cloud-x-block-last p {
    font-weight: 400;
    color:#141212;
}

.cloud-x-block-last .btn-dft {
    text-transform: uppercase;
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width: 991px) {
    .cloud-x-block-last {
        padding-bottom: 0;
    }
    .cloud-x-block-last__left,
    .cloud-x-block-last__img {
        width: 100%;
    }

    .cloud-x-block-last__left {
        padding-top: 0;
    }

    .cloud-x-block-last__img {
        height: 250px;
        background-position: center;
        /*display: none;*/
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .cloud-x-block-last__img {
        margin-top: 30px;
    }
}

@media (max-width: 500px) {
    .cloud-x-block-last .btn-dft {
        display: block;
    }
}


/**/




.usbport .xcustom-head
{
	background-image: url(usbport-fon.jpg)
}

.usbport__main-title
{
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 16px;
}
.usbport__main-text
{
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 40px;
	max-width: 721px
}
.usbport__main-btn
{
	width: 150px;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;


	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;

	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 16px 0px;
	background-color: #C30D15;
	border-radius: 4px;
	transition: .3s;
	margin-bottom: 40px;
}
.usbport__main-btn:hover
{
	background-color: #de3b42;
}
.usbport-grid
{
	margin-bottom: 80px;
	margin-top: 80px;
}
.usbport-grid__title
{
	font-weight: 500;
	font-size: 32px;
	line-height: 120%;
	color: #1C1C1C;
	margin-bottom: 44px;
	padding-left: 100px;
	padding-right: 100px;
	max-width: 974px;
}
.usbport-grid__wrap
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
}
.usbport-grid__item
{
	width: 33.33%;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 12px;
}
.usbport-grid__inner
{
	border: 2px solid #DDDDDD;
	height: 100%;
	padding: 52px 32px 32px;
	border-radius: 8px;
	font-size: 18px;
	line-height: 21px;
	color: #1C1C1C;
	position: relative;
}
.usbport-grid__inner:before
{
	content: '';
	background-color: #C30D15;
	left: 32px;
	top: 32px;
	width: 18%;
	height: 4px;
	position: absolute;
}
.usbport-table
{
	margin-top: 80px;
	margin-bottom: 80px;
}
.usbport-table__title
{
	font-weight: 500;
	font-size: 24px;
	line-height: 120%;
	color: #1C1C1C;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 40px;
	padding-bottom: 40px;
	border: 2px solid #000000;
}
.usbport-table__title span
{
	display: inline-block;
	max-width: 575px;
}
.usbport-table-item__top
{
	background-color: #EEEEEE;
	padding: 20px 47px;
}
.usbport-table__item
{
	width: 50%;
	border-right: 2px solid #000000;
}
.usbport-table__item:last-child
{
	border:none;
}
.usbport-table-item__bottom
{
	padding: 30px 47px 40px;
}
.usbport-table-item__title
{
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	color: #1C1C1C;
	margin-bottom: 6px;
}
.usbport-table-item__subtitle
{
	font-size: 12px;
	line-height: 120%;
	color: #1C1C1C;
}
.usbport-table-item-list__item
{
	position: relative;
	font-size: 16px;
	line-height: 120%;
	color: #636363;
	padding-left: 40px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.usbport-table-item-list__item:before
{
	content: '';
	width: 16px;
	height: 16px;
	background-color: #C30D15;
	position: absolute;
	left: 0;
	top: calc(50% - 8px);
	border-radius: 50%;
}
a.usbport-table-item__btn
{
	padding: 12px 47px;
	display: inline-block;
	background-color: #ED1C24;
	font-weight: bold;
	font-size: 9.58511px;
	line-height: 8px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-top: 32px;
	border-radius: 2px;
	color: #FFFFFF;
	transition: .3s;
	text-decoration: none;
	cursor: pointer;
}
a.usbport-table-item__btn:hover
{
	background-color: #283138
}
.usbport-table__wrap
{
	border: 2px solid #000000;
	margin-top: -2px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
a.usbport-table-item__btn--black
{
	background-color: #283138
}
a.usbport-table-item__btn--black:hover
{
	background-color: #ED1C24;
}
@media(max-width: 1199px)
{
	.usbport__main-title
	{
		font-size: 38px;
		line-height: 46px;
	}
	.usbport__main-btn
	{
		margin-bottom: 0;
	}
	.usbport-grid,
	.usbport-table
	{
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.usbport__main-text
	{
		font-size: 16px;
	}
	.usbport-grid__title
	{
		font-size: 29px;
		margin-bottom: 34px;
	}
	.usbport-grid__inner
	{
		padding: 42px 22px 22px;
		font-size: 16px;
		line-height: 19px;
	}
	.usbport-grid__inner:before
	{
		left: 23px;
		top: 23px
	}
	.usbport-table__title
	{
		font-size: 22px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.usbport-table-item__bottom {
		padding: 20px 37px 30px;
	}

}
@media(max-width: 991px)
{
	.usbport__main-title
	{
		font-size: 28px;
		line-height: 36px;
	}

	.usbport-grid,
	.usbport-table
	{
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.usbport-grid__title
	{
		font-size: 25px;
		margin-bottom: 30px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.usbport-grid__inner
	{
		padding: 32px 15px 15px;
		font-size: 14px;
		line-height: 17px;
	}
	.usbport-grid__inner:before
	{
		left: 15px;
		top: 15px
	}
	.usbport-table__title
	{
		font-size: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.usbport-table-item__bottom {
		padding: 10px 27px 10px;
	}

}
@media(max-width: 767px)
{
	.usbport__main-title
	{
		font-size: 22px;
		line-height: 32px;
	}

	.usbport-grid,
	.usbport-table
	{
		margin-top: 25px;
		margin-bottom: 25px;
	}


	.usbport-table__title
	{
		font-size: 18px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.usbport-grid__item
	{
		width: 50%;
	}
	.usbport-table__item
	{
		width: 100%;
		border-right: none;
		border-bottom: 2px solid #000000;
	}
	.usbport-table__item:last-child
	{
		border:none;
	}
	.usbport-grid__title
	{
		font-size: 20px;
		margin-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
	a.usbport-table-item__btn
	{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media(max-width: 650px)
{
	.usbport-grid__item
	{
		width: 100%;
	}
	a.usbport-table-item__btn
	{
		margin-top: 15px;
		margin-bottom: 15px;
	}
}




.xcustom-block--tarif th
{
    background-color: #e5e5e5;
}
.page-body .xcustom-block--tarif table thead
{
    border: none;
}
.page-body .xcustom-block--tarif table tbody td
{
    background-color: #fff;
}
.page-body .xcustom-block--tarif table tbody tr:hover
{
    box-shadow: none;
}

.page-body .xcustom-block--tarif table thead tr th,
.page-body .xcustom-block--tarif table tbody td
{
    padding: 15px;
}

.xcustom-block--tarif .table-wrap
{
    overflow: auto;
}

.form-error-common-container {
    display: block;
}
.form-error-common-item {
    margin: 4px 0;
    font-size: 14px;
    color: #c21a24;
}
.agreg-specsolut-title {
    min-height: 48px;
}
.equip-var{
background-attachment: fixed;
}

.sharing__title{
    color: #fff;
}
.realpro-bxslider .slick-slider .slick-track{
display: flex !important;
    flex-wrap: wrap-reverse !important;
    align-content: stretch !important;
}
.realpro-bxslider .slick-slide{
display: flex !important;
height: 695px !important;
}