@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    display: inline-block
}

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

h1,
h2,
h3,
p {
    margin: 0;
    padding: 0
}

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

.containerFull {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0
}

body {
    margin: auto;
    padding: 0;
    font: 16px Helvetica, Arial, sans-serif;
    max-width: 1920px;
    min-width: 320px;
    color: #333
}

.headerFixid {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 0 12px
}

.headerFixid__box {
    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;
    padding: 18px 0;
    border-bottom: 4px solid #f2f2f2
}

.headerFixid__img {
    max-width: 357px
}

.headerFixid__btn {
    line-height: 1.2 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    border-radius: .3em;
    padding: .8em 1.8em;
    background: #feb901;
    border: 1px solid transparent;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    padding-left: 40px;
    transition: .3s
}

.headerFixid__btn:hover {
    color: #feb901;
    background-color: #fff;
    border: 1px solid #feb901
}

.headerFixid__btn span {
    position: relative
}

.headerFixid__btn span::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../icons/telephone-fill.svg);
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.headerFixid__btn:hover::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../icons/telephone-fill2.svg);
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.headerFixid__formsBtn {
    line-height: 1.2 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    border-radius: .3em;
    padding: .8em 1.8em;
    background: #feb901;
    border: 1px solid transparent;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.headerFixid__formsBtn:hover {
    color: #feb901;
    background-color: #fff;
    border: 1px solid #feb901
}

.header {
    padding-top: 100px
}

.header__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
}

.header__left {
    background: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative
}

.header__left::before {
    content: "";
    width: 85%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .02)), color-stop(100%, #fcfcfc), to(#fff));
    background: -o-linear-gradient(left, rgba(255, 255, 255, .02) 0, #fcfcfc 100%, #fff 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, .02) 0, #fcfcfc 100%, #fff 100%);
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.header__right {
    padding: 200px 12px
}

.header__title {
    font-size: clamp(24px, 5vw, 48px);
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 10px
}

.header__dscr {
    margin-bottom: 24px
}

.header__ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

.header__li {
    padding-left: 25px;
    margin-bottom: 8px;
    position: relative
}

.header__li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #feb901
}

.header__btn {
    margin-top: 30px;
    line-height: 1.2 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    border-radius: .3em;
    padding: .8em 1.8em;
    background: #feb901;
    border: 1px solid transparent;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header__btn:hover {
    color: #feb901;
    background-color: #fff;
    border: 1px solid #feb901
}

.benefits {
    background-color: #feb901;
    color: #fff
}

.benefits__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 15px 0
}

.benefits__svg {
    position: relative;
    padding-left: 40px
}

.benefits__svg::before {
    content: "";
    position: absolute;
    background: url(../icons/automobile.svg);
    width: 25px;
    height: 25px;
    background-size: cover;
    left: 0;
    top: -3px
}

.benefits__svg:nth-child(2)::before {
    background: url(../icons/wrench.svg)
}

.benefits__svg:nth-child(3)::before {
    background: url(../icons/bin2.svg)
}

.benefits__svg:nth-child(4)::before {
    background: url(../icons/dollar.svg)
}

.fast {
    padding: 64px 0
}

.fast__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 50px
}

.fast__title {
    font-weight: 400;
    font-size: clamp(24px, 5vw, 32px);
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px
}

.fast__img {
    max-width: 100%
}

.fast__dscr {
    line-height: 24px;
    margin-top: 20px
}

.fast__dscr span {
    font-weight: 700
}

.fast__name {
    font-weight: 400;
    font-size: clamp(24px, 5vw, 32px);
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px
}

.fast__inner {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 4px
}

.fast__txt {
    padding: 6px 0 6px 55px;
    min-height: 40px;
    line-height: 24px;
    margin-bottom: 10px;
    position: relative
}

.fast__txt::before {
    content: "1";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #feb901;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fast__txt:nth-child(2)::before {
    content: "2"
}

.fast__txt:nth-child(3)::before {
    content: "3"
}

.fast__txt:nth-child(4)::before {
    content: "4"
}

.fast__txt:nth-child(5)::before {
    content: "5"
}

.services {
    background-color: #ededed;
    border-top: 5px solid #feb901;
    padding: 64px 0
}

.services__title {
    font-weight: 400;
    font-size: clamp(24px, 5vw, 32px);
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 40px
}

.services__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 40px
}

.services__img {
    max-width: 100%;
    -webkit-box-shadow: 0 -5px 15px 5px rgba(0, 0, 0, .07);
    box-shadow: 0 -5px 15px 5px rgba(0, 0, 0, .07)
}

.services__inInner {
    padding: 30px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .07);
    box-shadow: 0 5px 15px 5px rgba(0, 0, 0, .07);
    max-width: 100%
}

.services__name {
    font-size: 20px;
    padding-left: 30px;
    padding-bottom: 10px;
    position: relative
}

