html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    height: 100%;
}
body {
    line-height: 1;
    color: #333333;
    font-family: Raleway;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
    text-decoration: none;
    color: #333333;
}

img{
    max-width: 100%;
}

strong{
    font-weight: 900;
}

/* Container */

.page-content {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;

}



body{
    background: #FAFAFA;
}

.flex-container {
    display: flex;
}

.fixed-position {
    /*position: fixed;*/
    width: 100%;
    overflow: hidden;
    height: 100%;
 }

 /*
 .overflov-menu{
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    opacity:0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition:   .4s ease;
 }

 .fixed-position .overflov-menu{
    opacity: 1;
    z-index: 2;
 }
 */

 body::after{
    display: block;
    content: '';
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: .4s ease;
    z-index: -1;
}

.fixed-position::after{
    opacity: 1;
    z-index: 2;
}

.hide_mob{

}

.show_mob{
    display: none !important;
}

.home{
    min-height: 100vh;  
    height: 100%; 
    background-size: cover;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}

/* header */

.header{

}

.header .logo_phone{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: 90px;
    box-sizing: border-box;
}

.nav-toggle{
    cursor: pointer;
    padding: 15px;
}

#site-navigation{
    padding: 50px;
}

.menu-item{
    margin-bottom: 15px;
}

.menu-item a{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
}

.item-link a{
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    width: 100%;
    display: block;
    position: relative;
}

