/* FONTS */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot");
    src: local("Roboto Medium"), local("Roboto-Medium"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff2") format("woff2"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.woff") format("woff"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.ttf") format("truetype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-500.svg#Roboto") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot");
    src: local("Roboto"), local("Roboto-Regular"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff2") format("woff2"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.ttf") format("truetype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg");
}
@font-face {
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.eot");
    src: local("Roboto italic"), local("Roboto-italic"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.eot?#iefix") format("embedded-opentype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.woff2") format("woff2"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.woff") format("woff"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.ttf") format("truetype"),
        url("/local/assets/fonts/roboto/web/roboto-v20-latin_cyrillic-italic.svg#Roboto") format("svg");
}

/* COMMON */
.af-page.af-page-wholesale {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    color: #222222;
    line-height: 1.3;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.main .af-page.af-page-wholesale {
    font-size: 16px;
}
.af-page-wholesale strong {
    font-weight: 500;
}
.af-page-wholesale .af-page-section {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.main .af-page-wholesale .af-page-section {
    margin-bottom: 40px;
}
.app__main .af-page-wholesale .af-page-section {
    margin-bottom: 60px;
}
.app__main .af-page-wholesale .af-page-wrapper {
    padding: 0 40px;
    box-sizing: border-box;
}
.af-page-wholesale .af-page-title {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #003366;
    font-weight: 500;
    letter-spacing: .03em;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    border-left-style: solid;
    border-left-color: #EEAA48;
}
.main .af-page-wholesale .af-page-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 28px;
    border-left-width: 4px;
}
.app__main .af-page-wholesale .af-page-title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 40px;
    border-left-width: 8px;
}
.af-page-wholesale .af-page-text {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #222222;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .03em;
    text-align: left;
}
.main .af-page-wholesale .af-page-text {
    font-size: 16px;
}
.app__main .af-page-wholesale .af-page-text {
    font-size: 24px;
}
.af-page-wholesale .af-page-container {
    display: flex;
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.main .af-page-wholesale .af-page-container {
    gap: 16px;
}
.app__main .af-page-wholesale .af-page-container {
    gap: 28px;
}
.af-page-wholesale .af-page-button {
    display: block;
    max-width: 100%;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
	background-color: #0f74d1;
}
.main .af-page-wholesale .af-page-button {
    max-width: 352px;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: backgroundColor 100ms ease;
}
.main .af-page-wholesale .af-page-button:hover {
    color: #222222;
    background-color: #EEAA48;
}
.app__main .af-page-wholesale .af-page-button {
    font-size: 28px;
    color: #ffffff !important;
    padding: 40px 0;
    border-radius: 20px;
    margin-bottom: 16px;
}

/* MAIN */
.af-page-wholesale .af-page-section.af-section-main {
    position: relative;
}
.app__main .af-page-wholesale .af-page-section.af-section-main {
    min-height: 100vw;
}
.af-page-wholesale .af-main-image {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.af-page-wholesale .af-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.af-page-wholesale .af-main-information {
    padding: 40px;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(300deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%);
}
.af-page-wholesale .af-main-title {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: .03em;
    text-align: left;
    margin-bottom: 40px;
}
.main .af-page-wholesale .af-main-title {
    font-size: 32px;
    line-height: 1.3;
}
.app__main .af-page-wholesale .af-main-title {
    font-size: 60px;
    line-height: 1.1;
}
.af-page-wholesale .af-main-list {
    list-style-position: outside;
    padding-left: 20px;
    margin-bottom: 28px;
}
.main .af-page-wholesale .af-main-list {
    max-width: 480px;
}
.af-page-wholesale .af-main-list li {
    color: #ffffff;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .03em;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    list-style-type: disc;
}
.main .af-page-wholesale .af-main-list li {
    font-size: 16px;
    padding-bottom: 12px;
}
.app__main .af-page-wholesale .af-main-list li {
    font-size: 32px;
    padding-bottom: 16px;
}
.af-page-wholesale .af-main-note {
    display: block;
    width: auto;
    color: #ffffff;
    line-height: 1;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    letter-spacing: .03em;
}
.main .af-page-wholesale .af-main-note {
    font-size: 12px;
    padding-left: 20px;
}
.app__main .af-page-wholesale .af-main-note {
    font-size: 24px;
    padding-left: 32px;
    margin-bottom: 40px;
}
.af-page-wholesale .af-main-contacts {
    display: flex;
    height: auto;
    box-sizing: border-box;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.8);
}
.main .af-page-wholesale .af-main-contacts {
    width: auto;
    max-width: calc(100% - 40px);
    padding: 12px 20px;
    border-radius: 12px 0px 0px 12px;
    gap: 8px;
    position: absolute;
    right: 0;
    bottom: 40px;
}
.app__main .af-page-wholesale .af-main-contacts {
    width: 480px;
    padding: 20px 32px;
    border-radius: 32px 0px 0px 32px;
    gap: 24px;
    margin: 0 -40px 0 auto;
}
.af-page-wholesale .af-main-contact {
    width: auto;
    height: auto;
    color: #222222;
    line-height: 1;
    font-weight: 500;
    text-align: right;
    font-style: normal;
    text-decoration: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.main .af-page-wholesale .af-main-contact {
    font-size: 16px;
    transition: 100ms ease;
}
.app__main .af-page-wholesale .af-main-contact {
    font-size: 32px;
}
.main .af-page-wholesale .af-main-contact:hover {
    color: #0f74d1
}
.main .af-page-wholesale .af-main-contact.af-main-contact__tel {
    font-size: 20px;
}
.af-page-wholesale .af-main-contact.af-main-contact__mail {
    text-decoration: underline;
}
.main .af-page-wholesale .af-main-contact svg {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}
.app__main .af-page-wholesale .af-main-contact svg {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}

/* CATALOG */
.af-page-wholesale .af-catalog-item {
    color: #222222;
    line-height: 1.3;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    background-color: #f0f4f8;
}
.main .af-page-wholesale .af-catalog-item {
    min-width: 214px;
    width: calc(25% - 12px);
    max-width: 280px;
    font-size: 16px;
    padding: 16px;
    border-radius: 8px;
}
.app__main .af-page-wholesale .af-catalog-item {
    width: 100%;
    font-size: 28px;
    padding: 40px;
    border-radius: 20px;
}

/* FEATURES */
.af-page-wholesale .af-features-text {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #222222;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .03em;
    text-align: left;
}
.af-page-wholesale .af-features-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    background-color: #f9f9f9;
}
.main .af-page-wholesale .af-features-item {
    width: calc(50% - 8px);
    padding: 16px;
    border-radius: 8px;
    gap: 8px;
}
.app__main .af-page-wholesale .af-features-item {
    width: 100%;
    padding: 24px;
    border-radius: 24px;
    gap: 16px;
}
.af-page-wholesale .af-features-item img {
    display: block;
    object-fit: contain;
    object-position: center;
}
.main .af-page-wholesale .af-features-item img {
    width: 68px;
    height: 68px;
}
.app__main .af-page-wholesale .af-features-item img {
    width: 100px;
    height: 100px;
}
.af-page-wholesale .af-features-item p {
    display: block;
    width: auto;
    height: auto;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #222222;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .03em;
    text-align: left;
    margin: 0;
}
.main .af-page-wholesale .af-features-item p {
    max-width: calc(100% - 84px);
    font-size: 16px;
}
.app__main .af-page-wholesale .af-features-item p {
    width: 100%;
    font-size: 28px;
}
.af-page-wholesale .af-features-item strong {
    color: #003366;
    font-weight: 500;
}

/* CASES */
.af-page-wholesale .af-section-cases {
    display: none;
}
.af-page-wholesale .af-cases-item {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #222222;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .03em;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #ffe0b3;
    background-color: #faf3e0;
}
.main .af-page-wholesale .af-cases-item {
    font-size: 16px;
    padding: 16px;
    border-radius: 8px;
}
.app__main .af-page-wholesale .af-cases-item {
    font-size: 28px;
    padding: 24px;
    border-radius: 24px;
}
.af-page-wholesale .af-cases-item strong {
    color: #003366;
    font-weight: 500;
}

/* QUESTIONS */
.af-page-wholesale .af-section-questions {
    display: none;
}
.af-page-wholesale .af-questions-item {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #222222;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .03em;
    text-align: left;
    box-sizing: border-box;
    background-color: #f0f4f8;    
}
.main .af-page-wholesale .af-questions-item {
    font-size: 16px;
    padding: 16px;
    border-radius: 8px;
}
.app__main .af-page-wholesale .af-questions-item {
    font-size: 28px;
    padding: 24px;
    border-radius: 24px;
}
.af-page-wholesale .af-questions-item::before {
    content: '\003F';
    display: inline-block;
    font-size: 125%;
    color: #f03a17;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
}
.main .af-page-wholesale .af-questions-item::before {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 4px 4px 0;
}
.app__main .af-page-wholesale .af-questions-item::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px 0 0;
}
.af-page-wholesale .af-questions-item strong {
    color: #003366;
    font-weight: 500;
}

/* CLIENTS */
.app__main .af-page-wholesale .af-page-container.af-clients-container {
    width: calc(100% + 40px);
    flex-wrap: nowrap;
    overflow: auto;
}
.af-page-wholesale .af-clients-item {
    display: block;
    height: auto;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #222222;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .03em;
    text-align: center;
    box-sizing: border-box;
}
.main .af-page-wholesale .af-clients-item {
    width: calc(14.28% - 13.72px);
    font-size: 14px;
}
.app__main .af-page-wholesale .af-clients-item {
    min-width: 200px;
    width: 200px;
    font-size: 24px;
}
.af-page-wholesale .af-clients-item img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 8px;
}

