html, body{
    height: 100%;
}

body{
    display: flex;
    flex-direction: column;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #282828;
}

a {
    color: inherit;
}

strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

strike {
    text-decoration: line-through;
}

header{
    background-color: #FFF;
    box-shadow: 0px 4px 10px rgba(15, 14, 96, 0.2);
    padding: 45px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
}

.hamburger {
    position: relative;
    display: none;
    width: 16px;
    border-top: 1px solid #014C94;
    border-bottom: 1px solid #014C94;
    margin-right: 15px;
    height: 13px;
}

.hamburger::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    height: 1px;
    background: #014C94;
}

header.is-hover{
    padding: 5px 0;
    z-index: 2;
}

.page-content{
    line-height: 21px;
}

.page-content ul{
    list-style-type: disc;
}

.page-content ol {
    list-style-type: decimal;
}

.page-content ul, .page-content ol {
    padding-left: 20px;
}

.page-content ul li, .page-content ol li {
    margin: 5px 0;
}

.page-content h1, .profile-username{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.responsive-image{
    float: left; margin: 0 20px 20px 0;max-width: 50%;
}

.profile-username{
    font-weight: 800;
    margin-bottom: 30px;
}

footer{
    background-color: #909090;
    padding: 85px 0 50px 0;
}

.h1, h3{
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
}

.h1{
    margin-bottom: 60px;
}

h4{
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}

h3 small {
    font-size: 0.5em;
    font-weight: normal;
}

.only-mobile {
    display: none;
}

#main {
    margin-top: 150px;
    margin-bottom: 120px;
    flex-grow: 1;
}

.slider.slider-bottom{
    margin-top: -70px;
}

.container{
    box-sizing: border-box;
    width: 1200px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

html, body {
    min-height:100%;
    height:100%;
}

.main-menu {
    z-index: 999;
    box-sizing: border-box;
    padding: 50px 20px 20px 20px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    min-height:100%;
    min-height: -webkit-fill-available;
    background: #FFF;
}

.main-menu > div {
    margin-bottom: 15px;
}

.main-menu > div a {
    font-size: 20px;
    color: #014C94;
    text-decoration: none;
}

.main-menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 22px;
    line-height: 22px;
    color: #666;
    text-decoration: none;
}

header .logo{
    width: 430px;
    margin-right: auto;
}

#model-description {
    display: none;
}

.logo img {
    width: 100%;
}

header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn, form button, .btn-secondary {
    border: 0;
    background: #014C94;
    display: inline-block;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    box-shadow: 0px 0px 8.67241px rgba(15, 14, 96, 0.2);
    font-weight: 600;
    padding: 18px 42px;
    line-height: 1em;
}

.btn-secondary {
    padding: 17px 41px;
    background: transparent;
    border: 1px solid #014C94;
    color: #014C94;
}

.header-right-side{
    display: flex;
    align-items: center;
}

.phone, .phone a {
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    color: inherit;
}

header .phone {
margin-right: 30px;
}

footer .phone {
    margin-bottom: 30px;
}

.cart-ico, .user-ico{
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-left: 20px;
    position: relative;
}

.header-right-side .btn{
    margin-right: 40px;
}

.cart-ico{
    background-image: url(../images/shopping-cart.png);
}

.user-ico{
    background-image: url(../images/user.png);
}

.brand-list-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cart, .page, .brand-list-wrapper{
    padding-top: 60px;
}

.brand-list{
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    width: calc(50% - 20px);
}

.brand-item{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: 1px solid #F2F2F2;
    background-size: calc(100% - 40px) auto!important;
    height: 168px;
    padding-bottom: 10px;
    text-decoration: none;
    color: inherit;
}

.brand-item strong{
    text-align: center;
}

.brand-item:hover, .model-item:hover{
    box-shadow: 0px 0px 10px rgba(15, 14, 96, 0.2);
}

.nav-horizontal{
    padding: 20px 0 30px 0;
}

