.ui-slider-horizontal {
    height: 3px
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px
}

#p-list {
    padding:0 30px;
}

.header {
    padding: 0!important; ;
}

.cars-item figure img {
    object-fit: contain;
}

.cars-item figure {
    border-radius: 15px;
    overflow: hidden;
}

.ui-widget.ui-widget-content {
    background: #f2f2f2;
    border: none
}


.wh {
    width: 100%;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(1, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 400;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all ease-out;
}
.wh a {
    padding: 15px 30px;
    border-radius: 10px;
    background: #fff;
    color: #242424;
}


#works:hover .wh {
    opacity: 1;
    visibility: visible;
}

.modal-backdrop {
    background: rgba(1, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    opacity: 1 !important;
}


.modal {
   z-index: 99999999999999999;
}


.modal-content {
    background: rgba(1, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    opacity: 1 !important;
}
.ui-widget-header {
    background: #E10038;
    border-color: #E10038;
    border: 1px solid #E10038
}

.filter .ui-button, .filter .ui-state-default, .filter .ui-widget-content .ui-state-default, .filter .ui-widget-header .ui-state-default, html .filter .ui-button.ui-state-disabled:active, html .filter .ui-button.ui-state-disabled:hover {
    width: 15px;
    height: 15px;
    border: none;
    background: #E10038;
    border-radius: 4px;
}

#labelHolder {
    height: 7px;
    position: relative;
    border: none;
    transition: 0.3s all ease-in-out;
}

#min,
#max {
    position: absolute;
    margin-left: -.6em;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #E10038;
    top:-20px!important;
}

#labelHolder.active {
    opacity: 1;
    visibility: visible;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.price-1 {
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
}

.price-1 .numb {
    position: absolute;
    top: 0;
    right: 0
}

.price-1 .numb input {
    width: 70px;
    border: 1px solid #f2f2f2;
    padding: 7px;
    border-radius: 5px;
    text-align: center
}

.price-1 h2 {
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
}

.content-this {
    width: calc(100% - 70px);
}

.price-1 .ui-widget.ui-widget-content {
    float: left;
    width: 100%;
    position: relative
}

.price-2 {
    margin-top: 20px;
    position: relative
}

.price-2 .numb {
    position: absolute;
    top: 0;
    right: 0
}

.price-2 .numb input {
    width: 70px;
    border: 1px solid #f2f2f2;
    padding: 7px;
    border-radius: 5px;
    text-align: center
}