/* RELEASE */
.af-page-wholesale .af-section-release {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url("/upload/medialibrary/a16/42ab583c4eceaa9fca7049cc6a6a8420.jpg");
}
.af-page-wholesale .af-section-release .af-page-wrapper {
    background-color: rgba(0, 0, 0, .4);
}
.main .af-page-wholesale .af-section-release .af-page-wrapper {
    padding: 4% 0;
}
.app__main .af-page-wholesale .af-section-release .af-page-wrapper {
    padding: 16% 40px;
}
.af-page-wholesale .af-release-title {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: .03em;
    text-align: center;
    margin: 0;
}
.main .af-page-wholesale .af-release-title {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 32px;
}
.app__main .af-page-wholesale .af-release-title {
    font-size: 80px;
    line-height: 1.1;
    margin-bottom: 80px;
}
.af-page-wholesale .af-release-button {
    margin: 0 auto;
    color: #ffffff;
	background-color: #0f74d1;
}
.main .af-page-wholesale .af-release-button:hover {
    color: #222222;
    background-color: #EEAA48;
}

/* START */
.af-page-wholesale .af-start-container {
    counter-reset: step-counter;
    background-color: #e6f2ff;
}
.main .af-page-wholesale .af-start-container {
    padding: 20px 20px 20px 40px;
    border-radius: 16px;
    margin-bottom: 28px;
}
.app__main .af-page-wholesale .af-start-container {
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.af-page-wholesale .af-start-item {
    counter-increment: step-counter;
    position: relative;
}
.main .af-page-wholesale .af-start-item {
    font-size: 16px;
}
.app__main .af-page-wholesale .af-start-item {
    font-size: 28px;
}
.af-page-wholesale .af-start-item::before {
    content: counter(step-counter);
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    margin-right: 8px;
    background-color: #ff6600;
}
.main .af-page-wholesale .af-start-item::before {
    min-width: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    margin-bottom: 4px;
}
.app__main .af-page-wholesale .af-start-item::before {
    min-width: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    vertical-align: baseline;    
}

/* CARS */
.af-page-wholesale .af-section-cars {
    background-color: #de9303;
    overflow: hidden;
}
.main .af-page-wholesale .af-section-cars {
    padding: 32px 20px;
}
.app__main .af-page-wholesale .af-section-cars {
    padding: 40px 0;
}
.af-page-wholesale .af-cars-title {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #222222;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
    text-align: center;
    margin: 0;
}
.main .af-page-wholesale .af-cars-title {
    font-size: 32px;
}
.app__main .af-page-wholesale .af-cars-title {
    font-size: 40px;
}
.af-page-wholesale .af-cars-bulidings {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.af-page-wholesale .af-cars-bulidings img {
    display: block;
    object-fit: contain;
    object-position: center;
}
.main .af-page-wholesale .af-cars-bulidings img {
    width: 200px;
    height: 200px;
}
.app__main .af-page-wholesale .af-cars-bulidings img {
    width: 280px;
    height: 280px;
}
.af-page-wholesale .af-cars-container {
    height: 24px;
    padding-top: 10px;
    border-bottom: 4px solid #222222;
}
.af-page-wholesale .af-cars-item {
    height: auto;
    transform: translate(-1200px, 0);
    -webkit-animation: move_car 8s infinite ease-in-out;
    animation: move_car 8s infinite ease-in-out
}
.main .af-page-wholesale .af-cars-item {
    width: 100px;
    margin-top: -80px;
    cursor: pointer;
}
.app__main .af-page-wholesale .af-cars-item {
    width: 200px;
    margin-top: -180px;
}
.af-page-wholesale .af-cars-item:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}
.af-page-wholesale .af-cars-item-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.af-page-wholesale .af-cars-item-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.af-page-wholesale .af-cars-item-4 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.af-page-wholesale .af-cars-item-5 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.af-page-wholesale .af-cars-item-6 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.af-page-wholesale .af-cars-item-7 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.af-page-wholesale .af-cars-item-8 {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}
.af-page-wholesale .af-cars-item-9 {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

/* BRANDS */
.af-page-wholesale .af-brands-container {
    justify-content: center;
}
.af-page-wholesale .af-brands-item {
    display: flex;
    height: 50px;
    min-width: 108px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 8px;
}
.af-page-wholesale .af-brands-item svg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

/* FORM NEW */
.af-page-wholesale .af-form {
    display: flex;
    width: auto;
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.main .af-page-wholesale .af-form {
    gap: 16px;
}
.app__main .af-page-wholesale .af-form {
    gap: 28px;
}
.af-page-wholesale .af-form[data-status="error"]::after {
    content: attr(data-error);
    line-height: 1;
    color: #f20000;
    border-left-style: solid;
    border-left-color: #f20000;
    padding-left: .8em;
    order: 1;
}
.main .af-page-wholesale .af-form[data-status="error"]::after {
    font-size: 16px;
    border-left-width: 4px;
}
.app__main .af-page-wholesale .af-form[data-status="error"]::after {
    font-size: 28px;
    font-weight: 500;
    border-left-width: 8px;
}
.af-page-wholesale .af-form[data-status="message"] .af-form-messages {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    order: 1;
}
.main .af-page-wholesale .af-form[data-status="message"] .af-form-messages {
    gap: 8px;
}
.app__main .af-page-wholesale .af-form[data-status="message"] .af-form-messages{
    gap: 16px;
}
.af-page-wholesale .af-form[data-status="message"] .af-form-messages span {
    line-height: 1;
    color: #f20000;
    border-left-style: solid;
    border-left-color: #f20000;
    padding-left: .8em;
}
.main .af-page-wholesale .af-form[data-status="message"] .af-form-messages span {
    font-size: 16px;
    border-left-width: 4px;
}
.app__main .af-page-wholesale .af-form[data-status="message"] .af-form-messages span {
    font-size: 28px;
    border-left-width: 8px;
}
.af-page-wholesale .af-form-title {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #003366;
    font-weight: 500;
    letter-spacing: .03em;
    text-align: left;
    border-left-style: solid;
    border-left-color: #EEAA48;
}
.af-page-wholesale .af-page-wrapper:not(.af-form-modal) .af-form-title {
    padding-left: 20px;
}
.af-page-wholesale .af-page-wrapper.af-form-modal .af-form-title {
    line-height: 1;
    border-width: 0;
}
.main .af-page-wholesale .af-page-wrapper:not(.af-form-modal) .af-form-title {
    line-height: 1.5;
    font-size: 24px;
    margin-bottom: 28px;
    border-left-width: 5px;
}
.main .af-page-wholesale .af-page-wrapper.af-form-modal .af-form-title {
    font-size: 20px;
    margin-bottom: 24px;
}
.app__main .af-page-wholesale .af-page-wrapper:not(.af-form-modal) .af-form-title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 40px;
    border-left-width: 8px;
}
.app__main .af-page-wholesale .af-page-wrapper.af-form-modal .af-form-title {
    font-size: 32px;
    margin-bottom: 32px;
}
.af-page-wholesale .af-form-text {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    color: #222222;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .03em;
    text-align: left;
}
.main .af-page-wholesale .af-form-text {
    font-size: 16px;
}
.app__main .af-page-wholesale .af-form-text {
    font-size: 24px;
}
.af-page-wholesale .af-form-group {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.main .af-page-wholesale .af-page-wrapper.af-form-modal .af-form-group {
    width: 100%;
}
.af-page-wholesale .af-form__group_files,
.af-page-wholesale .af-form-group__notice {
    width: 100%;
}
.af-page-wholesale .af-form-group__errors {
    width: 100%;
}
.main .af-page-wholesale .af-page-wrapper:not(.af-form-modal) .af-form-group__name,
.main .af-page-wholesale .af-page-wrapper:not(.af-form-modal) .af-form-group__email,
.main .af-page-wholesale .af-page-wrapper:not(.af-form-modal) .af-form-group__phone {
    width: calc(33.33% - 10.66px);
    min-width: 208px;
}
.main .af-page-wholesale .af-form-group__description {
    width: calc(66.66% - 21.33px);
}
.main .af-page-wholesale .af-form-group__notice {
    margin-bottom: 16px;
}
.app__main .af-page-wholesale .af-form-group {
    width: 100%;
}
.app__main .af-page-wholesale .af-form-group__notice {
    margin-bottom: 28px;
}
.af-page-wholesale .af-form-fieldset__files {
    display: flex;
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
}
.main .af-page-wholesale .af-form-fieldset__files {
    gap: 16px;
    padding: 8px 0;
}
.main .af-page-wholesale .af-page-wrapper:not(.af-form-modal) .af-form-fieldset__files {
    flex-wrap: nowrap;
}
.main .af-page-wholesale .af-page-wrapper.af-form-modal .af-form-fieldset__files {
    flex-wrap: wrap;
}
.app__main .af-page-wholesale .af-form-fieldset__files {
    flex-wrap: wrap;
    gap: 28px;
    padding: 16px 0;
}
.af-page-wholesale .af-form-error {
    font-size: 88%;
    line-height: 1;
    color: #f20000;
    border-left: 4px solid #f20000;
    padding-left: .8em;
    margin-bottom: .6em;
}
.af-page-wholesale .af-form-label {
    width: 100%;
    height: auto;
    font-style: normal;
    color: #222222;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}
.main .af-page-wholesale .af-form-label {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 8px;
}
.app__main .af-page-wholesale .af-form-label {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 16px;
}
.af-page-wholesale .af-page-wrapper:not(.af-form-modal) .af-form-label {
    font-weight: 400;
}
.main .af-page-wholesale .af-page-wrapper:not(.af-form-modal) .af-form-label {
    display: flex;
    flex-wrap: nowrap;
}
.af-page-wholesale .af-page-wrapper.af-form-modal .af-form-label {
    font-weight: 500;
}
.main .af-page-wholesale .af-page-wrapper:not(.af-form-modal) .af-form-label small {
    padding-left: .4em;
    font-size: inherit;
}
.af-page-wholesale .af-page-wrapper.af-form-modal .af-form-label small {
    font-weight: 400;
}
.af-page-wholesale .af-form-requirment {
    color: #0F74D1;
}
.af-page-wholesale .af-form-additional {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.3;
    font-weight: 400;
    color: #222222;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    flex-wrap: nowrap;
}
.main .af-page-wholesale .af-form-additional {
    font-size: 16px;
}
.app__main .af-page-wholesale .af-form-additional {
    font-size: 28px;
}
.af-page-wholesale .af-form-field:not(.af-form-field__file) {
    display: block;
    width: 100%;
    height: auto;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #222222;
    margin: 0;
    outline: 0;
    border: 1px solid #B2B2B2;
    box-shadow: none;
    box-sizing: border-box;
    background-color: transparent;
    transition: 100ms ease;
}
.af-page-wholesale .af-form-field:not(.af-form-field__file):not(.af-form-field__description) {
    line-height: 1;
}
.af-page-wholesale .af-form-field:not(.af-form-field__file)::-webkit-input-placeholder {
    color: #B2B2B2;
}
.af-page-wholesale .af-form-field:not(.af-form-field__file)::-moz-placeholder {
    color: #B2B2B2;
}
.af-page-wholesale .af-form-field:not(.af-form-field__file):-ms-input-placeholder {
    color: #B2B2B2;
}
.af-page-wholesale .af-form-field:not(.af-form-field__file)::-ms-input-placeholder {
    color: #B2B2B2;
}
.af-page-wholesale .af-form-field:not(.af-form-field__file)::placeholder {
    color: #B2B2B2;
}
.af-page-wholesale .af-form-field.af-form-field__description {
    line-height: 1.3;
}
.af-page-wholesale .af-form-field:not(.af-form-field__file):focus,
.main .af-page-wholesale .af-form-field:not(.af-form-field__file):hover {
    border-color: #0F74D1;
}
.main .af-page-wholesale .af-form-field:not(.af-form-field__file) {
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 6px;
}
.app__main .af-page-wholesale .af-form-field:not(.af-form-field__file) {
    font-size: 28px;
    padding: 20px;
    border-radius: 16px;
}
.main .af-page-wholesale .af-form-field.af-form-field__description {
    min-height: calc(8px + 6.5em);
}
.app__main .af-page-wholesale .af-form-field.af-form-field__description {
    min-height: calc(20px + 6.5em);
}
.main .af-page-wholesale .af-form-field__file {
    font-size: 16px;
}
.main .af-page-wholesale .af-page-wrapper:not(.af-form-modal) .af-form-field__file {
    max-width: calc(33.33% - 10.66px);
}
.app__main .af-page-wholesale .af-form-field__file {
    width: auto;
    max-width: 100%;
    font-size: 28px;
}
.af-page-wholesale .af-form-button {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    background-color: #0F74D1;
}
.af-page-wholesale .af-form[data-status="error"] .af-form-button,
.af-page-wholesale .af-form[data-status="message"] .af-form-button {
    order: 2;
}
.main .af-page-wholesale .af-form-button {
    font-size: 16px;
    padding: 16px 20px;
    border-radius: 12px;
    cursor: pointer;
    transition: backgroundColor 100ms ease;
}
.main .af-page-wholesale .af-page-wrapper:not(.af-form-modal) .af-form-button {
    width: 208px;
    margin-right: calc(100% - 208px);
}
.main .af-page-wholesale .af-form-button:hover {
    color: #222222;
    background-color: #EEAA48;
}
.app__main .af-page-wholesale .af-form-button {
    width: 100%;
    font-size: 28px;
    padding: 40px 0;
    border-radius: 20px;
}
.af-page-wholesale .af-form-note {
    display: block;
    width: 100%;
    height: auto;
    font-weight: 400;
    color: #222222;
    font-style: italic;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    flex-wrap: nowrap;
    margin: 0;
}
.af-page-wholesale .af-form[data-status="error"] .af-form-note,
.af-page-wholesale .af-form[data-status="message"] .af-form-note {
    order: 3;
}
.main .af-page-wholesale .af-form-note {
    font-size: 12px;
    line-height: 1;
}
.main .af-page-wholesale .af-page-wrapper.af-form-modal .af-form-note {
    max-width: 320px;
}
.app__main .af-page-wholesale .af-form-note {
    font-size: 24px;
}
.app__main .af-page-wholesale .af-form-note a {
    color: #0F74D1;
    text-decoration: underline;
}

/* FORM OPENED */
.form-modal-opened {
    overflow: hidden;
}
.form-modal-opened .af-upper {
	transform: scale(0);
}
.form-modal-opened .layout-header,
.form-modal-opened .footer {
	z-index: 0;
}
.af-page-wholesale .af-form-modal > .JSCloseForm {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background-color: #00000080;
}
.af-page-wholesale .af-form-modal .af-form > .JSCloseForm {
    width: 0;
    height: 0;
    order: 99;
}
.af-page-wholesale .af-form-modal .af-form > .JSCloseForm::before {
    content: '\2715';
    line-height: 1;
	color: #B2B2B2;
	font-size: calc(20px * var(--scale-crutch));
    font-weight: 400;
    text-decoration: none;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    position: absolute;
    top: calc(17px * var(--scale-crutch));
    right: calc(17px * var(--scale-crutch));
}
.af-page-wholesale .af-form-modal .af-form-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    box-sizing: border-box;
    background-color: #ffffff;
	position: fixed;
	z-index: 102;
}
.main .af-page-wholesale .af-form-modal .af-form-container {
    max-width: 488px;
    max-height: 92vh;
    padding: calc(48px * var(--scale-crutch)) calc(48px * var(--scale-crutch)) calc(32px * var(--scale-crutch)) calc(48px * var(--scale-crutch));
    border-radius: calc(12px * var(--scale-crutch));
    overflow: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.app__main .af-page-wholesale .af-form-modal .af-form-container {
    width: 100%;
	padding: calc(32px * var(--scale-crutch)) calc(16px * var(--scale-crutch)) calc(16px * var(--scale-crutch)) calc(16px * var(--scale-crutch));
	border-radius: calc(12px * var(--scale-crutch)) calc(12px * var(--scale-crutch)) 0 0;
	bottom: 0;
	left: 0;
}
/* ANIMATIONS */
@-webkit-keyframes move_car {
    to {
        transform: translate(1060px, 0)
    }
}
@keyframes move_car {
    to {
        transform: translate(1060px, 0)
    }
}