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

body {
    font-family: 'Oswald';
    background-image: url("/img/bg1.webp");
    background-color: #151616;
    background-repeat: no-repeat;
    background-size: 120%;
    background-attachment: fixed;
    background-position-y: -200px;
}

header {
    background-color: rgba(0, 0, 0, 0.8);
}

.header-top-block {
    padding-top: 30px;
    width: 20%;
    float: left;
    height: 100px;
    color: #ffffff;
    position: relative;
}

.header-top-block-address{
    width: 38%;
}
.header-top-block-address:before,
.header-top-block-phones:before{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    float: left;
    position: absolute;
    left: -40px;
    background-repeat: no-repeat;
}
.header-top-block-address:before{
    background-image: url(/img/icons/top-map.svg);
}
.header-top-block-phones{
    width: 15%;
}
.header-top-block-phones:before{
    background-image: url(/img/icons/top-phone.svg);
}
.header-top-block-order{
    width: 17%;
    text-align: right;
}

.header-top-block.logo-block {
    height: 100px;
    color: #ffffff;
    padding-top: 20px;
    width: 30%;
}

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

.header-h1{
    margin-top: 66px;
    margin-bottom: 66px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.header-h1 span{
    color: #E31E24;
}

.header-top-block.logo-block.mobile {

}
.header-top-block-caption{
    font-size: 14px;
}
.header-top-block-text{
    overflow: hidden;
    height: 60px;
}
.header-top-block-text p{
    font-size: 18px;
    margin-bottom: 4px;
}
.header-top-block-phones a{
    color: #ffffff;
    text-decoration: none;
}

.header-top-block-phones a:hover{
    text-decoration: underline;
}

.header-top-block-more-info{
    position: absolute;
    overflow: hidden;
    height: 30px;
}
.header-top-block-address .header-top-block-more-info{
    height: 60px;
    padding-top: 10px;
}
.header-top-block-address .header-top-block-more-info span{
    display: inline-block;
    width: 46%;
    font-size: 14px;
    line-height: 20px;
}
.header-top-block-more-info-phones{
    height: 0px;
}
.header-top-block.active .header-top-block-text{
    display: none;
}
.header-top-block.active .header-top-block-more-info{
    overflow: auto;
    height: auto;
}
.header-top-block-address .more-button,
.header-top-block-phones .more-button{
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(/img/icons/arrow-down.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    right: 78px;
    cursor: pointer;
    background-size: 12px;
    background-position: center;
}
.header-top-block-phones .more-button{
    right: -5px;
}
.header-top-block-address.active .more-button,
.header-top-block-phones.active .more-button{
    background-image: url(/img/icons/arrow-up.svg);
}
.header-top-block-more-info p{
    font-size: 18px;
    margin-bottom: 4px;
}
.header-top-block-more-info p.more-info-caption{
    display: none;
}

.header-top-order-button{
    border-radius: 4px;
    border-width: 1px;
    padding-top: 16px;
    padding-right: 40px;
    padding-bottom: 16px;
    padding-left: 40px;
    display: inline-block;
    border: 1px solid #E31E24;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.header-top-order-button:hover,
.header-top-order-button:focus,
.header-top-order-button:active{
    border: 1px solid #ffffff;
    color: #ffffff;
}

.top-menu-block {

}

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

.top-menu-item-inner {
    position: relative;
    height: 170px;
    border-radius: 4px;
    border-width: 1px;
    border-style: dashed;
    border-color: #E31E24;
    backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.05);
}

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


.top-menu-item-inner img {
    position: absolute;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    top: -35px;
    left: 50%;
    margin-left: -60px;
}

.top-menu-item-inner span {
    position: absolute;
    bottom: 30px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    width: 100%;
}

#top-menu-item-caption-4,
#top-menu-item-caption-26,
#top-menu-item-caption-27 {
    margin-bottom: -15px;
}
.modal-header{
    border: none;
    padding-top: 40px;
}
.modal-title{
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.modal-header button.close {
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
    background: none;
    background-image: url(/img/icons/button-close.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: cover;
}

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

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

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

input.form-control {
    padding: 10px 18px;
    border-radius: 4px;
    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: 4px;
    padding: 16px 90px;
    background: #E31E24;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #E31E24;
}
.button-red-non-bg{
    background: none;
    padding: 15px 13px;
}

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


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

.order-button-red {
    border-radius: 15px;
    background-color: #CD3333;
    border: 1px solid #CD3333;
    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: #CD3333;
    background: none;
    border: 1px solid #CD3333;
}

section.section-1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), #000000 100%);
    padding-top: 120px;
}

section.section-2,
section.section-3,
section.section-14,
section.section-15{
    padding: 0;
    background-repeat: no-repeat;
    background-size: 50%;
    background-color:#161616;
}

section.section-2 {
    background-image: url(/img/section-2-img.webp);
    background-position: left;
}
section.section-14 {
    background-image: url(/img/section-14-img.webp);
    background-position: left;
}
section.section-3 {
    background-image: url(/img/section-3-img.webp);
    background-position: right;
}
section.section-15 {
    background-image: url(/img/section-15-img.webp);
    background-position: right;
}
section.section-4 {
    background: linear-gradient(-30deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 100%),
        url(/img/section-4-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
section.section-9,
section.section-16{
    background: linear-gradient(-30deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 100%),
    url(/img/section-4-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

section.section-5{
    background: #202020;
    padding-bottom: 80px;
}
section.section-6 {
    background-image: url(/img/section-6-bg.png);
    background-color: #E31E24;
    background-size: 50% 100%;
    background-repeat: no-repeat;
}
section.section-11 {
    background-image: url(/img/section-11-img.webp);
    background-position: center;
}
.section-6-overlay{
    background-image: url(/img/section-6-img.webp);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 500px;
}
section.section-8 {
    background-image: url(/img/section-6-bg.png);
    background-color: #E31E24;
    background-size: 50% 100%;
    background-position: right;
    background-repeat: no-repeat;
}
.section-8-overlay{
    background-image: url(/img/section-8-img.webp);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 500px;
}
.section-2-inner,
.section-3-inner,
.section-4-inner,
.section-5-inner,
.section-9-inner,
.section-14-inner,
.section-15-inner{
    padding: 50px;
}
.section-5-inner,
.section-11-inner{
    padding-top: 80px;
}
.section-11-inner{
    padding-bottom: 80px;
}
.section-3-inner,
.section-15-inner{
    padding-left: 0;
}
.section-4-inner{
    margin: 80px 0;
    text-align: center;
    background: linear-gradient(-30deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 100%),
    url(/img/section-4-inner-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border: 4px solid rgba(255,255,255,0.3);
}
.section-9-inner{
    margin: 80px 0;
    text-align: center;
    background: linear-gradient(-30deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 100%),
    url(/img/section-4-inner-img.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border: 4px solid rgba(255,255,255,0.3);
}
.section-5-inner{
    text-align: center;
}
section.section-16{
    padding: 80px 0 44px;
}
.section-6-inner,
.section-8-inner,
.section-review{
    padding: 80px 0;
}
.section-review{
    padding-bottom: 60px;
}
.section-2-header,
.section-3-header,
.section-4-header,
.section-5-header,
.section-6-header, .section-6-header-2,
.section-8-header, .section-8-header-2,
.section-9-header,
.section-11-header,
.section-14-header,
.section-15-header,
.section-16-header{
    font-weight: 400;
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
}
.section-11-header,
.section-16-header{
    text-align: center;
}
.section-16-header{
    margin-bottom: 35px;
}
.section-6-header-2,
.section-8-header-2{
    font-size: 25px;
    margin-bottom: 35px;
    text-align: center;
}
.section-6-header-2{
    margin-bottom: 15px;
}
.section-4-header span,
.section-9-header span{
    color: #E31E24;
}

.section-2-text,
.section-3-text,
.section-4-text,
.section-5-text,
.section-6-text,
.section-8-text,
.section-9-text,
.section-11-text,
.section-14-text,
.section-15-text{
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 28px;
}
.section-6-text{
    padding-right: 30px;
}

.section-8-header,
.section-8-text{
    padding-left: 30px;
}

.section-5-list-item{
    position: relative;
}
.section-5-list-item-number{
    width: 38px;
    height: 38px;
    position: absolute;
    color: #ffffff;
    background-color: #E31E24;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    left: 50%;
    margin-left: -60px;
}
.section-5-list-item img{
    border-radius: 50%;
    display: block;
    width: 122px;
    height: 122px;
    margin: 0 auto;
}
.section-5-list-item-text{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
}

.section-6-list-item,
.section-8-list-item{
    position: relative;
    background: rgba(217, 217, 217, 0.2);
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 15px 35px;
    text-align: center;
}
.section-6-list-item-number,
.section-8-list-item-number{
    width: 38px;
    height: 38px;
    position: absolute;
    color: #ffffff;
    background-color: #E31E24;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    left: -34px;
    border: 4px solid #161616;
    margin-top: -19px;
}
.section-8-list-item-number{
    right: -34px;
    left: unset;
}
.section-6-list-item-text,
.section-8-list-item-text{
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
}

section.section-price{
    padding: 60px 0;
    background-color: #111111;
}
section.section-13{
    background-color: #202020;
}
.section-price-header{
    font-weight: 400;
    font-size: 35px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.section-price-inner{
    color: #ffffff;
}
.price-item{
    margin-bottom: 30px;
}
.price-item-inner{
    backdrop-filter: blur(40px);
    background: #FFFFFF0D;
    border-radius: 4px;
    padding: 15px;
}
.price-item-header{
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    margin-right: 30px;
}
.price-item-label{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #E31E24;
    color: #E31E24;
    display: inline-block;
    padding: 6px 24px;
}

.section-price-footer-text{
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
}
.section-price-footer-text p{
    margin-bottom: 0;
}
.section-price-footer-text ul{
    margin: 0;
    padding: 0;
    column-count: 4;
}

.restore-disk-result {
    margin-top: 60px;
}

.restore-result-ba {
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.before-after{

}

.before-after img{
    width: 100%;
}

.beforeAfter {
    border-radius: 6px;
}
.beforeAfter > div:nth-child(3) {
    opacity: 1!important;
    width: 5px!important;
}
.beforeAfter > div:nth-child(3) > div > div {
    width: 26px!important;
    height: 48px!important;
    border-radius: 15px!important;
}

.section-16-list-item{
    position: relative;
    padding: 20px;
    backdrop-filter: blur(40px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    margin-bottom: 30px;
    min-height: 160px;
}
.section-16-list-item-icon{
    border-radius: 50%;
    border: 1px dashed #E31E24;
    width: 120px;
    height: 120px;
    text-align: center;
    line-height: 118px;
    float: left;
    margin-right: 42px;
}
.section-16-list-item-icon img{
    display: inline-block;
    width: 58px;
}
.section-16-list-item-header{
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 15px;
}
.section-16-list-item-text{
    font-weight: 200;
    font-size: 18px;
    color: #ffffff;
}
.section-16-list-item-number{
    top: 20px;
    right: 20px;
    position: absolute;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #E31E24;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    line-height: 38px;
}

section.section-map {
    overflow: hidden;
    height: 600px;
    position: relative;
    background-color: #151616;
}

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

.section-map-inner-left {
    background-color: #ffffff;
    border-radius: 15px;
    display: inline-block;
    margin-top: 100px;
    min-width: 300px;
    padding: 20px;
}
.section-map-inner-left-phone,
.section-map-inner-left-address,
.section-map-inner-left-time {
    font-weight: 400;
    font-size: 18px;
    color: #171717;
    padding-left: 46px;
    margin-bottom: 20px;
}

.section-map-inner-left-phone span,
.section-map-inner-left-address span,
.section-map-inner-left-time span {
    font-weight: 400;
    font-size: 14px;
}

.section-map-inner-left-phone p,
.section-map-inner-left-address p{
    margin-bottom: 0;
}

.section-map-inner-left-phone a,
.section-map-inner-left-address a{
    color: #000000;
    text-decoration: none;
}

.section-map-inner-left-phone a:hover,
.section-map-inner-left-address a:hover{
    text-decoration: underline;
}

.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: #E3E3E3;
    border-radius: 7px;
    float: left;
    margin-left: -46px;
    background-repeat: no-repeat;
    background-position: center;
}

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

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

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

.section-map-inner-left-social ul{
    list-style: none;
}
.section-map-inner-left-social li{
    display: inline-block;
}
.section-map-inner-left-social li a{
    display: block;
    width: 40px;
    height: 40px;
}
.section-map-inner-left-social li a.instagram{
    background-image: url('/img/icons/icon-social-instagram.svg');
}
.section-map-inner-left-social li a.tiktok{
    background-image: url('/img/icons/icon-social-tiktok.svg');
}
.section-map-inner-left-social li a.telegram{
    background-image: url('/img/icons/icon-social-telegram.svg');
}

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

.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 {
    padding-bottom: 60px;
    background-color: #151616;
}
section.section-address{
    background-color: #151616;
    padding-bottom: 60px;
}
.section-address-item{
    padding: 0 15px;
}
.section-address-item img{
    width: 100%;
}
.section-address-item-title{
    background-color: #ffffff;
    color: #000000;
    padding: 10px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.section-address-item a.button-red{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}

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

.section-review-header {
    color: #ffffff;
    font-weight: 400;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}

.section-review-text {
    color: #171717;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
.review-slider.slick-slider{
    margin-top: 0;
}
.review-item {
    padding: 50px 15px 15px;

}

.review-item-inner {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(40px);
    position: relative;
    padding: 56px 15px 20px;
}

.review-item-inner img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -50px;
    top: -50px;
}

.review-item-title {
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.review-item-stars{
    margin: 0 auto;
    width: 116px;
}
.review-item-star{
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('/img/icons/star-icon.svg');
    background-size: cover;
}
.review-item-text {
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    min-height: 110px;
}

.full-width {
    width: 100%;
}

footer {
    background: linear-gradient(-30deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 100%),
    url(/img/footer-bg.webp);
    padding: 20px 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;
    text-align: center;
    padding-left: 0;
    margin-top: 30px;
}

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

.footer-menu li:first-of-type{
    margin-left: 0;
}

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

.footer-menu li a:hover {
    text-decoration: underline;
}
.go-top{
    background-image: url(/img/icons/arrow-up.svg);
    background-color: #CD3333;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    border-radius: 4px;
    border: 1px solid #CD3333;
    margin-top: 20px;
}
.go-top:hover{
    background-color: rgba(0,0,0,0);
}

.tab-button-red {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 16px;
    border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.tab-button-red.active, .tab-button-red:hover {
    color: #E31E24;
    border-bottom: 4px solid #E31E24;
}

.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: 15px;
    padding: 18px;
    position: relative;
}

.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: #CD3333;
}

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

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

.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: #CD3333;
}

.tab-item-body-item-content {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    text-align: center;
    color: #171717;
}

.tab table {
    width: 100%;
    border-collapse: collapse;
    color: #222;
    background-color: #ffffff;
    font-size: 16px;
}

.tab table th, td {
    padding: 14px 16px;
    text-align: center;
    font-size: 16px;
}

.tab table th:first-child,
.tab table td:first-child {
    text-align: left;
    font-weight: bold;
}

.tab table thead th {
    font-weight: bold;
    border-bottom: 2px solid #e30613;
}

.tab table tbody tr {
    border-bottom: 1px solid #c0c0c0;
}

.tab table tbody tr:last-child {
    border-bottom: none;
}

.notes{
    padding: 0;
    margin-top: 30px;
    margin-bottom: 80px;
}
.notes-inner{
    padding: 24px 0;
    border-left: 4px solid #E31E24;
    background: #282828;
}
.notes p{
    color: #ffffff;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0;
}
.notes p.notes-caption{
    font-size: 18px;
    font-weight: 600;
}
.notes p.notes-check{
    margin-top: 12px;
    font-size: 14px;
}
.notes p.notes-check:before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 0 4px;
    margin-right: 5px;
}
.notes p.notes-check-red:before{
    background-image: url('/img/icons/check-red.svg');
}
ul.list-check{
    list-style: none;
}
ul.list-check li{
    margin-top: 12px;
    font-size: 14px;
}
ul.list-check li:before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 0 4px;
    margin-right: 5px;
}
ul.list-check.list-check-red li:before{
    background-image: url('/img/icons/check-red.svg');
}

.header-1 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 35px;
    text-transform: uppercase;
}

/* Slider */
.slick-slider {
    position: relative;
    margin-top: 45px;
    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;
}

.gallery-slider img {
    display: block;
    max-width: 100%;
    border-radius: 4px;
}

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

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

.gallery-slider  .slick-slide{
    padding: 15px;
}
.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-initialized .slick-slide {
    display: block;
}

.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;
    border: 1px solid #161616;
    border-radius: 4px;
    padding: 20px;
}

.calendar .header .month-year {
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    padding-bottom: 10px;
}

.calendar-change-month {
    border: none;
    background: none;
    background-size: cover;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    font-size: 0;
}

.calendar-prev-month {
    float: left;
    background-image: url('/img/icons/arrow-left.svg');
}

.calendar-next-month {
    float: right;
    background-image: url('/img/icons/arrow-right.svg');
}

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

.calendar .days .day_name {
    width: calc(100% / 7);
    font-weight: 500;
    font-size: 12px;
    color: #5c5c5c;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
}

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

.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    padding: 10px;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

.calendar .days .day_num span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
}

.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) {

}

.calendar .days .day_num.ignore {
    color: #cfd2d4;
    cursor: inherit;
}

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

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

.order-form-caption,
.callback-form-caption{
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.order-form-caption span,
.callback-form-caption span{
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    background-color: #E31E24;
    text-align: center;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 12px;
}

.order-address-select {
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #161616;
    text-decoration: none;
    padding: 6px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 12px;
    width: 46%;
    font-weight: 400;
    font-size: 16px;
}

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

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

.order-time-item:hover,
.order-time-item.active {
    background-color: #E31E24;
    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;
}

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

.mobile-show,
.header-top-block-phones .more-button.mobile-show{
    display: none;
}
.modal-content{
    border-radius: 4px;
}

@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) {

}

@media screen  and (max-width: 767px) {

}

@media screen  and (max-width: 575px) {
    .desktop-show{
        display: none;
    }
    body,
    header,
    section.section-1{
        background: #161616;
    }
    .col-xs-6 {
        position: relative;
        min-height: 1px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        width: 50%;
        float: left;
    }
    .header-top-block{
        height: 70px!important;
    }
    .header-top-block.logo-block img{
        width: 84px;
    }
    .header-top-block-text{
        height: 30px;
    }
    .header-top-block.active .header-top-block-more-info{
        position: fixed;
        overflow: auto;
        height: auto;
        z-index: 99;
        background: #ffffff;
        color: #000000;
        left: 5%;
        top: 80px;
        width: 90%;
        text-align: center;border-radius: 4px;
    }
    .header-top-block-more-info-phones a{
        color: #000000;
    }
    .header-top-block-more-info-phones .button-red{
        width: 270px;
        margin: 30px auto 30px;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        color: #ffffff;
    }
    .header-top-block.active .header-top-block-more-info .mobile-show{
        display: block;
    }
    .header-top-block.active .header-top-block-text{
        display: block;
    }
    .header-top-block.active .header-top-block-more-info .more-info-caption{
        display: block;
        font-size: 14px;
        margin-top: 30px;
        margin-bottom: 4px;
    }
    .header-top-block-address{
        display: none;
    }
    .header-top-block-phones{
        width: 170px;
        float: right;
    }
    .header-top-block-phones .more-button{
        top: 28px;
        right: 0px;
    }
    .header-top-block-phones .more-button.mobile-show{
        display: block;
    }
    .header-top-block-caption{
        display: none;
    }
    .header-top-block-order{
        display: none;
    }
    section.section-2,
    section.section-3,
    section.section-14{
        background: none;
        text-align: center;
    }
    section.section-14 {
        background-color: #202020;
    }
    section.section-5{
        padding-top: 0;
        padding-bottom: 0;
    }
    section.section-6{
        background: none;
    }
    section.section-15{
        background: none;
        text-align: center;
    }
    section.section-16,
    section.section-review{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    section.section-price{
        padding: 30px 0;
    }
    section.section-10.section-price{
        background-color: #202020;
    }
    .section-6-overlay{
        background: none;
    }
    section.section-8{
        background-image: none;
        background-color: #151616;
    }
    section.section-8 .mobile-show{
        display: block;
        background-image: url(/img/section-8-img.webp);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
    section.section-15 .mobile-show {
        overflow: hidden;
        height: 200px;
        display: block;
        padding: 0;
    }
    section.section-15 .mobile-show img{
        width: 100%;
    }
    .section-6-inner-1{
        background-image: url(/img/section-6-img.webp);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        padding-bottom: 180px;
    }
    .section-6-inner-2{
        background: #E31E24;
    }
    .section-2-inner,
    .section-3-inner,
    .section-4-inner,
    .section-5-inner,
    .section-6-inner,
    .section-7-inner,
    .section-8-inner,
    .section-9-inner,
    .section-11-inner,
    .section-14-inner,
    .section-15-inner{
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .section-4-inner{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .section-8-inner{
        padding-left: 0;
        padding-right: 0;
    }
    .section-9-inner{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .section-8-overlay{
        background-image: none;
    }
    section.section-8 .mobile-red{
        background-color: #E31E24;
    }
    .header-h1,
    .header-1,
    .section-2-header,
    .section-3-header,
    .section-4-header,
    .section-5-header,
    .section-6-header,
    .section-price-header,
    .section-8-header,
    .section-8-header-2,
    .section-9-header,
    .section-11-header,
    .section-14-header,
    .section-15-header,
    .section-16-header,
    .section-review-header{
        font-size: 24px;
        line-height: 34px;
        margin-top: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .header-h1{
        margin-top: 10px;
    }
    .header-h1 span{
        display: block;
    }
    .section-8-header,
    .section-8-text{
        padding-left: 0;
        text-align: center;
    }
    .section-2-text,
    .section-3-text,
    .section-4-text,
    .section-5-text,
    .section-6-text{
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .section-5-text{
        margin-bottom: 0;
    }
    .section-6-text{
        text-align: center;
        margin-bottom: 0;
        padding-right: 0;
    }
    .section-11-text,
    .section-14-text{
        margin-top: 0;
        text-align: center;
    }
    .section-4-text br,
    .section-price-header br{
        display: none;
    }
    .section-5-list-item-text{
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    .restore-disk-result{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .restore-disk-result-2{
        display: none;
    }
    .restore-result-ba{
        font-weight: 400;
        font-size: 14px;
        text-align: center;
        text-transform: uppercase;
    }
    .top-menu-block{
        margin-bottom: 20px;
    }
    .top-menu-item{
        padding: 10px;
        margin-bottom: 0;
    }
    .top-menu-item-inner{
        height: 110px;
    }
    .top-menu-item-inner img{
        width: 80px;
        height: 80px;
        top: -15px;
        margin-left: -40px;
    }
    .top-menu-item-inner span{
        font-size: 14px;
    }
    .top-menu-item-inner span.top-menu-item-caption{
        margin-bottom: 0!important;
        bottom: 15px;
    }
    section.section-1{
        padding-top: 30px;
    }
    .tabs {
        overflow-x: scroll;
        margin-top: 20px;
    }
    .tab-button-red{
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        padding-bottom: 0;
        display: block;
        border: none;
    }
    .tab-button-red.active,
    .tab-button-red:hover{
        border: none;
        color: #ffffff;
    }
    .tab-button-red.opened,
    .tab-button-red.showed{
        margin-bottom: 10px;
    }
    .tab-button-red.active{
        background-image: url(/img/icons/arrow-down.svg);
        background-size: 12px 12px;
        background-position: right center;
        background-repeat: no-repeat;
    }
    .tab-button-red.active.opened{
        background-image: url(/img/icons/arrow-up.svg);
    }
    .tabs-select{
        position: relative;
        height: 60px;
    }
    .tabs-select-inner{
        border: 1px solid #FFFFFF;
        padding: 8px 14px;
        background: #161616;
        border-radius: 4px;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        z-index: 99;
    }
    .tabs-select-inner .col-lg-4{
        padding: 0;
    }
    .tabs .tab{

    }
    .notes{
        margin-top: 60px;
        margin-bottom: 40px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    section.section-2 div.mobile-show,
    section.section-3 div.mobile-show{
        display: block;
        width: 100%;
        overflow: hidden;
        height: 220px;
    }
    section.section-2 div.mobile-show img{
        width: 190%;
        margin-left: -30%;
    }
    section.section-3 div.mobile-show img{
        width: 100%;
    }
    .section-14-inner-1{
        padding: 0;
        overflow: hidden;
        height: 200px;
    }
    .section-14-inner-1 img.mobile-show{
        display: block;
        width: 100%;
    }
    ul.list-check{
        text-align: left;
    }
    ul.list-check li{
        font-weight: 300;
        font-size: 18px;
        line-height: 30px;
    }
    ul.list-check li:before{
        margin-right: 12px;
    }
    .section-8-list-item{
        text-align: left;
        padding: 15px 15px 15px 70px;
    }
    .section-8-list-item-number{
        right: unset;
        left: 15px;
    }
    .section-6-list-item{
        margin-left: 28px;
    }
    .section-6-list-item-number{
        left: -28px;
    }
    .price-item{
        margin-bottom: 15px;
    }
    .price-item-header{
        font-size: 16px;
        margin-right: 15px;
        display: inline-block;
    }
    .price-item-label{
        padding: 4px 16px;
        display: inline-block;
        font-size: 13px;
    }
    .section-price-footer{
        margin-top: 15px;
    }
    .section-price-footer-text ul{
        column-count: 1;
    }
    .section-16-list-item-icon{
        margin-right: 12px;
    }
    .section-16-list-item-text{
        font-size: 14px;
    }
    .section-16-list-item-number{
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .slick-slider.gallery-slider{
        margin-top: 0;
    }
    .gallery-slider img{
        border-radius: 2px;
    }
    section.section-map{
        height: 800px;
    }
    section.section-map iframe{
        margin-top: -140px;
    }
    .section-map-inner{
        width: 100%;
        margin-left: 0;
        position: relative;
        left: 0;
        padding: 0;
    }
    .section-map-inner-left{
        min-width: 100%;
        margin-top: 0;
        border-radius: 0;
    }
    .section-review-head{
        margin-bottom: 0;
    }
    .review-item-inner img{
        width: 80px;
        height: 80px;
        margin-left: -40px;
        top: -30px;
    }
    .review-item-title{
        font-size: 16px;
    }
    .review-item-stars{
        width: 78px;
    }
    .review-item-star{
        width: 12px;
        height: 12px;
    }
    .review-item-text{
        font-size: 14px;
        min-height: 70px;
    }
    .address-slider.slick-slider{
        margin-top: 0;
    }
    footer{
        background: #1b1b1b;
    }
    .go-top{
        display: none;
    }
    .go-top.mobile-show{
        display: block;
    }
    .footer-menu{
        text-align: left;
        column-count: 2;
    }
    .footer-menu li,
    .footer-menu li:first-of-type{
        display: block;
        margin-left: 60px;
        margin-bottom: 16px;
        margin-bottom: 16px;
    }
    .modal-title{
        font-size: 24px;
    }
    .order-address-select{
        width: 100%;
    }
}