.item-link a::after{
    content: '';
    background-image: url(../images/arrow-left-link.svg);
    width: 51px;
    height: 8px;
    right: 0;
    position: absolute;
    top: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.item-link a:hover::after{

}

.footer-menu{
    flex-wrap: wrap;
}

.footer.footer-menu{
    display: none;
}

.footer-menu .social_link{
    width: 50%;
}

.footer-menu  .language{
    width: 50%;
    display: flex;
}

.footer-menu  .language .language__select-values{
    margin-left: auto;
}

.footer-menu .copyright{
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
}

.footer-menu .copyright p{
    font-size: 12px;
    line-height: 74%;
}

.footer-menu .copyright p:first-child{
    margin-bottom: 10px;
}

.nav-open{
    position: fixed;
    z-index: 1;
}

.icon-nav-toggle{
    width: 60px;
    height: 60px;
}

.phone-header{
    position: fixed;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 1;
}



.navigation-slide .phone-header{
    position: absolute; 
}

.phone-head a{
    font-weight: 900;
    font-size: 24px;
    line-height: 120%;
}

.icon-phone-header{
    width: 60px;
    height: 60px;
}

.icon-nav-close{
    width: 60px;
    height: 60px;
}

.navigation-slide{
    position: fixed;
    background-color: #FAFAFA;
    width: 450px;
    max-width: 100%;
    transition: .4s ease;
    opacity: 1;
    left: -450px;
    z-index: 9;
    height: 100%;
    overflow-y: auto;
}

.navigation-slide.hide{
    
}

.navigation-slide .logo,
.navigation-slide .phone-header{
    display: none;
}

.navigation-slide.show {
    left: 0;
    
}

.icon-arr{
    transition: .4s ease;
}

.icon-arr:hover{
    width: 70px;
}

.prokat_link{
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
}

.text-link-arrow{
    display: flex;
    flex-direction: column;
}

.long-arrow-right{
    display: block !important;
    margin-left: 60px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(135deg);
    transition: margin-left .4s ease;
}

.long-arrow-left{
    display: block !important;
    
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
    transition: margin-left .4s ease;
  }

.long-arrow-right::after{
     content: "";
     display: block;
     width: 1px;
     height: 50px;
     background-color: black;
     transform: rotate(-45deg) translate(17px, 6px);
     left: 0;
     top: 0;
     transition: .4s ease;
}

.long-arrow-left::after{
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: black;
    transform: rotate(-45deg) translate(17px, 5.5px);
    left: 0;
    top: 0;
}

.page_links a:hover .long-arrow-right{
    margin-left: 80px;

}

.page_links a:hover .long-arrow-right::after{
    height: 70px;
    transform: rotate(-45deg) translate(24px, 10px);
}


.page_links a:hover img{
    transform: scale(1.1);
}

.page_links .links_item:hover{
    background: rgba(250, 250, 250, 0.9);
}

.link-with-arrow{
    align-items: flex-end;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
}

.main-link .text-link-arrow{
    font-weight: 900;
    font-size: 80px;
    line-height: 74%;
}

.page_links{
    height: 390px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    grid-template-areas:
      "block_1 block_2"
      "block_1 block_2"
      "block_3 block_2"
      "block_3 block_4"
      "block_3 block_4";
}

.block_1 { grid-area: block_1; }

.block_2 { grid-area: block_2; }

.block_3 { grid-area: block_3; }

.block_4 { grid-area: block_4; }

.page_links .links_item{
    display: flex;
    background: rgba(250, 250, 250, 0.7);
    backdrop-filter: blur(50px);  
    overflow: hidden;
    transition: .4s ease;
}

.page_links a{
    width: 100%;
}

.page_links img{
    position: absolute;
    top: 0;
    right: 20%;
    transition: .4s ease;
}

.page_links .link-with-arrow{
    padding: 30px;
}

.text-link-arrow{
    font-weight: 900;
    font-size: 48px;
    line-height: 71%;
    color: #333333;
}



.text-stroke{
    /* color: transparent;
    -webkit-text-stroke: 1.2px #333333;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: none; */
    display: flex;
    flex-direction: column;

    color: #fafafa;
    text-shadow: 
        -0  -1.2px  0   #333333,
        0   -1.2px  0   #333333,
        -0  1.2px   0   #333333,
        0   1.2px   0   #333333,
        -1.2px  -0  0   #333333,
        1.2px   -0  0   #333333,
        -1.2px  0   0   #333333,
        1.2px   0   0   #333333,
        -1.2px  -1.2px  0   #333333,
        1.2px   -1.2px  0   #333333,
        -1.2px  1.2px   0   #333333,
        1.2px   1.2px   0   #333333,
        -1.2px  -1.2px  0   #333333,
        1.2px   -1.2px  0   #333333,
        -1.2px  1.2px   0   #333333,
        1.2px   1.2px   0   #333333;
}

.home .text-stroke{
    color: transparent;
    -webkit-text-stroke: 1.2px #333333;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: none;
    display: flex;
    flex-direction: column;
    text-shadow: none;
}

.page_links .links_item a{
    background-image: url(../images/bg-block-1.svg);
    background-position: 84% center;
    background-repeat: no-repeat;
}

.home .page-content{
    /*margin-top: auto;*/
}

.home footer{
    width: 100%;
    position: absolute;
    bottom: 0;
}

.home .not-container{
    bottom: 90px;
    position: absolute;
    width: 100%;
}

.main-link{
    padding-top: 70px;
}

.footer{
    display: flex;
    align-items: center;
    padding: 20px;
    background: rgba(250, 250, 250, 0.7);
    backdrop-filter: blur(50px);
}

.footer .social_link ul {
    display: flex;
    flex-wrap: wrap;
}

.footer .social_link a{
    display: block;
    height: 50px;
}

.footer .social_link a svg{
    width: 40px;
    height: 40px;
    padding: 5px;
}

.footer .social_link ul li{
    margin-right: 10px;
}

.copyright{
    margin-left: 10px;
}

.language{
    margin-left: auto;
}

.language a{
    font-weight: 900;
    font-size: 18px;
    line-height: 74%;
    text-transform: uppercase;
    color: #333333;
}

.languages__item--current{
    display: none;
}


/* Prokat */

.select {
    display: block;
    max-width: 100%;
    width: 375px;
    position: relative;
}

.select::after {
    content: '';
    background-image: url(../images/arrow-select.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: calc((100% - 9px) / 2);
    transition: transform 0.5s;
}

.select.active_select::after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.select select{
    display: none;
}

.new-select {
    position: relative;
    padding: 20px 20px;
    cursor: pointer;
    user-select: none;
    background: #333333;
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
}

.new-select__list {
    position: absolute;
    top: 62px;
    left: 0;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #fff;
    user-select: none;
    font-weight: 900;
    font-size: 18px;
    line-height: 120%;
}

.new-select__list div{
    border-bottom: 1px solid #efefef;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 20px 20px;
}

.new-select__item span:hover {

}

.new-select:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 9px;
    top: 9px;
    /* background: url('path-to-image') no-repeat right center / cover; */
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.title_section{
    display: flex;
    flex-direction: row;
    margin-top: 60px;
}

.sort-page .title_section + .category_rent{
    margin-top: -30px;
}

.sub_title{
    font-weight: 900;
    font-size: 54px;
    line-height: 71%;
    text-transform: uppercase;
    margin-top: 10px;
}

.sort_samokat{
    order: 2;
    margin-left: auto;
}

.title_page{

}

h1{
    font-weight: 900;
    font-size: 48px;
    line-height: 74%;
    text-transform: uppercase;
}

.item-transport-slide{
    width: 300px;
    height: 300px;
    overflow:hidden;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.item-transport-slide img:first-child{
    mix-blend-mode: multiply;
}

.item-transport-slide img{
    margin-left: auto;
    margin-right: auto;
    display: flex;
    transition: transform 0.3s linear;
}

.item-transport-slide:hover  img + img {
    transform: translate3d(-300px, 0, 0);
    transition: transform 0.3s linear;
}

.category_list_location{
    margin-bottom: 30px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.item-transport{
    padding: 30px;
    mix-blend-mode: multiply;
}

.item-transport a{
    padding-bottom: 20px;
    display: block;
    border-bottom: 2px solid #333333;
}

.item-transport-title{
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.img-mix-blend{
    mix-blend-mode: multiply;
}

.img-mix-blend.slick-slide{
    mix-blend-mode: multiply;
}

/* scooter page */

.sub_title + .long-arrow-left{
    margin-top: 30px;
}

.back_page{
    margin-top: 30px;
}

.item-scooter-thumbs-descript{
    display: grid;
    grid-template-columns: 500px 1fr;
    grid-column-gap: 100px;
    margin-top: 60px;
    margin-bottom: 30px;
    justify-content: space-around;
}

.item-scooter-thumbs{
    mix-blend-mode: multiply;
    width: 100%;
    max-width: 500px;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.item-scooter-thumbs img {
    margin-left: 1px;
    margin-right: auto;
    display: flex;
    transition: transform 0.3s linear;
}

.item-scooter-thumbs:hover img + img {
    transform: translate3d(-500px, 0, 0);
    transition: transform 0.3s linear;
}

.item-scooter-descript{
    border: 15px solid #FFFFFF;
    padding: 35px;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
}

.item-scooter-descript-title{
    font-weight: 900;
    font-size: 54px;
    line-height: 100%;
    border-bottom: 2px solid #333333;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.item-scooter-descript-feature, .text-title{
    font-weight: 900;
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 30px;
}

.item-scooter-descript-feature-items{
    display: grid;
    grid-row-gap: 20px;
    font-weight: 500;
    font-size: 20px;
}

.feature-item{
    display: flex;
    justify-content: space-between;
}

.feature-item_label{

}

.feature-item_value{
    font-weight: 900;
}

.item-scooter-price{
    padding: 30px;
   
}

.price-title{
    padding-top: 30px;
    border-top: 2px solid #333333;
}

.price-location {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 100px;
}

.price-location-title{
    font-weight: 900;
    font-size: 28px;
    line-height: 100%;
}

.price-location-price{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
}

.price-location-price tbody tr td{
   padding-bottom: 20px;
}

.price-location-price tbody tr td:last-child{
    text-align: right;
}

.price-location-price table{
    width: 100%;
}

.price-location{
    border-bottom: 2px solid #333333;
    margin-bottom: 20px;
}

.price-location:last-child{
    border: none;
    margin-bottom: 0;
}

.dop-info{
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

.dop-info a{
    text-decoration: underline;
}

.scooter-gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    padding: 30px;
}

.scooter-gallery-item{
    text-align: center;
}

.page-menu{
    margin-top: 80px;
    margin-bottom: 80px;
}

.page-menu .long-arrow-right{
    margin-left: 45px;
    margin-top: 15px;
}

.page-menu li{
    padding: 20px;
}

.page-menu li a{
    font-weight: 900;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
}

.scooter_name{
    text-align: center;
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    margin-top: -15px;
    margin-left: 20px;
}

.scooter-gallery-paginator{
    text-align: center;
}

.scooter-gallery-paginator ul{
    display: inline-flex;
}

.prev{
    display: block;
    height: 20px;
    width: 40px;
    background: url('../images/slide_left.svg') no-repeat;
    background-position: center left;
    cursor: pointer;
}

.next{
    display: block;
    height: 20px;
    width: 40px;
    background: url('../images/slide_right.svg') no-repeat;
    background-position: center right;
    cursor: pointer;
}

/* pravila */

.content-page{
    padding: 60px 30px 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

.header-content{
    font-weight: 900;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 30px;
    word-break: break-word;
}

.content-page ol{
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 30px;
}

.content-page ol li{
    margin-bottom: 20px;
}

.content-page ol li:last-child{
    margin-bottom: 0px;
}

.separator-content{
    border-bottom: 2px solid #333333;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-page ol ul{
    list-style: disc;
    margin-bottom: 20px;
    margin-left: 2px;
}

.content-page p{
    margin-bottom: 30px;
}

.text-red{
    color: #CC0022;
}

/* remont */

.small-header-content{
    font-size: 24px;
    line-height: 130%;
    color: #333333;
    margin-bottom: 30px;
}

.remont-position-img img{
    mix-blend-mode: multiply;
}

.remont-position{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border-top: 2px solid #333333;
    padding-top: 30px;
    margin-top: 60px;
    grid-column-gap: 100px;
}

.remont-position-desc ul{
    list-style: disc;
    padding-left: 20px;
}

.remont-position-desc ul li{
    margin-bottom: 10px;
}

.right-img .remont-position-img{
    order: 1;
}

.medium-header-content{
    font-size: 36px;
    line-height: 100%;
    margin-bottom: 30px;
}

/* o-nas */ 

.video-block{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 10px;
}

.video-block-desc{
    border: 15px solid #FFFFFF;
    padding: 35px;
    margin-left: -35px;
    font-size: 18px;
    line-height: 200%;
}

.video-block-desc p{
    margin: 0;
}

.video-block-desc strong{
    font-weight: 900;
    font-size: 36px;
    line-height: 100%;
}

.padding-20{
    padding: 20px;  
}

div p:last-child{
    margin-bottom: 0;
}

.video-block video{

}

.contact-phone{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 50px;
}

.contact-phone a{
    font-weight: 900;
    font-size: 48px;
    line-height: 120%;
    margin-top: 10px;
}

.contact-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    margin-bottom: 80px;
}

.contact-items a{
    display: flex;
    align-items: center;
}

.contact-item{
    border-bottom: 2px solid #333333;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-items span{
    margin-left: 10px;
    text-decoration: underline;
}

.contact-item-name{
    font-weight: 900;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px;
}

.contact-item-adrres{
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 20px;
}

@media screen and (max-width:1340px){
    .logo_phone{
        width: calc(100% - 160px);
    }
}

@media screen and (max-width:1140px){
    .page_links img{
        right: 5%;
    }

    .item-transport{
        padding: 30px 10px;
    }

    .item-transport-slide {
        width: 250px;
        height: auto;
    }

    .item-transport-slide:hover img + img {
        transform: translate3d(-250px, 0, 0);
    }

    .item-scooter-thumbs-descript{
        grid-column-gap: 30px
    }
}

@media screen and (max-width:991px){
    .category_list_location{
        grid-template-columns: 1fr 1fr;
    }

    .item-transport{
        padding: 0;
        position: relative;
        width: 100%;
    }

    .title_page{
        margin-top: 20px;
    }

    .sort-page .title_section + .category_rent{
        margin-top: 0px;
    }

    /* scooter page */
    .show_mob{
        display: block !important;
    }

    .hide_mob{
        display: none;
    }

    .back_page {
        margin-top: 50px;
    }

    .item-scooter-thumbs-descript{
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
        grid-template-columns: 1fr;
    }

    .item-scooter-descript{
        border: none;
        padding: 0;
        border-top: 2px solid #333333;
        border-bottom: 2px solid #333333;
        padding-bottom: 30px;
        margin-top: 30px;
        margin-bottom: 20px;
        max-width: unset;
    }

    .item-scooter-descript-title{
        display: none;
    }

    .item-scooter-descript-feature{
        margin-top: 20px;
    }

    .item-scooter-price{
        padding: 0;
    }

    .price-location{
        grid-template-columns: 1fr;
    }

    .price-location-title{
        margin-bottom: 20px;
    }

    .scooter-gallery{
        grid-template-columns: 1fr;
        padding: 20px 0;
    }

    .item-scooter-thumbs img{
        margin-left: 1px;
    }

    .scooter-gallery .slick-slide {
        margin: 0 20px 0 0;
    }

    .scooter-gallery  .slick-list {
        margin: 0 -20px 0 0;
    }

    .page-menu li {
        padding: 20px 0;
    }

    .page-menu {
        margin-top: 70px;
        margin-bottom: 0px;
    }

    .video-block{
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .video-block .video{
        text-align: center;
    }

    .video-block-desc{
        border: none;
        padding: 20px 0 0;
        margin-left: 0;
    }

}

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

    .header .logo_phone{
        align-items: center;
        justify-content: center;
    }

    .header {
        background-color: #fafafa;
    }

    .home{
        background-size: 120%;
        background-position-y: 90px;
    }

    .home .page-content {
        margin-top: auto;
    }

    .phone-head{
        display: none;
    }

    #site-navigation{
        padding: 20px;
    }

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

    .navigation-slide .phone-header{
        display: block;
    }

    .navigation-slide .logo{
        display: block;
        position: absolute;
        left: calc((100% - 79px) / 2);
        top: 13px;
    }

    .navigation-slide{
        left: -100%;
        width: 100%;
    }

    .menu-item:last-child {
        margin-bottom: 0px;
    }

    .main-link {
        padding-top: 20px;
        padding-bottom: 64px;
    }

    .prokat_link{
        align-items: normal;
        flex-direction: column;
    }

    .prokat_link .long-arrow-right{
        margin-left: 45px;
        margin-top: 15px;
    }

    .prokat_link:hover .long-arrow-right {
        margin-left: 65px;
    }

    .page_links{
        background-color: #fafafa;
        height: 380px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page_links .links_item{
        background: #fafafa;
        backdrop-filter: unset;
        outline: 2px solid #333333;
        outline-offset: -2px;
    }

    .page_links .link-with-arrow {
        padding: 20px;
    }

    .page_links .links_item:nth-child(2){
        outline-width: 8px;
        outline-offset: -8px;
    }

    .page_links .links_item:nth-child(3){
        outline-width: 5px;
        outline-offset: -5px;
    }

    .page_links .links_item a{
        background-image: unset;
    }

    .page_links img{
        display: none;
    }

    .page_links .long-arrow-right{
        display: none !important;
    }

    .footer.footer-menu{
        display: flex;
    }

    .footer{
        background: #fafafa;
        flex-wrap: wrap;
        padding: 8px 20px;
    }

    .social_link{
        width: 50%;
    }

    .language{
        width: 50%;
        display: flex;
    }

    .language .language__select-values {
        margin-left: auto;
    }

    .copyright{
        order: 3;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .copyright p {
        font-size: 12px;
        line-height: 74%;
    }

    .copyright p:first-child {
        margin-bottom: 8px;
        margin-top: 8px;
    }

    /* prokat */ 

    .title_section{
        flex-direction: column;
        margin-top: 0px;
    }

    .select{
        max-width: unset;
        width: 100%;
    }

    .sort_samokat {
        order: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    .header-content{
        font-size: 36px;
    }

    .content-page{
        padding-top: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .remont-position{
        grid-template-columns: 1fr;
    }

    .right-img .remont-position-img{
        order: 0;
    }

    .remont-position-img{
        margin-bottom: 30px;
    }

    .padding-20{
        padding: 0;
    }

    .video-block{
        padding: 0;
    }

    .video-block video {
        width: 100%;
    }

    .video-block .video{
        margin-left: -20px;
        margin-right: -20px;
    }

    .video-block-desc strong{
        font-size: 24px;
    }

    .content-page p {
        margin-bottom: 20px;
    }

    .contact-items{
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        margin-bottom: 0;
    }

    .contact-phone{
        padding: 0;
        padding-bottom: 40px;
        margin-bottom: 20px;
        border-bottom: 2px solid #333333;
    }

    .contact-items .contact-item:last-child{
        border-bottom: none;
    }

    .contact-item-adrres{
        letter-spacing: -0.3px;
    }

    .remont-position-img img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .home footer{
        position: relative;
    }

    .home .not-container{
        position: unset;
    }

    .home .container {
        /*height: auto;*/
    }

}

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

    .category_list_location{
        grid-template-columns: 1fr;
    }

    .item-transport{
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .item-transport a{
        margin-right: 20px;
    }

    .item-transport-slide{
        width: 100%;
        height: auto;
    }

    .item-transport-slide img{
        /* width: 320px;
        padding-left: 30px; */
    }

    .item-transport-slide:hover  img + img {
        transform: unset;
        transition: transform 0.3s linear;
    }

    .category_list_location .slick-list{
        margin-left: -1px;
   }

   .item-slick-slide .slick-slide {
        margin: 0 20px 0 0;
    }

    .item-slick-slide  .slick-list {
        margin: 0 -20px 0 0;
    }

    h1{
        font-size: 40px;
    }

    .contact-phone a{
        font-weight: 900;
font-size: 30px;
line-height: 120%;
    }
   
}

@media screen and (max-width: 375px) {
    .item-transport-slide img{
        width: 300px;
        margin-left: 20px;
    }

    .category_list_location{
        margin-right: -20px;
    }
    
    .scooter-gallery .slick-slide img{
        max-width: 300px;
    }
    

}

@media screen and (max-width: 320px) {
    .home{
        background-size: 140%;
    }
}