@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,700,900|Montserrat:300,400,500,700&display=swap&subset=cyrillic');


body {
    font-size: 16px;
    color: #1A1A1A;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
h1, h2, h3 {
    font-family: 'Fira Sans', sans-serif;
}
h1 {
    font-size: 55px;
}
h2 {
    font-size: 45px;
}
h3 {
    font-size: 35px;
}
.container {
    max-width: 1190px;
}
.btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 28px;
    border-radius: 0;
    border: 0;
    color: #1A1A1A;
    transition: 0.2s;
}
.btn-clear {
    border: 1px solid #1A1A1A;
}
.btn-clear:hover {
    border: 1px solid #1A1A1A;
    background: #1A1A1A;
    color:#fff;
}
.btn-primary {
    background: #FFD12D;
    border: 1px solid #FFD12D;
}
    .btn-primary:hover {
        background: #f3c524;
        color: #1A1A1A;
        border: 1px solid #f3c524;
    }
.btn-lead {
    font-size: 16px;
    box-shadow: 0px 10px 30px rgba(0,0,0, .15)
}
    .btn-lead:hover {
        box-shadow: 0px 10px 30px rgba(0,0,0, .25)
    }
.btn-black {
    background: #1A1A1A;
    color: #fff;
    border-color: #1A1A1A;
}
.btn-black:hover {
    background: #383838;
    border-color: #383838;
}
small>a {
    color:#6c757d;
    text-decoration: underline;
}
    small>a:hover {
        text-decoration: none;
    }
button:focus {
    outline: 0;
}
.form-control {
    border-radius: 0px;
    border-color:#7C7C7C;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #7C7C7C;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(124, 124, 124, 0.4);
}
header {
    background: url(../img/bg-head.jpg) no-repeat;
    background-size: cover;
}
    header .top {
        padding-top: 25px;
        padding-bottom: 20px;
    }
    header .logo {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
    }
.top-phone {
    padding-left: 20px;
}
    .top-phone__head {
        font-size: 22px;
        font-weight: 500;
        position: relative;
    }
        .top-phone__head span{
            position: relative;
        }
        .top-phone__head span:before {
            content: '';
            width: 15px;
            height: 15px;
            top:50%;
            transform: translateY(-50%);
            background: url(../img/phone.svg) no-repeat;
            background-size: contain;
            position: absolute;
            left: -20px;
        }
