@import url("/fonts/stem/font.css");

/* prevent vue template flash */
[v-cloak]{display:none!important;}
@font-face {
    font-family: 'Stem';
    src: url("/fonts/stem/Stem-Thin.woff2") format("woff2");
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: 'Stem';
    src: url("/fonts/stem/Stem-ExtraLight.woff2") format("woff2");
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: 'Stem';
    src: url("/fonts/stem/Stem-Light.woff2") format("woff2");
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'Stem';
    src: url("/fonts/stem/Stem-SemiLight.woff2") format("woff2");
    font-style: normal;
    font-weight: 350;
}
@font-face {
    font-family: 'Stem';
    src: url("/fonts/stem/Stem-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Stem';
    src: url("/fonts/stem/Stem-Medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Stem';
    src: url("/fonts/stem/Stem-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'PF DinText Pro';
    src: url('../fonts/pfdintextpro-regular-webfont.eot');
    src: url('../fonts/pfdintextpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-regular-webfont.woff') format('woff'), url('../fonts/pfdintextpro-regular-webfont.ttf') format('truetype'), url('../fonts/pfdintextpro-regular-webfont.svg#pf_dintext_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinText Pro';
    src: url('../fonts/pfdintextpro-medium-webfont.eot');
    src: url('../fonts/pfdintextpro-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextpro-medium-webfont.woff') format('woff'), url('../fonts/pfdintextpro-medium-webfont.ttf') format('truetype'), url('../fonts/pfdintextpro-medium-webfont.svg#pf_dintext_promedium') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinText Cond Pro';
    src: url('../fonts/pfdintextcondpro-medium-webfont.eot');
    src: url('../fonts/pfdintextcondpro-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextcondpro-medium-webfont.woff') format('woff'), url('../fonts/pfdintextcondpro-medium-webfont.ttf') format('truetype'), url('../fonts/pfdintextcondpro-medium-webfont.svg#pf_din_text_cond_promedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinText Cond Pro';
    src: url('../fonts/pfdintextcondpro-bold-webfont.eot');
    src: url('../fonts/pfdintextcondpro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/pfdintextcondpro-bold-webfont.woff') format('woff'), url('../fonts/pfdintextcondpro-bold-webfont.ttf') format('truetype'), url('../fonts/pfdintextcondpro-bold-webfont.svg#pf_din_text_cond_probold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/crc55.eot');
    src: local('Circe'), url('../fonts/crc55.woff') format('woff'), url('../fonts/crc55.ttf') format('truetype'), url('../fonts/crc55.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/crc35.eot');
    src: local('Circe'), url('../fonts/crc35.woff') format('woff'), url('../fonts/crc35.ttf') format('truetype'), url('../fonts/crc35.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('../fonts/crc65.eot');
    src: local('Circe'), url('../fonts/crc65.woff') format('woff'), url('../fonts/crc65.ttf') format('truetype'), url('../fonts/crc65.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
:root{
    --orange: #FF7449;
    --black: #181c23;
    --dark-blue: #1C2129;
}
*{
    box-sizing: border-box;
}
html{
    font-size: 16px;
    color: var(--black);
}
html,
body {
    width: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    line-height: 1.5em;
    min-height: 100%;
}

body.bg {
    /*background: #1c2129;!**!*/
}

body a:hover {
    color: #ff4000;
    text-decoration: none;
}

body a.fancybox-close {
    background: url(../images/ico-close.png) no-repeat 0 0;
    height: 17px;
    width: 17px;
    top: 10px;
    right: 10px;
}

body .fancybox-next span {
    background: url(../images/adv-next.png) no-repeat 50% 0;
    border-bottom: none;
}

body .fancybox-prev span {
    background: url(../images/adv-prev.png) no-repeat 50% 0;
    border-bottom: none;
}

html,
body,
button,
input,
select,
textarea {
    font-family: 'Stem', Verdana, Tahoma, "DejaVu Sans", sans-serif;
    font-weight: 400;
}
label{
    cursor: pointer;
}
.swiper{
    width: 100%;
}
.section{
    margin: 80px 0;
}
.section-inner{
    padding: 60px 0;
}
.section_title{
    margin: 0;
    font-size: clamp(16px, calc(5px + 3vw), 44.6px);
    line-height: 1.1em;
    font-weight: 400;
    text-align: center;
}
.container {
    max-width: 960px;
}
.orange-btn{
    background: var(--orange);
    color: white;
    border: 1px solid #DC3545;
}
.orange-txt{
    color: var(--orange) !important;
}
.dotted-item{
    display: grid;
    grid-template-columns: 8px 1fr;
    gap: .5em;
    align-items: flex-start;
    --line-height: 1.5em;
    line-height: var(--line-height);
    &:before{
        content: '';
        width: 100%;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background: var(--orange);
        transform: translate(0, calc((var(--line-height) / 2) - 50%));
    }
}
.txt-block>*:nth-child(1){
    margin-top: 0;
}
.txt-block>*:last-child{
    margin-bottom: 0;
}

.header-wrapper {
    background: url(../images/header-wrapper-bg.png) no-repeat top center;
    position: relative;
}

.city-header {
    position: relative;
    overflow: hidden;
}

.city-header h1.city-title {
    margin: 0.5em !important;
    font-size: 1.75em !important;
    text-align: center !important;
}

.page-title {
    background: #ffffff url(../images/title-bg.png) repeat-x bottom center;
}

.page-title h1 {
    padding-top: 10px;
    text-align: center;
    font-family: "PF DinText Cond Pro", "Arial Narrow";
    color: #000000;
    font-size: 2.5em;
    line-height: 1em;
    text-transform: uppercase;
    margin: 1em 0;
}

.page-title .frame {
    background: #fefefe url(../images/frame.png) no-repeat bottom center;
    width: 141px;
    font-size: 12px;
    line-height: 16px;
    padding: 20px 10px 20px 15px;
    color: #017eb4;
    font-weight: bold;
}

.page-title .frame .price {
    font-size: 11px;
    margin: 2px 0 2px 0;
    color: #000000;
    font-weight: normal;
}

.page-title .frame .price .value {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: -0.01em;
    display: inline-block;
}

.page-title .frame .shipping {
    padding-top: 7px;
    border-top: solid 1px #dcdcc4;
}

.page-title .frame .shipping .value {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
}

.page-title .fortune {
    border-left: solid 1px #dedede;
    float: right;
    width: 120px;
    font-size: 12px;
    padding: 0 0 0 15px;
    margin: 10px 0 80px 0;
    line-height: 15px;
    font-weight: 300;
}

.page-title .fortune p {
    margin: 0;
}

.page-title .fortune a {
    display: inline-block;
    margin-top: 2px;
    font-weight: normal;
}

.page-title .content {
    font-size: 25px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    padding: 5px 0 0 0;
    letter-spacing: -0.01em;
}

.page-title .pickup {
    font-size: 22px;
    text-align: center;
    padding: 14px 0;
}

.request-wrapper {
    background: #000000 url(../images/bmw-bg.jpg) no-repeat 50% 0;
    min-height: 385px;
    padding-top: 65px;
}

.request-wrapper.highlight {
    background: #000000 url(../images/bmw-bgl.jpg) no-repeat 50% 0;
}

.request-wrapper h2 {
    color: #f2ca00;
    font-family: "PF DinText Cond Pro", 'Arial Narrow';
    font-weight: normal;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.request-wrapper h2 div {
    padding-top: 5px;
    font-family: 'Circe', Verdana, Tahoma, "DejaVu Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: none;
    color: #ffffff;
    padding-bottom: 16px;
}

.black-wrapper {
    background: #000000;
}

.insurance-wrapper {
    /*background: #e6f6ff url(../images/insurance-bg.png) repeat-x top center;*/
    background-color: #1c2129;
    padding-top: 50px;
    padding-bottom: 25px;
}

.adv-content {
    display: none;
    background-color: rgba(10, 10, 10, 0.9);
    padding: 15px 40px;
    max-width: 660px;
    /*border-bottom: solid 3px rgba(127, 185, 214, 0.8);*/
    color: #ffffff;
    text-align: center;
}

.adv-content .fancybox-close-small {
    background: transparent;
    color: #ffffff;
}

.adv-content .frame {
    margin: 0 auto;
    width: 56px;
    height: 55px;
}

.adv-content .frame .icon {
    width: 56px;
    height: 55px;
    background-position: center center;
    background-repeat: no-repeat;
}

.adv-content .title {
    padding: 7px 20px 10px 20px;
    /*border-bottom: solid 1px #057fb3;*/
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 300;
}

.adv-content .text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding-top: 10px;
    color: white;
}

.advantages-wrapper {
    background: white;
}

.advantages-wrapper .advantages {
    padding-top: 80px;
    padding-bottom: 70px;
}

/*.advantages-wrapper .advantages h2 {*/
/*  font-family: "PF DinText Cond Pro", 'Arial Narrow';*/
/*  font-weight: normal;*/
/*  font-size: 27px;*/
/*  color: black;*/
/*  text-transform: uppercase;*/
/*  margin: 0;*/
/*  text-align: center;*/
/*  height: 40px;*/
/*}*/
.advantages-wrapper .advantages .advantage {
    display: block;
    text-decoration: none;
    width: 220px;
    height: 130px;
    /*background: url(../images/advantage-bg.png) no-repeat 50% 0;*/
    border-bottom: none !important;
    padding: 0 0 0 2px;
    font-size: 18px;
    line-height: 16px;
    color: #1c2129;
    letter-spacing: -0.01em;
    text-align: center;
    margin: 0 auto;
    outline: none !important;
}

.advantages-wrapper .advantages .advantage .comment {
    font-size: 12px;
    color: #595959;
    display: block;
    text-align: center;
    padding-top: 3px;
}

.advantages-wrapper .advantages .advantage .icon {
    height: 82px;
    background-position: 50% 30px;
    background-repeat: no-repeat;
    display: block;
}

.advantages-wrapper .advantages .advantage:hover {
    background-position: 50% -205px;
}

.advantages-wrapper .advantages .text-details {
    padding: 30px 10px;
    color: #dddddd;
    display: none;
}

.advantages-wrapper .advantages .link-details {
    text-align: center;
    padding: 30px 0 0 0;
}

.advantages-wrapper .advantages .link-details a {
    color: #0074ad;
}

.advantages-wrapper .advantages .link-details a:hover {
    color: #f2ca00;
}

.production-wrapper {
    background-color: #1c2129;
}

.production-wrapper .production-header {
    padding-top: 80px;
}

/*.production-wrapper #production h2 {*/
/*  font-family: "PF DinText Cond Pro", 'Arial Narrow';*/
/*  font-weight: normal;*/
/*  font-size: 35px;*/
/*  color: white;*/
/*  text-transform: uppercase;*/
/*  margin: 0;*/
/*  text-align: center;*/
/*}*/
/*.production-wrapper #production h2 div {*/
/*  padding-top: 5px;*/
/*  font-family: 'Circe', Verdana, Tahoma, "DejaVu Sans", sans-serif;*/
/*  font-weight: 300;*/
/*  font-size: 20px;*/
/*  text-transform: none;*/
/*  padding-bottom: 30px;*/
/*}*/
.production-wrapper #production .description {
    width: 80%;
    color: white;
    text-align: center;
    padding: 0 30px;
    font-family: 'Stem';
    font-size: 18px;
}

.production-wrapper #production .zoom {
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 5px;
    border: solid 2px #ffffff;
    border-radius: 7px;
    display: inline-block;
    padding: 0;
}

.production-wrapper #production .zoom > img {
    width: 150px;
}

.production-wrapper #production .zoom:hover {
    border: solid 2px #ff7449;
}

/*.production-wrapper #production .zoom-comment {*/
/*  font-size: 10px;*/
/*  background: url(../images/ico-lens.png) no-repeat 0 0;*/
/*  padding-left: 12px;*/
/*  color: #7b929c;*/
/*  line-height: 12px;*/
/*  display: inline-block;*/
/*}*/
/*.production-wrapper #production h3 {*/
/*  font-size: 1.1em;*/
/*  line-height: 1.1em;*/
/*  margin-bottom: 1.5em;*/
/*}*/
.production-wrapper #production .normative {
    font-family: 'Stem';
    color: #ff7449;
    font-size: 18px;
    text-wrap: normal;
}

.production-wrapper #production .normative a {
    display: inline-block;
    width: 95%;
}

.production-wrapper #production .text-details {
    color: white!important;
    padding: 30px 10px;
    display: none;
}

.production-wrapper #production .link-details {
    color: white!important;
    text-align: center;
    padding: 30px 0 0 0;
}

