@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1120px;
    }
}

body {
    font-family: "Montserrat Alternates", sans-serif;
	font-weight: 400;
	font-style: normal;
    /*background-image: url("/img/main-bg.webp");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 120%;*/
    /*background-attachment: fixed;*/
    /*background-position-y: -200px;*/
}

header {
    /*background-color: rgba(0, 0, 0, 0.8);*/
    /*padding-bottom: 120px;*/
    /*height: 100vh;*/
    /*min-height: 200px;*/
	background: linear-gradient(135deg, #252525 0%, #000000 100%);
}

.header-top-block {
    font-size: 18px;
    padding-top: 2px;
}

.header-top-block.logo-block {
    /*height: 100px;*/
    /*color: #ffffff;*/
    padding-top: 0px;
    padding-left: 0px;
}

.header-top-block.logo-block img {
    max-width: 100%;
}

.header-top-block.logo-block.mobile {
    display: none;
}

.header-top-block .caption {
    font-size: 14px;
}

.header-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 49.5%, rgba(255, 255, 255, 0) 100%);
linear-gradient(90 deg, color(display-p3 1.000 1.000 1.000 / 0) 0 %, color(display-p3 1.000 1.000 1.000) 49.5 %, color(display-p3 1.000 1.000 1.000 / 0) 100 %);
}

.header-top-block {
    width: 20%;
    float: left;
    height: 50px;
    color: #ffffff;
}

.header-top-block a,
.header-top-block a:hover {
    color: #ffffff;
    text-decoration: none;
}

.top-menu-block {
    margin-top: 75px;
}

.top-menu-item {
    margin-bottom: 24px;
}

.top-menu-item-inner {
    position: relative;
    border-radius: 15px;
    border: 1px solid #7A8288;
}

.top-menu-item-inner a {
    display: block;
}

.top-menu-item-inner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
linear-gradient(180 deg, color(display-p3 0.000 0.000 0.000 / 0) 0 %, color(display-p3 0.000 0.000 0.000) 100 %);
    border-radius: 0 0 15px 15px;
    border-bottom: 1px solid #7A8288;
    display: block;
}

.top-menu-item-inner img {
    width: 100%;
    border-radius: 15px;
}

.top-menu-item-inner span {
    position: absolute;
    bottom: 50%;
    margin-bottom: -30px;
    left: 20px;
    right: 20px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    text-shadow: 2px 2px 0px #000;
    padding: 0 10px;
}

#top-menu-item-caption-4,
#top-menu-item-caption-26,
#top-menu-item-caption-27 {
    margin-bottom: -15px;
}

.modal-header button.close {
    border: none;
    background: none;
    font-size: 40px;
}

.modal-preloader{
    text-align: center;
}

.modal-preloader img{
    width: 50%;
}

.order-form-field {
    margin-bottom: 20px;
}

input.form-control {
    padding: 10px 18px;
    border-radius: 15px;
    border: 1px solid #dbdbdb;
    width: 100%;
}

