h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.section h1 { color: #222; font-size: 22px; }
.section h1.news-h2 { color: #222; font-size: 30px; line-height: 38px; }

@media screen and (max-width: 768px) {
  .section h1{ font-size: 16px; line-height: 25px; }
  .section h1.news-h2 { font-size: 22px; line-height: 30px; }
}

h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

h3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
}

p {
  margin-bottom: 10px;
  color: #909090;
  font-size: 16px;
  line-height: 26px;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
}

li {
  color: #909090;
  font-size: 16px;
  line-height: 24px;
}

strong {
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #4f92f6;
  color: #909090;
  font-size: 13px;
  line-height: 25px;
  font-style: italic;
  font-weight: 300;
}

.fixed-table-title {
    width: 100%;
    padding: 5px 0px 10px 0px;
    margin: auto;
    position: fixed;
    top: 198px;
    display: none;
    background-color: #fff;
    box-shadow: 0px 9px 10px 0 rgba(0, 0, 0, .1);
    z-index: 9;
}
.fixed-table-title .table-title h2 {
    margin-bottom: 10px;
}
.table-title {
    max-width: 1680px;
    margin: auto;
    width: 96%;
}
.table-title h2 {
    margin-bottom: 60px;
}
.fixed-table-title .complectation-types-rows-div {
    float: right;
}
.section {
  position: relative;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  /*background-color: #fff;*/
}

.section.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-height: 860px;
  min-height: 768px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section.exterior-slider-section {
  overflow: hidden;
  background-color: #000;
  background-image: none;
  padding-bottom: 0;
}

.section.exterior-slider-section-2 {
  overflow: hidden;
  background-color: #fff;
  background-image: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.inspired-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f92f6;
  background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), -webkit-linear-gradient(270deg, rgba(79, 146, 246, .92), rgba(79, 146, 246, .92)), url('../images/GEELY-ATLAS-Exterior-Part-01-Headlight.jpg');
  background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), linear-gradient(180deg, rgba(79, 146, 246, .92), rgba(79, 146, 246, .92)), url('../images/GEELY-ATLAS-Exterior-Part-01-Headlight.jpg');
  background-position: 0px 0px, 0px 0px, 0px 50%;
  background-repeat: repeat, repeat, no-repeat;
}

.section.capture-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f92f6;
  background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), -webkit-linear-gradient(270deg, rgba(79, 146, 246, .92), rgba(79, 146, 246, .92)), url('../images/GEELY-ATLAS-Exterior-14－Waist.jpg');
  background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), linear-gradient(180deg, rgba(79, 146, 246, .92), rgba(79, 146, 246, .92)), url('../images/GEELY-ATLAS-Exterior-14－Waist.jpg');
  background-position: 0px 0px, 0px 0px, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
}

.section.security-section {
  position: static;
  margin-top: 120px;
  padding-top: 0px;
  padding-bottom: 120px;
}

.section.opacity-car-section {
  padding-top: 0px;
}

.section.winter-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f92f6;
  background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15) 100%, #fff 102%), -webkit-linear-gradient(270deg, rgba(79, 146, 246, .92), rgba(79, 146, 246, .92)), url('../images/winter-bg.jpg');
  background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15) 100%, #fff 102%), linear-gradient(180deg, rgba(79, 146, 246, .92), rgba(79, 146, 246, .92)), url('../images/winter-bg.jpg');
  background-position: 0px 0px, 0px 0px, 0px 100%;
  background-repeat: repeat, repeat, no-repeat;
}

.section.security-boat-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f92f6;
  background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15) 100%, #fff 102%), -webkit-linear-gradient(270deg, rgba(79, 146, 246, .95), rgba(79, 146, 246, .95)), url('../images/materials-bg.jpg');
  background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15) 100%, #fff 102%), linear-gradient(180deg, rgba(79, 146, 246, .95), rgba(79, 146, 246, .95)), url('../images/materials-bg.jpg');
  background-position: 0px 0px, 0px 0px, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
}

.section.materials-section {
  padding-bottom: 0px;
}

.section.capture-2-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f92f6;
  background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), -webkit-linear-gradient(270deg, rgba(79, 146, 246, .92), rgba(79, 146, 246, .92)), url('../images/capture-2-bg.jpg');
  background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), linear-gradient(180deg, rgba(79, 146, 246, .92), rgba(79, 146, 246, .92)), url('../images/capture-2-bg.jpg');
  background-position: 0px 0px, 0px 0px, 100% 100%;
  background-repeat: repeat, repeat, no-repeat;
}

.section.svarka-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f92f6;
  background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), -webkit-linear-gradient(270deg, rgba(79, 146, 246, .92), rgba(79, 146, 246, .92)), url('../images/svarka-2-bg.jpg');
  background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), linear-gradient(180deg, rgba(79, 146, 246, .92), rgba(79, 146, 246, .92)), url('../images/svarka-2-bg.jpg');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, contain;
  background-repeat: repeat, repeat, no-repeat;
}

.section.sborka-slider-cz {
  padding-top: 0px;
}

.section.main-page-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-height: 860px;
  min-height: 768px;
  padding-top: 0px;
  padding-bottom: 0px;
  /*margin-top: 118px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
}

@media (max-width: 767px) {
  .section.main-page-hero-section {
    margin-top: 60px;
  }
}

.section.mainpage-4-years-section {
  overflow: hidden;
  max-height: 468px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f92f6;
  background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), url('../images/hero_guarantee_bg.jpg');
  background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), url('../images/hero_guarantee_bg.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, 1056px;
  background-repeat: repeat, no-repeat;
}

/*.section.corp-section {*/
/*  padding-bottom: 0px;*/
/*}*/

.section.more-news-mainpage-section {
  padding-top: 0;
  padding-bottom: 80px;  
}

.section.top-header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 440px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #000;
}

.section.guar-first-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.ga-section {
  z-index: 3;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4f92f6;
  background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), url('../images/ga_bg_img.jpg');
  background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), url('../images/ga_bg_img.jpg');
  background-position: 0px 0px, 100% 50%;
  background-repeat: repeat, no-repeat;
}

.section.service-first-section {
  padding-bottom: 0px;
}

.section.geely-history-section {
  position: static;
  top: 0px;
  height: 5520px;
  max-width: 100vw;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.histiry-3-section {
  max-width: 100vw;
  padding-top: 0px;
}

.section.first-history-section {
  padding-bottom: 0px;
}

.section.serivce-table-section {
  padding-bottom: 20px;
  padding-top: 0px;
}

.cz {
  display: block;
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1460px) {
  .cz {
    padding: 0 40px;
  }  
}

@media (max-width: 991px) {
  .cz {
    padding: 0 20px;
  }  
}

.cz.hero-cz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cz.bottom-specs-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 15px;
  padding: 0 30px 0 30px;
}
.cz.bottom-specs-cz div {
    width: 175px;
    position: relative;
}
.cz.bottom-specs-cz div {
    background-size: 20px 25px;
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: 0 10px;
}
.cz.bottom-specs-cz div:nth-child(1)  {
    background-image:url('../images/icons/speed.png');
    background-size: 25px 20px;
}

.cz.bottom-specs-cz div:nth-child(4)  {
    background-image:url('../images/icons/time.png');
}

.cz.bottom-specs-cz div:nth-child(2)  {
    background-image:url('../images/icons/power.png');
}

.cz.bottom-specs-cz div:nth-child(3)  {
    background-image:url('../images/icons/fuel.png');
}

.cz.bottom-specs-cz div p {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    margin: 0;
}

.cz.bottom-specs-cz div p:first-child {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
 .cz.bottom-specs-cz {
     display: none;
 }
}

.cz.bottom-navbar-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz.exterior-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cz.price-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-direction: column;
  margin-top: 60px;
  max-width: 1080px;
}

.price-cz-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.price-cz-item {
    max-width: 340px;
    flex: 1 340px;
    padding: 45px;
    margin: 10px;    
    text-align: center;
}

.price-cz-item img {
    margin-bottom: 10px;
}

.price-cz-item p {
    color: #000;
}

.price-cz-item p:nth-child(3) {
    font-size: 23px;
}

.want-this-car-link {
    display: inline-block;
    padding: 6px;
    border: 1px solid #4f92f6;
    color: #000;
    font-size: 13px;
}

.want-this-car-link:hover {
    background-color: #4f92f6;
    color: #FFF;
    box-shadow: 0 15px 20px -10px rgba(79, 146, 246, .5);
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}

.credit-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-direction: row;  
  flex-wrap: wrap;
  margin: 50px -10px 0;
}

.actived-link .color-circle {
    border: 3px solid #4f92f6;
}

.credit-cz > div{
    max-width: 560px;
    width: calc(50% - 20px);
    padding: 25px 40px 25px 40px;
    margin: 10px;
    border: 1px solid #D5D5D5;
    text-align: left;
}

.credit-cz div .standart-button {
    margin-top: 25px;
    display: inline-flex;
}

.credit-cz div h2{
    margin-bottom: 30px;
}

.credit-cz div p{
    padding-left: 38px;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    background-image: url(/assets/template/images/check.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
}

@media (max-width: 767px) {
    .credit-cz {
      margin: 20px 0 0;
    }
    
    .credit-cz > div {
      width: 100%;
    }
}

.conditions-link {
    display: inline-block;
    padding: 20px 55px 20px 55px;
    border: 1px solid #4f92f6;
    background-color: #4f92f6;
    color: #FFF;
    font-size: 26px;
}

.conditions-link:hover {
    color: #4f92f6;
    background-color: white;
    border: 1px solid #4f92f6;
    box-shadow: 0 15px 20px -10px rgba(79, 146, 246, .5);
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
}

.black {
    color: black;
}

.section.assistance-section{
    padding: 0;
}
.cz.assistance-cz {
  background-color: #4f92f6;
}

.providers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}

.providers-container img {
    height: 36px;
    max-width: 130px;
    flex: 1 130px;
    margin: 20px;
}

.new-exterior-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.new-exterior-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  /*padding: 20px 0px 20px 0px;*/
}

.new-exterior-cz div {
    max-width: 560px;
    flex: 1 560px;
}

.new-tech-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.new-tech-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-direction: column;
  padding: 20px 0px 20px 0px;
}
.new-tech-cz > h2,
.new-tech-cz > p{
    text-align: center;
    color: #000;
}
.tech-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #000;
  padding: 60px 40px 60px 40px;
}
.tech-container h3 {
    color: #FFF;
}
.new-tech-cz .tech-container div {
    max-width: 260px;
    flex: 1 260px;
}
.new-tech-cz .tech-container div.tech-column {
    max-width: 90%;
    flex: none;
}
.new-exterior-cz h2 {
    text-align: center;
}
.cz.exterior-slider-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz.exterior-slider-cz-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cz.inspiration-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz.interior-slider-cz {
  max-width: 980px;
}

.cz.security-tab-cz {
  max-width: 980px;
}

.cz.capture-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cz.footer-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cz.opacity-car-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz.winter-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cz.systems-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cz.boat-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cz.materials-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cz.sborka-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz.svarka-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz.painting-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cz.complectation-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1680px;
}

.cz.fixed-complectation-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cz.mainpage-slide-cz {
  position: relative;
  z-index: 3;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 1380px;
  margin: 0 auto;
    /*margin-top: 118px;*/
    /*margin-bottom: 200px;*/
    /*max-width: 470px;*/
    /*width: 39%;*/
    /*margin-left: 11%;*/
    /*color: #fff;*/
    /*padding: 50px 50px;*/
    /*min-width: 340px;*/
}

.cz.mainpage-advantages-cz,
.cz.mainpage-services-cz,
.cz.mainpage-partners-cz,
.cz.mainpage-u-can-cz,
.cz.mainpage-free-test-drive-cz{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cz.mainpage-advantages-cz .advantage{
    order: 0;
    flex: 1 calc( 25% - 40px);
}

.cz.mainpage-free-test-drive-cz .free-test-drive {
    order: 0;
    flex: 1 calc( 20% - 40px);
}

@media (max-width: 768px) {
  .mainpage-free-test-drive-section {
    padding-top: 0;
  }
}
/*.cz.mainpage-free-test-drive-cz div{
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 120px;
}*/
.cz.mainpage-free-test-drive-cz .image-1 {
    background-position: 50% 16%;
    background-size: 200px 75px;
    background-image: url('/assets/template/images/free-test-drive/auto-for-test-drive.png');
}

.cz.mainpage-free-test-drive-cz div.free-test-drive.image-2 {
    background-size: 90px 100px;
    background-image: url('/assets/template/images/free-test-drive/test-drive-appointment.png');
}

.cz.mainpage-free-test-drive-cz .image-3 {
    background-size: 100px 100px;
    background-image: url('/assets/template/images/free-test-drive/visit-center.png');
}

.cz.mainpage-free-test-drive-cz .image-4 {
    background-size: 70px 100px;
    background-image: url('/assets/template/images/free-test-drive/filling-in-the-questionnaire.png');
}

.cz.mainpage-free-test-drive-cz .image-5 {
    background-size: 100px 100px;
    background-image: url('/assets/template/images/free-test-drive/free-test-drive.png');
}
.cz.mainpage-free-test-drive-cz div.free-test-drive p {
    position: relative;
    padding: 40px 40px 0 40px;
}
.cz.mainpage-free-test-drive-cz div.free-test-drive p:before {
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    background-color: #006BB1;
    top: 0;
    right: 0;
    margin-top: 8px;
}
.cz.mainpage-free-test-drive-cz div.free-test-drive p:after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #006BB1;
    border-radius: 10px;
    position: absolute;
    border: 1px solid white;
    top: 0;
    right: 50%;
}
.cz.mainpage-free-test-drive-cz div.free-test-drive:nth-child(2) p:before {
    width: 50%;
}

.cz.mainpage-free-test-drive-cz div.free-test-drive:last-child p:before {
    width: 50%;
    left: 0;
}
/* .cz.mainpage-advantages-cz h2 {
    color: #4f92f6;
} */
.cz.mainpage-u-can-cz .u-can p{
    text-align: left;
    padding-left: 25px;
    background-image: url(/assets/template/images/check.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: 0 50%;
}
.cz.mainpage-advantages-cz .advantage:first-child,
.cz.mainpage-u-can-cz .u-can:first-child,
.cz.mainpage-free-test-drive-cz .free-test-drive:first-child{
    flex: 1 100%;
}

@media (max-width: 768px) {
   .cz.mainpage-advantages-cz .advantage {
        flex: 1 calc( 50% - 40px);
    }
}

@media (max-width: 374px) {
   .cz.mainpage-advantages-cz .advantage {
        flex: 1 200%;
    }
}

.cz.mainpage-services-cz .services {
    order: 0;
    flex: 1 calc( 20% - 40px);
}

.cz.mainpage-services-cz .services:first-child {
    flex: 1 100%;
}

.cz.mainpage-services-cz p.services:last-child {
    flex: 1 100%;
}

@media (max-width: 768px) {
   .cz.mainpage-services-cz .services {
        flex: 1 calc( 50% - 40px);
    }
}

@media (max-width: 374px) {
   .cz.mainpage-services-cz .services {
        flex: 1 200%;
    }
}

.cz.mainpage-partners-cz .partners {
    order: 0;
    flex: 1 calc( 20% - 40px);
}

.cz.mainpage-partners-cz .partners:first-child {
    flex: 1 100%;
}

@media (max-width: 768px) {
   .cz.mainpage-partners-cz .partners {
        flex: 1 calc( 50% - 40px);
    }
}

@media (max-width: 374px) {
   .cz.mainpage-partners-cz .partners {
        flex: 1 200%;
    }
}

.cz.mainpage-models-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.cz._4-years-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cz.more-news-mainpage-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.cz.top-header-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cz.news-page-cz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cz.guarantee-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cz.ga-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cz.ga-services-cz {
  display: block;
}

.cz.service-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cz.history-3-section-cz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cz.corp-clients-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar.fixed-nvb {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;  
}

@media (max-width: 991px) {
  .navbar-right-side {
    justify-content: flex-end;
  }  
}

.logo {
  width: 160px;
  height: 60px;
  background-image: url('../images/Logo.png');
  background-position: 50% 50%;
  background-size: 104px;
  background-repeat: no-repeat;
}

.logo:hover {
  opacity: 0.5;
}

.logo.footer-logo {
  width: 80px;
  margin-right: 20px;
  background-image: url('../images/footer-logo.png');
  background-size: 80px;
}

.logo.menu-logo {
  width: 280px;
  height: 50px;
  margin-bottom: 40px;
  background-image: url('../images/geely-horizontal-logo.png');
  background-position: 0px 0px;
  background-size: 280px;
}

.navbar-left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger, .close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100%;
  margin-right: 20px;
  padding-left: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}


@media (max-width: 991px) {
  .burger, .close {
    margin-right: 0;
  }
  
  .close { width: 16px; height: 16px; background: url(../images/icons/close.svg) no-repeat; }
}

.burger-line-1 {
  width: 24px;
  height: 3px;
  background-color: #fff;
}

.burger-line-1.burger-line-1-black {
  background-color: #000;
}

.burger-line-2 {
  width: 24px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #fff;
}

.burger-line-2.burger-line-2-black {
  background-color: #000;
}

.burger-line-3 {
  width: 24px;
  height: 3px;
  background-color: #fff;
}

.burger-line-3.burger-line-3-black {
  background-color: #000;
}

.navbar-link {
  margin-right: 20px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: none;
}

.navbar-link:hover {
  color: #4f92f6;
}

.navbar-link.navbar-black-link {
  color: #909090;
  cursor: pointer;
}

.navbar-link.navbar-black-link:hover {
  color: #4f92f6;
}

.navbar-number {
  font-family: 'Proxima nova', sans-serif;
  color: #222;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.short-number {
  display: inline-block;
  max-width: 83px;
  margin-right: 15px;
  
  color: #909090;
  font-size: 14px;
  line-height: 1.143;
  text-align: right;
}

.navbar-number.navbar-short-number {
  display: inline-block;
  color: #4f92f6;
  font-size: 40px;
  line-height: 1;
}

.navbar-number:hover {
  color: #4f92f6;
}

.navbar-number.menu-number {
  color: #4f92f6;
  font-size: 26px;
  line-height: 26px;
}

.navbar-number.navbar-blue-number {
  color: #4f92f6;
}

.navbar-number.navbar-blue-number:hover {
  opacity: 0.5;
}

.icon {
  font-family: 'Fontawesome webfont', sans-serif;
}

.icon.phone-icon {
  display: inline;
  font-size: 14px;
}

.number-desc-ab {
  display: none;
  font-family: 'Proxima nova', sans-serif;
  color: #979797;
}

