*::-webkit-input-placeholder {
	color: #c9c9c9;
	opacity: 1;
}
*:-moz-placeholder {
	color: #c9c9c9;
	opacity: 1;
}
*::-moz-placeholder {
	color: #c9c9c9;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #c9c9c9;
	opacity: 1;
}

html {
  -webkit-text-size-adjust: 100%; 
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent; } 
input:focus:-moz-placeholder, textarea:focus:-moz-input-placeholder { color:transparent; } /* FF 4-18 */ 
input:focus::-moz-placeholder, textarea:focus::-moz-input-placeholder { color:transparent; } /* FF 19+ */ 
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

body {
  margin: 0;
  font-size: 16px;
  font-family: "RenaultLife";
}

b, strong, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "RenaultLife-Bold";
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.clearfix {
  position: relative;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

header {
  background-color: #000000;
  padding: 5px 0;
}

.header-content {
  margin: 0 auto;
  width: 96%;
  max-width: 1316px;
}

.logo {
  float: left;
}

.logo img {
  display: block;
  width: 144px;
  height: 60px;
}

.header-city-active {
  position: relative;
  color: #fff;
  font-size: 16px;
  padding-left: 27px;
  padding-right: 16px;
  /*background-image: url(../img/marker.png);*/
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 26px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.header-city-active b {
  font-family: "RenaultLife";
}

.header-city-active svg {
  top: 0;
  left: 0;
  position: absolute;
  width: 19px;
  height: 26px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*
.header-city-active:hover img:nth-child(1),
.header-city-active img:nth-child(2) {
  visibility: hidden;
  opacity: 0;
}

.header-city-active:hover img:nth-child(2) {
  visibility: visible;
  opacity: 1;
}*/

.header-city-active .cls-3 {
  fill: #fff;
  fill-rule: evenodd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-city-active:hover {
  color: #ffcd0d;
}

.header-city-active:hover .cls-3 {
  fill: #ffcd0d;
}

.header-city {
  float: left;
  margin-left: 55px;
  margin-right: 40px;
  line-height: 60px;
  position: relative;
}

.header-city-active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
  right: 0;
  top: 11px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-city-active:hover:after {
  border-top: 6px solid #ffcd0d;
}

.header-competition {
  text-align: center;
  color: #fff;
  background-color: #333333;
  padding: 0 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /*width: 200px;*/
  width: 240px;
  line-height: 40px;
  display: block;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
  font-family: "RenaultLife-Bold";
}

.header-competition i {
  color: #ffcd0d;
  -webkit-transform: rotate(30deg) translate(0,3px);
  -moz-transform: rotate(30deg) translate(0,3px);
  -ms-transform: rotate(30deg) translate(0,3px);
  -o-transform: rotate(30deg) translate(0,3px);
  transform: rotate(30deg) translate(0,3px);
  font-size: 14px;
  margin-left: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-competition:hover {
  background-color: #ffcd0d;
}

.header-competition:hover i {
  color: #fff;
}

.header-right {
  float: right;
  font-size: 0;
  margin-top: 15px;
}

.header-right-question {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.header-right-social {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
}

.header-right-social a {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #333333;
  color: #fff;
  margin-left: 6px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-right-social a i {
  line-height: 30px;
  display: inline-block;
}

.header-right-social a:hover {
  background-color: #ffcd0d;
}

.header-city-list {
  position: absolute;
  background-color: #000000;
  padding: 10px 0;
  margin: 0;
  z-index: 2;
  width: 200px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  -webkit-box-shadow: 0 0 5px rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 5px rgba(255,255,255,0.3);
  box-shadow: 0 0 5px rgba(255,255,255,0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}

.header-city-list li {
  display: block;
}

.header-city-list li a {
  display: block;
  padding: 3px 15px;
  color: #fff;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header-city-list li a:hover {
  color: #ffcd0d;
}

.header-city-list.active {
  visibility: visible;
  opacity: 1;
}

.region {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  background-image: url(../img/region-bg.jpg);
  padding: 118px 0 70px;
  position: relative;
  overflow: hidden;
}

.region:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  content: '';
  display: block;
}

.region-content {
  width: 96%;
  max-width: 1086px;
  margin: 0 auto;
  position: relative;
}

.region-content-desc-title {
  color: #fff;
  font-size: 48px;
  font-family: "RenaultLife-Bold";
  position: relative;
  padding-top: 20px;
  margin: 0 0 20px;
  max-width: 560px;
  display: block;
}

.region-content-desc-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100px;
  background-color: #ffcd0d;
}

.region-content-desc-text {
  margin: 0;
  line-height: 1.5;
  color: #fff;
  max-width: 550px;
}

.region-right {
  position: absolute;
  right: -102px;
  width: 624px;
  top: 110px;
}

.region-slider {
  width: 100%;
}

.region-slider-item {
  margin-right: 32px;
  cursor: pointer;
  -webkit-transform: translate(-312px, 0);
  -moz-transform: translate(-312px, 0);
  -ms-transform: translate(-312px, 0);
  -o-transform: translate(-312px, 0);
  transform: translate(-312px, 0);
}

.region-slider-item-name {
  font-size: 24px;
  color: #fff;
  font-family: "RenaultLife-Bold";
  display: block;
  padding: 0 20px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.region-slider-item:hover .region-slider-item-name {
  color: #ffcd0d;
}

.region-slider-item-img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 400px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
}

.region-slider-item-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  background-color: #ffcd0d;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.region-slider-item:hover .region-slider-item-img:before {
  opacity: 0.3;
}

.region-content-location {
  margin-top: 100px;
  max-width: 550px;
}

.region-content-location ul {
  display: block;
  color: #fff;
  font-size: 48px;
  font-family: "RenaultLife-Bold";
  padding-left: 83px;
  margin: 0 auto 27px;
  line-height: 86px;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/POINT_YELLOW.svg);
}

.region-content-location ul li {
  display: none;
}

.region-content-location ul li.active {
  display: block;
}

.btn {
  font-size: 18px;
  color: #000;
  font-family: "RenaultLife-Bold";
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 20px 40px;
  background-color: #ffcd0d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  text-align: center;
  line-height: 1;
}

.region-content-location .btn {
  width: 290px;
}

.btn:hover {
  background-color: #ffc100;
}

.region-slider .slick-arrow {
  position: absolute;
  bottom: -120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255,0.2);
  text-align: center;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
}

.region-slider .slick-arrow:hover {
  background-color: #ffcd0d;
}

.region-slider .slick-prev {
  left: 0;
}

.region-slider .slick-next {
  left: 70px;
}

.region-slider .fa-chevron-left:before {
  -webkit-transform: translate(-60%,0);
  -moz-transform: translate(-60%,0);
  -ms-transform: translate(-60%,0);
  -o-transform: translate(-60%,0);
  transform: translate(-60%,0);
  left: 50%;
  position: absolute;
}

.region-slider .fa-chevron-right:before {
  -webkit-transform: translate(60%,0);
  -moz-transform: translate(60%,0);
  -ms-transform: translate(60%,0);
  -o-transform: translate(60%,0);
  transform: translate(60%,0);
  left: auto;
  right: 50%;
  position: absolute;
}

.slider-counter {
  position: absolute;
  bottom: -120px;
  right: 150px;
  font-size: 0;
}

.slider-counter span {
  font-size: 24px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.slider-counter-count {
  opacity: 0.3;
}

.slider-counter b {
  width: 40px;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.places-item {
  padding-top: 120px;
  background-image: url(../img/place-bg2.jpg);
  background-repeat-y: no-repeat;
  position: relative;
}

.places-item-content {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.places-item-img {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 600px;
  -webkit-transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -moz-transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -ms-transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -o-transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
}

.places-item-number {
  font-size: 340px;
  color: #ffcd0d;
  font-family: "RenaultLife-Bold";
  position: absolute;
  line-height: 234px;
  -webkit-transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -moz-transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -ms-transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -o-transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  z-index: 3;
}

.places-item-options {
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  width: 464px;
  padding: 45px 55px 35px;
  position: absolute;
  -webkit-transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -moz-transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -ms-transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -o-transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
}

.places-item-options-name {
  display: block;
  line-height: 1;
  font-size: 48px;
  font-family: "RenaultLife-Bold";
  margin-bottom: 16px;
}

.places-item-options-item {
  color: #000000;
  font-size: 0;
  margin-bottom: 10px;
}

.places-item-options-item span {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);
  font-size: 16px;
  font-family: "RenaultLife-Bold";
}

.places-item-options-item div {
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-color: #ffcd0d;
  position: relative;
  margin-right: 18px;
}

.places-item-options-item div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.places-item-options-desc {
  font-size: 12px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.places-item-desc {
  width: 96%;
  max-width: 620px;
  line-height: 1.875;
  font-size: 16px;
  margin: 85px auto 0;
  position: relative;
  z-index: 3;
  -webkit-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.places-item-desc p {
  margin: 0;
}

.places-item-desc .btn {
  margin-left: -10px;
  margin-top: 30px;
  width: 290px;
  /*display: block;*/
  display: none;
}

.places-item-desc .btn i {
  -webkit-transform: rotate(30deg) translate(0,7px);
  -moz-transform: rotate(30deg) translate(0,7px);
  -ms-transform: rotate(30deg) translate(0,7px);
  -o-transform: rotate(30deg) translate(0,7px);
  transform: rotate(30deg) translate(0,7px);
  font-size: 20px;
  margin-left: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.places-item:nth-child(odd) .places-item-content-img {
  margin: 0 auto;
}

.places-item:nth-child(even) .places-item-content--img {
  margin: 0;
}

.places-item:nth-child(1) {
  padding-top: 210px;
  background-image: url(../img/place-bg1.jpg);
  background-repeat-y: no-repeat;
}

.places-item:nth-child(1) .places-item-options {
  right: -95px;
  bottom: -100px;
}

.places-item:nth-child(1) .places-item-number {
  top: -115px;
  left: -98px;
}

.places-item:nth-child(1) .places-item-desc {
  margin-top: 120px;
}

.places-item:nth-child(2) .places-item-options {
  left: 204px;
  bottom: -180px;
}

.places-item:nth-child(2) .places-item-number {
  top: 40px;
  right: -292px;
}

.places-item:nth-child(2) .places-item-desc {
  margin-top: 200px;
}

.places-item:nth-child(3) .places-item-options {
  right: -130px;
  top: -90px;
}

.places-item:nth-child(3) .places-item-number {
  left: -98px;
  bottom: -105px;
}

.places-item:nth-child(3) .places-item-desc {
  margin-top: 115px;
}

.places-item:nth-child(4) .places-item-options {
  right: -330px;
  top: -48px;
}

.places-item:nth-child(4) .places-item-number {
  right: -68px;
  bottom: -70px;
}

.places-item:nth-child(4) .places-item-desc {
  margin-top: 95px;
}

.places-item:nth-child(5) .places-item-options {
  left: 75px;
  bottom: -185px;
}

.places-item:nth-child(5) .places-item-number {
  left: -98px;
  top: -52px;
}

.places-item:nth-child(5) .places-item-desc {
  margin-top: 243px;
}

.places-item:after,
.places-item:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.places-item:nth-child(1):before {
  left: 0;
  top: 667px;
  height: 335px;
  width: 310px;
  background-image: url(../img/img0.png);
  z-index: 1;
}

.places-item:nth-child(2):before {
  right: 0;
  top: 520px;
  height: 298px;
  width: 259px;
  background-image: url(../img/img2.png);
}

.places-item:nth-child(3):before {
  left: 0;
  top: -115px;
  height: 378px;
  width: 318px;
  background-image: url(../img/img3.png);
  z-index: 3;
}

.places-item:nth-child(3):after {
  right: 0;
  bottom: 122px;
  height: 251px;
  width: 252px;
  background-image: url(../img/img4.png);
}

.places-item:nth-child(4):before {
  left: 0;
  top: 660px;
  height: 352px;
  width: 308px;
  background-image: url(../img/img5.png);
  z-index: 3;
}

.places-item:nth-child(5):before {
  right: 0;
  bottom: 70px;
  height: 316px;
  width: 267px;
  background-image: url(../img/img6.png);
}

.other-slider-item {
  margin: 0 12px;
  padding: 50px 3px 126px;
  width: 280px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  will-change: width;
  cursor: pointer;
}

.other-slider-item-content {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 400px;
  position: relative;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0);
  box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0);
  will-change: transform;
  z-index: -1;
}

.other-slider-item-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  background-color: #ffcd0d;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.other-slider-item-content:hover:before {
  opacity: 0.3;
}

.other-slider-item-name {
  color: #fff;
  font-size: 34px;
  font-family: "RenaultLife-Bold";
  bottom: 205px;
  left: 3px;
  width: 100%;
  padding: 0 10px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-shadow: 0px 0px 10px rgba(1, 0, 0, 0.5);
}

.other-slider-item .btn {
  position: absolute;
  bottom: 84px;
  width: calc(100% - 60px);
  left: 33px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/*
.other-slider-item.slick-current .other-slider-item-name {
  bottom: 165px;
}*/

.other-slider-item.slick-current .other-slider-item-content {
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  -webkit-transform: scale(1.05,1.15);
  -moz-transform: scale(1.05,1.15);
  -ms-transform: scale(1.05,1.15);
  -o-transform: scale(1.05,1.15);
  transform: scale(1.05,1.15);
  /*width: 350px;*/
}

.other-slider-item.slick-current .other-slider-item-content:hover:before {
  opacity: 0;
}

.other-slider-item.slick-current .btn {
  opacity: 1;
  bottom: 133px;
  visibility: visible;
}

.other-slider {
  max-width: 1686px;
  margin: 45px auto 0;
  overflow: hidden;
}

.other-slider-item.slick-current {
  width: 350px;
}

.other-title {
  color: #000;
  font-size: 48px;
  font-family: "RenaultLife-Bold";
  line-height: 1;
  width: 96%;
  max-width: 1360px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.other {
  background-repeat-y: no-repeat;
  background-position: center top;
  background-image: url(../img/place-bg2.jpg);
  padding: 140px 0 110px;
  margin-top: -60px;
}

.car-title {
  width: 96%;
  max-width: 1065px;
  margin: 0 auto;
  color: #ffcd0d;
  font-size: 60px;
  line-height: 41px;
  font-family: "RenaultLife-Bold";
  z-index: 1;
  position: relative;
}

.car-img {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 96%;
  max-width: 1205px;
  height: 580px;
  /*margin: -58px auto 0;*/
  margin: 50px auto 0;
  position: relative;
  -webkit-transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -moz-transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -ms-transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -o-transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
}

.car-img-logo {
  position: absolute;
  right: 50px;
  /*top: 0;*/
  top: -140px;
  width: 310px;
  height: 132px;
  /*background-color: #fff;*/
}

.car-img-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  display: block;
  width: 204px;
  height: 64px;
}

.car-desc {
  width: 96%;
  max-width: 1065px;
  margin: -45px auto 0;
  position: relative;
  z-index: 1;
  -webkit-transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -moz-transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -ms-transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -o-transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
}

.car-desc-content {
  max-width: 596px;
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  padding: 40px 50px;
  font-size: 24px;
  color: #000;
}

.car-desc-content h4 {
  font-size: 48px;
  line-height: 1;
  font-family: "RenaultLife-Bold";
  margin: 0;
}

.car-options {
  background-color: rgb(255, 255, 255);
  max-width: 620px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  box-shadow: 0px 30px 40px 0px rgba(1, 0, 0, 0.3);
  padding: 60px 50px 55px;
  z-index: 3;
  -webkit-transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -moz-transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -ms-transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -o-transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  transition: transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
}

.car-options-title {
  font-size: 48px;
  line-height: 1;
  font-family: "RenaultLife-Bold";
  margin-bottom: 15px;
  display: block;
}

.car-options p {
  line-height: 2;
  margin: 0 0 20px;
}

.car-options .btn {
  max-width: 290px;
  display: block;
}

.car-item-img {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  height: 338px;
  clear: both;
  -webkit-transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -moz-transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -ms-transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -o-transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
}

.car-item-img-bot {
  margin-right: 100px;
  margin-top: 25px;
  -webkit-transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -moz-transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -ms-transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  -o-transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
  transition: transform 1700ms cubic-bezier(0.19, 1, 0.22, 1) 0ms!important;
}

.car-item-content {
  max-width: 1205px;
  width: 96%;
  margin: 0 auto;
}

.car-item-property {
  margin-top: -14px;
}

.car-item-property .car-item-img {
  float: right;
}

.car-item-property .car-options {
  position: absolute;
  top: 90px;
  left: 0;
}

.car-item-design .car-item-content {
  padding-bottom: 110px;
}

.car-item-design .car-options {
  float: right;
  left: auto;
  right: auto;
  z-index: 1;
  position: relative;
}

.car-item-design .car-item-img {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 660px;
  height: 400px;
}

.car-item-design {
  padding-top: 70px;
  padding-bottom: 50px;
}

.car-model {
  width: 96%;
  max-width: 990px;
  max-height: 444px;
  margin: 0 auto;
  display: block;
}

.car-item-technology {
  padding-top: 20px;
  padding-bottom: 62px;
}

.car-item-technology .car-item-img {
  max-width: 665px;
  height: 400px;
}

.car-item-technology .car-item-img-bot {
  margin-right: auto;
  margin-left: 150px;
  margin-top: 35px;
  max-width: 615px;
  height: 370px;
}

.car-item-technology .car-options {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 1;
}

footer {
  background-color: #000000;
  text-align: center;
  padding: 15px 0;
}

.btn-up {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #333333;
  padding: 0 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 200px;
  line-height: 40px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "RenaultLife-Bold";
  margin: 0 auto;
}

.btn-up:hover {
  background-color: #ffcd0d;
}

.btn-up:hover i {
  color: #fff;
}

.btn-up i {
  color: #ffcd0d;
  font-size: 23px;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0,-2px);
  -moz-transform: translate(0,-2px);
  -ms-transform: translate(0,-2px);
  -o-transform: translate(0,-2px);
  transform: translate(0,-2px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.car-item {
  position: relative;
}

.car-item:after,
.car-item:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}

.car-item-property:before {
  left: 0;
  top: 370px;
  height: 335px;
  width: 310px;
  background-image: url(../img/img0.png);
}

.car-item-design:before {
  right: 0;
  bottom: -110px;
  height: 251px;
  width: 252px;
  background-image: url(../img/img4.png);
  z-index: 1;
}

.car-item-technology:before {
  left: 0;
  top: 310px;
  height: 245px;
  width: 222px;
  background-image: url(../img/img7.png);
  z-index: 1;
}

.car-item-technology:after {
  right: 0;
  bottom: 110px;
  height: 316px;
  width: 267px;
  background-image: url(../img/img6.png);
}

.car {
  background-position: center top;
  background-image: url(../img/place-bg2.jpg);
}

.nav {
  position: fixed;
  left: 0px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  z-index: 9;
}

.nav a {
  display: block;
  padding-left: 27px;
  position: relative;
  color: #cacaca;
  font-size: 14px;
  font-family: "RenaultLife-Bold";
  line-height: 24px;
  margin: 6px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav a:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 10px;
  left: 7px;
  top: 10px;
  background-color: #cacaca;
}

.nav a.active,
.nav a:hover {
  color: #ffcd0d;
}

.nav a.active:before,
.nav a:hover:before {
  background-color: #ffcd0d;
}

.nav a svg {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
}
/*
.nav a img:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.nav a.active img:nth-child(2),
.nav a:hover img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.nav a.active img:nth-child(1),
.nav a:hover img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}*/

.nav a:first-child {
  height: 21px;
}

.nav a:first-child svg {
  left: 26px;
  width: 16px;
  height: 21px;
}

.nav a:last-child {
  height: 19px;
}

.nav a:last-child img {
  left: 25px;
  width: 19px;
  height: 19px;
}

.places-item-content-img {
  position: relative;
  z-index: 2;
  max-width: 960px;
  width: 96%;
}

.other-slider .slick-arrow {
  position: absolute;
  bottom: -60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffcd0d;
  text-align: center;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  z-index: 3;
}

.other-slider .slick-prev {
  left: 50%;
  -webkit-transform: translate(-60px,0);
  -moz-transform: translate(-60px,0);
  -ms-transform: translate(-60px,0);
  -o-transform: translate(-60px,0);
  transform: translate(-60px,0);
}

.other-slider .slick-next {
  left: 50%;
  -webkit-transform: translate(10px,0);
  -moz-transform: translate(10px,0);
  -ms-transform: translate(10px,0);
  -o-transform: translate(10px,0);
  transform: translate(10px,0);
}

.other-slider .slick-arrow:hover {
  background-color: #ffc100;
}

.other-slider .fa-chevron-left:before {
  -webkit-transform: translate(-60%,0);
  -moz-transform: translate(-60%,0);
  -ms-transform: translate(-60%,0);
  -o-transform: translate(-60%,0);
  transform: translate(-60%,0);
  left: 50%;
  position: absolute;
}

.other-slider .fa-chevron-right:before {
  -webkit-transform: translate(60%,0);
  -moz-transform: translate(60%,0);
  -ms-transform: translate(60%,0);
  -o-transform: translate(60%,0);
  transform: translate(60%,0);
  left: auto;
  right: 50%;
  position: absolute;
}

.places-content {
  display: none;
}

.places-content:first-child {
  display: block;
}

.places {
  overflow: hidden;
  padding-bottom: 10px;
}

.cls-1 {
  fill: #c9c9c9;
  fill-rule: evenodd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav a:hover .cls-1 {
  fill: #ffcd0d;
}

.nav a:last-child svg {
  width: 19px;
  height: 19px;
}

.cls-2 {
  fill: #c9c9c9;
  fill-rule: evenodd;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav a:hover .cls-2 {
  fill: #ffcd0d;
}

.nav a.active .cls-2,
.nav a.active .cls-1 {
  fill: #ffcd0d;
}

.rules {
  position: relative;
  margin: 50px auto 0;
  width: 96%;
  max-width: 800px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../img/place-bg2.jpg);
  background-position: center;
  padding: 40px 40px 30px;
}

.popup-title {
  text-align: center;
  font-size: 36px;
  color: #000;
  font-family: "RenaultLife-Bold";
  text-align: center;
  display: block;
  position: relative;
  z-index: 2;
}

.rules-items {
  width: 100%;
  max-width: 455px;
  margin: 30px auto 20px;
  position: relative;
  z-index: 2;
}

.rules-item {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.rules-item b {
  color: #ffcd0d;
  opacity: 0.5;
  font-size: 72px;
  font-family: "RenaultLife";
  line-height: 50px;
  display: inline-block;
}

.rules-item span {
  position: absolute;
  left: 54px;
  width: calc(100% - 54px);
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.btn-rules {
  font-size: 16px;
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-family: "RenaultLife-Bold";
  position: relative;
  z-index: 2;
}

.btn-rules i {
  color: #ffcd0d;
  font-size: 23px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0,-2px);
  -moz-transform: translate(0,-2px);
  -ms-transform: translate(0,-2px);
  -o-transform: translate(0,-2px);
  transform: translate(0,-2px);
}

.btn-rules:hover i {
  color: #000;
}

.btn-popup {
  display: block;
  margin: 28px auto 0;
  max-width: 240px;
  position: relative;
  z-index: 2;
}

.rules-img1 {
  position: absolute;
  max-width: 120px;
  max-height: 150px;
  left: 0;
  top: 77px;
}

.rules-img2 {
  position: absolute;
  max-width: 152px;
  max-height: 157px;
  right: 0;
  bottom: 200px;
  z-index: 1;
}

.rules-img3 {
  position: absolute;
  max-width: 247px;
  max-height: 209px;
  left: 4px;
  bottom: 4px;
}

.rules-img4 {
  position: absolute;
  max-width: 240px;
  max-height: 196px;
  right: 4px;
  bottom: 4px;
}

.steps {
  position: relative;
  margin: 50px auto 0;
  width: 96%;
  max-width: 800px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../img/place-bg2.jpg);
  background-position: center;
  padding: 40px 40px 30px;
}

.popup-title-desc {
  width: 100%;
  max-width: 594px;
  margin: 15px auto 30px;
  text-align: center;
  line-height: 1.5;
}

.steps-item {
  position: relative;
  display: none;
}

.steps-item-number {
  text-align: center;
  font-size: 48px;
  font-family: "RenaultLife-Bold";
  color: #ffcd0d;
  line-height: 1;
  margin-bottom: 6px;
  position: relative;
  z-index: 1;
}

.steps-item-number span {
  font-size: 24px;
}

.steps-item-desc {
  text-align: center;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.steps-item-form {
  width: 100%;
  max-width: 300px;
  margin: 18px auto 15px;
  position: relative;
  z-index: 1;
}

.steps-item-form p.error {
  margin: 0px 0 10px;
  text-align: center;
}

.steps-item-form input {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  height: 50px;
  padding: 0 19px;
  color: #000;
  font-size: 14px;
  margin-bottom: 25px;
}

.steps-item-social {
  text-align: center;
  font-size: 0;
  max-width: 420px;
  margin: 0 auto;
  padding: 40px 0 73px;
  position: relative;
  z-index: 1;
}

.steps-item-social a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  margin: 0 5px 10px;
  font-size: 21px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.steps-item-social a i {
  line-height: 50px;
  display: inline-block;
  background-color: rgba(51,51,51,0.3);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.steps-item-social a:hover i {
  background-color: #ffc100;
}

.popup-img1 {
  right: 35px;
  bottom: 35px;
  position: absolute;
  width: 168px;
  height: 52px;
}

.steps-img1 {
  position: absolute;
  max-width: 120px;
  right: -40px;
  top: -15px;
}

.steps-img2 {
  position: absolute;
  max-width: 194px;
  left: -40px;
  top: 113px;
}

.steps-img3 {
  position: absolute;
  max-width: 142px;
  right: -40px;
  top: -15px;
}

.steps-img4 {
  position: absolute;
  max-width: 186px;
  left: -40px;
  top: 113px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.gratitude {
  position: relative;
  margin: 50px auto 0;
  width: 96%;
  max-width: 800px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../img/place-bg2.jpg);
  background-position: center;
  padding: 40px 40px 30px;
}

.gratitude-img1 {
  max-width: 100%;
  margin: 15px auto 0;
  display: block;
}

.gratitude .btn-popup {
  margin-top: 15px;
}

.btn-more {
  display: block;
  margin: 20px auto 0;
  font-size: 18px;
  font-family: "RenaultLife-Bold";
  border: 3px solid #ffcd0d;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  max-width: 300px;
  color: #000;
  padding: 17px 5px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  position: relative;
  z-index: 1;
}

.btn-more:hover {
  background-color: #ffcd0d;
}


.gratitude .popup-title-desc {
  margin-bottom: 15px;
}

.gratitude-img2 {
  position: absolute;
  top: 120px;
  right: 0;
  max-width: 172px;
}

.gratitude-img3 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 174px;
}

.gratitude-img4 {
  position: absolute;
  top: 43px;
  left: 0;
  max-width: 178px;
}

.steps-item.active {
  display: block;
}

.hidden {
  display: none;
}

button.mfp-close {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(51,51,51,0.8);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  right: -68px;
  top: -38px;
}

button.mfp-close:hover {
  background-color: #ffc100;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
  font-size: 40px;
  opacity: 1;
}




