.order-form-field input[type="checkbox"]{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

.button-red {
    border-radius: 15px;
    background-color: #a7002b;
    border: 1px solid #a7002b;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    padding: 22px 75px;
    display: inline-block;
    text-align: center;
}

.button-red:hover {
    color: #ffffff;
    background: none;
    border: 1px solid #ffffff;
}

.button-red.white-bg:hover {
    color: #a7002b;
    background: none;
    border: 1px solid #a7002b;
}

.order-button-red {
    border-radius: 15px;
    background-color: #a7002b;
    border: 1px solid #a7002b;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    padding: 18px 75px;
    display: inline-block;
    text-align: center;
}

.order-button-red:hover {
    color: #ffffff;
    background: none;
    border: 1px solid #ffffff;
}

.order-button-red.white-bg:hover {
    color: #a7002b;
    background: none;
    border: 1px solid #a7002b;
}

section.section-1 {
    background: linear-gradient(135deg, #252525 0%, #000000 100%);
	padding-top: 3rem;
    padding-bottom: 4rem;
	linear-gradient(135 deg, color(display-p3 0.145 0.145 0.145) 0 %, color(display-p3 0.000 0.000 0.000) 100 %);
    /*padding-bottom: 90px;*/
    /*padding-top: 92px;*/
}

section.section-2 {
    padding: 140px 0;
    background-color: #ffffff;
}

.section-2-inner {
    padding: 64px;
    position: relative;
    background-color: #F6F6F6;
    border-radius: 15px;
}

.section-2-inner img {
    position: absolute;
    right: 0;
    top: -50px;
    max-width: 440px;
}

.section-2-header {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
    color: #171717;
    margin-bottom: 10px;
}

.section-2-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: #171717;
    margin-bottom: 24px;
}

section.section-3 {
    padding: 96px 0;
    background: linear-gradient(135deg, #252525 0%, #000000 100%);
linear-gradient(135 deg, color(display-p3 0.145 0.145 0.145) 0 %, color(display-p3 0.000 0.000 0.000) 100 %);
}

.section-3-inner {

}

.section-3 img {
    float: right;
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 0;
}

.section-3-header {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 30px;
}

.section-3-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: left;
    color: #ffffff;
}

.section-3-text ul {
    list-style: none;
    margin-bottom: 30px;
}

.section-3-text ul li {
    line-height: 45px;
}

.section-3-text ul li:before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url('/img/section-3-check.svg');
    background-repeat: no-repeat;
    margin-right: 10px;
}

section.section-4 {
    background-image: url('/img/section-4.webp');
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.section-4-inner {
    background-repeat: no-repeat;
    background: linear-gradient(70deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%);
linear-gradient(70 deg, color(display-p3 1.000 1.000 1.000 / 0) 50 %, color(display-p3 1.000 1.000 1.000) 50 %);
    padding: 130px 0;
}

.section-4-header {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
    margin-bottom: 15px;
}

.section-4-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    margin-bottom: 20px;
}

section.section-5 {
    padding: 130px 0;
    background-color: #ffffff;
}

.section-5-header {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: center;
    margin-bottom: 18px;
}

.section-5-header-2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
    margin-bottom: 40px;
}

.section-5-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    margin-bottom: 40px;
}

.section-5-list {
    margin-bottom: 60px;
}

.section-5-list-item {
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 500;
    background-size: 80px;
    background-color: #F6F6F6;
    border-radius: 15px;
    padding: 15px 30px;
    margin-bottom: 24px;
    min-height: 110px;
}

.section-5-list-item-1,
.section-5-list-item-3 {
    line-height: 80px;
}

.section-5-list-item img {
    margin-right: 30px;
    float: left;
}

.section-5-list-item-2 .section-5-list-item-text,
.section-5-list-item-4 .section-5-list-item-text {
    padding-top: 12px;
}

.restore-disk-result {
    margin-left: 25%;
}

.restore-result-ba {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;
    margin-bottom: 15px;
}

.beforeAfter {
    border-radius: 15px;
}

section.section-6 {
    background: linear-gradient(135deg, #252525 0%, #000000 100%);
linear-gradient(135 deg, color(display-p3 0.145 0.145 0.145) 0 %, color(display-p3 0.000 0.000 0.000) 100 %);
    padding: 60px 0;
}

.section-6-header {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
}

.section-6-text {
    font-family: "Montserrat Alternates", sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}

.section-6-header-2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}

.section-6-list-item {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    padding: 15px 24px;
    background-color: #ffffff;
    border-radius: 15px;
    min-height: 80px;
    box-sizing: content-box;
    margin-bottom: 20px;
}

.section-6-list-item:before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #DF1729;
    border-radius: 15px;
    float: left;
    margin-right: 24px;
    background-repeat: no-repeat;
    background-position: center;
}

.section-6-list-item-1:before {
    background-image: url('/img/section-6-list-item-1.svg');
}

.section-6-list-item-2:before {
    background-image: url('/img/section-6-list-item-2.svg');
}

.section-6-list-item-3:before {
    background-image: url('/img/section-6-list-item-3.svg');
}

