@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');

body {
  background-color: #007251;
  margin: 0 0 0 0;
}
.hello {  font-size: 15px;  font-family: "Roboto", sans-serif;  color: white;  margin-left: 73%;  margin-top: -35px;  margin-bottom: 10px;}.btn {  color: #fff;  font-size: 15px;  background: #26af7a;  outline: none;  border: none;  border-radius: 7px;  transition: 0.2s;  cursor: pointer;  margin-left: 74%;  margin-top: 5px;}

.authmodal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.authmodal-content {
  height: 210px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  margin-left: 39.5%;
  margin-top: 200px;
  position: absolute;
}
.authclose {
  border: none; 
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  margin-left: 170px;
  margin-top: 10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  height: 330px;
  width: 400px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  margin-left: 39.5%;
  margin-top: 200px;
  position: absolute;
}
.close {
  border: none; 
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  margin-left: 170px;
  margin-top: 10px;
}
.login {
  margin-top: 30px;
}
.input-box-modal {
  height: 50px; 
  width: 100%; 
  margin-top: 10px;
}
.input-box-modal input,
.input-box-modal textarea {
  height: 100%; 
  width: 70%; 
  border: none; 
  border-radius: 20px; 
  background: #c4ded7; 
  padding: 0 10px; 
}
.input-box-modal textarea {
  resize: none; 
  padding: 20px;
  font-family: "Roboto", sans-serif;
}
.submit-modal {
  display: inline-block; 
}

.submit-modal input[type="submit"] {
  color: #fff;
  font-size: 18px;
  background: #26af7a;
  outline: none;
  border: none;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 7px;
  transition: 0.2s;
  cursor: pointer;
}
.submit-modal input[type="submit"]:hover {
  background: #1df09b;
}
.reg {
  color: #fff;
  font-size: 12px;
  background: #26af7a;
  outline: none;
  border: none;
  padding: 3px 7px;
  border-radius: 7px;
  transition: 0.2s;
  cursor: pointer;
  margin-left: 75%;
  margin-top: -37px;
  position: absolute;
}
.auth {
  color: #fff;
  font-size: 12px;
  background: #26af7a;
  outline: none;
  border: none;
  padding: 3px 7px;
  border-radius: 7px;
  transition: 0.2s;
  cursor: pointer;
  margin-left: 82%;
  margin-top: -37px;
  position: absolute;
}
.menu {
  height: 50%;
}

.logo {
  height: 70px;  
  margin: -20px 0 0 -200px;
  position: absolute;
}
.ru {
  position: absolute;
  margin: -35px 0 0 92%;
}
.az {
  position: absolute;
  margin: -35px 0 0 92%;
}
.en {
  position: absolute;
  margin: -35px 0 0 90%;
}
.menu-main {
  list-style: none;
  margin: 50px 0 0px;
  text-align: center;
  background: #007251;
}

.menu-main li {display: inline-block;}
.menu-main li:after {
  content: "|";
  color: white;
  display: inline-block;
  vertical-align:top;
}

.menu-main li:last-child:after {content: none;}
.menu-main a {
  text-decoration: none;
  font-family: 'Ubuntu Condensed', sans-serif;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 20px;
  margin: 0 34px 0 30px;
  font-size: 17px;
  text-transform: uppercase;
  display: inline-block;
  transition: color .2s;
}

.menu-main a, .menu-main a:visited {color: white;}
.menu-main a.current, .menu-main a:hover{color: white;}
.menu-main a:before,
.menu-main a:after {
  content: "";
  position: absolute;
  height: 4px;
  top: auto;
  right: 50%;
  bottom: -5px;
  left: 50%;
  background: white;
  transition: .8s;
}

.menu-main a:hover:before, .menu-main .current:before {left: 0;}
.menu-main a:hover:after, .menu-main .current:after {right: 0;}  

.car {
  width: 100%;	
}

.drift {
  width: 100%;
  margin-top: 50px;
}

.logotype {
  width: 100%;
  margin-top: 30px;
  height: 350px;
}

.company {
  width: 100%;
  margin-top: 50px;
}

.about-text {
  text-align: center;
  text-decoration: none;
  font-family: 'Ubuntu Condensed', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
}

.about-us {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 100px 0 100px;
}

.delivery, 
.shop, 
.rate {
  display: inline-block;
  height: 150px;
  width: 400px;
}

.delivery, 
.shop, 
.rate a {
   text-align: center;
  text-decoration: none;
  font-family: 'Ubuntu Condensed', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: large;
  color: white;
}

.icon {
  margin-bottom: 15px;
}

.contacts {
  display: flex;	
}

.container {
  width: 100%;
  max-width: 700px;
  padding: 0 20px;
}

.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border-radius: 5px;
}