.documents-wrapper {
    background-color: white;
    padding-bottom: 70px;
    padding-top: 70px;
}

.documents-wrapper #documents {
    padding-top: 50px;
}

.documents-wrapper #documents .juridical {
    border-left: solid 1px #ccc;
}

.documents-wrapper #documents h2 {
    font-family: "PF DinText Cond Pro", 'Arial Narrow';
    font-weight: normal;
    font-size: 35px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.documents-wrapper #documents h2 div {
    padding-top: 5px;
    font-family: 'Circe', Verdana, Tahoma, "DejaVu Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: none;
    padding-bottom: 60px;
}

.documents-wrapper #documents h3 {
    margin-top: 0;
    font-size: 1.1em;
    line-height: 1.1em;
    margin-bottom: 1.5em;
}

.documents-wrapper #documents .passport {
    background: url(../images/docs-passport.png) no-repeat 10px 0;
    padding-top: 80px;
    font-size: 1em;
    line-height: 1.1em;
    padding-bottom: 20px;
    font-weight: 300;
}

.documents-wrapper #documents .pts {
    background: url(../images/docs-pts.png) no-repeat 0 0;
    padding-top: 80px;
    font-size: 1em;
    line-height: 1.1em;
    padding-bottom: 20px;
    font-weight: 300;
}

.documents-wrapper #documents .m2 {
    background: url(../images/docs-dov.png) no-repeat 10px 0;
    padding-top: 80px;
    font-size: 1em;
    line-height: 1.1em;
    padding-bottom: 20px;
    font-weight: 300;
}

.documents-wrapper #documents .card {
    background: url(../images/docs-card.png) no-repeat 10px 0;
    padding-top: 80px;
    font-size: 1em;
    line-height: 1.1em;
    padding-bottom: 20px;
    font-weight: 300;
}

.documents-wrapper .text-details {
    padding: 30px 10px;
    display: none;
}

.documents-wrapper .link-details {
    text-align: center;
    padding: 30px 0 0 0;
}

.cost-wrapper {
    background-color: #1c2129;
    padding-top: 70px;
    color: #ffffff;
}

/*.cost-wrapper #cost h2 {*/
/*    font-family: "PF DinText Cond Pro", 'Arial Narrow';*/
/*    font-weight: normal;*/
/*    font-size: 35px;*/
/*    color: #ffffff;*/
/*    text-transform: uppercase;*/
/*    margin: 0;*/
/*    text-align: center;*/
/*}*/

.cost-wrapper #cost h2 div {
    color: #9bc5de;
    padding-top: 5px;
    font-family: 'Circe', Verdana, Tahoma, "DejaVu Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-transform: none;
    padding-bottom: 30px;
}

.cost-wrapper #cost .description {
    line-height: 1.2em;
    padding-bottom: 30px;
}

.cost-wrapper #cost h3 {
    margin-top: 0;
    font-size: 1.1em;
    line-height: 1.1em;
    margin-bottom: 1.5em;
}

.cost-wrapper #cost .price {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding-top: 1em;
    padding-bottom: 1em;
}

.cost-wrapper #cost .price .value {
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.01pt;
}

.cost-wrapper #cost .comment {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 30px;
}

.cost-wrapper #cost .juridical {
    border-left: solid 1px #1781b5;
}

.cost-wrapper #cost .robokassa {
    text-indent: -1000px;
    overflow: hidden;
    background: url(../images/robokassa.png) no-repeat 0 0;
    width: 169px;
    height: 41px;
    border-bottom: none;
    display: block;
    margin-top: 10px;
}

.cost-wrapper .text-details {
    padding: 20px 10px;
    display: none;
}

.cost-wrapper .text-details h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.cost-wrapper .link-details {
    text-align: center;
    padding: 10px 0;
}

.cost-wrapper .link-details a {
    color: #ffffff;
}

.pickup-wrapper {
    background-color: white;
    padding-top: 70px;
}

.pickup-wrapper #pickup {
    text-align: center;
    font-size: 1.2em;
}

.pickup-wrapper #pickup h2 {
    font-family: "PF DinText Cond Pro", 'Arial Narrow';
    font-weight: normal;
    font-size: 35px;
    color: #000000;
    text-transform: uppercase;
    margin: .5em 0 .25em 0;
    text-align: center;
}

.pickup-wrapper #pickup .comment {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 30px;
}

.pickpoint-list{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
    gap: 20px;
}
.pickup-wrapper #pick-points .pickpoint {
    background: #F6F7F9;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    padding: 10px;
    display: grid;
    grid-template-columns: 100%;
    justify-items: center;
    align-items: flex-start;
    align-content: flex-start;
}

.pickup-wrapper #pick-points .pickpoint .title {
    margin: 16px 0 0 0;
    color: #ff7449;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
}
.pickpoint_work-hours{
    margin: 1em 0 0 0;
}

.pickup-wrapper #pick-points .pickpoint .production-label {
    font-family: 'Stem';
    font-size: 12px;
    text-align: center;
}

.pickup-wrapper .text-details {
    padding: 0 30px 10px 30px;
    text-align: left;
    display: none;
    font-size: 14px;
}

.pickup-wrapper .link-details {
    text-align: center;
    padding: 0 0 30px 0;
    font-size: 14px;
}
.pickpoint-map{
    margin: 32px 0 0 0;
}
.pickup-wrapper .map-container {
    height: 350px;
    width: 100%;
    background: #ffffff;
    position: relative;
}

.pickup-wrapper .map-container .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../images/shadow.png) repeat-x 0 0;
    z-index: 90;
}

.pickup-wrapper .map-container #map {
    width: 100%;
    height: 350px;
}

.gallery-wrapper {
    background-color: white;
    min-width: 320px;
    width: 100%;
    position: relative;
    height: 398px;
    overflow: hidden;
    padding-top: 20px;
}

.video-gallery {
    background-color: #1c2129;
    background-size: cover;
}

/*.gallery-wrapper h2 {*/
/*font-family: "PF DinText Cond Pro", 'Arial Narrow';*/
/*font-weight: normal;*/
/*font-size: 35px;*/
/*color: #ffffff;*/
/*text-transform: uppercase;*/
/*margin: 0;*/
/*text-align: center;*/
/*}*/
.gallery-wrapper {
    margin-bottom: 30px;
}

.gallery-wrapper .gallery-container {
    /*padding: 0;*/
    /*padding-top: 40px;*/
    /*position: absolute;*/
    /*width: 1320px;*/
    /*height: 340px;*/
    /*left: 50%;*/
    /*top: 88px;*/
    /*margin-left: -665px;*/
    /*!*margin: 0 auto;*!*/

    position: absolute;
    width: 1392px;
    height: 350px;
    left: 50%;
    top: 88px;
    margin-left: -696px;

}

@media (max-width: 100px){

    .gallery-wrapper  {
        display: none;
    }

}

.gallery-wrapper .gallery-container .gallery ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gallery-wrapper .gallery-container .gallery ul li {
    width: 452px;
    height: 340px;
    margin: 0 6px;
    float: left;
}

.gallery-wrapper .gallery-container .gallery ul li div {
    border: solid 6px #ffffff;
    border-radius: 7px;

}
.gallery-wrapper .gallery-container .gallery ul li div img {
    border: solid 6px #ffffff;
    border-radius: 7px;

}

.gallery-wrapper .title {
    height: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    padding: 18px 0 0 0;
    color: black;
    font-weight: 300;
}

.gallery-wrapper .controls {
    position: absolute;
    width: 1320px;
    height: 0;
    left: 50%;
    bottom: 0;
    margin-left: -1000px;
}

.controls-type {
    position: absolute;
    width: 100px;
    height: 0;
    left: 50%;
    bottom: 0;
    margin-left: 10px;
}

.controls-type-prev {
    display: block;
    cursor: pointer;
    background: url(../img/prev.png) no-repeat 0 0;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    left: -30px;
    top: 370px;
    border: none;
    z-index: 99;
}

.controls-type-next {
    display: block;
    cursor: pointer;
    background: url(../img/forw.png) no-repeat 0 0;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    right: -30px;
    top: 370px;
    border: none;
    z-index: 99;
}


