/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

body {
    font-family: "Montserrat";
    font-size: 16px;
    color: black;
}

.skip-link {
    display: none;
}

svg {
        max-width: 100%;
        max-height: 100%;
    }

h1, h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 111.4%;
}

h3 {
    font-weight: 700;
    font-size: 34px;
}

h4 {
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
}

h5 {
    font-size: 22px;
    font-weight: bold;
}

@media (min-width: 1250px) {
    .container {
        width: 1200px !important;
        max-width: 1200px !important;
    }
}

@media (max-width: 1249px) {
    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
}

.btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn.btn-orange {
    background: -o-linear-gradient(left, #FE5800 1.24%, #FF7B00 96.78%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1.24%, #FE5800), color-stop(96.78%, #FF7B00));
    background: linear-gradient(90deg, #FE5800 1.24%, #FF7B00 96.78%);
    color: white;
}

.btn.btn-orange:hover, .btn.btn-orange:focus {
    background: -o-linear-gradient(left, #FF3D00 1.24%, #FF7A00 96.78%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1.24%, #FF3D00), color-stop(96.78%, #FF7A00));
    background: linear-gradient(90deg, #FF3D00 1.24%, #FF7A00 96.78%);
    color: white;
}


.btn.btn-orange-hover {
    color: #FF4D00;
    border: 1px solid #FF4D00;
}

.btn.btn-orange-hover:hover, .btn.btn-orange-hover:focus {
    background: -o-linear-gradient(left, #FE5800 1.24%, #FF7A00 96.78%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1.24%, #FE5800), color-stop(96.78%, #FF7A00));
    background: linear-gradient(90deg, #FE5800 1.24%, #FF7A00 96.78%);
    color: white;
    border: 0;
    margin: 1px;
}

.btn.btn-gray {
    background: -o-linear-gradient(right, #C4C4C4 0%, #B6B6B6 100%);
    background: -webkit-gradient(linear, right top, left top, from(#C4C4C4), to(#B6B6B6));
    background: linear-gradient(270deg, #C4C4C4 0%, #B6B6B6 100%);
    color: white;
}

.btn.btn-transparent {
    border: 1px solid #FFFFFF;
}

.btn.btn-transparent:hover, .btn.btn-transparent:focus {
    background: rgba(255, 255, 255, 0.13);
}

.block-title {
    padding: 40px 0;
}

span {
    color: #FE5900;
}

.img-mask {
    -webkit-mask-image: url(../img/mask.svg);
            mask-image: url(../img/mask.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    padding-bottom: 100.7%;
    position: relative;
}

.img-mask > div, .img-mask > img {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}


/* Pagination */

.pagination .page-item .page-link {
    border-radius: 50% !important; 
    width: 43px;
    height: 43px;
    font-size: 16px;
    border: none;
    -webkit-box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.12);
    color: black;
}

.pagination .page-item + .page-item {
    margin-left: 15px;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link, .pagination .page-item:focus .page-link {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FE5E00;
    border: none;
    color: white;
    outline: none;
}

@media (max-width: 991px) {
    h1 {
        font-size: 22px;
    }
    
    h2 {
        font-size: 18px;
    }
    
    
    .block-title {
        padding: 30px 0;
    }
}


/* Navbar */

.navbar {
    background: white !important;
    padding: 0;
}

#navbar-contacts .contact-item .icon {
    padding: 0 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#navbar-contacts .contact-item .text {
    font-weight: 500;
    font-size: 14px;
}

#navbar-contacts .contact-item .text p {
    margin: 0;
}

#navbar-top {
    padding-top: 20px;
    padding-bottom: 20px;
}

#navbar-top #phone {
    font-size: 17px;
}

#navbar-top #phone .icon svg, #navbar-top #phone .icon path {
    fill: black;
}

#navbar-top #callback-button {
    background:  -o-linear-gradient(left, #FE6200 2.58%, #FF7A00 99.79%) !important;
    background:  -webkit-gradient(linear, left top, right top, color-stop(2.58%, #FE6200), color-stop(99.79%, #FF7A00)) !important;
    background:  linear-gradient(90deg, #FE6200 2.58%, #FF7A00 99.79%) !important;
    font-size: 13px !important;
    line-height: 134.75% !important;
}


#navbar-top .navbar-brand {
    padding: 0;
    font-family: "JejuMyeongjo";
    font-size: 28px;
    text-transform: uppercase;
}

#navbar-top #callback-button {
    background: -o-linear-gradient(left, #FE6200 2.58%, #FF9B00 99.79%);
    background: -webkit-gradient(linear, left top, right top, color-stop(2.58%, #FE6200), color-stop(99.79%, #FF9B00));
    background: linear-gradient(90deg, #FE6200 2.58%, #FF9B00 99.79%);
    border-radius: 5px;
    border: 0;
    font-family: "AvenirNextCyr-Medium";
    font-size: 14px;
    padding: 12px 25px;
}

#navbar-top .navbar-toggle {
    cursor: pointer;
}

#navbar-top .navbar-toggle .icon-bar {
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    background-color: black;
    display: none;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

#navbar-top .navbar-toggle.active {
  /*  margin-top: 14px; */
}

#navbar-top .navbar-toggle.active .icon-bar {
   /* background-color: white;*/
	background-color: black;
}

#navbar-top .navbar-toggle.active .icon-bar#first {
    -webkit-transform: translateY(0px) translateX(0) rotate(45deg);
    -ms-transform: translateY(0px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg);
}

#navbar-top .navbar-toggle.active .icon-bar#second {
    opacity: 0;
}

#navbar-top #phone a, #navbar-top #phone a:hover, #navbar-top #phone  a:focus {
    color: black;
    text-decoration: none;
}

#navbar-top .navbar-toggle.active .icon-bar#third {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-12px) translateX(0) rotate(-45deg);
    transform: translateY(-5px) translateX(0) rotate(-45deg);
}

#navbar-top .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

#navbar-nav {
    width: 100%;
    background: #333;
}

#navbar-nav .nav-item a {
    color: white;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

#navbar-nav .nav-item a span {
    color: white;
}

#navbar-nav .nav-item + .nav-item {
    margin-left: 15px;
}

#responsive-menu {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100% !important;
    height: 100% !important;
    display: none;
    z-index: 99998;
}

#responsive-menu .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}

#responsive-menu .navbar-nav a {
    color: white;
    font-size: 17px;
    font-weight: 600;
}

#responsive-menu .navbar-nav a span {
    color: white;
}