.right-side {
  width: 75%;
  margin-left: 75px;
}

.input-box {
  height: 50px; 
  width: 100%; 
  margin-bottom: 20px;
}
.input-box input,
.input-box textarea {
  height: 100%; 
  width: 100%; 
  border: none; 
  border-radius: 5px; 
  background: #c4ded7; 
  padding: 0 20px; 
}
.input-box textarea {
  resize: none; 
  padding: 20px;
  font-family: "Roboto", sans-serif;
}
.message-box {
  min-height: 110px; 
}
.submit {
  display: inline-block; 
}
.submit input[type="submit"] {
  color: #fff;
  font-size: 18px;
  background: #26af7a;
  outline: none;
  border: none;
  padding: 10px 20px;
  border-radius: 7px;
  transition: 0.2s;
  cursor: pointer;
  margin-top: 40px;
  margin-left: 150%;
  margin-right: 150%;
}
.submit input[type="submit"]:hover {
  background: #1df09b;
}
.map {
	margin-top: 45px;
	margin-left: 5%;
}
.zz {
  font-size: medium;
  text-align: center;
  text-decoration: none;
  font-family: 'Ubuntu Condensed', sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 1720px) {
.reg {
  margin-left: 70%;
}
.auth {
  margin-left: 78%;
}
}
@media (max-width: 1660px) {
.ru {
  position: absolute;
  margin: -35px 0 0 93%;
}
.az {
  position: absolute;
  margin: -35px 0 0 95%;
}
.en {
  position: absolute;
  margin: -35px 0 0 90%;
}
.reg {
  margin-left: 74%;
}
.auth {
  margin-left: 82%;
}
}
}@media (max-width: 1536px) {
	.reg {  margin-left: 72%;
	}
	.auth {  margin-left: 81%;
	}
	.map {  margin-left: -2%;
	}
	}
@media (max-width: 1440px) {
	.map {  margin-left: -4%;
	}
	}
@media (max-width: 1366px) {
	.reg {  margin-left: 75%;
	}
	.auth {  margin-left: 84%;
	}
	.map {  margin-left: -6%;
	}
	.container {  margin-left: -5%;
	}
	}