.gallery-wrapper .controls .gallery-prev {
    display: block;
    cursor: pointer;
    background: url(../img/prev.png) no-repeat 0 0;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 280px;
    top: -200px;
    border: none;
    z-index: 99;
}

/*.gallery-wrapper .controls .gallery-prev:hover {*/
/*    background: url(../img/prev.png) no-repeat 0 -101px;*/
/*    border: none;*/
/*}*/

.gallery-wrapper .controls .gallery-next {
    display: block;
    cursor: pointer;
    background: url(../img/forw.png) no-repeat 0 0;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    right: -390px;
    top: -200px;
    border: none;
    z-index: 99;
}

/*.gallery-wrapper .controls .gallery-next:hover {*/
/*    background: url(../img/forw.png) no-repeat 0 -101px;*/
/*    border: none;*/
/*}*/

.video-gallery .video {
    margin-bottom: 30px;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 7px;
    background-color: #181c23;
}

.video-gallery .video :where(iframe, video){
    width: 600px;
    height: 300px;
}

@media (max-width: 590px) {
    .video-gallery .video :where(iframe, video){
        width: 95%;
    }
}

.gallery-wrapper .video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 20px;
    margin-top: 10px;
    height: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

.gallery-wrapper .video iframe,
.gallery-wrapper .video object,
.gallery-wrapper .video embed {
    position: absolute;
    top: 0;
    left: 0;
}

.dark-image-wrapper {
    background: #142233;
}

.dark-image-wrapper img {
    width: 100%;
}

.dark-image-wrapper.bmw {
    background: #142233 url(../images/sell-number-bg.jpg) no-repeat top center;
    padding-top: 90px;
    padding-bottom: 25px;
}

.sell-form-wrapper {
    background: #e2eef5 url(../images/sell-form-bg.png) repeat-x top center;
    border-top: solid 3px #ffffff;
    border-bottom: solid 3px #ffffff;
}

.content-wrapper {
    background: #ffffff;
    padding: 30px 0;
}

.content-wrapper.top-shadow {
    background: #ffffff url(../images/top-shadow.png) repeat-x top center;
}

.content-wrapper h2 {
    color: #007fbd;
    font-family: "PF DinText Cond Pro", "Arial Narrow";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 22px;
}

.content-wrapper p {
    margin: 1em 0;
}

.content-wrapper .article h2 {
    margin-top: 0;
}

.btn-all-articles {
    background: url(../images/btn-articles-bg.png) repeat-x bottom center !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.btn-all-articles:hover {
    color: #ffffff;
    text-decoration: none;
}

.splitter {
    background: url(../images/article-shadow.png) no-repeat top center;
    min-height: 25px;
}

.modal-dialog {
    z-index: 1050;
}

.modal-dialog .modal-content {
    background-color: rgba(0, 116, 173, 0.9);
    color: #ffffff;
}

.modal-dialog .modal-content.city {
    background: #ffffff;
    color: #6f848f;
}

.modal-dialog.new-year .modal-content {
    background-color: #ffffff;
    color: #333;
}

.modal-dialog.new-year .modal-content p {
    margin: 1em;
}

.blue-wrapper {
    background: transparent;
    color: #ffffff;
    padding: 1em 0;
}

.blue-wrapper.borders {
    border-top: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
}

.blue-wrapper h2 {
    font-family: "PF DinText Cond Pro", "Arial Narrow";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 24px;
}

.blue-wrapper p {
    margin: 1em 0;
}

.blue-wrapper .color-plate {
    background: url(../images/bgs/white.png) repeat-x 0 0;
    height: 34px;
    width: 140px;
    text-align: center;
    line-height: 34px;
    box-shadow: 1px 3px 3px #031826;
    color: #000000;
    border-radius: 5px;
}

.blue-wrapper .color-plate.yellow {
    background: url(../images/bgs/yellow.png) repeat-x 0 0;
}

.blue-wrapper .color-plate.red {
    background: url(../images/bgs/red.png) repeat-x 0 0;
    color: #ffffff;
}

.blue-wrapper .color-plate.blue {
    background: url(../images/bgs/blue.png) repeat-x 0 0;
    color: #ffffff;
}

.blue-wrapper .color-plate.green {
    background: url(../images/bgs/green.png) repeat-x 0 0;
    color: #ffffff;
}

.blue-wrapper .color-plate.black {
    background: url(../images/bgs/black.png) repeat-x 0 0;
    color: #ffffff;
}

.blue-wrapper .how-to {
    padding: 0 0 10px 0;
}

.blue-wrapper .how-to .steps {
    padding: 10px 0;
    font-size: 16px;
    line-height: 20px;
}

.blue-wrapper .how-to .steps .pencil {
    background: url(../images/ico-pencil.png) no-repeat 20px 5px;
}

.blue-wrapper .how-to .steps .pencil .next {
    background: url(../images/ico-next.png) no-repeat 100% 13px;
}

.blue-wrapper .how-to .steps .phone {
    background: url(../images/ico-phone.png) no-repeat 20px 5px;
}

.blue-wrapper .how-to .steps .phone .next {
    background: url(../images/ico-next.png) no-repeat 100% 13px;
}

.blue-wrapper .how-to .steps .speak {
    background: url(../images/ico-dialog.png) no-repeat 20px 5px;
}

.blue-wrapper .how-to .steps .speak .next {
    background: url(../images/ico-next.png) no-repeat 100% 13px;
}

.blue-wrapper .how-to .steps .buy {
    background: url(../images/ico-buy.png) no-repeat 20px 5px;
}

.license-wrapper {
    background: #e6f6ff url(../images/insurance-bg.png) repeat-x top center;
    padding: 25px 0;
}

.license-wrapper h2 {
    font-family: "PF DinText Cond Pro", "Arial Narrow";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 24px;
}

.contacts-image-wrapper img {
    width: 100%;
}

.picture-wrapper {
    background: url(../images/picture-bg.jpg) repeat-x bottom center;
    padding-bottom: 15px;
    border-top: solid 3px #ffffff;
}

.picture-wrapper img {
    width: 100%;
    max-height: 265px;
}

.footer-wrapper {
    padding-top: 70px;
    background-color: #181c23;
    min-height: 250px;
    width: 100%;
    color: #ffffff;
}

.footer-wrapper a {
    /*color: #5ab8e6;*/
    /*text-decoration: underline;*/
    /*font-weight: 300;*/
    /*border-bottom: none;*/
    /*display: inline-block;*/
    /*padding: 0;*/
    /*line-height: 16px;*/
}

.footer-wrapper a:hover {
    color: #ff6600;
    text-decoration: underline;
}

.footer-wrapper .footer-content {
    min-height: 180px;
}

.footer-wrapper .footer-content .logo {
    padding: 20px 0 10px 0;
}

.footer-wrapper .footer {
    font-size: 14px;
    color: #8b8c8e;
    padding: 30px;
    line-height: 20px;
    min-height: 70px;
}

a.goal-phone {
    position: relative;
}

a.goal-phone:after {
    position: absolute;
    top: 0;
    right: -75%;
    font-size: .75em;
    line-height: 2em;
    text-align: right;
    content: "Показать телефон";
    background: url(../images/mask.png) no-repeat 30% 50%;
    height: 100%;
    width: 300px;
    background-size: cover;
    padding: 0;
    /* Поля вокруг текста */
}

a.goal-phone.small:after {
    font-size: 1em;
    line-height: 1.5em;
    width: 160px;
}

a.goal-phone.opened:after {
    background: transparent;
    content: " ";
}

.footer-wrapper a.goal-phone {
    position: relative;
}

.footer-wrapper a.goal-phone:after {
    background: transparent;
    content: " ";
}

@media (max-width: 768px) {
    a.goal-phone {
        position: relative;
        white-space: nowrap;
    }

    a.goal-phone:after {
        background: transparent;
        content: " ";
        width: 0;
        height: 0;
    }

    #request .request-wrapper {
        min-height: 385px;
        padding-top: 75px;
    }

    #request .request-wrapper h2 {
        font-size: 24px;
        line-height: 36px;
        height: 90px;
    }

    .page-title .content {
        font-size: 18px;
        line-height: 24px;
    }

    .blue-wrapper .how-to {
        padding: 0;
    }

    .blue-wrapper .how-to .steps {
        padding: 10px 0;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
        font-family: "PF DinText Cond Pro", "Arial Narrow";
    }

    .blue-wrapper .how-to .steps .pencil {
        background: url(../images/ico-next.png) no-repeat 100% 32px;
    }

    .blue-wrapper .how-to .steps .pencil .icon {
        background: url(../images/ico-pencil-round.png) no-repeat top center;
        height: 100px;
    }

    .blue-wrapper .how-to .steps .pencil .next {
        background: transparent;
        padding-bottom: 20px;
    }

    .blue-wrapper .how-to .steps .phone {
        background: transparent;
    }

    .blue-wrapper .how-to .steps .phone.col-xs-4 {
        background: url(../images/ico-next.png) no-repeat 100% 32px;
    }

    .blue-wrapper .how-to .steps .phone .icon {
        background: url(../images/ico-phone-round.png) no-repeat top center;
        height: 100px;
    }

    .blue-wrapper .how-to .steps .phone .next {
        background: transparent;
        padding-bottom: 20px;
    }

    .blue-wrapper .how-to .steps .speak {
        background: url(../images/ico-next.png) no-repeat 100% 32px;
    }

    .blue-wrapper .how-to .steps .speak .icon {
        background: url(../images/ico-dialog-round.png) no-repeat top center;
        height: 100px;
    }

    .blue-wrapper .how-to .steps .speak .next {
        background: transparent;
        padding-bottom: 20px;
    }

    .blue-wrapper .how-to .steps .buy {
        background: transparent;
    }

    .blue-wrapper .how-to .steps .buy .icon {
        background: url(../images/ico-buy-round.png) no-repeat top center;
        height: 100px;
    }

    .blue-wrapper .how-to .steps .buy .next {
        background: transparent;
        padding-bottom: 20px;
    }
}

.alert-cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0 !important;
    text-align: center;
    display: none;
}

.panel-wrapper {
    padding: 10px;
}