@media (min-width: 991px) {
    .slide-block .btn-group .btn {
        width: 50%;
        max-width: 50%;
    }
    
    .slide-block .btn-group {
        width: 100%;
        max-width: 500px;
    }
    
    .slide-block .btn-group .btn + .btn {
        margin-left: 20px;
    }
    
}

@media (max-width: 991px) {
 /*   #main-block #navbar-top #phone .icon svg, #main-block #navbar-top #phone .icon path {
        fill: white;
    }
    
    #main-block #navbar-top .navbar-toggle .icon-bar {
        background-color: white;
    }*/
    
    #navbar-top .navbar-toggle.active {
        z-index: 99999;
    }
    .navbar {
        -webkit-box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.13);
                box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.13);
        background: #F2F2F2 !important;
        color: black;
    }
    
    .navbar a {
        color: black;
        text-align: none;
    }
    
 /*   #main-block .navbar {
        background: none !important;
        color: white !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
    }
    */
   /* #main-block .navbar a {
        color: white;
        text-decoration: none;
    }*/
    
    .navbar #navbar-top {
        width: 100%;
        position: relative;
    }
    
    .navbar #navbar-top .navbar-toggle {
        z-index: 99999;
    }
    
    .navbar #navbar-top .navbar-brand,  .navbar #navbar-top #navbar-contacts #work-time, .navbar #navbar-top #navbar-contacts #address, .navbar #navbar-top #callback-button {
        display: none !important;
    }
    
    .navbar #navbar-top #navbar-contacts {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    #navbar-top .navbar-toggle .icon-bar {
        display: block;
    }
    
    #navbar-nav {
        display: none;
    }
}

@media (max-width: 400px) {
    #main-block {
        min-height: 650px;
    }
}



/* Main block */



#main-block {
    height: 100vh;
    overflow: hidden;
}

.slide-block {
    position: relative;
}

.slide-block .slide-block-container {
    position: relative;
    height: 100%;
}

.slide-block .background {
    z-index: -1;
}

.slide-block .background, .slide-block .background div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-block #front-image {
    position: absolute;
    width: 55%;
    right: 0;
    top: 0;
    height: 100%;
}

.slide-block #front-image .shadow {
    position: absolute;
    width: 140%;
    height: 100%;
    background: -o-radial-gradient(circle, rgba(254,122,0,0.4) 0%, rgba(2,0,36,0) 69%);
    background: radial-gradient(circle, rgba(254,122,0,0.4) 0%, rgba(2,0,36,0) 69%);
    z-index: -1;
    left: -10%;
}

.slide-block #front-image img {
    width: 100%;
    max-height: 95%;
    -o-object-fit: contain;
       object-fit: contain;
}

.slide-block .slide-block-container .content {
    color: white;
    width: 60%;
}

.slide-block .slide-block-container .content .title {
    padding-bottom: 30px;
    
}

.slide-block .slide-block-container .content .title p {
    margin: 0;
}

.slide-block .slide-block-container .content .title span {
    color: #FE5900;
}

.slide-block .slide-block-container .content .items {
    margin-bottom: 40px;
    max-width: 500px;
}

.slide-block .slide-block-container .content .items .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 10px;
}

.slide-block .slide-block-container .content .items .icon svg, .slide-block .slide-block-container .content .items .icon path{
    fill: white;
}

.slide-block .slide-block-container .content .items .item .item-content p {
    margin: 0;
}

.slide-block .slide-block-container .content .items .item + .item {
    margin-top: 10px;
}

.slide-block .slide-block-container .content .btn-group .btn {
    color: white;
    border-radius: 5px;
    padding: 15px 35px;
}

.slide-block .slide-block-container .content .btn-group .btn + .btn{
    margin-left: 30px;
}



.slide-block .background #bg-1 {
    z-index: -5;
}

.slide-block .background #bg-2 {
    z-index: -4;
}

.slide-block .background #bg-3 {
    z-index: -3;
}

#main-block .background #bg-1 {
    background-color: #424242;
}

#main-block .background #bg-2 {
    background: -o-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), -o-radial-gradient(69.65% 59.46%, 65.9% 239.18%, #464646 0%, #000000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0))), radial-gradient(65.9% 239.18% at 69.65% 59.46%, #464646 0%, #000000 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(65.9% 239.18% at 69.65% 59.46%, #464646 0%, #000000 100%);
}

#main-block .background #bg-3 {
    background: -o-linear-gradient(357.27deg, #232323 -0.26%, rgba(133, 133, 133, 0.29) 56.06%, rgba(255, 255, 255, 0) 96.28%), url(../img/images/bgimage.jpg);
    background: linear-gradient(92.73deg, #232323 -0.26%, rgba(133, 133, 133, 0.29) 56.06%, rgba(255, 255, 255, 0) 96.28%), url(../img/images/bgimage.jpg);
}

#main-block.landing-page #bg-1 {
    background: -o-linear-gradient(0.71deg, #000000 4.57%, rgba(0, 0, 0, 0) 60.19%);
    background: linear-gradient(89.29deg, #000000 4.57%, rgba(0, 0, 0, 0) 60.19%);
}

.slide-block .background > div {
    mix-blend-mode: multiply;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.slide-block-container > .container { 
    position: relative;
}

.slide-block-container .content {
    padding: 120px 0;
}

#slide-block-1 #bg-1 {
    background: -o-linear-gradient(0.71deg, #000000 4.57%, rgba(0, 0, 0, 0) 52.19%);
    background: linear-gradient(89.29deg, #000000 4.57%, rgba(0, 0, 0, 0) 52.19%);
}

#slide-block-1 #bg-2 {
    background-image: url(../img/images/bgimage2.jpg);
}

#slide-block-2 #bg-1 {
    background: -o-linear-gradient(359.4deg, #2E2E2E 0.67%, rgba(133, 133, 133, 0.29) 40.35%, rgba(255, 255, 255, 0) 68.68%, rgba(249, 249, 249, 0.0137278) 68.68%);
    background: linear-gradient(90.6deg, #2E2E2E 0.67%, rgba(133, 133, 133, 0.29) 40.35%, rgba(255, 255, 255, 0) 68.68%, rgba(249, 249, 249, 0.0137278) 68.68%)
}

#slide-block-2 #bg-2 {
    background-image: url(../img/images/imgback3.jpg);
}

#slide-block-2 #bg-3 {
    background: #424242
}
@media (max-width: 991px) {
    #slide-block-1 #front-image img {
        max-height: 40vh !important;
    }
    .slide-block .title {
        text-align: center;
        padding-bottom: 20px;
    }
    
    #main-block .title {
        padding-bottom: 10px;
    }
    
    .slide-block .slide-block-container .content {
        width: 100%;
        padding: 30px 0;
    }
    
    .slide-block .slide-block-container .content .items {
        margin-bottom: 20px;
    }
    
    .slide-block #front-image {
        position: static;
        width: 90%;
        margin: 0 auto;
        
    }
    
    .slide-block #front-image img {
        max-height: 30vh;
    }
    .slide-block #front-image .shadow {
        width: 120%;
        opacity: .8;
        
        top: -30%;
        left: 25%;
    }
    
    .slide-block {
        font-size: 15px;
    }
    
    .slide-block .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    
    .slide-block .btn-group .btn + .btn {
        margin: 20px 0 0 0 !important;
    }
    
    #slide-block-1 .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 0;
    }
    
    #slide-block-1 #front-image {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    
    #slide-block-1 #bg-1 {
        background: #424242;
    }
    
    #slide-block-1 .content .btn-group {
        margin-bottom: 16px;
    }
    
    #slide-block-2 .items {
        text-align: center;
    }
    
    #slide-block-2 #bg-1 {
        background: -o-linear-gradient(359.4deg, #2E2E2E 0.67%, rgba(133, 133, 133, 0.29) 40.35%, rgba(255, 255, 255, 0) 68.68%, rgba(249, 249, 249, 0.0137278) 68.68%);
        background: linear-gradient(90.6deg, #2E2E2E 0.67%, rgba(133, 133, 133, 0.29) 40.35%, rgba(255, 255, 255, 0) 68.68%, rgba(249, 249, 249, 0.0137278) 68.68%);
        background-size: 150% !important;
    }
    
    #main-block.landing-page #bg-1 {
        background: rgba(0,0,0,0.65) !important;
    }
}