.navbar-vertical .navbar-nav{
    flex-direction: column;
    margin-bottom: 30px;
}

.navbar-nav{
    box-shadow: 0px 0px 10px rgba(15, 14, 96, 0.2);
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
}

.nav-horizontal .navbar-nav li{
    width: 100%;
}

.navbar-nav li a{
    display: flex;
    padding: 20px;
    color: #000;
    text-decoration: none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
}

.navbar-vertical .navbar-nav li a{
    border-bottom: 1px solid #eee;
    white-space: initial;
    display: block;
    text-align: left;
}

.navbar-vertical .navbar-nav li:last-child a{
    border-bottom: 0;
}

.navbar-nav li:not(.social) a:hover, .navbar-nav li a.active{
    background: #014C94;
    color: #FFF;
}

.navbar-nav li.social{
    display: flex;
    align-items: center;
    width: auto;
}

.navbar-nav li.social a.instagram, .navbar-nav li.social a.youtube{
    padding: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-right: 20px;
}

.instagram {
    background-image: url(../images/inst-ico.png);
}

.youtube {
    background-image: url(../images/yt-ico.png);
}

.models-list{
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: repeat(4, 1fr);
}

.model-item{
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    padding: 20px 10px;
    display: flex;
    align-items: flex-end;
    color: #FFF;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    text-decoration: none;
    height: 200px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #c3c5c7;
    background-blend-mode: multiply;
    position: relative;
}

.model-item > span {
    width: 100%;
    display: block;
    position: relative;
    overflow-wrap: anywhere;
    z-index: 1;
}

.with-sidebar{
    display: flex;
}

.with-sidebar .sidebar{
    flex: 0 0 20%;
    min-width: 20%;
    margin-right: 40px;
}

.with-sidebar .content-area{
    flex: 0 0 calc(80% - 40px);
    min-width: calc(80% - 40px);
}

.img-fluid{
    width: 100%;
    display: block;
}

.model-content .img-fluid{
    max-width: 600px;
    margin: 0 auto;
}

.page .img-fluid{
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 40px;
}

.box-prefill .img-fluid {
    object-fit: contain;
}

.sidebar .btn{
    display: block;
}

.btn-download-catalog{
    margin-top: 30px;
}

.cart-qty{
    display: flex;
}

.cart-qty input{
    border: none;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    color: #014C94;
}

.cart-qty .btn{
    padding: 0;
    height: 30px;
    font-weight: 500;
}

.cart-qty-btn{
    display: flex;
    padding: 7px 16px;
    font-size: 16px;
}

.cart-qty .btn, .cart-qty input{
    width: 35px;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
    outline: none;
}

.cart-qty input{
    font-size: 19px;
}

.cart-qty .btn:first-child{
    border-radius: 3px 0 0 3px;
}

.cart-qty .btn:last-child{
    border-radius: 0 3px 3px 0;
}

.products-list{
    margin-top: 15px;
}

.products-list .product-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #F2F2F2;
}

.product-name{
    font-weight: 600;
    font-size: 18px;
}

.cart-count{
    color: #333;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
    min-width: 24px;
    display: inline-block;
    font-size: 14px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(15, 14, 96, 0.2);
    border-radius: 12px;
    position: absolute;
    bottom: -5px;
    right: -10px;
}

.cart-group{
    box-shadow: 0px 0px 10px rgba(15, 14, 96, 0.2);
    margin: 30px 0 40px 0;
    padding: 15px 0;
}

.cart-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 60px;
    border-bottom: 1px solid #F2F2F2;
    font-size: 18px;
}

.cart-item:last-child{
    border-bottom: 0;
}

.cart-item-name-wrapper {
    display: flex;
    flex-grow: 1;
}

.cart-item .spare-name{
    flex: 0 0 50%;
    font-weight: 600;
}

.cart-item .node-name{
    flex: 0 0 50%;
}