.price-2 h2 {
    margin-bottom: 30px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price-2 .ui-widget.ui-widget-content {
    float: left;
    width: 100%;
    position: relative
}

.works-full {
    width: 100%;
    float: left;
    margin-top: 50px;
    overflow: hidden;
}

.works-full__slider {
    height: calc(100vh - 150px);
    position: relative
}

.works-full__slider figure {
    width: 100%;
    height: calc(100vh - 150px)
}

.works-full__slider figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.works-full .swiper-btns {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%
}

.works-full .swiper-btns div {
    position: absolute;
    z-index: 400;
    cursor: pointer
}

.works-full .swiper-btns div.s-prev {
    width: 80px;
    height: 80px;
    font-size: 50px;
    left: 30px;
    top: calc(55% - 80px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
    margin-left: -15px;
    text-shadow: -1px 0px -1px #000;
}

.works-full .swiper-btns div.s-next {
    width: 80px;
    height: 80px;
    font-size: 50px;
    right: 0;
    top: calc(55% - 80px);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    margin-right: -15pxx;
    text-shadow: -1px 0px -1px #000;
}

.works-full .close-full {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none
}

.works-full .close-full svg path {
    stroke: #242424
}

.works-full:-webkit-full-screen {
    width: 100vw;
    height: 100vh
}

.works-full:-webkit-full-screen figure {
    width: 100vw;
    height: 100vh
}

.works-full:-webkit-full-screen .container {
    max-width: 100%;
    padding: 0
}

.works-full:-webkit-full-screen .container .row {
    margin: 0;
    width: 100%
}

.works-full:-webkit-full-screen .container .row .col-md-12 {
    padding: 0
}

.works-full:-webkit-full-screen .close-full {
    display: block;
    background: #fff;
    z-index: 9999;
    cursor: pointer
}

.works-full:-webkit-full-screen .close-full svg {
    width: 18px;
    height: 18px
}

.works-full:-webkit-full-screen p {
    visibility: visible
}

.works-full:-ms-fullscreen {
    width: 100vw;
    height: 100vh
}

.works-full:-ms-fullscreen figure {
    width: 100vw;
    height: 100vh
}

.works-full:-ms-fullscreen .container {
    max-width: 100%;
    padding: 0
}

.works-full:-ms-fullscreen .container .row {
    margin: 0;
    width: 100%
}

.works-full:-ms-fullscreen .container .row .col-md-12 {
    padding: 0
}

.works-full:-ms-fullscreen .close-full {
    display: block;
    background: #fff;
    z-index: 9999;
    cursor: pointer
}

.works-full:-ms-fullscreen .close-full svg {
    width: 18px;
    height: 18px
}

.works-full:-ms-fullscreen p {
    visibility: visible
}

.works-full:-webkit-full-screen {
    width: 100vw;
    height: 100vh
}

.works-full:-ms-fullscreen {
    width: 100vw;
    height: 100vh
}

.works-full:fullscreen {
    width: 100vw;
    height: 100vh
}

.works-full:-webkit-full-screen figure {
    width: 100vw;
    height: 100vh
}

.works-full:-ms-fullscreen figure {
    width: 100vw;
    height: 100vh
}

.works-full:fullscreen figure {
    width: 100vw;
    height: 100vh
}

.works-full:-webkit-full-screen .container {
    max-width: 100%;
    padding: 0
}

.works-full:-ms-fullscreen .container {
    max-width: 100%;
    padding: 0
}

.works-full:fullscreen .container {
    max-width: 100%;
    padding: 0
}

.works-full:-webkit-full-screen .container .row {
    margin: 0;
    width: 100%
}

.works-full:-ms-fullscreen .container .row {
    margin: 0;
    width: 100%
}

.works-full:fullscreen .container .row {
    margin: 0;
    width: 100%
}

.works-full:-webkit-full-screen .container .row .col-md-12 {
    padding: 0
}

.works-full:-ms-fullscreen .container .row .col-md-12 {
    padding: 0
}

.works-full:fullscreen .container .row .col-md-12 {
    padding: 0
}

.works-full:-webkit-full-screen .close-full {
    display: block;
    background: #fff;
    z-index: 9999;
    cursor: pointer
}

.works-full:-ms-fullscreen .close-full {
    display: block;
    background: #fff;
    z-index: 9999;
    cursor: pointer
}

.works-full:fullscreen .close-full {
    display: block;
    background: #fff;
    z-index: 9999;
    cursor: pointer
}

.works-full:-webkit-full-screen .close-full svg {
    width: 18px;
    height: 18px
}

.works-full:-ms-fullscreen .close-full svg {
    width: 18px;
    height: 18px
}

.works-full:fullscreen .close-full svg {
    width: 18px;
    height: 18px
}

.works-bar {
    height: 60px
}

.works-bar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px
}

.works-bar__items-action ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.works-bar__items-action ul li {
    float: left;
    margin-left: 20px
}

.works-bar__items-action ul li a {
    color: #242424;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.works-bar__items-action ul li a svg {
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 10px
}

.works-bar__items-action ul li a svg path {
    stroke: #242424
}


.desk {
    padding-right: 50px;
}

.works-desc {
    margin-top: 10px;
}

.works-desc .desc h1 {
    font-size: 34px;
    margin-bottom: 40px
}

.works-desc .desc p {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 24px;
    color: #888;
}

.works-desc .lists {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.works-desc .lists hr {
    border: none;
    border-top: 1px solid #111;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%
}

.works-desc .lists h3 {
    margin-right: 10px;
    line-height: 1.5;
    font-size: 24px;
   
}

.works-desc .lists p {
    font-size: 24px;
    line-height: 1.5
}

.works-desc .lists p iframe {
    display: none;
}

.works-desc h1 {
    font-size: 54px;
    margin-bottom: 40px;
   
}

.blog-items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px
}

.blog-items__item figure {
    width: 40%;
    float: left;
    height: 600px;
    position: relative
}

.blog-items__item figure:before {
    content: "";
    width: 100%;
    height: 190px;
    left: -20%;
    background: #28272c;
    position: absolute;
    bottom: -80px;
    z-index: -1
}

.blog-items__item .title-in {
    width: 60%;
    float: left;
    padding-left: 100px
}

.blog-items__item .title-in span {
    color: #313131;
    margin-bottom: 20px
}

.blog-items__item .title-in h2 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 20px
}