.section-6-list-item-1 .section-6-list-item-text,
.section-6-list-item-2 .section-6-list-item-text {
    padding-top: 18px;
}

.section-6-list-item-3 {
    line-height: 80px;
}

section.section-price {
    background-color: #ffffff;
    padding: 120px 0 40px 0;
}

.section-price-header {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: center;
    color: #171717;
    margin-bottom: 22px;
}

#section-price-4{
    background-color: rgba(0, 0, 0, 0.8);
}

#section-price-4 .section-price-header{
    color: #ffffff;
}

.section-price-inner {
    margin-bottom: 40px;
}

.price-item {
    margin-bottom: 30px;
}

.price-item-inner {
    background-color: #F6F6F6;
    padding: 28px 18px;
    border-radius: 15px;
    box-sizing: content-box;
    min-height: 36px;
}

.price-item-header {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #171717;
    float: left;
}

.price-item-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    background-color: #171717;
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 18px;
    float: right;
}

.section-7-footer {
    background: linear-gradient(135deg, #252525 0%, #000000 100%);
linear-gradient(135 deg, color(display-p3 0.145 0.145 0.145) 0 %, color(display-p3 0.000 0.000 0.000) 100 %);
    border-radius: 15px;
    padding: 22px 40px;
}

.section-7-footer ul {
    padding: 0;
    column-count: 2;
}

section.section-8 {
    padding: 90px 0;
    background: linear-gradient(135deg, #252525 0%, #000000 100%);
linear-gradient(135 deg, color(display-p3 0.145 0.145 0.145) 0 %, color(display-p3 0.000 0.000 0.000) 100 %);

}

.section-8-header {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
    margin-bottom: 8px;
    text-align: center;
}

.section-8-text {
    font-family: "Montserrat Alternates", sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 18px;
}

.section-8-header-2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 66px;
}

.section-8-list-item {
    color: #171717;
    background-color: #ffffff;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    position: relative;
    padding: 50px 20px 16px 20px;
}

.section-8-list-item:before {
    content: '';
    display: inline-block;
    width: 64px;
    height: 64px;
    background-color: #DF1729;
    border-radius: 15px;
    margin-right: 24px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 0;
    margin-top: -32px;
}

.section-8-list-item-1:before {
    background-image: url('/img/section-8-list-item-1.svg');
}

.section-8-list-item-2:before {
    background-image: url('/img/section-8-list-item-2.svg');
}

.section-8-list-item-3:before {
    background-image: url('/img/section-8-list-item-3.svg');
}

.section-8-list-item-4:before {
    background-image: url('/img/section-8-list-item-4.svg');
}

section.section-9 {
    background-image: url('/img/section-9.webp');
    background-repeat: no-repeat;
    background-size: 70%;
}

.section-9-inner {
    padding: 120px 0 120px 0;
    background: linear-gradient(270deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
linear-gradient(270 deg, color(display-p3 1.000 1.000 1.000) 50 %, color(display-p3 1.000 1.000 1.000 / 0) 50 %);
}

.section-9-header {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
    margin-bottom: 15px;
}

.section-9-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    margin-bottom: 20px;
}

section.section-10 {
    background-image: url('/img/section-10.webp');
    background-size: 70%;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: right;
    background-size: cover;
}

.section-10-inner {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.79) 100%);
linear-gradient(270 deg, color(display-p3 0.000 0.000 0.000 / 0.55) 0 %, color(display-p3 0.000 0.000 0.000 / 0.79) 100 %);
    padding: 90px 0 120px 0;
}

.section-10-header {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 26px;
}

.section-10-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    margin-bottom: 30px;
}

.section-10-text b {
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: left;
}

.section-10-quote {
    border: 2px #ffffff solid;
    border-top: none;
    border-radius: 15px;
    padding: 65px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.65px;
    text-align: center;
    color: #ffffff;
    position: relative;
}

.section-10-quote-b-left,
.section-10-quote-b-right {
    position: absolute;
    border-top: 2px #ffffff solid;
    height: 20px;
    width: 40%;
    top: 0px;
}