.top .nav-link {
    display: block;
    padding: 5px 10px;
    color: #1A1A1A;
}
.top .nav .nav-item:last-child .nav-link {
    padding-right: 0;
}
.lead {
    padding-top: 18vh;
    padding-bottom: 22vh;
    position: relative;
}
    .lead:after {
        position: absolute;
        content: '';
        width: 47%;
        height: 84%;
        background: url(../img/kargo.png) no-repeat;
        background-size: contain;
        right: 20px;
        bottom: 0px;
    }
    .lead h1 {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .icons-lead {
        margin-bottom: 50px;
        font-size: 16px;
        display: flex;
    }
        .icons-lead__item {
            display: flex;
            align-items: center;
            align-content: center;
            margin-right: 15px;
            line-height: 1.2;
            margin-bottom: 10px;
        }
            .icons-lead__item:last-child{
                margin-right: 0;
            }
        .icons-lead .icon-lead {
            width: 45px;
            height: 45px;
            margin-right: 15px;
            background-size: contain!important;
            display: block;
            flex-grow: 0;
            flex-shrink: 0;

        }
            .icon-lead.time {
                background: url(../img/stopwatch.svg) no-repeat center;
            }
            .icon-lead.short {
                background: url(../img/clock.svg) no-repeat center;
            }
            .icon-lead.all {
                background: url(../img/tow-truck.svg) no-repeat center;
            }
.block {
    padding-top: 80px;
    padding-bottom: 80px;
}
.block h2 {
    font-weight: 600;
    position: relative;
    padding-left: 30px;    
    margin-bottom: 30px;
    text-transform: uppercase;
}
    .block h2::before{
        content:'';
        width: 12px;
        height: 12px;
        position: absolute;
        left: 0;
        top:50%;
        transform: translateY(-50%);
        background: #E8CB64;
        border-radius: 50%;
    }
.block h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
    .service-item, .evacuator-item {
        box-shadow: 0px 4px 20px rgba(45, 45, 45, 0.15);
    }
        .service-item img, .evacuator-item img {
            width: 100%;
            height: auto;
        }
        .service-item .content, .evacuator-item .content {
            padding: 25px;
        }
        .service-item .content .name, .evacuator-item .content .name {
            font-size: 20px;
            font-weight: 500;
            margin-bottom: 10px;
            line-height: 1;
        }
        .service-item .content .price  {
            font-weight: 300;
            margin-bottom: 10px;
        }
        .service-item .content .desc, .evacuator-item .content .desc {
            font-size: 14px;
            color:#505050;
        }
        .service-item .content-main, .evacuator-item .content-main {
            margin-bottom: 30px;
        }
        .service-item .buttons .btn {
            display: block;
        }
.service-list {
    margin-bottom: 60px;
}
.evacuation-item {
    display: flex;
    align-items:center;
    background: #fff;
}
    .evacuation-item .name {
        text-transform: uppercase;
        font-size: 18px;
    }
    .evac-icon {
        width: 75px;
        height: 65px;
        margin-right: 15px;
        background-size: contain!important;
        display: block;
        flex-grow: 0;
        flex-shrink: 0;
    }
        .evac-icon.cargo {
            background: url(../img/cargo.svg) no-repeat center;
        }
        .evac-icon.traktor {
            background: url(../img/traktor.svg) no-repeat center;
        }
        .evac-icon.bus {
            background: url(../img/bus.svg) no-repeat center;
        }
        .evac-icon.spec {
            background: url(../img/spec.svg) no-repeat center;
        }
.evacuator-item {
    background: #fff;
}
    .evacuator-item .buttons a:first-child {
        margin-right: 10px;
    }

#evacuators {
    background: url(../img/bg-evac.jpg) no-repeat;
    background-size: cover;
}
/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

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

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.job-slide .slide .content{
    margin: 10px;
    min-height: 250px;
    background-size: cover!important;
    position: relative;
}
    .job-slide .slide .content span {
        position: absolute;
        color: #fff;
        bottom: 10px;
        left: 10px;
        line-height: 1;
        font-size: 18px;
        font-weight: 300;
        z-index: 1;
        padding: 15px;
    }
    .job-slide .slide .content a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        z-index: 2;
    }
.slick-arrow {
    width: 20px;
    height: 40px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    background: url(../img/arrow.svg) no-repeat;
    background-size: contain;  
    font-size: 0;
    border: 0;  
    transition: 0.2s;
    cursor: pointer;
}
.slick-next {
    right: -60px;
}
.slick-prev {
    left: -60px;
    transform: rotate(180deg) translateY(50%);
}
.slick-disabled {
    opacity: .2;
}
.job-slide {
    margin-bottom: 60px;
}
.price-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    align-items: flex-end;
}
    .price-item .name {
        width: 80%;
    }
    .price-item .name span {        
        padding: 5px;
        position: relative;
        z-index: 1;
        background: #fff;
    }
    .price-item .cost {
        width: 20%;
        background: #fff;
        position: relative;
        z-index: 1;
    }
    .price-item .cost span {
        padding: 5px; 
        font-weight: 600;
    }
    .price-item .name:after {
        content: '';
        right: 5px;
        left: 0;
        height: 1px;
        margin: 1.05em 0 0;
        position: absolute;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x;
    }