.blog-items__item .title-in p {
    font-size: 14px;
    line-height: 1.5;
    color: #28272c;
    opacity: .7
}

.blog-items__item .title-in a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 30px;
    color: #28272c
}

.blog-items__item .title-in a:after {
    content: "";
    width: 32px;
    height: 2px;
    background: #313131;
    float: right;
    margin-left: 30px
}

.blog-items__item .title-in a:hover {
    color: #313131
}

.blog-items__item:nth-child(even) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.blog-items__item:nth-child(even) .title-in {
    padding: 0;
    padding-right: 100px
}

.blog-items__item:nth-child(even) figure:before {
    left: 20%
}

.news-full {
    position: relative
}

.news-full:after {
    content: "";
    width: 50%;
    height: 80vh;
    background: #313131;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.news-full__img {
    height: 100vh
}

.news-full__img figure {
    height: 100%
}

.news-full__desc {
    margin-top: 40px
}

.news-full__desc .title-out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-full__desc .title-out h1 {
    font-size: 32px;
    line-height: 1.5;
    color: #28272c;
    margin-bottom: 20px;
    text-align: center
}

.news-full__desc .title-out span {
    color: #E10038!important;
    text-align: left!important;
}

.news-full__desc figcaption {
    margin-top: 40px
}


.news-full__desc figcaption p {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    line-height: 2;
}
.news-full__desc figcaption ul li {
    list-style-type: disc;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    line-height: 2;
    margin-left: 15px;
}

.news-full .section-title h1 {
    font-size: 24px;
    text-align: left;
    width: 100%;
}

.news-full__desc figcaption p {
    margin-bottom: 30px;
    line-height: 2;
    color: #28272c;
    opacity: .7;
    font-size: 16px
}

.thumbs {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 1);
    z-index: 999999999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in;
    -o-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.thumbs.active {
    opacity: 1;
    visibility: visible
}

.thumbs-close {
    margin-bottom: 30px;
    margin-top: 40px
}

.thumbs-list__item {
    margin-bottom: 30px;
    width: 150px;
    height: 120px;
    border-radius: 15px;
    overflow: hidden;
    float: left;
    margin:15px;
}

.thumbs-list__item figure {
    height: 120px;
    background: #fff;
    -webkit-box-shadow: 10px 15px 30px rgba(1, 0, 0, .1);
    box-shadow: 10px 15px 30px rgba(1, 0, 0, .1)
}

.thumbs-list__item figure img {
    -o-object-fit: cover;
    object-fit: cover;
    cursor: pointer;
    width: 100%;
    height: 100%;
}



.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 5px 0 0 0;
    width: 100%;
    margin-top: -5px;
    padding: 10px 0;
    border: none;
    -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14); }

.multiselect-container .input-group {
    margin: 5px; }

.multiselect-container > li {
    padding: 0;
    font-size: 14px; }