#slide-block-2 .content .items, #slide-block-2 .content .btn-group {
    max-width: 600px;
}

/* Services block */



#services-block .services-list-top, #services-block .services-list {
    margin: 0 -5px;
}

#services-block .services-list .item, #services-block .services-list-top .item {
    width: 20%;
    padding: 5px;
}

#services-block .services-list .item.large, #services-block .services-list-top .item.large {
    width: 40%;
}

#services-block .services-list-top {
    padding-bottom: 50px;
}

#services-block .services-list-top p {
    margin: 0;
}

#services-block .services-list-top .number {
    font-weight: 800;
    color: #BBC0C7;
    font-size: 60px;
    line-height: 50px;
    padding-right: 5px;
}

#services-block .services-list-top .number + .text {
    font-size: 16px;
    text-transform: uppercase;
}

#services-block .services-list-top .line-left {
    border-left: 4px solid #FE5A00;
    padding-left: 8px;
}

#services-block .services-list-top .btn {
    width: 100%;
    padding: 13px 20px;
}

#services-block .services-list .item .image {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

#services-block .services-list .item .title {
    text-decoration: none !important;
    color: white;
    font-size: 14px;
    padding: 15px 10px;
    background: -o-linear-gradient(left, #FE5A00 0%, #FF9A00 100%);
    background: -webkit-gradient(linear, left top, right top, from(#FE5A00), to(#FF9A00));
    background: linear-gradient(90deg, #FE5A00 0%, #FF9A00 100%);
}

#services-block .services-list .item {
    text-decoration: none !important;
}

#services-block .services-list .item .icon {
    display: none;
}

#services-block .services-list {
    padding-bottom: 50px;
}

#services-block {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
 
    #services-block .services-list-top {
        display: none !important;
    }
    
    #services-block .services-list {
        padding-bottom: 30px;
        margin: 0 -15px;
    }
    
    #services-block .services-list .item {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.13);
                box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.13);
        padding: 15px 30px;
    }
    
    #services-block .services-list .item .image {
        display: none;
    }
    
    #services-block .services-list .item .icon {
        width: 50px;
        min-width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    #services-block .services-list .item .icon svg, #services-block .services-list .item .icon path {
        fill: #FE5900;
    }
    
    #services-block .services-list .item .title {
        background: white;
        color: black;
    }
    
}

/* About-block */

#about-block {
    padding: 90px 0;
}

#about-block .content h2 {
    padding-bottom: 25px;
    margin: 0;
}

#about-block .content h2 p {
    margin: 0;
}

#about-block .content p {
    margin-bottom: 15px;
}

#about-block .content .item {
    padding: 15px 0;
}

#about-block .content .item .icon, #about-block .content .item .icon img {
    width: 50px;
    min-width: 50px;
    height: 50px;
}

#about-block .content .item .title {
    font-size: 15px;
    font-weight: 600;
    padding-left: 15px;
}

@media (max-width: 991px) {
    #about-block {
        padding: 50px 0;
        text-align: center;
    }
    
    #about-block .about-block-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        overflow: hidden;
    }
    
    #about-block .items {
        display: none;
    }
}

/* Zoom-slider */

#portfolio-slider {
    padding-bottom: 90px;
}

.zoom-slider {
    position: relative;
}

.zoom-slider .carousel-control {
    width: 60px;
    height: 60px;
    background: -o-linear-gradient(top, #FE5E00 0%, #FE5E00 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FE5E00), to(#FE5E00));
    background: linear-gradient(180deg, #FE5E00 0%, #FE5E00 100%);
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.44);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.44);
    opacity: 1;
    border-radius: 50%;
    top: 50%;
    margin-top: -30px;
}

#portfolio-slider .carousel-control.carousel-control-prev svg {
    position: relative;
    left: -2px;
}

#portfolio-slider .carousel-control.carousel-control-next svg {
    position: relative;
    left: 2px;
}

.zoom-slider .carousel-control-prev {
    left: 25%;
    margin-left: -30px;
}

.zoom-slider .carousel-control-next {
    right: 25%;
    margin-right: -30px;
}

.zoom-slider .items {
    overflow: hidden;
    position: relative;
    padding-bottom: 28.125%;
}

.zoom-slider .items .items-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zoom-slider .items .item {
    display: none;
    width: 50%;
    min-width: 50%;
    padding: 0 70px;
    position: absolute;
    margin: 0;
}