.hero-black-bg {
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: -20px;
  background-image: url('../images/black-blured-bg-altas.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.mountains-bg {
  position: absolute;
  z-index: 0;
  width: 1300px;
  height: 400px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/mountains.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}
.emgrandx7-bg {
  position: absolute;
  z-index: 3;
  width: 1300px;
  height: 400px;
  margin-top: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/h1-emgrand.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
}

.hero-bg-car {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 478px;
  max-width: 1920px;
  min-width: 1200px;
  background-image: url('../images/hero-car-bg.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-bg-car-emgrand {
  /*position: absolute;*/
  left: auto;
  right: auto;
  bottom: 0px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  min-width: 1200px;
  background-image: url('../images/emgrand.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-section-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right {
  float: right;
}

.hero-section-middle-line {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.black {
  color: black;
}

.hero-section-middle-line-right {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price-ab {
  margin-top: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #979797;
  font-weight: 300;
}

.price-ab-black {
  margin-top: 20px;
  font-family: 'Proxima nova', sans-serif;
  color: #000
  font-weight: 300;
}

.price-bold {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.price-bold-black {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.mouse-downcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

.mouse-downcontent:hover {
  opacity: 0.8;
}

.mouse-border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 36px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 15px;
}

.mouse-border-black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 36px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 15px;
}

.mouse-wheel {
  width: 2px;
  height: 6px;
  margin-top: 6px;
  border-radius: 15px;
  background-color: #fff;
}

.mouse-wheel-black {
  width: 2px;
  height: 6px;
  margin-top: 6px;
  border-radius: 15px;
  background-color: #000;
}

.bottom-navbar {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 145px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
  flex-direction: column;
}

.bottom-navbar-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-navbar-link {
  margin-right: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Proxima nova', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.bottom-navbar-link:hover {
  color: #4f92f6;
}

.bottom-navbar-link.w--current {
  color: #4f92f6;
}

.bottom-navbar-link.blue {
  color: #4f92f6;
}

.standart-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Proxima nova', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.models-nav-text .standart-button {
  display: inline-flex;
}

.standart-button:hover {
  background-color: #4f92f6;
  box-shadow: 0 15px 20px -10px rgba(79, 146, 246, .5);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}


.standart-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4f92f6;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Proxima nova', sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: center; 
  margin-right: 30px;
}

.standart-button-2:hover {
  background-color: #fff;
  border: 2px solid #4f92f6;
  color: #000;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}



.standart-button:active {
  box-shadow: 0 12px 20px -10px rgba(79, 146, 246, .7);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.standart-button.white-button {
  margin-left: 20px;
  border: 2px solid #fff;
  background-color: transparent;
}

.standart-button.white-button:hover {
  border-color: transparent;
  background-color: #000;
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
}

.standart-button.white-button.guarantee-wihte-button {
  margin-top: 30px;
  margin-left: 0px;
}

.standart-button.white-button.news-wihte-button {
  margin-left: 0px;
}

.standart-button.white-button.news-wihte-button:hover {
  background-color: #4f92f6;
  box-shadow: 0 15px 20px -10px rgba(79, 146, 246, .5);
}

.standart-button.black-button:hover {
  background-color: #000;
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
}

.standart-button.call-back-button {
  margin-top: 10px;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}

.standart-button.call-back-button:hover {
  border-color: #4f92f6;
  background-color: #4f92f6;
  color: #fff;
}

.standart-button.full-width-button {
  width: 100%;
}

.standart-button.blue-button {
  background-color: #4f92f6;
}

.standart-button.hero-slider-second-button {
  margin-top: 10px;
  border: 2px solid #fff;
  background-color: #fff;
  color: #000;
}

.standart-button.hero-slider-second-button:hover {
  border-color: transparent;
  background-color: #4f92f6;
  box-shadow: 0 15px 20px -10px rgba(79, 146, 246, .5);
}

.standart-button.margin-40-px-button {
  position: relative;
  z-index: 3;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.standart-button.contacts-button {
  margin-bottom: 30px;
}

.standart-button.call-back-service-button {
  margin-top: 0px;
  margin-left: 20px;
  border: 2px solid #000;
  background-color: transparent;
  color: #000;
}

.standart-button.call-back-service-button:hover {
  border-color: #4f92f6;
  background-color: #4f92f6;
  color: #fff;
}

.standart-button.download-broshure-button {
  margin-top: 30px;
  margin-left: 0px;
  border: 2px solid #fff;
  background-color: transparent;
}

.standart-button.download-broshure-emgrand-button {
  margin-top: 30px;
  margin-left: 0px;
  background-color: #4f92f6;
}

.standart-button.download-broshure-emgrand-button:hover {
  border-color: transparent;
  background-color: #4f92f6;
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
}

.standart-button.download-broshure-button:hover {
  border-color: transparent;
  background-color: #4f92f6;
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, .5);
}

.exterior-images-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  margin-right: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.exterior-image-1 {
  position: relative;
  z-index: 1;
  width: 480px;
  height: 400px;
  background-image: url('../images/Desing-Image-1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
}

.exterior-image-2 {
  position: relative;
  z-index: 2;
  width: 200px;
  height: 160px;
  margin-top: -120px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/desing-image-3.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 40px 50px -20px rgba(0, 0, 0, .5);
}

.exterior-image-3 {
  position: relative;
  z-index: 2;
  width: 280px;
  height: 200px;
  margin-top: -90px;
  margin-right: 50px;
  background-image: url('../images/desing-image-2.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
}

/*Emgrand x7*/
.exterior-emgrandx7-image-1 {
  position: relative;
  z-index: 1;
  width: 480px;
  height: 400px;
  background-image: url('../images/480x400.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
}

.exterior-emgrandx7-image-2 {
  position: relative;
  z-index: 2;
  width: 200px;
  height: 160px;
  margin-top: -120px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/160x200.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 40px 50px -20px rgba(0, 0, 0, .5);
}

.exterior-emgrandx7-image-3 {
  position: relative;
  z-index: 2;
  width: 280px;
  height: 200px;
  margin-top: -90px;
  margin-right: 50px;
  background-image: url('../images/280x200.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
}
/*Emgrand x7*/

.desing-text-div {
  max-width: 460px;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.standart-text {
  font-family: 'Proxima nova', sans-serif;
  color: #909090;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.standart-text.white-ab {
  color: #fff;
}

.standart-text._14-pt {
  font-size: 14px;
  line-height: 23px;
}

.standart-text.material-ab {
  margin-top: -4px;
}

.standart-text.blue-ab {
  color: #4f92f6;
  font-weight: 600;
}

.standart-text.blue-ab.service-to {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.standart-text.mainpage-models-banners-ab {
  margin-top: -25px;
  color: #fff;
}

.standart-text.margin-40-px {
  margin-bottom: 40px;
}

.standart-text.models-nav-ps-ab {
  /*max-width: 380px;*/
  margin-bottom: 20px;
  font-size: 14px;
}

.standart-text.models-nav-ps-ab.models-nav-menu-ps-ab {
  margin-top: 30px;
}

.standart-text._15-pt {
  font-size: 15px;
  line-height: 25px;
}

.standart-text.service-desc-ab {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 23px;
}

.standart-text.black-16-pt {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
}

.quote-div {
  margin-top: 50px;
}

.quote-div.quote-botom-div {
  margin-top: 30px;
}

.quote-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.quote-line.quote-bottom-line {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Proxima nova', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.quote-sing {
  width: 24px;
  height: 19px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/quote.png');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.quote-ab {
  font-family: Vollkorn, serif;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.peter-image {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 100%;
  background-image: url('../images/Peter-Photo.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

._16pt-italic {
  color: #a7a7a7;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.exterior-slider {
  width: 96%;
  height: 100%;
  max-width: 780px;
  background-color: transparent;
}

.exterior-slider-nav {
  height: 2px;
  margin-bottom: -58px;
}

.exterior-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 102%;
  margin-left: -104%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.exterior-slider-arrow:hover {
  opacity: 1;
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
}

.exterior-slider-arrow.exterior-slider-arrow-next {
  width: 102%;
  margin-right: -104%;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.exterior-slider-arrow.exterior-slider-arrow-next:hover {
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
}

.arrow-large {
  width: 42px;
  height: 12px;
  margin-right: 38px;
  background-image: url('../images/back-long-arrow-black.png');
  background-position: 0px 50%;
  background-size: 42px;
  background-repeat: no-repeat;
}

.arrow-large.arrow-large-next {
  margin-left: 38px;
  background-image: url('../images/next-long-arrow-black.png');
  background-size: 42px;
}

.mask {
  overflow: visible;
}

.extrior-slide h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.extrior-slide h2,
.extrior-slide p{
    text-align: center;
    color: #000;
}
.safety-detail-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 380px;
  background-image: url('../images/atlas-safety/atlas-safety-1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.safety-detail-image.safety-detail-image2 {
  background-image: url('../images/atlas-safety/atlas-safety-2.jpg');
  /* background-size: auto; */
}

.safety-detail-image.safety-detail-image3 {
  background-image: url('../images/atlas-safety/atlas-safety-3.jpg');
  /* background-size: auto; */
}

.safety-detail-image.safety-detail-image4 {
  background-image: url('../images/atlas-safety/atlas-safety-4.jpg');
  /* background-size: auto; */
}

.safety-detail-image.safety-detail-image5 {
  background-image: url('../images/atlas-safety/atlas-safety-5.jpg');
  /* background-size: auto; */
}

.safety-detail-image.safety-detail-image6 {
  background-image: url('../images/atlas-safety/atlas-safety-6.jpg');
  /* background-size: auto; */
}

.safety-detail-image.safety-detail-image7 {
  background-image: url('../images/atlas-safety/atlas-safety-7.jpg');
  /* background-size: auto; */
}

.safety-detail-image.safety-detail-image8 {
  background-image: url('../images/atlas-safety/atlas-safety-8.jpg');
  /* background-size: auto; */
}

.tech-detail-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 380px;
  background-image: url('../images/atlas-tech/atlas-tech-1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tech-detail-image.tech-detail-image2 {
  background-image: url('../images/atlas-tech/atlas-tech-2.jpg');
  /* background-size: auto; */
}

.tech-detail-image.tech-detail-image3 {
  background-image: url('../images/atlas-tech/atlas-tech-3.jpg');
  /* background-size: auto; */
}

.tech-detail-image.tech-detail-image4 {
  background-image: url('../images/atlas-tech/atlas-tech-4.jpg');
  /* background-size: auto; */
}

.tech-detail-image.tech-detail-image5 {
  background-image: url('../images/atlas-tech/atlas-tech-5.jpg');
  /* background-size: auto; */
}

.tech-detail-image.tech-detail-image6 {
  background-image: url('../images/atlas-tech/atlas-tech-6.jpg');
  /* background-size: auto; */
}

.tech-detail-image.tech-detail-image7 {
  background-image: url('../images/atlas-tech/atlas-tech-7.jpg');
  /* background-size: auto; */
}

.tech-detail-image.tech-detail-image8 {
  background-image: url('../images/atlas-tech/atlas-tech-8.jpg');
  /* background-size: auto; */
}

.tech-detail-image.tech-detail-image9 {
  background-image: url('../images/atlas-tech/atlas-tech-9.jpg');
  /* background-size: auto; */
}

.tech-detail-image.tech-detail-image10 {
  background-image: url('../images/atlas-tech/atlas-tech-10.jpg');
  /* background-size: auto; */
}
.interior-detail-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 380px;
  background-image: url('../images/atlas-interior/atlas-interior-1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.interior-detail-image.interior-detail-image2 {
  background-image: url('../images/atlas-interior/atlas-interior-2.jpg');
  /* background-size: auto; */
}

.interior-detail-image.interior-detail-image3 {
  background-image: url('../images/atlas-interior/atlas-interior-3.jpg');
  /* background-size: auto; */
}

.interior-detail-image.interior-detail-image4 {
  background-image: url('../images/atlas-interior/atlas-interior-4.jpg');
  /* background-size: auto; */
}

.interior-detail-image.interior-detail-image5 {
  background-image: url('../images/atlas-interior/atlas-interior-5.jpg');
  /* background-size: auto; */
}

.extrior-slide {
  margin-right: 0px;
  margin-left: 0px;
}

.exterior-detail-image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 380px;
  background-image: url('../images/atlas-exterior/atlas-exterior-1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.exterior-detail-image.exterior-detail-image2 {
  background-image: url('../images/atlas-exterior/atlas-exterior-2.jpg');
  /* background-size: auto; */
}

.exterior-detail-image.exterior-detail-image3 {
  background-image: url('../images/atlas-exterior/atlas-exterior-3.jpg');
  /* background-size: auto; */
}

.exterior-detail-image.exterior-detail-image4 {
  background-image: url('../images/atlas-exterior/atlas-exterior-4.jpg');
  /* background-size: auto; */
}

.exterior-detail-image.exterior-detail-image5 {
  background-image: url('../images/atlas-exterior/atlas-exterior-5.jpg');
  /* background-size: auto; */
}

.exterior-detail-image.exterior-detail-image6 {
  background-image: url('../images/atlas-exterior/atlas-exterior-6.jpg');
  /* background-size: auto; */
}

.exterior-detail-image.exterior-detail-image7 {
  background-image: url('../images/atlas-exterior/atlas-exterior-7.jpg');
  /* background-size: auto; */
}

.exterior-detail-image.exterior-detail-image8 {
  background-image: url('../images/atlas-exterior/atlas-exterior-8.jpg');
  /* background-size: auto; */
}

/* .exterior-detail-image.exterior-detail-image5 {
  background-image: url('../images/GEELY-ATLAS-Exterior-Part-07-Wiper-copy.jpg');
  background-size: auto;
}

.exterior-detail-image.exterior-detail-image6 {
  background-image: url('../images/GEELY-ATLAS-Exterior-Part-11-N-front.jpg');
  background-size: auto;
} */

.exterior-detail-image-emgrandx7 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 380px;
  background-image: url('../images/EMGRAND X72016-Exterior Part 01-S001.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.exterior-detail-image.exterior-detail-image2-emgrandx7 {
  background-image: url('../images/EMGRAND X72016-Exterior Part 05-S005.jpg');
  background-size: auto;
}

.exterior-detail-image.exterior-detail-image3-emgrandx7 {
  background-image: url('../images/EMGRAND X72016-Exterior Part 07-S007.jpg');
  background-size: auto;
}

.exterior-detail-image.exterior-detail-image4-emgrandx7 {
  background-image: url('../images/EMGRAND X72016-Exterior Part 03-S003g.jpg');
  background-size: auto;
}

.exterior-detail-image.exterior-detail-image5-emgrandx7 {
  background-image: url('../images/EMGRAND X72016-Exterior Part 04-S004.JPG');
  background-size: auto;
}

.exterior-detail-image.exterior-detail-image6-emgrandx7 {
  background-image: url('../images/EMGRAND X72016-Exterior Part 02-S002-1.jpg');
  background-size: auto;
}
.exterior-detail-image.exterior-detail-image7-emgrandx7 {
  background-image: url('../images/EMGRAND X72016-Exterior Part 02-S002-2.jpg');
  background-size: auto;
}
.exterior-image-shadow {
  display: block;
  width: 84%;
  height: 400px;
  max-width: 800px;
  margin: -380px auto -20px;
  /* background-color: #4f92f6; */
  opacity: 0.25;
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.white-h2 {
  margin-bottom: 40px;
  color: #fff;
}

.white-h2.slider-h2 {
  margin-bottom: 60px;
}

.inspiration-right-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  padding-top: 120px;
  padding-bottom: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.car-exterior-details-div {
  width: 55vw;
  height: 69vh;
  max-height: 625px;
  max-width: 648px;
  margin-top: 30px;
  background-image: url('../images/car1.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.car-exterior-details-div-emgrand-back {
  width: 55vw;
  height: 69vh;
  max-height: 625px;
  max-width: 648px;
  margin-top: 100px;
  background-image: url('../images/back-emgrand.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.car-exterior-details-div-emgrand-front {
  width: 55vw;
  height: 69vh;
  max-height: 625px;
  max-width: 648px;
  margin-top: 100px;
  background-image: url('../images/front-emgrand.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.car-detail {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: -15%;
  margin-left: 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .7);
}

.car-detail-emgrandx7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: -15%;
  margin-left: 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .7);
}

.car-detail.car-detail2 {
  margin-top: 2%;
  margin-left: 45%;
}

.car-detail.car-detail3 {
  margin-top: 11%;
  margin-left: 78%;
}

/*Front*/
.car-detail-emgrandx7.car-detail-front1 {
  margin-top: 1%;
  margin-left: 15%;
}
.car-detail-emgrandx7.car-detail-front2 {
  margin-top: 12%;
  margin-left: 13%;
}
.car-detail-emgrandx7.car-detail-front3 {
  margin-top: 2%;
  margin-left: 48%;
}

.car-detail-emgrandx7.car-detail-front4 {
  margin-top: -2%;
  margin-left: 78%;
}

.car-detail-emgrandx7.car-detail-front5 {
  margin-top: 8%;
  margin-left: 50%;
}

.car-detail-emgrandx7.car-detail-front6 {
  margin-top: 0%;
  margin-left: 30%;
}
/*front*/


/*back*/
.car-detail-emgrandx7.car-detail-back1 {
  margin-top: 25%;
  margin-left: 30%;
}

.car-detail-emgrandx7.car-detail-back2 {
  margin-top: 10%;
  margin-left: 50%;
}
/*back*/

.interior-slider-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -190px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.interior-slider-div-emgrandx7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.interior-desc {
  position: relative;
  z-index: 3;
  width: 580px;
  height: 380px;
  max-width: 580px;
  padding: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #000;
}

.interior-desc-slider-arrows-div {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 60px;
  float: left;
  background-color: #c4c4c4;
}

.slider-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #b8b8b8;
  background-color: #c4c4c4;
}

.slider-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c4c4c4;
}

.little-arrow {
  width: 22px;
  height: 12px;
  background-image: url('../images/arrow-next.png');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.little-arrow.little-back-arrow {
  position: static;
  background-image: url('../images/arrow-back.png');
  background-size: 22px;
}

.interior-details-slider-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  height: 380px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.interior-photos-slider {
  width: 380px;
  height: 300px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.interior-photo-slide {
  margin-right: 20px;
}

.interior-photo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/GEELY-ATLAS-Interior-01-GPS-screen-side22.jpg');
  background-position: 0px 100%;
  background-size: 450px;
  background-repeat: no-repeat;
  box-shadow: none;
}

.interior-photo:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.interior-photo.interior-photo-2 {
  background-image: url('../images/GEELY-ATLAS-Interior-03--Dash-board.jpg');
  background-position: 50% 50%;
  background-size: 401px;
}

.interior-photo.interior-photo3 {
  background-image: url('../images/GEELY-ATLAS-Interior-04--Air-Vent.jpg');
  background-size: 482px;
}

.interior-photo.interior-photo4 {
  background-image: url('../images/GEELY-ATLAS-Interior-06--Center-armrest-storage-space-copy-copy.jpg');
  background-position: 50% 50%;
  background-size: 450px;
}

.interior-photo.interior-photo5 {
  background-image: url('../images/GEELY-ATLAS-Interior-07--Air-purification-Switch.jpg');
  background-size: 450px;
}

.interior-photo.interior-photo6 {
  background-image: url('../images/GEELY-ATLAS-Interior-08-Front-storage-copy34.jpg');
  background-position: 100% 100%;
  background-size: 450px;
}

.interior-photo.interior-photo7 {
  background-image: url('../images/GEELY-ATLAS-Interior-10--Electronic-handbrake.Pay-sheet-file.jpg');
  background-size: 434px;
}

.interior-photo.interior-photo8 {
  background-image: url('../images/GEELY-ATLAS-Interior-11--Rear-seat-space-copy-copy.jpg');
  background-size: 450px;
}

.interior-photo.interior-photo9 {
  background-image: url('../images/GEELY-ATLAS-Interior-13--Chia-Tai-Interior.jpg');
  background-position: 0px 100%;
  background-size: 570px;
}

.interior-photo.interior-photo10 {
  background-image: url('../images/GEELY-ATLAS-Interior-17-Speakers.Pay-sheet-file.jpg');
  background-position: 50% 50%;
  background-size: 449px;
}

.interior-photo.interior-photo11 {
  background-image: url('../images/GEELY-ATLAS-Interior-21-Front-driving-space.jpg');
  background-size: 450px;
}

.interior-photo.interior-photo12 {
  background-image: url('../images/GEELY-ATLAS-Interior-22-Air-conditioning-knobs.jpg');
  background-position: 50% 50%;
  background-size: 450px;
}

.interior-photo.interior-photo13 {
  background-image: url('../images/GEELY-ATLAS-Interior-24-A-key-to-start.Pay-sheet-file.jpg');
  background-size: 447px;
}

.interior-photo.interior-photo14 {
  background-image: url('../images/GEELY-ATLAS-Interior-26-Gated-.Pay-sheet-file.jpg');
  background-size: 450px;
}

.interior-photo.interior-photo15 {
  background-image: url('../images/GEELY-ATLAS-Interior-29-Intelligent-Control.jpg');
  background-size: 450px;
}

.interior-photo.interior-photo16 {
  background-image: url('../images/GEELY-ATLAS-Interior-31--Large-interior-control.jpg');
  background-position: 50% 50%;
  background-size: 455px;
}

.interior-photo.interior-photo17 {
  background-image: url('../images/GEELY-ATLAS-Interior-36-Steering-wheel-copy-copy.jpg');
  background-size: 461px;
}

.interior-photo.interior-photo18 {
  background-image: url('../images/GEELY-ATLAS-Interior-39-Shift-lever-copy-copy.jpg');
  background-position: 0px 100%;
  background-size: 450px;
  background-repeat: no-repeat;
}

.interior-photo.interior-photo19 {
  background-image: url('../images/GEELY-ATLAS-Interior-51-Turn-signal-cross-sheet.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
/*Emgrand X7*/

.interior-photo-emgrandx7 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 01.jpg');
  background-position: 0px 100%;
  background-size: 450px;
  background-repeat: no-repeat;
  box-shadow: none;
}

.interior-photo:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.interior-photo.interior-emgrandx7-photo2 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 02.jpg');
  background-position: 50% 50%;
  background-size: 435px;
}

.interior-photo.interior-emgrandx7-photo3 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 03.jpg');
  background-size: 482px;
}

.interior-photo.interior-emgrandx7-photo4 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 04.jpg');
  background-position: 50% 50%;
  background-size: 450px;
}

.interior-photo.interior-emgrandx7-photo7 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 07.jpg');
  background-size: 434px;
}

.interior-photo.interior-emgrandx7-photo8 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 08.jpg');
  background-size: 450px;
}

.interior-photo.interior-emgrandx7-photo9 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 09.jpg');
  background-position: 0px 100%;
  background-size: 570px;
}

.interior-photo.interior-emgrandx7-photo10 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 10.jpg');
  background-position: 50% 50%;
  background-size: 449px;
}

.interior-photo.interior-emgrandx7-photo11 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 10-1.jpg');
  background-size: 450px;
}

.interior-photo.interior-emgrandx7-photo12 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 12.jpg');
  background-position: 50% 50%;
  background-size: 450px;
}

.interior-photo.interior-emgrandx7-photo13 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 13.jpg');
  background-size: 447px;
}

.interior-photo.interior-emgrandx7-photo14 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 14.jpg');
  background-size: 450px;
}

.interior-photo.interior-emgrandx7-photo15 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 15.jpg');
  background-size: 450px;
}

.interior-photo.interior-emgrandx7-photo17 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 16.jpg');
  background-size: 461px;
}

.interior-photo.interior-emgrandx7-photo18 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 17.jpg');
  background-position: 0px 100%;
  background-size: 450px;
  background-repeat: no-repeat;
}

.interior-photo.interior-emgrandx7-photo19 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 18.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}

.interior-photo.interior-emgrandx7-photo20 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 19.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}

