

/*.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/
.main-test-mPanel .btn-red {
    background: linear-gradient(90deg, #191813 0%, #3B1912 25.24%, #881A11 58.75%, #D91B0F 100%) !important;
}
.main-test-mPanel .btn-red:hover {
    color: #fff !important;
    background: linear-gradient(90deg, #D91B0F 0%, #881A11 25.24%, #3B1912 58.75%, #191813 100%) !important;
}
/*.main-test .btn-red {
    background: linear-gradient(90deg, #191813 0%, #3B1912 25.24%, #881A11 58.75%, #D91B0F 100%) !important;
}
.main-test .btn-red:hover {
    color: #fff;
    background: linear-gradient(90deg, #D91B0F 0%, #881A11 25.24%, #3B1912 58.75%, #191813 100%) !important;
}*/
.main-test .licenz__h2  {
    background: linear-gradient(90deg, #191813 0%, #3B1912 25.24%, #881A11 58.75%, #D91B0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    margin: 0 0 40px;
}
@media only screen and (min-width: 501px) {
    .main-test .licenz__h2 {
        margin: 0 0 60px;
    }
}
.main-test .licenz__h2 .cRed {
    margin: 0 0 20px;
}
.main-test .price__title:before {
    color: transparent;
    background: url(../images/arrow-new_small.svg) center center no-repeat;
}
@media only screen and (min-width: 501px) {
    .main-test .price__title:before {
        color: transparent;
        background: url(../images/arrow-new.svg) center center no-repeat;
    }
}
.main-test .reviews .slick-next:before {
    height: 45px;
    color: transparent;
    background: url(../images/arrow-grad-next.svg) center center no-repeat;
}
.main-test .reviews .slick-prev:before {
    height: 45px;
    color: transparent;
    background: url(../images/arrow-grad-next.svg) center center no-repeat;
}
.main-test .reviews .slick-prev:after {
    display: none;
}
.main-test .reviews .slick-next:after {
    display: none;
}
.main-test .reviews .slick-next {
    top: 40%;
}
.main-test .reviews .slick-prev {
    top: 60%;
}
.main-test .digits__item:nth-child(1) .digits__red {
    background: linear-gradient(90deg, #191813 0%, #3B1912 25.24%, #881A11 58.75%, #D91B0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-test .digits__item:nth-child(2) .digits__red {
    background: linear-gradient(90deg, #881A11 58.75%, #D91B0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-test .digits__item:nth-child(3) .digits__red {
    background: linear-gradient(90deg, #881A11 0%, #D91B0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-test .digits__item:nth-child(4) .digits__red {
    background: linear-gradient(90deg, #D91B0F 58.75%, #D91B0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-test .price__title,
.main-test .price__category,
.main-test .price__column .price__num-num,
.main-test .best__h2,
.main-test .fivestep__h2,
.main-test .reviews__title {
    background: linear-gradient(90deg, #191813 0%, #3B1912 25.24%, #881A11 40.75%, #D91B0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-test .fivestep__h2:after {
    background: linear-gradient(90deg, #191813 0%, #3B1912 25.24%, #881A11 40.75%, #D91B0F 100%);
}
.main-test .shahmat__item:not(.cWhite) .shahmat__h2 {
    background: linear-gradient(90deg, #191813 0%, #3B1912 25.24%, #881A11 40.75%, #D91B0F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-test .fivestep__numb {
    background: url(../images/ellipse-gradient-mob.svg) center center no-repeat;
    border: none;
}
@media only screen and (min-width: 501px) {
    .main-test .fivestep__numb {
        background: url(../images/ellipse-gradient.svg) center center no-repeat;
        border: none;
    }
}
.main-test .location-bg {
    background: url(../images/locationDesktop-gradient.jpg) 0 0 no-repeat;
    background-size: cover;
}
@media only screen and (min-width: 501px) {
    .main-test .location-bg {
        background: url(../images/locationDesktop-gradient.jpg) 0 -30px no-repeat;
        background-size: cover;
    }
}
.lastweek-banner .promo__recall {
    /*background: #fa0303;*/
    background: url(../images/btn-red_3.png) center center no-repeat;
    border-radius: 80px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    letter-spacing: unset;
    margin: 270px auto 0;
    /*padding: 13px 40px;*/
    /*width: fit-content;*/
    position: relative;
    cursor: pointer;
    width: 360px;
    height: 90px;
    padding: 0 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lastweek-banner .promo__recall:before {
    content: '';
    position: absolute;
    width: 90px;
    height: 89px;
    right: 40px;
    top: -60px;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
    box-shadow: 0 0 10px 14px rgba(0,0,0, .2);
}
.lastweek-banner {
    background-size: cover !important;
}
.lastweek-banner .promo__recall span {
    font-size: 30px;
    font-weight: 500;
    text-transform: lowercase;
}
.promo__subrecall {
    line-height: 1.2;
}
.promo__time {
    position: absolute;
    top: -60px;
    right: 40px;
}
.promo__subtime {
    width: 90px;
    position: relative;
}
.promo__subtime:before {
    content: '';
}
.promo__recall-anim {
    animation-name: price-pulse !important;
    animation-duration: 1s !important;
    animation-delay: 1s !important;
    animation-iteration-count: infinite !important;
}
.promo__recall {
    animation: price-pulse-old 50s ease-in-out 50s infinite;
}
@keyframes price-pulse {
    0%{
        transform: scale(1);
    }
    20% {
        transform: scale(1.05);
    }
    40% {
        transform: scale(1);
    }
}
@keyframes price-pulse-old {
    0%{
        transform: scale(1);
    }
    1% {
        transform: scale(1.05);
    }
    2% {
        transform: scale(1);
    }
}
.promo__recall-old {
    animation: blesknew 50s ease-in-out 50s infinite !important;
}
@keyframes blesknew {
    0% {
        left: -160px;
        margin-left: 0;
    }
    2% {
        left: 110%;
        margin-left: 80px;
    }
    to {
        left: 110%;
        margin-left: 80px;
    }
}
.promo__recall.firstanim.g-animate-gradient:after {
    animation: blesk 3s ease-in-out 1s !important;
}
/*.promo__recall.g-animate-gradient:after {
    animation: blesknew 3s ease-in-out 1s infinite !important;
}
@keyframes blesknew {
    0% {
        left: -160px;
        margin-left: 0
    }
    50% {
        left: 110%;
        margin-left: 80px
    }
    to {
        left: 110%;
        margin-left: 80px
    }
}*/
.promo__recall.g-animate-gradient:after {
    animation: blesknew 50s ease-in-out 50s infinite !important;
}
@keyframes blesknew {
    0% {
        left: -160px;
        margin-left: 0;
    }
    2% {
        left: 110%;
        margin-left: 80px;
    }
    to {
        left: 110%;
        margin-left: 80px;
    }
}
.promo__actiontext-mob {
    display: block;
    width: 90%;
    max-width: 360px;
    height: auto;
}
.promo__actiontext-desk {
    display: none;
}
.blackfriday {
    background: url(../images/banner_background_mob.jpg) center center no-repeat !important;
    background-size: cover !important;
}
.promo-lastweek7-v2 {
    background: rgba(241, 241, 245, 1);
    padding-top: 10px;
}
.promo-lastweek7 .container {
    width: 100%;
}
.lastweek-banner .promo__actiontext-mob {
    margin: 60px auto 0 ;
    width: 90%;
}
@keyframes green-pulse {
    0%{
        box-shadow: 0px 0 0 0 rgba(0, 255, 0, .1);
        /* transform: scale(1) rotate(0deg);*/
    }
    30% {
        box-shadow: 0px 0 47px 32px rgba(0, 255, 0, .7);
        /*transform: scale(1.045);*/
    }
    60% {
        box-shadow: 0px 0 0 0 rgba(0, 255, 0, .1);
        /*transform: scale(1);*/
    }
}
@keyframes hand-pulse {
    0%{
        transform: scale(1);
    }
    20% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(1);
    }
}
@keyframes recall-anim {
    0%{
        transform: scale(1);
    }
    20% {
        transform: scale(1.1);
    }
    40% {
        transform: scale(1);
    }
}
.promo-lastweek7 .container {
    padding: 0;
}
.promo__sublayer_v7 img {
    width: 88%;
}
.__jivoMobileButton {
    display: none !important;
}
.blackfriday .promo__wrap {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}
.blackfriday .g-recall {
    padding: 24px 40px;
    font-weight: 800;
    background: #fff;
    font-size: 40px;
    border-radius: 16px;
    margin: 40px 0 100px;
    transform: scale(1);
    cursor: pointer;
    animation-name: price-pulse;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}
/*.lastweek-banner {
    background: url(../images/rul-mob.jpg) center center no-repeat !important;
    background-size: cover !important;
}*/
.lastweek-banner .promo__hand {
    position: absolute;
    right: 7px;
    top: 36px;
    width: 40px;
    /*animation-name: hand-pulse;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-iteration-count: infinite;*/
}
.lastweek-banner.ny-banner {
    background: #000 center center no-repeat;
    background-size: cover !important;
    /*max-height: 470px;
    min-height: 460px;*/
    padding-top: 15px;
    /*height: calc(95vh - 100px);*/
    height: auto;
    min-height: 500px;
    /*min-height: 600px;*/
    overflow: hidden;
}

.banner-january .promo__ny_img-info {
    top: 20px;
}
.promo__ny_img-info.mob {
    display: block;
    /*position: absolute;*/
    left: 20px;
    /*margin: auto auto 450px;*/
    margin: auto;
    right: 20px;
    top: 40px;
    width: 80%;
    max-width: 400px;
}
.lastweek-banner.ny-banner .promo__recall {
    margin-top: 0;
}
.promo__ny_img-man {
    display: none;
}
.promo__ny_img-man.mob {
    /*display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 370px;*/
    display: block;
    width: auto;
    height: 600px;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 210px;
    left: -20px;
    z-index: 0;
}
.promo__ny_img-price {
    /*position: absolute;*/
    right: 4%;
    top: 25%;
    width: 29%;
    margin: 40px 20px 380px auto;
}
.promo__subbtn {
    width: fit-content;
    position: absolute;
    bottom: 60px;
/*    left: 0;*/
    right: 0;
    margin: auto;
}
.promo__label {
    width: 90%;
}
.promo__input {
    color: #000;
    border: 1px solid #c1c1c1;
/*    border-radius: 30px;*/
    border-radius: 0;
    padding: 12px;
    height: 62px;
    margin: 0;
    background-color: #c1c1c1;
    width: 100%;
}
.promo__input::placeholder {
    color: #000;
    padding-left: 24px;
}
.promo__input:focus {
    padding-left: 24px;
}

.ny-banner .datetimepicker-action-firsts {
    margin: 0;
}
.ny-banner .container {
    display: flex;
    flex-flow: column;
}
.ny-banner .promo__btn {
    width: 90%;
    margin-top: 0;
    height: 65px;
    font-size: 24px;
    line-height: 1;
}
.g-form-promo {
    width: 100%;
    margin: auto;
}
.promo__firenum {
    width: 100%;
    margin: 0 0 20px;
}
.promo__firetext {
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto 40px;
    position: relative;
    width: fit-content;
}
.promo__firetext .promo__firetext-sub {
    font-weight: 800;
    font-size: 26px;
    margin: 10px 0 0;
}
.fireicon {
    position: absolute;
    width: 80px;
    right: 10px;
    top: -70px;
}
.promo__label {
    margin-bottom: 20px;
}
.banner-january .promo__label {
    margin-bottom: 0;
}
.promo__ny-layer {
    position: absolute;
    width: 100%;
    height: 600px;
    top: 380px;
    /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1));*/
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.promo__ny-layer_2 {
    position: absolute;
    height: 240px;
    background: #fff;
    bottom: 0;
    width: 100%;
}
.promo__timepick {
    width: 100%;
    margin: 20px auto;
}

.promo__subtitle_jan {
	color: #fff;
	font-weight: 600;
	font-size: 5rem;
    margin-top: 80px;
}

.promo__subtitle_jan span {
    display: block;
    margin-top: 50px;
}

.promo__wrap {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.promo__subtitle_jan.desk {
    display: none;
}
.promo__subtitle_jan.mob {
    display: block;
}
.banner-january {
    background: url(../images/bg/carsBg.webp) center center no-repeat !important;
    padding-bottom: 0;
}
.banner-january .promo__firetext {
    width: 100%;
    margin-bottom: 20px;
}
.banner-january .promo__firetext .promo__firetext-sub {
    color: #000;
    width: 90%;
    font-size: 36px;
}
.banner-january .promo__ny-layer_2 {
    height: 310px;
}
.banner-january .fireicon {
    position: absolute;
    width: 80px;
    right: 25px;
    top: -42px;
}
.banner-january .promo__timepick.mob {
    display: block;
}
.banner-january .promo__timepick.desk {
    display: none;
}
.banner-january .xdsoft_datetimepicker {
    position: absolute;
    top: -60px;
}
@media only screen and (min-width: 450px) {
    .lastweek-banner.ny-banner {
        /*max-height: 490px;
        min-height: 460px;*/
    }
}
@media only screen and (min-width: 501px) {
    .banner-january .xdsoft_datetimepicker {
        top: -70px;
/*        position: relative!important;*/
    }

    .lastweek-banner .promo__recall {
        border-radius: 80px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 30px;
        color: #fff;
        letter-spacing: unset;
        /*padding: 33px 40px;*/
        /*width: fit-content;*/
        position: relative;
        cursor: pointer;
        margin: 100px auto 0 auto;
        animation-name: price-pulse;
        animation-duration: 2s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
    }
    .lastweek-banner {
        background: url(../images/rul-1600.jpg) center center no-repeat !important;
        background-size: cover !important;
        height: 95vh;
        max-height: 800px;
        padding-top: 60px;
    }
    .blackfriday .g-recall {
        padding: 30px 68px;
        font-weight: 800;
        background: #fff;
        font-size: 56px;
        border-radius: 16px;
        margin: 40px 0 110px;
    }
    .blackfriday .promo__wrap {
        margin-top: 150px;
    }
    .blackfriday {
        background: url(../images/banner_background_desk_2.jpg) center center no-repeat !important;
        background-size: cover !important;
    }
    .promo__actiontext-mob {
        display: none;
    }
    .promo__actiontext-desk {
        display: block;
        width: 80%;
        margin: auto;
    }
    .promo__sublayer_v7 img {
        width: 89%;
    }
    .lastweek-banner.ny-banner {
        background: #000 center center no-repeat !important;
        background-size: cover !important;
        max-height: 580px;
        padding-top: 200px;
        height: 700px;
    }
    .lastweek-banner.ny-banner.banner-january {
        background: url(../images/bg/carsBg.webp) center center no-repeat !important;
        padding-top: 40px;
    }

    .promo__ny_img-man.mob {
        display: none;
        bottom: 0;
    }
    .promo__ny_img-man {
        display: block;
        width: 670px;
        position: absolute;
        bottom: 0;
        right: 10%;
    }
    .promo__ny_img-price {
        /*position: absolute;*/
        right: 40px;
        top: 110px;
        width: 230px;
        display: block;
    }
    .promo__subbtn {
        width: fit-content;
        position: absolute;
        bottom: 120px;
        left: 20px;
        right: unset;
        margin: unset;
    }

    .promo__ny_img-info.mob {
        display: none;
        position: absolute;
        left: 20px;
        top:70px;
        width: 90%;
    }

    .promo__ny-layer {
        display: none;
    }
    .promo__firetext {
        color: #fff;
        font-weight: 500;
    }
    .promo__timepick {
        display: none;
    }
    .promo__input {
        background: transparent;
        border: 1px solid #fff;
        color: #fff;
    }
    .promo__input::placeholder {
        color: #fff;
    }
    .promo__label {
        width: 100%;
    }
    .ny-banner .promo__btn {
        width: 100%;
    }
    .promo__ny-layer_2 {
        display: none;
    }
    .banner-january .promo__ny_img-info {
        width: 72%;
    }
    .banner-january .promo__ny_img-info.mob {
        display: none;
    }
    .banner-january .promo__firetext-sub {
        color: #fff;
    }
    .banner-january .promo__firetext .promo__firetext-sub {
        color: #fff;
        width: 90%;
        font-size: 50px;
        text-align: left;
        padding-left: 12px;
    }
    .banner-january .promo__firetext {
        margin-bottom: 40px;
    }
    .banner-january .fireicon {
        right: 20px;
        top: -40px;
    }
    .banner-january .g-form__submit__action-firt {
        margin-top: 20px;
    }
    .banner-january .promo__input {
        background-color: #c1c1c1;
    }
    .banner-january .promo__timepick {
        display: block;
    }
    .banner-january.ny-banner .promo__wrap {
        top: 38%;
    }
    .banner-january .promo__timepick.mob {
        display: none;
    }
    .banner-january .promo__timepick.desk {
        display: block;
    }
}
@media only screen and (min-width: 1171px) {
    .promo__recall {
        animation-name: none;
    }
    .lastweek-banner .promo__hand {
        animation-name: none;
    }
    .promo__recall.g-animate-gradient:after {
        animation: blesk 3s ease-in-out 1s !important;
    }
    .jdiv {
        display: none !important;
    }
    .promo__actiontext-desk {
        display: block;
        width: 720px;
        margin: auto;
    }
    .blackfriday {
        height: 780px;
        background-size: cover;
    }
    .__jivoMobileButton {
        display: block !important;
    }
    .promo-lastweek7 .container {
        padding: 0 32px;
        width: 1106px;
    }
    .lastweek-banner {
        background: url(../images/rul-1600.jpg) center center no-repeat !important;
        background-size: cover !important;
        height: 100vh;
        max-height: 680px;
        padding-top: 40px;
    }
    .lastweek-banner.ny-banner {
        background: #000 center center no-repeat !important;
        background-size: cover !important;
        height: 100vh;
        max-height: 640px;
        padding-top: 40px;
    }
    .lastweek-banner .g-recall {
        color: #fff;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 40px auto 0 auto;
        /*padding: 48px 50px;*/
        width: 366px;
        height: 93px;
        font-size: 29px;
    }
    .lastweek-banner .promo__actiontext-desk {
        width: 980px;
    }
    .lastweek-banner .g-recall span{
        margin: 0 10px 0 0;
    }

    .promo__ny_img-man {
        width: 700px;
        position: absolute;
        bottom: 0;
        right: 8%;
    }
    .promo__ny_img-price {
        position: absolute;
        right: 20px;
        top: 130px;
        width: 260px;
        display: block;
    }
    .promo__subbtn {
        width: fit-content;
        position: absolute;
        bottom: 200px;
        left: 20px;
    }

    .banner-january .promo__ny_img-info {
        width: 100%;
    }
    .banner-january .promo__wrap {
/*        left: 20px;*/
        right: 20px;
    }
    .lastweek-banner.ny-banner.banner-january {
        background: url(../images/bg/carsBg.webp) center center no-repeat !important;
    }

    .container-banner {
        position: relative;
        width: 1100px;
        height: 640px;
        margin: auto;
    }
    .banner-january {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }
    .promo__subtitle_jan.desk {
        display: block;
    }
    .promo__subtitle_jan.mob {
        display: none;
    }
}
@media only screen and (min-width: 1300px) {
    .promo__ny_img-man {
        width: 760px;
        position: absolute;
        bottom: 0;
        right: 10%;
    }

    .lastweek-banner.ny-banner.banner-january {
        background: url(../images/bg/carsBg.webp) center center no-repeat !important;
    }
    .banner-january.ny-banner .promo__input {
        height: 72px;
    }
    .banner-january.ny-banner .promo__btn {
        height: 75px;
    }
    .container-banner {
        height: 670px;
    }
    .banner-january.ny-banner .promo__wrap {
/*        left: 20px;*/
        right: 20px;
    }
    .banner-january .fireicon {
        right: 50px;
    }
}
@media only screen and (min-width: 1400px) {


    .lastweek-banner.ny-banner.banner-january {
        background: url(../images/bg/carsBg.webp) center center no-repeat !important;
    }
}
@media only screen and (min-width: 1600px) {
    .blackfriday .g-recall {
        padding: 42px 90px;
        font-weight: 800;
        background: #fff;
        font-size: 72px;
        border-radius: 16px;
        margin: 60px 0 120px;
    }
    .promo__actiontext-desk {
        display: block;
        width: 740px;
    }
    .blackfriday {
        height: 1047px;
    }
    .promo-lastweek7-v2 {
        padding-top: 40px;
        padding-bottom: 160px;
    }
    .lastweek-banner {
        background: url(../images/rul-2500.jpg) center center no-repeat !important;
        background-size: cover !important;
        max-height: 1000px;
        padding-top: 200px;
    }
    .lastweek-banner.ny-banner {
        background: #000 center center no-repeat !important;
        background-size: cover !important;
        max-height: 820px;
        padding-top: 200px;
    }
    .lastweek-banner .promo__actiontext-desk {
        width: 980px;
    }
    .lastweek-banner .g-recall {
        margin: 70px auto 0 auto;
        /*padding: 48px 50px;*/
        width: 386px;
        height: 103px;
        font-size: 31px;
    }

    .promo__ny_img-man {
        width: auto;
        height: auto;
        max-height: 780px;
        object-fit: contain;
        position: absolute;
        bottom: 0;
        right: 10%;
    }
    .promo__ny_img-price {
        position: absolute;
        right: 12%;
        top: 180px;
        width: 260px;
    }
    .promo__subbtn {
        width: fit-content;
        position: absolute;
        bottom: 200px;
        left: 60px;
    }

    .promo__label {
        margin-bottom: 16px;
    }
    .promo__input {
        height: 60px;
    }
    .ny-banner .promo__btn {
        height: 64px;
/*        border-radius: 30px;*/
        border-radius: 0;
    }
    .banner-january {
        background-size: cover !important;
        max-height: 1000px;
        padding-top: 200px;
    }
    .lastweek-banner.ny-banner.banner-january {
        background: url(../images/bg/carsBg.webp) center center no-repeat !important;
    }
    .banner-january.ny-banner .promo__wrap {
/*        left: 65px;*/
        right: 65px;
    }

    .container-banner {
        height: 840px;
    }
    .banner-january .promo__ny_img-info {
        top: 100px;
    }
    .banner-january .fireicon {
        right: 70px;
    }
}
@media only screen and (min-width: 1921px) {

    .promo__ny_img-man {
        width: 100%;
        height: auto;
        max-height: 800px;
        object-fit: contain;
        position: absolute;
        bottom: 0;
        right: -13%;
    }
    .promo__ny_img-price {
        position: absolute;
        right: 8%;
        top: 180px;
        width: 360px;
    }
    .promo__subbtn {
        width: fit-content;
        position: absolute;
        bottom: 140px;
        left: 140px;
    }

    .lastweek-banner.ny-banner .promo__recall {
        background: url(../images/btn-red_3_big.png) center center no-repeat;
        width: 580px;
        height: 150px;
        background-size: cover;
    }
    .lastweek-banner.ny-banner .promo__recall span {
        font-size: 44px;
    }
    .lastweek-banner.ny-banner .promo__subrecall {
        font-size: 52px;
    }
    .lastweek-banner.ny-banner .promo__subtime {
        width: 120px;
    }
    .lastweek-banner.ny-banner.banner-january {
            background: url(../images/bg/carsBg.webp) center center no-repeat !important;
    }

    .banner-january.ny-banner .promo__wrap {
        left: 140px;
    }
}
@media only screen and (min-width: 2050px) {

    .promo__ny_img-man {
        width: 100%;
        height: auto;
        max-height: 800px;
        object-fit: contain;
        position: absolute;
        bottom: 0;
        right: -12%;
    }
    .promo__ny_img-price {
        position: absolute;
        right: 10%;
        top: 180px;
        width: 380px;
    }
    .promo__subbtn {
        width: fit-content;
        position: absolute;
        bottom: 140px;
        left: 140px;
    }

    .lastweek-banner.ny-banner.banner-january {
        background: url(../images/bg/carsBg.webp) center center no-repeat !important;
    }
}
.contacts__btn {
    margin-top: 40px;
}
.contacts__btn-menu {
    width: 340px;
}
.contacts__menuInner {
    padding-block: 20px;
}
.btn-contactsfirst {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
/*    padding: 13px 22px;*/
    padding: 20px 30px;
    border: 12px solid #be1c1c;
    transition: box-shadow .2s;
    width: fit-content;
}
.btn-contactsfirst:hover {
    box-shadow: 0 0 10px 8px rgba(0,0,0, .3);
    transition: box-shadow .2s;
}
.btn-contactsfirst img {
    width: 44px;
}
.btn-contactsfirst-main {
    color: #fff;
    font-size: 22px;
    text-align: left;
    margin: 0 0 8px;
}
.btn-contactsfirst-submain {
    font-size: 22px;
    font-weight: 800;
    text-align: left;
    color: #fff;
}
.section.section-bg.first.second.paralax .g-form__row {
    display: flex;
    flex-flow: column;
}
.section.section-bg.first.second.paralax .first__item-label {
    background-color: hsla(0,0%,100%,.17);
    border: 1px solid #ccc;
    width: 100%;
    height: 62px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 20px;
    margin: 0 0 18px;
/*    border-radius: 14px;*/
    border-radius: 0;
}
.section.section-bg.first.second.paralax .first__input::placeholder {
    color: #fff;
}
.section.section-bg.first.second.paralax .first__input {
    width: 100%;
    margin: 0;
    padding: 0 0 0 20px;
    color: #fff;
}
.section.section-bg.first.second.paralax .first__btn {
    visibility: visible;
    padding: 20px 30px 20px;
/*    border-radius: 14px;*/
    border-radius: 0;
    width: 100%;
    margin: 0;
}
.section.section-bg.first.second.paralax .first__btn span {
    font-weight: 800;
    margin-bottom: 24px;
}
.section.section-bg.first.second.paralax .first__h1 {
    line-height: 1.1;
    font-weight: 500;
    font-size: 28px;
    text-transform: uppercase;
}
.section.section-bg.first.second.paralax .first__h1 span{
    font-weight: 800;
}
@media only screen and (min-width: 501px) {
    .section.section-bg.first.second.paralax .g-form__row {
        width: 346px;
    }
    .section.section-bg.first.second.paralax .first__h1 {
        font-size: 45px;
    }
    .section.section-bg.first.second.paralax .first__form {
        width: fit-content;
        position: absolute;
        right: 10px;
        top: 22px;
    }
    .section.section-bg.first.second.paralax .first__h1 span {
        font-size: 76px;
        margin-bottom: 20px;
        font-weight: 800;
    }
    .section.section-bg.first.second.paralax {
        padding-top:100px;
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 1171px) {
    .section.section-bg.first.second.paralax {
        padding-top: 140px;
        padding-bottom: 160px;
    }
}
@media only screen and (min-width: 1600px) {
    .section.section-bg.first.second.paralax .first__h1 {
        font-size: 50px;
    }
    .section.section-bg.first.second.paralax .first__h1 span {
        font-size: 82px;
    }
    .section.section-bg.first.second.paralax .first__item-label {
        height: 68px;
    }
    .section.section-bg.first.second.paralax .first__btn {
        height: 68px;
    }
}
.autodrom-v2__container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.autodrom-v2__brand {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    width: 50%;
}
.autodrom-v2__brand:not(:last-child) {
    margin: 0 0 15px;
}
.autodrom-v2 {
    height: 600px;
    padding-top: 20px;
}
.autodrom-v2 .jquery-background-video-pauseplay.pause {
    display: none;
}
.autodrom-v2__brands {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
}
.autodrom-v2__brands img {
    width: 85%;
}
.autodrom-v2__text {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
}
.autodrom-v2__subtext-main {
    font-size: 120px;
    color: #fa0303;
    font-weight: 600;
    line-height: 1;
}
.autodrom-v2__subtext_submain {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin: 4px 0 0;
}
.autodrom-v2__subtext_submain span {
    color: #fa0303;
}
.autodrom-v2__btn .g-recall {
    position: relative;
    overflow: hidden;
    color: #fff !important;
}
.autodrom-v2__btn .g-recall:after {
    content:"";
    position:absolute;
    top: -50%;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7), rgba(255, 255, 255, .7), rgba(255, 255, 255, .7), rgba(255, 255, 255, .7), rgba(255, 255, 255, .97), rgba(255, 255, 255, .7));
    width: 20px;
    transform:skewX(-45deg);
    left:-20%;
    transition: left .6s ease;
    animation-name: goldenlight;
    animation-duration:5s;
    animation-iteration-count:infinite
}
.autodrom-v2__btn {
    position: relative;
    margin: 40px auto 0;
}
@keyframes goldenlight{
    15%,to{
        left:115%
    }
}
.autodrom-v2__caption {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 28px;
    text-align: center;
}
.section.section-bg.autodrom-v2 {
    display: flex;
}
.btn-autodroms {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.btn-autodrom {
    background: #000 !important;
    color: #fff !important;
    border: 10px solid #fa0303;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    width: 310px;
    padding: 20px 20px 20px 40px;
}
.btn-autodrom-thin {
    color: #cbcbcb;
    margin-bottom: 4px;
}
.btn-autodrom-bold:not(:last-child) {
    margin-bottom: 4px;
}
.autodrom-hands {
    width: 50px;
}
@media only screen and (min-width: 501px) {
    .autodrom-v2__caption {
        font-size: 42px;
        margin: 0 0 38px;
    }
    .autodrom-v2__text {
        flex-flow: row nowrap;
        margin: 0 0 50px;
    }
    .autodrom-v2__brands {
        flex-flow: row nowrap;
    }
    .autodrom-v2__brand {
        font-size: 24px;
        white-space: nowrap;
        margin: 0 10px;
    }
    .autodrom-v2__subtext-main {
        font-size: 190px;
    }
    .autodrom-v2__subtext_submain {
        color: #fff;
        font-size: 70px;
        font-weight: 600;
        line-height: 1;
        text-align: left;
        margin: 0 0 0 20px;
    }
    .autodrom-v2__brands img {
        margin: 0;
        width: 100%;
    }
    .autodrom-v2__btn {
        position: relative;
        margin: 60px auto 0;
    }
    .autodrom-v2 {
        padding-top: 50px;
    }
}
@media only screen and (min-width: 1171px) {
    .autodrom-v2__brands img {
        margin: 0;
        width: 90%;
    }
}
@media only screen and (min-width: 1921px) {
    .autodrom-v2 {
        height: 830px;
    }
}
.autodrom-v2__container {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.autodrom-v2__brand {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    width: 50%;
}
.autodrom-v2__brand:not(:last-child) {
    margin: 0 0 15px;
}
.autodrom-v2 {
    height: 600px;
    padding-top: 20px;
}
.autodrom-v2 .jquery-background-video-pauseplay.pause {
    display: none;
}
.autodrom-v2__brands {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
}
.autodrom-v2__brands img {
    width: 85%;
}
.autodrom-v2__text {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
}
.autodrom-v2__subtext-main {
    font-size: 120px;
    color: #fa0303;
    font-weight: 600;
    line-height: 1;
}
.autodrom-v2__subtext_submain {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    margin: 4px 0 0;
}
.autodrom-v2__subtext_submain span {
    color: #fa0303;
}
.autodrom-v2__btn .g-recall {
    position: relative;
    overflow: hidden;
    color: #fff !important;
}
.autodrom-v2__btn .g-recall:after {
    content:"";
    position:absolute;
    top: -50%;
    bottom: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, .7), rgba(255, 255, 255, .7), rgba(255, 255, 255, .7), rgba(255, 255, 255, .7), rgba(255, 255, 255, .7), rgba(255, 255, 255, .97), rgba(255, 255, 255, .7));
    width: 20px;
    transform:skewX(-45deg);
    left:-20%;
    transition: left .6s ease;
    animation-name: goldenlight;
    animation-duration:5s;
    animation-iteration-count:infinite
}
.autodrom-v2__btn {
    position: relative;
    margin: 40px auto 0;
}
@keyframes goldenlight{
    15%,to{
        left:115%
    }
}
@media only screen and (min-width: 501px) {
    .autodrom-v2__text {
        flex-flow: row nowrap;
        margin: 0 0 50px;
    }
    .autodrom-v2__brands {
        flex-flow: row nowrap;
    }
    .autodrom-v2__brand {
        font-size: 24px;
        white-space: nowrap;
        margin: 0 10px;
    }
    .autodrom-v2__subtext-main {
        font-size: 190px;
    }
    .autodrom-v2__subtext_submain {
        color: #fff;
        font-size: 84px;
        font-weight: 600;
        line-height: 1;
        text-align: left;
        margin: 0 0 0 20px;
    }
    .autodrom-v2__brands img {
        margin: 0;
        width: 100%;
    }
    .autodrom-v2__btn {
        position: relative;
        margin: 60px auto 0;
    }
    .autodrom-v2 {
        padding-top: 50px;
    }
}
@media only screen and (min-width: 1171px) {
    .autodrom-v2__brands img {
        margin: 0;
        width: 90%;
    }
}
@media only screen and (min-width: 1921px) {
    .autodrom-v2 {
        height: 830px;
    }
}
.g-form__rowed-forma {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.g-form__agree-forma {
    text-align: center;
}
.g-form__agree-forma .g-form__checkbox:checked+.g-form__label:after {
    top: 9px;
}
.g-form__agree-forma .g-form__agreement{
    line-height: 1.3;
}
@media only screen and (min-width: 501px) {
    .g-form__rowed-forma {
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .g-form__submit {
        height: 66px;
        margin: 0;
    }
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #fa0303 !important;
    box-shadow: #fa0303 0 1px 3px 0 inset !important;
}
#datetimepicker-action-first, .datetimepicker-action-firsts  {
    display: block !important;
    margin: 20px auto 20px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
.xdsoft_datetimepicker  {
    overflow: hidden;
    height: 0;
    padding: 0;
    border: 0;
    transition: height .1s;
}
.xdsoft_datetimepicker.active {
    overflow: visible;
    height: 218px;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transition: height .1s;
}
.intopModal-action-first {
    overflow: visible;
}
.intopModal-action-first .g-form__checkbox-agree {
    margin: 0;
    padding-left: 26px;
    padding-top: 0px;
}
.intopModal-action-first .g-form__checkbox-agree {
    height: 0px;
}
.intopModal-action-first .intopModal__agree {
    display: flex;
    flex-flow: row nowrap;
}
.intopModal-action-first .g-form__title {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    color: #333;
    line-height: 1.1;
    margin-bottom: 10px;
}
.intopModal-action-first .g-form__title:after {
    display: none;
}
.intopModal-action-first .g-form__row {
    width: 100%;
}
.intopModal-action-first .g-form-caption {
    font-weight: 500;
    font-size: 12px;
    color: rgba(51, 51, 51, 1);
    padding: 0 0 0 26px;
    letter-spacing: -0.5px;
}
.intopModal-action-first .g-form__input-phone {
    background: #E1E1E1;
    border-radius: 30px;
    margin-left: 0;
    padding: 11px 16px;
    width: 250px;
    margin-top: 2px;
}
.intopModal-action-first .g-form__field-phone {
    color: #333;
    margin-left: 0;
    font-size: 16px;
}
.intopModal-action-first .g-form__field-phone::placeholder {
    color: #333;
}
.intopModal-action-first .g-form__title span {
    font-weight: 500;
    font-size: 16px;
    text-transform: initial;
}
.intopModal-action-first .intopModal__whiteContent {
    background: #fff;
    border-radius: 35px;
    padding: 40px 20px 10px;
}
.intopModal-action-first .g-form-request {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.intopModal-action-first .action-first__storm {
    position: absolute;
    width: 60px;
    right: 15px;
    top: -22px;
}
.intopModal-action-first .g-form__submit span {
    font-weight: 800;
}
.intopModal-action-first .g-form__submit {
    width: 250px;
    height: auto;
    padding: 16px 15px;
    font-size: 18px;
    margin-top: 6px;
    font-weight: 500;
}
.intopModal-action-first .g-form__label-save {
    font-size: 10px !important;
    margin-top: 0 !important;
    padding-left: 26px !important;
    padding-right: 4px !important;
    padding-top: 0 !important;
}
.g-form__checkbox:checked+.g-form__label:after, .g-form__checkbox:not(:checked)+.g-form__label:after {
    top: 6px;
}
.intopModal-action-first .g-form__agreement {
    font-size: 10px;
}
.intopModal-action-first__title {
    width: 190px;
    margin: 0 auto 10px;
}
.intopModal-action-lightning2 .g-form__row {
    display: flex;
    flex-flow: column;
}
@media only screen and (min-width: 460px) {
    .intopModal-action-first .intopModal__whiteContent {
        padding: 40px 60px 10px;
    }
    .intopModal-action-first__title {
        width: 230px;
    }
    .intopModal-action-first .action-first__storm {
        position: absolute;
        width: 100px;
        right: 30px;
        top: -40px;
    }
}
@media only screen and (min-width: 501px) {
    .intopModal-action-first .g-form__submit {
        padding: 0;
        width: 380px;
        height: 74px;
        font-size: 28px;
    }
    .intopModal-action-first .g-form__field-phone {
        height: 50px;
    }
    .intopModal-action-first .g-form__input-phone {
        width: 380px;
        padding: 12px 16px;
    }
    .intopModal-action-first .g-form__title {
        font-size: 34px;
    }
    .intopModal-action-first .intopModal__whiteContent {
        background: #fff;
        padding: 60px 120px 10px;
        border-radius: 80px;
    }
    .intopModal-action-first__title {
        width: 300px;
    }
    .intopModal-action-first .action-first__storm {
        position: absolute;
        width: 100px;
        right: 60px;
        top: -40px;
    }
    .intopModal-action-first .g-form__title span {
        font-size: 25px;
    }
}
.intopModal-action-lightning {
    overflow: visible;
}
.intopModal-action-lightning .g-form__checkbox-agree {
    margin: 0;
    padding-left: 26px;
    padding-top: 0px;
}
.intopModal-action-lightning .g-form__checkbox-agree {
    height: 0px;
}
.intopModal-action-lightning .intopModal__agree {
    display: flex;
    flex-flow: row nowrap;
}
.intopModal-action-lightning .g-form__title {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    color: #333;
    line-height: 1.1;
    margin-bottom: 10px;
}
.intopModal-action-lightning .g-form__title:after {
    display: none;
}
.intopModal-action-lightning .g-form__row {
    width: 100%;
}
.intopModal-action-lightning .g-form-caption {
    font-weight: 500;
    font-size: 12px;
    color: rgba(51, 51, 51, 1);
    padding: 0 0 0 26px;
    letter-spacing: -0.5px;
}
.intopModal-action-lightning .g-form__input-phone {
    background: #E1E1E1;
    border-radius: 30px;
    margin-left: 0;
    padding: 11px 16px;
    width: 250px;
    margin-top: 2px;
}
.intopModal-action-lightning .g-form__field-phone {
    color: #333;
    margin-left: 0;
    font-size: 16px;
}
.intopModal-action-lightning .g-form__field-phone::placeholder {
    color: #333;
}
.intopModal-action-lightning .g-form__title span {
    font-weight: 500;
    font-size: 16px;
    text-transform: initial;
}
.intopModal-action-lightning .intopModal__whiteContent {
    background: #fff;
    border-radius: 35px;
    padding: 40px 20px 10px;
}
.intopModal-action-lightning .g-form-request {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.intopModal-action-lightning .action-first__storm {
    position: absolute;
    width: 60px;
    right: 15px;
    top: -22px;
}
.intopModal-action-lightning .g-form__submit span {
    font-weight: 800;
}
.intopModal-action-lightning .g-form__submit {
    width: 250px;
    height: auto;
    padding: 16px 15px;
    font-size: 18px;
    margin-top: 6px;
    font-weight: 500;
}
.intopModal-action-lightning .g-form__label-save {
    font-size: 10px !important;
    margin-top: 0 !important;
    padding-left: 26px !important;
    padding-right: 4px !important;
    padding-top: 0 !important;
}
.g-form__checkbox:checked+.g-form__label:after, .g-form__checkbox:not(:checked)+.g-form__label:after {
    top: 6px;
}
.intopModal-action-lightning .g-form__agreement {
    font-size: 10px;
}
.intopModal-action-lightning__title {
    width: 190px;
    margin: 0 auto 10px;
}
@media only screen and (min-width: 460px) {
    .intopModal-action-lightning .intopModal__whiteContent {
        padding: 40px 60px 10px;
    }
    .intopModal-action-lightning__title {
        width: 230px;
    }
    .intopModal-action-lightning .action-first__storm {
        position: absolute;
        width: 100px;
        right: 30px;
        top: -40px;
    }
}
@media only screen and (min-width: 501px) {
    .intopModal-action-lightning .g-form__submit {
        padding: 0;
        width: 380px;
        height: 74px;
        font-size: 28px;
    }
    .intopModal-action-lightning .g-form__field-phone {
        height: 50px;
    }
    .intopModal-action-lightning .g-form__input-phone {
        width: 380px;
        padding: 12px 16px;
    }
    .intopModal-action-lightning .g-form__title {
        font-size: 34px;
    }
    .intopModal-action-lightning .intopModal__whiteContent {
        background: #fff;
        padding: 60px 120px 10px;
        border-radius: 80px;
    }
    .intopModal-action-lightning__title {
        width: 300px;
    }
    .intopModal-action-lightning .action-first__storm {
        position: absolute;
        width: 100px;
        right: 60px;
        top: -40px;
    }
    .intopModal-action-lightning .g-form__title span {
        font-size: 25px;
    }
}
.intopModal-action-lightning2 {
    overflow: visible;
}
.intopModal-action-lightning2 .g-form__checkbox-agree {
    margin: 0;
    padding-left: 26px;
    padding-top: 0px;
}
.intopModal-action-lightning2 .g-form__checkbox-agree {
    height: 0px;
}
.intopModal-action-lightning2 .intopModal__agree {
    display: flex;
    flex-flow: row nowrap;
}
.intopModal-action-lightning2 .g-form__title {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
    color: #333;
    line-height: 1.1;
    margin-bottom: 10px;
}
.intopModal-action-lightning2 .g-form__title:after {
    display: none;
}
.intopModal-action-lightning2 .g-form__row {
    width: 100%;
}
.intopModal-action-lightning2 .g-form-caption {
    font-weight: 500;
    font-size: 12px;
    color: rgba(51, 51, 51, 1);
    padding: 0 0 0 26px;
    letter-spacing: -0.5px;
}
.intopModal-action-lightning2 .g-form__input-phone {
    background: #E1E1E1;
    border-radius: 30px;
    margin-left: 0;
    padding: 11px 16px;
    width: 250px;
    margin-top: 2px;
}
.intopModal-action-lightning2 .g-form__field-phone {
    color: #333;
    margin-left: 0;
    font-size: 16px;
}
.intopModal-action-lightning2 .g-form__field-phone::placeholder {
    color: #333;
}
.intopModal-action-lightning2 .g-form__input-name {
    background: #E1E1E1;
    border-radius: 30px;
    margin-left: 0;
    padding: 11px 16px;
    width: 250px;
    margin-top: 2px;
}
.intopModal-action-lightning2 .g-form__field-name {
    color: #333;
    margin-left: 0;
    font-size: 16px;
}
.intopModal-action-lightning2 .g-form__field-name::placeholder {
    color: #333;
}
.intopModal-action-lightning2 .g-form__title span {
    font-weight: 500;
    font-size: 16px;
    text-transform: initial;
}
.intopModal-action-lightning2 .intopModal__whiteContent {
    background: #fff;
    border-radius: 35px;
    padding: 40px 20px 10px;
}
.intopModal-action-lightning2 .g-form-request {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.intopModal-action-lightning2 .action-first__storm {
    position: absolute;
    width: 60px;
    right: 15px;
    top: -42px;
}
.intopModal-action-lightning2 .g-form__submit span {
    font-weight: 800;
}
.intopModal-action-lightning2 .g-form__submit {
    width: 250px;
    height: auto;
    padding: 16px 15px;
    font-size: 18px;
    margin-top: 6px;
    font-weight: 500;
}
.intopModal-action-lightning2 .g-form__label-save {
    font-size: 10px !important;
    margin-top: 0 !important;
    padding-left: 26px !important;
    padding-right: 4px !important;
    padding-top: 0 !important;
}
.g-form__checkbox:checked+.g-form__label:after, .g-form__checkbox:not(:checked)+.g-form__label:after {
    top: 6px;
}
.intopModal-action-lightning2 .g-form__agreement {
    font-size: 10px;
}
.intopModal-action-lightning2__title {
    width: 190px;
    margin: 0 auto 10px;
}
.intopModal-action-lightning2 .intopModal-action-first__title{
    width: 260px;
    margin: 0 0 26px;
}
@media only screen and (min-width: 460px) {
    .intopModal-action-lightning2 .intopModal__whiteContent {
        padding: 40px 60px 10px;
    }
    .intopModal-action-lightning2__title {
        width: 230px;
    }
    .intopModal-action-lightning2 .action-first__storm {
        position: absolute;
        width: 100px;
        right: 30px;
        top: -40px;
    }
}
@media only screen and (min-width: 501px) {
    .intopModal-action-lightning2 .intopModal-action-first__title{
        width: 350px;
        margin: 0 0 26px;
    }
    .intopModal-action-lightning2 .g-form__submit {
        padding: 0;
        width: 380px;
        height: 74px;
        font-size: 28px;
    }
    .intopModal-action-lightning2 .g-form__field-phone {
        height: 50px;
    }
    .intopModal-action-lightning2 .g-form__input-phone {
        width: 380px;
        padding: 12px 16px;
    }
    .intopModal-action-lightning2 .g-form__field-name {
        height: 50px;
    }
    .intopModal-action-lightning2 .g-form__input-name {
        width: 380px;
        padding: 12px 16px;
    }
    .intopModal-action-lightning2 .g-form__title {
        font-size: 34px;
    }
    .intopModal-action-lightning2 .intopModal__whiteContent {
        background: #fff;
        padding: 60px 120px 10px;
/*        border-radius: 80px;*/
        border-radius: 0;
    }
    .intopModal-action-lightning2__title {
        width: 300px;
    }
    .intopModal-action-lightning2 .action-first__storm {
        position: absolute;
        width: 100px;
        right: 60px;
        top: -40px;
    }
    .intopModal-action-lightning2 .g-form__title span {
        font-size: 25px;
    }
}
#panel {
    @media only screen and (min-width: 1860px) {
        left: 0;
    }
}