.section-10-quote-b-left {
    left: -2px;
    border-left: 2px solid #ffffff;
    border-radius: 15px 0 0;
}

.section-10-quote-b-right {
    right: -2px;
    border-right: 2px solid #ffffff;
    border-radius: 0 15px 0 0;
}

.section-10-quote-q {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -12px;
}

section.section-11 {
    background-color: #F6F6F6;
}

.section-11-header {
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
    color: #171717;
    margin-bottom: 20px;
}

.section-11-text {
    color: #171717;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    margin-bottom: 20px;
}

.section-11-inner-left {
    padding: 50px 0;
    background-image: url('/img/section-11-left.webp');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left;
}

.section-11-inner-left .col-lg-6 {
    padding-left: 52px;
}

.section-11-inner-right {
    padding: 130px 0;
    background-image: url('/img/section-11-right.webp');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: right;
}

.section-11-inner-right .col-lg-6 {
    padding-right: 52px;
}

section.section-12 {
    padding: 90px 0 30px 0;
    background-color: #ffffff;
}

.section-12-header {
    color: #171717;
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: center;
}

.section-12-text {
    color: #171717;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.section-12-img {
    background-image: url('/img/section-12.webp');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    border-radius: 15px;
    margin-bottom: 70px;
    background-position-y: -50px;
}

.section-12-list-item {
    background-color: #F6F6F6;
    border-radius: 15px;
    color: #171717;
    text-align: center;
    padding: 50px 15px 15px 15px;
    position: relative;
    margin-bottom: 60px;
    min-height: 132px;
}

.section-12-list-item-header {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    margin-bottom: 8px;
}

.section-12-list-item-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
}

.section-12-list-item-icon {
    background-color: #a7002b;
    width: 64px;
    height: 64px;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -32px;
    border-radius: 15px;
}

.section-12-list-item-icon img {
    margin-top: 14px;
}

section.section-map {
    height: 600px;
    position: relative;
}

.section-map-inner {
    position: absolute;
    width: 1120px;
    left: 50%;
    margin-left: -560px;
    padding: 0 12px;
}

.section-map-inner-left {
    background-color: #ffffff;
    border-radius: 20px;
    display: inline-block;
    margin-top: 100px;
    min-width: 300px;
}

.section-map-inner-left-top {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
    padding: 40px 28px;
}

.section-map-inner-left-bottom {
    padding: 40px 28px;
}

.section-map-inner-left-phone,
.section-map-inner-left-address,
.section-map-inner-left-time {
    clear: both;
    line-height: 34px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
}

.section-map-inner-left-time {
    line-height: 20px;
}

.section-map-inner-left-time span {
    font-size: 14px;
    line-height: 16.8px;
    display: block;
}

.section-map-inner-left-phone:before,
.section-map-inner-left-address:before,
.section-map-inner-left-time:before {
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background-color: #a7002b;
    border-radius: 7px;
    float: left;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-position: center;
}

.section-map-inner-left-phone:before {
    background-image: url('/img/phone.svg');
}

.section-map-inner-left-address:before {
    background-image: url('/img/marker.svg');
}

.section-map-inner-left-time:before {
    background-image: url('/img/clock.svg');
}

section.section-map iframe {
    margin-top: -50px;
}

.section-gallery {
    padding: 70px 0;
    background-color: #ffffff;
}

.section-gallery-header {
    color: #171717;
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: center;
    margin-bottom: 30px;
}

section.section-review {
    background-color: #ffffff;
    padding-bottom: 70px;
}

.section-review-head {
    margin-bottom: 30px;
}

.section-review-header {
    color: #171717;
    font-size: 32px;
    font-weight: 800;
    line-height: 38.4px;
    text-align: left;
}

.section-review-text {
    color: #171717;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.review-button {
    float: right;
}

.review-item {
    padding: 15px;
    border-radius: 15px;
    background-color: #F6F6F6;
    min-height: 95px;
    margin-bottom: 30px;
}

.review-item-photo {
    width: 64px;
    float: left;
    margin-right: 15px;
}

.review-item-photo img {
    max-width: 100%;
    border-radius: 15px;
}