.cart > h3{
    margin-bottom: 70px;
}

.sidebar.right-sidebar{
    margin-left: 40px;
    margin-right: 0;
}

.cart .sidebar .btn{
    padding-left: 20px;
    padding-right: 20px;
}

.cart .sidebar.right-sidebar .btn {
    margin-bottom: 15px;
}

.box {
    font-size: 14px;
    margin-top: 62px;
    padding: 30px 35px;
    box-shadow: 0px 0px 10px rgba(15, 14, 96, 0.2);
}

.download-link{
    font-weight: 600;
    text-align: center;
    color: #909090;
    margin: 40px 0;
}

.download-link a{
    color: inherit;
    text-decoration: underline;
}

.user-links{
    font-weight: bold;
    line-height: 18px;
    color: #014C94;
}

.user-links a{
    display: flex;
    color: inherit;
    text-decoration: none;
    align-items: center;
}

.user-links a::before{
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}

.user-links a.profile-link::before{
    background-image: url(../images/user.png);
}

.user-links a.orders-link::before{
    background-image: url(../images/shopping-cart.png);
}

.is-empty .box{
    margin-top: 0;
}

.is-empty .box .btn:not([href]), .btn-disabled {
    background-color: #909090;
}

.box h3{
    margin-bottom: 30px;
}

.footer-wrapper{
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo-and-menu{
    display: flex;
    align-items: flex-start;
}

footer .logo-wrapper, footer .logo-and-menu{
    margin-right: 40px;
}

.logo-wrapper img{
    max-width: 580px;
}

.logo-wrapper p{
    margin-top: 20px;
}

.menu-wrapper a{
    font-size: 18px;
    color: inherit;
    text-decoration: none;
}

.menu-wrapper > div {
    margin-bottom: 12px;
}

.copyright{
    margin-top: 20px;
    font-size: 12px;
}

.contacts-line{
    display: flex;
    justify-content: space-between;
    margin: 0 -30px;
}

.contact-item{
    margin: 0 30px 40px 30px;
    border-top: 1px solid #CDCDCD;
    padding-top: 25px;
    font-size: 20px;
}

.contact-item, .contacts-col{
    min-width: calc(25% - 60px);
    flex: 0 0 calc(25% - 60px);
}

.contacts-col{
    margin: 0 30px;
}

.contacts-col .contact-item{
    min-width: auto;
    flex: 0 0 100%;
    margin-left: 0;
    margin-right: 0;
}

.contact-item .contacts-text{
    color: #909090;
    margin-top: 20px;
    line-height: 1.4em;
    margin-left: 0;
    margin-right: 0;
}

.contact-item-map{
    flex-grow: 1;
}

.login-page h1{
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    color: #014C94;
    text-align: center;
}

form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="number"], form select {
    border: 1px solid #909090;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 15px;
}

.form-item label{
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: #909090;
    margin-bottom: 5px;
}

.login-page h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
}

.login-form{
    margin-bottom: 120px;
    grid-column-gap: 40px;
    grid-row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
}

.login-form, .register-form{
    display: inline-grid;
}

.form-item input, .form-item select {
    min-width: 230px;
}

.form-item-checkbox{
    margin-bottom: 20px;
    margin-top: 60px;
    font-size: 18px;
}

.form-item-checkbox:first-child {
    margin-top: 0;
}

#prefill_form_save{
    margin-top: 40px;
}

.login-form button, .register-form button, .request-code, .send-code{
    box-sizing: border-box;
    width: 100%;
    margin-top: 24px;
    padding-top: 17px;
    padding-bottom: 16px;
}

.register-form{
    grid-column-gap: 40px;
    grid-row-gap: 25px;
    grid-template-columns: repeat(4, 230px);
    margin-bottom: 30px;
}

.submodel-list{
    display: flex;
}

.submodel-list > div{
    margin-left:40px;
}

