@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap";

a,
a:hover,
a:focus {
    text-decoration: none
}

a {
    color: #181818
}

* {
    outline: none
}

ul {
    list-style: none
}

::-moz-selection {
    color: #fff;
    background: #f39313
}

::selection {
    color: #fff;
    background: #f39313
}

::-moz-selection {
    color: #fff;
    background: #f39313
}

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%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size: 16px
}

body {
    line-height: 1.1;
    color: #1a1a1a;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px
}

p {
    line-height: 1.5
}

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
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif
}

body {
    background: #1a1a1a
}

.container {
    max-width: 1400px;
    margin: 0 auto
}

.swiper-slide-active {
    z-index: 3
}

.slide-back-text {
    font-size: 17vw;
    position: absolute;
    top: 50%;
    left: -5vw;
    color: #c4c4c4;
    letter-spacing: .2vw;
    font-weight: 900;
    z-index: -1;
    opacity: .009;
    line-height: 1vw
}

.cta {
    padding: 12% 0
}

.cta__slider-wrapper {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 60vh;
}

.cta__slider-wrapper .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0
}

.cta__slider {
    min-height: 50vh
}

.cta__slider-item {
    position: relative
}

.cta__slider-item .media-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cta__slider-counter {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 20px 40px;
    color: #fff
}

.cta__cta {
    padding-top: 12%;
    max-width: 480px
}

.menu ul li a {
    color: #fff;
    display: block;
    padding: 15px;
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: "Raleway", sans-serif
}

.menu ul li a:after {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    width: 0;
    -webkit-transition: width ease-in-out .5s;
    -o-transition: width ease-in-out .5s;
    transition: width ease-in-out .5s;
    position: absolute;
    left: 15px;
    bottom: 0
}

.menu ul li:hover a:after,
.menu ul li.current-menu-item a:after {
    width: calc(100% - 30px)
}

.header {
    padding-top: 20px;
    padding-bottom: 20px
}

.phone {
    font-size: 3rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #fff !important
}

.phone-holder {
    margin-top: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 2
}

.phone-holder p {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    margin-top: 5px
}

.media-wrapper {
    position: relative
}

.media-wrapper img {
    display: block;
    max-width: 100%;
    height: auto
}

.media-wrapper:after {
    content: "";
    width: 700px;
    height: 700px;
    border-radius: 100% !important;
    background: #282828;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.slide {
    min-height: 100vh
}

.slide__inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    min-height: 80vh
}

.slide__inner p {
    color: #fff;
    font-size: 3rem
}

.slide__inner p span {
    font-size: 1rem;
    font-family: "Raleway", sans-serif
}

.slide__inner .button-holder {
    margin-top: 6.25rem
}

.slide-title {
    color: #fff
}

h1 {
    font-size: 3rem;
    font-weight: 700;
    display: block
}

.badge {
    color: #f39313;
    font-weight: 700
}

section {
    padding: 150px 0
}

.main-section {
    position: relative

}

.mar-t-30 {
    margin-top: 30px
}

.button {
    background: #f39313;
    border-radius: 30px !important;
    color: #292929;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    padding: 1.25rem 2.5rem;
    -webkit-transition: background ease-in-out .5s;
    -o-transition: background ease-in-out .5s;
    transition: background ease-in-out .5s;
    display: inline-block;
    border: none;
    cursor: pointer
}

.button:hover {
    background: #985a08
}

.button--dark {
    background: #292929;
    color: #fff
}

.bg-white {
    background: #fff
}

.slider-nav {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 99;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto
}

.cta__slider-arrow {
    width: 70px;
    height: 70px;
    border-radius: 100% !important;
    cursor: pointer
}

.cta__slider-arrow--previous {
    background: url(/img/arleft.svg) no-repeat center #1a1a1a
}

.cta__slider-arrow--next {
    background: url(/img/arright.svg) no-repeat center #1a1a1a
}

.cta__slider-counter {
    width: auto;
    padding: 0;
    position: static
}

.cta__slider-arrows {
    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;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    max-width: 480px;
    position: absolute;
    right: 15%;
    bottom: 130px
}

h2 {
    font-size: 3rem;
    font-weight: 700
}

h3 {
    font-size: 2rem;
    font-weight: 700
}

h4 {
    font-size: 1.5rem;
    font-weight: 700
}

.form-inner {
    margin-top: -50px;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    background: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0 auto;
    z-index: 9;
    width: 100%
}

.form-inner h3 {
    color: #a8a8a8
}

form {
    width: 100%
}