.zoom-slider .items .item.prev {
    left: -25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.zoom-slider .items .item.current {
    left: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.zoom-slider .items .item.next {
    right: -25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.zoom-slider .items .item.current {
    padding: 0;
}

.zoom-slider .items .item a {
    display: block;
    width: 100%;
}

.zoom-slider .items .item .slide-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.zoom-slider .items .item .slide-container > .slide-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    border-radius: 13px;
    -o-object-fit: cover;
       object-fit: cover;
}

@media (max-width: 991px) {
    .zoom-slider .items .item {
        width: 80%;
        min-width: 80%;
        padding: 0 20px;
    }  
    
    .zoom-slider .items .item.prev {
        left: -70%;
    }
    
    .zoom-slider .items .item.current {
        left: 10%;
    }
    
    .zoom-slider .items .item.next {
        right: -70%;
    }
    
    .zoom-slider .carousel-control-prev {
        left: 10%;
    }
    
    .zoom-slider .carousel-control-next {
        right: 10%;
    }
    
    .zoom-slider .items {
        padding-bottom: 45%;
    }
}


/* Faq */

#faq-block {
    position: relative;
    color: white;
    padding-bottom: 90px;
}

#faq-block .background, #faq-block .background div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#faq-block .background > div {
    mix-blend-mode: multiply;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

#faq-block .background #bg-1 {
    z-index: -5;
    background: -o-linear-gradient(359.4deg, #2E2E2E 0.67%, rgba(133, 133, 133, 0.29) 40.35%, rgba(255, 255, 255, 0) 68.68%, rgba(249, 249, 249, 0.0137278) 68.68%);
    background: linear-gradient(90.6deg, #2E2E2E 0.67%, rgba(133, 133, 133, 0.29) 40.35%, rgba(255, 255, 255, 0) 68.68%, rgba(249, 249, 249, 0.0137278) 68.68%);
}

#faq-block .background #bg-2 {
    z-index: -4;
    background-image: url(../img/images/imgback4.jpg)
}

#faq-block .background #bg-3 {
    z-index: -3;
    background: #424242;
}

#faq-block .block-title {
    text-align: left;
    padding-bottom: 40px;
    margin-bottom: 0;
}

#faq-block .card {
    border-bottom: 1px solid white !important;
    border-radius: 0;
}

#faq-block .card .card-header {
    padding: 20px 0;
}

#faq-block .card .card-header button {
    font-weight: 600;
    padding: 0;
    font-size: 16px;
    color: white;
}

#faq-block .card .card-header .icon {
    width: 25px;
    height: 25px;
    background-image: url(../img/icons/chevron-close.svg);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    background-size: contain;
    background-repeat: no-repeat;
}

#faq-block .card .card-header button[aria-expanded="true"] .icon {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

#faq-block .card .card-body {
    padding: 0 0 20px 0;
}

#faq-block #callback-form .content {
    background-color: white;
    color: black;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    border-radius: 18px;
    padding: 45px;
    margin-top: 60px;
    text-align: center;
    position: relative;
    margin-left: 40px;
    text-align: center;
}

#faq-block #callback-form form .form-control {
    background-color: #E0E0E0;
    color: #828282;
    font-size: 14px;
    padding: 20px 40px;
    position: relative;
}

#faq-block #callback-form form button[type="submit"] {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 991px) {
    #faq-block #callback-form .content {
        margin: 50px 0 0 0;
        background: none;
        color: white;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
    }
    
    #faq-block {
        padding: 30px 0px;
    }
    
    #faq-block .block-title {
        text-align: center;
        font-size: 20px;
    }
}

/* review-block */

#reviews-block {
    padding-bottom: 90px;
}

.single-slider {
    padding: 0 60px;
    position: relative;
    margin: -10px 0;
}

.single-slider-container {
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    margin: 0 -10px;
}

.single-slider .items {
    padding: 10px 0;
    position: relative;
}

#reviews-block .carousel-control {
    width: 50px;
    height: 50px;
    background: -o-linear-gradient(top, #FE5E00 0%, #FE5E00 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#FE5E00), to(#FE5E00));
    background: linear-gradient(180deg, #FE5E00 0%, #FE5E00 100%);
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.44);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.44);
    opacity: 1;
    border-radius: 50%;
    top: 50%;
    margin-top: -25px;
}

#reviews-block .carousel-control-prev {
    left: 60px;
    margin-left: -25px;
}

#reviews-block .carousel-control-next {
    right: 60px;
    margin-right: -25px;
}

.single-slider .slider-status {
    display: none;
}

#reviews-block .review {
    -webkit-box-shadow: 1px 2px 8px 2px rgba(0, 0, 0, 0.17);
            box-shadow: 1px 2px 8px 2px rgba(0, 0, 0, 0.17);
    padding: 40px;
    height: 100%;
    border-radius: 8px;
}

#reviews-block .review .author {
    padding-bottom: 15px;
}

#reviews-block .review .author .author-img {
    width: 80px;
    height: 70px;
    background-size: cover;
    background-position: center;
    background-color: #DDD;
    border-radius: 8px;    
}

#reviews-block .review .author .author-about {
    font-size: 16px;
}

#reviews-block .review .author .author-about .name {
    font-weight: bold;
    text-transform: uppercase;
}

#reviews-block .review .author .author-about .car-name {
    color: #8892A0;
}

#reviews-block .review .stars {
    margin-bottom: 16px;
}

#reviews-block .review p {
    margin-bottom: 0;
}

#reviews-block .review .stars .item svg {
    width: 25px;
    height: auto;
}

#reviews-block .review .stars .item + .item {
    padding-left: 2.5px;
}

#reviews-block .carousel-control.carousel-control-prev svg {
    position: relative;
    left: -2px;
}

#reviews-block .carousel-control.carousel-control-next svg {
    position: relative;
    left: 2px;
}
@media (max-width: 991px) { 
    .single-slider {
        padding: 0;
    }
    .single-slider .items {
        padding: 0;
        margin: 0;
    }
    
    .single-slider .single-slider-container {
        padding: 0;
        margin: 0;
    }
    
    .single-slider .items .item {
        padding: 0;
    }
    
    #reviews-block .review {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0 10px;
    }
    
    #reviews-block .slider-control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 40px 0;
    }
    #reviews-block .slider-control .carousel-control {
        position: static;
    }
    
    #reviews-block .slider-control .carousel-control-prev {
        margin: 0 15px 0 0;
    }
    
    #reviews-block .slider-control .carousel-control-next {
        margin: 0 0 0 15px;
    }
    
    #reviews-block .slider-control .slider-status {
        display: block;
    }
    
    #reviews-block .slider-control .slider-status span {
        color: black;
    }
    
    #reviews-block {
        -webkit-box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.13);
                box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.13);
        position: relative;
        z-index: 3;
    }
    
    #reviews-block .slider-control {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    
    #reviews-block .single-slider-container {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    
    
}

/* map-block */

#map-block {
    height: 80vh;
    position: relative;
}