.panel-wrapper .panel {
    text-align: center;
    padding: 10px;
    background: url(../images/gost-bg.jpg) no-repeat;
    min-height: 460px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.panel-wrapper .panel img.image {
    width: 100%;
    max-width: 280px;
    border-radius: 10px;
}

.panel-wrapper .panel .btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
    display: inline-block;
    color: #000000;
    font-family: "PF DinText Cond Pro", "Arial Narrow";
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    background: url(../images/radio-bg.png) repeat-x 0 0;
    border: none;
    width: 200px;
    text-decoration: none;
}

.panel-wrapper .panel .btn:hover {
    background-position: 0 -100px;
    color: #ffffff !important;
}

.testimonial {
    margin-bottom: 1em;
}

.testimonial .author {
    font-style: italic;
}

.testimonial blockquote p {
    margin: 0;
}

.number-type-container .image {
    border: solid 1px #ccc;
    border-radius: 10px;
}

.number-type-container .important {
    padding: 10px;
    background: url(../images/title-bg.png) repeat-x bottom left;
    margin: 1em 0;
    border: solid 1px #ccc;
    border-radius: 10px;
}

.number-type-container #request_lite {
    background: #007fbd;
    border: solid 1px #3097c9;
    min-height: 500px;
    padding: 0 1em;
}

.number-type-container #request_lite h2 {
    text-align: center;
    color: #ffffff;
}

.number-type-container #request_lite .checkbox-inline a {
    color: #ffffff;
}

.number-type-container #request_lite .checkbox-inline a:hover {
    color: #ffffff;
}

.number-type-container #request_lite .small {
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 5px 0;
}

.number-type-container #request_lite .form-group label {
    color: #ffffff;
}

.number-type-container #request_lite .form-group .btn {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    min-width: 180px;
}

.number-type-container #request_lite .form-group .btn:hover {
    color: #000;
}


.city-select {

}

.city-select span {

}

.icon-bar {
    background-color: #ffffff;
}


.city-nav {
    padding-top: 20px;
    padding-bottom: 5px;
}

.city-nav a.city-link {
    padding: 3px;
    border-radius: 5px;
    display: inline-block;
    border-bottom: none;
    font-family: "PF DinText Cond Pro", Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    color: #6f848f;
    margin: 5px 8px 5px 8px;
    text-decoration: none;
}

.city-nav a.city-link table {
    border: solid 1px #bfcdd5;
    margin: 0;
}

.city-nav a.city-link table td {
    border: solid 1px #bfcdd5;
    border-radius: 3px;
    padding: 3px 3px 1px 3px;
}

.city-nav a.city-link table td.title {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    padding: 5px 5px 3px 5px;
}

.city-nav a.city-link:hover,
.city-nav a.city-link.active {
    text-decoration: none;
    background: #0084c4;
    color: #ffffff;
}

.city-nav a.city-link:hover table,
.city-nav a.city-link.active table {
    border: solid 1px #4da9d6;
    border-radius: 3px;
}

.city-nav a.city-link:hover table td,
.city-nav a.city-link.active table td {
    border: solid 1px #4da9d6;
    color: #ffffff;
}

.tabs-wrapper {
    background: #dfe5ed;
    border-bottom: solid 3px #006ea4;
}

.tabs-wrapper .tabs {
    height: 32px;
    position: relative;
}

.tabs-wrapper .tabs .tab {
    background: url("../images/tab.png") no-repeat 0 0;
    background-size: contain;
    width: 221px;
    height: 32px;
    text-align: center;
    font-family: "PF DinText Cond Pro", "Arial Narrow";
    color: #ffffff;
    text-transform: uppercase;
    line-height: 32px;
    font-size: 18px;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 50%;
    text-decoration: none;
}

.tabs-wrapper .tabs .tab.left {
    margin-left: -214px;
}

.tabs-wrapper .tabs .tab.right {
    margin-left: -7px;
}

.tabs-wrapper .tabs .tab.active {
    background: url("../images/tab-active.png") no-repeat 0 0;
    z-index: 10;
}

.go-to-top {
    font-family: 'Stem';
    background-color: #ff7449;
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none !important;
    z-index: 110;
}

.go-to-top.btn-lg {
    padding: 5px 15px;
}

@media (max-width: 992px) {
    .header-wrapper {
        background: transparent url(../images/header-wrapper-half-bg.png) no-repeat -110px 100%;
    }

    .header-wrapper {
        text-align: center;
        min-width: 200px;
    }

    .header-wrapper {
        width: 144px;
        height: 38px;
    }

    .header-wrapper {
        margin-left: 0;
        line-height: 3em;
        width: 200px;
        text-align: center;
        font-size: 14px;
    }

    .header-wrapper {
        display: inline-block;
        border-bottom: dotted 1px #eeeeee;
        line-height: .75em;
    }

    .header-wrapper {
        width: auto;
    }

    .header-wrapper {
        font-family: "PF DinText Cond Pro", "Arial Narrow";
    }

    .header-wrapper . {
        font-weight: bold;
        white-space: nowrap;
        font-size: 14px;
        padding: 5px 6px;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        letter-spacing: -1px;
        line-height: 34px;
        display: inline-block;
    }

    .header-wrapper {
        background: url(../images/nav-hover-bg.png) repeat-x 0 0;
    }

    .header-wrapper {
        padding: 12px 0 0 10px;
        min-height: 42px;
    }

    .header-wrapper {
        color: #707070;
        font-weight: 300;
        border-bottom: none;
        display: block;
        padding: 0 20px 0 0;
        line-height: .9em;
        font-size: 14px;
        text-decoration: underline;
    }

    .header-wrapper {
        display: block;
        /*border-bottom: solid 1px #d2d3d4;*/
    }

    .header-wrapper {
        color: #ff4000;
        text-decoration: underline;
        border-bottom: none;
    }
}

@media (max-width: 768px) {
    .header-wrapper {
        background: #007fbd;
    }

    .header-wrapper {
        background: transparent;
    }

    .header-wrapper {
        text-align: center;
        background: #007fbd;
    }

    .header-wrapper {
        top: 0;
        left: 10px;
    }

    .header-wrapper {
        background: #004b73;
        border: none;
    }

    .header-wrapper {
        text-align: center;
        min-width: 0;
    }

    .header-wrapper . {
        width: 144px;
        height: 38px;
    }

    .header-wrapper {
        width: 50%;
        margin-left: -15px;
        margin-right: 0;
    }

    .header-wrapper {
        font-family: "PF DinText Cond Pro", "Arial Narrow";
    }

    .header-wrapper {
        font-weight: bold;
        white-space: nowrap;
        font-size: 14px;
        padding: 2px 10px;
        box-sizing: border-box;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        letter-spacing: -1px;
        line-height: 35px;
        display: block;
    }

    .header-wrapper {
        background: transparent;
        text-decoration: underline;
    }

    .header-wrapper {
        font-family: "PF DinText Cond Pro", "Arial Narrow";
        padding: 0;
        border-left: solid 1px #007fbd;
    }

    .header-wrapper {
        font-weight: bold;
        box-sizing: border-box;
        white-space: nowrap;
        font-size: 14px;
        padding: 2px 10px;
        text-transform: uppercase;
        color: #ffffff;
        text-decoration: none;
        letter-spacing: -1px;
        line-height: 35px;
        display: block;
    }

    .header-wrapper {
        display: inline;
    }

    .header-wrapper {
        background: transparent;
        text-decoration: underline;
    }

    .tabs-wrapper {
        border-bottom: solid 2px #006ea4;
    }

    .tabs-wrapper .tabs {
        height: 22px;
        position: relative;
    }

    .tabs-wrapper .tabs .tab {
        background: url("../images/tab.png") no-repeat 0 0;
        background-size: contain;
        width: 152px;
        height: 22px;
        text-align: center;
        font-family: "PF DinText Cond Pro", "Arial Narrow";
        color: #ffffff;
        text-transform: uppercase;
        line-height: 22px;
        font-size: 14px;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 50%;
        text-decoration: none;
    }

    .tabs-wrapper .tabs .tab.left {
        margin-left: -147px;
    }

    .tabs-wrapper .tabs .tab.right {
        margin-left: -5px;
    }

    .tabs-wrapper .tabs .tab.active {
        background: url("../images/tab-active.png") no-repeat 0 0;
        background-size: contain;
        z-index: 10;
    }
}

#request form {
    margin-bottom: 0;
}

#request .number-container {
    background: url(../images/checked-large.png) no-repeat 100% 500px;
    margin: 0 auto;
    width: 450px;
    padding-top: 20px;
    margin-bottom: 10px;
}

#request .number-container .plate {
    width: 364px;
    height: 87px;
    padding: 4px;
    background: #ececec url(../images/plate-bg.png) repeat-x bottom left;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
}

#request .number-container .plate .number-frame {
    border: solid 4px #000000;
    border-radius: 8px 0 0 8px;
    width: 264px;
    height: 80px;
    float: left;
    padding: 0 0 0 4px;
    overflow: hidden;
}

#request .number-container .plate .number-frame input {
    border: none;
    background: transparent;
    width: 256px;
    font-family: "PF DinText Pro", "Arial Narrow";
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase !important;
    outline: none;
    color: #000000;
    font-size: 74px;
    line-height: 74px;
    height: 74px;
    padding: 0;
    letter-spacing: .05em;
    text-shadow: 1px 0 #a6a6a6;
}

#request .number-container .plate .number-frame input.empty {
    text-shadow: 0 -1px #ededed;
}

#request .number-container .plate .region-frame {
    border: solid 4px #000000;
    border-left: none;
    border-radius: 0 8px 8px 0;
    margin-left: 264px;
    width: 92px;
    height: 80px;
    padding-left: 2px;
    background: url(../images/rus.png) no-repeat bottom center;
    background-size: contain;
}

#request .number-container .plate .region-frame.flag {
    background: url(../images/flag.png) no-repeat bottom center;
    background-size: contain;
}

#request .number-container .plate .region-frame input {
    border: none;
    background: transparent;
    width: 86px;
    font-family: "PF DinText Pro", "Arial Narrow";
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase !important;
    outline: none;
    color: #000000;
    font-size: 48px;
    line-height: 48px;
    height: 48px;
    padding: 0;
    text-shadow: 1px 0 #a6a6a6;
    cursor: pointer;
}

#request .number-container .plate .region-frame input.empty {
    text-shadow: 0 -1px #ededed;
}