.submit {
    border-radius: 60px !important;
    width: 100%;
    background: #f39313;
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    text-align: center;
    color: #292929;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 80px;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    padding: 0
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible !important;
    border: 0 none !important
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: "!";
    visibility: hidden
}

.selectize-dropdown-header {
    position: relative;
    padding: 15px
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #c4c4c4;
    font-family: inherit;
    -webkit-font-smoothing: inherit
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    white-space: nowrap
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    color: #fff;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
    color: #fff;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #fff
}

.selectize-input>input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: .75rem;
    letter-spacing: 2px;
    width: 100% !important
}

.selectize-input>input::-webkit-input-placeholder {
    color: #c4c4c4
}

.selectize-input>input::-moz-placeholder {
    color: #c4c4c4
}

.selectize-input>input:-moz-placeholder {
    color: #c4c4c4
}

.selectize-input>input :-ms-input-placeholder {
    color: #c4c4c4
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none !important
}

.selectize-input::after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: " ";
    display: block;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    background: #303030;
    margin: -1px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
    top: 50px !important
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1;
    color: #fff;
    cursor: pointer;
    padding: 15px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #fff;
    cursor: default
}

.selectize-dropdown .active {
    color: #fff
}

.selectize-dropdown .active.create {
    color: #fff
}

.selectize-dropdown .create {
    color: #fff
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: gray transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent gray transparent
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-input {
    position: relative;
    z-index: 11
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px !important
}

.selectize-control .selectize-input.disabled {
    opacity: .5
}

.input,
.selectize-input {
    background: #292929;
    border-radius: 60px !important;
    color: #c4c4c4;
    line-height: 80px;
    height: 80px;
    padding: 0 3rem;
    border: none;
    font-size: .75rem;
    letter-spacing: 2px;
    font-family: "Raleway", sans-serif;
    width: 100%;
    margin-top: 15px
}

.input::-webkit-input-placeholder,
.selectize-input::-webkit-input-placeholder {
    color: #c4c4c4
}

.input::-moz-placeholder,
.selectize-input::-moz-placeholder {
    color: #c4c4c4
}

.input:-moz-placeholder,
.selectize-input:-moz-placeholder {
    color: #c4c4c4
}

.input :-ms-input-placeholder,
.selectize-input :-ms-input-placeholder {
    color: #c4c4c4
}

.select-car .selectize-input {
    background: url(/img/car.svg) no-repeat 30px center #292929;
    padding-left: 74px
}

.select-place .selectize-input {
    background: url(/img/pin.svg) no-repeat 30px center #292929;
    padding-left: 74px
}

.ui-datepicker-prev,
.ui-datepicker-prev:hover,
.ui-datepicker-prev.ui-state-disabled {
    background: url(/img/arrleft.png) center no-repeat;
    cursor: pointer
}

.ui-datepicker-next,
.ui-datepicker-next:hover,
.ui-datepicker-next.ui-state-disabled {
    background: url(/img/arright.png) center no-repeat;
    cursor: pointer
}

.input--date {
    background: url(/img/date.svg) no-repeat 30px center #292929;
    padding-left: 74px
}

.text-holder {
    padding-left: 40px;
    padding-top: 40px
}

.text-holder span {
    font-size: 2rem;
    color: #f39313;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    top: 0
}

.text-holder span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100% !important;
    bottom: 0;
    left: -5px;
    display: block
}

.service:nth-of-type(even) {
    margin: 30px 0
}

.service:nth-of-type(even) figure {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.service:nth-of-type(even) .col-8 {
    margin-left: auto
}

.service:nth-of-type(even) .text-holder {
    text-align: right;
    padding-left: 0;
    padding-right: 40px
}

.service:nth-of-type(even) .text-holder span {
    left: initial;
    right: 0
}

.color-white {
    color: #c4c4c4
}

.services__top {
    background: #1a1a1a;
    padding: 70px 0 200px 0
}

.car {
    margin-top: -500px;
    margin-left: -20%;
    position: relative;
    z-index: 3
}

.service {
    position: relative
}

.features {
    padding-top: 120px;
    padding-bottom: 120px
}

.feature {
    margin-top: 60px !important
}

img {
    display: block
}

.o-hidden {
    overflow: hidden
}

.p-relative {
    position: relative;
    z-index: 5
}

.z-i-4 {
    z-index: 4;
    position: relative
}

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

.slide-product {
    color: #fff;
    padding: 6rem
}

.slide-product__title {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    display: block;
    max-width: 80%;
    letter-spacing: 2px
}

.slide-product__price {
    letter-spacing: 2px;
    opacity: .5;
    margin-top: 15px
}

.slide-product .button {
    text-transform: uppercase
}

.slide-product figure {
    position: relative
}

.slide-product figure:after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 100% !important;
    background: #3c3a3a;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.list li {
    color: #c4c4c4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.list li span {
    color: #f39313;
    margin-left: 10px
}

