@font-face {
    font-family: 'Roboto Bold';
    src: url('fonts/Roboto-Bold.eot');
    src: url('fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Bold.woff') format('woff'),
    url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('fonts/Roboto-Light.eot');
    src: url('fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Roboto-Light.woff') format('woff'),
    url('fonts/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

 .header_mobile__top {
        transition: all 0.3s ease-in-out;
        z-index: 1001;
        transform: translateY(0);
    }

    .header_mobile__top {
        background: #EFEFEF;
        color: #000000;
        padding: 12px 16px;
        /* transition: opacity .3s ease-in-out; */
        position: relative;
        /* z-index: -1; */
        /* top: -12px; */
        display: none;
        align-items: center;
    }

    .header_mobile__top a{
        color: #000;
        font-family: "Roboto", sans-serif; 
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; 
    }

    .header_mobile__link {
        text-decoration: none;
    }

     .footer__icons img {
        padding: 0 5px;
    }


    .footer__links a {
        text-decoration: none;
        padding: 0 5px;
    }

    .footer__links a:hover {
        text-decoration: underline;
    }


    .special__logos {
        display: flex;
        justify-content: center; 
        gap: 32px;
        padding-bottom: 60px;
    }

    .special__logos-item img {
        height: 50px;
    }

    .special__logos-item svg {
        height: 50px;
        width: 100%;
    }

@media (max-width: 1280px) {
    .header_mobile__top {
        display: flex;
        gap: 8px;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

main,
article,
section,
footer,
header,
aside,
canvas {
    display: block;
}

a {
    color: unset;
}

html {
    height: 100%;
}

body {
    min-width: 320px;
    min-height: 100%;
    background-color: #fff;
    font: 16px "Roboto Light";
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    position: relative;
}

img {
    pointer-events: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header {
    background: #fff;
}

.header-info {
    padding: 25px 0 5px 0;
}

.header-info__inner {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.header-info__inner:after {
    content: '';
    display: block;
    clear: both;
}

.header-info__contacts div {
    line-height: 40px;
    padding: 0 10px;
}

.header-info__contacts div:nth-child(1) {
    padding-left: 0;
}

.header-info__contacts {
    display: flex;
    float: left;
    width: 30%;
    padding-left: 3%;
    padding-top: 55px;
}

.header-info__mail img {
    vertical-align: middle;
}

.header-info__location a {
    display: block;
}

.header-info__phone a {
    text-decoration: none;
    font-family: Roboto Bold;
    font-size: 18px;
}

.header-info__phone i {
    display: none;
}

.header-info__logo {
    width: 40%;
    float: left;
    text-align: center;
}

.header-info__logo a {
    display: block;
}

.header-info__burger {
    width: 30%;
    float: right;
    height: 95px;
    display: flex;
}

.header-info__burger a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(img/burger.png) no-repeat;
    margin: auto 15px 0 auto;
    -webkit-background-size: contain;
    background-size: contain;
}

.burger-close {
    display: block;
    width: 32px;
    height: 31px;
    margin: 30px 30px 0 auto;
    -webkit-background-size: contain;
    background-size: contain;
    background: url(img/burger-close.png) no-repeat;
}



/*.burger {
    display: none;
}*/

.hero-leasing__map, .hero-leasing__pics, .steps-leasing__pics, .advantages__pics {
    max-width: 1054px;
    margin: auto;
}

.hero-leasing__map img {
    width: 100%;
}

.hero-leasing__caption {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 120px;
    line-height: 120px;
    padding-top: 20px;
    max-width: max-content;
    margin: auto;
}

.hero-leasing__description {
    font-family: 'Roboto Light', sans-serif;
    font-size: 40px;
    line-height: 50px;
    max-width: max-content;
    margin: auto;
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
}

.hero-leasing__pics, .steps-leasing__pics, .advantages__pics {
    display: flex;
    justify-content: center;
    padding: 30px 0 100px;
}

.hero-leasing__pic, .advantages__pic {
    flex-basis: 20%;
    text-align: center;
}

.hero-leasing__sub {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

.steps-leasing, .form, .news, footer {
    background: #efefef;
}

.steps-leasing__caption, .advantages__caption, .form__caption, .about__caption, .news__caption, .special__caption, .contacts__caption, .advantages-list__caption {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 35px;
    line-height: 50px;
    max-width: max-content;
    margin: auto;
    padding: 80px 0;
    display: flex;
    justify-content: center;
}

.special__description {
    font-family: 'Roboto Regular', sans-serif;
    font-size: 35px;
    line-height: 50px;
    max-width: max-content;
    margin: auto;
    padding: 0 0 80px 0;
    display: flex;
    justify-content: center;
}

.about__caption, .news__caption {
    padding: 80px 0 50px;
}

.steps-leasing__pic {
    flex-basis: 25%;
    text-align: center;
}

.steps-leasing__sub, .advantages__sub {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 20px;
    max-width: 80%;
    margin: auto;
    text-transform: uppercase;
    padding-top: 20px;
}

.form form {
    max-width: 1054px;
    margin: auto;
    padding-bottom: 80px;
    position: relative;
}

form .form_input {
    width: 49%;
    height: 65px;
    border-radius: 10px;
    margin: 10px 0;
    border: 1px solid #e95a18;
    font-family: 'Roboto Light', sans-serif;
    font-size: 20px;
    color: #2a3038;
    padding: 13px 0 13px 15px;
}

form .form_input:hover, form .form_input:focus {
    border: 2px solid #e95a18;
    box-shadow: 1px 1px 7px 0 rgba(234, 125, 57, 0.5);
}

form .form_input:nth-child(2n) {
    float: right;
}

form input[type=checkbox] {
    width: 20px;
}


input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
    margin: 50px 0;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e95a18;
    background-color: white;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #e95a18;
    border-bottom: 4px solid #e95a18;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

button:disabled {
    background: grey;
}

form button {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #ffffff;
    font-family: 'Roboto Bold', sans-serif;
    background-color: #e95a18;
    border-radius: 5px;
    padding: 14px 30px;
    line-height: 1;
    display: block;
    width: 100%;
    height: 60px;
    max-width: 350px;
    margin: auto;
    transition: all 0.2s linear;
    text-align: center;
}

form button:hover {
    opacity: 0.8;
    transition: all 0.2s linear;
    cursor: pointer;
}

.form_success {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: #efefef;
    font-size: 40px;
    text-align: center;
}

.about__topic {
    font-family: 'Roboto Light', sans-serif;
    font-size: 22px;
    line-height: 40px;
    max-width: max-content;
    margin: auto;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
}

.about__text {
    font-family: 'Roboto Light', sans-serif;
    font-size: 20px;
    line-height: 30px;
    max-width: 1054px;
    margin: auto;
    text-align: center;
    padding-bottom: 45px;
}

.news__blocks {
    max-width: 1054px;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 0 0 80px;
}

.news__block {
    flex-basis: 33%;
    margin-right: 3%;
    background: #fff;
}

.news__block:nth-child(3n) {
    margin-right: 0;
}

.news__pic img {
    width: 100%;
}

.news__description {
    max-width: 70%;
    margin: auto;
}

.news__topic {
    font-family: 'Roboto Bold', sans-serif;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    max-width: max-content;
    margin: auto;
}

.news__text {
    font-size: 18px;
    text-align: center;
    max-width: max-content;
    margin: auto;
}

.news__more {
    font-size: 18px;
    line-height: 28px;
    color: #bec3c6;
    text-transform: uppercase;
    max-width: max-content;
    margin: auto;
}

.special {
    background: #ea5a1a;
}

.contacts__map {
    max-width: 1054px;
    height: 471px;
    margin: auto;
}

.contacts__address, .contacts__phone {
    margin: auto;
    max-width: fit-content;
    text-align: center;
}

.contacts__address {
    padding: 60px 0 30px;
}

.contacts__phone {
    padding: 0 0 60px 0;
}

.contacts__phone a {
    font-family: Roboto Bold;
    text-decoration: none;
}

footer * {
    max-width: max-content;
    margin: auto;
}

.footer__copyright {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

.footer__icons {
    padding: 0 0 30px;
    text-align:center;
}

.footer__icons img {
    padding: 0 10px;
}

.footer__icons a {
    display: inline-block;
    z-index: 111;
}

.menu {
    display: none;
}

.menu--open {
    display: block;
    position: absolute;
    top: 35px;
    right: 0;
    background: #fff;
    width: 20%;
    list-style-type: unset;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 #a2a0a0;
}

.menu__list {
    list-style-type: none;
    padding: 20px 1px;
}

.menu__link {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    position: relative;
    text-decoration: none;
}

.menu__link:hover, .menu__link--active {
    text-decoration: none;
    background-color: #e95a18;
    color: #fff;
}


#gotop {
    position: fixed;
    bottom: 5%;
    right: 3%;
    margin-left: 200px;
    z-index: 2;
}

#gotop a:hover {
    color: #000;
}

/* графическая стрелка ВВЕРХ */
#gotop span {
    width: 64px;
    height: 64px;
    display: block;
    margin-bottom: 7px;
    background: #e4d9d9;
    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 100%;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.fa-angle-double-up {
    font-weight: 900;
    font-size: 50px;
    padding-left: 16px;
    padding-top: 5px;
    color: #e95a18;
}

#gotop a:hover span {
    background-color: #777;
}

.advantages a, .steps-leasing a {
    text-decoration: none;
}

.advantages-list {
    max-width: 1200px;
    margin: auto;
}

.advantages-list__topic {
    font-family: 'Roboto Light', sans-serif;
    font-size: 22px;
    line-height: 40px;
    max-width: max-content;
    padding-bottom: 30px;
}

.advantages-list ul {
    list-style-type: circle;
    font-family: 'Roboto Light', sans-serif;
    font-size: 20px;
    line-height: 30px;
    max-width: 1054px;
    margin: auto;
    padding-bottom: 45px;
}

.advantages-list ul li:first-letter {
    text-transform: uppercase;
}

@media screen and (max-width: 1100px) {
    .header-info__phone span {
        display: none;
    }

    .header-info__phone i {
        display: block;
        font-size: 32px;
        padding: 4px 0 0 3px;
        color: #ea5a1a;
    }

    .hero-leasing__caption {
        font-size: 60px;
        line-height: 60px;
    }

    .hero-leasing__description {
        font-size: 30px;
        line-height: 35px;
    }

    .hero-leasing__icon img {
        width: 80%;
    }

    .hero-leasing__sub, .steps-leasing__sub, .advantages__sub {
        font-size: 16px;
    }

    .form form {
        padding: 0 40px 80px 40px;
    }

    .about__topic {
        /*padding: 0 80px 30px;*/
        text-align: center;
    }

    .about__text {
        /*padding: 0 40px 45px 40px;*/
    }

    .contacts__map {
        height: 300px !important;
    }

    .special__description {
        font-size: 30px;
        text-align: center;
    }

    .advantages-list li {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    section {
        padding: 0 30px;
    }

    br {
        display: none;
    }

    .advantages br, .contacts br {
        display: block;
    }

    .header-info__location {
        display: none;
    }

    .hero-leasing__description {
        text-align: center;
    }

    .hero-leasing__sub, .steps-leasing__sub, .advantages__sub {
        font-size: 13px;
    }

    .hero-leasing__icon {
        min-height: 50px;
    }

    .steps-leasing__caption, .advantages__caption, .form__caption, .about__caption, .news__caption, .special__caption, .contacts__caption, .advantages-list__caption {
        font-size: 30px;
        padding: 30px 0;
        text-align: center;
    }

    .hero-leasing__pics, .steps-leasing__pics, .advantages__pics {
        padding: 30px 0 70px;
    }

    input[type="checkbox"]:checked + label, input[type="checkbox"]:not(:checked) + label {
        margin: 30px 0;
    }

    .advantages__sub {
        max-width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .header-info__contacts {
        display: none;
    }

    .header-info__logo {
        width: unset;
        float: left;
    }
}

@media screen and (max-width: 500px) {
    .hero-leasing__description {
        padding-bottom: 0;
    }

    .hero-leasing__icon img {
        width: unset;
    }

    .hero-leasing__pics, .steps-leasing__pics, .advantages__pics {
        flex-wrap: wrap;
    }

    .hero-leasing__pic, .advantages__pic, .steps-leasing__pic {
        flex-basis: 40%;
        margin: 0 20px 30px;
    }

    .hero-leasing__sub {
        margin-top: 10px;
    }

    .form form {
        padding: 0 0 80px 0;
    }

    form .form_input {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .header-info {
        padding: unset;
    }

    .header-info__inner {
        padding: 25px 20px 5px;
    }

    .header-info__logo {
        width: 75%;
        display: flex;
    }

    .header-info__burger {
        width: 15%;
        display: table-cell;
    }

    .header-info__burger a {
        margin: 0 0 0 auto;
    }

    .menu--open {
        top: 0;
        width: 60%;
    }

    .burger-close {
        margin: 20px 20px 0 auto;
    }
}