#map-block .map-background {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    z-index: 0;
}

#map-block .map-background iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#map-block .map-background .map-click {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#map-block .contacts {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.33);
            box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.33);
    border-radius: 10px;
    padding: 40px;
    width: auto;
    position: absolute;
    right: calc((100vw - 1200px)/2 + 6px);
    top: 15%;
    z-index: 2;
}

.contacts h3 {
    margin-bottom: 15px;
}

.contacts .items .item + .item {
    padding-top: 20px;
}

.contacts .items .item p {
    margin: 0;
}

.contacts .items .item a {
    color: black;
}

.contacts .items .item .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 5px;
}

.contacts .items .item .btn .icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.contacts .items .item .btn {
    border-radius: 22px;
    background: #E0E0E0;
    border: #E0E0E0;
    color: black;
    padding: 13px 10px;
    font-size: 15px;
}

.contacts .items .item .btn + .btn {
    margin-left: 16px;
}

@media (min-width: 992px) {
    #map-block.contact-page {
        margin-top: 40px;
    }
    
    #map-block.contact-page .contacts {
        padding-right: calc((100vw - 1200px)/2 + 6px);
        top: 0;
        right: 0;
        height: 100%;
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        min-width: 450px;
    }
    
    #map-block .contacts { 
        min-width: 400px !important;
    }
}

@media (max-width: 991px) { 
    
    
    #map-block {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        height: auto;
    }
    
    #map-block .map-background {
        position: relative !important;
        padding-bottom: 75%;
    }
    
    #map-block .map-background iframe {
        position: absolute;
    }
    
    #map-block .contacts {
        -webkit-box-shadow: none;
                box-shadow: none;
        position: static;
        padding: 40px 15px;
    }
    
    #map-block .contacts h3 {
        text-align: center;
    }
}

/* Price list */

.price-list {
    padding-bottom: 40px;
}

.price-list .price-list-accordion .items .card-header > .btn {
    background: #E0E0E0;
    padding: 10px 15px;
    border-radius: 0;
}

.price-list .price-list-accordion .items .card-header > .btn.active {
    background: -o-linear-gradient(left, #FE5900 1.4%, #FF7A00 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(1.4%, #FE5900), to(#FF7A00));
    background: linear-gradient(90deg, #FE5900 1.4%, #FF7A00 100%);
    color: white;
}

.price-list .price-list-accordion .items .card-header > .btn.active .icon svg, .price-list .price-list-accordion .items .card-header > .btn.active .icon svg path {
    fill: white !important;
}

.price-list .price-list-accordion .items .card + .card {
    margin-top: 10px;
}

.price-list .price-list-accordion .items .card .card-header .btn .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 13px;
}

.price-list .price-list-accordion .items .card .card-header .btn .title {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}

.price-list .price-list-accordion .card {
	border: 0;
	border-radius: 0;
}

.price-list .price-list-accordion .card .card-header {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
}

.price-list .price-list-accordion .items .card .card-header .item-indicator {
    width: 25px;
    height: 25px;
    -webkit-transform: rotate(00deg);
        -ms-transform: rotate(00deg);
            transform: rotate(00deg);
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 25px;
    background-position: center;
}

.price-list .price-list-accordion .items .card .card-header .item-indicator svg, .price-list .price-list-accordion .items .card .card-header .item-indicator path {
    fill: #505050;
}

.price-list .rouble-icon {
    color: black;
    font-family: "ALS Rubl";
}


@media (min-width: 992px) { 
    .price-list .price-list-accordion .items .card.active .card-header  .item-indicator {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    .price-list .price-list-accordion .items .card.active .card-header .item {
        color: white;
        background: -o-linear-gradient(left, #FE5900 1.4%, #FF7A00 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(1.4%, #FE5900), to(#FF7A00));
        background: linear-gradient(90deg, #FE5900 1.4%, #FF7A00 100%);
    }
    
    .price-list .price-list-accordion .items .card.active .card-header .item svg, .price-list .price-list-accordion .items .card.active .card-header .item path {
        fill: white;
    }
    
    
    .price-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    #price-list-block .price-list .price-list-accordion {
        width: 40%;
        margin-right: 30px;
    }
    
    .price-list .price-list-container .button-container, .price-list .price-list-header .button-container{
        min-width: 152px;
        margin-left: 15px;
        
    }
    
}
.price-list .price-list-header {
    background-color: #E0E0E0;
    padding: 6px 10px;
}

.price-list .price-list-header p {
    margin: 0;
}

.price-list .price-list-items .item {
    padding: 20px 0;
}

.price-list .price-list-items .item .title a, .price-list .price-list-items .item .title a:hover, .price-list .price-list-items .item .title a:focus {
    color: black;
}

.price-list .price-list-items .item + .item {
    border-top: 1px solid #BDBDBD;
}

.price-list .items .card-body {
    padding: 0;
    margin: 0 -15px;
}

.price-list .price-list-items .item .price {
    font-size: 20px;
    font-weight: 500;
}

.price-list .price-list-items .item:hover .title {
    text-decoration: underline;
}

.price-list .price-list-items .item .btn {
    width: 100%;
    padding: 8px 5px;
}

@media (max-width: 991px) { 

    
    .price-list .price-list-header {
       /* display: none; */
    }
    
    .price-list .price-list-accordion .card-header .item {
        margin: 0 -15px;
    }
    
    .price-list .price-list-items .item .title {
        /*margin-bottom: 30px;*/
    }
    
    .price-list .price-list-accordion .items .card .card-header .item[aria-expanded="true"] .item-indicator {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    
    .price-list .price-list-accordion .items .card .card-header .item[aria-expanded="true"] {
        color: white;
        background: -o-linear-gradient(left, #FE5900 1.4%, #FF7A00 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(1.4%, #FE5900), to(#FF7A00));
        background: linear-gradient(90deg, #FE5900 1.4%, #FF7A00 100%);
    }
    
    .price-list .price-list-accordion .items .card .card-header .item[aria-expanded="true"] svg, .price-list .price-list-accordion .items .card .card-header .item[aria-expanded="true"] path {
        fill: white;
    }
    
    .price-list .price-list-items .item .price {
       /* text-align: left !important;*/
    }
    
    .price-list .price-list-items .item .button-container .btn {
        padding: 10px 25px;
    }
    
    .price-list .price-list-items .item {
        padding: 25px 20px;
    }

    .price-list .block-title {
        text-align: center;
    }
    
    #short-price-list-block {
        border-top: 1px solid #BDBDBD;
        padding: 15px 0;
    }
    
    #short-price-list-block .price-list {
        margin: 0 -15px;
    }
    
}

/* Workers */

#workers-block {
    margin-bottom: 90px;
}

#workers-block .single-slider {
    padding: 0;
}
#workers-block .worker .name {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#workers-block .worker .function {
    background: #FE5E00;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
}

#workers-block .carousel-control {
    position: static !important;
    width: auto !important;
    opacity: 1 !important;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.23);
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.23);
    border-radius: 50%;
    padding: 15px;
    height: auto;
    text-align: center;
}