.list li:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #3b3a3a;
    border-radius: 100% !important;
    margin-right: 15px
}

.list li.door:before {
    background: url("/img/door.svg") no-repeat center #3b3a3a
}

.list li.sit:before {
    background: url("/img/sit.svg") no-repeat center #3b3a3a
}

.list li.luggage:before {
    background: url("/img/luggage.svg") no-repeat center #3b3a3a
}

.list li.transmission:before {
    background: url("/img/transmission.svg") no-repeat center #3b3a3a
}

.list li.conditioner:before {
    background: url("/img/air-conditioner.svg") no-repeat center #3b3a3a
}

.list li.age:before {
    background: url("/img/driver.svg") no-repeat center #3b3a3a
}

.list li.shield:before {
    background: url("/img/shield.svg") no-repeat center #3b3a3a
}

.list li.benzol:before {
    background: url("/img/benzol.svg") no-repeat center #3b3a3a
}

.swiper-button {
    width: 70px;
    height: 70px;
    border-radius: 100% !important;
    cursor: pointer;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.swiper-button-prev {
    background: url(/img/arleft.svg) no-repeat center #3b3a3a
}

.swiper-button-next {
    background: url(/img/arright.svg) no-repeat center #3b3a3a
}

.carousel {
    padding: 40px 5rem
}

.carousel:before {
    content: "";
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    position: absolute;
    z-index: 9
}

.carousel:after {
    content: "";
    width: 40px;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    position: absolute;
    z-index: 9
}

.carousel .button {
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0
}

.carousel .swiper-button-prev {
    left: 0
}

.carousel .swiper-button-next {
    right: 0
}

.swiper-slide .button.active {
    background: #f39313
}

.support {
    position: relative;
    max-width: 520px;
    display: block;
    margin-left: auto
}

.support__inner {
    background: #3b3a3a;
    border-radius: 30px !important;
    padding: 40px 30px;
    height: 100%;
    padding-bottom: 150px;
    padding-top: 90px
}

.support p {
    color: #c4c4c4;
    font-weight: 700
}

.support .name {
    font-size: 3rem;
    font-weight: 700;
    color: #c4c4c4;
    margin-top: 58px
}

.support .name+p {
    font-weight: 400
}

.support__image {
    position: absolute;
    right: -45px;
    bottom: 0
}

.contact-list {
    margin-top: 35px
}

.contact-list li {
    color: #c4c4c4;
    margin-top: 15px
}

.contact-list li a {
    color: #c4c4c4;
    display: block;
    line-height: 30px;
    margin-bottom: 0
}

.list-phone {
    background: url(/img/phone.svg) no-repeat left center;
    padding-left: 50px;
    margin-top: 35px
}

.list-phone a {
    font-weight: 700;
    margin-bottom: 5px
}

.list-email {
    background: url(/img/email.svg) no-repeat left center;
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px
}

.list-address {
    background: url(/img/address.svg) no-repeat left center;
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px
}

.list-social a {
    display: block;
    background: #282828;
    width: 45px;
    height: 45px;
    border-radius: 100% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.background {
    position: relative;
    padding-bottom: 150px;
    background-size: cover !important
}

.background:after {
    content: "";
    display: block;
    background: rgba(26, 26, 26, .9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.background .container {
    position: relative;
    z-index: 1
}

.textarea {
    border-radius: 30px !important;
    border: none;
    resize: none;
    width: 100%;
    min-height: 160px
}

footer {
    padding-top: 30px
}

hr {
    border-color: #4e4e4e
}

.copyright p {
    color: #4e4e4e
}

.link {
    color: #f39313
}

.list-holder {
    background: #292929;
    padding: 40px;
    border-radius: 30px !important;
    margin-top: 30px
}

.list-holder .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-holder .list li {
    width: 33.333%
}

.form-second {
    display: none
}

.pin-spacer {
    z-index: 8999
}

.error {
    display: none;
    text-align: center;
    color: red;
    margin-top: 15px
}

.select-list {
    position: relative;
    overflow: visible
}

.select-list ul {
    position: absolute;
    left: 0;
    top: 60%;
    background: #303030;
    width: 100%;
    max-height: 200px;
    overflow: auto;
    padding: 15px;
    padding-top: 60px;
    border-radius: 0 0 30px 30px !important;
    display: none
}

.select-list ul li a {
    color: #fff;
    font-size: .75rem;
    display: block;
    padding: 5px 15px
}

.input-holder {
    position: relative
}

.input-holder.active+ul {
    display: block
}

.input-holder:after {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10
}

.choosen-dates-holder {
    background: #292929;
    border-radius: 60px;
    overflow: hidden;
    color: #fff
}

.choosen-dates-holder input {
    margin-top: 0
}

.loading {
    width: 100px;
    height: 100px;
    background: url("/img/loader.svg") no-repeat center;
    background-size: contain;
    margin: 60px auto
}

.loading--d-none {
    display: none
}

/*
[class*=ymaps-2][class*=-ground-pane] {
    filter: invert(100%) grayscale(100%);
    -webkit-filter: invert(100%) grayscale(100%);
}
*/

.ymaps-2-1-77-map-copyrights-promo,
.ymaps-2-1-77-copyright__content-cell {
    display: none !important
}

.pad-b-70 {
    padding-bottom: 70px !important
}

.product {
    margin-bottom: 40px
}

.product .list-holder .list {
    display: block
}

.product .list-holder .list li {
    width: 100%
}

.product figure {
    position: relative
}

.product figure:after {
    content: "+";
    width: 3vw;
    height: 3vw;
    background: #f39313;
    color: #fff;
    font-weight: 700;
    font-size: 3vw;
    -webkit-transition: transform ease-in-out .5s;
    -o-transition: transform ease-in-out .5s;
    -webkit-transition: -webkit-transform ease-in-out .5s;
    transition: -webkit-transform ease-in-out .5s;
    transition: transform ease-in-out .5s;
    transition: transform ease-in-out .5s, -webkit-transform ease-in-out .5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    border-radius: 100% !important;
    text-align: center;
    line-height: 3vw;
    margin: -1.5vw 0 0 -1.5vw
}

.product figure:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.radio-holder {
    position: relative;
}

.filter-column {
    height: fit-content;
}

.cat-name {
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
}

input[type=checkbox] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    cursor: pointer;
}

input[type=checkbox] + .filter-item {
    width: 150px;
    height: 100px;
    border: 2px solid transparent;
    box-sizing: border-box;
}


input[type=checkbox]:checked+.filter-item {
    border-color: #f39313;
}

.modal-window {
    background: #fff;
    max-width: 80%;
    margin: 0 auto;
    padding: 30px;
    position: relative
}

.modal-window .choosen-dates-holder {
    display: none !important
}

.wpcf7-not-valid {
    border: 2px solid red !important
}

.wpcf7-not-valid-tip {
    display: none !important
}

.wpcf7-response-output {
    border: none !important;
    color: red !important;
    text-align: center;
    line-height: 1.5;
    font-size: .8rem
}

.sent .wpcf7-response-output {
    color: green !important
}

@media(max-width: 1024px) {

    h1,
    .slide__inner p {
        font-size: 3vw
    }

    .phone {
        font-size: 4vw
    }

    .menu ul li a,
    p {
        font-size: 1.5vw
    }

    h2,
    .slide-product__title {
        font-size: 2.5vw
    }

    .form-inner {
        padding-top: 5vw
    }

    h3 {
        font-size: 2vw
    }

    .button {
        font-size: 1.2vw
    }

    .container {
        padding: 0 15px
    }
}

@media(max-width: 992px) {
    .wp-block-columns {
        display: block !important
    }

    .support {
        margin-left: 0
    }

    .contact-list li {
        width: 100%
    }

    .list-social {
        width: 50% !important
    }

    .input {
        height: 45px
    }
}

@media(max-width: 700px) {
    .phone-holder {
        position: static
    }

    .header .container {
        padding: 0 30px
    }

    .cta__slider-wrapper {
        height: 65vh
    }

    .slide__inner {
        min-height: 90%
    }

    .slide__inner .button-holder,
    .phone-holder {
        margin-top: 30px
    }

    .cta__slider-item {
        padding-top: 2vh;
        overflow: hidden
    }

    .cta__slider-item .button {
        font-size: 2.2vw
    }

    .cta__slider-arrows {
        right: 0;
        bottom: -45px
    }

    .media-wrapper:after {
        width: 400px;
        height: 400px
    }

    .car {
        margin-left: 150px;
        right: -170px
    }

    .input,
    .selectize-input {
        height: 45px;
        line-height: 45px
    }

    .button {
        font-size: 3.2vw
    }

    .menu ul li a,
    p {
        font-size: 2.5vw
    }

    .service:nth-of-type(even) figure {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .service:nth-of-type(even) .text-holder {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .services__top {
        padding: 70px 0 70px 0
    }

    h2,
    .slide-product__title {
        font-size: 5.5vw
    }

    .support {
        padding-bottom: 100px;
        margin-top: 40px
    }

    section {
        padding: 10vw 0
    }

    body {
        overflow-x: hidden
    }

    .menu {
        -webkit-transform: translateX(120%);
        -ms-transform: translateX(120%);
        transform: translateX(120%);
        -webkit-transition: all ease-in-out .5s;
        -o-transition: all ease-in-out .5s;
        transition: all ease-in-out .5s;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #1a1a1a;
        z-index: 999;
        left: 0;
        top: 0;
        padding: 30px
    }

    .menu.active {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .list-holder .list {
        display: block
    }

    .list-holder .list li {
        width: 100%
    }

    h3 {
        font-size: 4vw
    }

    #map {
        position: relative
    }

    #map:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2
    }
}

@media(max-width: 480px) {
    .cta__slider-item .button {
        font-size: 3vw
    }

    h1,
    .slide__inner p {
        font-size: 5vw
    }

    .phone {
        font-size: 6vw
    }

    .menu ul li a,
    p {
        font-size: 4.5vw
    }

    h2,
    .slide-product__title {
        font-size: 5.5vw
    }

    .input,
    .selectize-input {
        height: 45px;
        line-height: 45px
    }

    .button {
        font-size: 4.2vw
    }

    .submit {
        line-height: 50px
    }

    .input--date,
    .selectize-input {
        background-size: 20px auto !important
    }

    section {
        padding: 8vh 0
    }

    h3 {
        font-size: 5vw
    }

    .services__top {
        padding: 70px 0 70px 0
    }

    .car {
        margin-left: 30px;
        right: -120px
    }

    h4 {
        font-size: 5.5vw;
        font-weight: 700
    }

    .slide-product {
        padding: 15px
    }

    .slide-product .list {
        margin-top: 150px
    }

    .list li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 4vw
    }

    .slide-product__title {
        margin: auto;
        text-align: center
    }

    .support__image {
        max-width: 48%;
        right: 0
    }

    .support {
        padding-bottom: 100px;
        margin-top: 40px
    }

    .support__inner {
        padding-top: 45px
    }

    .support .name {
        font-size: 2rem
    }

    .radio-holder {
        width: 45%
    }

    .list-holder {
        padding: 20px
    }

    .list-holder .list li {
        width: 100%
    }

    .modal-window {
        padding: 15px 5px
    }

    .selectize-dropdown [data-selectable].option {
        font-size: 4vw
    }

    .selectize-dropdown {
        padding-top: 15px
    }

    .select-list ul {
        padding-top: 36px
    }
}

.select-list ul li {
    margin-bottom: 6px
}

.toggle {
    display: none;
    background: #f39313;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999
}

.toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.toggle span {
    display: block;
    background: #fff;
    width: 30px;
    height: 3px;
    margin-bottom: 6px;
    position: relative;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s
}

.toggle span:last-child {
    margin-bottom: 0
}

.toggle.active span {
    -webkit-transform: rotate(45deg) translateY(6px) translateX(6px);
    -ms-transform: rotate(45deg) translateY(6px) translateX(6px);
    transform: rotate(45deg) translateY(6px) translateX(6px)
}

.toggle.active span:nth-of-type(2) {
    opacity: 0
}

.toggle.active span:nth-of-type(3) {
    -webkit-transform: rotate(-45deg) translateY(-6px) translateX(6px);
    -ms-transform: rotate(-45deg) translateY(-6px) translateX(6px);
    transform: rotate(-45deg) translateY(-6px) translateX(6px)
}

.select-list {
    z-index: 9999999
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
    padding: 0 15px;
}

.pagination .page-numbers {
    padding: 10px;
    color: #fff;
    background: #292929
}

.pagination .page-numbers.current {
    background: #f39313
}

.pagination .page-numbers.disabled {
    display: none;
}

.no-results {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 40px auto;
}

.reset-filters-btn {
    display: none;
    background: #f39313;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    border: none;
    box-shadow: none;
    margin: 30px auto;
    cursor: pointer;
}
.marquee {
  width: 100%;
  background-color: #f39313;
  overflow: hidden;
  position: relative;
  z-index: 9999;
  height: 35px;
}

.marquee p {
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  line-height: 35px;
  animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}