.submodel-list > div > strong{
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.alert, .form-item > ul{
    color: #F00;
    margin: 15px 0;
}

.content-text{
    margin-bottom: 20px;
    line-height: 1.4;
}

.is-empty > h3{
    display: none;
}

.empty-text{
    display: none;
}

.is-empty .empty-text{
    display: block;
}

.quantity-wrapper{
    display: flex;
    align-items: center;
}

.quantity-wrapper .product-del{
    margin-left: 20px;
    text-decoration: none;
    color: #AAA;
}

.company-item{
    padding: 5px;
    font-size: 13px;
}

.item-company-name {
    font-weight: 500;
}

.item-company-inn {
    color: #AAA;
}

.prefill h3{
    text-align: center;
}

.prefill h4, .profile .h1 {
    margin-bottom: 45px;
}

.prefill h4{
    font-weight: normal;
}

.profile .box{
    margin: 0 0 50px 0;
}

.profile-item{
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 25px;

}

.profile-title{
    font-weight: 600;
}

.profile-value{
    color: #909090;
}

.profile-error-summary {
    color: red;
    font-size: 11px;
    margin-top: 5px;
}

.profile-error-summary:empty{
    display: none;
}

.profile-title, .profile-value{
    flex: 0 0 calc(30% - 20px);
    min-width: 200px;
    margin-right: 20px;
}

.profile-value input{
    box-sizing: border-box;
    width: 100%;
}

.form-edit-mode .navbar-nav li a:not(.active){
    color: #AAAAAA;
}

.form-edit-mode .navbar-nav li a:not(.active):hover{
    background-color: #EEE;
}

.profile-value-text{
    max-width: none;
    flex: 0 0 calc(70% - 20px);
}

.orders .box{
    margin-top: 40px;
}

.order-title, .order-info-wrapper{
    display: flex;
}

.order-info-wrapper{
    margin: 0 -25px;
}

.order-date-from{
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
    margin-left: 10px;
}

.order-items-section{
    width: 50%;
    flex:  0 0 50%;
    padding: 0 20px;
    box-sizing: border-box;
}

.order-price-section, .order-status-section{
    width: 25%;
    flex:  0 0 25%;
    padding: 0 20px;
    box-sizing: border-box;
}

.order-status-section > div{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    color: #909090;
}

.order-status-section > div.completed{
    color: #333333;
}

.order-status-section > div::after{
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left:9px;
    bottom: 0;
    background-color: #909090;
}

.order-status-section > div::before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #909090;
    margin-right: 15px;
    z-index: 1;
    background: #FFF;
}

.order-status-section > div.completed::before{
    background-color: #014C94;
    border: 1px solid #014C94;
}

.order-status-section > div.completed::after{
    background-color: #014C94;
}

.order-status-section > div:last-child{
    padding-bottom: 0;
}

.order-status-section > div:last-child::after{
    display: none;
}

.order-price-section-sum{
    font-size: 18px;
}

.order-price-section-place{
    font-size: 12px;
}

.order-product-table{
    width: 100%;
}

.order-price-section-place{
    line-height: 1rem;
}

.order-price-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.order-sum-payed{
    color: #014C94;
    margin-top: 5px;
    font-weight: 600;
}

.order-product-table td, .order-product-table th{
    width: 60%;
    padding: 8px 5px;
    border-bottom: 1px solid #F2F2F2;
}

.order-product-table th{
    font-size: 18px;
}

.order-product-table td{
    font-size: 14px;
}

.order-product-table td:last-child, .order-product-table th:last-child{
    width: 40%;
}

.order-product-table{
    text-align: left;
}

.card-zip-item .spare-name {
    flex: 0 0 45%;
}

.card-zip-item .spare-name.spare-zip-name{
    flex: 0 0 40%;
}

.card-zip-item .node-name.spare-zip-qty{
    flex: 0 0 10%;
}

.zip-pack-box {
    display: flex;
    align-items: center;
}

