body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    color: #1D2222;
    box-sizing: border-box;
    background: #151E1E url('/local/templates/krabservice/images/fon.png');
    /*background: linear-gradient(0deg, rgba(20, 28, 28, 0.20) 0%, rgba(20, 28, 28, 0.20) 100%), url('/local/templates/krabservice/images/fon.png'), lightgray 0% 0% / 89.45454359054565px 89.45454359054565px repeat;*/
}
*{
    box-sizing: border-box;
}
.container-big{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 71px;
}
.container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
}
main{
    margin-top: 110px;
}
header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    transition: 0.3s;
}
header.fixed{
    background: #293030;
}
.mt100{
    margin-top: 100px!important;
}
.mb100{
    margin-bottom: 100px!important;
}
.mt40{
    margin-top: 40px!important;
}
.mb40{
    margin-bottom: 40px!important;
}
.pt40{
    padding-top: 40px;
}
.pb40{
    padding-bottom: 40px;
}
.pt100{
    padding-top: 100px;
}
.pb100{
    padding-bottom: 100px;
}
h1,
.h1{
    color: #FFF;
    font-family: 'Halvar Breit';
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
}
.main .h1{
    color: #1D2222;
}
.banner-h1{
    font-size: 60px;
}
.content,
.content p{
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 24px 0;
}
.content a{
    color: #AD2805;
    font-weight: 400;
    line-height: 140%;
    transition: 0.3s;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.content a:hover{
    border-bottom: 1px solid #AD2805;
}
.content img{
    border-radius: 20px;
    max-width: 100%;
    height: auto;
}
.content ul li,
.content ol li{
    margin: 0 0 24px 0;
}
body .btn__red{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 18px 24px 20px 24px;
    border-radius: 12px;
    background: linear-gradient(180deg, #AD2805 0%, #850500 100%);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15), 0px -3px 0px 0px rgba(0, 0, 0, 0.25) inset;
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.3s;
    width: fit-content;
    border: none;
    min-width: fit-content;
    position: relative;
    z-index: 1;
}
body .btn__red::before,
body .btn__gray::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: opacity 0.3s linear;
    opacity: 0;
    border-radius: 12px;
}
body .btn__red::before{
    background: linear-gradient(180deg, #850500 0%, #850500 100%);
}
body .btn__red:hover{
    cursor: pointer;
    border: none;
}
body .btn__gray{
    background: linear-gradient(180deg, #585858 0%, #303030 100%);
    box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.25) inset;
}
body .btn__gray::before{
    background: linear-gradient(180deg, #303030 0%, #303030 100%);
}
body .btn__red:hover::before,
body .btn__gray:hover::before{
    opacity: 1;
}
.main{
    border-radius: 30px;
    background: #E2E3E3;
}
.header{
    padding: 8px 0 8px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__contact{
    display: flex;
}
.header__contact-row{
    margin-left: 16px;
    display: flex;
    flex-direction: column;
}
.header__phone{
    display: flex;
}
.header__phone a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
}
.header__phone a:hover{
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.header__contact-btn{
    color: #AD2805;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px dashed #AD2805;
    width: fit-content;
    transition: 0.3s;
}
.header__contact-btn:hover{
    color: #fff;
    border-bottom-color: #fff;
    cursor: pointer;
}
.header__menu{
    display: flex;
    margin: 0 30px;
}
.banner{
    color: #fff;
    position: relative;
    min-height: 700px;
}
.banner__info{
    max-width: 850px;
}
.banner__img{
    position: absolute;
    right: 71px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.ind-about__main{
    position: relative;
}
.ind-about__main .ind-about img{
    display: flex;
    margin: 0 auto;
    max-width: 100%;
}
.ind-about__preview,
.ind-about__preview p,
.ind-napravl__info,
.ind-napravl__info p{
    color: #fff;
}
.ind-about__text,
.ind-about__text p{
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 24px 0;
}
.ind-about__info{
    width: 100%;
}
.ind-partners__info{
    margin-left: inherit;
}
.ind-partners__main > img{
    position: absolute;
    left: inherit;
    right: 71px;
    top: 30px;
    z-index: -1;
}
.ind-partners__info{
    width: 66%;
}
.ind-partners__info .ind-about__preview{
    width: 100%;
    max-width: 560px;
}
.ind-clients{
    color: #fff;
    border-bottom: 1px solid #303838;
}
.ind-napravl{
    display: flex;
    justify-content: space-between;
}
.ind-napravl img{
    max-width: 560px;
    height: auto;
    object-fit: contain;
}
.ind-napravl__info{
    max-width: 560px;
}
.ind-napravl__info-link ul{
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ind-napravl__info-link ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 119%;
    margin: 24px 0 0 0;
    padding-left: 48px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    width: fit-content;
    background: url('/local/templates/krabservice/images/napravl-link-icon.svg')no-repeat;
    background-position: 0 50%;
    background-size: 32px 42px;
    min-height: 42px;
}
.ind-napravl__info-link ul li a:hover{
    color: #AD2805;
}
.ind-uslugi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ind-uslugi__item{
    width: 49%;
    padding: 40px;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 20px;
}
.ind-uslugi__item:nth-child(5n){
    width: 100%;
}
.ind-uslugi__item:nth-child(1),
.ind-uslugi__item:nth-child(2){
    margin-top: 0;
}
.ind-uslugi__item-info{
    display: flex;
    justify-content: space-between;
}
.ind-uslugi__item-title{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
}
.ind-uslugi__item-info img{
    margin-left: 20px;
    min-width: 120px;
}
.ind-uslugi__item-link{
    color: #AD2805;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
}
.ind-uslugi__item-link::before{
    position: absolute;
    content: '';
    right: 0;
    background: url('/local/templates/krabservice/images/icon-link.svg')no-repeat 50%;
    background-size: contain;
    width: 18px;
    height: 18px;
}
.ind-uslugi__item:hover .ind-uslugi__item-link{
    color: #fff;
}
.panel__gray{
    border-radius: 12px;
    border: 1px solid #444C4C;
    background: linear-gradient(180deg, #313838 0%, #262D2D 100%);
    box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 0.05) inset;
}
.panel__gray:hover{
    cursor: pointer;
    box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 0.05) inset, 0px 0px 10px rgba(255,255,255,0.5);
}
.ind-info-panel{
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    padding: 40px;
}
.ind-info-panel .ind-uslugi__item-title{
    max-width: 520px;
}
.ind-info-panel .ind-uslugi__item-info img{
    margin-left: auto;
}
.form-panel{
    padding: 40px;
    border-radius: 12px;
    background: linear-gradient(180deg, #AD2805 0%, #850500 100%);
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15), 0px -3px 0px 0px rgba(0, 0, 0, 0.25) inset;
    display: flex;
    justify-content: space-between;
}
.form-panel__info{
    max-width: 327px;
    color: #fff;
}
.form-panel__info-title{
    font-weight: 700;
}
.form-panel__preview{
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
.form-panel__form{
    width: 463px;
}
.form-panel__form{
    display: flex;
    flex-direction: column;
    color: #fff;
}
.form-panel__form input{
    width: 100%;
    border-radius: 6px;
    background: #F3D0C9;
    box-shadow: 0px 3px 0px 0px rgba(141, 39, 33, 0.20) inset;
    padding: 16px;
    color: #1D2222;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border: none;
    margin-bottom: 16px;
}
.form-panel__form input::placeholder{
    color: #707272;
    transition: 0.3s;
}
.form-panel__form input:focus{
    outline: none;
}
.form-panel__form input:focus::placeholder{
    opacity: 0;
}
.form-panel__bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}
.form-panel__policy{
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    margin-left: 16px;
}
.form-panel__policy a{
    color: #FFAA98;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
.form-panel__policy a:hover{
    border-bottom: 1px solid #FFAA98;
}
.form-panel .popup__form-mess{
    color: #fff;
}
.footer__info{
    display: flex;
    justify-content: space-between;
}
.footer__text{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
.footer__text a{
    text-decoration: none;
    transition: 0.3s;
    color: #AD2805;
    border-bottom: 1px solid transparent;
}
.footer__text a:hover{
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footer__col .header__contact{
    margin-top: 30px;
}
.footer__col .header__contact:first-child{
    margin-top: 0;
}
.footer__bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 16px;
}
.footer__social{
    display: flex;
}
.footer__social-item{
    margin-left: 8px;
    text-decoration: none;
    transition: 0.3s;
    display: flex;
}
.footer__social-item:hover{
    transform: translateY(-5px);
}
.uslugi{
    display: flex;
    flex-wrap: wrap;
}
.uslugi__item{
    width: 32%;
    margin: 2% 2% 0 0;
    display: flex;
    padding: 24px 16px;
    border-radius: 12px;
    border: 1px solid #D1D2D2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.05) 100%);
    box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.05) inset;
    text-decoration: none;
    transition: 0.3s;
}
.uslugi__item:nth-child(3n){
    margin-right: 0;
}
.uslugi__item:nth-child(1),
.uslugi__item:nth-child(2),
.uslugi__item:nth-child(3){
    margin-top: 0;
}
.uslugi__item-icon{
    min-width: 40px;
    margin-right: 16px;
}
.uslugi__item-info{
    width: 100%;
}
.uslugi__item-title{
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    transition: 0.3s;
}
.uslugi__item-link{
    margin-top: 8px;
    color: #AD2805;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
    width: fit-content;
}
.uslugi__item:hover{
    box-shadow: 0px -4px 0px 0px rgba(255, 255, 255, 0.05) inset, 0px 0px 10px rgba(255,255,255,0.9);
}
.uslugi__item:hover .uslugi__item-link{
    border-bottom: 1px solid #AD2805;
}
.gallery-swiper-big,
.gallery-swiper-min{
    overflow-x: hidden;
    position: relative;
}
.gallery-swiper-min{
    margin-top: 20px;
}
.gallery-swiper-pic{
    display: flex;
}
.gallery-swiper-big img,
.gallery-swiper-min img{
    border-radius: 20px;
}
.gallery-swiper-big img{
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.gallery-swiper-min .gallery-swiper-pic{
    transition: 0.3s;
}
.gallery-swiper-min .gallery-swiper-pic:hover{
    cursor: pointer;
    opacity: 0.7;
}
.gallery-swiper-min .swiper-slide-thumb-active .gallery-swiper-pic{
    opacity: 0.7;
}
.gallery-button-prev,
.gallery-button-next{
    position: absolute;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    transition: 0.3s;
}
.gallery-button-prev{
    left: 0;
    background-image: url('/local/templates/krabservice/images/gallery-button-prev.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.gallery-button-next{
    right: 0;
    background-image: url('/local/templates/krabservice/images/gallery-button-next.svg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.gallery-button-prev:hover,
.gallery-button-next:hover{
    cursor: pointer;
    opacity: 0.7;
}
.contacts{
    position: relative;
    padding-bottom: 940px;
}
.contacts__phone a{
    color: #fff;
    font-weight: 700;
}
.contacts__phone a:hover{
    border-bottom-color: #fff;
}
.contacts__map{
    width: 100%;
    height: 800px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: 40px;
}
.contacts__map > ymaps,
.contacts__map > ymaps > ymaps,
.contacts__map > ymaps > ymaps > ymaps{
    border-radius: 20px;
}
.banner__menu{
    position: relative;
    z-index: 1;
}
.banner__menu-main{
    display: flex;
    flex-wrap: wrap;
}
.banner__menu-item{
    padding: 24px;
    display: flex;
    text-decoration: none;
    width: 21%;
    margin-right: 1.3%;
    transition: 0.3s;
}
.banner__menu-item:nth-child(4){
    margin-right: 0;
}
.banner__menu-item img{
    margin-right: 16px;
}
.banner__menu-item-title{
    font-size: 18px;
    line-height: 140%;
    color: #fff;
    font-weight: 700;
}
.banner__menu-item-preview{
    margin-top: 8px;
    color: #AD2805;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.banner__menu-item:hover{
    text-decoration: none;
}
.banner__menu-item svg{
    margin-left: auto;
}
.banner__menu-item.active{
    border-color: #161717;
    background: #161717;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25) inset;
}
.banner__menu-item.active svg path{
    stroke: #AD2805;
}
.select2-container--default .select2-selection--single{
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    height: 49px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 13px 52px 13px 16px;
    color: #698394;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 16px;
    width: 14px;
    height: 14px;
    right: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before{
    background: url('/local/templates/krabservice/images/icon-select-arrow.svg')no-repeat 50%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
}
.select2-results__option{
    padding: 13px 16px;
    color: #698394;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.popup.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.popup__main {
    background: linear-gradient(180deg, #AD2805 0%, #850500 100%);
    box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;;
    border-radius: 12px;
    width: 500px;
    position: relative;
    padding: 40px;
    max-height: 90%;
    overflow-y: auto;
}
.popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.popup__close::before, .popup__close::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 23px;
    height: 2px;
    background: #DCDDDD;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.popup__close::after {
    -webkit-transform: rotate( -45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate( -45deg);
}
.popup__close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .8;
}
.popup__block{
    color: #fff;
}
.popup__block-title{
    font-size: 28px;
    font-weight: 700;
    line-height: 135%;
}
.popup__block-preview{
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
}
.popup__form{
    width: 100%;
    margin-top: 24px;
}
.popup__form-policy{
    font-size: 12px;
    line-height: 16px;
    margin-top: 6px;
}
.popup__form-policy a{
    color: #FFAA98;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
.popup__form-policy a:hover {
    border-bottom: 1px solid #FFAA98;
}
body .popup__form-btn{
    margin-top: 16px;
    width: 100%;
    padding: 16px 24px 18px 24px;
}
.popup__form-mess{
    padding-top: 16px;
    font-size: 16px;
    line-height: 20px;
}
.form__field{
    margin-top: 6px;
}
.contform__item-checkbox label {
    margin-right: 30px;
    position: relative;
}
.contform__item-checkbox > p {
    user-select: none;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 30px;
    position: relative;
}
.contform__item-checkbox > p::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #F3D0C9;
    box-shadow: 0px 3px 0px 0px rgba(141, 39, 33, 0.20) inset;
    border-radius: 6px;
    position: absolute;
    left: 0;
    transition: 0.3s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}
.contform__item-checkbox > input{
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0;
}
.contform__item-checkbox > input:checked + p::before {
    background-color: #F3D0C9;
    background-image: url(/local/templates/krabservice/images/checkbox-checked-icon.svg);
}
.contform__item-checkbox > p a {
    color: #FFAA98;
    transition: 0.3s;
    border-bottom: 1px solid transparent;
    text-decoration: none;
}
.contform__item-checkbox > p a:hover{
    border-bottom: 1px solid #FFAA98;
}
.contform__item-checkbox > p:hover{
    cursor: pointer;
}
.ind-map{
    position: relative;
    width: 100%;
    height: 835px;
}
.map__cluster-marker{
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 50%;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.15);
    background: 
        linear-gradient(180.00deg, rgb(173, 40, 5),rgb(133, 5, 0) 100%) padding-box, /*this is your grey background*/
        linear-gradient(to bottom, #5D6767, #2D3434) border-box;
    border: 8px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    z-index: 10;
}
.map__main ymaps[class*="ymaps-2"][class*="-image-with-content"]{
    display: flex;
    justify-content: center;
    align-items: center;
}
.map__main ymaps[class*="ymaps-2"][class*="-image-with-content"] ymaps[class*="ymaps-2"][class*="-image-with-content-content"]{
    left: 50%!important;
    top: 50%!important;
    font-size: 16px!important;
    font-weight: bold!important;
    color: #fff!important;
    width: auto!important;
    height: auto!important;
    transform: translate(-50%, -50%)!important;
}
.map__main ymaps[class*="ymaps-2"][class*="-b-cluster-tabs__menu-item-text"]{
    color: #AD2805;
}
.map__main ymaps[class*="ymaps-2"][class*="-b-cluster-content__header"]{
    
}
.map__main ymaps[class*="ymaps-2"][class*="-b-cluster-content__body"]{
    
}
.map__main ymaps[class*="ymaps-2"][class*="-b-cluster-content__footer"]{
    
}
.map__main ymaps[class*="ymaps-2"][class*="-b-cluster-content__footer"] a,
.map__main ymaps[class*="ymaps-2"][class*="-balloon-content__footer"] a{
    color: #AD2805;
}
.map__main{
    width: 100%;
    height: 835px;
}
.ind-map__block{
    display: flex;
    justify-content: center;
}
.ind-map__marker{
    transition: 0.3s;
}
.ind-map__marker:hover{
    opacity: 0.8;
    cursor: pointer;
}
.ind-map__panel{
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 5;
}
.ind-map__panel-title{
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    line-height: 120%;
    font-family: 'Halvar Breit';
}
.gallery-tabs__block-title{
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
}
.gallery-tabs__block-list{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.gallery-tab{
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.2);
    margin: 0 8px 8px 0;
    padding: 11px 17px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    transition: 0.3s;
    text-decoration: none;
}
.gallery-tab span{
    margin-left: 10px;
}
.gallery-tab:hover{
    background: rgb(173, 40, 5);
    color: #fff;
    cursor: pointer;
}
.gallery-tab.active{
    background: rgb(173, 40, 5);
    color: #fff;
}
.gallery-tab.active:hover{
    cursor: default;
}
.banner__breadcrumb-prev{
    display: none;
}
.header__mobile,
.mobile__menu{
    display: none;
}
.cookie__wrapper{
    position: fixed;
    z-index: 10000;
    background: #fff;
    padding: 15px;
    display: none;
    flex-direction: column;
    border-radius: 5px;
    bottom: 0;
    right: 0;
    width: 300px;
    border: 3px solid rgb(244, 244, 244);
    box-sizing: border-box;
}
.cookie__wrapper.show{
    display: flex;
}
.cookie__wrapper-close{
    width: max-content;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    transition: 0.3s;
    border: none;
    background: #fff;
    display: flex;
    padding: 0;
}
.cookie__wrapper-close svg{
    width: 30px;
    height: 30px;
}
.cookie__wrapper-close:hover{
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .8;
}
.cookie__wrapper-title{
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-right: 35px;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}
.cookie__wrapper-text{
    margin: 10px 0 15px 0;
    font-size: 15px;
    line-height: 20px;
}
.cookie__wrapper-send{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: white;
    transition: all .2s;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    background: linear-gradient(180deg, #585858 0%, #303030 100%);
    box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.25) inset;
    text-transform: uppercase;
    border: none;
    position: relative;
    z-index: 1;
}
.cookie__wrapper-send::before{
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: opacity 0.3s linear;
    opacity: 0;
    border-radius: 12px;
}
.cookie__wrapper-send:hover{
    cursor: pointer;
}
.cookie__wrapper-send:hover::before{
    background: linear-gradient(180deg, #303030 0%, #303030 100%);
    opacity: 1;
}
@media(max-width: 1800px){
    .container-big{
        padding: 0 40px;
    }
    .mt40{
        margin-top: 35px!important;;
    }
    .mt100 {
        margin-top: 80px!important;
    }
    .pb100 {
        padding-bottom: 80px;
    }
    .pt100 {
        padding-top: 80px;
    }
    .mb40 {
        margin-bottom: 35px !important;
    }
    h1, .h1,
    .ind-map__panel-title{
        font-size: 42px;
    }
    .content, .content p{
        font-size: 22px;
        margin: 0 0 20px 0;
    }
    body .btn__red{
        font-size: 15px;
        padding: 14px 22px 16px 22px;
    }
    .header__logo{
        width: 200px;
        object-fit: contain;
        height: 76px;
    }
    .header__menu{
        margin: 0 20px;
    }
    .header__phone-icon{
        width: 35px;
        height: 35px;
        object-fit: contain;
    }
    .header__contact-row{
        margin-left: 12px;
    }
    .header__phone a{
        font-size: 15px;
        line-height: 18px;
    }
    .header__contact-btn{
        line-height: 17px;
    }
    .banner{
        min-height: 600px;
    }
    .banner__menu-item{
        padding: 20px;
    }
    .banner__menu-item img {
        margin-right: 12px;
        width: 35px;
        height: 35px;
        object-fit: contain;
    }
    .banner__menu-item-title{
        font-size: 16px;
        line-height: 130%;
    }
    .ind-about__main .ind-about img{
        object-fit: contain;
        max-height: 450px;
    }
    .ind-about__text, .ind-about__text p{
        font-size: 17px;
        margin: 0 0 20px 0;
    }
    .ind-uslugi__item,
    .form-panel{
        padding: 30px;
    }
    .ind-uslugi__item-title{
        font-size: 17px;
        line-height: 130%;
    }
    .ind-uslugi__item-info img{
        width: 100px;
        min-width: 100px;
        object-fit: contain;
        height: 84px;
    }
    .ind-partners__main > img{
        width: 900px;
        height: auto;
    }
    .ind-napravl__info-link ul li a{
        font-size: 22px;
        background-size: 28px 37px;
        min-height: 37px;
        margin: 20px 0 0 0;
    }
    .ind-map,
    .map__main{
        height: 730px;
    }
    .form-panel__preview{
        font-size: 17px;
    }
    .form-panel__form input{
        margin-bottom: 12px;
        padding: 14px;
    }
    .popup__form-mess {
        padding-top: 12px;
        font-size: 15px;
        line-height: 20px;
    }
    .footer__social-item img{
        width: 40px;
        height: 40px;
    }
    .popup__main{
        padding: 30px;
    }
    .popup__block-title{
        font-size: 26px;
    }
    .popup__block-preview {
        font-size: 15px;
        line-height: 20px;
        padding-top: 12px;
    }
    .popup__form{
        margin-top: 20px;
    }
    .contacts{
        padding-bottom: 700px;
    }
    .banner-h1 {
        font-size: 48px;
    }
    .contacts__map{
        height: 600px;
    }
    .gallery-tabs__block-title{
        font-size: 17px;
    }
    .gallery-tab{
        font-size: 13px;
        line-height: 18px;
        padding: 9px 15px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered{
        padding: 11px 52px 12px 16px;
    }
    .select2-container--default .select2-selection--single{
        height: 43px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow{
        top: 14px;
    }
    .gallery-swiper-big img{
        height: 600px;
    }
    .form-panel__bottom{
        margin-top: 12px;
    }
}

@media(max-width: 1500px){
    .container-big {
        padding: 0 20px;
    }
    body .btn__red {
        font-size: 14px;
        padding: 12px 20px 14px 20px;
    }
    .mt40 {
        margin-top: 30px !important;
    }
    .mt100 {
        margin-top: 60px !important;
    }
    .pb100 {
        padding-bottom: 60px;
    }
    .pt100 {
        padding-top: 60px;
    }
    h1, .h1, .ind-map__panel-title {
        font-size: 36px;
    }
    .content, .content p {
        font-size: 20px;
        margin: 0 0 15px 0;
    }
    .header__logo{
        width: 140px;
        height: 54px;
    }
    .header__phone a {
        font-size: 14px;
        line-height: 17px;
    }
    .header__contact-btn{
        font-size: 13px;
    }
    .header__contact-row{
        margin-left: 10px;
    }
    .header__phone-icon{
        width: 30px;
        height: 30px;
    }
    .header{
        padding: 5px 0;
    }
    .banner__item-preview{
        font-size: 20px;
    }
    .banner {
        min-height: 550px;
    }
    .banner__menu-item {
        padding: 15px;
    }
    .banner__menu-item img{
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .banner__menu-item-title {
        font-size: 15px;
        line-height: 125%;
    }
    .banner__menu-item-preview{
        font-size: 13px;
        line-height: 17px;
    }
    .banner__menu-item{
        margin-right: 1%;
    }
    .ind-about__main .ind-about img{
        max-height: 400px;
    }
    .ind-about__text, .ind-about__text p {
        font-size: 16px;
        margin: 0 0 15px 0;
    }
    .ind-uslugi__item, .form-panel {
        padding: 20px;
    }
    .ind-uslugi__item{
        margin-top: 15px;
    }
    .ind-uslugi__item-title{
        font-size: 16px;
    }
    .ind-uslugi__item-info img {
        width: 80px;
        min-width: 80px;
        height: 67px;
        margin-left: 15px;
    }
    .ind-uslugi__item-link{
        font-size: 13px;
        line-height: 17px;
    }
    .ind-partners__main > img{
        width: 800px;
    }
    .ind-clients__item {
        padding: 10px 13px;
    }
    .ind-clients__item img{
        max-height: 60px;
    }
    .ind-napravl__info-link ul li a {
        font-size: 20px;
        background-size: 28px 29px;
        min-height: 30px;
        margin: 15px 0 0 0;
        padding-left: 40px;
    }
    .ind-napravl img{
        max-width: 500px;
    }
    .ind-map, .map__main {
        height: 620px;
    }
    .form-panel__preview {
        font-size: 16px;
        line-height: 22px;
    }
    .form-panel__form input{
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 10px;
        padding: 12px 14px;
    }
    .form-panel__policy{
        margin-left: 12px;
    }
    .popup__form-mess {
        padding-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .form-panel__form{
        font-size: 20px;
        line-height: 26px;
    }
    .footer__col > img{
        width: 170px;
        height: auto;
    }
    .footer__col .header__contact {
        margin-top: 20px;
    }
    .footer__social-item img {
        width: 35px;
        height: 35px;
    }
    .popup__main {
        padding: 25px;
    }
    .popup__block-title {
        font-size: 24px;
        padding-right: 20px;
    }
    .popup__block-preview {
        font-size: 14px;
        line-height: 17px;
        padding-top: 10px;
    }
    body .popup__form-btn{
        margin-top: 12px;
    }
    .popup__block{
        font-size: 20px;
        line-height: 26px;
    }
    .contacts{
        padding-bottom: 600px;
    }
    .banner-h1 {
        font-size: 42px;
    }
    .contacts__map{
        height: 500px;
    }
    .content, .content p{
        font-size: 18px;
    }
    .uslugi__item{
        padding: 18px 15px;
        width: 33%;
        margin: 0.5% 0.5% 0 0;
    }
    .uslugi__item-icon {
        min-width: 35px;
        margin-right: 12px;
    }
    .uslugi__item-title{
        font-size: 16px;
    }
    .gallery-button-prev, .gallery-button-next{
        width: 50px;
        background-size: 40px 40px;
    }
    .gallery-tabs__block-title {
        font-size: 16px;
    }
    .gallery-tab {
        font-size: 12px;
        line-height: 16px;
        padding: 7px 15px;
    }
    .gallery-swiper-big img{
        height: 550px;
    }
    .form-panel__bottom{
        margin-top: 10px;
    }
    .cookie__wrapper-title{
        font-size: 16px;
    }
    .cookie__wrapper-text,
    .cookie__wrapper-send{
        font-size: 14px;
    }

}

@media(max-width: 1349px){
    .header__menu {
        margin: 0 10px;
    }
    .header__logo {
        width: 120px;
        height: 46px;
    }  
    .header__contact-row {
        margin-left: 5px;
    }
    .header__contact-btn {
        font-size: 12px;
    }
    .header__phone a {
        font-size: 13px;
        line-height: 15px;
    }
    .banner {
        min-height: 500px;
    }
    .banner__menu-item {
        padding: 13px 10px;
    }
    .banner__menu-item-title{
        font-size: 14px;
    }
    .banner__menu-item{
        width: 24%;
    }
    .ind-about__main .ind-about img {
        max-height: 300px;
    }
    h1, .h1, .ind-map__panel-title {
        font-size: 30px;
    }
    .content, .content p {
        font-size: 18px;
        margin: 0 0 12px 0;
    }
    .ind-uslugi__item, .form-panel {
        padding: 15px;
    }
    .ind-uslugi__item-info img {
        width: 65px;
        min-width: 65px;
        height: 55px;
    }
    .ind-partners__main > img {
        width: 650px;
    }
    .ind-clients__item img {
        max-height: 52px;
    }
    .ind-napravl__info-link ul li a{
        font-size: 18px;
    }
    .form-panel__preview {
        font-size: 14px;
        line-height: 20px;
    }
    .form-panel__form{
        font-size: 18px;
        line-height: 24px;
    }
    main {
        margin-top: 83px;
    }
    .contacts{
        padding-bottom: 500px;
    }
    .banner-h1 {
        font-size: 36px;
    }
    .contacts__map{
        height: 400px;
    }

}

@media(max-width: 1199px){
    .container-big,
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header{
        display: none;
    }
    .header__mobile{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
    }
    .header__mobile-burger{
        width: 48px;
        height: 53px;
        background: url('/local/templates/krabservice/images/burger-mobile.svg')no-repeat 50%;
        background-size: contain;
    }
    .banner {
        min-height: 415px;
    }
    .banner__menu-item {
        width: 32%;
    }
    h1, .h1, .ind-map__panel-title {
        font-size: 28px;
    }
    .content, .content p {
        font-size: 15px;
        margin: 0 0 10px 0;
    }
    .ind-partners__main > img {
        width: 50%;
        right: 0;
    }
    .ind-napravl img {
        max-width: 50%;
    }
    .mobile__menu{
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: #293030;
        padding: 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        transition: 0.3s;
    }
    .mobile__menu.show{
        left: 0;
    }
    .mobile__menu-info{
        width: 100%;
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-top: 30px;
        overflow: auto;
        padding-bottom: 30px;
    }
    .header__mobile-burger-close{
        width: 48px;
        height: 53px;
        background: url('/local/templates/krabservice/images/burger-mobile-close.svg')no-repeat 50%;
        background-size: contain;
    }
    .mobile__menu-info .header__menu{
        margin: 0;
    }
    .mobile__menu-info .header__menu ul{
        width: 100%;
        flex-direction: column;
    }
    .mobile__menu-info .header__menu ul li a{
        font-size: 16px;
        margin: 15px 0;
    }
    .mobile__menu-info .header__contact{
        margin-top: 30px;
    }
    .mobile__menu-info .header__phone-icon {
        width: 50px;
        height: 50px;
    }
    .mobile__menu-info .header__contact-row {
        margin-left: 15px;
    }
    .mobile__menu-info .header__contact-btn {
        font-size: 16px;
    }
    .mobile__menu-info .header__phone a {
        font-size: 18px;
        line-height: 28px;
    }
    .mobile__menu-info .header__phone a:hover{
        border-bottom: none;
    }
    .banner__img{
        opacity: 0.5;
        right: 0;
    }
    .banner__img img{
        max-width: 100%;
        height: auto;
    }

}

@media(max-width: 991px){
    .banner{
        min-height: auto;
    }
    .form-panel__bottom{
        flex-direction: column;
    }
    .form-panel__policy{
        margin: 10px 0 0 0;
    }
    .footer__col > img{
        width: 130px;
    }
    .footer__info{
        gap: 0 20px;
    }
    .footer__menu ul {
        gap: 20px 20px;
    }
    .contacts {
        padding-bottom: 480px;
    }
    .container > .mt100 > .container{
        padding-left: 0;
        padding-right: 0;
    }
    .uslugi__item {
        padding: 15px 12px;
        width: 49%;
        margin: 2% 2% 0 0;
    }
    .uslugi__item:nth-child(3){
        margin-top: 2%;
    }
    .uslugi__item:nth-child(3n){
        margin-right: 2%;
    }
    .uslugi__item:nth-child(2n){
        margin-right: 0;
    }
    .gallery-button-prev, .gallery-button-next {
        width: 40px;
        background-size: 30px 30px;
    }
    .gallery-swiper-min {
        margin-top: 15px;
    }

}

@media(max-width: 767px){
    .header__mobile{
        padding: 10px 0;
    }
    .header__mobile-logo{
        height: 45px;
        object-fit: contain;
        width: auto;
    }
    .header__mobile-burger,
    .header__mobile-burger-close{
        width: 42px;
        height: 45px;
    }
    .mobile__menu{
        padding: 10px 15px;
    }
    .mobile__menu-info{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .mobile__menu-info .header__menu ul li a {
        font-size: 15px;
        margin: 10px 0;
    }
    .mobile__menu-info .header__contact {
        margin-top: 20px;
    }
    .mobile__menu-info .header__phone-icon {
        width: 40px;
        height: 40px;
    }
    main {
        margin-top: 65px;
    }
    .banner__item-main{
        position: relative;
        left: 0;
        bottom: 0;
        height: auto;
        transform: translateX(0);
        justify-content: flex-start;
        margin-top: 20px;
    }
    .banner__item{
        flex-direction: column;
    }
    .banner__item-preview {
        font-size: 18px;
        text-align: center;
    }
    body .btn__red{
        font-size: 13px;
    }
    .banner__item-main .btn__red{
        margin-top: 20px!important;
        margin-left: auto;
        margin-right: auto;
    }
    .mt100 {
        margin-top: 50px !important;
    }
    .banner__menu-item {
        width: 100%;
        margin-top: 15px;
    }
    .banner__menu-item:first-child{
        margin-top: 0;
    }
    .ind-about__main .ind-about img{
        height: auto;
    }
    h1, .h1, .ind-map__panel-title {
        font-size: 26px;
    }
    .ind-uslugi__item{
        width: 100%;
    }
    .ind-uslugi__item:nth-child(2){
        margin-top: 15px;
    }
    .ind-uslugi__item-title {
        font-size: 15px;
    }
    .ind-partners__main > img{
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
    }
    .ind-about__main{
        margin-top: 40px;
    }
    .ind-about__main > .container{
        margin-top: 20px!important;
    }
    .ind-partners__info {
        width: 100%;
    }
    .ind-clients__item img{
        max-width: 100%;
    }
    .pb100 {
        padding-bottom: 40px;
    }
    .pt100 {
        padding-top: 40px;
    }
    .ind-napravl{
        flex-direction: column;
        align-items: center;
    }
    .ind-napravl__info {
        max-width: inherit;
        margin-top: 20px;
    }
    .ind-napravl__info-link ul li a {
        font-size: 16px;
    }
    .ind-map{
        height: auto;
    }
    .map__main {
        height: 400px;
    }
    .ind-map__panel{
        position: relative;
        left: 0;
        bottom: 0;
    }
    .ind-map__panel {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .ind-map__panel .btn__red{
        margin-top: 15px!important;
    }
    .form-panel{
        flex-direction: column;
    }
    .form-panel__form{
        width: 100%;
        margin-top: 20px;
    }
    .form-panel__info-title{
        font-size: 18px;
    }
    .form-panel__info{
        max-width: inherit;
    }
    .footer__col{
        display: none;
    }
    .footer__col:first-child{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .footer__info {
        gap: 0;
        width: 100%;
        justify-content: center;
    }
    .footer__col > img {
        width: 150px;
    }
    .footer__text{
        text-align: center;
        margin-top: 20px!important;
    }
    .footer__bottom{
        flex-direction: column;
        align-items: center;
    }
    .footer__bottom .footer__text{
        margin-top: 0!important;
    }
    .footer__social {
        order: -1;
        margin-bottom: 15px;
    }
    .contacts__map {
        height: 350px;
    }
    .contacts {
        padding-bottom: 415px;
    }
    .banner-h1 {
        font-size: 30px;
    }
    .banner__breadcrumb{
        padding-top: 10px;
    }
    .banner{
        padding-top: 0px!important;
    }
    .uslugi__item-icon {
        min-width: 30px;
        margin-right: 10px;
    }
    .uslugi__item-title {
        font-size: 15px;
        line-height: 20px;
    }
    .uslugi__item-link{
        font-size: 13px;
        line-height: 17px;
    }
    .gallery-tabs__block-title {
        font-size: 15px;
    }
    .gallery-swiper-big img{
        height: 450px;
    }
    .cookie__wrapper-text{
        display: none;
    }
    .cookie__wrapper{
        width: 100%;
        padding: 15px 10px;
    }
    .cookie__wrapper-close{
        right: 10px;
        top: 11px;
    }
    .cookie__wrapper-title {
        text-align: center;
        margin-bottom: 10px;
    }

}

@media(max-width: 575px){
    .popup__main{
        width: 98%;
    } 
    .mobile__menu-info .header__phone-icon{
        display: none;
    }
    .mobile__menu-info .header__contact-row{
        margin-left: 0;
    }
    .mobile__menu-info .header__contact-btn{
        margin-top: 10px;
    }
    .contacts__map {
        height: 300px;
    }
    .contacts {
        padding-bottom: 370px;
    }
    .banner-h1 {
        font-size: 24px;
    }
    .uslugi__item{
        width: 100%;
        margin: 12px 0 0 0;
    }
    .uslugi__item:nth-child(2),
    .uslugi__item:nth-child(3){
        margin-top: 12px;
    }
    .uslugi__item:nth-child(3n){
        margin-right: 0;
    }
    .gallery-button-prev, .gallery-button-next {
        width: 30px;
        background-size: 25px 25px;
    }
    .gallery-swiper-big img{
        height: 400px;
    }

}

@media(max-width: 374px){
    .cookie__wrapper-title {
        font-size: 14px;
    }
}



.banner-small-padding{
    padding-bottom: 40px;
    padding-top: 40px;
    min-height: 550px;
}