*{
    box-sizing: border-box;
}

a, .a-reset {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    margin: 0;
    width: 100%;
    overflow-x:hidden;
    font-family: 'Stem', sans-serif;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-reset {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.mb-reset {
    margin-bottom: 0;
}

.flex {
    display: flex;
}

.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0;

}

/* header */

header, .header {
    padding: 0;
    background-color: #181c23;
}

.header-nav-block {
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.navbar {
    width: 100%;

}

.navbar-default {
    background: transparent;
    border: none;
}

.nav-loc {
    align-items: center;
    margin-right: 48px;
    color: white;
    font-family: 'Stem', sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.header-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-list {
    /*flex-direction: column;*/
    align-items: center;
    /*flex-wrap: wrap;*/
    /*height: 48px;*/
    margin-right: 48px;
    color: white;
    font-family: 'Stem', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

@media (max-width: 1199px){
    .nav-list {
        align-items: flex-start;
    }
}

.navbar-toggler {
    padding: 3px;

}


.nav-item:not(:last-child) {
    margin-right: 33px;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}


.loc-img {
    height: 14px;
    margin-right: 3px;
}

.nav-payments {
    height: 12px;
    margin-right: 48px;
}

@media (max-width: 900px){
    .nav-payments {
        display: none;
    }

}

@media (max-width: 550px){
    .messengers {
        display: none;
    }

}

.header-tel {
    margin-right: 5px;
    color: white;
    font-family: 'Stem', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.show-sm {
    display: none;
}

@media (max-width: 690px){
    .header-tel {
        color: white;
        font-family: 'Stem', sans-serif;
        font-weight: 300;
        font-size: 15px;
    }

    .nav-loc {
        margin: 0 0 0 auto;
        /*margin-right: 20px;*/
    }

    .nav-hide, .hide-sm {
        display: none;
    }

    .show-sm {
        display: flex;
    }
}



.tel-icon {
    height: 18px;
    margin-right: 5px;
}

.messengers {
    height: 19px;
    width: 19px;
    margin-right: 5px;
}

.tel-link {
    align-items: center;
    /*margin-right: 5px;*/
}


/* main */

.main-block {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #1c2129;
}

.main-block-footer {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #181c23;
}

.main-nav {
    width: 100%;
    /*margin-bottom: 15px;*/
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    color: white;
    font-family: 'Stem', sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.main-nav-list {
    justify-items: center;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.main-nav-items:not(:last-child) {
    margin-right: 40px;
}

.main-nav-btn {
    padding: 12px 15px;
    color: white;
    border-radius: 8px;
    font-family: 'Stem', sans-serif;
    font-weight: 300;
    font-size: 18px;
    background-color: #ff7449;
}

.main-logo {
    /*margin-right: 20px;*/
    height: 44px;
    border-radius: 8px;
}

.main-title {
    margin: 0 auto;
    margin-bottom: 1%;
    color: white;
    font-family: 'Stem', sans-serif;
    font-weight: 500;
    font-size: calc(25px + 18 * (100vw / 1320)); /*60px;*/
    text-align: center;
    line-height: calc(16px + 30 * (100vw / 1320));
}

.panel-wrapper .number-types-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 40px 30px;
    background-color: #000;
    height: 460px;
    border: 3px solid #fff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}
.number-types-main-title {
    margin: 0 1% auto;
    color: white;
    font-family: 'Stem', sans-serif;
    font-weight: 500;
    font-size: calc(20px + 18 * (100vw / 1320));
    text-align: center;
    line-height: calc(14px + 30 * (100vw / 1320));
}

.number-types-pane-h2 {
    font-size: 1.8rem;
}

.number-types-panel-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: 'Stem', sans-serif;
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.number-types-panel-subtitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.number-types-panel-img-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    border: 3px solid #ff7449;
    padding: 10px;
    background-color: #1c2129;
}

.number-types-panel-price-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.number-types-panel-price-wrapper-left {
    display: flex;
    flex-direction: column;
    color: #ff7449;
    font-size: 16px;
}

.number-types-panel-price-wrapper-right-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    background-color: #ff7449;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.number-types-panel-price-wrapper-right-btn:hover {
    cursor: pointer;
    background-color: #c82333;
    color: #fff;
}




@media (max-width: 1200px){


    .controls-type-prev {
        top: 270px;
    }

    .controls-type-next {
        top: 270px;
    }
}

@media (max-width: 600px){

    .number-types-pane-h2 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }


    .panel-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .panel-wrapper .number-types-panel {
        width: 380px;
    }

    .main-title {
        margin: 0 auto;
        margin-bottom: 4%;
        color: white;
        font-family: 'Stem', sans-serif;
        font-weight: 500;
        font-size: calc(10px + 25 * (100vw / 1320));
        text-align: center;
        line-height: calc(16px + 30 * (100vw / 1320));
    }
    .controls-type-prev {
        top: 150px;
    }

    .controls-type-next {
        top: 150px;
    }
}

.main-img {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: auto;
    background-image: url('/img/BMW.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    position: relative;
}

/*@media (max-width: 900px){

    .main-img {
        background-image: url('/img/bbb.png');
    }

}*/

.main-form-label-1, .orderTitle {
    margin: 0 auto;
    margin-bottom: 4.8%;
    color: white;
    font-family: 'Stem';
    font-weight: 500;
    font-size: calc(12px + 17 * (100vw / 1320));
    text-align: center;
}

.orderCaption {
    margin-bottom: 20px;
    font-family: 'Stem';
    font-weight: 500;
    font-size: calc(14px + 6 * (100vw / 1320));
    text-align: center;
    color: white;
}

.orderQty {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.orderQty-mr {
    margin: 0 10px;

}

.order-files {
    margin: 0;
    padding: 10px;
    /*min-height: 150px;*/
    min-width: 320px;
    background-color: #181c23;
    margin-bottom: 10px;
}

.order-files > label {
    overflow-wrap: break-word;
}

.no-documents {
    background-color: #181c23;
    color: white;
    width: 320px;
    padding: 20px;
    margin-bottom: 10px;
    height: 215px;
}

.order-files-input {
    width: 100%;
    min-width: 250px;
    flex-direction: column;
    color: white;
    font-size: calc(12px + 3 * (100vw / 1320));
    background-color: #181c23;
}

.text-itogo {
    font-size: 18px;
}

.label-prod {
    font-family: 'Stem';
    font-size: calc(10px + 1.5 * (100vw / 1320));
    color: white;
    text-wrap: normal;
}

.main-number-block {
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    /* padding-left: 30%; */
    margin-bottom: 30px;
}

.number {
    align-items: center;
    margin: 0 0;
    width: 17vw;
    height: 4.5vw;
    min-height: 35px;
    min-width: 138px;
    padding: 0.2vw;
    background-color: #f1f1f1;
    border-radius: 0.4vw;
}


.main-order-link {
    align-items: center;
    padding-left: 8%;
    color: #ff7449;
    font-family: 'Stem', sans-serif;
    font-weight: 500;
    font-size: 1.1vw;

}

.main-order-link-arrow {
    margin-right: 5px;
    height: 0.7vw;
}

.main-order-link-nums {
    height: 2vw;
}

.number-type {

}

.number-type-list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 67px;

}

.number-type-items {
    /*flex-direction: column;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/
    width: 230px;
    padding: 20px 10px;
    background-color: #181c23;
    border-radius: 7px;
}

.number-type-items-selected {
    border: solid 2px #ff7449;
}

.number-type-items {
    margin-bottom: 30px;
    margin-right: 20px;
    margin-left: 20px;
}

.number-type-img {
    margin-bottom: 15px;
    width: 190px;
}

.number-type-img-sm {
    margin-bottom: 15px;
    width: 90px;
}

.item-captions {
    margin: 0;
    color: white;
    font-size: 18px;
    font-family: 'Stem', sans-serif;
    font-weight: bold;
}

.dop-type-nums {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.confirm-order {
    width: 350px;
    padding: 10px;
}

.confirm-order-right{
    height: 236px;
}

.btn-order {
    margin-bottom: 10px;
    border: solid 2px #ff7449;
    border-radius: 6px;
    padding: 20px;
    font-family: 'Stem';
    font-size: calc(10px + 10 * (100vw / 1320)); /*60px;*/;
    color: #ff7449;
}

.btn-order:hover {
    cursor: pointer;
}

.order-tel {
    font-family: 'Stem';
    font-size: calc(12px + 2 * (100vw / 1320));
    color: white;
    margin-bottom: 25px;
}
.order-tel > a{
    color: #ff7449;
}

.order-points {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Stem';
    font-size: calc(12px + 4 * (100vw / 1320));
    margin-bottom: 30px;
    color: white;
}

.order-points > ul{
    align-items: center;
}

.order-points > div {
    margin-right: 10px;
    color: #bebfc2;
}

.order-points > div > a {
    color: #ff7449;
}

.order-points > div > a > img{
    margin-right: 5px;
    height: 1.2rem;
}

.order-point {
    margin-right: 20px;
}

ul > div {
    margin: 0;
    padding: 0;
    background: #ff7449;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    margin-right: 5px;
}

.advantage-title {
    color: #1c2129;
    margin-bottom: 50px;
}

.advantage-item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    width: 230px;
    padding: 0;
}

.advantage-text {
    width: 60%;
    font-family: 'Stem';
    font-size: 18px;
    line-height: 30px;
    padding: 40px;
    background-color: #f6f7f9;
    border-radius: 10px;
}
.advantage-image {
    width: 40%;
    height: 100%;
    background: url("../images/advantages/tiguan.png");
    background-repeat: no-repeat;
    background-size: contain;
}


@media (max-width: 1200px){

    .advantage-image {
        display: none;
    }

    .advantage-text {
        width: 100%;
    }

}

.main-title-production {
    line-height: 120%;
    margin-bottom: 40px;
}

.num-elements-caption {
    font-family: 'Stem';
    font-size: calc(25px + 10 * (100vw / 1320));
    color: white;
    margin-bottom: 30px;
}

.document-caption {
    font-family: 'Stem';
    font-size: calc(25px + 10 * (100vw / 1320));
    /*font-size: 32px;*/
    color: #1c2129;
    margin-bottom: 30px;
    height: 50px;
}

.normative-block {
    background-color: #181c23;
    width: 60%;
    /*height: 80px;*/
    margin-bottom: 30px;
    padding: 20px 30px;
    border-radius: 7px;
}

.normative-link-img {
    width: 10px;
    height: 10px;
    background: url("../img/link.png");
    background-repeat: no-repeat;
    background-position-x: right;
}

.video-item {
    height: 100%;
}

.video-title {
    font-family: 'Stem';
    font-size: 18px;
    color: white;
    max-width: 600px;
    height: 120px;
    padding: 20px;
    background-color: #181c23;
    position: relative;
}
.video-label {
    width: 60px;
    height: 30px;
    margin-bottom: 10px;
    position: absolute;
    background-color: #1c2129;
    top: -20px;
}
 .advantage-link {
     color: #ff7449;
 }

 .doc-fiz-item-1 {
     background: url("../img/fiz-doc-1.png") no-repeat;
     background-size: contain;
     width: 45%;
     height: 350px;
     margin-right: 30px;
     margin-bottom: 30px;
 }

.doc-fiz-item-2 {
    background: url("../img/fiz-doc-2.png") no-repeat;
    background-size: contain;
    height: 350px;
    width: 45%;
    margin-bottom: 30px;
}

.doc-ur-item-1 {
    background: url("../img/ur-doc-1.png") no-repeat;
    background-size: contain;
    height: 350px;
    width: 300px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.doc-ur-item-2 {
    background: url("../img/ur-doc-2.png") no-repeat;
    background-size: contain;
    height: 350px;
    width: 300px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.doc-ur-item-3 {
    background: url("../img/ur-doc-3.png") no-repeat;
    background-size: contain;
    height: 350px;
    width: 180px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.doc-ur-item-4 {
    background: url("../img/ur-doc-4.png") no-repeat;
    background-size: contain;
    height: 350px;
    width: 180px;
    margin-bottom: 30px;
}

@media (max-width: 700px){

    .doc-fiz-item-1 {
        width: 80%;
    }

    .doc-fiz-item-2 {
        width: 80%;
    }

}

.doc-link {
    font-family: 'Stem';
    font-size: 12px;
    color: white;
    background-color: #ff7449;
    border-radius: 5px;
    height: 35px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.cost-items {
    max-width: 650px;
    padding-left: 10px;
    padding-right: 10px;

}

.cost-item {
    padding-right: 40px;
}

.cost-item-block {
    background-color: #181c23;
    max-width: 600px;
    padding: 40px 20px;
    padding-bottom: 30px;
    border-radius: 7px;
    min-height: 370px;
}

.cost-item-title {
    font-size: 18px;
}

.cost-item-left {
 max-width: 50%;
}

.cost-item-desc{
    margin-left: 10px;
    margin-right: 10px;
}

.cost-item-right {
    margin-left: 50px;
}

.del-price {
    font-family: 'Stem';
    font-size: 24px;
}

.price-desc {
    font-family: 'Stem';
    font-size: 16px;
    color: #8b8c8e;
}

.pay-desc {
    font-family: 'Stem';
    font-size: 20px;
}

.cost-link {
    font-family: 'Stem';
    color: #ff7449;
    font-size: 24px;

}

.gallery {
    padding: 0;
}

.footer-line {
    width: 100%;
    border-top: solid 1px #8b8c8e;
}

.footer-block {
    width: 300px;
    height: 150px;
    padding: 20px;
    margin-right: 10px;
    margin-left: 10px;
    font-family: 'Stem';
    font-size: 16px;
    color: white;
}

.footer-title {
    text-align: center;
    font-size: 16px;
}

.footer-block p {
    padding: 0;
    margin: 0;
    font-size: 24px;
    text-align: center;
    color: #ff7449;
}

.advantage-list {
    width: 100%;
}

.title-errors {
    color: #FA8072;
}
.list-errors li {
    color: #FA8072;
}

.info-block {
    width: 350px;
    padding: 10px 30px;
    color: white;
    text-align: center;
}

.info-block hr {
    background-color: #ff7449;
    height: 2px;
}
.info-block p {
    font-size: 14px;
}

.info-block p img{
    height: 10px;
}

.info-block div {
    font-size: 14px;
    padding: 10px 2px;
}

.info-block div img {
    height: 30px;
}


@media (max-width: 1367px){
    .container {
        max-width: 1217px;
    }

    .cost-item-block {
        max-width: 575px;
        padding: 40px 10px;
    }
    .nav-item:not(:last-child) {
        margin-right: 23px;
    }
    .header-tel {
        font-size: 15px;
    }
}
@media (max-width: 1217px){
    .container{
        padding: 0 10px;
    }
}
@media (min-width: 1920px) and (max-width: 3240px) {
    .main-title {
        font-size: 43px;
    }

}