.zip-pack-spares {
    flex-grow: 1;
    margin-right: 20px;
}

.slider img{
    width: 100%;
}

.slick-prev, .slick-next{
    width: 30px;
    height: 30px;
    z-index: 1;
}

.slick-prev{
    left: 10px;
}

.slick-next{
    right: 10px;
}

.slick-prev:before, .slick-next:before{
color: #014C94;
    font-size: 30px;
}

.company-info-message {
    border: 1px solid #2b97ff;
    background: #c3e2ff;
    padding: 10px;
    margin-bottom: 20px;
}

.feedback-modal-overlay{
    background: rgba(0,0,0,0.5);
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

.feedback-modal{
    background: #FFF;
    padding: 20px;
    box-shadow: 0 0 0 rgba(0,0,0,0.5);
    max-width: 90%;
    width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feedback-modal-wide{
    width: auto;
}

.feedback-modal h3{
    margin-bottom: 20px;
}

.feedback-modal-close, .marker-modal-close{
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
}

.marker-modal-close {
    font-size: 1.2rem;
    display: none;
}

.main-menu .phone {
    font-weight: bold;
}

.box-prefill {
    display: flex;
}

.box-prefill-info {
    flex-grow: 1;
}

.box-prefill-image {
    max-width: 40%;
    flex: 0 0 40%;
}

.error {
    color:red;
    font-size: 0.8rem;
    margin-top: 10px;
}

.youtubes {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
}

.youtubes.yt-cnt-1 {
    display: block;
}

.youtubes.yt-cnt-1 > div {
    width: 55%;
    margin: 0 auto;
}

.youtubes.yt-cnt-2 {
    grid-template-columns: repeat(2, 1fr);
}

.youtubes .youtube-wrapper {
    position: relative;
    padding-top: 60%;
    flex-grow: 1;
}

.youtubes iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
}

.youtube-title {
    text-align: center;
    margin-top: 10px;
}

.youtube-header{
    margin: 20px 0 0 0;
    font-size: 24px;
}

.highlight {
    background-color: #ffd213;
}

#article-search-form {
    position: relative;
    margin-bottom: 20px;
}

#article-search-form input {
    width: 100%;
    padding: 10px 30px;
    background: url(../images/search-ico.svg) transparent no-repeat 5px center/ 20px;
}

#article-search-form a {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    color: #014C94;
}

.zip-pack-btn-wrapper .btn{
    white-space: nowrap;
}

.alert-success {
    border-radius: 3px;
    background: #cbe4fe;
    border: 1px solid #bad6f1;
    padding: 20px;
    margin-top: 20px;
    color: #014C94;
    box-shadow: 0px 0px 10px rgb(15 14 96 / 20%);
}

@media(max-width: 900px){ 
    .navbar-nav, .with-sidebar{
        display: block;
    }
    footer {
        padding: 30px 0;
        font-size: 12px;
    }

    footer .phone, footer .phone a, .copyright {
        margin: 15px 0;
        font-size: 12px;
    }

    footer .logo-and-menu, .footer-wrapper{
        display: block;
        margin: 0;
    }

    footer .menu-wrapper{
        display: none;
    }

    footer .logo-wrapper {
        margin: 0;
    }
}

@media(max-width: 998px) {
    .responsive-image{
        margin: 0 0 20px 0;
        display: block;
        height: auto;
        max-width: 100%;
        float: none;
    }
    .only-mobile {
        display: block;
    }

    .only-desktop {
        display: none;
    }

    #model-description, .box-prefill {
        display: block;
    }

    .box-prefill-image {
        display: none;
    }

    .nav-horizontal {
        padding-top: 0;
    }

    .content-area{
        margin-top: 20px;
    }

    header .header-right-side .phone {
        display: none;
    }
    .box {
        padding: 20px;
    }

    .brand-item{
        height: 130px;
    }
    .models-list{
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }

    .slider {
        max-width: none;
        margin-bottom: 20px;
    }

    .slider.slider-bottom {
        margin-bottom: 0;
    }

    .contacts-line {
        display: block;
        margin: 0;
    } 

    .contact-item {
        margin: 0 0 30px 0;
        font-size: 16px;
    }

    .contact-item .contacts-text {
        margin-top: 10px;
    }

    .contacts-col {
        margin: 0;
    }

    .contact-item-map{
        height: 300px;
    }
}