.review-item-header {
    color: #171717;
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.review-item-text {
    color: #171717;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: left;
}

.section-review-img {
    border: 1px solid #C8C6C7;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.full-width {
    width: 100%;
}

footer {
    background-color: #171717;
    padding: 30px 0;
}

footer .container:first-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
}

.footer-copyright {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    text-align: left;
    padding-top: 30px;
    color: #FFFFFF;
}

.footer-menu {
    list-style: none;
    float: right;
    padding-left: 0;
}

.footer-menu li {
    display: inline-block;
    line-height: 70px;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 500;
}

.footer-menu li a {
    color: #ffffff;
    text-decoration: none;
}

.footer-menu li a:hover {
    text-decoration: underline;
}

.tab-button-red {
    border-radius: 20px;
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    padding: 24px 0px;
    display: block;
    text-align: center;
}

.tab-button-red span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.4px;
    text-align: center;
}

.tab-button-red-2 {
    padding: 17px 0;
}

.tab-button-red.active, .tab-button-red:hover {
    border: 1px solid #a7002b;
    background-color: #a7002b;
    color: #ffffff;
}

.tabs {
    margin-top: 30px;
}

.tabs .tab {
    display: none;
}

.tabs .tab.active {
    display: flex;
}

.tab-item {
    margin-bottom: 30px;
}

.tab-item-inner {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 18px;
    position: relative;
    transition: transform .25s ease;
}
.tab-item-inner:hover {
    transform: translateY(-6px) scale(1.06);
}

.tab-item-header {
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
}

.tab-item-header span {
    display: block;
    font-size: 12px;
    line-height: 0px;
    color: #a7002b;
}

.tab-item-label {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    background-color: #171717;
    color: #ffffff;
    padding: 5px 0 5px 18px;
    border-radius: 8px 0 0 8px;
    min-width: 153px;
}
.tab-item-label-1 {
    position: absolute;
    top: 40px;
    right: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    background-color: #171717;
    color: #ffffff;
    padding: 5px 0 5px 12px;
    border-radius: 8px 0 0 8px;
    min-width: 153px;
}

.tab-item-body {
    margin-top: 30px;
}

.tab-item-body-item {
    display: inline-block;
    width: 32%;
}

.tab-item-body-item-header {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;
    color: #a7002b;
}

.tab-item-body-item-content {
    font-family: "Montserrat Alternates", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    text-align: center;
    color: #171717;
}

.tab-table {
    border-radius: 20px;
    padding: 15px;
    background-color: #ffffff;
    width: 100%;
}

.tab-table td {
    padding: 10px 20px;
}

.header-1 {
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 30px;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    max-width: 100%;
    border-radius: 15px;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    padding: 15px;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.calendar {
    display: flex;
    flex-flow: column;
}

.calendar .header .month-year {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #636e73;
    padding-bottom: 20px;
}

.calendar-prev-month {
    float: left;
}

.calendar-next-month {
    float: right;
}

.calendar .days {
    display: flex;
    flex-flow: wrap;
}

.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid #ffffff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #f26868;
}

.calendar .days .day_name:nth-child(7) {
    border: none;
}

.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 60px;
}

.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}

.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}

.calendar .days .day_num .event.green {
    background-color: #51ce57;
}

.calendar .days .day_num .event.blue {
    background-color: #518fce;
}

.calendar .days .day_num .event.red {
    background-color: #ce5151;
}

.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}

.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}

.calendar .days .day_num.today {
    background-color: #f1f2f3;
}

.calendar .days .day_num.active,
.calendar .days .day_num:hover:not(.ignore) {
    background-color: #a7002b;
    color: #ffffff;
}

.order-form-caption,
.callback-form-caption{
    margin-bottom: 10px;
}

.order-address-select {
    cursor: pointer;
    border-radius: 15px;
    background-color: #F6F6F6;
    border: 1px solid #dbdbdb;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 16px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: 200px;
}

.order-address-select:hover,
.order-address-select.active {
    color: #ffffff;
    background-color: #a7002b;
    border: 1px solid #a7002b;
}