.multiselect-container > li > a.multiselect-all label {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.multiselect-container > li.multiselect-group label {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: 700; }

.multiselect-container > li.multiselect-group-clickable label {
    cursor: pointer; }

.multiselect-container > li > a {
    padding: 5px 0;
    color: #000;
    display: block; }

.multiselect-container > li > a > label {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
color: #fff}

.multiselect-container > li > a > label:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    background-color: transparent;
    margin-right: 15px;
    vertical-align: middle; }

.multiselect-container > li.active > a > label:before {
    font-family: 'icofont';
    content: "\eed8";
    color: #242424;
    background-color: #fff;
    border: 0;
    display: inline-block;
    padding: 0;
    line-height: 1.2;
    padding-left: 2px; }

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
    margin: 0; }

.multiselect-container > li > a > label > input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
    margin-left: -20px;
    margin-right: 0; }

.btn-group {
    height: 52px;
    width: 100%;

}

.btn-group button {
    border-radius: 15px;
    border:1px solid rgba(255,255,255,.1);
    padding: 0 30px;
    text-align: left;
    position: relative;
    width: 100%;


}
.btn-group button:after {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #999999; }

.btn-group button:focus {
    -webkit-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 23px -16px rgba(0, 0, 0, 0.14);
    padding: 0 30px; }

.sl {
    color: gray;
    width: 150px; }

.multiselect-container .multiselect-option, .multiselect-container .multiselect-group, .multiselect-container .multiselect-all {
    padding:0;
}


.multiselect-container {
    border: 1px solid rgba(255,255,255,.1)!important;
    background: #313131!important;
    color: #fff;
    margin-top: 15px;
    border-radius: 15px;
}

.multiselect-item  {
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin-bottom: 15px;
    padding-bottom: 15px!important;
    padding-top: 15px!important;
}
.multiselect-container .multiselect-option, .multiselect-container .multiselect-group, .multiselect-container .multiselect-all:hover {
    background: none;
}

.multiselect-container .multiselect-option:hover, .multiselect-container .multiselect-group:hover, .multiselect-container .multiselect-all:hover, .multiselect-container .multiselect-option:focus, .multiselect-container .multiselect-group:focus, .multiselect-container .multiselect-all:focus {
    background: none !important;
}

.multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active {
    background: none!important;
    color: black;
}

.select-title h2 {
    font-family: p_bold;
    font-size: 16px;
    margin-bottom: 15px;
    float: left;
}
.price-1 h2 {
    font-size: 18px;
}
.price-1 {
    margin-top: 0;
}

.numb {
    display: none;
}

.profile .text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
    padding-right: 50px;

}.profile .text:nth-child(3) {
     padding-right: 0;
 }
.profile .text p {
    width: 100%;



}

.news-full {
    position: relative;
}


.news-full__img {
    height: auto;
}

.news-full__img figure {
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.news-full__desc {
    margin-top: 40px;
}

.news-full__desc .title-out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: flex-start;
}

.news-full__desc .title-out h1 {
    font-size: 32px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.news-full__desc .title-out span {
    color: #888;
    width: 100%;
    text-align: center;
}

.news-full__desc, .news-full__img {
    padding-right: 50px;
}

.news-full__desc figcaption {
    margin-top: 40px;
}

.news-full__desc figcaption p {
    margin-bottom: 30px;
    line-height: 2;
    color: #888;
    opacity: 0.7;
    font-size: 16px;
}

.filter-text {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    color: #888;
    position: relative;
    padding-bottom: 30px;
}

.fancybox-container {
    z-index: 999999999999999999;
}

.filter-text:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, hsla(0, 0%, 100%, 0.1)), to(transparent));
    background: -webkit-linear-gradient(left, transparent, hsla(0, 0%, 100%, 0.1) 50%, transparent);
    background: -o-linear-gradient(left, transparent 0, hsla(0, 0%, 100%, 0.1) 50%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(50%, hsla(0, 0%, 100%, 0.1)), to(transparent));
    background: -webkit-linear-gradient(left, transparent 0, hsla(0, 0%, 100%, 0.1) 50%, transparent);
    background: -o-linear-gradient(left, transparent 0, hsla(0, 0%, 100%, 0.1) 50%, transparent);
    background: linear-gradient(90deg, transparent 0, hsla(0, 0%, 100%, 0.1) 50%, transparent);
}