.services__name::before {
    content: "";
    position: absolute;
    background: url(../icons/navigate_next.svg);
    background-size: cover;
    width: 32px;
    height: 32px;
    left: 0;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.services__ul {
    text-align: center;
    margin-top: 50px
}

.services__li {
    padding: 10px 10px 10px 30px;
    border: 2px solid #ffb900;
    border-radius: 30px;
    line-height: 1;
    margin-left: 3px;
    margin-right: 3px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    display: inline-block;
    position: relative
}

.services__li::before {
    content: "✓";
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #feb901
}

.faq {
    padding: 64px 0;
    border-top: 5px solid #feb901;
    padding: 64px 0
}

.faq__title {
    font-weight: 400;
    font-size: clamp(24px, 5vw, 32px);
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: center
}

.faq__name {
    font-weight: 400;
    font-size: clamp(24px, 5vw, 32px);
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-size: 16px
}

.faq__ul {
    padding-left: 40px
}

.faq__li {
    line-height: 24px;
    margin-bottom: 15px;
    list-style: decimal;
    padding-left: 10px
}

.faq__li span {
    text-decoration-line: underline
}

.faq__txt {
    line-height: 24px
}

.thisIsHowWeWork {
    background-color: #ededed;
    border-top: 5px solid #feb901;
    padding: 64px 0
}

.thisIsHowWeWork__box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 50px
}

.thisIsHowWeWork__title {
    font-weight: 400;
    font-size: clamp(24px, 5vw, 32px);
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px
}

.thisIsHowWeWork__img {
    width: 100%
}

.thisIsHowWeWork__right {
    padding-left: 40px
}

.thisIsHowWeWork__name {
    font-weight: 700;
    line-height: 24px;
    position: relative
}

.thisIsHowWeWork__name::before {
    content: "✔ ";
    position: absolute;
    width: 24px;
    height: 24px;
    left: -30px;
    background-color: #feb901;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%
}

.thisIsHowWeWork__txt {
    margin-bottom: 20px;
    line-height: 24px
}

.thisIsHowWeWork__btn {
    line-height: 1.2 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    border-radius: .3em;
    padding: .8em 1.8em;
    background: #feb901;
    border: 1px solid transparent;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.thisIsHowWeWork__btn:hover {
    color: #feb901;
    background-color: #fff;
    border: 1px solid #feb901
}

.forms {
    padding: 50px 12px 50px
}

.forms__wrapper {
    background-color: #fff;
    margin: 20px auto;
    padding: 40px;
    width: 80%;
    min-width: 300px;
    -webkit-box-shadow: 2px 3px 15px #c9c6c6;
    box-shadow: 2px 3px 15px #c9c6c6;
    border-radius: 20px
}

.forms__title {
    font-weight: 400;
    font-size: clamp(24px, 5vw, 32px);
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
    font-size: clamp(24px, 5vw, 48px);
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    font-weight: 700
}

.forms__button {
    line-height: 1.2 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    border-radius: .3em;
    padding: .8em 1.8em;
    background: #feb901;
    border: 1px solid transparent;
    color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 rgba(0, 0, 0, .2);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.forms__button:hover {
    color: #feb901;
    background-color: #fff;
    border: 1px solid #feb901
}

.btnNone {
    display: none
}

footer {
    background-color: #feb901;
    font-weight: 700;
    padding: 10px 0;
    color: #fff
}

/*невидимая ссылка*/
.invlink{
    background: transparent;
    color: transparent;
    border: transparent;
    position: absolute;
    top: 100%;
    left: 5%;
    box-shadow: none;
}
.invlink:hover{
    background: transparent;
    color: transparent;
    border: transparent;
    box-shadow: none;
}
.invlink span:before{
    background: transparent;
}
.invlink:hover:before{
    background: transparent;
}

@media (max-width:1023px) {

    .header__box,
    .thisIsHowWeWork__box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .header__left::before {
        background: 0 0;
        width: 0
    }

    .header__left {
        padding: 250px 0;
        background-position: center
    }

    .header__right {
        padding: 20px 12px;
        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;
        gap: 20px;
        background: #f5f5f5;
        border-bottom: 2px solid #a3a3a3;
        padding-bottom: 15px !important;
        -webkit-box-shadow: 0 4px 7px -4px rgba(0, 0, 0, .6);
        box-shadow: 0 4px 7px -4px rgba(0, 0, 0, .6);
        margin-bottom: 20px
    }

    .header__title {
        color: #feb901
    }

    .header__li {
        padding-left: 25px;
        margin-bottom: 8px;
        position: relative;
        border-bottom: 3px solid #e6e6e6;
        margin-bottom: 15px;
        padding-bottom: 5px
    }

    .benefits__box {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .services__wrapper {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .forms__wrapper {
        width: 80%
    }
}

@media (max-width:768px) {
    .fast__box {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media (max-width:767px) {
    .headerFixid__img {
        display: none
    }

    .headerFixid__box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .faq,
    .fast,
    .services,
    .thisIsHowWeWork {
        padding: 40px 0
    }

    .fast__inner {
        padding: 30px 10px
    }

    .services__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .forms__wrapper {
        width: 100%
    }

    .forms {
        padding: 98px 12px 10px
    }

    .btnNone {
        display: inline-block
    }
}

@media (max-width:425px) {
    .headerFixid__box {
        padding: 10px 0
    }

    .header__left {
        padding: 150px 0
    }

    .header {
        padding-top: 70px
    }

    .header__ul {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .forms__wrapper {
        padding: 40px 20px
    }
}

@media (max-width:424px) {
    .headerFixid__formsBtn {
        display: none
    }

    .headerFixid__box {
        display: block
    }

    .headerFixid__btn {
        width: 100%;
        text-align: center
    }

    .header__dscr {
        font-size: 15px
    }
}