.order-time-item {
    cursor: pointer;
    display: inline-block;
    padding: 8px 0px;
    border: 1px solid #a7002b;
    text-align: center;
    border-radius: 10px;
    width: 22%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.order-time-item:hover,
.order-time-item.active {
    background-color: #a7002b;
    color: #ffffff;
}

.order-time-item.disable,
.order-time-item.disable:hover {
    cursor: auto;
    background: none;
    color: #ced2d4;
    background-color: #fdfdfd;
    border: 1px solid #e6e9ea;
}

.order-form-block {
    margin-bottom: 20px;
}

.order-form-success{
    text-align: center;
}

.calendar-change-month {
    border: none;
    background-color: #a7002b;
    color: #ffffff;
    padding: 4px 18px;
}

.header-top-block-menu-last{
    display: none;
}

@media screen and (max-width: 1399px) {
    .section-map-inner {
        width: 1140px;
        margin-left: -570px;
    }
}

@media screen and (max-width: 1199px) {
    .section-map-inner {
        width: 960px;
        margin-left: -480px;
    }

    .top-menu-item-inner span {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: -24px;
    }

    #top-menu-item-caption-3,
    #top-menu-item-caption-4,
    #top-menu-item-caption-26,
    #top-menu-item-caption-27 {
        margin-bottom: -12px;
    }
}

