@font-face {
  font-family: Bebas Neue;
  src: url(/fonts/BebasNeueRegular.otf) format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: Bebas Neue;
  src: url(/fonts/BebasNeueBook.otf) format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: Bebas Neue;
  src: url(/fonts/BebasNeueBold.otf) format("opentype");
  font-weight: 700;
}
* {
  box-sizing: border-box;
}

body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-family: Bebas Neue;
  font-size: 14px;
  color: #2f2c30;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap: wrap;
}

p {
  margin-top: 0;
}

a {
  color: inherit;
}

.invalid {
  border-color: red !important;
  box-shadow: 0 0 3px red;
}

.btn {
  text-align: center;
  color: #fff;
  border-radius: 20px;
  padding: 0 20px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.75);
  font-family: Arial;
  background: linear-gradient(to bottom, #e31e24, #a9080d);
  cursor: pointer;
  transition: 0.2s;
}

.btn:hover {
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.75);
}

.gwrap {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
}

.gtitle {
  text-align: center;
  font-size: 40px;
  color: #2f2c30;
  margin-bottom: 40px;
}

.head {
  padding: 23px 0 10px;
  background: #dddddd;
}

.head .logo {
  background: url(/i/logo.png) no-repeat center center/contain;
  width: 339px;
  height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .head .logo {
    width: 300px;
    height: 32px;
    margin-bottom: 16px;
  }
}

.head .text {
  margin-bottom: 20px;
  font-family: Arial;
  color: #2c2c2c;
  font-size: 15px;
}
@media (max-width: 576px) {
  .head .text {
    font-size: 14px;
    margin-bottom: 16px;
  }
}