#request .number-container .plate .regions {
    border: solid 3px #0074ad;
    border-radius: 5px;
    background: #ffffff;
    position: absolute;
    top: 4px;
    left: 100%;
    margin-left: -8px;
    font-size: 46px;
    line-height: 46px;
    font-family: 'PF DinText Pro', 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    padding: 2px 4px 0 4px;
    display: block;
    z-index: 10;
}

#request .number-container .plate .regions a {
    display: inline-block;
    color: #79888a;
    margin-left: 3px;
    margin-right: 3px;
    border-bottom: none;
    padding: 0 3px;
    cursor: pointer;
    z-index: 99;
    text-decoration: none;
}

#request .number-container .plate .regions a:hover {
    color: #0074ad;
    border-bottom: none;
    text-decoration: none;
}

#request .number-container .kind {
    font-family: "PF DinText Cond Pro", 'Arial Narrow';
    font-weight: normal;
    font-size: 27px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 10px 30px;
}

#request .number-container .kind .description {
    font-family: 'Circe', Verdana, Tahoma, "DejaVu Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-transform: none;
    padding: 10px 0;
}

#request .number-container.checked {
    background-position: 100% 25px;
}

#request .number-container.square.checked {
    background-position: 80% 60px;
}

/*number-conteiner*/

#request .number-container.square .plate {
    width: 194px; /*194*/
    height: 160px; /*160*/
}

#request .number-container.square .plate .number-frame {
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    width: 186px;
    height: 76px;
    float: none;
    padding: 0 0 0 4px;
}

.number-frame-kvadro {
    border: solid 2px black;
    border-radius: 0 0 8px 8px;
    border-top: none;
    width: 186px;
    height: 76px;
    float: none;
    padding: 0 0 0 4px;
}

.number-frame-kvadro input {
    width: 174px;
    font-family: "PF DinText Pro", "Arial Narrow";
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase !important;
    outline: none;
    color: #000000;
    font-size: 74px;
    line-height: 74px;
    height: 74px;
    padding: 0;
    letter-spacing: .05em;
    background: transparent;
    border: none;
    text-shadow: 1px 0 #a6a6a6;
}

#request .number-container.square .plate .number-frame input {
    width: 174px;
    font-family: "PF DinText Pro", "Arial Narrow";
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase !important;
    outline: none;
    color: #000000;
    font-size: 74px;
    line-height: 74px;
    height: 74px;
    padding: 0;
    letter-spacing: .05em;
    text-shadow: 1px 0 #a6a6a6;
}

#request .number-container.square .plate .number-frame input.empty {
    text-shadow: 0 -1px #ededed;
}

#request .number-container.square .plate .letters-frame {
    border: solid 4px #000000;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 8px;
    width: 94px;
    height: 76px;
    float: left;
    padding: 0 0 0 6px;
}

/*new type*/
#request .number-container.square.japan .plate .letters-frame {
    width: 107px;
    height: 67px;
}


#request .number-container.square .plate .letters-frame input {
    border: none;
    background: transparent;
    width: 86px;
    font-family: "PF DinText Pro", "Arial Narrow";
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase !important;
    outline: none;
    color: #000000;
    font-size: 74px;
    line-height: 74px;
    height: 74px;
    padding: 0;
    text-shadow: 1px 0 #a6a6a6;
    cursor: pointer;
}

#request .number-container.square .plate .letters-frame input.empty {
    text-shadow: 0 -1px #ededed;
}

#request .number-container.square .plate .region-frame {
    border: solid 4px #000000;
    border-radius: 8px 0 8px 0;
    margin-left: 94px;
    width: 92px;
    height: 76px;
    padding-left: 2px;
    background: transparent;
    position: relative;
}

.region-frame-kvadro {
    border: solid 4px #000000;

    border-radius: 0 8px 0 0;
    margin-left: 94px;
    width: 92px;
    height: 76px;
    padding-left: 2px;
    background: transparent;
    position: relative;
}

.region-frame-kvadro .rus {
    height: 15px;
    width: 70px;
    position: absolute;
    bottom: -10px;
    left: -5px;
    background: #e9e9e9 url(../images/rus-small-f.png) no-repeat top right;
    background-size: contain;
    padding-left: 5px;
}

.region-frame-kvadro .rus-nf {
    height: 15px;
    width: 60px;
    position: absolute;
    bottom: -10px;
    left: -5px;
    background: #e9e9e9 url(../images/rus-small.png) no-repeat center center;
    background-size: contain;
    padding-left: 5px;
}

#request .number-container.square .plate .region-frame .rus {
    height: 20px;
    width: 50px;
    position: absolute;
    bottom: -10px;
    left: -4px;
    background: #e9e9e9 url(../images/rus-small-f.png) no-repeat top left;
    background-size: contain;
}

.region-frame-kvadro input {
    /*width: 86px;*/
    font-family: "PF DinText Pro", "Arial Narrow";
    font-size: 74px;
    line-height: 74px;
    height: 74px;
    background: transparent;
    border: none;
}

#request .number-container.square .plate .region-frame input {
    width: 86px;
    font-size: 74px;
    line-height: 74px;
    height: 74px;
}
#request .number-container.square.japan .region-frame input {
    width: 86px;
    font-size: 50px;
    line-height: 60px;
    height: 60px;
}

#request .number-container.square .regions {
    top: 90px;
}

#request .number-container.square .regions-kvadro {
    top: 5px;
}

#request .number-container.square.japan .region-frame .rus-flag {
    /*height: 8px;*/
    /*width: 35px;*/
    /*position: absolute;*/
    /*top: 54px;*/
    /*left: 28px;*/
    /*background: #e9e9e9 url(../images/rus-flag.png) no-repeat top left;*/
    /*background-size: contain;*/
    height: 9px;
    width: 40px;
    position: absolute;
    top: 42px;
    left: 16px;
    background: #e9e9e9 url(../images/rus-flag.png) no-repeat top left;
    background-size: contain;
}

.rus-1 {
    height: 20px;
    width: 50px;
    position: absolute;
    top: 40px;
    left: 15px;

    background: transparent url(../images/rus-small.png) no-repeat top left;
    background-size: contain;
}



#request .number-container.square.small .plate {
    height: 130px;
    width: 164px;
}

#request .number-container.square.japan .plate {
    height: 130px;
    width: 194px;
}

#request .number-container.square.small .plate .number-frame {
    width: 156px;
    height: 61px;
}

#request .number-container.square.japan .plate .number-frame {
    width: 185px;
    height: 58px;
}

#request .number-container.square.small .plate .number-frame input {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    width: 144px;
}
/*new type*/
#request .number-container.square.japan .plate .number-frame input {
    font-size: 65px;
    line-height: 65px;
    height: 55px;
    width: 174px;
    padding-left: 5px;
}

#request .number-container.square.small .plate .regions {
    top: 65px;
}
/*new type*/
#request .number-container.square.japan .plate .regions {
    top: 65px;
}

#request .number-container.square.small .plate .letters-frame {
    width: 78px;
    height: 61px;
}


#request .number-container.square.small .plate .letters-frame input {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    width: 72px;
}

/*new type*/

#request .number-container.square.japan .plate .letters-frame input {
    font-size: 74px;
    line-height: 74px;
    height: 58px;
    width: 174px;
    padding-left: 5px;
}

#request .number-container.square.small .plate .region-frame {
    width: 78px;
    height: 61px;
    margin-left: 78px;
}

/*new type*/

#request .number-container.square.japan .plate .region-frame {
    width: 78px;
    height: 67px;
    margin-left: 107px;
}

#request .number-container.square.small .plate .region-frame .rus-flag {
    height: 8px;
    width: 35px;
    position: absolute;
    top: -5px;
    left: 8px;
    background: #e9e9e9 url(../images/rus-flag.png) no-repeat top left;
    background-size: contain;
}

.rus-flag-kvadro {
    height: 15px;
    width: 35px;
    position: absolute;
    bottom: -5px;
    left: 8px;
    background: #e9e9e9 url(../images/rus-flag.png) no-repeat center left;
    background-size: contain;
}

#request .number-container.square.small .plate .region-frame input {
    font-size: 60px;
    line-height: 60px;
    height: 60px;
    width: 66px;
    overflow: hidden;
}

/*new type*/
#request .number-container.square.japan .plate .region-frame input {
    font-size: 40px;
    line-height: 40px;
    height: 50px;
    width: 66px;
    overflow: hidden;
}

#request .details-text {
    font-family: 'Stem';
    font-size: calc(12px + 17 * (100vw / 1320));
    color: #ffffff;
    text-align: center;
    padding: 0 0 25px 0;
}

#request .title {
    font-family: 'Stem';
    text-align: center;
    line-height: 34px;
    font-weight: 300;
    font-size: calc(12px + 17 * (100vw / 1320));
    letter-spacing: -0.01em;
    margin: 0;
    color: #ffffff;
    padding: 20px 0 10px 0;
}

#request .title-price {
    font-family: 'Stem';
    text-align: center;
    line-height: 34px;
    font-weight: 300;
    font-size: calc(12px + 12 * (100vw / 1320));
    letter-spacing: -0.01em;
    margin: 0;
    margin-bottom: 20px;
    color: #ffffff;
    padding: 0;
}

#request .dop-title {
    display: block;
    font-family: 'Stem';
    text-align: center;
    line-height: 34px;
    font-weight: 300;
    font-size: calc(12px + 10 * (100vw / 1320));
    letter-spacing: -0.01em;
    margin: 0;
    margin-bottom: 30px;
    color: #ffffff;
    padding: 20px 0 10px 0;
}

#request .subtitle {
    text-align: center;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: -0.01em;
    margin: 10px 0 20px 0;
    color: #ffffff;
}

#request .subtitle > div {
    font-weight: 300;
    font-size: 14px;
}

#request .input-container {
    border: solid 1px white;
    min-height: 45px;
    width: 100%;
    margin: 0 0 8px 0;
    padding: 6px 15px;
    border-radius: 8px;
    background-color: white;
    position: relative;
}

#request .input-container.valid {
    background-position: 100% 8px;
}

#request .input-container .prefix {
    position: absolute;
    top: 0;
    right: 100%;
    height: 33px;
    padding: 6px;
    color: #1c2129;
}

#request .input-container input {
    height: 21px;
    border: none;
    width: 100%;
    background: transparent;
    color: #1c2129;
    font-size: 16px;
    line-height: 21px;
    outline: none !important;
    margin: 0;
    padding: 0;
}

