﻿@import url('../css2');
@font-face {
    font-family: 'Spaceland-Ten';
    src: url('../fonts/Spaceland-Ten.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Spaceland-TenOblique';
    src: url('../fonts/Spaceland-TenOblique.ttf');
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
}
.container .row {
    position: relative;
}
body {
    font-family: 'Jost', sans-serif;
    display: block;
    position: relative;
    overflow-x: hidden;
    background: #071025;
}
.container .row {
    position: relative;
}
.mobile-only {
    display: none;
}
.desctop-only {
    display: block;
}
.body-scroll {
    overflow: hidden;
}
.float-right {
    float: right;
}
.align-center {
    text-align: center;
}
::selection {
    background: #fde82a;
    color: #fff;
}
::-moz-selection {
    background: #fde82a;
    color: #fff;
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    background-color: #fde82a;
}
ul li {
    list-style-position: inside;
}
a, .btn, input, button, textarea {
    font-family: 'Jost', sans-serif;
    outline: none;
    display: inline-block;
    transition: .2s ease-in-out;
    text-decoration: none;
}
.btn:hover, input:hover, button:hover {
    transition: .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}
p {
    color: #ffffff;
    font-weight: 200;
}
.font-space {
    font-family: 'Spaceland-Ten', sans-serif;
    font-style: italic;
}
.wrapper {
    background-image: url("../images/body-bg-image.png");
    background-repeat: no-repeat;
}
.header {
    padding-top: 5px;
    padding-bottom: 60px;
}
.header nav a {
    color: white;
    display: inline-block;
    padding-right: 35px;
    position: relative;
}
.header nav a:hover {
    text-decoration: underline;
}
.header .inst {
    display: inline-block;
    position: relative;
}
.header .inst a {
    color: #92a1b9;
    font-size: 14px;
}
.header .inst img {
    display: block;
    margin: 0 auto 4px auto;
    transition: .3s;
}
.header .inst:hover img {
    transform: scale(1.2);
}
.header .inst a:hover {
    text-decoration: none;
}
.consult-block {
    text-align: right;
    margin: 8px 30px 0 0;
}
.consult-block p {
    color: #92a1b9;
    font-size: 12px;
    position: relative;
}
.phone {
    color: #f4eeb5;
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 600;
    transition: .3s;
}
.phone:hover {
    color: #c1f087;
}
.telegram {
    font-size: 16px;
    font-weight: 300;
    color: white;
    transition: .2s;
}
.telegram:hover {
    text-decoration: none;
    color: #c1f087;
}
.enroll-block {
    position: relative;
    margin-top: 8px;
}
.enroll-block p {
    text-align: right;
    color: #92a1b9;
    font-size: 12px;
    position: relative;
}
.enroll-block p span:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #25fd17;
    border-radius: 5px;
    position: absolute;
    left: 32px;
    top: 5px;
}
.btn-hover {
    font-weight: 600;
    color: black;
    text-transform: uppercase;
    padding: 15px;
    letter-spacing: 2px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    transition: .5s;
    background-image: linear-gradient(to right, #fde82a, #c1f087 25%, #c1f087, #fde82a);
    box-shadow: 0 0 15px #fde82a;
    position: relative;
    overflow: hidden;
}
.btn-hover:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 200px;
    background: #fff;
    top: -50px;
    transform: rotate(30deg);
    opacity: 0.5;
    left: -70px;
    animation: animate-btn-fon 3s ease-in-out infinite;
}
@keyframes animate-btn-fon {
    0% {
        left: -70px;
    }
    30% {
        left: 300px;
    }
    100% {
        left: 300px;
    }
}
.btn-enroll {
    margin-top: 5px;
    font-size: 12px;
    display: block;
}
.btn-hover:hover {
    /*background-position: 100% 0;*/
    background-image: linear-gradient(to right, #fde82a, #fde82a 25%, #fde82a, #fde82a);
    box-shadow: none;
}
.banner {
    position: relative;
    background-image: url("../images/smoke-copy-2.png"), url("../images/smoke-copy.png"), url("../images/light-smoke-copy.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 100% 60%, 0px 50%, 100% 10%;
    padding-bottom: 400px;
}
.banner-head {
    position: relative;
    padding-bottom: 10px;
}
.banner-head h4 {
    margin-left: 20px;
    color: #92a1b9;
    font-size: 20px;
    display: inline-block;
    position: relative;
    bottom: 22px;
}
.banner-head span:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #1f1e27;
    border: #273148 2px solid;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 24px;
    top: 4px;
}
.banner-head h1 {
    color: white;
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}
.banner-head p {
    color: white;
    display: block;
}
.btn-request {
    font-size: 16px;
    padding: 18px 44px;
    margin-top: 18px;
    display: inline-block;
}
.request-block p {
    color: #f4eeb5;
    display: inline-block;
    margin-top: 24px;
}
.texture-banner-car {
    position: absolute;
    top: 50px;
    right: -220px;
}
.service {
    margin-top: -250px;
    position: relative;
    padding-bottom: 140px;
}
.service-card {
    background: #303258;
    padding: 35px;
    border: #273148 2px solid;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-card h4 {
    color: white;
    font-size: 26px;
    line-height: 30px;
}
.service-card p {
    color: #ffffff;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.card-1 {
    width: 360px;
}
.card-1 p {
    margin-right: 6px;
}
.btn-consult {
    display: inline-block;
    font-size: 12px;
    padding: 15px 20px;
}
.card-2 {
    width: 360px;
    position: absolute;
    bottom: 0;
    margin-left: 100px;
}
.card-3 {
    width: 458px;
}
.card-4 {
    position: absolute;
    top: 0;
    margin-left: 60px;
}
.card-4 h4 {
    margin-right: 20px;
}
.card-3, .card-4 {
    margin-top: 80px;
}
.texture-service-dots {
    position: absolute;
    top: 120px;
    right: 0;
}
.offers {
    margin-bottom: 140px;
}
.section-head {
    position: relative;
}
.section-head h1 {
    color: white;
    font-size: 56px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.section-head p {
    color: #92a1b9;
}
.nums {
    margin-left: 75px;
    display: inline-block;
    margin-bottom: -20px;
}
.offers .nums h1 {
    color: #17dafd;
    font-size: 90px;
    margin-right: 0;
    margin-bottom: 0;
}
.offers .nums p {
    color: white;
    font-style: italic;
    margin-left: 30px;
}
.num-1 {
    position: relative;
    bottom: 110px;
}
.num-big {
    font-size: 135px;
    position: absolute;
    top: -50px;
    left: -70px;
    color: #071025;
    text-shadow: 0 0 2px grey;
    z-index: -1;
}
.num-2 {
    position: relative;
    bottom: 162px;
    left: 230px;
}
.examples {
    position: relative;
}
.examples-item {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    border: #273148 2px solid;
    margin-top: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.examples-item img {
    opacity: 0;
}
.form {
    position: relative;
    padding-top: 140px;
    background-image: url("../images/examples-bg.png"), url("../images/smoke-copy-5.png"), url("../images/smoke-copy-4.png"), url("../images/smoke-copy-3.png");
    background-repeat: no-repeat;
    background-position: 0 0, 40% 40%, 90% 90%, 100% 88%;
    padding-bottom: 180px;
}
.form-request {
    border: #6ad8ea 2px dotted;
    border-radius: 10px;
    max-width: 460px;
    padding: 30px 0px 46px 48px;
    margin-top: 40px;
    position: relative;
}
.form-request form input {
    color: #ffffff;
}
.form-request .mail_send-sacsses, .form-request .mail_send-sacsses-p {
    color: #ffffff;
}
.input-icon {
    width: 40px;
    height: 40px;
    background: #201f27 no-repeat 50% 50%;
    border-radius: 50%;
    border: #273148 2px solid;
    display: inline-block;
    position: relative;
    top: 14px;
}
.icon-account {
    background-image: url("../images/account.png");
}
.icon-phone {
    background-image: url("../images/phone.png");
}
.icon-telega {
    background-image: url("../images/telega.png");
}
.icon-viber {
    background-image: url("../images/viber.png");
}
.icon-instagram {
    background-image: url("../images/instagram.png");
}
.form-request form input {
    max-width: 250px;
    font-size: 16px;
    line-height: 16px;
    border: none;
    border-radius: 20px;
    background: #404654;
    padding: 12px 0 12px 20px;
    outline: none;
    margin: 20px 0 0 10px;
}
.form-request form input::placeholder {
    color: white;
}
.form-request .btn-request {
    padding: 18px 22px;
    margin-top: 20px;
    font-size: 12px;
}
.form-request .request-block p {
    position: relative;
    left: -45px;
}
.texture-form-car {
    position: absolute;
    right: -156px;
    bottom: -335px;
}




.form-request1 {
    border: #6ad8ea 2px dotted;
    border-radius: 10px;
    max-width: 460px;
    padding: 30px 0px 10px 48px;
    position: relative;
}
.form-request1 form input {
    color: #ffffff;
}
.form-request1 .mail_send-sacsses, .form-request1 .mail_send-sacsses-p {
    color: #ffffff;
}
.form-request1 form input {
    max-width: 250px;
    font-size: 16px;
    line-height: 16px;
    border: none;
    border-radius: 20px;
    background: #404654;
    padding: 12px 0 12px 20px;
    outline: none;
    margin: 20px 0 0 10px;
}
.form-request1 form input::placeholder {
    color: white;
}
.form-request1 .btn-request {
    padding: 18px 22px;
    margin-top: 20px;
    font-size: 12px;
}
.form-request1 .request-block p {
    position: relative;
    left: -45px;
}
.form-request1 form input {
    display: inline-block;
}
/**************ADVANTAGES***************/
.advantages {
    position: relative;
    background-image: url("../images/dots-copy.png"), url("../images/dots-copy-2.png"), url("../images/dots-copy-2.png");
    background-repeat: no-repeat;
    background-position: 100% 36%, 108% 80%, -25% 96%;
    margin-bottom: 140px;
}
.advantages .section-head {
    text-align: center;
    padding-bottom: 180px;
}
.advantages-item {
    color: #92a1b9;
    font-size: 16px;
    line-height: 18px;
}
.advantages-icon {
    border-radius: 50%;
    padding-bottom: 15px;
}
.advantages-car-block {
    width: 227px;
    height: 400px;
    border-radius: 114px;
    background: linear-gradient(90deg, rgba(253, 232, 42, 1) 32%, rgba(193, 240, 135, 1) 88%);
    box-shadow: 0 0 40px #fde82a;
    margin: 0 auto;
    position: relative;
    bottom: 100px;
    left: 20px;
}
.advantages-car-block img {
    position: absolute;
    right: 0;
    top: 85px;
}
.item-man {
    position: relative;
    bottom: 90px;
}
.item-man img {
    position: absolute;
    right: 100px;
}
.item-man p {
    padding: 105px 60px 0 40px;
}
.price {
    margin-bottom: 140px;
}
.price .section-head {
    text-align: center;
}
.price .section-head p {
    margin: 0 -8px;
}
.price-list {
    padding: 22px 0 22px 0;
    border-bottom: #343c4f 1px solid;
}
.price-list h4 {
    font-size: 20px;
    font-weight: 800;
    color: white;
}
.price-list a {
    color: #fde82a;
    display: inline-block;
    text-decoration: underline;
}
.price-list a.btn-hover {
    color: black;
    text-decoration: none;
}
.price-list a:hover {
    text-decoration: none;
    color: #ffffff;
}
.price-list p {
    font-weight: 300;
    color: #dedfe2;
    font-size: 16px;
    display: inline;
    line-height: 16px;
}
.price-list .price-nums {
    color: #fde82a;
}
.questions {
    margin-bottom: 100px;
}
.questions .section-head {
    text-align: center;
    margin-bottom: 60px;
}
.questions .phone {
    color: white;
    font-weight: 800;
    margin-bottom: 10px;
}
.questions .phone:hover {
    color: #c1f087;
}
.questions h4 {
    font-weight: 300;
    font-size: 20px;
    color: white;
}
.questions .telegram {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 30px;
}
.questions h4 span {
    font-weight: 800;
}
.map-link {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #fde82a;
    text-decoration: underline;
    transition: .2s;
    display: block;
}
.map-link:hover {
    text-decoration: none;
    color: #c1f087;
}
.questions .btn-request {
    font-size: 12px;
    padding: 18px 25px;
    margin-top: 10px;
}
footer {
    background: #070e1d;
}
.popup-modal-style {
    position: relative;
    margin: auto;
    background-color: #070e1d;
    color: #ffffff;
    width: 500px;
    padding: 80px 60px;
    text-align: center;
}
.popup-modal-style h3 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.popup-modal-style p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}
.popup-modal-style-map {
    position: relative;
    margin: auto;
    background-color: #070e1d;
    color: #ffffff;
    width: 800px;
    padding: 0px;
    text-align: center;
}
form {
    position: relative;
}
form input {
    position: relative;
    display: block;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 18px;
    border-radius: 20px;
    border: none;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.form-request form input {
    display: inline-block;
}
.textrure-dots-left {
    position: absolute;
    left: -240px;
    top: 0;
}
.vertical-text {
    position: absolute;
    font-size: 90px;
    line-height: 90px;
    color: #ffffff24;
    transform: rotate(-90deg);
    left: -250px;
    text-transform: uppercase;
    font-weight: 900;
    top: 140px;
}
.offers-item {
    position: relative;
    margin-top: 50px;
}
.offers-item span {
    color: #18dafc;
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'Spaceland-Ten', sans-serif;
    font-style: italic;
    text-shadow: -30px -30px 5px #ffffff2e;
}
.offers-item span sup {
    line-height: 0px;
}
.offers-item p {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    color: #ffffff;
}
.price-list .price-nums {
    text-align: right;
}
.price-list .price-nums span {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
}
footer.header {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*menu*/
.menu-popup {
    display: block;
    left: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #071025;
    z-index: 1000;
    transition: .5s ease-in-out;
    color: #ffffff;
}
.menu-popup.active {
    left: 0%;
    display: block;
    transition: .5s ease-in-out;
    overflow: auto;
    padding: 30px 40px;
}
.menu-content nav a {
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}
.block-menu-close {
    font-size: 60px;
    line-height: 40px;
    font-weight: 100;
    text-align: right;
}
.block-menu-close:hover {
    cursor: pointer;
}
.block-menu {
    position: fixed;
    right: 15px;
    z-index: 1000;
    text-align: right;
    padding: 5px 5px 0px 5px;
    background-color: #ffffff2b;
    border-radius: 0px 10px 0px 0px;
}
/*Разработка & дизайн: weba.by*/
.weba-dev {
    font-family: Roboto, sans-serif;
    float: right;
    position: relative;
    margin-top: 0px;
}
.weba-dev > span {
    font-size: 10px;
    color: #ffffff;
}
.weba-dev a {
    font-family: Roboto, sans-serif;
    text-decoration: none;
    display: block;
    line-height: 33px;
    color: #fff;
}
.weba-dev a:hover {
    color: #ffea00;
}
.weba-logo {
    font-family: Roboto, sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: #ffffff;
}
.weba-logo span {
    font-family: Roboto, sans-serif;
    color: #ffea00;
    font-weight: bold;
}
.weba-href {
    text-align: right;
}
.webapico {
    position: absolute;
    right: -12px;
    top: -21px;
    width: 50px;
    height: 52px;
    animation: webapico-anime 2s linear infinite;
    transform-origin: 47% 100%;
}
@keyframes webapico-anime {
    0% {
        background-image: url("../images/weba/webapico.png");
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    15% {
        background-image: url("../images/weba/webapico.png");
        transform: rotate(-60deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    20% {
        background-image: url("../images/weba/webapico.png");
        transform: rotate(-45deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    25% {
        background-image: url("../images/weba/webapico.png");
        transform: rotate(-60deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    30% {
        background-image: url("../images/weba/webapico.png");
        transform: rotate(-45deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    50% {
        background-image: url("../images/weba/webapico.png");
        transform: rotate(0deg);
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    70% {
        background-image: url("../images/weba/webapico.png");
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    73% {
        background-image: url("../images/weba/webapico2.png");
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    76% {
        background-image: url("../images/weba/webapico.png");
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    81% {
        background-image: url("../images/weba/webapico2.png");
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    83% {
        background-image: url("../images/weba/webapico.png");
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
    100% {
        background-image: url("../images/weba/webapico.png");
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
}
.mail_send-sacsses {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 30px;
}
.mail_send-sacsses-p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}

.gol{
        display: flex
;
    justify-content: space-around;
    align-content: center;
    flex-wrap: wrap;
}
.inst{
    margin-left: 10px;
}