#workers-block .carousel-control.carousel-control-prev svg {
    position: relative;
    left: -2px;
}

#workers-block .carousel-control.carousel-control-next svg {
    position: relative;
    left: 2px;
}

#workers-block .block-title h3 {
    margin-right: 20px;
}

#workers-block .block-title .carousel-control .icon {
    width: 25px;
    height: 25px;
}

#workers-block .carousel-control + .carousel-control {
    margin-left: 15px;
}

#workers-block .carousel-control .icon svg {
    height: 100%;
}

#workers-block .single-slider-container .carousel-controls {
    display: none !important;
}

#workers-block .img-mask {
    -webkit-mask-image: url(../img/mask-worker.svg);
            mask-image: url(../img/mask-worker.svg);
    padding-bottom: 95%;
}

@media (max-width: 991px) { 
    #workers-block {
        margin-bottom: 20px;
    }
    
    #workers-block .worker .photo-container {
        width: 85%;
        margin: 0 auto;
    }
    
    #workers-block .block-title h3 {
        margin: 0;
    }
    
    #workers-block .block-title {
        text-align: center;
        margin: 0;
        font-size: 20px;
        line-height: 25px;
    }
    
    #workers-block .block-title .carousel-controls {
        display: none !important;
    }
    
    #workers-block .single-slider-container {
        position: relative;
    }
    
    #workers-block .single-slider-container .carousel-controls {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 10px;
        position: absolute;
        width: 100%;
        top: calc(100vw * 0.28);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    
    #workers-block .single-slider-container .carousel-controls .carousel-control {
        position: static !important;
        width: auto !important;
        opacity: 1 !important;
        background: #FFFFFF;
        -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
                box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        padding: 15px;
        text-align: center;
        height: auto;
    }
    
    #workers-block .single-slider-container .carousel-controls .carousel-control .icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }
    
    #workers-block .single-slider-container .carousel-controls .carousel-control .icon svg {
        width: 100%;
    }
    
    #workers-block .worker .content {
        text-align: center;
        margin-top: 25px;
    }
}

/* Reviews page */

#reviews-page .items > .item {
    -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 30px 50px;
}

#reviews-page {
    margin-bottom: 100px;
}

#reviews-page .items > .item + .item {
    margin-top: 40px;
}

#reviews-page .items .item .avatar {
    width: 110px;
    height: 110px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background: -o-linear-gradient(315.24deg, #DDD 3.57%, #DDDEDB 100%);
    background: linear-gradient(134.76deg, #DDD 3.57%, #DDDEDB 100%);
    margin-right: 25px;
    min-width: 110px;
}

#reviews-page .items .item .about .name {
    color: #070707;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

#reviews-page .items .item .about .car-mark {
    color: #8892A0;
    margin-bottom: 8px;
}

#reviews-page .items .item .about .stars .item + .item {
    margin-left: 2.5px;
}

#reviews-page .pagination {
    margin: 60px 0;
}

#reviews-page .btn-review-form {
    width: 152px;
    padding: 12px 15px;
    font-size: 14px;
}

@media (max-width: 991px) {
    #reviews-page .block-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    #reviews-page .block-title h3 {
        text-align: center;
    }
    
    #reviews-page .block-title .btn-review-form {
        width: 100%;
        margin: 15px 0;
    }
    
    #reviews-page p {
        font-size: 14px;
    }
    
    #reviews-page .avatar {
        width: 66px !important;
        height: 66px !important;
        max-width: 66px;
        min-width: 66px !important;
        padding: 15px;
        margin-right: 20px !important;
    }
    
    #reviews-page .about .car-mark {
        margin: 0 !important;
        font-size: 14px !important;
    }
    
    #reviews-page .about .stars .item {
        width: 20px;
        height: 20px;
    }
    
    #reviews-page .review-header {
        margin-bottom: 15px;
    }
    
    #reviews-page .items > .item {
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        padding: 0 !important;
    }
    
    #reviews-page .items > .item + .item {
        margin-top: 30px;
    }
}

/* Footer */

footer {
    background: #0D1017;
    color: #BDBDBD;
    font-size: 12px;
    line-height: 17px;
    padding: 20px 0;
}

footer .footer-container {
    padding: 30px 0;
}

footer .brand-name {
    font-family: "JejuMyeongjo";
    font-size: 28px;
    text-transform: uppercase;
    color: white;
    padding: 10px 0 20px 0;
}

footer p {
    margin: 0;
}

footer a, footer a:hover, footer a:focus {
    color: #BDBDBD;
}

footer .nav-name {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    padding-bottom: 25px;
}

footer .nav-items a + a {
    margin-top: 20px;
}

footer .copyright {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin-right: 15px;
}

footer #top-button {
    width: 65px;
    height: 65px;
    background: #FE5E00;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.44);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.44);
    position: absolute;
    top: -52.5px;
    right: 0;
    border-radius: 50%;
    z-index: 100;
}

footer .contacts a {
    color: #BDBDBD !important;
}

@media (max-width: 991px) {
    footer #top-button {
        top: -30.5px;
    }
    footer {
        padding: 0;
    }
    footer .mobile-none {
        display: none !important;
    }
    
    footer .row > div + div {
        margin-top: 30px;
    }
    
    footer .footer-container {
        padding: 20px 0;
    }
    
    footer .footer-container:last-child {
        padding-bottom: 0px !important;
    }
    
    footer .footer-container + .footer-container {
        border-top: 1px solid #BDBDBD;
    }
    footer #design {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
        background: #2C303A;
        padding: 15px;
        
    }
    
    footer #copyright > div {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
}

/* Photo-gallery-page */

.photo-gallery .item {
    display: block;
}

.photo-gallery .item .photo-container {
    padding-bottom: 67.5%;
    position: relative;    
    width: 100%;
}

.photo-gallery .item .photo-container .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

#photo-gallery-page .pagination {
    margin: 60px 0;
}

/* Modal */

.modal button.close {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 10;
}

.modal .block-title {
    padding: 30px 0;
}

@media (min-width: 992px) {
    .modal .modal-body {
        padding: 0 40px 40px 40px;
    }
}