.grid-item .swiper-pagination2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.top-btns {
    z-index: 9999999999;
    position: absolute;
    top: 0;
    width: 100%;
}
.top-btns .s-prev {
    position: absolute;
    font-size: 44px;
    left: 0px;
    top:85px;
    cursor: pointer;
}

.top-btns .s-next {
    position: absolute;
    font-size:44px;
    right: 0px;
    top: 85px;
    cursor: pointer;
}
.add-info {
   float: left;
    margin-top: 15px;
    padding: 15px;
    width: 100%;
}
.add-info h3 {
    font-size: 16px;
    color: #fff;
}

.add-info p {
    color: #888;
    font-size: 13px;
}

.add-info hr {
    border-top: 1px solid rgba(255,255,255,.1);
}

.add-info__item {
    width: 33%;
    float: left;
}
html .frame {
    width: 100%;
    border-radius: 13px;
    display: none;
    align-items: flex-end;
    overflow: hidden;
}

.bar {
    width: 100%;
    height: 70px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(51, 51, 51, 0.4);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 15px;
}

.els-wrap {
    display: flex;
    align-items: center;
    width: 40px;
    background-size: 1200px;
    background-position: 100% 50%;
    color: #333333;
    padding: 0 9px;
    border-radius: 100px;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: width 200ms, padding 200ms, border-radius 300ms, background-position 900ms;
    transition-timing-function: ease-in-out;
}

.els-wrap:hover {
    background-position: 0 50%;
    padding: 3px 13px;
    color: #e11d25;
}

.els-wrap:hover .icon {
    font-size: 27px;
    margin-right: 10px;
}

.els-wrap:hover .label {
    opacity: 1;
}

.els-wrap:focus {
    background-position: 0 50%;
    padding: 3px 13px;
    border-radius: 50px;
}

.els-wrap:focus .icon {
    font-size: 27px;
    margin-right: 10px;
}

.els-wrap:focus .label {
    opacity: 1;
}

.els-wrap .icon {
    font-size: 33px;
    margin-right: 25px;
    position: relative;
    z-index: 2;
    transition: font-size 250ms, margin-right 200ms;
    transition-timing-function: ease-out;
}

.els-wrap .icon svg {
    width: 24px;
    height: 24px;
}

.els-wrap .label {
    font-weight: 600;
    letter-spacing: 0.15em;
    opacity: 0;
    position: relative;
    z-index: 2;
    font-size: 11px;
    transition: opacity 400ms;
    transition-delay: 130ms;
    transition-timing-function: ease-out;
    margin-bottom: 0;
    padding-bottom: 0;
}

.el-0:hover {
    width: 130px;
}

.el-0:focus {
    width: 130px;
}

.el-1:hover {
    width: 130px;
}

.el-1:focus {
    width: 130px;
}

.el-1.active {
    width: 130px;
}

.els-wrap.active .label {
    opacity: 1;
}

.el-2:hover {
    width: 100px;
}

.el-2:focus {
    width: 100px;
}

.el-3:hover {
    width: 180px;
}

.el-3:focus {
    width: 180px;
}

.el-4:hover {
    width: 200px;
}

.el-4:focus {
    width: 200px;
}

.el-5:hover {
    width: 130px;
}

.el-5:focus {
    width: 130px;
}


/*=============== VARIABLES CSS ===============*/
:root {
    --header-height: 3rem;

    /*========== Colors ==========*/
    --hue: 174;
    --sat: 63%;
    --first-color: hsl(var(--hue), var(--sat), 40%);
    --first-color-alt: hsl(var(--hue), var(--sat), 36%);
    --title-color: hsl(var(--hue), 12%, 15%);
    --text-color: hsl(var(--hue), 8%, 35%);
    --body-color: hsl(var(--hue), 100%, 99%);
    --container-color: #FFF;

}

@media screen and (min-width: 968px) {
    :root {
        --h1-font-size: 2.25rem;
        --normal-font-size: 10pt;
    }
}