.head .phone-wrap {
  display: flex;
  align-items: center;
  margin-top: 2px;
  height: 34px;
  gap: 2px;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 576px) {
  .head .phone-wrap {
    height: 28px;
  }
}
.head .phone-wrap.opened .all-phones-block {
  display: block;
}
.head .phone-wrap .phone {
  font-weight: bold;
  font-size: 34px;
  height: 28px;
  text-decoration: none;
}
@media (max-width: 576px) {
  .head .phone-wrap .phone {
    font-size: 28px;
    height: 23px;
  }
}
.head .phone-wrap .button {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.head .phone-wrap .button:hover .icon {
  fill: #e31e24;
}
.head .phone-wrap .button .icon {
  fill: #2f2c30;
  width: 22px;
  height: 22px;
  transition: fill 0.1s;
}
.head .phone-wrap .all-phones-block {
  display: none;
  position: absolute;
  padding: 16px 20px;
  background: #FFFFFF;
  top: 40px;
  left: 0;
  width: 100%;
  border-radius: 12px;
}
.head .phone-wrap .all-phones-block.active {
  display: block;
}
.head .phone-wrap .all-phones-block .block-phone {
  display: block;
  text-decoration: none;
  font-size: 26px;
}
.head .phone-wrap .all-phones-block .block-phone:not(:last-child) {
  margin-bottom: 6px;
}

.head .recall {
  margin-bottom: 20px;
  width: 170px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  background: linear-gradient(to bottom, #41429a, #0e0f72);
  cursor: pointer;
}

.head .more {
  font-size: 11px;
  line-height: 10px;
  font-family: Arial;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px dashed;
}

.v1 {
  background: url(/i/v1.png) no-repeat center center/cover;
  height: 582px;
  padding: 135px 10px 0;
  text-align: center;
  color: #f2f2f2;
}
@media (max-width: 576px) {
  .v1 {
    padding-top: 88px;
  }
}

.v1 .a {
  font-size: 73px;
}
@media (max-width: 600px) {
  .v1 .a {
    font-size: 40px;
    margin-bottom: 4px;
  }
}

.v1 .b {
  font-size: 30px;
  font-family: Arial;
  margin-bottom: 65px;
}
@media (max-width: 600px) {
  .v1 .b {
    font-size: 21px;
  }
}
@media (max-width: 576px) {
  .v1 .b {
    margin-bottom: 40px;
    font-size: 19px;
  }
}

.v1 .c {
  font-size: 19px;
  font-family: Arial;
  font-style: italic;
  color: #fff;
  margin-bottom: 20px;
  line-height: 32px;
}
@media (max-width: 576px) {
  .v1 .c {
    font-size: 17px;
  }
}

.v1 .btn {
  width: 265px;
  height: 55px;
  line-height: 55px;
  font-size: 19px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 25px;
}

.v2 {
  background: #dddddd;
  padding: 40px 10px 50px;
  text-align: center;
}

.v2 .title {
  color: #2f2c30;
  font-size: 40px;
  margin-bottom: 60px;
}

.v2 .item {
  margin-bottom: 40px;
  padding: 96px 0 0;
  background: no-repeat center top;
  font-size: 27px;
}

.v2 .item.i1 {
  background-image: url(/i/v2-i-1.png);
}

.v2 .item.i2 {
  background-image: url(/i/v2-i-2.png);
}

.v2 .item.i3 {
  background-image: url(/i/v2-i-3.png);
}

.v2 .item.i4 {
  background-image: url(/i/v2-i-4.png);
}

.v2 .item .a {
  font-weight: bold;
  color: #090908;
}

.v2 .item .b {
  font-weight: bold;
  color: #e31e24;
}

.v2 .plus {
  background: url(/i/v2-i-p.png);
  width: 23px;
  height: 22px;
  margin-top: 23px;
}

.v3 {
  padding: 40px 0;
}

.v3 .labels {
  text-align: center;
  margin-bottom: 13px;
}

.v3 .labels .item {
  display: inline-block;
  width: 150px;
  text-align: center;
  height: 37px;
  line-height: 37px;
  color: #3a3b8b;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
  cursor: pointer;
  background: #ddd;
  border-radius: 2px;
  margin: 0 7px 10px;
  transition: 0.2s;
}

.v3 .labels .item.active {
  background: #3a3b8b;
  border-radius: 0;
  color: #fff;
}

.v3 .labels .item:hover {
  opacity: 0.8;
}

.v3 .img {
  width: 253px;
  height: 171px;
  background: no-repeat center center/100%;
  margin-bottom: 7px;
  transition: 0.2s;
  position: relative;
}

.v3 .img:hover {
  background-size: 120%;
}

.v3 .img::after {
  content: "";
  display: block;
  background: url(/i/lupa.png);
  width: 112px;
  height: 111px;
  position: absolute;
  top: calc(50% - 55px);
  left: calc(50% - 56px);
  opacity: 0;
  transition: 0.2s;
}

.v3 .img:hover::after {
  opacity: 1;
}

.v3 .wrap {
  display: none;
  margin-bottom: 15px;
}

.v3 .wrap.flex {
  display: flex;
}

.v3 .descr {
  text-align: center;
  color: #70707c;
  font-size: 20px;
  font-family: Arial;
  margin-bottom: 12px;
}

.v3 .download {
  width: 266px;
  height: 55px;
  line-height: 55px;
  font-size: 19px;
  margin: 0 auto;
}

.v4 {
  padding: 25px 0 40px;
  background: #ddd;
}

.v4 .item .img {
  height: 470px;
  width: calc(100% - 308px);
  background: no-repeat center center/cover;
}

.v4 .item .r {
  width: 308px;
  background: #fff;
  padding: 20px 20px 15px 25px;
}

.v4 .title {
  font-weight: bold;
  font-size: 37px;
  margin-bottom: 18px;
}

.v4 .params {
  line-height: 28px;
  font-family: Arial;
  font-size: 14px;
  margin-bottom: 20px;
}

.v4 .params span {
  font-weight: bold;
}

.v4 .price {
  color: #d1171d;
  font-size: 38px;
  line-height: 36px;
}

.v4 .price span {
  font-weight: bold;
}

.v4 .price-thr {
  text-decoration: line-through;
  color: #d1171d;
  font-weight: bold;
}

.v4 .pdescr {
  font-size: 15px;
  font-family: Arial;
  margin-bottom: 25px;
}

.v4 .descr {
  font-size: 13px;
  font-family: Arial;
  font-style: italic;
  margin-bottom: 25px;
}

.v4 .btn {
  height: 55px;
  line-height: 55px;
  width: 100%;
  font-size: 19px;
}

.v4 .slider {
  position: relative;
}

.v4 .slider .arrow {
  position: absolute;
  top: 183px;
  background: no-repeat center center #53535a;
  width: 36px;
  height: 86px;
  cursor: pointer;
  z-index: 3;
}

.v4 .slider .arrow.l {
  background-image: url(/i/sld-arrow-l.png);
  left: -12px;
  border-radius: 2px 0 0 2px;
}

.v4 .slider .arrow.r {
  background-image: url(/i/sld-arrow-r.png);
  right: -12px;
  border-radius: 0 2px 2px 0;
}

.v5 {
  padding: 35px 0 10px;
}

.v5 .item {
  width: 245px;
  text-align: center;
  font-size: 20px;
  color: #454242;
  margin-bottom: 60px;
  position: relative;
  text-decoration: none;
}

.v5 .item span {
  font-size: 28px;
  display: block;
}

.v5 .item .img {
  height: 210px;
  background: no-repeat center center/100%;
  margin-bottom: 12px;
  transition: 0.2s;
}

.v5 .item .img:hover {
  background-size: 120%;
}

.v5 .item .img::after {
  content: "";
  display: block;
  background: url(/i/lupa.png);
  width: 112px;
  height: 111px;
  position: absolute;
  top: calc(50% - 55px);
  left: calc(50% - 56px);
  opacity: 0;
  transition: 0.2s;
}

.v5 .item .img:hover::after {
  opacity: 1;
}

.v5 .descr {
  padding: 0 10px;
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.v6 .btn {
  width: 280px;
  height: 55px;
  line-height: 55px;
  font-size: 19px;
  margin: 0 auto;
}

.v6 .halfwrap {
  max-width: 515px;
  width: 100%;
}

.v6 .img {
  width: 300px;
  height: 255px;
  background: no-repeat center center/cover;
  margin-bottom: 40px;
  position: relative;
}

.v6 .img .stick {
  width: 140px;
  height: 100px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  padding-top: 47px;
}

.v6 .img .stick.red {
  background: url(/i/stick-blue.png) no-repeat top left/100%;
  left: 0;
}

.v6 .img .stick.blue {
  background: url(/i/stick-red.png) no-repeat top right/100%;
  right: 0;
}

.v6 .l .btn {
  background: linear-gradient(to bottom, #3f41ac, #0c0d81);
  margin: 0 0 0 calc(100% - 290px);
}

.v6 .l {
  padding: 43px 0 30px;
}

.v6 .l .halfwrap {
  float: right;
}

.v6 .l {
  background: #e31e24;
  width: 50%;
}

.v6 .l .a {
  color: #3a3b8b;
  font-size: 41px;
  margin-bottom: 15px;
}

.v6 .l .a span {
  font-size: 34px;
  font-weight: bold;
  display: block;
}

.v6 .l .b {
  font-size: 34px;
  color: #cdcbcb;
}

.v6 .l .b span {
  text-decoration: line-through;
}

.v6 .l .c {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}

.v6 .r {
  padding: 43px 0 30px;
}

.v6 .r .halfwrap {
  float: left;
}
.v6 .r .halfwrap .text .c .remark {
  color: #cdcbcb;
  margin-top: 4px;
  font-size: 20px;
}

.v6 .r {
  background: #3a3b8b;
  width: 50%;
}

.v6 .r .a {
  color: #e31e24;
  font-size: 41px;
  margin-bottom: 15px;
}

.v6 .r .a span {
  font-size: 34px;
  font-weight: bold;
  display: block;
}

.v6 .r .b {
  font-size: 34px;
  color: #cdcbcb;
}

.v6 .r .b span {
  text-decoration: line-through;
}

.v6 .r .c {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 40px;
}

.v6 .r .btn {
  margin: 0 0 0 10px;
}

.v7 {
  padding: 50px 0 30px;
}

.v7 .item {
  margin-bottom: 30px;
  width: 140px;
  text-align: center;
  color: #454242;
}

.v7 .item .t {
  font-size: 32px;
  margin-bottom: 10px;
}

.v7 .item .d {
  font-size: 13px;
  font-family: Arial;
}

.v7 .item .n {
  font-size: 32px;
  width: 78px;
  height: 78px;
  line-height: 73px;
  border-radius: 50%;
  border: 3px dashed #f45d5d;
  margin: 0 auto 20px;
}

.v8 {
  padding: 30px 0 25px;
  background: url(/i/v8.png) no-repeat center center/cover;
  text-align: center;
}

.v8 .gtitle {
  color: #fff;
  margin-bottom: 0;
}

.v8 .descr {
  color: #eaeaea;
  margin-bottom: 45px;
  font-family: Arial;
  font-size: 19px;
}

.v8 input {
  display: inline-block;
  background: #fff;
  width: 290px;
  height: 55px;
  padding: 0 25px;
  border-radius: 25px;
  border: 1px solid #121212;
  outline: none;
  margin: 0 5px 20px;
}

.v8 .btn {
  display: inline-block;
  width: 270px;
  height: 55px;
  line-height: 55px;
  border-radius: 25px;
  margin: 0 15px 20px;
  font-size: 18px;
  font-weight: bold;
}

.v9 {
  padding: 60px 0 55px;
}

.v9 .item {
  font-size: 28px;
  padding-left: 55px;
  background: url(/i/v9-item.png) no-repeat center left;
  width: 50%;
  margin-bottom: 20px;
}

.v10 {
  padding: 30px 0 52px;
  position: relative;
}

.v10 .map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}

.v10 .btn {
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  background: linear-gradient(to bottom, #41429a, #0e0f72);
  cursor: pointer;
}

.v10 .gtitle {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}

.v10 .block {
  background: #fff;
  padding: 25px 30px;
  border-radius: 6px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.75);
  width: 300px;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  z-index: 3;
  position: relative;
}

.v10 .title {
  font-size: 21px;
  margin-bottom: 15px;
  z-index: 3;
}

.v10 span {
  font-weight: normal;
}

.v10 a {
  text-decoration: none;
}

.v10 .overlay {
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}

.footer {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #212020;
  padding: 27px 0 5px;
}

.footer .flogo {
  background: url(/i/flogo.png);
  width: 334px;
  height: 33px;
  margin-bottom: 20px;
}

.footer .dev {
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}

.bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 10;
}

.pop {
  margin: auto;
  background: #3a3939;
  padding: 30px;
  max-width: 500px;
  width: 100%;
  position: relative;
  display: none;
  color: #fff;
  font-size: 16px;
}

.pop .title {
  font-size: 28px;
  margin-bottom: 15px;
}

.pop .close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 30px;
  transform: rotate(45deg);
  cursor: pointer;
  font-family: Arial;
}

.pop input {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #c1c0c0;
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
}

.pop select {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #c1c0c0;
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
}

.pop textarea {
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #c1c0c0;
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
}

.pop label {
  display: block;
  width: 33%;
}

.pop .btn {
  height: 38px;
  line-height: 38px;
  font-size: 19px;
}

.pop .check {
  display: inline-block;
  width: auto;
}

.loader {
  background: url(/i/loader.svg) no-repeat center center/25% rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: none;
}

@media (max-width: 1030px) {
  .gwrap {
    padding: 0 10px;
  }
  .gtitle {
    padding: 0 10px;
  }
  .v8 .descr {
    padding: 0 10px;
  }
  .head .gwrap {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .v2 .gwrap {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .v3 .wrap {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .v5 .gwrap {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .v7 .gwrap {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .footer .gwrap {
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .v2 .plus {
    display: none;
  }
  .v6 .text {
    width: 100%;
    text-align: center;
  }
  .v6 .img {
    width: 100%;
    height: 360px;
    order: 2;
  }
  .v6 .btn {
    margin: 0 auto !important;
    order: 3;
  }
  .v4 .slider .arrow.l {
    left: 0;
  }
  .v4 .slider .arrow.r {
    right: 0;
  }
}
@media (max-width: 640px) {
  .v6 .l {
    width: 100%;
  }
  .v6 .r {
    width: 100%;
  }
  .v6 .halfwrap {
    width: 100%;
    max-width: none;
  }
  .v9 .item {
    width: 100%;
  }
  .v4 .item .img {
    width: 100%;
  }
  .v4 .item .r {
    width: 100%;
  }
  .v10 {
    height: 1000px;
  }
}
@media (max-width: 390px) {
  .v2 .item {
    width: 100%;
  }
}