#request .input-container textarea {
    height: 182px;
    border: none;
    width: 100%;
    background: transparent;
    color: #1c2129;
    font-size: 16px;
    line-height: 21px;
    outline: none !important;
    margin: 0;
    padding: 0;
}

#request .shipping input[type="radio"] {
    display: none;
}

#request .shipping label.btn {
    color: white;
    font-size: 16px;
    background-color: #181c23;
    border: none;
    width: 160px;
    height: 80px
}

#request .shipping .or {
    line-height: 32px;
}

#request .shipping .price {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #878787;
    font-size: 14px;
}

#request .shipping input[type="radio"]:checked + label {
    /*background-position: 0 -100px;*/
    border: solid 2px #ff7449;
    color: #ffffff !important;
}

#request .shipping .pickup-selector label {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: solid 1px #181c23;
    padding: 15px;
    background-color: #181c23;
    text-align: center;
    border-radius: 5px;
    line-height: 16px;
    cursor: pointer;
    color: #757575;
    font-size: 15px;
    /*min-height: 200px;*/
    min-width: 320px;
}

#request .shipping .pickup-selector label .subtitle {
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: calc(15px + 1.5 * (100vw / 1320));
    line-height: 25px;
    /*margin-bottom: 15px;*/
}

#request .shipping .pickup-selector label .subtitle div {
    font-size: calc(12px + 1.5 * (100vw / 1320));
    font-weight: 300;
    color: #757575;
}

#request .shipping .pickup-selector input[type="radio"]:checked + label {
    border: solid 2px #ff7449;
    color: #ffffff !important;
}

#request .shipping .pickup-selector input[type="radio"]:checked + label .subtitle {
    color: #ffffff !important;
}

#request .shipping .pickup-selector input[type="radio"]:checked + label .subtitle div {
    /*color: #ffffff!important;*/
}

#request .quantity input[type="radio"] {
    display: none;
}

#request .quantity label.btn {
    /*display: block;*/
    color: white;
    font-size: 16px;
    background-color: #181c23;
    border: none;
    width: 160px;
    height: 80px;
    /*margin: 0 auto;*/
}

#request .quantity .or {
    line-height: 32px;
}

#request .quantity .price {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #878787;
    font-size: 14px;
}

#request .quantity input[type="radio"]:checked + label {
    /*background-position: 0 -100px;*/
    border: solid 2px #ff7449;
    color: #ffffff !important;
}

#request .quantity .robokassa {
    padding: 0;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    color: #878787;
    font-size: 14px;
    background: url(../images/form-robo.png) no-repeat 50% 20px;
    background-size: contain;
    max-width: 200px;
}

#request .kind-selector {
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    padding-top: 30px;
/*    padding-bottom: 50px;*/
}

#request .kind-selector input[type="radio"] {
    display: none;
}

#request .kind-selector label {
    font-family: 'Stem';
    font-size: 16px;
    font-weight: normal;
    /*line-height: 20px;*/
    width: 234px;
    min-height: 220px;
    display: block;
    border: solid 2px #181c23;
    padding: 24px;
    border-radius: 6px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: #181c23;
    outline: none;
    /*margin: 0 auto;*/
    margin-right: 20px;
    margin-bottom: 20px;
}

.type-suvenir {
    font-family: 'Stem';
    font-size: 16px;
    font-weight: normal;
    /*line-height: 20px;*/
    width: 234px;
    min-height: 220px;
    display: block;
    border: solid 2px #181c23;
    padding: 24px;
    border-radius: 6px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: #181c23;
    outline: none;
    /*margin: 0 auto;*/
    margin-right: 20px;
    margin-bottom: 20px;
}

.kind-price {
    font-size: 16px;
    color: #8b8c8e;
}

#request .kind-selector label .plate {
    background: #ececec url(../images/plate-bg.png) repeat-x bottom left;
    color: #595959;
    text-shadow: 0 -1px #ededed;
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase !important;
    padding: 3px;
    border-radius: 4px;
    width: 150px;
    margin: 0 auto 5px auto;
}

#request .kind-selector label .plate .number-frame {
    float: left;
    overflow: hidden;
    border: solid 2px #000000;
    border-radius: 4px 0 0 4px;
    width: 108px;
    height: 32px;
    padding: 0 0 0 2px;
    font-size: 30px;
    line-height: 30px;
}

#request .kind-selector label .plate .region-frame {
    border: solid 2px #000000;
    border-left: none;
    border-radius: 0 4px 4px 0;
    margin-left: 108px;
    width: 36px;
    height: 32px;
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
    background: url(../images/rus.png) no-repeat bottom center;
    background-size: contain;
}

#request .kind-selector label .plate .region-frame.flag {
    background: url(../images/flag.png) no-repeat bottom center;
    background-size: contain;
}

#request .kind-selector label .plate.square {
    width: 78px;
    height: 70px;
    position: relative;
}

#request .kind-selector label .plate.square .number-frame {
    float: none;
    overflow: hidden;
    border: solid 2px #000000;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    width: 72px;
    height: 32px;
    font-size: 28px;
    line-height: 30px;
    padding: 0;
}

#request .kind-selector label .plate.square .letters-frame {
    border: solid 2px #000000;
    padding-top: 2px;
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 4px;
    float: left;
    width: 36px;
    height: 32px;
    font-size: 28px;
    line-height: 30px;
}

.letters-frame-kvadro {
    border: solid 2px #000000;
    padding-bottom: 2px;
    border-right: none;
    border-bottom: none;
    border-radius: 8px 0 0 0;
    float: left;
    width: 94px;
    height: 76px;
    font-size: 28px;
    line-height: 30px;
}

.letters-frame-kvadro input {
    border: none;
    background: transparent;
    width: 86px;
    font-family: "PF DinText Pro", "Arial Narrow";
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase !important;
    outline: none;
    color: #000000;
    font-size: 74px;
    line-height: 74px;
    height: 74px;
    padding: 0;
    padding-left: 10px;
    text-shadow: 1px 0 #a6a6a6;
    cursor: pointer;

}

#request .kind-selector label .plate.square .region-frame {
    border: solid 2px #000000;
    border-radius: 4px 0 4px 0;
    margin-left: 36px;
    width: 36px;
    height: 32px;
    font-size: 28px;
    line-height: 30px;
    background: transparent;
    position: relative;
    padding-top: 2px;
}

#request .kind-selector label .plate.square .region-frame .rus {
    background: url(../images/rus-extra-small.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: -3px;
    left: 0px;
    height: 6px;
    width: 20px;
    display: block;

    /*background: #ececec url(../images/rus-small.png) no-repeat top left;*/
    /*background-size: contain;*/
    /*position: absolute;*/
    /*top: -5px;*/
    /*left: -2px;*/
    /*height: 10px;*/
    /*width: 26px;*/
    /*display: block;*/
}

#request .kind-selector label .plate.square.new-gost .region-frame {
    font-size: 20px;
    line-height: 22px;
}

#request .kind-selector label .plate.square.new-gost .region-frame .rus {
    background: url(../images/rus-extra-small.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 22px;
    left: 6px;
    height: 6px;
    width: 20px;
    display: block;
}

#request .kind-selector label .plate.square.small {
    width: 58px;
    height: 50px;
}

#request .kind-selector label .plate.square.small .number-frame {
    width: 52px;
    height: 18px;
    font-size: 22px;
    line-height: 18px;
}

#request .kind-selector label .plate.square.small .letters-frame {
    width: 28px;
    height: 26px;
    font-size: 24px;
    line-height: 24px;
}

#request .kind-selector label .plate.square.small .region-frame {
    margin-left: 28px;
    width: 24px;
    height: 26px;
    font-size: 20px;
    line-height: 24px;
}

#request .kind-selector label .plate.square.small .region-frame .rus {
    background: url(../images/rus-extra-small.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    top: -3px;
    left: 0px;
    height: 6px;
    width: 20px;
    display: block;
}

#request .kind-selector input[type="radio"]:checked + label {
    /*padding: 5px 5px 0 5px;*/
    border: solid 2px #ff7449 !important;
    /*color: #0074ad!important;*/
}

#request .kind-selector a.souvenir {
    font-family: "Stem", "Arial Narrow";
    margin: 0 auto;
    max-width: 230px;
    font-size: 16px;
    /*line-height: 20px;*/
    text-decoration: none;
    display: block;
    border: none;
    /*padding: 24px;*/
    border-radius: 6px;
    color: white;
    text-align: center;
    cursor: pointer;
    background: transparent;
    outline: none;
    font-weight: normal;
}

#request .kind-selector a.souvenir .plate {
    background: #006fa5;
    color: #ffffff;
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase !important;
    padding: 3px;
    border-radius: 4px;
    width: 150px;
    margin: 0 auto 5px auto;
}

#request .kind-selector a.souvenir .plate .number-frame {
    float: left;
    overflow: hidden;
    border: solid 2px #000000;
    border-radius: 4px 0 0 4px;
    width: 108px;
    height: 32px;
    padding: 0 0 0 2px;
    font-size: 28px;
    line-height: 30px;
}

#request .kind-selector a.souvenir .plate .region-frame {
    border: solid 2px #000000;
    border-left: none;
    border-radius: 0 4px 4px 0;
    margin-left: 108px;
    width: 36px;
    height: 32px;
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
    background: url(../images/flag-white.png) no-repeat bottom center;
    background-size: contain;
}

#request .insurance-wrapper {
    padding: 0;
}

#request .insurance-wrapper .frames-padding {
    height: 30px;
}

#request .insurance-wrapper .container.frames {
    padding-top: 50px;
    padding-bottom: 25px;
}

#request .insurance-wrapper .container.frames input[type="radio"] {
    display: none;
}

#request .insurance-wrapper .container.frames label.frame-item {
    font-family: 'Stem';
    font-size: 11px;
    line-height: 14px;
    letter-spacing: -0.05em;
    max-width: 162px;
    display: block;
    border: none;
    padding: 6px 6px 1px 6px;
    border-radius: 6px;
    color: white;
    text-align: center;
    cursor: pointer;
    background: transparent;
    outline: none;
    text-transform: uppercase;
    margin: 0 auto 10px auto;
}

#request .insurance-wrapper .container.frames label.frame-item a {
    text-decoration: none;
    outline: none !important;
}

#request .insurance-wrapper .container.frames label.frame-item img {
    width: 100%;
}