.price-list {
    margin-bottom: 80px;
}
.lead-form {
    background: url(../img/form-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0px 10px 50px rgba(108, 108, 108, 0.25);
}
    .lead-form h3 {
        margin-bottom: 5px;
        font-weight: 600;
    }
    .lead-form .subtitle {
        margin-bottom: 30px;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 300;        
    }
.contact-item {
    margin-bottom: 25px;
}
    .contact-item .name, .contact-item .value {
        margin-bottom: 10px;
        /* line-height: 1; */
    }
    .contact-item .value {
        font-weight: 500;
       /* font-size: 18px;*/
    }
.social a{
    margin-right: 5px;
}
footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #202020;
    color:#fff;
}
.send-form-status {
    display: none;
}
.form-modal {
    display: none;
    max-width: 550px;
}
.hidden-modal {
    display: none;
    max-width: 700px;
}
.menu {
    width: 35px;
    height: 25px;
    position: relative;
    display: none;
}
.mmenu {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
}
    .mmenu span {
        width: 35px;
        height: 2px;
        position: absolute;
        top: 42%;
        left: 0;
        background: #383838;
        transition: 0.2s;
    }
        .mmenu span:before, .mmenu span:after {
            content: '';
            width: 35px;
            height: 2px;
            background: #383838;
            position: absolute;
            transform: translateY(-8px);
            left: 0px;
            transition: 0.2s;
        }
        .mmenu span:before {
            transform: translateY(-8px);
        }
        .mmenu span:after {
            transform: translateY(8px);
            width: 27px;
        }
        #sidebar {
            width: 350px;
            position: fixed;
            top: 0;
            right: -350px;
            height: 100vh;
            max-width: 100%;
            z-index: 999;
            text-align: right;
            background: #f3c524;
            color: #212529;
            transition: all 0.3s;
            overflow-y: scroll;
            box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        }
        
        #sidebar.active {
            right: 0;
        }
        
        #dismiss {
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            background: #f4c525;
            position: absolute;
            top: 10px;
            left: 10px;
            cursor: pointer;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }
        
        #dismiss:hover {
            background: #fff;
            color: #7386D5;
        }
        
        .overlay {
            display: none;
            position: fixed;
            width: 100vw;
            height: 100vh;
            background: rgba(0, 0, 0, 0.7);
            z-index: 998;
            opacity: 0;
            top:0;
            transition: all 0.5s ease-in-out;
        }
        .overlay.active {
            display: block;
            opacity: 1;
        }
        
        #sidebar .sidebar-header {
            padding: 20px;
            background: #eabb1a;
        }
        
        #sidebar ul.components {
            padding: 20px 0;
            border-bottom: 1px solid #47748b;
        }
        
        #sidebar ul p {
            color: #fff;
            padding: 10px;
        }
        
        #sidebar ul li a {
            padding: 10px;
            font-size: 1.1em;
            display: block;
            text-align: left;
            color: #212529;
        }
        
        #sidebar ul li a:hover {
            color: #212529;
            background: #fff;
        }
        
        #sidebar ul li.active>a,
        a[aria-expanded="true"] {
            color: #fff;
            background: #6d7fcc;
        }
        
        a[data-toggle="collapse"] {
            position: relative;
        }
        
        .dropdown-toggle::after {
            display: block;
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
        }
        .arrow-left {
            background: url(../img/str.svg) no-repeat center center;
            background-size: 60%;
            width: 100%;
            height: 100%;
            display: block;
        }
        .top-nav.fixed {
            position: fixed;
            background: #fff;
            left: 0;
            right: 0;
            z-index: 995;
            padding: 5px 15px;
        }
        
        .top-nav.fixed .header-contact {
            align-items: center;
        }
        .form {
            padding-left: 10px;
            padding-right: 10px;
        }
        
 .grecaptcha-badge {
    right: -2000px !important;
}       
.phone-call {
    background: #44bb6e url(http://sagdat.ru/images/call.png) no-repeat scroll 14px 16px;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    border-radius: 50%;
    border: 3px solid #44bb6e;
    box-shadow: 1px 2px 2px 1px rgba(41, 113, 43, 0.76);
    -webkit-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
    z-index: 9999;
    display: none;
}

@media(max-width:700px) {
    .phone-call {
        display:block;
    }
}

#cookie_note{
    display: none;
    position: fixed;
    width: min(900px, 95%);
    padding: 1.5rem;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 8px 8px 0px rgb(46 46 46 / 18%);
    z-index:9999;
	inset: auto auto 16px 50%;
    transform: translateX(-50%);
    border: 1px solid #28537b;
    p{
        margin: 0;
        font-size: .9rem;
        text-align: left;
        color: black;
    }
    .cookie_title {
        margin-bottom: 4px !important;
        font-weight: 600;
    }
    .btn.btn-open {
    	white-space: nowrap!important;
    }
    &.show{
        display: flex!important;
        gap: 1rem;
        flex-direction:column;
    }
    @media (min-width: 576px){
        &.show{
            flex-direction:row;
            align-items:center;
            gap: 2rem;
        }
    }
}