@media screen and (max-width: 991px) {
    .header-top-block,
    .header-top-block.logo-block {
        display: none;
    }

    .header-top-block.mobile,
    .header-top-block.active {
        display: block;
    }

    .header-top-block.header-top-block-menu {
        background-color: #ffffff;
        color: #000;
        text-align: center;
        width: 100%;
    }

    .header-top-block.header-top-block-menu a {
        color: #000000;
    }

    .header-top-block.header-top-block-menu-first {
        border-radius: 15px 15px 0 0;
    }

    .header-top-block.header-top-block-menu-last {
        border-radius: 0 0 15px 15px;
    }

    .header-top-block.logo-block.mobile {
        display: block;
        width: 40%;
    }

    .header-top-block.logo-block img {

    }

    .header-top-block.mobile .content {
        text-align: right;
    }

    .header-top-block-menu-button {
        content: "";
        display: block;
        background-image: url(/img/icon-phone.svg);
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        background-size: cover;
        float: right;
    }

    .header-top-block-menu-button.active {

    }

    .header-top-block.mobile .caption,
    .header-top-block.mobile a.header-top-block-phone{
        display: none;
    }

    .header-top-block {
        width: 60%;
    }

    .header-top-block.logo-block,
    .header-top-block {
        height: 90px;
    }

    .top-menu-block {
        margin-top: 18px;
    }

    .top-menu-item {
        width: 50%;
    }

    .top-menu-item-inner span {
        margin-bottom: -12px;
    }

    .header-top-block.logo-block {
        padding-top: 15px;
    }

    .button-red {
        padding: 14px 25px;
        width: 100%;
    }

    header {
        padding-bottom: 60px;
    }

    section.section-1 {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .header-1 {
        font-size: 24px;
        line-height: 28px;
    }

    .tab-button-red {
        text-align: left;
        padding: 14px 24px;
        font-size: 16px;

    }

    .tab-button-red span {
        display: inline;
        margin-left: 4px;
        font-size: 16px;
    }

    .tab-button-red span:before {
        content: "(";
    }

    .tab-button-red span:after {
        content: ")";
    }

    .tab-button-red,
    .tab-button-red.active,
    .tab-button-red:hover {
        border: 1px solid #ffffff;
        background: none;
    }

    .tab-button-red.active:after {
        content: "";
        display: block;
        background-image: url(/img/icon-angel-down-white.svg);
        background-position: center;
        width: 15px;
        height: 15px;
        float: right;
        margin-top: 6px;
        margin-left: 6px;
        background-repeat: no-repeat;
    }

    .tab-button-red.showed {
        border-radius: 0 0 0 0;
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
    }

    .tab-button-red.tab-button-red-1.showed {
        border-top: 1px solid #ffffff;
        border-bottom: none;
        border-radius: 15px 15px 0 0;
    }

    .tab-button-red.tab-button-red-4.showed {
        border-top: none;
        border-bottom: 1px solid #ffffff;
        border-radius: 0 0 15px 15px;
    }

    section.section-2 {
        padding: 0;
    }

    .section-2-header {
        font-size: 24px;
        line-height: 28px;
    }

    .section-2-text {
        font-size: 16px;
        line-height: 18px;
    }

    .section-2-inner img {
        position: relative;
        bottom: unset;
        top: unset;
        max-width: 100%;
    }

    section.section-3 {
        padding: 60px 0;
    }

    section.section-4 {
        background-size: 200%;
    }

    .section-4-inner {
        padding: 200px 0 30px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 70%);
    linear-gradient(180 deg, color(display-p3 1.000 1.000 1.000 / 0) 0 %, color(display-p3 1.000 1.000 1.000) 70 %);

    }

    section.section-5 {
        padding: 30px 0 60px 0;
    }

    .restore-result-ba {
        width: 50%;
    }

    section.section-price {
        padding: 30px 0 0 0;
    }

    .section-9-inner {
        padding: 150px 0 0 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 70%);
    linear-gradient(180 deg, color(display-p3 1.000 1.000 1.000 / 0) 0 %, color(display-p3 1.000 1.000 1.000) 70 %);

    }

    .section-9-header {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .section-9-text {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        font-family: "Montserrat Alternates", sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .section-10-inner {
        padding: 60px 0;
    }

    .section-11-inner-right {
        padding: 60px 0 30px 0;
    }

    .section-11-inner-left {
        30px 0 60px 0;
    }

    section.section-12 {
        padding: 30px 0 0 0;
    }

    .section-8-list-item {
        margin-bottom: 50px;
    }

    .section-3-header {
        font-size: 24px;
        text-align: center;
    }

    .section-3 img {
        margin-top: 30px;
    }

    .section-4-header {
        text-align: center;
        font-size: 24px;
        line-height: 28px;
    }

    .section-4-text {
        font-size: 14px;
        line-height: 16px;
    }

    .section-5-header {
        font-size: 24px;
        line-height: 28px;
    }

    .section-5-text {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .section-5-header-2 {
        font-size: 14px;
        line-height: 16px;
    }

    .section-5-list-item img {
        margin: 0 auto;
        display: block;
        float: none;
        margin-bottom: 20px;
    }

    .section-5-list-item-text {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }

    .section-5-list {
        margin-bottom: 30px;
    }

    .section-6-header {
        font-size: 24px;
        line-height: 28px;
    }

    .section-6-text {
        margin-bottom: 10px;
    }

    .section-6-header-2 {
        margin-bottom: 30px;
    }

    .section-6-text,
    .section-6-header-2 {
        font-size: 14px;
        line-height: 16px;
    }

    .section-6-list-item:before {
        display: block;
        float: none;
        margin: 0 auto;
        width: 56px;
        height: 56px;
    }

    .section-6-list-item-text {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        padding-top: 12px;
    }

    section.section-6 {
        padding-bottom: 50px;
    }

    .section-price-header {
        font-size: 18px;
        line-height: 22px;
    }

    .price-item {
        width: 50%;
    }

    #section-price-4 .price-item{
        width: 100%;
    }

    .price-item-header {
        font-size: 16px;
    }

    .price-item-inner {
        padding: 14px 12px;
    }

    .price-item-label {
        font-size: 12px;
        padding: 8px;
    }

    .section-7-footer {
        display: none;
    }

    section.section-8 {
        padding: 60px 0 10px 0;
    }

    .section-8-header {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .section-8-text {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 15px;
    }

    .section-8-header-2 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 46px;
    }

    section.section-9 {
        background-size: 150%;
    }

    .section-10-header {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }

    .section-10-text {
        font-size: 14px;
        line-height: 16px;
        font-family: "Montserrat Alternates", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: center;
    }

    .section-10-inner .button-red {
        margin-bottom: 40px;
    }

    .section-10-quote {
        font-size: 14px;
        line-height: 16px;
        font-family: "Montserrat Alternates", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding: 30px;
    }

    .section-11-inner-right,
    .section-11-inner-left {
        background-size: 100%;
        padding-top: 50vh;
        padding-bottom: 0;
        background-position: top;
    }

    .section-11-header {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .section-11-inner-right .container,
    .section-11-inner-left .container {
        padding-top: 20px;
        background-color: #ffffff;
    }

    .section-11-inner-right .col-lg-6,
    .section-11-inner-left .col-lg-6 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-bottom: calc(var(--bs-gutter-x) * .5);
    }

    .section-11-inner-left .section-11-inner-left-bottom,
    .section-11-inner-right .section-11-inner-right-bottom{
        padding-bottom: 30px;
    }

    .section-11-text {
        font-family: "Montserrat Alternates", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 16px;
    }

    .section-12-header {
        font-size: 24px;
        line-height: 28px;
    }

    .section-12-text {
        font-size: 16px;
        line-height: 18px;
    }

    .section-gallery {
        padding: 60px 0 30px 0;
    }

    .section-gallery-header {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 0;
    }

    section.section-review {
        padding-bottom: 0;
    }

    .section-review-header {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 10px;
    }

    .section-review-text {
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }

    .review-maps .button-red {
        margin-bottom: 30px;
    }

    .button-red {
        font-size: 16px;
    }

    footer .navbar-brand {
        display: block;
        text-align: center;
    }

    .footer-menu {
        display: block;
        text-align: center;
        float: none;
    }

    .footer-menu li {
        display: block;
        line-height: 40px;
        margin: 0;
    }

    footer .container:first-of-type {
        padding-bottom: 0;
    }

    .section-map-inner {
        max-width: 960px;
        margin-left: -480px;
    }

    .section-map-inner {
        width: 720px;
        margin-left: -360px;
    }
}

@media screen  and (max-width: 767px) {
    .top-menu-item-inner span {
        margin-bottom: -24px;
    }

    .restore-disk-result {
        margin-left: auto;
    }

    .section-map-inner {
        width: 540px;
        margin-left: -270px;
    }

    .section-map-inner-left {
        margin-top: 60px;
    }
}

@media screen  and (max-width: 575px) {
    .top-menu-item-inner span {
        font-size: 14px;
        line-height: 20px;
        padding: 0;
    }

    .section-map-inner {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .section-map-inner-left {
        width: 100%;
    }

    .modal-title {
        font-size: 18px;
    }
}
.service-item {
background: #fff;
transition: transform .25s ease;
border-radius: 20px;
}
.service-item:hover {
transform: translateY(-6px) scale(1.06);
}
.icon-wrap {
width: 70px;
height: 70px;
background: #ffffff;
border-radius: 50%;
box-shadow: 0 4px 14px rgba(0,0,0,0.12);
font-size: 32px;
transition: transform .25s ease;
}
.service-item:hover .icon-wrap {
transform: scale(1.18) translateY(-4px);
}
.price {
	background-color: var(--bd-accent);
    box-shadow: inset 0 -1px 1px rgba(var(--bs-body-color-rgb), .15), 0 .25rem 1.5rem rgba(var(--bs-body-bg-rgb), .75);
}
.nav-link {
        font-size: 16px;
        transition: 0.25s ease;
		color: #ffffff;
}
.nav-link:hover {
        transform: translateY(-2px);
        text-decoration: underline;
		color: #ffffff;
}
/* Для адаптивності */
@media (max-width: 576px) {
.nav-link {
        padding: 8px 10px !important;
        font-size: 15px;
}
}
.back-to-top {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        background: rgb(167, 0, 43);
        color: #fff;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        cursor: pointer;
        box-shadow: 0 8px 20px rgba(0,0,0,0.25);
        z-index: 999;
        opacity: 0;
        pointer-events: none;
        transform: translateY(20px);
        transition: 0.35s ease;
    }

    .back-to-top.show {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .back-to-top:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 28px rgba(0,0,0,0.35);
    }