#request .insurance-wrapper .container.frames label.frame-item .frame-title {
    padding: 5px 0;
}

#request .insurance-wrapper .container.frames label.frame-item .price {
    font-family: 'Circe', Verdana, Tahoma, "DejaVu Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#request .insurance-wrapper .container.frames input[type="radio"]:checked + label.frame-item {
    padding: 5px 5px 0 5px;
    border: solid 1px #ff7449 !important;
    /*color: #0074ad!important;*/
}

#request .insurance-wrapper .container.frames .description {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    color: white;
}

#request .insurance-wrapper .container.frames .frame-count input[type="radio"] {
    display: none;
}

#request .insurance-wrapper .container.frames .frame-count label.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    background-color: #181c23;
    border: solid 2px #181c23;
    border-radius: 7px;
    width: 160px;
    height: 80px;
}

#request .insurance-wrapper .container.frames .frame-count .or {
    line-height: 32px;
}

#request .insurance-wrapper .container.frames .frame-count .price {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #878787;
    font-size: 14px;
}

#request .insurance-wrapper .container.frames .frame-count input[type="radio"]:checked + label {
    border-color: #ff7449;
    color: #ffffff !important;
}

#request .insurance-wrapper .container.documents {
    padding-top: 10px;
    /*padding-bottom: 15px;*/
    /*background-color: #181c23;*/
}

#request .insurance-wrapper .container.documents .passport {
    /*background: url(../images/docs-passport.png) no-repeat 0 0;*/
    /*padding-left: 80px;*/
    font-size: calc(12px + 3 * (100vw / 1320));
    color: white;
    line-height: 1.1em;
    /*padding-bottom: 20px;*/
    font-weight: 300;
    overflow-wrap: break-word;
    width: 100%;
}

#request .insurance-wrapper .container.documents .pts {
    /*background: url(../images/docs-pts.png) no-repeat 0 0;*/
    /*padding-left: 80px;*/
    font-size: calc(12px + 3 * (100vw / 1320));
    color: white;
    line-height: 1.1em;
    /*padding-bottom: 20px;*/
    font-weight: 300;
}

#request .actions-wrapper {
    min-width: 350px;
    background-color: #181c23;
}

#request .actions-wrapper .title {
    color: white;
    font-size: 16px;
    font-weight: normal;
}

#request .actions-wrapper .itogo {
    color: #ffffff;
    padding: 0 0 10px 0;
}

#request .actions-wrapper .privacy {
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    /*padding: 0 0 35px 0;*/
}

#request .actions-wrapper .privacy > label > input {
    display: none;
}

#request .actions-wrapper .btn {
    background-color: #ff7449;
    border-radius: 7px;
    height: 55px;
    width: 230px;
    font-size: 18px;
    color: white;
    margin-bottom: 20px;
}

#request .actions-wrapper .btn:hover {
    background: url(../images/btn-bg.png) repeat-x 0 -100px;
    color: #ffffff;
}

#request .actions-wrapper .number {
    font-family: "PF DinText Pro", "Arial Narrow";
    background-color: #181c23;
    max-width: 162px;
    min-height: 80px;
    display: block;
    border: none;
    padding: 0 0 15px 0;
    text-align: center;
    margin: 0 auto;
}

#request .actions-wrapper .number .plate4,
#request .actions-wrapper .number .plate7,
#request .actions-wrapper .number .plate1,
#request .actions-wrapper .number .plate2,
#request .actions-wrapper .number .plate {
    /*background: url(../images/plate-bg.png) repeat-x bottom left;*/
    color: #000000;
    text-shadow: 0 -1px #ededed;
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase !important;
    padding: 3px;
    border-radius: 4px;
    width: 150px;
    margin: 0 auto;
}

#request .actions-wrapper .number .plate {
    background: url(../img/type1-clear.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#request .actions-wrapper .number .plate1 {
    background: url(../img/type1-nf-clear.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#request .actions-wrapper .number .plate2 {
    background: url(../img/type2-clear.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#request .actions-wrapper .number .plate7 .number-frame,
#request .actions-wrapper .number .plate2 .number-frame,
#request .actions-wrapper .number .plate1 .number-frame,
#request .actions-wrapper .number .plate .number-frame {
    float: left;
    overflow: hidden;
    /*border: solid 2px #000000;*/
    /*border-radius: 4px 0 0 4px;*/
    width: 108px;
    height: 32px;
    padding: 0 0 0 2px;
    font-size: 30px;
    line-height: 30px;
}

#request .actions-wrapper .number .plate2 .region-frame,
#request .actions-wrapper .number .plate1 .region-frame,
#request .actions-wrapper .number .plate .region-frame {
    /*border: solid 2px #000000;*/
    /*border-left: none;*/
    /*border-radius: 0 4px 4px 0;*/
    margin-left: 108px;
    width: 36px;
    height: 32px;
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
    /*background: url(../images/rus.png) no-repeat bottom center;*/
    /*background-size: contain;*/
}

#request .actions-wrapper .number .plate .region-frame.flag {
    /*background: url(../images/flag.png) no-repeat bottom center;*/
    /*background-size: contain;*/
}

#request .actions-wrapper .number.square .plate7,
#request .actions-wrapper .number.square .plate4 {
    width: 79px;
    height: 79px;
    position: relative;
    color: #000000;
    text-shadow: 0 -1px #ededed;
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase !important;
    padding: 3px;
    border-radius: 4px;
    margin: 0 auto;
}


#request .actions-wrapper .number.square .plate4 {
    background: url(../img/type4-clear.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#request .actions-wrapper .number.square.japan .plate7 {
    background: url(../img/type1a-clear.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#request .actions-wrapper .number.square.japan .plate7 .number-frame,
#request .actions-wrapper .number.square .plate4 .number-frame {
    float: none;
    overflow: hidden;
    /*border: solid 2px #000000;*/
    /*border-bottom: none;*/
    /*border-radius: 4px 4px 0 0;*/
    width: 73px;
    height: 33px;
    font-size: 28px;
    line-height: 30px;
    padding: 0;
}

#request .actions-wrapper .number.square .plate7 .letters-frame,
#request .actions-wrapper .number.square .plate4 .letters-frame {
    /*border: solid 2px #000000;*/
    padding-top: 2px;
    /*border-right: none;*/
    /*border-top: none;*/
    /*border-radius: 0 0 0 4px;*/
    float: left;
    width: 36px;
    height: 32px;
    font-size: 28px;
    line-height: 30px;
}


#request .actions-wrapper .number.square .plate4 .region-frame {
    /*border: solid 2px #000000;*/
    /*border-radius: 4px 0 4px 0;*/
    margin-left: 36px;
    width: 37px;
    height: 32px;
    font-size: 28px;
    line-height: 30px;
    background: transparent;
    position: relative;
    padding-top: 2px;
    z-index: 1;
}

#request .actions-wrapper .number.square.japan .plate7 .region-frame {
    /*border: solid 2px #000000;*/
    /*border-radius: 4px 0 4px 0;*/
    margin-left: 36px;
    width: 36px;
    height: 32px;
    font-size: 18px;
    line-height: 18px;
    background: transparent;
    position: relative;
    padding-top: 2px;
}


.popup-form .input-container {
    border: solid 1px #ffffff;
    width: 100%;
    margin: 0 0 8px 0;
    padding: 6px 15px;
    border-radius: 15px;
    background: url("../images/checked-small.png") no-repeat 100% 800px;
    position: relative;
}

.popup-form .input-container .prefix {
    position: absolute;
    top: 0;
    right: 100%;
    height: 33px;
    padding: 6px;
    color: #ffffff;
}

.popup-form .input-container input {
    height: 21px;
    border: none;
    width: 90%;
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    outline: none !important;
    margin: 0;
    padding: 0;
    /* Firefox 19+ */
    /* Firefox 18- */
}

.popup-form .input-container input::-webkit-input-placeholder {
    color: #dddddd;
}

.popup-form .input-container input::-moz-placeholder {
    color: #dddddd;
}

.popup-form .input-container input:-moz-placeholder {
    color: #dddddd;
}

.popup-form .input-container input:-ms-input-placeholder {
    color: #dddddd;
}

.popup-form .input-container textarea {
    border: none;
    width: 90%;
    background: transparent;
    color: #dddddd;
    font-size: 16px;
    line-height: 21px;
    outline: none !important;
    margin: 0;
    padding: 0;
    /* Firefox 19+ */
    /* Firefox 18- */
}

.popup-form .input-container textarea::-webkit-input-placeholder {
    color: #dddddd;
}

.popup-form .input-container textarea::-moz-placeholder {
    color: #dddddd;
}

.popup-form .input-container textarea:-moz-placeholder {
    color: #dddddd;
}

.popup-form .input-container textarea:-ms-input-placeholder {
    color: #dddddd;
}

#sell .bmw {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
}

#sell .bmw .number-container {
    background: url(../images/checked-large.png) no-repeat 100% 500px;
    margin: 0 auto;
    width: 450px;
    padding: 10px 0 10px 0;
}

#sell .bmw .number-container .plate {
    width: 364px;
    height: 87px;
    padding: 4px;
    background: #ececec url(../images/plate-bg.png) repeat-x bottom left;
    border-radius: 8px;
    margin: 0 auto;
    position: relative;
}

#sell .bmw .number-container .plate .number-frame {
    border: solid 4px #000000;
    border-radius: 8px 0 0 8px;
    width: 264px;
    height: 80px;
    float: left;
    padding: 0 0 0 4px;
    overflow: hidden;
}

#sell .bmw .number-container .plate .number-frame input {
    border: none;
    background: transparent;
    width: 256px;
    font-family: "PF DinText Pro", "Arial Narrow";
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase !important;
    outline: none;
    color: #000000;
    font-size: 74px;
    line-height: 74px;
    height: 74px;
    padding: 0;
    letter-spacing: .05em;
    text-shadow: 1px 0 #a6a6a6;
}

#sell .bmw .number-container .plate .number-frame input.empty {
    text-shadow: 0 -1px #ededed;
}

#sell .bmw .number-container .plate .region-frame {
    border: solid 4px #000000;
    border-left: none;
    border-radius: 0 8px 8px 0;
    margin-left: 264px;
    width: 92px;
    height: 80px;
    padding-left: 2px;
    background: url(../images/rus.png) no-repeat bottom center;
    background-size: contain;
}