/* Quiz */

#quiz .quiz-question {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

#quiz .progress-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

#quiz .progress-text span {
    color: black;
}

#quiz .progress {
    border-radius: 15px;
    overflow: hidden;
    height: 25px;
    margin-bottom: 20px;
}

#quiz .progress .progress-bar {
    width: 0%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

#quiz .progress .progress-lines {
    background-image: -o-linear-gradient(-60deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(150deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(-60deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 22px 40px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#quiz .progress .progress-gradient {
    background: -o-linear-gradient(left, #FFC600 0%, #FF7A00 100%);
    background: -webkit-gradient(linear, left top, right top, from(#FFC600), to(#FF7A00));
    background: linear-gradient(90deg, #FFC600 0%, #FF7A00 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

#quiz .quiz-steps .quiz-answers > div {
    padding: 3.5px 8.5px;
}

#quiz .quiz-steps .quiz-step .item {
    background: #EBEBEB;
    border-radius: 4px;
    padding: 9px 20px;
    margin: 3px 0;
    height: 100%;
}

#quiz .quiz-steps .quiz-step .item input[type="checkbox"], #quiz .quiz-steps .quiz-step .item input[type="radio"] {
    display: none;
}

#quiz .quiz-steps .quiz-step .item label {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    width: 100%;
}

#quiz .quiz-steps .quiz-step .quiz-question-hidden {
    display: none;
}

#quiz .quiz-steps .quiz-step .item label:before {
    content: "";
    width: 30px !important;
    height: 30px;
    background-image: url("../img/icons/unchecked.svg");
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 30px;
    margin-right: 10px;
    cursor: pointer;
}

#quiz .quiz-steps .quiz-step .item input:checked + label:before {
    background-image: url("../img/icons/checked.svg");
}

#quiz .quiz-steps {
    margin-bottom: 30px;
}

#quiz .quiz-buttons .btn {
    padding: 13px 30px;
}

#quiz .quiz-buttons .pc {
    display: block;
}

#quiz .quiz-buttons .mobile {
    display: none;
}

#quiz .quiz-buttons svg {
    width: 20px;
    min-width: 20px;
}

#quiz .quiz-steps .quiz-step {
    display: none;
}

#quiz .quiz-steps .quiz-step.active {
    display: block;
}

#quiz .quiz-steps .quiz-step .quiz-answers .item .icon {
    width: 50px;
    height: 40px;
    min-width: 50px;
    max-width: 50px;
    padding-right: 10px;
}

#quiz .quiz-steps .quiz-step .quiz-answers .item .icon svg {
    width: 100%;
}

#quiz .quiz-steps .quiz-step .quiz-answers .custom-answer label {
    width: auto;
}

#quiz .quiz-steps .quiz-step .quiz-answers .custom-answer input[type="text"] {
    border: 0;
    background: none;
    outline: 0;
    color: #9C9C9C;
    padding: 0;
    height: auto;
    border-radius: 0;
    font-size: 14px;
    margin: 0;
}

#quiz .quiz-steps .quiz-step .quiz-answers .custom-answer input[type="text"]:focus {
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}

input[type="text"].form-control, textarea.form-control {
    background: #EBEBEB;
    border-radius: 4px;
    width: 100%;
    height: auto;
    padding: 16px 27px;
    border: 0;
    margin: 7px 0;
}

input[type="text"].form-control:focus, textarea.form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #EBEBEB;
}

form #confidentiality {
    padding-top: 20px;
    padding-left: 0;
    margin-bottom: 0;
}

form #confidentiality, #faq-block #callback-form form #confidentiality a {
    color: #828282;
    font-size: 12px;
    line-height: 15px;
}

form #confidentiality a {
    color: inherit;
    text-decoration: underline;
}

#quiz #confidentiality a {
    text-decoration: none;
}

form #confidentiality input[type="checkbox"] {
    display: none;
}

form #confidentiality label {
    cursor: pointer;
}

form #confidentiality label:before {
    content: "";
    width: 30px !important;
    height: 30px;
    background-image: url("../img/icons/unchecked-gray.svg");
    background-size: 100% 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 30px;
    margin-right: 10px;
    cursor: pointer;
}

form #confidentiality input:checked + label:before {
    background-image: url("../img/icons/checked-gray.svg");
}

#quiz #confidentiality label:before {
    width: 20px;
    height: 20px;
}

.form-name, .form-phone, .form-car {
    position: relative;
}

.form-name input, .form-phone input, .form-car input {
    background: #E0E0E0 !important;
    padding-left: 50px !important;
}

.form-name input + label, .form-phone input + label, .form-car input + label {
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    left: 25px;
}

.form-name input + label:before, .form-phone input + label:before, .form-car input + label:before {
    content: "";
    width: 15px;
    height: 15px;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    display: block;
}

.form-name input + label:before {
    background-image: url(../img/icons/user.svg);
}

.form-phone input + label:before {
    background-image: url(../img/icons/phone.svg);
}

.form-car input + label:before {
    background-image: url(../img/icons/car-form.svg);
}

#quiz input[type="submit"] {
    margin: 7px 0;
    padding: 16.5px 10px;
}

.modal#registerModal .modal-content, .modal#consultationModal .modal-content {
    border-radius: 18px;
}

.modal #callback-form {
    padding: 40px 0 0 0;
}

.modal #callback-form button[type="submit"] {
    width: 100%;
    padding: 15px 0;
}


@media (max-width: 991px) {
    .modal #callback-form {
        padding: 50px 10px 20px;
    }
    #quiz .quiz-buttons .pc {
        display: none;
    }

    #quiz .quiz-buttons .mobile {
        display: block;
    }
    
    #quiz .quiz-buttons .btn {
        padding: 13px 15px;
    }
    
    #quiz .quiz-buttons {
        padding-bottom: 30px;
    }
    
    #quiz .quiz-question {
        text-align: center;
        font-size: 15px;
        line-height: normal;
    }
    
    #quizModal .modal-body.bg-image.sended {
        background-image: url(../img/images/thankyou.jpg);
        background-size: cover;
        background-position: top;
    }
    
}

@media (min-width: 992px) {
    #quiz .quiz-buttons a {
        width: 30% !important;
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    
    #quiz .thank-you {
        min-height: 85vh;
    }
    
    #quizModal .modal-body.bg-image {
        background-image: url(../img/images/thankyou.jpg);
        background-size: cover;
        background-position: top;
        min-height: 85vh;
    }
    
}



/* Хлебные крошки */

