

/* Start:/local/templates/citytruck/assets/fonts/fonts.css?17756355542238*/
@font-face {
    font-family: "Manrope";
    src: local('Montserrat ExtraLight'), url('/local/templates/citytruck/assets/fonts/Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Manrope";
    src: local('Manrope Light'), url('/local/templates/citytruck/assets/fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Manrope";
    src: local('Manrope Regular'), url('/local/templates/citytruck/assets/fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Manrope";
    src: local('Manrope Medium'), url('/local/templates/citytruck/assets/fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Manrope";
    src: local('Manrope SemiBold'), url('/local/templates/citytruck/assets/fonts/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Manrope";
    src: local('Manrope Bold'), url('/local/templates/citytruck/assets/fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Manrope";
    src: local('Manrope ExtraBold'), url('/local/templates/citytruck/assets/fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Orbitron";
    src: local('Orbitron Regular'), url('/local/templates/citytruck/assets/fonts/Orbitron-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Orbitron";
    src: local('Orbitron Medium'), url('/local/templates/citytruck/assets/fonts/Orbitron-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Orbitron";
    src: local('Orbitron SemiBold'), url('/local/templates/citytruck/assets/fonts/Orbitron-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Orbitron";
    src: local('Orbitron Bold'), url('/local/templates/citytruck/assets/fonts/Orbitron-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Orbitron";
    src: local('Orbitron ExtraBold'), url('/local/templates/citytruck/assets/fonts/Orbitron-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Orbitron";
    src: local('Orbitron Black'), url('/local/templates/citytruck/assets/fonts/Orbitron-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
/* End */


/* Start:/local/templates/citytruck/assets/css/owl.carousel.css?15242305304744*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/citytruck/assets/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/citytruck/assets/css/style.css?178038362021189*/
:root {
    /*--footer-title-color: #FFF;  Цвет заголовков блоков */
}

*, *::before, *::after{
    box-sizing: border-box;
}

html{
    block-size: 100%;
}

html,body,h1,h2,h3,h4,p,ul,ol,li,blockquote,fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

body{
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    overflow-x: hidden;
    color: #3B3B3B;
}

body.page{
    background: rgba(245, 248, 247, 1);
}

ul,ol{
    list-style: none;
}

a{
    cursor: pointer;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    color: rgba(163, 196, 182, 1);
}

img{
    max-width: 100%;
    height: auto;
}

.h1{
    color: #000;
    font-family: "Unbounded", sans-serif;
    font-style: normal;
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin: 30px 0 25px 0;
}

.container{
    inline-size: 90%;
    block-size: 100%;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
}

h1{
    color: rgba(32, 32, 32, 1);
    font-family: "Orbitron", sans-serif;
    font-size: 140px;
    font-weight: 700;
    line-height: 160px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}

.header__mobile{
    display: none;
}

header{
    position: relative;
}

.header{
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.header__container{
    margin-top: 30px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.header__container img{
    max-width: 160px;
    margin-top: 4px;
}

.header__menu{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.header__menu a{
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    padding: 0 44px;
    border-right: 1px solid rgba(101, 101, 101, 1);
    text-align: center;
}

.header__menu a:nth-child(3){
    margin-bottom: 15px;
}

.header__menu a:nth-child(5) {
    grid-column-start: 3;
    grid-row-start: 2;
}

.header__menu a:nth-child(6) {
    grid-column-start: 3;
    grid-row-start: 3;
}


.header__menu a:nth-child(4),
.header__menu a:nth-child(5),
.header__menu a:nth-child(6){
    border-right: none;
}

.header__contacts-top,
.header__contacts-top a{
    display: block;
    color: rgba(217, 217, 217, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

/*
.header__address{
    border-right: 1px solid rgba(101, 101, 101, 1);
    padding-right: 15px;
}

.header__email{
    padding-left: 15px;
}
*/

.header__email{
    margin-top: 15px;
}

.header__contacts-bottom{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 35px;
    margin-top: 8px;
}

.header__phone,
.header__phone:hover{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
}

.header__social{
    display: flex;
    gap: 10px;
}

.header__social img{
    width: 40px;
    height: 40px;
}

.slider{
    position: relative;
}

.slider__item{
    position: relative;
}

.slider__img{
    width: 100%;
}

.slider__info{
    max-width: 600px;
    position: absolute;
    bottom: 85px;
    color: #fff;
}

.slider__title{
    font-family: "Orbitron", sans-serif;
    color: #fff;
    font-size: 120px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}

.slider__text{
    color: rgba(239, 239, 239, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin-top: 20px;
    margin-bottom: 25px;
}

.slider__more,
.slider__more:hover{
    display: inline-block;
    padding: 20px 26px 20px 26px;
    border-radius: 8px;
    background: rgba(255, 59, 25, 1);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    cursor: pointer;
}

.slider .owl-nav{
    position: absolute;
    bottom: 80px;
    right: 10%;
}

.slider .owl-prev{
    background: url('data:image/svg+xml,<svg viewBox="0 0 10.1064 18.3741" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10.106445" height="18.374146" fill="none" customFrame="%23000000"><path id="Vector" d="M10.1064 16.8725L8.60335 18.3742L0.41643 10.1901C0.284461 10.0589 0.179729 9.903 0.108261 9.73123C0.0367927 9.55946 0 9.37525 0 9.18921C-7.86408e-17 9.00316 0.0367927 8.81896 0.108261 8.64718C0.179729 8.47541 0.284461 8.31947 0.41643 8.18833L8.60335 0L10.105 1.50167L2.42101 9.18708L10.1064 16.8725Z" fill="rgb(255,255,255)" fill-rule="nonzero" /></svg>')!important;
    width: 10px;
    height: 18px;
    margin-right: 50px;
}

.slider .owl-next{
    background: url('data:image/svg+xml,<svg viewBox="0 0 10.1064 18.3741" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="10.106445" height="18.374146" fill="none" customFrame="%23000000"><path id="Vector" d="M10.1064 16.8725L8.60335 18.3742L0.41643 10.1901C0.284461 10.0589 0.179729 9.903 0.108261 9.73123C0.0367927 9.55946 0 9.37525 0 9.18921C-7.86408e-17 9.00316 0.0367927 8.81896 0.108261 8.64718C0.179729 8.47541 0.284461 8.31947 0.41643 8.18833L8.60335 0L10.105 1.50167L2.42101 9.18708L10.1064 16.8725Z" fill="rgb(255,255,255)" fill-rule="nonzero" transform="matrix(-1,-1.22465e-16,1.22465e-16,-1,10.1064,18.3741)" /></svg>')!important;
    width: 10px;
    height: 18px;
}

.about{
    padding: 130px 0;
    background: linear-gradient(180.00deg, rgba(241.51, 241.51, 241.51, 0) 0%,rgba(242, 242, 242, 1) 100%);
}

.about__info{
    min-height: 300px;
    background: url("/local/templates/citytruck/assets/css/../images/about.png") no-repeat center top;
    background-size: auto 400px;
    padding: 55px 0px;
}

.about__info-title{
    color: rgba(103, 103, 103, 1);
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 14%;
    text-align: center;
}

.about__info-text{
    color: rgba(59, 59, 59, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    margin-top: 20px;
}

.products{
    padding: 120px 0;
}

.products__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.products__top-title{
    color: rgba(32, 32, 32, 1);
    font-size: 46px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -4%;
    text-transform: uppercase;
}

.products__top-text{
    color: rgba(103, 103, 103, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: right;
    max-width: 500px;
}

.products__list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.car-list{
    background: rgba(242, 242, 242, 1);
    border-radius: 20px;
    overflow: hidden;
}

.car-list__img{
    text-align: center;
    position: relative;
    height: 310px;
}

.car-list img{
    border-radius: 20px;
    height: 100%;
    width: 100%;
}

.car-list__btn,
.car-list__btn:hover{
    display: none;
    background: #FF3B19;
    padding: 17px 26px 17px 26px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    cursor: pointer;
    border-radius: 8px;
}

.car-list__info{
    padding: 20px 25px 25px 25px;
}

.car-list__name{
    color: rgba(32, 32, 32, 1);
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.car-list__params{
    color: rgba(103, 103, 103, 1);
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
}

.car-list__param{
    padding: 10px 0;
    border-bottom: 1px dashed rgba(217, 217, 217, 1);
    display: flex;
    justify-content: space-between;
}

.car-list__param span:last-child{
    text-align: right;
}

.car-list:hover .car-list__btn{
    display: block;
    position: absolute;
    top: 40%;
    left: 35%;
}

.car{
    margin-top: 100px;
    padding-top: 100px;
    border-top: 1px solid rgba(242, 242, 242, 1);
}

.car__main{
    display: grid;
    grid-template-columns: 65% auto;
    gap: 50px;
}

.car__img{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.car__img img{
    height: 100%;
}

.car__name{
    color: rgba(32, 32, 32, 1);
    font-size: 34px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.car__info-params{
    color: rgba(103, 103, 103, 1);
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
}

.car__info-param{
    padding: 10px 0;
    border-bottom: 1px dashed rgba(217, 217, 217, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.car__info-param span{
    width: 49%;
}

.car__info-param span:last-child{
    text-align: right;
}

.car__info-allparams{
    color: rgba(32, 32, 32, 1);
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    text-decoration-line: underline;
    margin-top: 15px;
    cursor: pointer;
}

.car__contacts{
    background: #F1F1F1;
    padding: 40px 30px;
    border-radius: 20px;
    margin-top: 40px;
}

.car__contacts > div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car__phone,
.car__phone:hover{
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
}

.car__email,
.car__email:hover{
    display: block;
    color: rgba(103, 103, 103, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0%;
}

.car__social{
    display: flex;
    gap: 10px;
}

.car__contacts-more,
.car__contacts-more:hover{
    display: block;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    background: #FF3B19;
    padding: 20px 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    margin-top: 25px;
}

.car__tabs-wrapper{
    margin-top: 50px;
}

.car__tabs{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.car__tabs-content{
    padding-top: 15px;
}

.car__tab{
    padding: 20px 0;
    border-radius: 8px;
    background: rgba(241, 241, 241, 1);
    color: rgba(32, 32, 32, 1);
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    cursor: pointer;
}

.car__tab.active{
    background: #202020;
    color: #fff;
}

.car__params{
    color: rgba(103, 103, 103, 1);
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
}

.car__param{
    padding: 10px 0;
    border-bottom: 1px dashed rgba(217, 217, 217, 1);
    display: flex;
    justify-content: space-between;
}

.car__param span{
    width: 49%;
}

.car__param span:last-child{
    text-align: right;
}

.utp{
    padding: 130px 0;
    background: #F2F2F2;
    background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.utp__blocks{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
}

.utp__item{
    border-radius: 24px;
    background: #fff;
    padding: 50px 30px;
}

.utp__item-title{
    color: rgba(32, 32, 32, 1);
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0%;
    margin: 30px 0 20px 0;
}

.utp__item-text{
    color: rgba(103, 103, 103, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0%;
}

.contacts{
    display: flex;
    gap: 30px;
    margin-bottom: 100px;
}

.contacts__title{
    color: rgba(32, 32, 32, 1);
    font-size: 46px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -4%;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}

.contacts__item,
.contacts__item a,
.contacts__item a:hover{
    white-space: nowrap;
    border-bottom: 1px dashed rgba(217, 217, 217, 1);
    padding: 12px 0;
    margin-bottom: 15px;
    color: rgba(59, 59, 59, 1);
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
}

.contacts__item a{
    border: none
}

.contacts__item p{
    color: rgba(103, 103, 103, 1);
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 15px;
}

.contacts__btns{
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contacts__btn,
.contacts__btn:hover{
    display: inline-block;
    background: #FF3B19;
    color: #fff;
    padding: 20px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
}

.contacts__social{
    display: flex;
    gap: 10px;
}

.contacts iframe{
    border-radius: 20px;
}

.mobile__car-list{
    display: none;
}




footer{
    background: #202020;
    padding: 85px 0;
}

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

.footer__logo{
    max-width: 232px;
}

.footer__menu{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 40px;
}

.footer__menu a{
    display: block;
    color: #fff;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer__address,
.footer__address a{
    color: rgba(217, 217, 217, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.footer__address p{
    margin-bottom: 15px;
}

.footer__social{
    display: flex;
    gap: 20px;
    justify-content: right;
    margin-bottom: 65px;
}

.polit{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-decoration-line: underline;
}

.modal,
.modal_kp{
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content,
.modal_kp-content{
    background: #fff;
    margin: 5% auto;
    padding: 20px;
    width: 350px;
    border-radius: 5px;
    position: relative;
}

.modal_title,
.modal_kp_title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.modal_close,
.modal_kp_close{
    position: absolute;
    top: 10px; right: 15px;
    cursor: pointer;
    font-size: 30px;
}

.modal input[type="text"],
.modal_kp input[type="text"]{
    display: block;
    width: 100%;
    border: 1px solid rgba(217, 217, 217, 1);
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.modal textarea,
.modal_kp textarea{
    display: block;
    width: 100%;
    border: 1px solid rgba(217, 217, 217, 1);
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.modal input[type="submit"],
.modal_kp input[type="submit"]{
    display: block;
    background: #FF3B19;
    color: #fff;
    padding: 13px 25px 15px 25px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
    border: none;
    margin: 0 auto;
    margin-top: 15px;
}






.car__slider .item{
    height: 575px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    background: #F1F1F1;
    padding: 30px 0;
}

.car__slider .item img{
    max-height: 100%;
    width: auto;
    border-radius: 20px;
}

.car__slider .slick-arrow{
    position: absolute;
    top: 40%;
}

.car__slider .slick-prev{
    left: 30px;
    z-index: 10;
    cursor: pointer;
    width: 45px;
    height: 45px;
}

.car__slider .slick-next{
    right: 30px;
    z-index: 10;
    cursor: pointer;
    width: 45px;
    height: 45px;
}

.car__carousel{
    margin-top: 15px;
}

.car__carousel .item{
    width: 130px;
    height: 80px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #000;
}

.car__carousel .item img{
    height: 100%;
    margin: 0 auto;
}

.car__element-carousel .slick-current .item{
    border: 1px solid rgba(114, 114, 114, 1);
}





@media screen and (min-width: 1200px) and (max-width: 1500px){
    .header__menu a{
        font-size: 16px;
        padding: 0 25px;
    }
}

@media screen and (max-width: 1000px) {
    .header{
        display: none;
    }

    .header__mobile{
        display: flex;
        align-items: center;
        justify-content: space-between;
        inline-size: 93%;
        block-size: 100%;
        margin: auto;
        padding: 15px 0;
    }

    .header__mobile img{
        height: 60px;
    }

    .header__mobilemenu{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 7px 15px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .slider__info{
        max-width: 90%;
        bottom: 20px;
    }

    .slider__title{
        font-size: 24px;
        margin-bottom: 30px;
    }

    .slider__text{
        display: none;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .slider__more, .slider__more:hover{
        padding: 10px 15px;
        font-size: 12px;
    }

    h1{
        font-size: 50px;
        line-height: 60px;
    }

    .about{
        padding: 0;
    }

    .about__info-text{
        width: 100%;
        font-size: 18px;
    }

    .products{
        padding: 50px 0;
    }

    .products__top{
        flex-direction: column;
        margin-bottom: 20px;
    }

    .products__top-text{
        text-align: center;
        margin-top: 10px;
    }

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

    .car-list__img{
        height: auto;
    }

    .car-list img{
        width: auto;
    }

    .car-list__info{
        padding: 15px 20px;
    }

    .car{
        margin-top: 30px;
        padding-top: 30px;
    }

    .car__slider .item{
        height: auto;
        overflow: hidden;
        background: none;
        padding: 0;
    }

    .car__slider .item img{
        height: auto;
        width: auto;
        max-height: 280px;
    }

    .car__slider .slick-prev{
        left: 15px;
        width: 30px;
        height: 30px;
    }

    .car__slider .slick-next{
        right: 15px;
        width: 30px;
        height: 30px;
    }

    .car__carousel{
        margin-top: 5px;
    }

    .car__carousel .item{
        width: 70px;
        height: 50px;
        border-radius: 10px;
    }

    .car__main{
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .car__name{
        font-size: 28px;
        margin-bottom: 20px
    }

    .car__contacts{
        padding: 15px;
    }

    .car__tabs-wrapper{
        margin-top: 30px;
    }

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

    .utp{
        padding: 50px 0;
        background: rgba(242, 242, 242, 1);
    }

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

    .utp__item-title{
        margin: 10px 0;
    }

    .contacts{
        display: grid;
        gap: 30px;
        margin-bottom: 20px;
    }

    .contacts__title{
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .contacts__item{
        padding-top: 0;
    }

    .contacts__item, .contacts__item a, .contacts__item a:hover{
        white-space: normal;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .contacts iframe{
        height: 400px;
    }

    .mobile__car-list{
        display: block;
        margin-bottom: 15px;
        text-align: center;
    }

    .car-list:hover .car-list__btn{
        display: none;
        position: relative;
        top: 0;
        left: 0;
    }

    .mobile__car-list .car-list__btn{
        display: inline-block!important;
        position: relative;
    }

    .car__info-param,
    .car-list__param{
        flex-wrap: wrap;
        gap: 5px;
    }

    .car__info-param span{
        width: auto;
    }

    footer{
        padding: 50px 0;
    }

    .footer__blocks{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "f1 f2"
            "f3 f3"
            "f4 f4";
    }

    .footer__blocks .footer__item:nth-child(1){
        grid-area: f1;
    }

    .footer__blocks .footer__item:nth-child(2){
        grid-area: f2;
    }

    .footer__blocks .footer__item:nth-child(3){
        grid-area: f3;
    }

    .footer__blocks .footer__item:nth-child(4){
        grid-area: f4;
    }

    .footer__logo {
        max-width: 225px;
    }

    .footer__menu{
        text-align: right;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .footer__menu a{
        margin-bottom: 10px;
    }

    .footer__address{
        margin: 30px 0;
    }

    .footer__social{
        justify-content: left;
    }
}

@media screen and (max-width: 399px) {
    .header__mobilemenu{
        font-size: 11px;
        gap: 7px 10px;
    }

    .header__mobile img{
        height: 50px;
    }

    h1{
        font-size: 45px;
        line-height: 55px;
    }

    .car__phone, .car__phone:hover{
        font-size: 20px;
    }
}

@media all and (-webkit-min-device-pixel-ratio:0) {
    .header__menu a {
        font-size: 16px;
        padding: 0 25px;
    }
}
/* End */
/* /local/templates/citytruck/assets/fonts/fonts.css?17756355542238 */
/* /local/templates/citytruck/assets/css/owl.carousel.css?15242305304744 */
/* /local/templates/citytruck/assets/css/style.css?178038362021189 */
