/*----- ������������ -----*/

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/FontAwesome-Me/fontawesome-webfont.eot'); /* IE9 Compat Modes */
    src: url('fonts/FontAwesome-Me/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('fonts/FontAwesome-Me/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/FontAwesome-Me/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */ url('fonts/FontAwesome-Me/fontawesome-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/FontAwesome-Me/fontawesome-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'MuseoSansCyrl-100';
    src: url('fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.eot'); /* IE9 Compat Modes */
    src: url('fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.woff2') format('woff2'),
        /* Super Modern Browsers */ url('fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.woff') format('woff'),
        /* Pretty Modern Browsers */ url('fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('fonts/MuseoSansCyrl-100/MuseoSansCyrl-100.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'MuseoSansCyrl-900';
    src: url('fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.eot'); /* IE9 Compat Modes */
    src: url('fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.woff2') format('woff2'),
        /* Super Modern Browsers */ url('fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.woff') format('woff'),
        /* Pretty Modern Browsers */ url('fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('fonts/MuseoSansCyrl-900/MuseoSansCyrl-900.svg#svgFontName') format('svg'); /* Legacy iOS */
}

* {
    box-sizing: border-box;
}
html, body {
    overflow-x:hidden !important;
}
body, h1, h2, h3, h4, p, button {
    margin: 0;
    padding: 0;
}

body {
    font-family: MuseoSansCyrl-100, MuseoSansCyrl-900, FontAwesome, Open Sans, Arial, sans-serif sans-serif;
    letter-spacing: 0.02em;
    font-size: 17px;
    color: #000;
}

ul, li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

h1, h2, h3, h4, h5 {
    color: #000;
    text-transform: uppercase;
    font-family: MuseoSansCyrl-900, sans-serif;
}

h1 {
    font-size: 51px;
    letter-spacing: 0.1em;
    color: #FFFFFF !important;
}

h2 {
    font-size: 70px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

.logo {
font-family: 'MuseoSansCyrl-900';
	color: #fff;
	text-align: center;
}

.ls-100 {
    letter-spacing: 0.1em;
}

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

.z-index {
    z-index: 10;
}

.header {
    background-color: #000000;
background-image: linear-gradient(147deg, #000000 0%, #2c3e50 74%);
}

.title {
    font-family: MuseoSansCyrl-900, sans-serif;
    text-transform: uppercase;
}

.grey-block {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
}

.button {
    margin: 35px auto 0 auto;
    width: 250px;
    background-color: transparent;
    text-align: center;
    border-radius: 4px;
    padding: 15px 30px;
}

.button a {
    background-color: transparent;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: MuseoSansCyrl-900, sans-serif;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.dotted {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-position: under;
}

.bold {
    font-family: MuseoSansCyrl-900, sans-serif;
}

.max-height {
    max-height: 420px;
    background-size: auto;
}

/*-- HEADER --*/

.main-page-header {
    width: 100%;
    height: 100vh;
}

.logo img,
.main-footer {
	padding: 10px;
    background: linear-gradient(to right, #000000 0%, #274F6A 51%, #000000 100%);
    height: 100%;
}

.main-heading {
    width: 100%;
}

.main-nav__item a:hover,
.main-nav__item.active a,
.active.nav-link {
    text-decoration: none;
    border-radius: 3px;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.main-nav__link {
    padding: 8px 8px;
    margin-left: 2px;
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    font-family: MuseoSansCyrl-900, sans-serif;
}

.contacts {
    width: 200px;
    background: url("../img/phone.png") no-repeat 0 center;
    text-align: end;
    font-size: 16px;
    font-family: MuseoSansCyrl-900, sans-serif;
    -webkit-transition: background-image 0.2s ease-in-out !important;
    transition: background-image 0.2s ease-in-out !important;
}

.main-page-offer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.main-page-offer .container {
    position: relative;
}
.copart {
color: #0D5DB8;
}

.main-title {
    width: 100%;
    z-index: 99;
    position: absolute;
    top: 42%;
    line-height: 85px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #fff;
}

.main-title__item {
    display: block;
}

.main-title__item_big {
    font-size: 51px;
    letter-spacing: 0.46em;

}

.main-title__item_small,
.contacts-title {
    font-size: 51px;
    letter-spacing: 0.2em;
}

#offer {
	background: linear-gradient(to right, #000000 0%, #274F6A 51%, #000000 100%);
    width: 100%;
    padding: 50px 0;
}
/*-- FIRST-SECTION --*/

.advantages {
    background: linear-gradient(to right, #000000 0%, #274F6A 51%, #000000 100%);
    padding-bottom: 50px;
}

.section__title {
    padding: 30px 0 25px 0;
    color: #fff !important;
}

.merit.grey-block {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 20px;
}

.merit__img {
    height: 107px;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.merit__img_confidence {
    background: url("../img/oper.jpg") no-repeat center / contain;
}

.merit__img_true {
    background: url("../img/Lutsk.jpg") no-repeat center / contain;
}

.merit__img_smart {
    background: url("../img/comp.gif") no-repeat center / contain;
}

.merit__title {
    margin: 11px 0 18px 0;
    font-size: 20px;
}

.merit__title:after {
    content: '';
    width: 37px;
    height: 1px;
    background-color: #cfcfcf;
    display: table;
    margin: 13px auto;
}

.merit__text {
    font-size: 17px;
    font-family: MuseoSansCyrl-100, sans-serif;
    text-align: center;
    padding: 0 33px;
}

.merit__text_true,
.merit__text_smart {
    padding: 0 22px;
}


/*-- THIRD SECTION --*/

.services {
    padding: 25px 0 40px 0;
    background: url("../img/city.webp") no-repeat center top / cover;
}

.services__title {
    padding-bottom: 0;
}

.services__dream-title {
    padding-bottom: 16px;
}

.services__dream-top {
    padding: 75px 20px 38px 20px;
    margin-bottom: 5px;
}

.services__dream-bottom {
    padding: 40px 20px;
}

.services__dream,
.services__dream-top,
.services__dream-bottom {
    position: relative;
}

.services__images {
    position: relative;
    width: 303px;
    left: 50%;

}

.rounds {
    position: absolute;
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    top: -75px;
}

.services__images-first {
    right: 136px;
    top: -100px;
}

.services__images-second {
    top: -115px;
    z-index: 20;
}

.services__images-third {
    left: 159px;
    top: -107px;
}

.services__ball {
    position: absolute;
    width: 85px;
    height: 85px;
    background: url("../img/ball.png") no-repeat;
    display: block;
    left: 50%;
    top: 0;
    z-index: 20;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.services__button {
    margin-top: 50px;
    border: 2px solid #fff;
    cursor: pointer;
}

.services__button a {
    color: #fff;
}

/*-- FOURTH-SECTION --*/

#rev {
background: linear-gradient(to right, #000000 0%, #274F6A 51%, #000000 100%)
}
/*-- FIFTH-SECTION  --*/

.questions {
    padding: 85px 0;
    background: url("../img/confusing-background.jpg") no-repeat center top / cover;
}

.questions__title {
    color: #fff;
    padding-bottom: 30px;
}

.questions__title span,
.questions__consulting span {
    display: block;
}

.questions__consulting {
    font-family: MuseoSansCyrl-100, sans-serif;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.questions__consulting:after {
    content: '\f0d7';
    font-family: FontAwesome, sans-serif;
    font-size: 15px;
    border: 1px dashed #fff;
    border-radius: 50%;
    width: 35px;
    height: 34px;
    display: table;
    position: absolute;
    text-align: center;
    background-color: transparent;
    left: 50%;
    bottom: -55px;
    padding-top: 7px;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.top {
   margin-left: auto;
    z-index: 999;
}
.questions__form input {
    padding: 20px 0 20px 30px;
    background-color: #fff;
    margin-bottom: 10px;
    border-image-source: linear-gradient(rgba(0,51,102,0.5), rgba(0,0,51,0.5));
    border-width: 5pt;
    border-image-slice: 1;
    border-radius: 5px;
    color: #000;
}

.questions__form-button {
    cursor: pointer;
    padding: 20px 30px;
    color: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 15px;
    text-transform: uppercase;
    font-family: MuseoSansCyrl-900, sans-serif;
    text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5);

}
.btn-grad:hover {
    background-position: right center;
}
.btn-grad {
    background-image: linear-gradient(to right, #000000 0%, #9C2535 51%, #000000 100%);
    margin-top: 25px;
}

/*----- FOOTER -----*/

/*------ BOX MODAL-----*/

.box-modal {
    position: relative;
    width: 500px;
    padding: 30px;
    background: #11b2f5;
    color: #fff;
    border-radius: 6px;
    text-align: center;
}
.box-modal_close { position: absolute; right: 7px; top: 6px; font-size: 15px; line-height: 15px; color: #fff; cursor: pointer; }
.box-modal_close i:hover { color: rgba(255,255,255,0.8) }

.animated {
    animation-duration: 2s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.footer_text {
    color: #faf7f7;
    font-size: 14px;
	font-weight: bold;
text-align: center;
}

.box-form input {
    width: 250px;
    margin: 10px auto;
    border-radius: 3px;
    background-color: #fff;
}

.btn-call {
    font-family: MuseoSansCyrl-900, sans-serif;
    color: #fff;
    background-color: #30c2ff;
    width: 250px;
    cursor: pointer;
}

.box-form p {
    font-family: MuseoSansCyrl-900, sans-serif;
}

#exampleModal {
    animation-duration: 1.5s;
    animation-timing-function: ease;
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 240, 240, 0.91);
    overflow: hidden;
    display: none;
    z-index: 999;
}

#loader img {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    z-index: 999;
}

#overlay,
#overlay-main-form {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 9999;
}
#thx,
#thx-main-form {
    font-family: MuseoSansCyrl-900, sans-serif;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 27%;
    text-align: center;
}

.questions__form input::placeholder {
    color: #9c2535e0;
    font-size: 1.4em;
}

@keyframes dayNight {
    0%{background-position:25% 0}
    50%{background-position:76% 100%}
    100%{background-position:25% 0}
}
@keyframes driving {
    0% {
        left: -25%;
    }
    10% {
        bottom: 0;
    }
    20% {
        transform: scale(0.5) rotateZ(-5deg);
        bottom: 5%
    }
    25% {
        transform: scale(0.5) rotateZ(0deg);
    }
    40% {
        transform: scale(0.5) rotateZ(5deg);
    }
    50% {
        transform: scale(0.5) rotateZ(0deg);
    }
    100% {
        left: 110%;
        bottom: 10%;
        transform: scale(0.5) rotateZ(0deg);
    }
}
@keyframes road-moving {
    100% {
        transform: translate(-2400px);
    }
}
@keyframes wheelsRotation {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes moon {
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translate(80px, -140px);
    }
}
@keyframes sun-moon {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}
/*   CAR CONTAINER   */

.car-container {
    position: absolute;
    bottom: -10%;
    width: 430px;
    height: 300px;
    animation: driving 5s infinite linear;
    transform: scale(0.5);
}
.car-container:after {
    content: "";
    width: 426px;
    height: 1px;
    margin-top: 88px;
    display: block;
    position: absolute;
    left: -3%;
    z-index: -1;
    bottom: 0;
    box-shadow: 2px -15px 25px 2px #000000;
}
/*   WHEELS   */

.wheel1,
.wheel2 {
    width: 120px;
    height: 120px;
    background-color: grey;
    border-radius: 50%;
    border: 20px solid black;
    position: absolute;
    bottom: 0;
    animation: wheelsRotation 1s infinite linear;
}
.wheel1 {
    left: 5%;
}
.wheel1-top,
.wheel2-top {
    bottom: 48px;
    position: absolute;
    width: 106px;
    height: 80px;
    border-radius: 50%;
    z-index: 5;
    box-shadow: 0px 13px 3px 0px rgba(240, 240, 240, 0.53);
    transform: rotateX(180deg);
}
.wheel1-top {
    left: 7%;
}
.wheel2-top {
    right: 7%;
}
.wheel2 {
    right: 5%;
}
.wheel-dot1,
.wheel-dot2 {
    width: 10px;
    height: 25px;
    background-color: black;
    position: absolute;
}
.wheel-dot3,
.wheel-dot4 {
    width: 25px;
    height: 10px;
    background-color: black;
    position: absolute;
}
.wheel-dot1 {
    top: 10%;
    left: 45%;
}
.wheel-dot2 {
    bottom: 10%;
    left: 45%;
}
.wheel-dot3 {
    top: 45%;
    right: 10%;
}
.wheel-dot4 {
    top: 45%;
    left: 10%;
}
.door {
    width: 110px;
    height: 100px;
    border: 3px solid #B57A84;
    position: absolute;
    left: 36%;
    top: 16px;
    border-radius: 10% 40% 10% 10%;
}
.door-knob {
    width: 30px;
    height: 14px;
    background-color: #E8E6E6;
    border-radius: 30%;
    position: absolute;
    left: 20%;
    top: 5%;
    border: 1px solid lightcoral;
}
.car-top1 {
    border-radius: 25% 40% 0 0;
    background-color: #6A1621;
    max-width: 100%;
    width: 250px;
    height: 130px;
    position: absolute;
    top: 0;
    left: 4%;
}
.window1,
.window2 {
    background-color: #E2F0F6;
    border-radius: 5px;
    position: absolute;
    width: 40%;
    height: 60%;
    margin: 17px;
    border: 9px solid #BF6D7B;
}
.window1 {
    left: 0;
    border-top-left-radius: 30%;
}
.window2 {
    right: 0;
    border-top-right-radius: 50%;
}
.car-top2 {
    border-radius: 100px 200px 0 0;
    background-color: #25659C;
    border: 10px solid #72252F;
    background-color: #9C2535;
    max-width: 100%;
    width: 430px;
    height: 140px;
    position: absolute;
    bottom: 20%;
}
.road {
    width: 250%;
    height: 200px;
    background-color: #585858;
    border-top: 10px solid #756D6D;
    border-bottom: 10px solid #756D6D;
    position: absolute;
    bottom: 0;
    margin-left: -10px;
    padding: 0;
}
.road::before {
    content: " ";
    position: absolute;
    z-index: 0;
    top: -17px;
    left: 0;
    right: 0;
}
.road-top-half {
    height: 15px;
    width: 250%;
    position: absolute;
    left: -10%;
    top: 30px;
    border-top: 40px dashed white;
    margin-top: 25px;
    animation: road-moving 10s infinite linear;
    transition: all 3s linear;
}
.skyline {
    width: 100%;
    position: absolute;
    bottom: 205px;
    padding: 0;
    left: 110%;
    animation: road-moving 10s infinite linear;
    transition: all 8s linear;
}
.building1 {
    width: 220px;
    height: 450px;
    background-color: #211919;
    position: relative;
}
.building1-shadow {
    border-top: 15px solid transparent;
    border-right: 60px solid rgb(44, 37, 37);
    border-bottom: 15px solid #000;
    border-left: 15px solid transparent;
    height: 450px;
    width: 200px;
    position: absolute;
    left: -199px;
}
.building-left-half,
.building-right-half {
    height: 300px;
    width: 50px;
    position: absolute;
    top: 10px;
    border-left: 16px dashed #A9D2C7;
    border-right: 16px dashed rgba(255, 255, 0, 0.19);
    margin-top: 25px;
}
.building-left-half {
    left: 10px;
    padding: 25px;
}
.building-right-half {
    right: 10px;
    padding: 20px;
}
/*Headlights*/
.car-top1:after {
    width: 13px;
    height: 37px;
    background-color: #BACCDA;
    position: absolute;
    bottom: -63px;
    right: -168px;
    z-index: 10;
    content: " ";
    border-radius: 10px;
    border: 2px solid black;
    border-left-style: none;
    transform: rotate(-15deg);
}

.car-top2:after {
    position: absolute;
    bottom: 7px;
    right: -340px;
    content: " ";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 80px solid transparent;
    border-right: 500px solid rgba(191,188,87,0.7);
    z-index: -1;
    /*-webkit-mask-box-image: -webkit-linear-gradient(left, black, transparent);*/
    /*-webkit-mask-box-image: -o-linear-gradient(left, black, transparent);*/
    /*-webkit-mask-box-image: linear-gradient(to right, black, transparent);*/
    transform: rotate(-9deg);
}

.error {
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}

.car {
    position: relative;
}

.kruvui, .oleg {
    width: 138px;
    height: 138px;
}

#map {
    position: relative;
}
.cl {
    border: 2px solid #fff
}
.services__dream-text {
font-family: serif;
}
.cl a {
    color: #fff;
}

.vakhta {
    width: 135px;
}

.map {
    padding: 0;
}

.map img {
    width: 100%;
}

.thanku {
    height: calc(100vh - 68px);
}

.tnx {
    color: #fff;
    width: 90%;
    font-size: 30px;
    display: block;
    top: 50%;
    position: absolute;
    line-height: 50px;
    right: 50%;
    transform: translate(50%, -50%);
}

h1.tnx-page {
    top: 20%;
}

.iti__flag {background-image: url("/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("/img/flags@2x.png");}
}

label#phone-error {
    position: absolute;
}
