@font-face {
    font-family: 'Muller';
    src: local("Muller"),
        url("../fonts/muller/muller-regular.woff2") format("woff2"),
        url("../fonts/muller/muller-regular.woff") format("woff"),
        url("../fonts/muller/muller-regular.ttf") format("truetype");
          
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Muller';
    src: local("Muller Medium"),
        url("../fonts/muller/muller-medium.woff2") format("woff2"),
        url("../fonts/muller/muller-medium.woff") format("woff"),
        url("../fonts/muller/muller-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Muller';
    src: local("Muller Bold"),
        url("../fonts/muller/muller-bold.woff2") format("woff2"),
        url("../fonts/muller/muller-bold.woff") format("woff"),
        url("../fonts/muller/muller-bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: "Muller", 'Verdana', sans-serif;
    font-size: 14px;
    color: #212121;
}

a {
    -webkit-transition: color .2s ease-out, background-color .2s ease-out, opacity .2s ease-out, border-color .2s ease-out;
    -o-transition: color .2s ease-out, background-color .2s ease-out, opacity .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out, opacity .2s ease-out, border-color .2s ease-out;
}

.btn {
    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;
    position: relative;
    height: 70px;
    padding: 0 30px;
    border-radius: 35px;
    background-color: transparent;
    /*border: 1px solid transparent;*/
    outline: none !important;
    -webkit-transition: color ease-out 0.2s, border-color ease-out 0.2s, background-color ease-out 0.2s, background-image ease-out .2s, opacity .2s ease-out;
    -o-transition: color ease-out 0.2s, border-color ease-out 0.2s, background-color ease-out 0.2s, background-image ease-out .2s, opacity .2s ease-out;
    transition: color ease-out 0.2s, border-color ease-out 0.2s, background-color ease-out 0.2s, background-image ease-out .2s, opacity .2s ease-out;
    text-decoration: none;
    text-align: center;
    font-size: 26px;
    white-space: nowrap;
    font-weight: 700;
    min-width: 300px;
}

.btn-red {
    color: #F2F2F2;
    border-color: #AF0106;
    background-color: #AF0106;
}

.btn-geay {
    color: #000;
    border-color: #F2F2F2;
    background-color: #F2F2F2;
}

.btn-red:focus {
    color: #F2F2F2;
}

.btn-red:hover,
.btn-red:active {
    color: #FFFFFF;
    background-color: #900004;
    border-color: #AF0106;
}

.btn-black {
    color: #ffffff;
    border-color: #212121;
    background-color: #212121;
}

.btn-black:focus {
    color: #ffffff;
}

.btn-black:hover,
.btn-black:active {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
}

img,
svg {
    max-width: 100%;
}


.btn-center {
    margin-left: auto;
    margin-right: auto;
}

.btn-large {
    height: 70px;
}

.align-right {
    text-align: right;
}

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

.align-left {
    text-align: left;
}

.container-fluid {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
}

.header {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
}

.header-content {
    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;
    height: 95px;
}

.main-top {
    position: relative;
    padding: 120px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.main-top:before,
.main-top:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
    bottom: 0;
}

.main-top:before {
    z-index: -2;
    background: transparent url('../img/top-img.jpg') 50% 50% no-repeat;
    background-size: cover;
}

.main-top:after {
    z-index: -1;
    background: rgba(33, 33, 33, 0.4);
}

.main-top .container-fluid {
    width: 100%;
}

.main-top-content {
    display: flex;
    align-items: center;
}

.top-col-left {
    flex: 1;
}

.top-col-right {
    min-width: 455px;
    max-width: 455px;
    padding: 0 35px;
}

.main-menu {
    margin-left: auto;
}

.footer-logo {
    display: block;
    margin: 0 auto;
    width: 113px;
    height: 140px;
    background: transparent url('../img/logo-footer.png') 50% 50% no-repeat;
    background-size: contain;
}

.logo {
    display: block;
    position: absolute;
    left: 0;
    width: 265px;
    height: 70px;
    border-radius: 0 24px 24px 0;
    background: #ffffff url('../img/logo-2.png') 70% 50% no-repeat;
    background-size: 187px 43px;
    top: 25px;
}

.main-menu ul {
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-menu li {
    margin-left: 25px;
}

.main-menu a {
    font-size: 20px;
    line-height: 1.5;
    text-decoration: none;
    color: rgba(33, 33, 33, 0.7)
}

.main-menu a:hover {
    color: #000000;
}


.login {
    max-width: 555px;
    margin: 0 0 0 30px;
    color: #FFFFFF;
}

h2 {
    text-align: center;
    margin: 0 0 55px;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    color: #212121;
}

.center {
    text-align: center;
}

.white,
.login h2 {
    color: #FFFFFF;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
    display: block;
    height: 60px;
    border-radius: 30px;
    width: 100%;
    border: 1px solid #FFFFFF;
    padding: 0 35px;
    color: #000000;
    font-size: 22px;
    background-color: #FFFFFF;
    -webkit-transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
    -o-transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
    transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
     box-shadow: none !important;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border-color: #000000;
}

input.login__name_empty,
input.login__name_error,
input.login__password_error,
input.login__password_empty {
    border: 2px solid red;
}

input.error {
    border-color: red;
}


::-ms-clear {
    display: none;
}

::-webkit-input-placeholder {
    color: rgba(33, 33, 33, 0.3);
}

::-moz-placeholder {
    color: rgba(33, 33, 33, 0.3);
}

:-moz-placeholder {
    color: rgba(33, 33, 33, 0.3);
}

:-ms-input-placeholder {
    color: rgba(33, 33, 33, 0.3);
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

.form-group {
    margin-bottom: 36px;
    position: relative;
}

.captcha-img {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.auth-form-links {
    margin-top: -15px;
}

.auth-form-links a {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.auth-form-links a:hover {
    text-decoration: none;
    border-color: #FFFFFF;
}

.section-about {
    padding: 110px 0;
}

.page-section-text {
    max-width: 1015px;
    margin: 0 auto;
    font-size: 26px;
    text-align: center;
    line-height: 1.6;
}

.contacts-map {
    height: 500px;
}

.brands-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-brands {
    margin-top: 10px;
    margin-bottom: 60px;
}

.brand-item-col {
    width: 21%;
    padding: 0 20px;
    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;
    height: 150px;
}

.brand-item-col img {
    max-height: 140px;
}

.ymaps-2-1-76-balloon__tail {
    display: none !important;
}

.ymaps-2-1-76-balloon__content {
    font-family: 'Muller', 'Verdana', sans-serif !important;
    font-size: 20px !important;
    line-height: 30px !important;
    color: #212121 !important;
}

.ymaps-2-1-76-balloon {
    border: 0 !important;
    border-radius: 10px !important;
}

.contacts-section {
    padding: 60px 0 40px;
    position: relative;
    font-size: 20px;
    line-height: 1.5;
}

.contacts-section a {
    text-decoration: none;
    color: #212121;
    display: inline-block;
    white-space: nowrap;
}

.contacts-section a:hover,
.contacts-section a:active {
    opacity: .6;
    color: #212121;
    text-decoration: none;
}

.footer-contacts-block {
    max-width: 390px;
    margin-bottom: 30px;
}

.footer-contacts-block p {
    margin: 5px 0;
}

.footer {
    background-color: #212121;
    color: #F2F2F2;
    font-size: 16px;
}

.footer-content {
    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;
    min-height: 46px;
    padding: 10px 0;
}

.copyright-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 30px 0 50px;
}

.footer a {
    color: #F2F2F2;
    text-decoration: none;
}

.footer a:hover {
    opacity: .7;
}

.footer-socials a {
    margin-right: 25px;
    display: inline-block;
    vertical-align: middle;
}

.reg-section-btn {
    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;
    margin-top: 90px;
}

.reg-section-text {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.9;
    min-height: 197px;
}

.reg-section-text h3 {
    margin-bottom: 44px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

.reg-form label.error {
    display: none !important;
}

.reg-form .form-group input {
    background-color: #F8F8F8;
}

label a {
    font-weight: 700;
    color: #000000
}

label a:hover {
    opacity: .7;
    color: #000000
}

.popup-container {
    display: none;
    width: 700px;
}

.popup-container .form-group {
    margin-bottom: 20px;
}

.popup-container label.checkbox {
    display: block;
    margin: 0 auto;
    max-width: 400px;
}

.popup-container .btn {
    margin-top: 40px;
}

.reg-form {
    max-width: 500px;
    margin: 0 auto;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    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;
    text-decoration: none;
    font-size: 44px;
    color: #000000;
    z-index: 50;
}

.close-btn:hover,
.close-btn:active {
    color: #000000;
    text-decoration: none;
    opacity: .6;
}

.modal-success-text h2 {
    margin-bottom: 20px;
}

.modal-success-text .text {
    font-size: 22px;
    line-height: 1.8;
    text-align: center;
    color: #212121;
    max-width: 500px;
    margin: 0 auto;
}

.modal-success-img {
    margin: -44px -44px 30px;
    background: transparent url('../img/success.jpg') 50% 50% no-repeat;
    background-size: cover;
    height: 280px;
    position: relative;
}

.modal-success-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 33, 33, 0.15);
}

.modal-success .close-btn {
    color: #FFFFFF;
}

.modal-success .close-btn:hover {
    color: #FFFFFF;
}

.ymaps-2-1-77-balloon_to_top .ymaps-2-1-77-balloon__tail {
    display: none;
}

.main-advantages {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}

.main-advantages-col {
    width: 20%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 40px;
}

.main-advantages-icon {
    margin-bottom: 20px;
}

.main-advantages-title {
    font-size: 22px;
    line-height: 1.4;
    color: #212121;
    margin-bottom: 14px;
    font-weight: 700;
}

.main-advantages-text {
    font-size: 18px;
    line-height: 1.6;
}


@media (max-width: 1280px) {
    h2 {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .brand-item-col {
        width: 25%;
        height: 130px;
    }

    .brand-item-col img {
        max-height: 130px;
    }

    .page-section-text {
        font-size: 18px;
    }

    .container-fluid {
        padding: 0 30px;
    }

    .section-brands {
        margin-top: 10px;
    }

    .main-advantages-title {
        font-size: 18px;
    }

    .main-advantages-text {
        font-size: 16px;
    }
}


@media (max-width: 992px) {
    .contacts-section {
        text-align: center;
    }

    .footer-contacts-block {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-socials a {
        margin: 0 12px;
    }

    .main-top-content {
        margin: 0 -15px;
    }

    .top-col-left,
    .top-col-right {
        flex: 1;
        padding: 0 15px;
    }

    .top-col-right {
        min-width: auto;
        max-width: none;
    }

    .main-top:before,
    .main-top:after {
        width: 50%;
    }

    .main-advantages-col {
        width: 33.3%;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        padding: 0 15px;
    }

    .main-menu {
        display: none;
    }

    .main-top {
        min-height: auto;
        padding: 0;
    }

    .top-col-left {
        position: relative;
    }

    .main-top:after,
    .main-top:before {
        display: none;
    }

    .main-top-content {
        display: block;
    }

    .main-top .top-col-left {
        min-height: 100vh;
        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;
        padding: 80px 0;
    }

    .main-top .top-col-left:first-child:before,
    .main-top .top-col-left:first-child:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .main-top .top-col-left:first-child:before {
        z-index: -2;
        background: transparent url('../img/top-img.jpg') 50% 50% no-repeat;
        background-size: cover;
    }

    .main-top .top-col-left:first-child:after {
        z-index: -1;
        background: rgba(33, 33, 33, 0.4);
    }

    .logo {
        width: 160px;
        height: 45px;
        background-size: 122px 28px;
    }

    .header-content {
        height: 60px;
    }

    .reg-section {
        padding: 50px 0;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .reg-section-btn {
        margin-top: 35px;
    }

    .auth-form-links {
        margin-top: 10px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"] {
        height: 46px;
        border-radius: 23px;
        font-size: 16px;
        padding: 0 20px;
    }

    .auth-form-links a {
        font-size: 16px;
    }

    .reg-section-text h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    .btn {
        height: 54px;
        font-size: 20px;
    }

    .section-about {
        padding: 50px 0;
    }

    .brand-item-col {
        width: 33.3%;
    }

    .brand-item-col img {
        max-height: 100px;
    }

    .footer-content {
        display: block;
        text-align: center;
        font-size: 14px;
    }

    .copyright-text {
        padding: 0;
        margin: 10px 0 25px;
    }

    .modal-success,
    .popup-container {
        padding: 44px 20px !important;
        max-width: 100%;
    }

    .modal-success-img {
        margin: -44px -20px 25px -20px;
    }

    .main-advantages-col {
        width: 100%;
    }

    .login {
        margin: 0 auto;
        max-width: 400px;
    }

    .contacts-section .row {
        display: flex;
        flex-direction: column;
    }

    .contacts-section .col-md-3 {
        order: -1;
    }

    .footer-logo {
        width: 80px;
        height: 100px;
        margin: 40px auto 0;
    }

    .contacts-section {
        font-size: 18px;
    }

}

@media (max-width: 560px) {
    .brand-item-col {
        width: 50%;
    }

    .ymaps-2-1-76-balloon__content {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }
}