@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=cyrillic');
body {
  padding: 0;
  margin: 0;
  font-family: "Oswald", Arial;
  background: #fff;
  color: #656668;
  font-size: 21px;
  text-align: center;
}


.gwrap {
  max-width: 1126px;
  width: 100%;
  margin: 0 auto;
}
.js-showmap {
  cursor: pointer;
}
input,
textarea {
  font-family: inherit;
  font-size: inherit;
}
a {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-weight: bold;
  font-size: 42px;
  margin: 0;
  background: #E0DFDF;
  padding: 20px;
  color: #3C3D3D;
  display: block;
  text-align: center;
}
h2 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  text-transform: uppercase;
}
.invalid {
  border-color: red !important;
  box-shadow: 0 0 3px red;
}
.flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.ib {
  display: inline-block;
}
.v1 {
  color: #fff;
  font-size: 0;
  position: relative;
  background: #7EB234;
  z-index: 5;
}
.v1 > div {
  font-size: 39px;
  width: calc(50% - 80px);
  display: inline-block;
  padding: 45px 40px;
  z-index: 2;
  position: relative;
}
.v1 .b1 {
  background: #000000;
  padding-bottom: 170px;
}
.v1 .b2 {
  background: #000000;
  padding-bottom: 170px;
}
.v1 .b3 {
  background: #000000;
  padding-top: 170px;
}
.v1 .b4 {
  background: #000000;
  padding-top: 170px;
}
.v1 .main {
  background: #000000;
  position: absolute;
  width: 676px;
  padding: 75px 0;
  top: calc(50% - 130px);
  left: calc(50% - 338px);
  z-index: 3;
}
.v1 .main .head {
  font-size: 40px;
  line-height: 40px;
  color: white;
  height: 40px;
}
.v1 .main .title {
  font-size: 70px;
  line-height: 70px;
  color: white;
  font-weight: bold;
  height: 70px;
}
.v1 .wrap {
  position: absolute;
  top: 290px;
  width: 100%;
  display: block;
}
.v1 .wrap .arrow {
  border: 1px solid #fff;
  border-width: 0 1px 1px 0;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  margin: 0 auto;
  -webkit-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}
.v1 .wrap .arrow.a1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.v1 .wrap .arrow.a2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.v1 .wrap .arrow.a3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.v1 .under.blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: #3D88B8;
  padding: 0;
  z-index: 1;
}
.v2 {
  padding: 50px 20px 20px;
}
.v2 .title {
  font-size: 36px;
  margin-bottom: 30px;
}
.v2 .phone {
  font-size: 45px;
  color: #3c3d3d;
  font-weight: bold;
  line-height: 39px;
}
.v2 .phone span {
  font-size: 32px;
  color: #656668;
  font-weight: normal;
}
.v2 .link {
  font-size: 29px;
  margin: 10px 0;
  display: block;
}
.v2 .adr {
  font-size: 21px;
  margin-bottom: 10px;
  font-style: normal;
}
.v2 .showmap {
  font-size: 19px;
  color: #39393b;
  border-bottom: 1px dashed #3d88b8;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 24px;
}
.imgshowmap {
  background: url(/i/showmap.png);
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
}
.v2 .bottom {
  font-size: 15px;
}
.v3 {
  text-align: left;
}
.v3 .wrap {
  padding: 20px 50px;
  background: #f9f9f9;
  margin: 0 auto;
}
.v3 .wrap .block {
  width: 100%;
}
.v3 .wrap .dual {
  max-width: 50%;
}
.map {
  height: 500px;
  margin-bottom: 20px;
}
.zakazform {
  background: #000000;
  color: #fff;
  margin: 70px auto 0;
  cursor: pointer;
  font-size: 26px;
  max-width: 290px;
  width: 100%;
  padding: 12px 0;
  border-radius: 10px 10px 10px 10px;
}
.bg {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
}
.pop {
  margin: auto;
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  position: relative;
  display: none;
}
.pop .title {
  font-size: 28px;
  margin-bottom: 15px;
}
.pop .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
}
.pop input {
  width: calc(100% - 30px);
  padding: 7px 15px;
  border: 1px solid #c1c0c0;
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
}
.pop textarea {
  width: calc(100% - 30px);
  padding: 7px 15px;
  border: 1px solid #c1c0c0;
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
}
.pop .btn {
  padding: 10px 15px;
  font-size: 16px;
  margin-bottom: 10px;
  background: #3D88B8;
  color: #fff;
  cursor: pointer;
}
.whatsapp-write-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 5px 5px 0;
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
  border-radius: 4px 4px 0 0;
  z-index: 5;
  cursor: pointer;
  font-size: 16px;
  display: block;
  text-decoration: none;
}
@media (max-width: 576px) {
  .whatsapp-write-footer {
    right: unset;
    left: 0px;
  }
}
.whatsapp-write-footer .content {
  background: url(/i/icon-whatsapp.png) no-repeat 13px center #48494a;
  padding: 13px 30px 12px 54px;
  line-height: 19px;
  border-radius: 4px 4px 0 0;
  transition: 0.2s;
}
.whatsapp-write-footer .content:hover {
  background-color: #0057a5;
}
@media (max-width: 860px) {
  .v3 .wrap .dual {
    max-width: none;
  }
}
@media (max-width: 676px) {
  .v1 > div {
    font-size: 39px;
    width: auto;
    display: block;
    padding: 40px 10px !important;
    position: static;
  }
  .v1 .main {
    position: static;
    width: auto;
  }
  .v1 .under {
    display: none;
  }
  .v1 .wrap {
    display: none;
  }
}
@media (max-width: 460px) {
  .v1 .main .head {
    font-size: 32px;
  }
  .v1 .main .title {
    font-size: 58px;
  }
  .v2 .phone {
    font-size: 36px;
  }
  .v2 .phone span {
    font-size: 28px;
  }
  .v2 .imgshowmap {
    opacity: 0;
  }
}
@media (max-width: 420px) {
  .v1 > div {
    padding: 40px 30px!important;
  }
}
@media (max-width: 380px) {
  .v1 .main .head {
    font-size: 28px;
  }
  .v1 .main .title {
    font-size: 50px;
  }
  .v2 .phone {
    font-size: 32px;
  }
  .v2 .phone span {
    font-size: 28px;
  }
  .footer-email {
    font-size: 28px;
  }
}
@media (max-width: 350px) {
  .v1 .main .head {
    font-size: 25px;
  }
  .v1 .main .title {
    font-size: 40px;
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