#sell .bmw .number-container .plate .region-frame.flag {
    background: url(../images/flag.png) no-repeat bottom center;
    background-size: contain;
}

#sell .bmw .number-container .plate .region-frame input {
    border: none;
    background: transparent;
    width: 86px;
    font-family: "PF DinText Pro", "Arial Narrow";
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase !important;
    outline: none;
    color: #000000;
    font-size: 48px;
    line-height: 48px;
    height: 48px;
    padding: 0;
    text-shadow: 1px 0 #a6a6a6;
    cursor: pointer;
}

#sell .bmw .number-container .plate .region-frame input.empty {
    text-shadow: 0 -1px #ededed;
}

#sell .bmw .number-container.checked {
    background-position: 100% 35px;
}

#sell .btn-sell {
    background: url(../images/btn-articles-bg.png) repeat-x bottom center !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
}

#sell .btn-sell:hover {
    color: #ffffff;
    text-decoration: none;
}

.sell-form-wrapper {
    padding: 25px 0;
}

.sell-form-wrapper .sort-link {
    font-family: "PF DinText Cond Pro", "Arial Narrow";
    text-transform: uppercase;
    color: #007fbd;
    font-weight: normal;
    line-height: 35px;
    display: inline-block;
    margin: 0 5px;
}

.sell-form-wrapper label {
    display: block;
    text-align: right;
    font-family: "PF DinText Cond Pro", "Arial Narrow";
    text-transform: uppercase;
    color: #8798a1;
    font-weight: normal;
    line-height: 35px;
}

.sell-form-wrapper label.chk {
    display: inline-block;
    text-align: left;
    padding-right: 40px;
    background: url(../images/ico-checkbox.png) no-repeat 100% 0;
    cursor: pointer;
}

.sell-form-wrapper input[type="checkbox"] {
    display: none;
}

.sell-form-wrapper input[type="checkbox"]:checked + label {
    background-position: 100% -300px;
}

.sell-form-wrapper input {
    width: 100%;
    border: solid 1px #cadae3;
    border-radius: 4px;
    background: #fff;
    height: 30px;
    padding: 0 5px;
    box-sizing: border-box;
    box-shadow: 0 3px 3px #9cb5c1;
}

.sell-form-wrapper textarea {
    width: 100%;
    border: solid 1px #cadae3;
    border-radius: 4px;
    background: #fff;
    padding: 2px 5px;
    box-sizing: border-box;
    box-shadow: 0 3px 3px #9cb5c1;
}

.sell-form-wrapper .select-container {
    width: 100%;
    border: solid 1px #cadae3;
    border-radius: 4px;
    background: #fff;
    height: 30px;
    padding: 0;
    box-sizing: border-box;
    box-shadow: 0 3px 3px #9cb5c1;
    position: relative;
}

.sell-form-wrapper .select-container .down {
    position: absolute;
    background: #ffffff url(../images/ico-select.png) no-repeat center center;
    width: 28px;
    height: 28px;
    top: 0;
    right: 0;
    border-radius: 4px;
}

.sell-form-wrapper .select-container select {
    padding: 0 5px;
    box-sizing: border-box;
    border: none;
    background: transparent;
    width: 100%;
    height: 30px;
    outline: none;
}

@media (max-width: 992px) {
    #request .number-container .plate .regions a {
        display: block;
    }

    .region-label {
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    #request .number-container {
        background: url(../images/checked-small.png) no-repeat 100% 500px;
        margin: 0 auto;
        min-width: 320px;
        max-width: 360px;
        width: 100%;
        margin-bottom: 20px;
    }

    #request .number-container.checked {
        background-position: 100% 25px;
    }

    #request .number-container .plate {
        width: 294px;
        height: 67px;
        padding: 3px;
        border-radius: 6px;
        position: relative;
    }

    #request .number-container .plate .number-frame {
        border: solid 3px #000000;
        border-radius: 6px 0 0 6px;
        width: 214px;
        height: 60px;
        padding: 0 0 0 3px;
    }

    #request .number-container .plate .number-frame input {
        width: 206px;
        font-size: 60px;
        line-height: 60px;
        height: 60px;
        letter-spacing: .05em;
    }

    #request .number-container .plate .letters-frame {
        border: solid 3px #000000;
    }

    #request .number-container .plate .region-frame {
        border: solid 3px #000000;
        border-left: none;
        border-radius: 0 6px 6px 0;
        margin-left: 214px;
        width: 72px;
        height: 60px;
        padding-left: 8px;
    }

    #request .number-container .plate .region-frame input {
        width: 66px;
        font-size: 36px;
        line-height: 36px;
        height: 36px;
    }

    #request .number-container .plate .regions {
        font-size: 36px;
        line-height: 36px;
    }

    #request .number-container .plate .regions a {
        display: block;
    }

    #request .number-container.square .plate .number-frame {
        border-width: 4px;
    }

    #request .number-container.square .plate .letters-frame {
        border-width: 4px;
    }

    #request .number-container.square .plate .region-frame {
        border-width: 4px;
    }

    #sell .bmw .number-container {
        background: url(../images/checked-small.png) no-repeat 100% 500px;
        margin: 0 auto;
        min-width: 320px;
        max-width: 360px;
        width: 100%;
    }

    #sell .bmw .number-container.checked {
        background-position: 100% 25px;
    }

    #sell .bmw .number-container .plate {
        width: 294px;
        height: 67px;
        padding: 3px;
        border-radius: 6px;
        position: relative;
    }

    #sell .bmw .number-container .plate .number-frame {
        border: solid 3px #000000;
        border-radius: 6px 0 0 6px;
        width: 214px;
        height: 60px;
        padding: 0 0 0 3px;
    }

    #sell .bmw .number-container .plate .number-frame input {
        width: 206px;
        font-size: 60px;
        line-height: 60px;
        height: 60px;
        letter-spacing: .05em;
    }

    #sell .bmw .number-container .plate .region-frame {
        border: solid 3px #000000;
        border-left: none;
        border-radius: 0 6px 6px 0;
        margin-left: 214px;
        width: 72px;
        height: 60px;
        padding-left: 8px;
    }

    #sell .bmw .number-container .plate .region-frame input {
        width: 66px;
        font-size: 36px;
        line-height: 36px;
        height: 36px;
    }

    .sell-form-wrapper label {
        font-size: 10px;
        max-height: 35px;
        overflow: hidden;
    }

    .sell-form-wrapper .sort-link {
        font-size: 10px;
    }
}

.spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3) url(../images/spinner.gif) no-repeat center center;
    display: none;
}

.spinner.active {
    display: block;
}

.numbers-list .item {
    padding-bottom: 20px;
}

.numbers-list .item .plate {
    font-family: "PF DinText Pro", "Arial Narrow";
    background: #ececec url(../images/plate-bg.png) repeat-x bottom left;
    color: #595959;
    text-shadow: 0 -1px #ededed;
    font-weight: bold;
    font-variant: small-caps;
    text-transform: lowercase !important;
    padding: 3px;
    border-radius: 4px;
    width: 150px;
    margin: 0 0 5px 0;
    box-shadow: #666 0 2px 2px;
}

.numbers-list .item .plate .number-frame {
    float: left;
    overflow: hidden;
    border: solid 2px #000000;
    border-radius: 4px 0 0 4px;
    width: 108px;
    height: 32px;
    padding: 0 0 0 2px;
    font-size: 30px;
    line-height: 30px;
}

.numbers-list .item .plate .region-frame {
    border: solid 2px #000000;
    border-left: none;
    text-align: center;
    border-radius: 0 4px 4px 0;
    margin-left: 108px;
    width: 36px;
    height: 32px;
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
    background: url(../images/flag.png) no-repeat bottom center;
    background-size: contain;
}

.numbers-list .item .item-region {
    text-transform: uppercase;
    background: url(../images/ico-map.png) no-repeat 0 5px;
    padding: 5px 0 5px 20px;
    line-height: 16px;
    font-size: 11px;
    font-family: "PF DinText Pro", "Arial Narrow";
    font-weight: normal;
    color: #8798a1;
}

.numbers-list .item .item-price {
    text-transform: uppercase;
    background: url(../images/ico-rub.png) no-repeat 0 0;
    padding: 0 0 5px 20px;
    line-height: 16px;
    font-size: 11px;
    font-family: "PF DinText Pro", "Arial Narrow";
    font-weight: bold;
    color: #8798a1;
}

.numbers-list .item .btn-buy,
.numbers-list .item .btn-complain {
    background: url(../images/btn-buy-bg.png) repeat-x top center;
    border-radius: 9px 9px 7px 7px;
    height: 22px;
    box-sizing: border-box;
    font-size: 10px;
    line-height: 16px;
    font-family: "PF DinText Pro", "Arial Narrow";
    font-weight: bold;
    text-align: center;
    padding: 3px 10px;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #ffffff;
}

.frame-popup {
    background: #ffffff;
    border-radius: 10px;
    display: none;
    text-align: center;
}

.frame-popup .title {
    font-family: "PF DinText Cond Pro", 'Arial Narrow';
    font-weight: normal;
    font-size: 27px;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    height: 40px;
}

.frame-popup .frame-image {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.frame-popup .frame-image img {
    width: 100%;
    max-width: 660px;
    animation: animatedFrame 2s infinite alternate;
}

.frame-popup .description {
    font-size: 14px;
    line-height: 16px;
    color: white;
    font-weight: 300;
    max-width: 660px;
    padding: 30px;
}

.frame-popup label.btn {
    display: block;
    color: #000000;
    font-size: 16px;
    background: url(../images/radio-bg.png) repeat-x 0 0;
    border: none;
    max-width: 200px;
    margin: 0 auto;
}

.g-recaptcha {
    transform-origin: left top;
    -webkit-transform-origin: left top;
    transform: scale(0.85);
}

@keyframes animatedBackground {
    from {
        background-position: 50% -175px;
    }
    to {
        background-position: 50% -174px;
    }
}

@keyframes animatedFrame {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 1024px){
    html{
        font-size: 14px;
    }
    .section{
        margin: 40px 0;
    }
    .section-inner{
        padding: 24px 0;
    }
    .pickup-wrapper #pick-points .pickpoint .title{
        font-size: 18px;
    }
    .pickpoint-list{
        gap: 10px;
    }
}

/*# sourceMappingURL=app.css.map */