@media(max-width: 768px) {

    .submodel-list {
        display: block;
        margin: 0 0 0 10px;
    }

    .product-item .product-name {
        font-size: 15px;
    }

    .submodel-list > div {
        margin-bottom: 10px;
        margin-left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .submodel-list > div > strong {
        margin: 0 10px 0 0;
        white-space: nowrap;
    }

    .btn.company-edit-address{
        margin-top: 10px;
    }
    .alert-success {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .youtubes {
        display: block;
    }

    .youtubes > div {
        margin-bottom: 20px!important;
        width: auto!important;
    }

    body {
        font-size: 12px;
    }

    .hamburger {
        display: block;
    }

    .zip-pack-box {
        display: block;
    }

    .zip-pack-btn-wrapper {
        text-align: center;
        margin-top: 30px;
    }

    .order-info-wrapper {
        display: block;
        margin: 0;
    }

    .order-items-section, .order-price-section, .order-status-section {
        width: auto;
        padding: 0;
    }

    .order-sum-payed {
        margin-top: 0;
    }

    .order-status-section, .order-price-section-place, .order-price-section, .order-product-table, .profile-username {
        margin-top: 20px;
    }

    .order-status-section, .order-sum-payed, .order-product-table td {
        font-size: 12px;
        line-height: 1.2em;
    }

    .order-title {
        justify-content: space-between;
    }

    .order-title .order-date-from {
        font-size: 10px;
    }

    .order-title > div {
        margin: 0;
    }

    .order-product-table th {
        font-size: 16px;
    }

    .order-product-table td:first-child, .order-product-table th:first-child {
        padding-left: 0;
    }

    .order-product-table td:last-child, .order-product-table th:last-child {
        padding-right: 0;
    }


    .box h3, .cart > h3, .h1 {
        margin-bottom: 40px;
        font-size: 18px;
        line-height: 24px;
    }

    .box.empty-text {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .box.empty-text .btn {
        box-sizing: border-box;
        width: 100%;
    }

    .cart-group{
        padding: 0;
    }

    .cart-item-name-wrapper {
        display: block;
    }

    .cart-item {
        padding: 15px;
    }

    .profile-item {
        display: block;
        font-size: 15px;
    }

    .profile-item:last-child {
        margin-bottom: 0;
    }

    .profile-item > div {
        margin: 0;
    }

    .profile-item .profile-title{
        margin-bottom: 10px;
    }

    .login-page h1, .page-content h1, h4, .profile-username {
        font-size: 14px;
        line-height: 20px;
        color: inherit;
    }

    .orders .profile-username {
        font-size: 12px;
        margin-bottom: 0;
    }

    .cart-item .spare-name {
        font-size: 12px;
        display: block;
    }

    .cart-item .node-name {
        font-size: 10px;
    }

    .sidebar.right-sidebar {
        margin: 0;
    }

    .box {
        margin-top: 30px;
    }

    .sidebar.right-sidebar .box {
        padding-left: 60px;
        padding-right: 60px;
    }

    .page .img-fluid {
        width: 100%;
        height: 320px;
        margin-bottom: 30px;
    }

    .cart, .page, .brand-list-wrapper{
        padding-top: 0;
    }

    #main{
        margin-top: 100px;
        margin-bottom: 50px;    
    }

    .slider.slider-bottom{
        margin-top: -20px;
    }

    header {
        padding: 20px 0;
    }

    header .logo {
        width: 145px;
    }

    header .phone, header .phone a {
        font-size: 11px;
        margin: 0;
    }

    .cart-ico, .user-ico{
        width: 24px;
        height: 24px;
        margin-left: 20px;
    }

    .cart-ico {
        margin-left: 5px;
    }

    header .show-feedback, footer .show-feedback {
        display: none;
    }

    .logo-wrapper img{
        width: 100%;
    }

    .container{
        padding: 0 20px;
    }

    .brand-list-wrapper {
        display: block;
    }

    .brand-list {
        width: auto;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin-top: 20px;
    }

    .brand-item, .model-item{
        height: 110px;
        font-size: 14px;
    }

    .model-item{
        padding: 10px;
    }

    .models-list{
        grid-template-columns: repeat(2, 1fr);
    }

    .with-sidebar .sidebar{
        margin-right: 0;
    }

    .nav-horizontal .navbar-nav li{
        max-width: none;
    }

    .content-area .h1 {
        display: none;
    }

    .login-form {
        margin-bottom: 30px;
    }

    #prefill_form_save {
        width: 100%;
        box-sizing: border-box;
    }

    .box h3 {
        margin-bottom: 15px;
    }

    .prefill h3 {
        text-align: left;
        font-size: 18px;
        line-height: 1.4em;
    }

    .register-form, .login-form {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 15px;
        align-items: flex-end;
    }

    .form-item label {
        font-size: 13px;
    }

    .register-form .btn, .register-form button {
        margin-top: 0;
    }

    .form-item input, .form-item select {
        min-width: auto;
        width: 100%;
        padding: 8px 10px!important;
        font-size: 12px;
    }

    .register-form .btn, .login-form button, .register-form button {
        padding: 10px!important;
        font-size: 12px;
    }
}

.marker-item-bullet {
    position: relative;
    z-index: 1;
}

.marker-item-info, .marker-map-item-info {
    word-wrap: break-word;
    background:#FFF;
    display:none;
    width: 400px;
    max-width: 100%;
    margin-top: 5px;
    z-index: 2;
    position: relative;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.marker-map-item-info {
    display: block;
    position: absolute;
    width: auto;
    min-width: 200px;
    padding: 5px 10px 10px 10px;
}

.marker-item-info > div {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width:50%;
    padding: 10px;
    display:flex;
    flex-direction: column;
    justify-content:center;
}

.marker-item-info > img {
    box-sizing: border-box;
    padding: 10px;
    flex: 0 0 50%;
    max-width: 50%;
    object-fit: contain;
}

.marker-item-info-service.marker-item-info {
    flex-direction: column;
    position: fixed;
    transform: translate(0, -50%);
    top: 50%;
}

.marker-item-info-service.marker-item-info > div {
    padding-right: 30px;
}

.marker-item-info-service.marker-item-info > div, .marker-item-info-service.marker-item-info > img {
    flex: 0 0 100%;
    max-width:none;
}

.marker-item-info-service .marker-modal-close {
    display: block;
}

@media(max-width: 768px) {
    .marker-item-info {
        flex-direction: column;
        position: fixed;
        transform: translate(0, -50%);
        top: 50%;
    }

    .marker-item-info > div {
        padding-right: 30px;
    }

    .marker-item-info > div, .marker-item-info > img {
        flex: 0 0 100%;
        max-width:none;
    }

    .marker-modal-close {
        display: block;
    }
}

.marker-map-item-info h4 {
    font-size: 18px;
}

.marker-item-info h4{
    font-size: 23px;
}

.mapael .map {
    position: relative;
}

.mapael .mapTooltip {
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    border-radius: 5px;
    padding: 5px 10px;
    z-index: 1000;
    display: none;
    color: #fff;
}

.marker-map-item-info-item {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCC;
}

.marker-map-item-info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.marker-map-item-info-item p {
    margin-top: 5px;
    font-size: 14px;
}

.marker-map-item-info-item p.marker-map-item-info-item-comment {
    margin-top: 10px;
}