/*=============== NAV ===============*/
.nav {
    height: var(--header-height);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__img {
    width: 32px;
    border-radius: 50%;
}

.nav__logo {
    color: var(--title-color);
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .nav__menu {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: var(--container-color);
        box-shadow: 0 -1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
        width: 100%;
        height: 4rem;
        padding: 0 1rem;
        display: grid;
        align-content: center;
        border-radius: 1.25rem 1.25rem 0 0;
        transition: .4s;
        z-index: 9000000;
    }
}

.nav__list,
.nav__link {
    display: flex;
}

.nav__link {
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    color: var(--title-color);
    font-weight: 600;
}

.nav__list {
    justify-content: space-around;
}

.nav__name {
    font-size: var(--tiny-font-size);
    /* display: none;*/ /* Minimalist design, hidden labels */
}

.nav__icon {
    font-size: 1.5rem;
}

/*Active link*/
li.active-link > a {
    position: relative;
    color: #E10038;
    transition: .3s;
}

/* Minimalist design, active link */
/* .active-link::before{
  content: '';
  position: absolute;
  bottom: -.5rem;
  width: 4px;
  height: 4px;
  background-color: var(--first-color);
  border-radius: 50%;
} */

/* Change background header */
.scroll-header {
    box-shadow: 0 1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
}

/*=============== MEDIA QUERIES ===============*/
/* For small devices */
/* Remove if you choose, the minimalist design */
@media screen and (max-width: 320px) {
    .nav__name {
        display: none;
    }
}

/* For medium devices */
@media screen and (min-width: 576px) {
    .nav__list {
        justify-content: center;
        column-gap: 3rem;
    }
}

.nav__menu {
    display: none;
}

.breadcumb {
    padding: 25px 0;
}


.cars_mobile {
    display: none;
}
@media screen and (max-width: 767px) {

    .cars_mobile {
        display: block;
        width: calc(100%  + 30px);
        margin-right: -15px;
    }

    .header-nav__logo img {
        max-width: none;
        height: 70px;
    }
    .nav__menu {
        display: grid;
    }

    .cars {
        display: none;
    }

    .cars_mobile .cars-item figure {
        height: 100px;
    }


    .nav {
        height: calc(var(--header-height) + 1.5rem); /* 4.5rem */
    }
    .nav__img {
        display: none;
    }
    .nav__icon {
        display: none;
    }
    .nav__name {
        font-size:9pt;
        /* display: block; */ /* Minimalist design, visible labels */
    }
    .nav__link:hover {
        color: #E10038;
    }

    /* First design, remove if you choose the minimalist design */
    li.active-link > a::before {
        content: '';
        position: absolute;
        bottom: -.75rem;
        width: 4px;
        height: 4px;
        background-color: #E10038;
        border-radius: 50%;
    }

    /* Minimalist design */
    /* .active-link::before{
        bottom: -.75rem;
    } */
}
.map img {
    object-fit: cover;
}

@media(max-width: 1024px) {
    html .frame {
        display: flex;
        position: fixed;
        bottom: 0;
        background: #fff;
        border-radius: 0;
        box-shadow: none;
        height: 70px;
        bottom: 0px;
        z-index: 9999999999999;
    }

    .header-nav__actions a.login-btn , .cont-info{
        display: none;
    }

    .what-item {
        padding:15px;
    }

    .what-item__sliders, .what-item__text {
        width: 100%;
    }

    .what-item__text {
        padding-left: 0;
        padding-top: 50px;
    }

    .what-item__text h2 {
        font-size: 24px;
    }
    .li {
        width: 150px !important;
        height: 150px;

    }

    .what-item__text p , .what-item__text ul li {
        font-size: 14px;
    }

    .footer-down {
        flex-direction: column;
        padding-bottom: 100px;
    }
    .news-full__desc, .news-full__img {
        padding-right: 0;
    }
    .btn-group{
        margin-bottom: 30px;
        width: 100%;
        float: left;
    }

    .news-full__desc .title-out h1 {
        text-align: left;
    }
}