.interior-photo.interior-emgrandx7-photo21 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 20.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo22 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 21.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo23 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 23.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo24 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 24.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo25 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 25.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo26 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 26.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo27 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 27.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo28 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 28.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo29 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 29.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo30 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 30.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo31 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 31.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo32 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 32.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo33 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 33.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo34 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 34.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo35 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 35.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo36 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 36.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo37 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 37.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo38 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 38.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo39 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 39.jpg');
  background-position: 100% 0px;
  background-size: 482px;
}
.interior-photo.interior-emgrandx7-photo40 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 40.jpg');
  background-size: 450px;
}

.interior-photo.interior-emgrandx7-photo41 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 41.jpg');
  background-position: 100% 100%;
  background-size: 450px;
}

.interior-photo.interior-emgrandx7-photo47 {
  background-image: url('../images/emgrand-x7-interior/EMGRAND X72016-Interior 47.jpg');
  background-size: 450px;
}

/*Emgrand X7*/

.interior-photo.sborka-photo-1 {
  background-image: url('../images/sborka_photo_1.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.interior-photo.sborka-photo-2 {
  background-image: url('../images/sborka_photo_2.jpg');
  background-size: cover;
}

.interior-photo.sborka-photo-4 {
  background-image: url('../images/sborka_photo_4.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.interior-photo.sborka-photo-5 {
  background-image: url('../images/sborka_photo_5.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.interior-photo.sborka-photo-7 {
  background-image: url('../images/sborka_photo_7.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.interior-photo.sborka-photo-8 {
  background-image: url('../images/sborka_photo_8.JPG');
  background-position: 50% 100%;
  background-size: cover;
}

.interior-photo.sborka-photo-9 {
  background-image: url('../images/sborka_photo_9.JPG');
  background-position: 100% 100%;
  background-size: cover;
}

.interior-photo.sborka-photo-10 {
  background-image: url('../images/sborka_photo_10.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.interior-photo.sborka-photo-11 {
  background-image: url('../images/bolt-tech-image.jpg');
  background-size: auto;
}

.interior-photo.service-photo-1 {
  background-image: url('../images/service_5.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.interior-photo.service-photo-2 {
  background-image: url('../images/service_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.interior-photo.service-photo-3 {
  background-image: url('../images/service_3.jpg');
  background-size: cover;
}

.interior-photo.service-photo-4 {
  background-image: url('../images/service_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.int-photo-whiter {
  position: relative;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: -300px;
  background-color: hsla(0, 0%, 100%, .85);
}

.int-photo-shadow {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 280px;
  max-width: 540px;
  min-width: 340px;
  margin-top: -290px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  box-shadow: 0 40px 80px -10px rgba(0, 0, 0, .7);
  -webkit-filter: none;
  filter: none;
}

.body {
  font-family: 'Proxima nova', sans-serif;  
}

.interior-slider-mask {
  overflow: visible;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 20px;
  margin-bottom: 40px;
  padding: 0px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #4f92f6;
  background-color: transparent;
  font-family: 'Proxima nova', sans-serif;
  color: #4f92f6;
  font-size: 15px;
  font-weight: 600;
}

.tab-link:hover {
  background-color: rgba(79, 146, 246, .5);
  color: #fff;
}

.tab-link.w--current {
  background-color: #4f92f6;
  color: #fff;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.security-photo {
  width: 680px;
  height: 320px;
  margin-right: 40px;
  background-image: url('../images/GEELY-ATLAS-CG-23-A-copy-of-the-intelligent-voice-1.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
}

.security-photo.security-photo3 {
  background-image: url('../images/GEELY-ATLAS-CG-08-Urban-crash-cross-file.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.security-photo.security-photo4 {
  background-image: url('../images/GEELY-ATLAS-Interior-47-Gasbag.Pay-sheet-file.jpg');
  background-position: 100% 0px;
  background-size: auto;
}

.security-photo.security-photo2 {
  background-image: url('../images/360-view.jpg');
  background-size: auto;
}

/*Фото таба Emgrand*/
.security-photo-emgrandx7 {
  width: 680px;
  height: 320px;
  margin-right: 40px;
  background-image: url('../images/emgrand-1.jpg');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
}

.security-photo.security-emgrandx7-photo1 {
  background-image: url('../images/emgrand-2.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.security-photo.security-emgrandx7-photo2 {
  background-image: url('../images/emgrand-2.jpg');
  background-position: 100% 0px;
  background-size: auto;
}

.security-photo.security-emgrandx7-photo3 {
  background-image: url('../images/360-view.jpg');
  background-size: auto;
}
/*Фото табы Emgrand*/

.tabs-content {
  overflow: visible;
}

.security-desc {
  width: 280px;
}

.capture-header-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 680px;
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.capture-header-div.years-capture-div {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.buttons-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #000;
}

.footer-13pt-ab {
  max-width: 380px;
  margin-right: 20px;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Proxima nova', sans-serif;
  color: #909090;
  font-size: 13px;
  line-height: 21px;
}

.footer-13pt-ab.pb-ab {
  margin-top: 20px;
}

.footer-13pt-ab.menu-footer-cr {
  padding-right: 0px;
}

.pblink {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

.pblink:hover {
  color: #4f92f6;
}

.pblink.pb-blue-link {
  color: #4f92f6;
}

.footer-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 380px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-links-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 180px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-link {
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  cursor: pointer;
}

.footer-link:hover {
  color: #4f92f6;
}

.footer-link.footer-adress-link {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 0px;
}

.footer-contact-number-ab {
  margin-bottom: 20px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 23px;
}

.car-detail-info {
  position: absolute;
  z-index: 10;
  width: 20vw;
  max-width: 300px;
  min-width: 200px;
  margin-top: 60px;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .7);
}
.car-detail-info-emgrandx7 {
  position: absolute;
  z-index: 10;
  width: 20vw;
  max-width: 300px;
  min-width: 200px;
  margin-top: 30px;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, .7);
}


.slider-left-interior {
  position: absolute;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: -40px;
  margin-left: -140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #b8b8b8;
  background-color: #c4c4c4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slider-left-interior:active {
  padding-top: 3px;
}

.slider-right-interior {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-right: 400px;
  margin-bottom: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #b8b8b8;
  background-color: #c4c4c4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slider-right-interior:active {
  padding-top: 3px;
}

.plus {
  width: 20px;
  height: 20px;
  margin-top: 15px;
  background-image: url('../images/plus.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.plus-emgrandx7 {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  background-image: url('../images/plus.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.plus.white-plus {
  background-image: url('../images/white-plus.png');
  background-size: 20px;
}

.remodal-bg {
  overflow: hidden;
  max-width: 100vw;
}

.remodal-bg.sticky-remodal {
  overflow: visible;
}

.menu, .contacts {
  position: fixed;
  left: 0px;
  top: 0;
  right: 0px;
  bottom: 0px;
  z-index: 41;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
/*  background-color: rgba(79, 146, 246, .85); */
	background-color:rgba(110, 110, 111, 0.8);
  opacity: 1;
}

.contacts {
  position: fixed;
  left: 0px;
  top: 0;
  right: 0px;
  bottom: 0px;
  z-index: 41;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
/*  background-color: rgba(79, 146, 246, .85); */
	background-color:rgba(110, 110, 111, 0.8);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .menu, .contacts { top: 60px; }  
}

.maps{
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 41;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(79, 146, 246, .85);
  opacity: 1;
}

.menu-links-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h4 {
  font-family: Helvetica, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.mainpage-our-advantages-section,
.mainpage-u-can-section,
.mainpage-free-test-drive-section{
    padding-top: 0;
}
.mainpage-our-advantages-section img,
.mainpage-free-test-drive-section img{
    width: 100px;
}
.mainpage-our-advantages-section .cz div {
    float: left;
    padding:20px;
}

.mainpage-our-services-section {
    /*padding-top: 0;*/
}
.mainpage-our-services-section img{
    width: 100px;
}
.mainpage-our-services-section .cz div {
    float: left;
    padding:20px;
}

.mainpage-our-partners-section {
    padding-top: 0;
}
.mainpage-our-partners-section img{
    width: 280px;
}
.mainpage-our-partners-section .cz div {
    float: left;
    padding:20px;
}

.menu-header-row {
  min-width: 80px;
  margin-bottom: 40px;
}

.menu-links-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-right: -60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-links-row.menu-links-large-row {
  width: auto;
  max-width: 360px;
  margin-right: 20px;
}

.menu-link {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 40px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Proxima nova', sans-serif;
  color: #a7a7a7;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.menu-link:hover {
  color: #4f92f6;
}

.menu-link.w--current {
  color: #4f92f6;
}

.menu-content-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-ab {
  margin-top: -6px;
  margin-bottom: 20px;
  font-family: 'Proxima nova', sans-serif;
  color: #a7a7a7;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.menu-content, .contacts-content {
  position: relative;
  z-index: 50;
  overflow: auto;
  height: 100%;
  max-width: 30%;
  min-width: 490px;
  padding: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.map {
  position: relative;
  z-index: 49;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-close-link {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 48;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 100vh;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  .menu-close-link { display: none; }
}

.menu-close-link:hover {
  background-color: rgba(79, 146, 246, .85);
}

.close-menu-ab {
  display: block;
  min-width: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.fixed-navbar {
  position: fixed;
  left: 0px;
  top: 90px;
  right: 0px;
  z-index: 11;
  display: none;
  width: 100%;
  height: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
}

.fixed-navbar.resource-fixed-navbar {
  height: 100px!important;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
}

.remodal {
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.standart-form {
  width: 100%;
  max-width: 580px;
}

.pop-up-h {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.pop-up-field {
  height: 40px;
  margin-bottom: 30px;
  padding: 15px 0px 10px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #000;
  border-left-width: 1px;
  border-left-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Proxima nova', sans-serif;
  font-size: 13px;
}

.pop-up-field:focus {
  border-bottom-color: #4f92f6;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.field-label {
  margin-bottom: 0px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.remodal-close-link {
  width: 40px;
  height: 40px;
  margin-bottom: 40px;
  background-image: url('../images/Close.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.remodal-close-link:hover {
  opacity: 0.5;
}

.pop-up-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.motion-tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.motion-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #4f92f6;
  background-color: transparent;
  font-family: 'Proxima nova', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.motion-tab-link.w--current {
  background-color: #4f92f6;
  color: #fff;
}

.motion-tab-link.motion-tab-last-link {
  margin-right: 0px;
}

.motion-tab-link.motion-tab-last-link:hover {
  background-color: rgba(79, 146, 246, .5);
  color: #fff;
}

.motion-tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
}

.motion-tab-content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 500px;
  margin-right: 60px;
}

.motion-tab-content-row.motion-tab-content-last-row {
  margin-right: 0px;
}

.motion-tab-image {
  width: 100%;
  height: auto;
  max-width: 180px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/2.0L.jpg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.motion-tab-image.motion-tab-image2 {
  background-image: url('../images/6MT.jpg');
}

.motion-tab-image.motion-tab-image3 {
  background-image: url('../images/2.4-L.png');
}

.motion-tab-image.motion-tab-image4 {
  background-image: url('../images/6AT.jpg');
  background-size: contain;
}

.motion-content-desc {
  max-width: 280px;
  min-height: 216px;
}

.black-ab {
  color: #000;
  font-weight: 400;
}

.car {
  width: 50vw;
  height: 500px;
  max-width: 680px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/opacity-car.jpg');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.opacity-car-desc {
  position: relative;
  z-index: 2;
  width: 580px;
  max-width: 480px;
  min-width: 400px;
  padding: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  box-shadow: 0 40px 30px -20px rgba(0, 0, 0, .4);
}

.download-characteristicks-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Proxima nova', sans-serif;
  color: #4f92f6;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.download-characteristicks-button:hover {
  opacity: 0.8;
}

.docx-icon {
  width: 36px;
  height: 35px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/doc-icon.png');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.docx-icon.white-icon {
  margin-right: 10px;
  background-image: url('../images/doc-white-icon.svg');
  background-size: 35px;
}

.opacity-car-detail {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-left: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #4f92f6;
  box-shadow: 0 10px 30px 0 #4f92f6;
}

.opacity-car-detail.opacity-car-detail2 {
  margin-top: 36%;
  margin-left: 10%;
}

.opacity-car-detail.opacity-car-detail3 {
  margin-top: 16%;
  margin-left: 50%;
}


.opacity-car-detail.opacity-car-detail4 {
  margin-top: -23%;
  margin-left: 69%;
}

.opacity-car-detail.opacity-car-detail5 {
  margin-top: 0px;
  margin-left: 76%;
}

.opacity-car-detail.opacity-car-detail1 {
  margin-top: -38%;
  margin-left: 29%;
}

.winter-desc {
  max-width: 480px;
  margin-right: 80px;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.winter-images-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.winter-image-1 {
  position: relative;
  z-index: 1;
  width: 580px;
  height: 400px;
  margin-top: -60px;
  margin-right: -200px;
  background-image: url('../images/snow_1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
}

.winter-image-2 {
  position: relative;
  z-index: 2;
  width: 480px;
  height: 400px;
  margin-top: 100px;
  margin-right: -250px;
  background-image: url('../images/snow_2.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
}

.systems-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.system-div {
  width: 25%;
  margin-right: 20px;
  margin-bottom: 40px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.system-div.system-last-div {
  margin-right: 0px;
}

.system-name-ab {
  margin-bottom: 20px;
  font-family: 'Proxima nova', sans-serif;
  color: #4f92f6;
  font-size: 32px;
  line-height: 32px;
  font-weight: 800;
}

.system-name-ab.system-name-big-ab {
  margin-right: 20px;
  margin-bottom: 0px;
}

.bold-ab {
  color: #000;
  font-weight: 700;
}

.system-big-div {
  width: 50%;
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.system-image {
  height: 220px;
  max-width: 580px;
  margin-bottom: 20px;
  background-image: url('../images/tpms.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.system-image-x7 {
  height: 220px;
  max-width: 580px;
  margin-bottom: 20px;
  background-image: url('../images/s1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.system-image.system-image2 {
  background-image: url('../images/sos.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.system-desc-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._80px-margin-h2 {
  margin-bottom: 80px;
}

.boat-desc {
  max-width: 480px;
  margin-right: 0px;
  margin-left: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.boat-images-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.boat-image {
  position: relative;
  z-index: 2;
  width: 480px;
  height: 400px;
  margin-top: 80px;
  margin-right: 0px;
  margin-left: 20px;
  background-image: url('../images/material_2.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
}

.boat-image-2 {
  position: relative;
  z-index: 2;
  width: 440px;
  height: 400px;
  margin-top: 80px;
  margin-right: 0px;
  background-image: url('../images/material_1.jpg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
}

.materials-desc-row {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  margin-right: 20px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._40-px-margin-h2 {
  margin-bottom: 40px;
}

.material-type-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
}

.material-type-row.material-type-first-row {
  margin-top: 40px;
}

.material-type {
  width: 80px;
  height: 40px;
  margin-right: 20px;
  background-image: -webkit-linear-gradient(135deg, #f1e33d, #fff686);
  background-image: linear-gradient(315deg, #f1e33d, #fff686);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .5);
}

.material-type.material-type2 {
  background-image: -webkit-linear-gradient(135deg, #ce4e55, #f0848a);
  background-image: linear-gradient(315deg, #ce4e55, #f0848a);
}

.material-type.material-type3 {
  background-image: -webkit-linear-gradient(135deg, #2334e3, #7e89fe);
  background-image: linear-gradient(315deg, #2334e3, #7e89fe);
}

._14pt-italic {
  font-size: 14px;
  font-style: italic;
}

.div-block {
  background-image: -webkit-linear-gradient(135deg, #f1e33d, #fff686);
  background-image: linear-gradient(315deg, #f1e33d, #fff686);
}

.div-block-2 {
  background-image: -webkit-linear-gradient(135deg, #f1e33d, #fff686);
  background-image: linear-gradient(315deg, #f1e33d, #fff686);
}

.div-block-3 {
  background-image: -webkit-linear-gradient(135deg, #f1e33d, #fff686 100%, #fff686);
  background-image: linear-gradient(315deg, #f1e33d, #fff686 100%, #fff686);
}

.crash-test-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.star {
  width: 25px;
  height: 23px;
  background-image: url('../images/Star.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.stars-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

.material-car-image {
  position: relative;
  z-index: 1;
  width: 875px;
  height: 580px;
  margin-left: -70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/car_materials_image.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.capture-header-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 680px;
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nuller {
  width: 0px;
  height: 0px;
}

.car2-img {
  width: 580px;
  height: 494px;
  margin-top: -70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/car2.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.car3-img {
  width: 800px;
  height: 400px;
  margin-top: 20px;
  margin-bottom: -20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/car3.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.car3-img-x7 {
  width: 800px;
  height: 400px;
  margin-top: 20px;
  margin-bottom: -20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/slide-x7.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.car-emgrandx7-img {
  width: 580px;
  height: 521px;
  margin-top: -70px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/emgrand-footer.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sborka-desc-div {
  max-width: 560px;
  margin-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sborka-number-div {
  margin-right: 20px;
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sborka-number-div.sborka-number-last-div {
  margin-right: 0px;
}

.message-cifr {
  font-family: 'Proxima nova', sans-serif;
  color: #4f92f6;
  font-size: 32px;
  line-height: 32px;
  font-weight: 800;
}

.num-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.creator-image {
  position: relative;
  z-index: 2;
  width: 580px;
  height: 310px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/creating-image-1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
}

.svarka-image {
  position: relative;
  z-index: 2;
  width: 580px;
  height: 300px;
  max-width: 680px;
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/svarka-1.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
}

.svarka-desc {
  max-width: 460px;
  margin-top: 120px;
  margin-bottom: 120px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.painting-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.painting-row.painting-row-2 {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.painting-img {
  height: 250px;
  margin-bottom: 40px;
  background-image: url('../images/painting-1.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.painting-img.painting-img2 {
  background-image: url('../images/painting-2.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.h5 {
  margin-bottom: 20px;
  font-family: 'Proxima nova', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.painting-desc {
  padding-right: 0px;
}

.painting-desc.painting-small-desc {
  padding-right: 15px;
}

.sborka-slider-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sborka-photos-slider {
  width: 580px;
  height: 300px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
}

.slider-right-sborka {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-right: 600px;
  margin-bottom: -35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #b8b8b8;
  background-color: #c4c4c4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slider-right-sborka:active {
  padding-top: 3px;
}

.car4-img {
  width: 502px;
  height: 548px;
  margin-top: -60px;
  margin-bottom: -60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/car4.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.car4-img-x7-2 {
  width: 502px;
  height: 548px;
  margin-top: -60px;
  margin-bottom: -60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/slide-x7-2.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.complectation-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.complectation-line.complectation-top-line {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.complectation-line.complectation-yes-on-line {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.complectation-line.complectation-price-line {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #e7e7e7;
  border-bottom: 1px solid transparent;
}

.download-xls-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #6fcf97;
  background-color: transparent;
  font-family: 'Proxima nova', sans-serif;
  color: #000;
  font-weight: 600;
}

.download-xls-button:hover {
  background-color: #6fcf97;
  color: #fff;
}

.complectation-types-rows-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* max-width: 680px; */
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.complectation-types-rows-div.fixed-rows-div {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.complectation-type-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.complectation-type-row.complectation-type-last-row {
  margin-right: 0px;
}

._18pt-ab {
  margin-bottom: 20px;
  font-family: 'Proxima nova', sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.complectation-row-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.complectation-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  min-height: 20px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.complectation-row.complectation-last-row {
  margin-right: 0px;
}

.semibold-ab {
  color: #000;
  font-weight: 600;
}

.complectation-dropdown {
  z-index: 1;
  width: 100%;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid transparent;
}

.dropdown-toggle.w--open {
  border-bottom-color: #000;
}

.dropdown-toggle.dropdown-last-toggle {
  border-bottom-color: #000;
}

.dropdown-plus {
  width: 14px;
  height: 14px;
  margin-right: 15px;
  background-image: url('../images/blue-plus.png');
  background-position: 0px 0px;
  background-size: 15px;
  background-repeat: no-repeat;
}

.dropdrown-h {
  margin-bottom: -2px;
  font-family: 'Proxima nova', sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.dropdown-list {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: transparent;
}

.yes-tick {
  width: 14px;
  height: 11px;
  background-image: url('../images/tick.png');
  background-position: 0px 0px;
  background-size: 14px;
  background-repeat: no-repeat;
}

.yes-tick.no-line {
  background-image: url('../images/none-line.png');
  background-position: 50% 50%;
  background-size: 14px;
}

.dropdown-name-text-div {
  width: 100%;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.car5-img {
  width: 480px;
  height: 548px;
  margin-top: -60px;
  margin-bottom: -60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/car6.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.car5-img-x7-3 {
  width: 480px;
  height: 548px;
  margin-top: -60px;
  margin-bottom: -60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/slide-x7-3.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.atlas-mask {
  position: relative;
  display: block;
  width: 130vw;
  height: 80vh;
  max-height: 693px;
  max-width: 1920px;
  min-height: 620px;
  margin-top: -41px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/atlas-masked-text.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sborka-desc {
  position: relative;
  z-index: 2;
  width: 580px;
  height: 370px;
  max-width: 580px;
  padding: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.sborka-details-slider-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  height: 370px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.slider-left-sborka {
  position: absolute;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-bottom: -35px;
  margin-left: -140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #b8b8b8;
  background-color: #c4c4c4;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slider-left-sborka:active {
  padding-top: 3px;
}

.complectation-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu-map-and-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  background-color: #000;
  opacity: 0;
}

.block-text {
  display: block;
}

.complectation-desc-line {
  position: static;
}

.fixed-complectation-desc-line {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9;
  display: none;
  margin-top: 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tel-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tel-div.menu-tels-div {
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tel-div.contacts-tel-dv {
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tel-div.top-tel-div {
  margin-bottom: 0px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.operators-logos-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-top: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.operators-logos-div.operators-logos-menu-div {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.operators-logos-div.horizontaloperators-logos-div {
  margin-left: 20px;
}

.velcom-icon {
  padding-right:30px;
  margin-right: 5px;
  background-image: url('../images/velcom.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.life-icon {
  padding-right:35px;
  margin-right: 5px;
  background-image: url('../images/life.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.mts-icon {
  padding-right:35px;
  margin-right: 5px;
  background-image: url('../images/mts.png');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.success-message {
  padding: 0px;
  background-color: transparent;
}

.navbar-loc-line {
  height: 40px;
  margin-right: 20px;
  margin-left: 20px;
  border-left: 1px solid #ddd;
}

.navbar-loc-info-div {
  text-align: left;
}

.loc-navbar-ab {  
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.loc-navbar-ab.loc-navbar-black-ab {
  color: #000;
}

.nav-show-map-link {
  display: inline-block;
  padding: 6px 13px;
  margin-top: 5px;
  background-color: transparent;
  border: 2px solid #4f92f6;
  color: #4f92f6;
  font-size: 10px;
  text-transform: uppercase;
  font-family: 'Proxima nova', sans-serif;
  font-weight: bold;
}

.nav-show-map-link:hover {
  border: 2px solid #4f92f6;
  
  background-color: #4f92f6;
  
  color: #fff;
}
.tar {
	float: right;
}

.dn-d {
	display: none !important;
}

.dn-m {
	display: block;
}


.nav-show-map-link-no-border {
  display: inline-block;
  color: #a7a7a7;
  font-size: 13px;
}

.complectation-price-ab {
    font-family: 'Proxima nova', sans-serif;
    color: #5475ba;
    font-weight: 500;
    font-size: 17px;
}

.cross {
  position: absolute;
  left: auto;
  top: 0px;
  right: auto;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 20px;
  margin-right: 32px;
  margin-left: 32px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/close-white.png');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.white-navbar-core {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 118px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.main-page-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;  
}

.main-page-hero-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

@media (max-width: 767px) {
  .main-page-hero-slider {
     height: 450px;
  } 
}

.mainpage-hero-slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1380px;
  height: 2px;  
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1460px) {
  .mainpage-hero-slider-nav {
    padding: 0 40px;
  }  
}

@media (max-width: 991px) {
  .mainpage-hero-slider-nav {
    padding: 0 20px;
  }  
}

.mainpage-slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mainpage-slide-content-bg-core {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mainpage-slide-content-back-gradient-mask {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, transparent, transparent 75%);
  background-image: linear-gradient(90deg, transparent, transparent 75%);
}

.mainpage-slide-content-back-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, #000, transparent 30%), url('../images/emgrand-gt-slide-bg.jpg');
  background-image: linear-gradient(90deg, #000, transparent 30%), url('../images/emgrand-gt-slide-bg.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  /*background-size: cover;*/
}

.mainpage-slide-about {
  max-width: 370px;
  text-align: left;
}

.mainpage-slide-content-back-img.altas-slide-img {
  left: 0px;
  background-image: -webkit-linear-gradient(0deg, #000, transparent 30%), url('../images/atlas-slide-bg.jpg');
  background-image: linear-gradient(90deg, #000, transparent 30%), url('../images/atlas-slide-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slide-h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
    /*margin-bottom: 40px;*/
}

.hero-slide-underh1-ab {
  max-width: 480px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.slider-hero-buttons-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: column;
  width: 260px;
}
.slider-hero-buttons-line a{
    max-width: 260px;
    width: 100%;
}
.mainpage-models-banners-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
 /* -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;*/
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 30px -10px 0;
}

.model-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: calc(100% / 3 - 20px);
  margin: 20px 10px 0;
  height: 285px;
  max-width: 580px;  
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/emgrand_gt_banner.jpg');
  background-position: 100% 50%;
  background-size: 580px;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.model-banner:hover {
  background-size: 620px;
  box-shadow: 0 50px 50px -20px rgba(79, 146, 246, .5);
  /*-webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);*/
}

.model-banner.tugella-model-banner {  
  background-image: url('../images/geely_fy11_hero_banner.jpg');
  background-position: 30% 50%;  
  background-repeat: no-repeat;
  /*background-size: 680px;*/
}

.model-banner.gs-model-banner {  
  background-image: url('../images/geely_gs_hero_banner.jpg');
  background-position: 30% 50%;  
  background-repeat: no-repeat;
  background-size: 580px;
  /*background-size: 680px;*/
}
.model-banner.atlas-pro-model-banner {
  background-image: url('../images/atlas-pro-model-row.png');
  background-position: 30% 50%;
  background-repeat: no-repeat;
  background-size: 580px;
  /*background-size: 680px;*/
}

.model-banner.gs-model-banner:hover {
  background-size: 620px;
}

.model-banner-double {
  width: calc(100% / 2 - 20px);  
  max-width: 680px;
  height: 334px;
  background-size: 680px;
}

.model-banner-double:hover {
  background-size: 720px;
}

.model-banner.emgrandx7-model-banner {  
  background-image: url('../images/emgrandx7.jpg');
  background-position: 30% 50%;
  background-size: 580px;
  background-repeat: no-repeat;
}

.model-banner.emgrandx7-model-banner:hover {
  background-size: 620px;
}

.model-banner.emgrand7-model-banner {  
  background-image: url('../images/emgrand7/geely_emgrand7.jpg');
  background-position: 60% 50%;
  background-size: 580px;
  background-repeat: no-repeat;
}

.model-banner.emgrand7-model-banner:hover {
  background-size: 620px;
}

.model-banner.atlas-model-banner {  
  background-image: url('../images/geely_altas_hero_banner.jpg');
  background-position: 100% 50%;
  background-size: 580px;
  background-repeat: no-repeat;
}

.model-banner.atlas-model-banner:hover {
  background-size: 620px;
}

.model-banner.coolray-model-banner {  
  background-image: url('../images/geely_coolray_hero_banner.jpg');
  background-position: 100% 50%;
  /*background-size: 580px;*/
  background-repeat: no-repeat;
}

/*.model-banner.coolray-model-banner:hover {*/
/*  background-size: 620px;*/
/*}*/

.model-banner-ab-div {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: left;
}

.model-banner-bg-lines {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.model-banner-line-bg-1 {
  position: absolute;
  z-index: 2;
  width: 95%;
  height: 100%;
  margin-left: 0px;
  background-image: url('../images/line-1-bg.png');
  background-position: 100% 0px;
  background-size: 995px;
  background-repeat: no-repeat;
}

.model-banner-double .model-banner-line-bg-1 {
  background-position: 108% 0px;
  height: 85%;
}

.model-banner-line-bg-2 {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  background-image: url('../images/line-2-bg.png');
  background-position: 100% 0px;
  background-size: 995px;
  background-repeat: no-repeat;
}

.model-banner-double .model-banner-line-bg-2 {
  background-position: 108% 0px;
  height: 85%;
}

.model-banner-core {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._4-years-img {
  width: 424px;
  height: 471px;
  margin-top: -2px;
  margin-right: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/4_img.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

.mainpage-corp-img {
  position: relative;
  z-index: 2;
  width: 580px;
  height: 310px;
  max-width: 580px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/handshake_img.jpg');
  background-position: 50% 50%;
  background-size: 580px;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
}

.corp-desc-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 560px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

._40-margin-h2 {
  margin-bottom: 40px;
}

.news-banners-div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*width: 96%;
  max-width: 1180px;*/
  margin: 50px -10px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 380px;
  margin: 0 10px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .95), transparent), url('../images/news-banner-1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .95), transparent), url('../images/news-banner-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 40px 40px -20px rgba(79, 146, 246, .15);
}

.news-banner:hover {
  box-shadow: 0 50px 50px -20px rgba(79, 146, 246, .3);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.news-banner.news-banner-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .95), transparent), url('../images/news-banner-3.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .95), transparent), url('../images/news-banner-3.jpg');
  background-size: auto, 380px;
}

.news-banner.news-banner-2 {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .95), transparent), url('../images/news-banner-2.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .95), transparent), url('../images/news-banner-2.jpg');
  background-size: auto, 380px;
}

.news-mainpage-tag {
  padding: 5px 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #4f92f6;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.news-ab-div {
  color: #fff;
}

.news-mainpage-h3 {
  margin-bottom: 10px;
  font-weight: 700;
}

.news-mainpage-date {
  font-weight: 300;
}

.models-nav-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
/*  background-color: rgba(41, 124, 248, .8); */
background-color:rgba(110, 110, 111, 0.8)
}

.models-nav-cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1380px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.models-nav-menu {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.models-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  cursor: pointer;
}

.models-nav-link:hover {
  opacity: 0.5;
}

.models-nav-link.models-menu-nav-link {
  width: 210px;
  margin-bottom: 30px;
}

.models-nav-menu .models-nav-link,
.models-nav-menu .models-nav-link.models-menu-nav-link{
  margin: 0 10px;
  /*width: calc(25% - 20px);  */
  width: calc(100% / 5 - 20px);  
}

.emgrand-nav-img {
  width: 100%;
  height: 90px;
  margin-bottom: 20px;
  background-image: url('../images/emgrand-gt-img.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.emgrand-nav-img.atlas-nav-img {
  background-image: url('../images/atlas-img.jpg');
  background-size: contain;
}

.emgrand-nav-img.atlas-nav-img.atlas-nav-menu-img {
  background-size: cover;
}
.emgrand-nav-img.atlaspro-nav-img {
  background-image: url('../images/atlas-pro-img.png');
  background-size: contain;
}
.emgrand-nav-img.emgrandx7-nav-img {
  background-image: url('../images/emgrandx7-menu.jpg');
  background-size: contain;
}

.emgrand-nav-img.coolray-nav-img {
  background-image: url('../images/coolray-menu.jpg');
  background-size: contain;
}

.emgrand-nav-img.tugella-nav-img {
  background-image: url('../images/tugella-menu.jpg');
  background-size: contain;
}

.emgrand-nav-img.gs-nav-img {
  background-image: url('../images/gs-menu.jpg');
  background-size: contain;
}

.emgrand-nav-img.emgrand7-nav-img {
  background-image: url('../images/emgrand7/menu1.jpg');
  background-position: 50% 80%;
  width: 210px;
}

.emgrand-nav-img.emgrandx7-nav-img.atlas-nav-menu-img {
  background-size: cover;
}

.emgrand-nav-img.emgrand-menu-nav-img {
  background-size: cover;
}

.models-nav-link-h3 {
  margin-bottom: 5px;
}

.models-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  margin: 0 -10px 30px;
  width: 100%;
}

.models-nav.models-menu-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}

.models-nav.to-clients-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.models-nav-close-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  cursor: default;
}

.models-nav-core {
  position: relative;
  z-index: 6;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-section-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top-section-core.top-section-news {
  background-color: #000;
  background-image: url('../images/news-header-bg.jpg');
  background-position: 0px 100px;
  background-repeat: no-repeat;
}

.top-section-core.top-section-centre {
  background-image: url('../images/center-header-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.top-section-core.top-section-creation {
  background-image: url('../images/plant_header_bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.top-section-core.top-section-corp-clients {
  background-image: url('../images/corp_header_bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.top-section-core.top-section-contacts {
  background-image: url('../images/contacts_header_bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.top-section-core.top-section-guarantee {
  background-image: url('../images/guarantee_bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.top-section-core.top-section-service {
  background-image: url('../images/service_header_bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.top-section-core.top-section-history {
  background-image: url('../images/about-geely-header-bg.jpg');
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-page-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
}

.news-img {
  width: 280px;
  height: 210px;
  margin-right: 40px;
  background-image: url('../images/news-banner-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-img.news-img2 {
  background-image: url('../images/news-banner-2.jpg');
}

.news-img.news-img3 {
  background-image: url('../images/news-banner-3.jpg');
  background-size: cover;
}

.news-img.news-img4 {
  background-image: url('../images/leezing-img.jpg');
}

.news-img.news-img5 {
  background-image: url('../images/to-img.jpg');
}

.news-line-content-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.standart-content-page-core {
  max-width: 880px;
  margin-right: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-page-h3 {
  margin-top: -5px;
  margin-bottom: 10px;
}

.nwes-page-date-ine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-date {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  background-color: #fff;
  font-family: 'Proxima nova', sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.read-more-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4f92f6;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
}

.read-more-arrow {
  width: 22px;
  height: 12px;
  margin-bottom: 2px;
  margin-left: 10px;
  background-image: url('../images/arrow-next-blue.svg');
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.news-page-numbers-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #4f92f6;
  color: #4f92f6;
  font-size: 15px;
  font-weight: 600;
}

.page-number:hover {
  background-color: #4f92f6;
  color: #fff;
}

.page-number.page-last-number {
  font-family: 'Arrows font', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.page-number.page-first-number {
  font-family: 'Arrows font', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.page-number.current-page-number {
  background-color: #4f92f6;
  color: #fff;
}

.page-number.prev-page-number {
  width: auto;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 13px;
  text-transform: uppercase;
}

.news-archive-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.archive-month-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.archive-month-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.month-line {
  position: absolute;
  width: 100%;
  height: 1px;
  margin-top: 12px;
  background-color: #ddd;
}

.archive-link {
  font-family: 'Proxima nova', sans-serif;
  color: #909090;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
}

.archive-link:hover {
  color: #4f92f6;
}

.fixed-banner {
  display: block;
  width: 240px;
  height: 600px;
  margin-top: 100px;
  background-image: url('../images/300х600.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .5);
  cursor: pointer;
}

.fixed-banner:hover {
  box-shadow: 0 50px 50px -20px rgba(79, 146, 246, .5);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.promo-right-banner {
  display: block;
  width: 240px;
  height: 600px;
  margin-top: 100px;
  background-image: url('../images/300х600.png');
  background-position: 50% 0px;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .5);
  cursor: pointer;
}

.promo-right-banner:hover {
  box-shadow: 0 50px 50px -20px rgba(79, 146, 246, .5);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.promo-right-banner.promo-right-no-margin-banner {
  height: 80vh;
  max-height: 600px;
  margin-top: 0px;
}

.fixed-banner-cz {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  width: 96%;
  height: 0px;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.banner-killer {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 1px;
  height: 1px;
}

.margin-80-content-div {
  margin-top: 80px;
  margin-bottom: 0px;
}

.about-center-slider {
  height: 400px;
  margin-bottom: 80px;
  background-color: transparent;
}

.about-center-slider-photo {
  width: 100%;
  height: 100%;
  background-image: url('../images/about-center-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: -webkit-zoom-in;
}

.about-center-slider-photo:hover {
  opacity: 0.7;
}

.about-center-slider-photo.about-center-slider-photo2 {
  background-image: url('../images/about-center-1.jpg');
}

.about-center-slider-photo.about-center-slider-photo3 {
  background-image: url('../images/about-center-3.jpg');
}

.about-center-slider-photo.about-center-slider-photo4 {
  background-image: url('../images/about-center-4.jpg');
}

.about-center-slider-photo.about-center-slider-photo5 {
  background-image: url('../images/about-center-5.jpg');
}

.about-center-slider-photo.about-center-slider-photo6 {
  background-image: url('../images/about-center-6.jpg');
}

.center-photo-gradient {
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(82deg, rgba(0, 0, 0, .95), transparent 40%);
  background-image: linear-gradient(8deg, rgba(0, 0, 0, .95), transparent 40%);
}

.mainpage-hero-slider-nav-interactioner {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 52px;
  display: none;
  height: 2px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mainpage-hero-slider-line-div {
  position: relative;
  width: 30px;
  height: 2px;
}

.mainpage-hero-slider-line-div.slide-2-line-div {
  margin-left: 27.5px;
}

.slide-liner {
  width: 0px;
  height: 2px;
  background-color: #fff;
}

.temptale-page-img {
  width: 100%;
  height: 400px;
  background-image: url('../images/corp_img_1.jpg');
  background-position: 100% 50%;
  background-size: 880px;
  background-repeat: no-repeat;
}

.temptale-page-img.temptale-page-history-img-1 {
  background-image: url('../images/about_geely_img_1.jpg');
  background-size: cover;
}

.temptale-page-img.temptale-page-history-img-2 {
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/about_geely_img_2.jpg');
  background-size: 430px;
  background-repeat: no-repeat;
}

.temptale-page-img.temptale-page-history-img-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/about_geely_img_3.jpg');
  background-size: 430px;
  background-repeat: no-repeat;
}

.temptale-page-img.temptale-page-history-img-4 {
  background-image: url('../images/about_geely_img_4.jpg');
  background-size: auto;
  background-repeat: no-repeat;
}

.temptale-page-img.no-bg-img {
  height: auto;
  background-image: none;
}

.temptale-page-quote-ab {
  padding: 0px 0px 0px 20px;
  border-left: 5px solid #4f92f6;
  font-family: 'Proxima nova', sans-serif;
  color: #909090;
  font-size: 13px;
  line-height: 25px;
  font-style: italic;
  font-weight: 300;
}

.temptale-page-buttons-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.pdf-icon {
  width: 36px;
  height: 35px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/pdf-icon.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.download-pdf-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Proxima nova', sans-serif;
  color: #eb5757;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.download-pdf-button:hover {
  opacity: 0.5;
}

.download-pdf-button.second-button {
  margin-left: 40px;
}

.black-div-ab {
  padding: 30px;
  background-color: black;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.white-link {
  color: #fff;
}

.white-link:hover {
  color: #4f92f6;
}

.temptale-rows-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.temptale-row {
  margin-right: 40px;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.temptale-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}

.grey-link {
  color: #909090;
}

.grey-link:hover {
  color: #4f92f6;
}

.tels-h3 {
  margin-right: 20px;
  margin-bottom: 5px;
}

.guar-desc-div {
  max-width: 560px;
  margin: 120px 0px 120px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.guar-engine-img {
  width: 380px;
  height: 390px;
  background-image: url('../images/engine_img.jpg');
  background-position: 0px 0px;
  background-size: 380px;
  background-repeat: no-repeat;
}

.guar-tel-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blu {
  color: #4f92f6;
}

.ga-desc-div {
  max-width: 580px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.ga-cards-div {
  position: relative;
  max-width: 600px;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.ga-card-1 {
  position: absolute;
  top: -40px;
  z-index: 2;
  width: 480px;
  height: 480px;
  background-image: url('../images/assistance-card.png');
  background-position: 50% 50%;
  background-size: 480px;
  background-repeat: no-repeat;
}

.ga-card-2 {
  position: absolute;
  top: 70px;
  right: 0px;
  z-index: 0;
  width: 339px;
  height: 439px;
  background-image: url('../images/assistance-card_bg.png');
  background-position: 50% 50%;
  background-size: 469px;
  background-repeat: no-repeat;
}

.ga-services-rows-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ga-services-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 40px;
  padding-right: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ga-services-line.ga-services-last-line {
  margin-bottom: 0px;
}

.ga-services-number {
  width: 35px;
  height: 60px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Helvetica, sans-serif;
  color: #4f92f6;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.service-width-banner {
  display: block;
  width: 880px;
  height: 220px;
  max-width: 880px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/service_width_banner.jpg');
  background-position: 0px 50%;
  background-size: 880px;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .5);
}

.service-width-banner:hover {
  box-shadow: 0 50px 50px -20px rgba(79, 146, 246, .5);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.banners-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.guarantee-mini-banner {
  display: block;
  width: 280px;
  height: 220px;
  margin-left: 20px;
  background-image: url('../images/mini_banner.jpg');
  background-position: 50% 100%;
  background-size: 280px;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .5);
}

.guarantee-mini-banner:hover {
  box-shadow: 0 50px 50px -20px rgba(79, 146, 246, .5);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.blick {
  position: absolute;
  top: 80px;
  right: 120px;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, .25);
  -webkit-filter: blur(40px);
  filter: blur(40px);
}

.service-features-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.service-features-line.service-features-last-line {
  margin-bottom: 0px;
}

.service-h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 700;
}

.service-feature-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-feature-row.service-feature-last-row {
  margin-right: 0px;
}

.service-feature-img {
  height: 220px;
  margin-bottom: 40px;
  background-image: url('../images/service_img_2.jpg');
  background-position: 0px 0px;
  background-size: 580px;
  background-repeat: no-repeat;
}

.service-feature-img.service-feature-img2 {
  background-image: url('../images/service_img_3.jpg');
  background-size: 580px;
}

.service-feature-img.service-feature-img3 {
  background-image: url('../images/service_img_4.jpg');
  background-size: auto;
}

.service-banner {
  display: block;
  width: 280px;
  max-height: 370px;
  margin-left: 0px;
  background-image: url('../images/service_banner.jpg');
  background-position: 50% 50%;
  background-size: 280px;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .5);
}

.service-banner:hover {
  box-shadow: 0 50px 50px -20px rgba(79, 146, 246, .5);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.adress {
  color: #a7a7a7;
  font-size: 18px;
  font-weight: 300;
}

.margin-40-content-div {
  margin-top: 40px;
  margin-bottom: 0px;
}

.temptale-page-img-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.gradienter {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100vh;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .95), #fff 50%, hsla(0, 0%, 100%, .95));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .95), #fff 50%, hsla(0, 0%, 100%, .95));
}

.history-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history-h1 {
  margin-bottom: 80px;
  color: #000;
}

.history-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  height: 280px;
  margin-right: 20px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .6) 35%, transparent), url('../images/history_2013_4.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .95), rgba(0, 0, 0, .6) 35%, transparent), url('../images/history_2013_4.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .5);
  cursor: default;
}

.history-div.history-div2 {
  background-image: url('../images/history_1994.jpg');
}

.history-div.history-div3 {
  background-image: url('../images/history_1997.jpg');
}

.history-div.history-div4 {
  background-image: url('../images/history_1998.jpg');
}

.history-div.history-div5 {
  background-image: url('../images/history_2001.jpg');
}

.history-div.history-div6 {
  background-image: url('../images/history_2003.jpg');
}

.history-div.history-div7 {
  background-image: url('../images/history_2005.jpg');
}

.history-div.history-div8 {
  background-image: url('../images/history_2009.jpg');
}

.history-div.history-div9 {
  background-image: url('../images/history_2010.jpg');
}

.history-div.history-div10 {
  background-image: url('../images/history_2013.jpg');
}

.history-div.history-div11 {
  background-image: url('../images/history_2013_2.jpg');
}

.history-div.history-div12 {
  background-image: url('../images/history_2014.jpg');
}

.history-div.history-div10_2 {
  background-image: url('../images/history_2013_3.jpg');
}

.history-year-ab {
  margin-bottom: 20px;
  font-family: Helvetica, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 28px;
  font-weight: 700;
}

.plant-width-banner {
  display: block;
  width: 100%;
  height: 220px;
  max-width: 880px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/plant-banner.jpg');
  background-position: 0px 50%;
  background-size: 880px;
  background-repeat: no-repeat;
  box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .5);
}

.plant-width-banner:hover {
  box-shadow: 0 50px 50px -20px rgba(79, 146, 246, .5);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.history-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  width: 0%;
  height: 8px;
  background-color: #4f92f6;
}

.histry-cz {
  position: static;
  left: 0px;
  top: 0px;
  display: block;
  width: 96%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}

.history-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 75vh;
  max-height: 620px;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky {
  position: relative;
  top: 120px;
  bottom: 120px;
  padding-top: 0px;
}

.sticky.banner-skick {
  top: 120px;
  padding-top: 0px;
}

.news-archive-core {
  margin-bottom: 80px;
}

.service-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  min-height: 20px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #e7e7e7;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #909090;
}

.service-table-row.complectation-last-row {
  margin-right: 0px;
  border-right-style: none;
}

.service-table-row.service-table-fisrt-row {
  border-left: 1px solid #e7e7e7;
}

.service-table-row.active {
  background-color: #4f92f6;
  color: #fff;
}


.service-table-row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  min-height: 20px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #e7e7e7;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #909090;
}

.service-table-row-2.complectation-last-row {
  margin-right: 0px;
  border-right-style: none;
}

.service-table-row-2.service-table-fisrt-row {
  border-left: 1px solid #e7e7e7;
}

.service-table-row-2.active {
  background-color: #4f92f6;
  color: #fff;
}



.service-table-ab {
  font-family: 'Proxima nova', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.service-table-ab.service-table-mini-ab {
  font-size: 12px;
}

.service-types-rows-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.service-type-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #e7e7e7;
}

.service-type-line.service-type-first-line {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service-type-line.service-type-price-line {
  border-bottom-width: 2px;
  border-bottom-color: #4f92f6;
}


.service-type-line-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #e7e7e7;
}

.service-type-line-2.service-type-first-line {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.service-type-line-2.service-type-price-line {
  border-bottom-width: 2px;
  border-bottom-color: #4f92f6;
}



.service-row-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 800px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-table-name-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 378px;
  min-width: 220px;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-table {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

.service-table-desc {
  max-width: 680px;
  margin-bottom: 30px;
}

.service-table-ps-desc {
  max-width: 580px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.new-banner-div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.to-clients-nav-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
/*  background-color: rgba(41, 124, 248, .8); */
	background-color:rgba(110, 110, 111, 0.8)
}

.service-url-nav-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
/*  background-color: rgba(41, 124, 248, .8); */
  background-color:rgba(110, 110, 111, 0.8)
}

.about-url-nav-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
/*  background-color: rgba(41, 124, 248, .8); */
  background-color:rgba(110, 110, 111, 0.8)
}
.about-url-nav-div .clients-link-core:nth-child(3) a {
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .95), transparent), url('../images/abount-menu/news.jpg') !important;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .95), transparent), url('../images/abount-menu/news.jpg') !important;
}
.to-kredit-nav-div {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
/*  background-color: rgba(41, 124, 248, .8); */
  background-color:rgba(110, 110, 111, 0.8)
}

.to-clients-nav-core {
  position: relative;
  z-index: 6;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-url-nav-core {
  position: relative;
  z-index: 6;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-url-nav-core {
  position: relative;
  z-index: 6;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; 
}

.to-kredit-nav-core {
  position: relative;
  z-index: 6;
  padding-bottom: 100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.to-clients-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
  max-width: 280px;
  margin-right: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .95), transparent), url('../images/to_clients_banner_1.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .95), transparent), url('../images/to_clients_banner_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 280px;
  background-repeat: repeat, no-repeat;
  box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .5);
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.to-clients-nav-link:hover {
  box-shadow: 0 40px 50px -20px rgba(79, 146, 246, .5);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.to-clients-nav-link.to-clients-nav-link2 {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .95), transparent), url('../images/to_clients_banner_2.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .95), transparent), url('../images/to_clients_banner_2.jpg');
  background-size: auto, 280px;
}

.to-clients-nav-link.to-clients-nav-link4 {
  margin-right: 0px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .95), transparent), url('../images/to_clients_banner_4.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .95), transparent), url('../images/to_clients_banner_4.jpg');
  background-size: auto, 280px;
}

.to-clients-nav-link.to-clients-nav-link3 {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .95), transparent), url('../images/to_clients_banner_3.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .95), transparent), url('../images/to_clients_banner_3.jpg');
  background-size: auto, 280px;
}

.to-clients-nav-link-h3 {
  margin-bottom: 5px;
  font-weight: 700;
}

.clients-link-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.clients-link-core.clients-link-last-core {
  max-width: 280px;
}

.contacts-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}

.center-map {
  position: relative;
  width: 100%;
  height: 500px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.service-table-ps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service-table-buttons-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile-inline-ab {
  display: block;
}

.atlas-colors-tabs-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.exterior-colors-tabs {
  width: 100%;
  max-width: 780px;
  margin-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.exterior-colors-tab-content {
  width: 100%;
  height: 450px;
  background-image: -webkit-linear-gradient(90deg, #000, transparent 40%), url('../images/atlas_color_1.jpg');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/atlas_color_1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.exterior-colors-tab-content.color2 {
  background-image: -webkit-linear-gradient(90deg, #000, transparent 40%), url('../images/atlas_color_3.jpg');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/atlas_color_3.jpg');
}

.exterior-colors-tab-content.color3 {
  background-image: -webkit-linear-gradient(90deg, #000, transparent 40%), url('../images/atlas_color_4.jpg');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/atlas_color_4.jpg');
}

.exterior-colors-tab-content.color4 {
  background-image: -webkit-linear-gradient(90deg, #000, transparent 40%), url('../images/atlas_color_2.jpg');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/atlas_color_2.jpg');
}

.exterior-colors-tab-content.color5 {
  background-image: -webkit-linear-gradient(90deg, #000, transparent 40%), url('../images/atlas_color_5.jpg');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/atlas_color_5.jpg');
}

.exterior-colors-tab-content.color6 {
  background-image: -webkit-linear-gradient(90deg, #000, transparent 40%), url('../images/atlas_color_6.jpg');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/atlas_color_6.jpg');
}

.exterior-colors-tab-content.color7 {
  background-image: -webkit-linear-gradient(90deg, #000, transparent 40%), url('../images/atlas/brown-atlas.png');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/atlas/brown-atlas.png');
  background-position: 0px 0px, 30% 50%;
  background-size: 106%;
}

.exterior-colors-tab-content.color8 {
  background-image: -webkit-linear-gradient(90deg, #000, transparent 40%), url('../images/atlas/red-atlas.png');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/atlas/red-atlas.png');
  background-position: 0px 0px, 90% 40%;
  background-size: 106%;
}

.exterior-colors-tab-content.color9 {
  background-image: -webkit-linear-gradient(90deg, #000, transparent 40%), url('../images/atlas/gold-atlas.png');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/atlas/gold-atlas.png');
  background-position: 0px 0px, 90% 100%;
  background-size: 106%;
}

.exterior-colors-tab-content.color10 {
  background-image: -webkit-linear-gradient(90deg, #000, transparent 40%), url('../images/atlas/basalt-gray.png');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/atlas/basalt-gray.png');
  background-position: 0px 0px, 90% 100%;
  background-size: 106%;
}

.exterior-colors-tab-content-emgrandx7 {
  width: 100%;
  height: 673px;
  background-image: -webkit-linear-gradient(90deg, #000, transparent 40%), url('../images/emgrandx7-white.png');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/emgrandx7-white.png');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.exterior-colors-tab-content-emgrandx7.color2-emgrandx7 {
  background-image: -webkit-linear-gradient(90deg, #000, transparent 40%), url('../images/emgrandx7-black.png');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/emgrandx7-black.png');
}

.exterior-colors-tab-content-emgrandx7.color3-emgrandx7 {
  background-image: -webkit-linear-gradient(90deg, #000, transparent 40%), url('../images/emgrandx7-brown.png');
  background-image: linear-gradient(0deg, #000, transparent 40%), url('../images/emgrandx7-brown.png');
}

.color-circle {
  width: 15px;
  height: 15px;
  margin-right: 15px;
  margin-bottom: 2px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: #d6d7dc;
  background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .25));
  background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .25));
}

.color-circle.color-tab-link2 {
  background-color: #c1b5a7;
}

.color-circle.color-tab-link3 {
  background-color: #8f6648;
}

.color-circle.color-tab-link4 {
  background-color: #fff;
}

.color-circle.color-tab-link5 {
  background-color: #a8363e;
}

.color-circle.color-tab-link6 {
  background-color: #000;
}

.color-circle.color-tab-link7 {
  background-color: #8F6D53;
}

.color-circle.color-tab-link8 {
  background-color: #823137;
}

.color-circle.color-tab-link9 {
  background-color: #A29B8D;
}

.color-circle.color-tab-link10 {
  background-color: #515C60;
}

.color-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: -152px;
  padding: 15px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .2);
  border-radius: 30px;
}

.corols-tabs-content {
  width: 100%;
}

.colors-ab-div {
  max-width: 280px;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.colors-lines-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.color-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.color-link {
  color: #909090;
  cursor: default;
}

.color-link:hover {
  color: #fff;
}

.color-link.actived-link {
  color: #fff;
}

.service-tables-buttons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.service-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  background-color: transparent;
}

.service-form-block {
  margin-bottom: 0px;
}

.service-select-field {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-h2 {
  margin-bottom: 10px;
}

.news-header-line {
  margin-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.page-temptale-h3 {
  margin-bottom: 40px;
}

.news-page-nav-div {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.arrow-ab {
  font-family: 'Arrows font', sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  text-transform: lowercase;
}

.download-docx-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Proxima nova', sans-serif;
  color: #4f92f6;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.download-docx-button:hover {
  opacity: 0.8;
}

.imgs-preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  height: 0px;
}

.mobile-altlas-choose-dropdown {
  display: none;
}

.dt-list {
  overflow: hidden;
}

.td-link {
  display: none;
}

.mobile-atlas-fixed-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 11;
  display: none;
  width: 100%;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
}

.banners-nuller {
  display: none;
}

.comp-table-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.comp-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.model-banner-line-bg-1-no-hover {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  height: 100%;
  margin-left: 0px;
  background-image: url('../images/line-1-bg.png');
  background-position: 100% 0px;
  background-size: 995px;
  background-repeat: no-repeat;
}

.model-banner-line-bg-2-no-hover {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  background-image: url('../images/line-2-bg.png');
  background-position: 100% 0px;
  background-size: 995px;
  background-repeat: no-repeat;
}

.mainpage-slide-content-back-mobile-img {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(0deg, #000, transparent 30%), url('../images/emgrand-gt-slide-bg.jpg');
  background-image: linear-gradient(90deg, #000, transparent 30%), url('../images/emgrand-gt-slide-bg.jpg');
  background-position: 0px 0px, 100% 50%;
  background-repeat: repeat, no-repeat;
}

.mainpage-slide-content-back-mobile-img.altas-slide-img {
  left: 0px;
  background-image: -webkit-linear-gradient(0deg, #000, transparent 30%), url('../images/atlas-slide-bg.jpg');
  background-image: linear-gradient(90deg, #000, transparent 30%), url('../images/atlas-slide-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slider-arrow {
  display: none;
}

.mobile-models-slider {
  display: none;
}

.service-desc {
  position: relative;
  z-index: 2;
  width: 580px;
  height: 370px;
  max-width: 580px;
  padding: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
}

.service-details-slider-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  height: 370px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hidden-wrapper {
  display: none;
  overflow: visible;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.no-h1 {
  font-family: 'Proxima nova', sans-serif;
  color: #4f92f6;
  font-size: 300px;
  line-height: 230px;
  font-weight: 900;
}

.blue-link {
  color: #4f92f6;
}

.no-h1-div {
  margin-bottom: 40px;
  background-image: url('../images/atlas-slide-bg_1.jpg');
  background-position: -51px 50%;
  background-size: 800px;
  background-repeat: no-repeat;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 0px;
  color: #909090;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.news-header-h2 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.news-h1 {
  margin-bottom: 80px;
  color: #000;
  font-weight: 800;
}

.sales-no-ab {
  color: #4f92f6;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}

.grey-small-ab {
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 400;
}

.pop-up-text-field {
  height: 40px;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #000;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Proxima nova', sans-serif;
  font-size: 13px;
}

.pop-up-text-field:focus {
  border-bottom-color: #4f92f6;
}

html.w-mod-js *[data-ix="slider-shadow-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="exterior-detail-image-interaction"] {
  opacity: 0.15000000000000008;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="sliderwhiter"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="int-slider-shadow-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="car-details-in-app"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="menu-content-in-app"] {
  -webkit-transform: translate(-100vw, 0px);
  -ms-transform: translate(-100vw, 0px);
  transform: translate(-100vw, 0px);
}

html.w-mod-js *[data-ix="menu-in-app"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="close-menu-burger-interaction"] {
  display: none;
  -webkit-transform: translate(-50vw, 0px);
  -ms-transform: translate(-50vw, 0px);
  transform: translate(-50vw, 0px);
}

html.w-mod-js *[data-ix="fixed-navbar-in-app"] {
  display: none;
}

html.w-mod-js *[data-ix="fixed-navbar-resource-in-app"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0px, -80px);
  -ms-transform: translate(0px, -80px);
  transform: translate(0px, -80px);
}

html.w-mod-js *[data-ix="info-block-in-app-interaction"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="complectation-list-interaction"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="loader-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="atlas-loader-interaction"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="loader-in-app"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="fixed-complectation-desc-inn-app"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -300px);
  -ms-transform: translate(0px, -300px);
  transform: translate(0px, -300px);
}

html.w-mod-js *[data-ix="mainpage-heroslider-img-int"] {
  /* -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px); */
}

html.w-mod-js *[data-ix="mainpage-heroslider-h1-int"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="mainpage-heroslider-underh1-int"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="mainpage-heroslider-buttons-int"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="models-nav-core-in-app"] {
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

html.w-mod-js *[data-ix="models-nav-div-in-app"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="dt-ab-in-app"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="dt-list-int"] {
  display: none;
  height: 0px;
}

.hero-slider-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
    transition: opacity 0.25s;
}

.main-page-hero-slider:hover .hero-slider-arrow {
    opacity: 0.4;
    transition: opacity 0.25s;
}
.main-page-hero-slider:hover .hero-slider-arrow:hover{
    opacity: 0.6;
    transition: opacity 0.25s;
}
.hero-slider-arrow.hero-slider-next-arrow{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.arrow-right {
    width: 40px;
    height: 130px;
    background-image: url(/assets/template/images/nextArrow.png);
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
    background-color: white;
}
.arrow-left {
    /*width: 60px;*/
    /*height: 170px;*/
    width: 40px;
    height: 130px;
    background-image: url(/assets/template/images/prevArrow.png);
    background-position: 50% 50%;
    /*background-size: 50px;*/
    background-size: 30px;
    background-repeat: no-repeat;
    background-color: white;
}
@media (max-width: 1380px) {
  .models-nav-cz {
    padding: 0 20px;
  }
  
  .mobile-altlas-choose-dropdown {
    display: block;
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    background: #e4e4e4;
    padding-left: 20px;
    padding-right: 20px;
    transition: unset;
    font-size: 14px;
    text-transform: uppercase;
  }
  .mobile-altlas-choose-dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dt-review {
    color: #4f92f6;
    font-weight: 600;
  }
  .dt-har {
    display: none;
    color: #4f92f6;
    font-weight: 600;
  }
  .dt-sborka {
    display: none;
    color: #4f92f6;
    font-weight: 600;
  }
  .dt-price {
    display: none;
    color: #4f92f6;
    font-weight: 600;
  }
  .dt-link {
    padding: 5px 20px;
    color: #333;
  }
  .dt-list {
    overflow: hidden;
    height: auto;
    margin-top: 15px;
    margin-left: -2vw;
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    left: 0;
  }
  .dt-list-core {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .dt-icon {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .fixed-table-title .complectation-types-rows-div {
    display: none;
  }
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tel-div {
  	display: -webkit-block;
    display: -webkit-block;
    display: -ms-block;
    display: block;

  }
  .operators-logos-div.left {
  	float: left
  }
  .navbar-number.right {
  	float: right;
  }
  .dn-d {
  	display: block !important;
  }
   .dn-m {
  	display: none !important;
  }
  .section.hero-section {
    height: 75vh;
    max-height: 680px;
    min-height: 0px;
  }
  .section.inspired-section {
    background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), -webkit-linear-gradient(270deg, null, null), url('../images/GEELY-ATLAS-Exterior-Part-01-Headlight.jpg');
    background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), linear-gradient(180deg, null, null), url('../images/GEELY-ATLAS-Exterior-Part-01-Headlight.jpg');
    background-size: auto, auto, cover;
  }
  .section.security-section {
    margin-top: 100px;
  }
  .section.winter-section {
    background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15) 100%, #fff 102%), -webkit-linear-gradient(270deg, null, null), url('../images/winter-bg.jpg');
    background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15) 100%, #fff 102%), linear-gradient(180deg, null, null), url('../images/winter-bg.jpg');
    background-size: auto, auto, cover;
  }
  .section.systems-section {
    padding-bottom: 60px;
  }
  .section.security-boat-section {
    background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15) 100%, #fff 102%), -webkit-linear-gradient(270deg, null, null), url('../images/materials-bg.jpg');
    background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15) 100%, #fff 102%), linear-gradient(180deg, null, null), url('../images/materials-bg.jpg');
    background-size: auto, auto, cover;
  }
  .section.svarka-section {
    padding-bottom: 100px;
    background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }
  .section.main-page-hero-section {
    height: 75vh;
    max-height: 600px;
    min-height: 0px;
  }
  .section.mainpage-4-years-section {
    max-height: none;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.top-header-section {
    height: 400px;
    min-height: 0px;
  }
  .section.ga-section {
    padding-bottom: 100px;
    background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), -webkit-linear-gradient(270deg, transparent, transparent);
    background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
  }
  .section.service-first-section {
    padding-top: 20px;
  }
  .section.geely-history-section {
    height: auto;
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .cz.exterior-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cz.inspiration-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz.security-tab-cz {
    max-width: 680px;
  }
  .cz.footer-cz {    
    justify-content: space-between;    
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .cz.opacity-car-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cz.winter-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cz.boat-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz.materials-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cz.sborka-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz.svarka-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cz.complectation-cz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .cz.guarantee-cz {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cz.ga-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cz.service-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz.corp-clients-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .logo.footer-logo {
    margin-right: 80px;
  }
  .burger-line-1.burger-line-1-black {
    background-color: #000;
  }
  .burger-line-2.burger-line-2-black {
    background-color: #000;
  }
  .burger-line-3.burger-line-3-black {
    background-color: #000;
  }
  .mountains-bg {
    display: none;
  }
  .hero-bg-car {
    min-width: 1100px;
  }
  .hero-section-top-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-section-middle-line {
    margin-top: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .price-ab {
    margin-top: 60px;
  }

  .price-ab > .black {
    margin-top: 20px
  }

  .hero-section-middle-right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .mouse-border {
    width: 30px;
    border-radius: 5px;
  }
  .mouse-wheel {
    margin-top: 8px;
  }
  .bottom-navbar {
    height: 80px;
  }
  .standart-button {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 14px;
  }
  .exterior-images-div {
    margin-right: 0px;
  }
  .desing-text-div {
    max-width: 680px;
    margin-top: 60px;
    margin-right: 0px;
  }
  .standart-text {
    font-size: 14px;
    line-height: 24px;
  }
  .standart-text.mainpage-models-banners-ab {
    margin-top: -15px;
    font-size: 14px;
    line-height: 14px;
  }
  .standart-text.models-nav-ps-ab {
    display: block;
    width: 100%;
    max-width: 380px;
    margin-top: 30px;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
  }
  .standart-text.models-nav-ps-ab.models-nav-menu-ps-ab {
    margin-top: 0px;
  }
  .standart-text.service-desc-ab {
    font-size: 12px;
  }
  .exterior-slider-nav {
    margin-bottom: -48px;
  }
  .exterior-slider-arrow.exterior-slider-arrow-next {
    width: 30%;
    margin-right: -15%;
  }
  .arrow-large.arrow-large-next {
    display: none;
  }
  .extrior-slide {
    width: 90vw;
  }
  .exterior-detail-image {
    height: 400px;
  }
  .inspiration-right-side {
    max-width: 100%;
    padding-right: 80px;
    padding-bottom: 40px;
    padding-left: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .car-exterior-details-div {
    width: 100vw;
  }
  .interior-slider-div {
    margin-top: -150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .interior-desc {
    margin-bottom: 20px;
  }
  .interior-desc-slider-arrows-div {
    display: none;
  }
  .interior-photos-slider {
    margin-left: 0px;
  }
  .tab-link.lsat-tab-links {
    margin-right: 6vw;
  }
  .tab-link.tab-hided-link {
    width: 1px;
    height: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
    border-width: 0px;
  }
  .tabs-menu {
    overflow: auto;
    width: 101vw;
    margin-left: -6vw;
    padding-left: 6vw;
  }
  .tab-content {
    display: block;
    width: 680px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .security-photo {
    display: block;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .security-desc {
    width: 100%;
  }
  .capture-header-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 100px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .capture-header-div.years-capture-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-13pt-ab {
    max-width: 580px;
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
  }
  .footer-13pt-ab.mobile-13pt {
    display: block;
    width: 100%;
    max-width: 440px;
    margin-top: 20px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .footer-links-row {
    min-width: 180px;
  }
  .slider-left-interior {
    display: none;
  }
  .slider-right-interior {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: -100%;
    margin-bottom: 0px;
    border-left-style: none;
    background-color: transparent;
  }
  .remodal-bg.sticky-remodal {
    overflow: hidden;
  }
  .menu {
    max-width: 100vw;
  }
  .menu-links-div {
    width: 100%;
  }
  .h4 {
    display: block;
  }
  .menu-header-row {
    width: 100%;
  }
  .menu-links-row {
    max-width: none;
    margin-right: 0px;
  }
  .menu-link {
    font-size: 15px;
  }
  .menu-content-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-content, .contacts-content {
    height: auto;
    max-width: none;
  }
  .map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 600px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-close-link {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
  }
  .motion-tab-link {
    padding-right: 20px;
  }
  .motion-tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .motion-tab-content-row {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }
  .motion-tab-content-row.motion-tab-content-last-row {
    margin-bottom: 0px;
  }
  .car {
    width: 100vw;
    margin-top: 60px;
    margin-right: 0px;
  }
  .opacity-car-desc {
    max-width: none;
  }
  .winter-desc {
    display: block;
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .systems-line {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .systems-line.systems-big-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .system-div {
    width: 50%;
    margin-right: 0px;
    padding-right: 80px;
    padding-left: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .system-big-div {
    width: auto;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .system-desc-line {
    max-width: 580px;
  }
  .boat-desc {
    display: block;
    max-width: 580px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
  }
  .boat-image {
    width: 50%;
    height: 300px;
    margin-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .boat-image-2 {
    width: 50%;
    height: 300px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .materials-desc-row {
    width: 580px;
    margin-right: 0px;
  }
  .material-car-image {
    width: 100%;
    height: 400px;
    margin-top: 60px;
    margin-left: 0px;
    background-size: contain;
  }
  .capture-header-div-2 {
    width: 100%;
    max-width: none;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .car2-img {
    display: none;
  }
  .car3-img {
    display: none;
  }
  .sborka-desc-div {
    margin-right: 0px;
    margin-bottom: 60px;
  }
  .svarka-image {
    margin-right: 0px;
  }
  .svarka-desc {
    max-width: 580px;
    margin-bottom: 80px;
  }
  .painting-row {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sborka-slider-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .sborka-photos-slider {
    margin-left: 0px;
  }
  .slider-right-sborka {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: -100%;
    margin-bottom: 0px;
    border-left-style: none;
    background-color: transparent;
  }
  .car4-img {
    display: none;
  }
  .complectation-line {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .complectation-line.complectation-top-line {
    min-width: 980px;
  }
  .complectation-dropdown {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .car5-img {
    display: none;
  }
  .atlas-mask {
    display: none;
  }
  .sborka-desc {
    height: auto;
    margin-bottom: 20px;
  }
  .slider-left-sborka {
    display: none;
  }
  .hero-h1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 40px;
    margin-bottom: 10px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/atlas-text.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-family: 'Proxima nova', sans-serif;
    color: transparent;
    font-size: 230px;
    line-height: 1em;
    font-weight: 900;
    text-align: center;
  }
  .complectation-table {
    margin-right: 2vw;
  }
  .menu-map-and-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin-right: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-buttons-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-contacts-div {
    margin-right: 40px;
  }
  .block-text {
    display: inline;
  }
  .block-text.no-mobile-block {
    display: inline-block;
  }
  .operators-logos-div {
    height: 14px;
  }
  .operators-logos-div.horizontaloperators-logos-div {
    margin-top: 0px;
  }
  .main-page-section-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mainpage-hero-slider-nav {
    /*display: none;*/
  }
  .mainpage-slide-content-back-gradient-mask {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  }
  
  .has-mobile-image .mainpage-slide-content-back-gradient-mask {
    background-image: none;
  }
  .mainpage-slide-content-back-img {
    display: none;
    background-image: -webkit-linear-gradient(0deg, transparent, transparent 30%), url('../images/emgrand-gt-slide-bg.jpg');
    background-image: linear-gradient(90deg, transparent, transparent 30%), url('../images/emgrand-gt-slide-bg.jpg');
    background-position: 0px 0px, 100% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .mainpage-slide-content-back-img.altas-slide-img {
    background-image: -webkit-linear-gradient(0deg, #000, transparent 30%), url('../images/atlas-slide-bg.jpg');
    background-image: linear-gradient(90deg, #000, transparent 30%), url('../images/atlas-slide-bg.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .hero-slide-h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-slide-underh1-ab {
    max-width: 500px;
    font-size: 16px;
    line-height: 28px;
  }
  .model-banner-line-bg-1 {
    display: none;
    width: 135%;
  }
  .model-banner-line-bg-2 {
    display: none;
    width: 140%;
  }
  ._4-years-img {
    display: none;
  }
  .mainpage-corp-img {
    margin-bottom: 60px;
    margin-left: 0px;
  }
  .corp-desc-div {
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .news-banners-div {
    overflow: auto;
    width: 100vw;
    /*margin-top: 70px;
    margin-bottom: -210px;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 2vw;*/
  }
  .news-banner {
    width: 340px;
    height: 340px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .news-banner.news-banner-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 2vw;
  }
  .news-mainpage-tag {
    font-size: 14px;
  }
  .news-mainpage-h3 {
    font-size: 18px;
  }
  .models-nav-menu {
    padding-top: 0px;
  }
  .models-nav-link {
    width: 50%;
    max-width: 280px;
  }
  .models-nav-link.models-menu-nav-link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .models-nav {
    width: 100%;
    margin-right: 0px;
  }
  .models-nav.models-menu-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .top-section-core {
    background-image: url('../images/news-header-bg.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top-section-core.top-section-news {
    background-position: 50% 0px;
    background-size: cover;
  }
  .top-section-core.top-section-centre {
    background-position: 100% 0px;
  }
  .top-section-core.top-section-creation {
    background-position: 50% 0px;
  }
  .top-section-core.top-section-contacts {
    background-position: 50% 0px;
  }
  .top-section-core.top-section-history {
    background-position: 50% 0px;
  }
  .news-img {
    height: 210px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .standart-content-page-core {
    max-width: 100%;
    margin-right: 0px;
  }
  .news-page-h3 {
    font-size: 18px;
  }
  .news-archive-div {
    display: none;
  }
  .about-center-slider {
    width: 100%;
  }
  .center-slide-mask {
    overflow: visible;
  }
  .temptale-page-img {
    background-position: 50% 0px;
    background-repeat: no-repeat;
  }
  .temptale-row {
    width: 50%;
    margin-right: 0px;
    padding-right: 40px;
  }
  .guar-desc-div {
    margin: 100px 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guar-engine-img {
    margin-top: 40px;
    background-position: 50% 50%;
    background-size: contain;
  }
  .ga-desc-div {
    max-width: 480px;
    margin-top: 200px;
    margin-bottom: 0px;
  }
  .ga-cards-div {
    position: relative;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    max-width: none;
    margin-top: -30px;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ga-card-1 {
    position: relative;
    right: 0px;
    width: 380px;
    height: 380px;
    background-size: contain;
  }
  .ga-card-2 {
    top: -30px;
    right: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 309px;
    height: 320px;
    background-size: contain;
  }
  .service-width-banner {
    background-position: 0px 50%;
  }
  .guarantee-mini-banner {
    display: none;
  }
  .service-feature-row {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .service-banner {
    margin-left: 0px;
  }
  .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .history-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100vw;
    margin-left: -2vw;
    padding-bottom: 60px;
    padding-left: 2vw;
  }
  .history-h1 {
    margin-bottom: 60px;
  }
  .history-div.history-div12 {
    margin-right: 2vw;
  }
  .plant-width-banner {
    width: 100%;
    background-position: 0px 50%;
  }
  .history-container {
    height: auto;
    max-height: auto;
  }
  .sticky {
    top: 0px;
    bottom: 0px;
    padding-top: 100px;
  }
  .service-type-line {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .service-type-line.service-type-top-line {
    width: 100%;
  }
  .service-type-line-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .service-type-line-2.service-type-top-line {
    width: 100%;
  }
  .service-table-name-text-div {
    width: 280%;
    max-width: 280px;
    min-width: 280px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .service-table {
    margin-right: 2vw;
  }
  .service-table-desc {
    max-width: none;
  }
  .center-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .service-table-buttons-line {
    margin-top: 20px;
    margin-left: 0px;
  }
  .atlas-colors-tabs-div {
    margin-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .exterior-colors-tab-content {
    height: 280px;
    background-position: 0px 0px, 50% 100%;
    background-size: auto, contain;
  }
  .colors-ab-div {
    margin-bottom: 0px;
    margin-left: 40px;
  }
  .service-tables-buttons-div {
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .car-models-banner-h3 {
    font-size: 16px;
    line-height: 16px;
  }
  .banners-nuller {
    display: block;
    width: 1px;
    height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .comp-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100vw;
    margin-right: -2vw;
    margin-left: -2vw;
    padding-left: 2vw;
  }
  .model-banner-line-bg-1-no-hover {
    width: 135%;
  }
  .model-banner-line-bg-2-no-hover {
    width: 140%;
  }
  .mainpage-slide-content-back-mobile-img {
    display: block;
    background-image: url('../images/emgrand-gt-slide-bg.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mainpage-slide-content-back-mobile-img.altas-slide-img {
    background-image: url('../images/atlas-slide-bg.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hero-slider-arrow {
    left: 0px;
    bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
    margin-left: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.25s;
  }   
  
  .hero-slider-arrow.hero-slider-next-arrow {
    left: 40px;
  }
  .arrow-left {
    width: 22px;
    height: 12px;
    background-image: url('../images/arrow-back.png');
    background-position: 50% 50%;
    background-size: 22px;
    background-repeat: no-repeat;
  }
  .arrow-right {
    width: 22px;
    height: 12px;
    background-image: url('../images/arrow-next.png');
    background-position: 50% 50%;
    background-size: 22px;
    background-repeat: no-repeat;
  }
  .about-center-slide {
    width: 92vw;
    margin-right: 20px;
    box-shadow: 0 40px 40px -20px rgba(0, 0, 0, .4);
  }
  .service-desc {
    height: auto;
    max-width: none;
    margin-bottom: 20px;
  }
  .service-details-slider-core {
    width: 100%;
    height: auto;
  }
  .hidden-wrapper {
    display: none;
    overflow: auto;
    width: 100vw;
    margin-left: -2vw;
    padding-bottom: 60px;
    padding-left: 2vw;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
  h2 {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 30px;
  }
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.hero-section {
    height: 490px;
  }
  .section.security-section {
    padding-bottom: 80px;
  }
  .section.systems-section {
    padding-bottom: 20px;
  }
  .section.materials-section {
    padding-bottom: 0px;
  }
  .section.svarka-section {
    padding-bottom: 0px;
  }
  .section.creator-section {
    padding-bottom: 0px;
  }
  .section.main-page-hero-section {
    height: auto;
    max-height: none;
  }
  .section.mainpage-4-years-section {
    background-image: -webkit-linear-gradient(270deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), url('../images/hero_guarantee_bg.jpg');
    background-image: linear-gradient(180deg, rgba(41, 124, 248, .8), rgba(0, 0, 0, .15)), url('../images/hero_guarantee_bg.jpg');
    background-position: 0px 0px, 100% 0px;
    background-size: auto, cover;
  }
  /*.section.corp-section {*/
  /*  padding-bottom: 0px;*/
  /*}*/
  .section.more-news-mainpage-section {
    padding-top: 0;    
  }
  .section.top-header-section {
    height: 250px;
  }
  .section.guar-first-section {
    padding-bottom: 0px;
  }
  .section.ga-section {
    padding-bottom: 0px;
  }
  .section.service-first-section {
    padding-bottom: 0px;
  }
  .section.geely-history-section {
    padding-bottom: 40px;
  }
  .cz.bottom-specs-cz {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cz.bottom-navbar-cz {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cz.exterior-cz {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cz.capture-cz {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cz.footer-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cz.mainpage-slide-cz {
    /*margin-top: 80px;*/
    /*margin-bottom: 80px;*/
  }
  .cz._4-years-cz {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cz.top-header-cz {
    padding-bottom: 30px;
  }
  .cz.guarantee-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo {
    width: 70px;
    /*height: 30px;*/
    background-image: url('../images/Logo.png');
    background-position: 100% 50%;
    background-size: contain;
  }
  .logo.footer-logo {
    height: 40px;
    margin-right: 0px;
    margin-bottom: 40px;
    background-image: url('../images/mini-logo.png');
    background-size: 80px;
  }
  .navbar-left-side {
    display: none;
  }
  .burger {
    width: 28px;
    padding-left: 0px;
  }
  .navbar-link {
    display: none;
  }
  .navbar-number.navbar-blue-number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hero-bg-car {
    height: 300px;
    min-width: 870px;
  }
  .price-ab {
    margin-top: 30px;
  }
  .price-bold {
    font-size: 18px;
    line-height: 18px;
  }
  .mouse-downcontent {
    display: none;
    margin-top: 20px;
    font-size: 13px;
    line-height: 20px;
  }
  .mouse-border {
    width: 12px;
    margin-right: 15px;
    border-style: none;
    background-image: url('../images/arrow-bottom.png');
    background-position: 50% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
  }
  .mouse-wheel {
    display: none;
  }
  .standart-button {
    padding-top: 10px;
  }
  .standart-button.white-button {
    margin-left: 0px;
  }
  .standart-button.black-button {
    margin-bottom: 10px;
  }
  /* .standart-button.hero-slider-second-button {
    margin-left: 20px;
  } */
  .standart-button.download-broshure-button {
    height: auto;
    margin-top: 20px;
    margin-left: 0px;
    padding: 5px 0px 3px;
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
  }
  .standart-button.download-broshure-button:hover {
    background-color: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .exterior-images-div {
    display: block;
    width: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .exterior-image-1 {
    width: 100vw;
    height: 300px;
    margin-left: -2vw;
    background-image: url('../images/exterior-image-1-mobile.jpg');
    background-size: cover;
    box-shadow: none;
  }
  .exterior-image-2 {
    display: none;
    margin-top: -50px;
    margin-left: 230px;
  }
  .exterior-image-3 {
    display: none;
  }
  .standart-text {
    font-size: 14px;
    line-height: 24px;
  }
  .standart-text.black-16-pt {
    font-size: 14px;
    line-height: 24px;
  }
  .quote-div {
    margin-top: 40px;
  }
  .quote-line.quote-bottom-line {
    font-size: 16px;
    line-height: 22px;
  }
  .quote-ab {
    font-size: 16px;
  }
  ._16pt-italic {
    font-size: 14px;
  }
  .exterior-slider-nav {
    margin-bottom: -38px;
  }
  .extrior-slide {
    width: 90vw;
  }
  .exterior-detail-image {
    height: 300px;
    background-size: cover;
  }
  .exterior-detail-image.exterior-detail-image2 {
    background-size: cover;
  }
  .exterior-detail-image.exterior-detail-image3 {
    background-size: cover;
  }
  .exterior-detail-image.exterior-detail-image4 {
    background-size: cover;
  }
  .exterior-detail-image.exterior-detail-image5 {
    background-size: cover;
  }
  .exterior-detail-image.exterior-detail-image6 {
    background-size: cover;
  }
  .exterior-image-shadow {
    display: none;
  }
  .white-h2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .inspiration-right-side {
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .car-exterior-details-div {
    height: 625px;
  }
  .interior-desc {
    width: 100%;
    height: auto;
  }
  .interior-details-slider-core {
    width: 100%;
  }
  .interior-photo {
    box-shadow: 0 40px 50px -20px rgba(0, 0, 0, .4);
  }
  .int-photo-whiter {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .int-photo-shadow {
    position: static;
    display: none;
  }
  .tab-link {
    margin-bottom: 20px;
  }
  .tab-link.lsat-tab-links {
    margin-right: 4vw;
  }
  .tabs-menu {
    width: 102vw;
    margin-left: -2vw;
    padding-left: 2vw;
  }
  .tab-content {
    width: 100%;
  }
  .security-photo {
    width: 100%;
    height: 250px;
    background-size: cover;
  }
  .capture-header-div {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .capture-header-div.years-capture-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .buttons-line {
    min-width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer-link {
    text-align: center;
  }
  .menu-links-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-header-row {
    margin-bottom: 25px;
  }
  .menu-link {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }
  .menu-link.last-menu-link {
    margin-bottom: 0px;
  }
  .menu-content-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-content, .contacts-content {
    overflow: visible;
    min-width: 0px;
    padding: 60px 40px;
  }
  .map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 80vh;
  }
  .pop-up-field {
    margin-bottom: 20px;
  }
  .pop-up-core {
    max-width: 96%;
    padding-bottom: 80px;
  }
  .motion-tab-content {
    padding: 40px;
  }
  .motion-content-desc {
    max-width: 240px;
  }
  .opacity-car-desc {
    width: 100vw;
    box-shadow: none;
  }
  .winter-desc {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .winter-image-1 {
    display: none;
    height: 300px;
  }
  .winter-image-2 {
    width: 102vw;
    height: 300px;
    margin-top: 0px;
    margin-right: -2vw;
    margin-left: -2vw;
    background-image: url('../images/winter-image-mobile-1.jpg');
    background-position: 50% 50%;
    background-size: auto;
    box-shadow: none;
  }
  .system-div {
    padding-right: 40px;
    padding-left: 40px;
  }
  .boat-desc {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .boat-image {
    max-width: 480px;
    margin-left: 0px;
  }
  .boat-image-2 {
    display: none;
  }
  .materials-desc-row {
    width: 100%;
    padding-bottom: 0px;
  }
  .material-car-image {
    margin-top: 20px;
  }
  .creator-image {
    width: 100vw;
    margin-left: 0px;
    box-shadow: none;
  }
  .svarka-image {
    box-shadow: none;
  }
  .svarka-desc {
    margin-top: 80px;
  }
  .sborka-photos-slider {
    width: 90vw;
  }
  .sborka-details-slider-core {
    width: 100%;
  }
  .hero-h1 {
    margin-top: 0px;
    background-size: cover;
    font-size: 160px;
  }
  .footer-contacts-div {
    margin-top: 20px;
    text-align: center;
  }
  .menu-contacts-div {
    margin-right: 0px;
  }
  .block-text.no-mobile-block {
    display: inline-block;
  }
  .tel-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .tel-div.footer-tels-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .operators-logos-div.horizontaloperators-logos-div {
    margin-top: 0px;
  }
  .white-navbar-core {
    height: 60px;
  }
  .mainpage-hero-slider-nav {
    /*margin-bottom: 30px;*/
  }
  .mainpage-slide-content-back-img {
    display: none;
  }
  .hero-slide-h1 {
    /*margin-bottom: 30px;*/
    font-size: 30px;
    line-height: 40px;
  }
  .mainpage-models-banners-div {
    /*display: none;*/
    overflow: auto;
    width: 100vw;
    margin-top: -10px;
    margin-bottom: -50px;
    margin-left: -2vw;
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 2vw;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .model-banner {
    width: 100%;
    height: 225px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: -webkit-linear-gradient(55deg, #000, transparent 70%), url('../images/emgrand_gt_banner.jpg');
    background-image: linear-gradient(35deg, #000, transparent 70%), url('../images/emgrand_gt_banner.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .model-banner:hover {
    background-size: auto, cover;
    box-shadow: 0 50px 50px -20px rgba(79, 146, 246, .5);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .model-banner-double {
    width: 100%;
    height: 225px;
    flex: 0 0 auto;
    background-size: auto, cover;
  }
  .model-banner-double:hover {
    background-size: auto, cover;
  }
  .model-banner.atlas-model-banner {
    margin-right: 2vw;
    background-image: -webkit-linear-gradient(55deg, #000, transparent 70%), url('../images/geely_altas_hero_banner.jpg');
    background-image: linear-gradient(35deg, #000, transparent 70%), url('../images/geely_altas_hero_banner.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .model-banner.atlas-model-banner:hover {
    background-size: auto, cover;
  }
  .model-banner.emgrandx7-model-banner {
    margin-right: 2vw;
    background-image: -webkit-linear-gradient(55deg, #000, transparent 70%), url('../images/emgrandx7.jpg');
    background-image: linear-gradient(35deg, #000, transparent 70%), url('../images/emgrandx7.jpg');
    background-position: 0px 0px, 0% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .model-banner.emgrandx7-model-banner:hover {
    background-size: auto, cover;
  }
  .model-banner.emgrand7-model-banner {
    margin-right: 2vw;
    margin-top: 0px;
    background-image: -webkit-linear-gradient(55deg, #000, transparent 70%), url('../images/emgrand7/geely_emgrand7.jpg');
    background-image: linear-gradient(35deg, #000, transparent 70%), url('../images/emgrand7/geely_emgrand7.jpg');
    background-position: 0px 0px, 70% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .model-banner.emgrand7-model-banner:hover {
    background-size: auto, cover;
  }
  .model-banner-bg-lines {
    overflow: hidden;
    width: 100%;
    max-width: 380px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .model-banner-line-bg-1 {
    width: 205%;
    background-position: 0px 0px;
    background-size: 995px;
  }
  .model-banner-line-bg-2 {
    width: 200%;
    height: 100%;
    background-position: 0px 0px;
    background-size: 995px;
  }
  .model-banner-core {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mainpage-corp-img {
    width: 100vw;
    margin-left: 0px;
    box-shadow: none;
  }
  .news-banners-div {
    margin-top: 30px;
    /*margin-bottom: -220px;*/
  }
  .news-banner {
    height: 300px;
  }
  .news-mainpage-h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .emgrand-nav-img.atlas-nav-img.atlas-nav-menu-img {
    background-size: contain;
  }
  .emgrand-nav-img.emgrandx7-nav-img.atlas-nav-menu-img {
    background-size: contain;
  }
  .emgrand-nav-img.emgrand-menu-nav-img {
    background-size: contain;
  }
  .top-section-core.top-section-service {
    background-position: 50% 0px;
  }
  .news-page-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-img {
    width: 280px;
    height: 180px;
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .standart-content-page-core {
    max-width: 100%;
  }
  .news-date {
    font-size: 14px;
    line-height: 24px;
  }
  .archive-link {
    font-size: 14px;
    line-height: 24px;
  }
  .margin-80-content-div {
    margin-top: 60px;
  }
  .about-center-slider {
    height: 300px;
  }
  .center-slide-mask {
    overflow: visible;
    width: 100%;
  }
  .temptale-page-img {
    height: 200px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .temptale-page-img.temptale-page-history-img-2 {
    background-size: cover;
  }
  .temptale-page-img.temptale-page-history-img-3 {
    background-size: cover;
  }
  .temptale-page-img.temptale-page-history-img-4 {
    background-size: cover;
  }
  .temptale-page-img.no-bg-img {
    height: auto;
  }
  .temptale-page-quote-ab {
    font-size: 14px;
    line-height: 24px;
  }
  .temptale-page-buttons-line {
    min-width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .black-div-ab {
    font-size: 15px;
  }
  .temptale-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guar-desc-div {
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .guar-engine-img {
    display: none;
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
  }
  .ga-desc-div {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .ga-cards-div {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-left: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ga-card-1 {
    width: 280px;
    height: 280px;
  }
  .ga-card-2 {
    position: absolute;
    left: 160px;
    top: 40px;
    display: block;
    width: 279px;
    height: 269px;
    background-size: contain;
  }
  .ga-services-rows-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ga-services-line {
    width: 100%;
    padding-right: 0px;
  }
  .ga-services-number {
    font-size: 50px;
    line-height: 50px;
  }
  .history-div {
    height: 260px;
    padding: 30px;
  }
  .history-year-ab {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 18px;
  }
  .center-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    min-height: 200px;
  }
  .atlas-colors-tabs-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .exterior-colors-tabs {
    margin-top: 20px;
  }
  .colors-ab-div {
    display: block;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .colors-lines-div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .color-line {
    margin-right: 20px;
  }
  .banners-nuller {
    width: 1px;
    height: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .model-banner-line-bg-1-no-hover {
    width: 205%;
    background-position: 0px 0px;
    background-size: 995px;
  }
  .model-banner-line-bg-2-no-hover {
    width: 200%;
    height: 100%;
    background-position: 0px 0px;
    background-size: 995px;
  }
  .mainpage-slide-content-back-mobile-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: url('../images/emgrand-gt-slide-bg.jpg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mainpage-slide-content-back-mobile-img.altas-slide-img {
    background-position: 100% 50%;
  }
  .mobile-models-slider {
    display: block;
    width: 80vw;
    height: 100%;
    margin-left: -2vw;
    padding-left: 2vw;
    background-color: transparent;
  }
  .mobile-models-slide {
    margin-right: 20px;
  }
  .mobile-models-slider-arrow {
    width: 50vw;
    margin-right: -40vw;
  }
  .mobile-models-slider-arrow.mobile-models-slider-back-arrow {
    margin-right: 0vw;
    margin-left: -40vw;
  }
  .about-center-slide {
    width: 92vw;
  }
  .service-details-slider-core {
    width: 100%;
  }
  .pop-up-text-field {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 22px;
    line-height: 34px;
  }
  h2 {
    font-size: 20px;
    text-align: left;
  }
  h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .section.hero-section {
    height: 500px;
    padding-top: 0px;
  }
  .section.security-section {
    margin-top: 60px;
  }
  .section.first-section {
    padding-top: 40px;
  }
  .section.opacity-car-section {
    padding-bottom: 0px;
  }
  .section.service-first-section {
    padding-top: 0px;
  }
  .section.geely-history-section {
    padding-top: 40px;
  }
  .cz.bottom-navbar-cz {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cz.exterior-slider-cz {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cz.exterior-slider-cz-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cz.systems-cz {
    text-align: center;
  }
  .cz.painting-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cz.mainpage-slide-cz {
    /*margin-top: 60px;*/
    /*margin-bottom: 60px;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .cz.mainpage-models-cz {
    text-align: center;
  }
  .cz.top-header-cz {
    padding-bottom: 20px;
  }
  .cz.ga-services-cz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar.fixed-nvb {
    height: 50px;
  }
  .logo {
    width: 60px;
    background-size: contain;
  }
  .logo.menu-logo {
    width: 80px;
    height: 40px;
    margin-bottom: 50px;
    background-image: url('../images/mini-logo.png');
    background-size: 80px;
  }
  .burger {
    width: 40px;
    height: 40px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-bg-car {
    min-width: 700px;
    background-position: -75px 100%;
  }
  .hero-section-middle-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price-ab {
    position: absolute;
    top: 20px;
    right: 0px;
    display: block;
    margin-top: 110px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .price-bold {
    font-size: 16px;
  }
  .hero-section-middle-right-side {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
  .mouse-downcontent {
    display: none;
  }
  .bottom-navbar {
    height: 50px;
  }
  .standart-button {
    width: 100%;
    height: 45px;
    font-size: 12px;
  }
  .standart-button.hero-slider-second-button {
    margin-top: 10px;
    margin-left: 0px;
  }
  .standart-button.margin-40-px-button {
    margin-left: 0px;
  }
  .standart-button.call-back-service-button {
    margin-top: 10px;
    margin-left: 0px;
  }
  .standart-button.download-broshure-button {
    width: auto;
    height: 40px;
    margin-top: 15px;
    padding: 0px 30px;
    border-style: solid;
    border-width: 1px;
    line-height: 13px;
  }
  .exterior-image-1 {
    height: 200px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .desing-text-div {
    text-align: left;
  }
  .standart-text.models-nav-ps-ab {
    margin-bottom: 0px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
  }
  .standart-text._15-pt {
    font-size: 13px;
  }
  .quote-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quote-line.quote-bottom-line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
  }
  .quote-sing {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .quote-ab {
    font-size: 15px;
    line-height: 25px;
  }
  ._16pt-italic {
    display: inline-block;
    line-height: 22px;
  }
  .exterior-slider {
    width: 100%;
  }
  .exterior-slider-nav {
    width: 100vw;
    margin-left: -2vw;
  }
  .exterior-slider-arrow.exterior-slider-arrow-next {
    width: 50%;
    margin-right: -50%;
  }
  .extrior-slide {
    width: 100%;
  }
  .exterior-detail-image {
    height: 250px;
  }
  .white-h2 {
    display: block;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }
  .car-exterior-details-div {
    position: relative;
    height: 525px;
  }
  .car-detail {
    position: static;
    margin-top: -25%;
  }
  .interior-desc {
    width: 104vw;
    margin-right: -4vw;
    margin-left: -4vw;
    padding-right: 4%;
    padding-left: 4%;
    text-align: center;
  }
  .interior-photos-slider {
    width: 80vw;
    height: 200px;
  }
  .interior-photo {
    background-size: cover;
  }
  .interior-photo.interior-photo-2 {
    background-size: cover;
  }
  .interior-photo.interior-photo3 {
    background-size: cover;
  }
  .interior-photo.interior-photo4 {
    background-size: cover;
  }
  .interior-photo.interior-photo5 {
    background-size: cover;
  }
  .interior-photo.interior-photo6 {
    background-size: cover;
  }
  .interior-photo.interior-photo7 {
    background-size: cover;
  }
  .interior-photo.interior-photo8 {
    background-size: cover;
  }
  .interior-photo.interior-photo9 {
    background-size: cover;
  }
  .interior-photo.interior-photo10 {
    background-size: cover;
  }
  .interior-photo.interior-photo11 {
    background-size: cover;
  }
  .interior-photo.interior-photo12 {
    background-size: cover;
  }
  .interior-photo.interior-photo13 {
    background-size: cover;
  }
  .interior-photo.interior-photo14 {
    background-size: cover;
  }
  .interior-photo.interior-photo15 {
    background-size: cover;
  }
  .interior-photo.interior-photo16 {
    background-size: cover;
  }
  .interior-photo.interior-photo17 {
    background-size: cover;
  }
  .interior-photo.interior-photo18 {
    background-size: cover;
  }
  .interior-photo.interior-photo19 {
    background-size: cover;
  }
  .int-photo-shadow {
    height: 90%;
    min-width: 0px;
    margin-top: -78%;
  }
  .security-photo.security-photo3 {
    background-position: 13% 50%;
    background-size: auto;
  }
  .security-photo.security-photo4 {
    background-size: cover;
  }
  .security-photo.security-photo2 {
    background-size: cover;
  }
  .security-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .capture-header-div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .footer-13pt-ab {
    padding-right: 0px;
    text-align: center;
  }
  .footer-links-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-link {
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .car-detail-info {
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 100vw;
    max-height: 180px;
    max-width: none;
    margin-top: 160px;
    margin-right: auto;
    margin-left: auto;
  }
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }
  .menu-links-div {
    min-width: 0px;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .h4 {
    text-align: center;
  }
  .menu-links-row {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
  }
  .menu-content-side {
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-ab {
    font-size: 14px;
    text-align: center;
  }
  .menu-content, .contacts-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .map {
    height: 80vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-close-link {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%;
    height: 50px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  
  .close-menu-ab {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 15px;
    letter-spacing: 0px;
  }
  .fixed-navbar {
    display: none;
    height: 50px;
    opacity: 1;
  }
  .fixed-navbar.resource-fixed-navbar {
    height: 50px !important;
  }
  .field-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }
  .motion-tab-menu {
    overflow: scroll;
    width: 100vw;
    margin-left: -2vw;
    padding-left: 2vw;
  }
  .motion-tab-link {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .motion-tab-link.motion-tab-last-link {
    margin-right: 2vw;
  }
  .motion-tab-link.motion-tab-last-link.w--current {
    background-color: #4f92f6;
  }
  .motion-tab-link.motion-tab-hided-link {
    width: 1px;
    height: 1px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none;
  }
  .motion-tab-content-row {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .motion-tab-image {
    height: 180px;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .motion-content-desc {
    min-height: 0px;
  }
  .car {
    position: relative;
    display: none;
    height: 370px;
  }
  .opacity-car-desc {
    min-width: 0px;
    padding-right: 8%;
    padding-left: 8%;
    text-align: center;
  }
  .download-characteristicks-button {
    font-size: 13px;
    text-align: left;
  }
  .opacity-car-detail.opacity-car-detail2 {
    margin-top: 33%;
  }
  .winter-desc {
    text-align: center;
  }
  .systems-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .system-div {
    width: 100%;
  }
  .system-name-ab {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }
  .system-name-ab.system-name-big-ab {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .system-image {
    margin-bottom: 30px;
  }
  .system-desc-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  ._80px-margin-h2 {
    margin-bottom: 50px;
    text-align: center;
  }
  .boat-desc {
    text-align: center;
  }
  .materials-desc-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  ._40-px-margin-h2 {
    text-align: center;
  }
  .material-type-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .material-type {
    width: 80px;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .crash-test-line {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .star {
    margin-bottom: 10px;
  }
  .stars-line {
    margin-right: 0px;
  }
  .material-car-image {
    height: 250px;
    margin-top: 40px;
    background-position: 50% 0px;
  }
  .sborka-desc-div {
    text-align: center;
  }
  .numbers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .sborka-number-div {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .num-line {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .creator-image {
    height: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-size: cover;
  }
  .svarka-image {
    width: 100vw;
    height: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .svarka-desc {
    margin-top: 80px;
    text-align: center;
  }
  .painting-row {
    width: 100%;
    margin-bottom: 40px;
  }
  .painting-row.painting-row-2 {
    margin-left: 0px;
  }
  .h5 {
    font-size: 14px;
    line-height: 24px;
  }
  .sborka-photos-slider {
    height: 220px;
  }
  .dropdrown-h {
    font-size: 14px;
    line-height: 15px;
  }
  .sborka-desc {
    width: 106vw;
    margin-right: -4vw;
    margin-left: -4vw;
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .hero-h1 {
    margin-bottom: 0px;
    font-size: 130px;
  }
  .menu-map-and-menu {
    overflow: auto;
    width: 100%;
    /*margin-top: 50px;*/
    margin-right: 0px;
  }
  .first-h2 {
    text-align: left;
  }
  .block-text {
    display: inline;
  }
  .tel-div.menu-tels-div {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tel-div.top-tel-div {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tel-div.guar-tel-div {
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .operators-logos-div.operators-logos-menu-div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .operators-logos-div.horizontaloperators-logos-div {
    margin-left: 0px;
  }
  .complectation-price-ab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cross {
    margin-top: 16px;
  }
  .mainpage-hero-slider-nav {
    /*-webkit-box-pack: center;*/
    /*-webkit-justify-content: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
  }
  .mainpage-slide-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-slide-h1 {
    font-size: 26px;
    line-height: 38px;
  }
  .hero-slide-underh1-ab {
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  .slider-hero-buttons-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    
  }
  .model-banner {
    height: 205px;
  }
  .model-banner:hover {
    background-size: cover;
  }
  .model-banner.atlas-model-banner:hover {
    background-size: cover;
  }
  .model-banner-ab-div {
    padding-bottom: 25px;
    padding-left: 25px;
  }
  .model-banner-bg-lines {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .model-banner-line-bg-1 {
    width: 205%;
  }
  .model-banner-line-bg-2 {
    width: 210%;
  }
  .mainpage-corp-img {
    height: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-size: cover;
  }
  .corp-desc-div {
    text-align: center;
  }
  ._40-margin-h2 {
    text-align: center;
  }
  .news-banner {
    width: 80vw;
    height: 240px;
    background-size: auto, cover;
  }
  .news-banner.news-banner-3 {
    background-size: auto, cover;
  }
  .news-banner.news-banner-2 {
    background-size: auto, cover;
  }
  .news-mainpage-tag {
    font-size: 13px;
    line-height: 18px;
  }
  .news-mainpage-h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .models-nav-link {
    width: 100%;
    max-width: none;
    margin-right: 0px;
  }
  .models-nav-link.models-menu-nav-link {
    width: auto;
  }
  .models-nav {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;    
  }
  .models-nav.models-menu-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-section-core.top-section-centre {
    background-position: 88% 0px;
  }
  .top-section-core.top-section-creation {
    background-position: 50% 0px;
  }
  .top-section-core.top-section-guarantee {
    background-position: 50% 0px;
  }
  .news-page-line {
    padding-bottom: 40px;
  }
  .news-img {
    width: 100%;
    height: 180px;
  }
  .standart-content-page-core {
    max-width: 100%;
  }
  .news-page-h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .page-number.prev-page-number {
    width: 40px;
    margin-right: 10px;
    padding: 0px;
  }
  .margin-80-content-div {
    margin-top: 40px;
  }
  .about-center-slider {
    height: 200px;
  }
  .temptale-page-img.temptale-page-history-img-2 {
    margin-bottom: 20px;
  }
  .temptale-page-buttons-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .download-pdf-button {
    font-size: 13px;
    text-align: left;
  }
  .download-pdf-button.second-button {
    margin-top: 20px;
    margin-left: 0px;
  }
  .black-div-ab {
    font-size: 13px;
    text-align: left;
  }
  .temptale-rows-line {
    text-align: center;
  }
  .temptale-row {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .tels-h3 {
    width: 100%;
    margin-right: 0px;
    text-align: center;
  }
  .guar-desc-div {
    text-align: center;
  }
  .guar-tel-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .ga-desc-div {
    margin-top: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .ga-cards-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
  }
  .ga-card-1 {
    top: -50px;
  }
  .ga-card-2 {
    left: 80px;
    width: 259px;
    height: 249px;
  }
  .service-width-banner {
    display: none;
  }
  .guarantee-mini-banner {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .blick {
    width: 70px;
    height: 70px;
  }
  .service-features-line {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-feature-row {
    width: 100%;
    margin-bottom: 40px;
  }
  .service-feature-row.service-feature-last-row {
    margin-bottom: 0px;
  }
  .service-banner {
    display: block;
    height: 370px;
    margin-right: auto;
    margin-left: auto;
  }
  .adress {
    display: block;
    max-width: 280px;
    font-size: 14px;
  }
  .temptale-page-img-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .history-wrapper {
    padding-bottom: 70px;
  }
  .history-h1 {
    margin-bottom: 40px;
  }
  .history-div {
    width: 85vw;
    height: 240px;
  }
  .plant-width-banner {
    display: none;
  }
  .sticky {
    padding-top: 60px;
  }
  .service-table-ab {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .service-type-line.service-type-top-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contacts-line {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .center-map {
    height: 80vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .service-table-buttons-line {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .atlas-h1 {
    font-size: 25px;
  }

  .emgrand-h1 {
    font-size: 25px;
  }
  .mobile-inline-ab {
    display: inline;
  }
  .exterior-colors-tabs {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .exterior-colors-tab-content {
    height: 190px;
  }
  .colors-lines-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-tables-buttons-div {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  h1.news-h2 {
    font-size: 18px;
  }
  .news-header-line {
    margin-top: 40px;
    padding-bottom: 10px;
  }
  .page-temptale-h3 {
    margin-bottom: 30px;
  }
  .download-docx-button {
    font-size: 13px;
    text-align: left;
  }
  .mobile-block-ab {
    display: block;
  }
  .mobile-altlas-choose-dropdown {
    height: 50px;
    margin-left: -2vw;
  }
  .mobile-altlas-choose-dropdown-toggle {
    height: 100%;
    margin-left: 2vw;
  }
  .dt-list {
    margin-top: 2px;
  }
  .td-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: -2vw;
    padding-right: 4vw;
    padding-left: 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4f92f6;
    color: #fff;
    font-weight: 600;
  }
  .mobile-atlas-fixed-navbar {
    display: none;
    height: 50px;
    opacity: 1;
  }
  .mobile-center-h2 {
    text-align: center;
  }
  
  .car-models-banner-h3 {
    font-weight: 700;
  }
  .mobile-hidden-ab {
    display: none;
  }
  .model-banner-line-bg-2-no-hover {
    width: 230%;
  }
  .mainpage-slide-content-back-mobile-img {
    background-position: 89% 50%;
  }
  .mainpage-slide-content-back-mobile-img.altas-slide-img {
    background-position: 84% 50%;
  }
  .hero-slider-arrow {
    left: -40px;
    right: 0px;
    bottom: 10px;
    margin-left: auto;
  }
  .hero-slider-arrow.hero-slider-next-arrow {
    left: 40px;
  }
  .mobile-models-slider {
    width: 85vw;
  }
  .about-center-slide {
    width: 80vw;
  }
  .temptale-list {
    padding-left: 20px;
  }
  .service-desc {
    width: 104vw;
    margin-right: -4vw;
    margin-left: -4vw;
    padding: 50px 8vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaBlack.eot') format('embedded-opentype'), url('../fonts/HelveticaBlack.woff') format('woff'), url('../fonts/HelveticaBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaHeavy.eot') format('embedded-opentype'), url('../fonts/HelveticaHeavy.woff') format('woff'), url('../fonts/HelveticaHeavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaLight.eot') format('embedded-opentype'), url('../fonts/HelveticaLight.woff') format('woff'), url('../fonts/HelveticaLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaMedium.eot') format('embedded-opentype'), url('../fonts/HelveticaMedium.woff') format('woff'), url('../fonts/HelveticaMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaRegular.eot') format('embedded-opentype'), url('../fonts/HelveticaRegular.woff') format('woff'), url('../fonts/HelveticaRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaThin.eot') format('embedded-opentype'), url('../fonts/HelveticaThin.woff') format('woff'), url('../fonts/HelveticaThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/HelveticaBold.eot') format('embedded-opentype'), url('../fonts/HelveticaBold.woff') format('woff'), url('../fonts/HelveticaBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Arrows font';
  src: url('../fonts/arrows-font.eot') format('embedded-opentype'), url('../fonts/arrows-font.woff') format('woff'), url('../fonts/arrows-font.ttf') format('truetype'), url('../fonts/arrows-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@media only screen and (min-width: 991px) and (max-width: 1120px) {
  .mobile-inline-ab.black {
    font-size: 25px;
  }
  .emgrandx7-bg {
    width: 800px;
  }
}

@media only screen and (max-width: 1120px) {
  .exterior-colors-tab-content-emgrandx7 {
    background-size: auto, contain;
    height: 500px

  }
}

@media only screen and (max-width: 990px) {
  .emgrandx7-bg {
    display: none;
  }
  .right {
    float: none;
  }
  .mouse-downcontent {
    display: none;
  }
  .exterior-colors-tab-content-emgrandx7 {
    background-size: auto, contain;
    height: 280px;
  }
  .car-exterior-details-div-emgrand-back,.car-exterior-details-div-emgrand-front {
    width: 100vw;
    margin-top:0px;
  }
  .car-emgrandx7-img {
    display: none;
  }
  .wraper-text-page {
    margin: 40px 20px 0 20px !important;
  }
  .m-bt {
  margin-bottom: 60px !important;
}
}

@media only screen and (max-width: 767px) {
  .fixed-table-title {
    top: 60px;
  }
  .hero-bg-car-emgrand {
    position: absolute;
  }
  .hero-section-middle-line-right {
    margin-top: 0px;
    height: 300px;
  }
  .car-exterior-details-div-emgrand-back,.car-exterior-details-div-emgrand-front {
    width: 100vw;
    margin-top:0px;
  }
  .descbg {
    font-size: 16px !important;
  }
  .title-acces {
    bottom: 20px !important;
  }
  .tar{
  	float: none;
  }
}

.m-center{
    margin: 0 auto;
    padding-top: 50px;
}

.descbg {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding-top: 20px;
}
.m-bt {
  /*margin-bottom: 0;*/
}
.wraper {
  display: flex;
}
.btn-line {
  max-width: 360px;
  margin: auto;
}
.btn-line .border-button {
  display: inline-flex;
}
.border-button {
    margin-top: 10px;
    border: 2px solid #000;
    background-color: transparent;
    color: #000;
}
.border-button:hover {
    border-color: #4f92f6;
    background-color: #4f92f6;
    color: #fff;
}
.img-acces {
  max-width: calc(100% - 20px);
  margin: 0 auto;
}
.container-geel h2 {
  text-align: center;
}
.title-acces {
  position: absolute;
  bottom: 60px;
}
.wraper-text-page {
  margin: 80px 80px 0 80px;
}
.text-page {
  font-size: 24px;
  line-height: 30px;
}

.container-geel {
  width: 100%;  
  margin-right: auto;
  margin-left: auto;
}

.pt-0{
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pt-100 {
  padding-top: 100px !important;
}

/*@media (min-width: 576px) {
  .container-geel {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-geel {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-geel {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-geel {
    max-width: 1140px;
  }
}*/
.black-text {
	color: #000;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row-geel {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.position-botton {
	position: absolute;
	margin-top: 15px;
	bottom: 10px;
}
.pc{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}


@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* social icons footer */

.cz.footer-cz {
	position: relative;
}
.social-icons {
    font-size: 20px;	
    padding-bottom: 15px;            
}
.social-icons .fa-facebook {
	
}
.social-icons .fa-instagram {
	
}
.social-icons .fa-odnoklassniki-square {
	
}
.social-icons i.fab {
  color: #fff;
  font-size: 25px;
  transition: all 0.5s ease;
}
.social-icons i.fab:hover {
  color: #757575;
}

@media (min-width: 768px){
  .social-icons {

  }
}  
@media (min-width: 992px){
  .social-icons {
      position: absolute;
      left: -15px;
      top: 70px;
      font-size: 20px;	
  }
}

/* Atlas header fix */

.atlas-page .white-navbar-core.black-bg {
	background-color: #000;
}
.atlas-page .section.hero-section {
	padding-top: 0px;
}
.atlas-page .burger-line-1.burger-line-1-black {
    /*background-color: #fff;*/
}
.atlas-page .white-navbar-core {
    z-index: 11;
    /*background-color: #000;*/
}    
.atlas-page .fixed-navbar {
    top: 118px;
}    
.atlas-page .section.hero-section {
	padding-top: 100px;
}
/* navbar Atlas hover models clients fix */

.atlas-page .models-nav-div {
	z-index: 10;	
}
.atlas-page .fixed-navbar {
	z-index: 9;
}
.atlas-page .to-clients-nav-div,
.atlas-page .service-url-nav-div,
.atlas-page .about-url-nav-div,
.atlas-page .to-kredit-nav-div{
	z-index: 10;
}
.atlas-page .bottom-navbar {
    z-index: 8;
}    

/* Complectation close button */
.cz.complectation-cz.pt-100 {
	position: relative;
}
.close-complectation {
    position: absolute;
    top: 100px;
		right: 0px;	    
    font-size: 30px;
    cursor: pointer;	
}
@media (max-width: 520px){
	.close-complectation {
	    top: 50px;
		right: 0px;	    
    }
}

/* fix homepage h1 */

h1.mobile-center-h2 {
    margin-top: 0px;
    margin-bottom: 60px;
    font-family: Helvetica, sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;	  
  }
  h2.mobile-center-h2.bottom {
	margin-top: 50px;  
	margin-bottom: 0px;  
  }
 /* atlas h1 fix */
 
 .atlas-h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;	 
 }
 
  /* service h1 fix */
 .service-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;	 
 }
 
  /* credit h1 fix */
 .credit-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Helvetica, sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;	 
 }
 
 .display-none {
	 display: none;
 }
 
  /* add to service page 3 divs */
  
 .serv-title {
	font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 30px;
 } 
 .serv-img {
   padding-bottom: 50px;
 }
 .serv-decription {
   font-family: 'Proxima nova', sans-serif;
    color: #909090;
    font-size: 15px;
    line-height: 25px;
    font-weight: 300;
    padding-bottom: 30px;
 }
 .position-botton.botton-long {
	 width: 100%;
	 bottom: -70px;
 }
.black-botton {
    position: relative;
    margin-top: 50px;
    bottom: 10px;
}
 /* second header fix */
	 
.fixed-navbar.resource-fixed-navbar {
    height: 100px!important;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    display: none!important;
}
.white-navbar-core {
    display: flex!important;
	transform: translateX(0px) translateY(0px)!important;    		 
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);	
}	
.nopad {
	padding: 0px;
}

/* fix second menu change size */

.fixed-navbar.w-hidden-small.w-hidden-tiny {
	height: 80px!important;
}

.section.section-credits {
  padding: 0;
}

.privacy_policy {
	margin-top:10px;
	text-align: left;
}

@media screen and (max-width: 991px){
   .hero-slider-arrow {
      display: none;
   }
}
.models-nav {
  flex-wrap: wrap;
}
@media screen and (max-width: 1460px){
  .footer .social-icons {
    left: 25px !important;
  }
}
.header-nav {
  	display:none!important;
  }

.news-title {
	display:inline-block;
	color: #222;
	font-size: 30px;
	line-height: 38px;
	margin-top: 0px;
	font-family: Helvetica, sans-serif;
	font-weight: 600;
  }  
 .credit-top-btn__wrapper{
     display:flex;
     justify-content:space-around;
     margin-bottom: 20px;
 }

 ._credit-top-btn__wrapper{
     flex: 0 1 50%;
     margin-right:10px;
 }
 ._credit-top__btn{
     width:100%;
 }
 ._credit-top-active-btn{
     cursor:auto;
    color: #fff;
    background: linear-gradient(180deg, #4F92F6 0%, #1F7996 0%, #171D2B 100%);
	box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25), 0px 8px 23px rgba(16, 44, 84, 0.5);
	border-radius: 3px;
	border: none !important;
	height: 50px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #000;
    transition: all 300ms ease;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align:center;
    border-radius: 3px;
    font-family: Proxima Nova;
    justify-content: center;
    align-items: center;
 }

  @media (max-width: 479px){
    ._credit-top-active-btn {
    width: 100%;
    height: 45px;
    font-size: 12px;
    }
 }
 .slide1{
	background-size: cover;
    background-position: left;
 }