@import url("fonts/Romul/font.css");
@import url("https://fonts.googleapis.com/css?family=Exo+2:100,300,400,600&subset=cyrillic");
html {
  font-size: 16px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Exo 2';
  font-weight: 300;
  min-width: 1250px;
}
section {
  display: block;
  position: relative;
  width: 100%;
  margin: 1rem 0;
}
.section-wrapper {
  position: relative;
  width: 70rem;
  padding: 3rem 5rem;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 2rem;
  color: #000;
}
h1 {
  font-family: 'Romul';
  font-size: 5rem;
}
h2 {
  font-family: 'Romul';
  font-size: 4rem;
}
h3 {
  font-family: 'Romul';
  font-size: 3rem;
}
h4 {
  font-family: 'Romul';
  font-size: 2.3rem;
}
h5 {
  font-family: 'Romul';
  font-size: 2rem;
}
h6 {
  font-size: 2rem;
}
b {
  font-weight: 600;
}
.one-half {
  width: 49%;
  display: inline-block;
  margin: 0 auto;
  margin-top: 1px;
  vertical-align: top;
}
.one-half p {
  width: 90%;
}
.one-third {
  width: 32%;
  display: inline-block;
  margin: 0 auto;
  margin-top: 1px;
  vertical-align: top;
  box-sizing: border-box;
}
.logo {
  width: 10rem;
  height: 3.5rem;
  background: #fff url("img/logo.svg") 0 0 no-repeat;
  background-size: 100% auto;
  display: block;
}
.button,
button {
  display: inline-block;
  padding: 0.8rem 2.5rem;
  margin-top: 1rem;
  bottom: none;
  border-radius: 10px;
  background-color: #f65951;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.6);
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s all ease-out;
}
.button:hover,
button:hover {
  transition: 0.2s all ease-out;
}
.button:hover,
button:hover {
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0.6), inset 0 0 10px -3px rgba(0,0,0,0.6);
  transform: translateY(2px);
}
.fa {
  margin: 0 0.3rem;
}
header {
  height: 5.5rem;
  width: 100%;
}
header .section-wrapper {
  padding: 1rem;
}
header .one-half:nth-child(2) {
  text-align: right;
}
header .descriptor {
  font-size: 0.9rem;
  margin-top: 0;
  display: inline-block;
}
header .phone {
  font-size: 2.5rem;
  height: 5rem;
  color: #000;
  text-decoration: none;
  margin: 1.2rem 0 0;
  display: inline-block;
}
.first-screen {
  color: #fff;
  overflow-y: hidden;
  color: #000;
  height: 43rem;
  box-sizing: border-box;
  background: url("img/firstScreen-alt.jpg") center 0 no-repeat;
  position: relative;
  background-size: auto auto;
  text-shadow: 0 0 1px rgba(0,0,0,0.3);
  text-align: center;
}
.first-screen .section-wrapper {
  padding: 0 5rem !important;
  width: 70rem;
  height: 100%;
  position: relative;
  text-align: center;
}
.first-screen .first-offer {
  background: rgba(255,255,255,0.7);
  width: 34rem;
  height: 100%;
  padding: 2rem 3.5% 0;
  position: relative;
  z-index: 100;
}
.first-screen .first-screen-form {
  width: 32rem;
  margin: 1.5rem auto 0;
  text-align: center;
}
.first-screen .first-screen-form input[type="text"],
.first-screen .first-screen-form button {
  margin-bottom: 1rem;
  width: 70%;
}
.first-screen .first-screen-form input[type="text"] {
  background: rgba(255,255,255,0.5);
}
.first-screen p {
  font-size: 1.2rem;
  margin: 1rem 0;
}
.first-screen h1,
.first-screen h2,
.first-screen h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.first-screen h2 {
  color: #cf4a44;
  font-size: 3.55rem;
}
.first-screen h6 {
  margin-bottom: 0;
  margin-top: 0rem;
  font-size: 1.6rem;
}
.first-screen .policy-label {
  width: 70%;
}
input[type="checkbox"] {
  margin-right: 0.5rem;
}
.policy-label {
  display: block;
  font-size: 0.7rem;
  width: 90%;
  margin: 0 auto;
}
.triggerTerms {
  text-decoration: underline;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}