@media (max-width: 1280px) {
.reg {
  margin-left: 49%;
  margin-top: 5px;
}
.auth {
  margin-left: 50.5%;
  margin-top: 35px;
}
.map {
  display: none;
}
.container {
  margin-left: 20%;
}
.submit {
  margin-left: 13%;	
}
.about-us {
  justify-content: space-between;
  text-align: center;
}.car {  margin-top: 100px;}.hello {  margin-left: 78%;}.btn {	margin-left: 79%;}}
@media (max-width: 1024px) {
body {
  max-width: 1024px;
}
.ru {
  position: absolute;
  margin: -35px 0 0 95%;
}
.az {
  position: absolute;
  margin: -35px 0 0 95%;
}
.en {
  position: absolute;
  margin: -35px 0 0 90%;
}
.drift {
  margin-top: 90px;
}
.container {
  margin-left: 12%;
}
.submit {
  margin-left: 12%;	
}.hello {	margin-top: 15px;	margin-left: 48%;}.btn {	margin-left: 50%;}
}
@media (max-width: 950px) {
.logo {
  display: none;
}	@media (max-width: 800px) {.container {  margin-left: 1%;}.auth {  margin-left: 52%;}}
@media (max-width: 768px) {
.menu {
  margin-left: -7%;
}
.reg {
  margin-left: 52%;
  margin-top: 5px;
}
.auth {
  margin-left: 55%;
  margin-top: 35px;
}
.container {
  margin-left: 2%;
}
.submit {
  margin-left: 10%;	
}
.drift {
  margin-top: 170px;
}
}
@media (max-width: 550px) {
.menu-main {padding-top: 0;}
.menu-main li {display: block;}
.menu-main li:after {content: none;}
.menu-main a {
  padding: 25px 0 20px; 
  margin: 0 10px;
}
}
@media (max-width: 480px) {body {  max-width: 100%;}.ru {  position: absolute;  margin: -45% 0 0 85%;}.en {  position: absolute;  margin: -45% 0 0 95%;}.car {  width: 100%;}.about-us {  display: inline-block;  margin-left: 10%;  margin: 0;}.delivery {  margin-bottom: 55px;}.shop {  margin-bottom: 20px;}.rate { margin-bottom: 35px;}.drift {  margin-top: 10px;  margin-bottom: 30px;}.logotype { height: 170px;}.company {  height: 170px;}.reg {  margin-left: 40%;  margin-top: 15px;  font-size: 14px;}.auth {  margin-left: 48%;  margin-top: 45px;  font-size: 14px;}.container {  margin-left: -25%;  margin-top: -25px;}.submit {  width: 20px;  margin-left: 40%;}.authclose {	margin-left: 140px;}.close {	margin-left: 140px;}.modal {  display: none;  position: fixed;  z-index: 1;  left: 0;  top: 0;  width: 100%;  height: 100%;  overflow: auto;  background-color: rgba(0, 0, 0, 0.4);}.modal-content {  height: 330px;  width: 350px;  margin-left: 7.5%;  margin-top: 200px;  position: absolute;}.authmodal-content {  height: 210px;  width: 350px;  margin-left: 7.5%;  margin-top: 200px;  position: absolute;}.btn {  color: #fff;  font-size: 18px;  background: #26af7a;  outline: none;  border: none;  border-radius: 7px;  transition: 0.2s;  cursor: pointer;  margin-left: 175px;  position: absolute;  z-index: 1;}.hello {  font-size: 15px;  font-family: "Roboto", sans-serif;  color: white;  margin-left: 170px;  margin-top: 25px;  margin-bottom: 10px;}.input-box {  width: 320px;}}@media (max-width: 390px) {body {  max-width: 100%;}.ru {  position: absolute;  margin: -50% 0 0 85%;}.az {  position: absolute;  margin: -50% 0 0 85%;}.en {  position: absolute;  margin: -50% 0 0 95%;}.car {  width: 100%;  margin-top: 150px;}.about-us {  display: inline-block;  margin-left: 10%;  margin: 0;  width: 100%;}.delivery {  margin-bottom: 55px;  width: 100%;}.shop {  margin-bottom: 20px;  width: 100%;}.rate { margin-bottom: 35px; width: 100%;}.drift {  margin-top: 10px;  margin-bottom: 30px;}.logotype { height: 170px;}.company {  height: 170px;}.reg {  margin-left: 40%;  margin-top: 15px;  font-size: 14px;}.auth {  margin-left: 49%;  margin-top: 45px;  font-size: 14px;}.container {  margin-left: -30%;  margin-top: -25px;}.submit {  width: 20px;  margin-left: 44%;}.authclose {	margin-left: 140px;}.close {	margin-left: 140px;}.modal {  display: none;  position: fixed;  z-index: 1;  left: 0;  top: 0;  width: 100%;  height: 100%;  overflow: auto;  background-color: rgba(0, 0, 0, 0.4);}.modal-content {  height: 330px;  width: 350px;  margin-left: 5.5%;  margin-top: 200px;  position: absolute;}.authmodal-content {  height: 210px;  width: 350px;  margin-left: 5.5%;  margin-top: 200px;  position: absolute;}.btn {  color: #fff;  font-size: 18px;  background: #26af7a;  outline: none;  border: none;  border-radius: 7px;  transition: 0.2s;  cursor: pointer;  margin-left: 193px;  position: absolute;  z-index: 1;}.hello {  font-size: 15px;    font-family: "Roboto", sans-serif;	color: white;	margin-left: 140px;	margin-top: 25px;  margin-bottom: 10px;}.input-box {  width: 320px;}}}