.breadcrumb {
    padding: 40px 0 0px 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item a {
    color: #7A7A7A;
}


/* Gallery */


.gallery .items .item {
    display: none;
    margin-bottom: 30px;
    height: auto;
    width: 100%;
}


.gallery .items .item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gallery .items .item a {
    display: block;
    width: 100%;
    height: 0px;
    padding-bottom: 75%;
    position: relative;
}

.gallery .items .item a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
}

.gallery .pagination {
    margin-bottom: 50px;
}

@media (max-width: 991px) { 
    
    .gallery .items .item {
        margin-bottom: 20spx;
    }
}

#thank-you-page {
    min-height: 100vh;
}

.thank-you {
    position: relative;
    min-height: 600px;
}

.thank-you .background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


#about_list_block {
    padding: 40px 0;
}

#about_list_block .content{
    width: 60%;    
}

#about_list_block .image-container {
    width: 40%;
}

#about_list_block .image-container img {
    width: 75%;
    position: relative;
    z-index: -2;
    -o-object-fit: contain;
       object-fit: contain;
}

#about_list_block .list .item:before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    min-width: 25px;
    background-repeat: no-repeat;
    height: 25px;
    background-image: url(../img/icons/listitem.svg);
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}


#about_list_block .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
}

@media (max-width: 991px) {
     #about_list_block .content{
        width: 100%;    
    }
    #about_list_block .image-container {
        width: 100%;
    }
    #about_list_block .float-right, #about_list_block .float-left {
        float: none !important;
    }
    
    #about_list_block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    #about_list_block .content {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    
    #about_list_block .image-container {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    
    #about_list_block h2 {
        -webkit-box-ordinal-group: 2 !important;
            -ms-flex-order: 1 !important;
                order: 1 !important;
    }
    
    #about_list_block .image-container img {
        width: 85%;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain;
    }
    
}

#wide_register_form {
    background-image: url(../img/images/wideform.jpg);
    background-size: cover;
    background-position: center;
    margin: 40px 0;
}

#wide_register_form .form-container{
    padding: 40px 70px;
    width: 100%;
}

#wide_register_form .form-container #callback-form {
    background: white;
    border-top: 20px #C4C4C4 solid;
    padding: 35px 12%;
}

#wide_register_form .form-container #callback-form button[type="submit"] {
    width: 100%;
    padding: 16.5px;
    margin-top: 6.5px;
    font-size: 16px;
}

#wide_register_form #confidentiality {
    padding-top: 10px;
}

@media (max-width: 991px) { 
    #wide_register_form {
        display: none;
    }
    
    #register_form #callback-form {
        padding: 30px 0;
    }
    
}

.wp-block-columns {
        padding-top: 40px;
    }

@media (min-width: 992px) {
    #register_form #callback-form {
        -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
        border-radius: 18px;
        padding: 40px 30px;
    }
    
    

}

@media (max-width: 991px) {
    .wp-block-columns {
        margin-bottom: 15px !important;
    }
}




#register_form #callback-form button[type="submit"] {
    width: 100%;
    padding: 15px 0;
}

#gray-block {
    background: #E0E0E0;
    padding: 50px 0;
    color: #070707 !important;
}

#gray-block .block-title {
    padding: 20px 0;
    text-align: center;
}

/* Review-modal */

#reviewModal .stars-input p {
    color: #828282;
    margin: auto;
    
}

#reviewModal .stars-input .stars {
    margin-left: auto;
}

#reviewModal .stars-input .stars .item {
    cursor: pointer;
    width: 30px;
    height: 30px;
    min-width: 30px;
}


#reviewModal .stars-input .stars .item svg {
    fill: #E0E0E0;
    width: 100%;
    height: 100%;
}

#reviewModal .stars-input .stars .item.active svg {
    fill: #FE5800;    
    
}


#reviewModal .stars-input .stars .item + .item {
    margin-left: 2.5px;
}

#reviewModal textarea {
    background: #E0E0E0;
    border-radius: 6px;
    min-height: 200px;
}

#reviewModal #confidentiality {
    width: 50%;
    min-width: 50%;
    padding-top: 0;
}

#reviewModal button[type="submit"] {
    width: 20% !important;
    margin-left: auto;
    padding: 13px 0;
}

@media (max-width: 991px) {
    #reviewModal .stars-input {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: end !important;
    }
    
    #reviewModal .stars-input .stars {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
    }
    
    #reviewModal .stars-input p {
        margin: 0;
    }
    
    #reviewModal .sumbit-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    
    #reviewModal #confidentiality {
        width: 100%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 30px;
    }
    
    #reviewModal .sumbit-container .btn {
        width: 100% !important;
        margin: 10px 0 30px 0;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
}

#page{
	margin-top: 135.5px;
}
@media (max-width: 991px){
#navbar-top {
    padding-top: 10px;
    padding-bottom: 10px;
}	
	#page{
		margin-top: 45px;
	}
}

.navbar-nav_sticky{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.navbar{
  z-index: 999;
  position: fixed;
  width: 100%;
  top: 0;
}
.table-header-button{
	display: inline-flex;
	align-items: center;
	margin: 0;
    background: transparent;
    outline: none;
    border: none;
    width: 100%;
}
.table-header-button:focus{outline: none;}
.table-header-button span{
	margin-left: 10px;
}
.table-header-button svg{
	fill: #333;
}
.table-header-button:hover{
	color: #FE6200;
}
.table-header-button:hover svg{
	fill: #FE6200;
}
.table-header-button_center{
	justify-content: center;
}
.price-items-center{
	align-items: center;
}
@media (max-width: 991px){
	.price-items-center{
		align-items: flex-end;
	}
	.price-list-items .col-md-7.title {
		width: fit-content;
	}
	.price.text-center.w-100{
		text-align: right;
		display: inline-flex;
		justify-content: flex-end;
		margin-right: 10px;
		width: max-content;
		font-size: 23px;
	}
	.price-list-items .col-md-5.d-flex{
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}
	.table-header-button{
		font-size: clamp(16px, 5vw, 25px);
	}
	#short-price-list-price-button, .price-list-price-button{
		justify-content: flex-end;
	}
	.price-list-items .row, .price-list .price-list-header .row{
		flex-wrap: nowrap;
	}
	.price-list .price-list-header .button-container{
		display: none
	}
	.price-list .col-md-7.title{
		font-size: clamp(14px, 4vw, 25px);
	}
	.site-main{
		width: 100vw;
    	overflow-x: hidden;
	}
}

.navbar .container{
	flex-wrap: nowrap;
}
.contact-item{
	align-items: center;
}