.offer-screen {
  color: #3c304a;
  font-size: 1.1rem;
}
.offer-screen img {
  width: 100%;
  padding-left: 1rem;
  padding-top: 2rem;
  box-sizing: border-box;
}
.offer-screen h5 {
  line-height: 3rem;
  padding: 2rem 0;
  margin-top: 0;
  box-sizing: border-box;
  background-size: auto 100%;
  margin-bottom: 0rem;
}
.offer-screen .one-half {
  vertical-align: top;
}
.benefits-screen {
  text-align: center;
}
.benefits-screen h2 {
  margin-bottom: 6rem;
  margin-top: 0;
}
.benefits-screen img {
  display: inline-block;
  margin: 0 auto;
  width: 5rem;
}
.benefits-screen h6 {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 600;
}
.benefits-screen p {
  margin-top: 0;
}
.benefits-screen .one-third {
  padding: 0 2rem;
  margin-bottom: 4rem;
}
.showroom-screen {
  background-size: cover;
}
.showroom-screen-description {
  background-color: rgba(255,255,255,0.9);
  width: 38rem;
  padding: 0.5rem 4rem 3.5rem 4rem;
  margin: 5rem 5rem 5rem 0;
  box-sizing: border-box;
  position: relative;
  left: 0;
  color: #000;
}
.showroom-screen p {
  margin: 2rem 0;
  font-weight: 300;
  font-size: 1.1rem;
}
.showroom-screen h5 {
  padding-top: 2rem;
  box-sizing: border-box;
  background-size: 100%;
}
.showroom-screen .showroom-slider,
.showroom-screen .showroom-slider-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  font-size: 0;
}
.showroom-screen .slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.showroom-screen .slide.slide1 {
  background: url("img/showroom-slide1.jpg") 0 0 no-repeat;
  background-size: 100% auto;
}
.showroom-screen .slide.slide2 {
  background: url("img/showroom-slide2.jpg") 0 0 no-repeat;
  background-size: 100% auto;
}
.showroom-screen .slide.slide3 {
  background: url("img/showroom-slide3.jpg") 0 0 no-repeat;
  background-size: 100% auto;
}
.showroom-screen .slide.slide4 {
  background: url("img/showroom-slide4.jpg") 0 0 no-repeat;
  background-size: 100% auto;
}
.popular-screen {
  text-align: center;
}
.popular-screen .section-wrapper {
  padding-top: 0;
}
.popular-screen .popular-wrapper {
  margin-bottom: 4rem;
  height: 44rem;
  overflow: hidden;
}
.popular-screen .button-wrapper {
  width: 100%;
  background-color: #fff;
}
.popular-screen-card {
  width: 22%;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  display: inline-block;
  padding: 1rem 0;
  margin: 0 1%;
  box-sizing: border-box;
  text-align: left;
  transition: 0.2s all ease-out;
}
.popular-screen-card:hover {
  transition: 0.2s all ease-out;
}
.popular-screen-card:hover {
  border-bottom: 1px solid rgba(0,0,0,0.8);
}
.popular-screen img {
  display: block;
  margin: 1rem 0 2rem;
}
.popular-screen p {
  width: 70%;
  margin: 3rem auto;
  font-size: 1.2rem;
}
.popular-screen h2 {
  margin-top: 0;
}
.popular-screen .header {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0.2rem 0;
  padding-left: 1rem;
}
.popular-screen .art {
  padding-left: 1rem;
}
.popular-screen .button {
  margin: 0 2rem;
}
.popular-screen .button.green {
  background-color: #7de2d6;
}
.brands-screen {
  background: #fff url("img/brands.jpg") right 0 no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2rem 0;
}
.brands-screen .brand-name {
  font-weight: 100;
  font-size: 3rem;
  display: block;
  margin: 1rem 0;
}
.brands-screen .brand-name:hover {
  text-shadow: 0 0 5px #fff;
}
.brands-screen p {
  font-size: 1.2rem;
  font-weight: 400;
}
.brands-screen h4 {
  margin-top: 4rem;
  margin-bottom: 0;
}
.partners-screen {
  text-align: center;
}
.partners-screen p {
  width: 70%;
  margin: 0 auto;
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
.partners-screen h2 {
  margin-top: 0;
}
.partners-screen .partner-logo {
  width: 15rem;
  height: 7rem;
  margin: 0rem 4rem 4rem;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: 0.2s all ease-out;
}
.partners-screen .partner-logo:hover {
  transition: 0.2s all ease-out;
}
.partners-screen .partner-logo:hover {
  transform: translateY(-4px);
}
.partners-screen .one-half {
  vertical-align: middle;
}
.partners-screen img {
  margin-top: 1rem;
}
.partners-screen .partner-logo1 {
  background-image: url("img/partners1.png");
}
.partners-screen .partner-logo2 {
  background-image: url("img/partners2.png");
}
.partners-screen .partner-logo3 {
  background-image: url("img/partners3.png");
}
.partners-screen .partner-logo4 {
  background-image: url("img/partners4.png");
}
.partners-screen .partner-logo5 {
  background-image: url("img/partners5.png");
}
.partners-screen .partner-logo6 {
  background-image: url("img/partners6.png");
}
.delivery-screen {
  background: #fff url("img/delivery.jpg") 0 0 no-repeat;
  background-size: cover;
  color: #fff;
}
.delivery-screen h4,
.delivery-screen h3 {
  margin-top: 0;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
.delivery-screen ul {
  font-weight: 400;
  font-size: 1.2rem;
  width: 70%;
}
.delivery-screen li {
  margin-bottom: 1rem;
}
.delivery-screen .one-half {
  vertical-align: middle;
}
.delivery-screen img {
  width: 100%;
  margin-left: -5rem;
}
.guarantee-screen {
  font-size: 1rem;
}
.guarantee-screen img {
  margin-right: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}
.guarantee-screen h4 {
  margin: 1rem 0 2rem;
  box-sizing: border-box;
}
.map-screen {
  position: relative;
}
.map-screen .section-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.contacts {
  background: url("img/footer.svg") 0 bottom no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 3rem;
  bottom: -2rem;
  z-index: 10;
  width: 25rem;
  height: 29rem;
  box-sizing: border-box;
  padding: 2rem;
}
.contacts h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Exo 2';
}
.contacts h6 {
  margin-top: 0;
  font-size: 1.7rem;
}
.contacts h4,
.contacts h6 {
  background: none;
}
.contacts a,
.contacts a:visited {
  color: #000;
}
.contacts p {
  margin-bottom: 0;
}
.zero-screen {
  text-align: center;
}
.zero-screen p {
  width: 70%;
  font-size: 1.4rem;
  margin: 2rem auto 0;
}
.zero-screen h3 {
  margin: 0;
  padding: 1rem 0;
}
.zero-screen h5 {
  margin: 0 auto;
  display: inline-block;
  background-size: 120%;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fbda5e;
  z-index: -900;
  opacity: 0;
  transition: 0.2s opacity ease;
}
.overlay::before {
  content: "";
  background: url("img/pattern-new.svg");
  background-size: 100%;
  opacity: 0.05;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 901;
}
.shown {
  display: block !important;
  opacity: 1 !important;
  z-index: 900;
  transition: 0.2s opacity ease;
}
.popup-wrapper {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  width: 30rem;
  height: 37rem;
  border-radius: 1rem;
  z-index: 902;
  box-shadow: -3rem 2rem 3rem 0 rgba(0,0,0,0.15);
  box-sizing: border-box;
  display: none;
}
.popup-wrapper-terms {
  width: 45rem;
  padding: 1rem 2rem;
  font-size: 0.9rem;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  height: 37rem;
  border-radius: 1rem;
  z-index: 902;
  box-shadow: -3rem 2rem 3rem 0 rgba(0,0,0,0.15);
  box-sizing: border-box;
}
.popup {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0rem 2.5rem;
  z-index: 950;
  box-sizing: border-box;
}
.popup h5,
.popup h6 {
  background: none;
  margin-top: 2rem;
}
.popup .cta-info {
  margin: 2rem auto;
}
.popup-leave,
.popup-cta {
  display: none;
  opacity: 0;
}
.popup-leave {
  left: 10rem !important;
  margin: auto 0;
  width: 33rem;
  box-shadow: 0rem 0rem 4rem 0 rgba(0,0,0,0.15);
}
.close {
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 2.1rem;
  font-weight: bold;
  border-radius: 50%;
  position: absolute;
  top: -2rem;
  right: -3rem;
  background-color: #fff;
  color: purplekid;
  cursor: pointer;
  box-shadow: -0.5rem 0.5rem 1rem 0 rgba(0,0,0,0.15);
  transition: 0.2s all ease-out;
}
.close:hover {
  transition: 0.2s all ease-out;
}
.close:hover {
  box-shadow: 0 0 5px 0 rgba(0,0,0,0);
}
input[type="text"] {
  font-size: 1.2rem;
  width: 20rem;
  box-sizing: border-box;
  padding: 0.6rem 1rem 0.6rem;
  border: none;
  margin-bottom: 2rem;
  border: 2px solid rgba(255,255,255,0);
  border-bottom: 2px solid #ffe23d;
  outline: none;
}
input[type="text"]::placeholder {
  font-size: 1rem;
}
button {
  border: none;
}
.short-action h2 {
  font-family: 'Exo 2';
  background: none;
}
.short-action h4 {
  font-family: 'Exo 2';
  background: none;
  margin-top: 0;
  margin-bottom: 0;
}
.short-action .cta {
  width: 70%;
}
.short-action .highlighted {
  background: url("img/header-02.svg") -2rem center no-repeat no-repeat;
  background-size: 100% auto;
  padding: 0rem 0.5rem;
  margin-left: -0.5rem;
}
.error {
  border: 2px solid #f65951 !important;
}
.thank-you {
  width: 40rem;
  height: 40%;
  background: rgba(255,255,255,0.85);
  padding: 0.5rem 3.5% 4rem;
  position: relative;
  z-index: 100;
  margin: 14rem auto;
}
