@import "bootstrap-grid.css";
@font-face {
  font-family: "Benzin";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/benzin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Benzin";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/benzin-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Benzin";
  font-style: semibold;
  font-weight: 600;
  src: url("../fonts/benzin-semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Benzin";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/benzin-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Benzin";
  font-style: extrabold;
  font-weight: 800;
  src: url("../fonts/benzin-extrabold.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: regular;
  font-weight: 400;
  src: url("../fonts/involve-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: medium;
  font-weight: 500;
  src: url("../fonts/involve-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: semibold;
  font-weight: 600;
  src: url("../fonts/involve-semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Involve";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/involve-bold.woff2") format("woff2");
}
* {
  box-sizing: border-box;
  transition: 0.3s ease;
}

::-moz-selection {
  background-color: transparent;
  color: #dc143b;
}

::selection {
  background-color: transparent;
  color: #dc143b;
}

input, textarea {
  outline: none;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "Involve", sans-serif;
  overflow-x: hidden;
  color: #0c0b0b;
  background-color: #fff;
  margin: 0;
}
body.load-overflow {
  overflow: hidden;
}

.checkbox-item {
  position: relative;
  padding-left: 25px;
}
.checkbox-item input[type=checkbox], .checkbox-item input[type=radio] {
  display: none;
}
.checkbox-item input[type=checkbox] + label, .checkbox-item input[type=radio] + label {
  cursor: pointer;
}
.checkbox-item input[type=checkbox] + label::after, .checkbox-item input[type=radio] + label::after {
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 1px;
  transition: 0.3s ease;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.3s ease;
}
.checkbox-item input[type=checkbox] + label::after:hover::before, .checkbox-item input[type=radio] + label::after:hover::before {
  background-color: #fff;
}
.checkbox-item input[type=radio] + label::after {
  border-radius: 50%;
}
.checkbox-item input[type=checkbox]:checked + label::after, .checkbox-item input[type=radio]:checked + label::after {
  width: 15px;
  height: 15px;
}
.checkbox-item input[type=checkbox]:checked + label::before, .checkbox-item input[type=radio]:checked + label::before {
  content: "";
  cursor: pointer;
  display: inline-block;
  width: 8px;
  height: 8px;
  left: 3.5px;
  top: 4.5px;
  transition: 0.3s ease;
  border-radius: 3px;
  z-index: 5;
  transition: 0.3s ease;
}
.checkbox-item label {
  font-weight: 500;
  color: #0c0b0b;
  font-size: 14px;
}

.prelouder {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.prelouder .louder {
  width: 280px;
  height: 20px;
  background-color: #fff;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.prelouder .louder span {
  text-transform: uppercase;
  color: #f4f4f4;
  line-height: 20px;
  display: block;
  z-index: 2;
  position: relative;
  font-size: 13px;
  font-weight: 800;
}

.prelouder .louder::before {
  content: "";
  width: 180px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #0c0b0b;
  z-index: 1;
  animation: line-animated-wait-prelouder 2s linear infinite;
}

.loaded .prelouder {
  display: none;
}

@keyframes line-animated-wait-prelouder {
  0% {
    left: -180px;
  }
  100% {
    left: 100%;
  }
}
h1, h2, h3, h4, p, input, button, a, textarea {
  margin: 0;
  padding: 0;
  font-family: "Involve", sans-serif;
  letter-spacing: 0.7px;
}

h1, h2, h3, h4 {
  font-family: "Benzin", sans-serif;
  font-weight: 600;
}

section {
  position: relative;
  z-index: 2;
}

img {
  width: 100%;
  pointer-events: none;
  cursor: default;
}
img::-moz-selection {
  background-color: transparent;
  color: #fff;
}
img::selection {
  background-color: transparent;
  color: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.all-wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.container-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.btn-s {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c0b0b;
  font-size: 16px;
  border-radius: 7px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.btn-s.low-btn {
  padding: 14px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Benzin", sans-serif;
}
.btn-s.low-btn span {
  margin-right: 7px;
}
.btn-s:hover {
  opacity: 0.94;
}
.btn-s:hover .icon-div {
  transform: scale(1.8);
}
.btn-s .icon-div {
  position: relative;
  width: 8px;
  height: 8px;
  min-width: 8px;
  background-color: #dc143b;
  border-radius: 50%;
}
.btn-s span {
  margin-right: 15px;
}

.nav-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 0;
  padding-top: 20px;
  z-index: 999;
}
.nav-wrap.scroll, .nav-wrap.mobile-nav {
  position: fixed;
  padding: 10px 0;
}
.nav-wrap.scroll .container-wrap, .nav-wrap.mobile-nav .container-wrap {
  align-items: flex-start;
}
.nav-wrap.scroll .right-part, .nav-wrap.mobile-nav .right-part {
  padding: 10px;
  background-color: #fff;
  padding-right: 8px;
  padding-left: 14px;
  border: 1px solid #b1a4a4;
  border-right: 0;
  border-top: 0;
}
.nav-wrap .container-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.nav-wrap .right-part {
  display: flex;
  align-items: center;
  border-radius: 14px 0 0 14px;
  border: 1px solid transparent;
  border-right: 0;
  border-top: 0;
}
.nav-wrap ul {
  display: flex;
  align-items: center;
}
.nav-wrap ul li {
  margin-right: 30px;
}
.nav-wrap ul a {
  color: #0c0b0b;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.nav-wrap ul a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #a3092b;
  bottom: -6px;
}
.nav-wrap ul a:hover {
  color: #dc143b;
}
.nav-wrap ul a:hover::before {
  background-color: #dc143b;
}

.mobile-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 34px;
  height: 28px;
  margin-left: 20px;
  display: none;
}
.mobile-menu:hover .line {
  background-color: #dc143b;
}
.mobile-menu.active .line {
  position: absolute;
  transform: rotate(45deg);
  top: 12px;
}
.mobile-menu.active .line:last-child {
  transform: rotate(-45deg);
}
.mobile-menu.active .middle-line {
  display: none;
}
.mobile-menu .line {
  width: 100%;
  height: 4px;
  background-color: #a3092b;
}
.mobile-menu .line.middle-line {
  width: 80%;
}

.logo-part {
  padding: 5px 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0 14px 14px 0;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #b1a4a4;
  border-left: 0;
  border-top: 0;
}
.logo-part:hover img {
  transform: scale(1.1);
}
.logo-part img {
  width: 90px;
}
.logo-part h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 500;
  color: #a3092b;
  margin-top: 0px;
  margin-left: 10px;
}

.s-header {
  font-weight: 400;
  color: #fff;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #a3092b -20%, #0c0b0b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 60px;
  line-height: 70px;
}

.block1 {
  width: 100%;
}
.block1 .inner-part {
  padding-top: 180px;
  padding-bottom: 0;
}
.block1 .s-header {
  font-size: 80px;
  line-height: 90px;
}
.block1 h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-top: 40px;
  color: #fff;
  text-transform: uppercase;
}
.block1 .down-part {
  margin-top: 40px;
}

.adv-list {
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.adv-list li {
  width: calc(25% - 10px);
  padding: 40px 10px;
  padding-left: 30px;
  background-color: #a3092b;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
  position: relative;
  border-radius: 7px;
}
.adv-list li span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #e2c3c9 -20%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.adv-list li::before {
  width: 2px;
  height: calc(100% - 30px);
  content: "";
  position: absolute;
  background-color: #e2c3c9;
  top: 15px;
  left: 10px;
}

.down-part {
  display: flex;
  position: relative;
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
}
.down-part .decor-img {
  height: 240px;
  width: calc(100% - 320px);
  border-radius: 7px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.down-part .left-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 280px;
  justify-content: space-between;
}
.down-part .btn-s {
  margin-top: 40px;
}
.down-part h2, .down-part .h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #0c0b0b;
  font-family: "Benzin", sans-serif;
  position: relative;
}
.down-part h2 span, .down-part .h2 span {
  text-transform: none;
  font-size: 18px;
  position: relative;
  display: block;
  line-height: 26px;
  margin-top: 20px;
  text-transform: uppercase;
}

.decor-img {
  position: relative;
  border-radius: 7px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.inner-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.block2 {
  padding-top: 90px;
}
.block2 .inner-wrap {
  margin-top: 40px;
}
.block2 .item-block {
  width: calc(50% - 10px);
  border-radius: 7px;
  margin-bottom: 20px;
  padding: 30px;
  padding-left: 10px;
  position: relative;
  background-color: #fff;
  border: 1px solid #b1a4a4;
  border-left: 0;
  border-top: 0;
}
.block2 .item-block:hover .header::before {
  transform: scale(1.4);
}
.block2 .item-block p {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #a3092b -20%, #0c0b0b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  margin-top: 20px;
  padding-left: 30px;
}
.block2 .item-block::before {
  width: 2px;
  height: calc(100% - 30px);
  content: "";
  position: absolute;
  background-color: #a3092b;
  top: 15px;
  left: 10px;
}
.block2 .item-block .header {
  padding: 15px;
  border-radius: 3.5px;
  background-color: #a3092b;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
.block2 .item-block .header::before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: #fff;
  top: 22px;
  left: 12px;
  border-radius: 50%;
  transition: 0.3s ease;
}
.block2 .down-part {
  margin-top: 30px;
}
.block2 .down-part .decor-img {
  height: 300px;
}

.block3 .item-block {
  width: calc(50% - 10px);
  border-radius: 7px;
  margin-top: 20px;
  padding: 30px;
  padding-left: 10px;
  position: relative;
  background-color: #fff;
  border: 1px solid #b1a4a4;
  border-left: 0;
  border-bottom: 0;
  display: flex;
  align-items: flex-start;
  padding-left: 40px;
}
.block3 .item-block p {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #a3092b -20%, #0c0b0b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 400;
  line-height: 26px;
  font-size: 18px;
  margin-top: 10px;
}
.block3 .item-block::before {
  width: 2px;
  height: calc(100% - 30px);
  content: "";
  position: absolute;
  background-color: #a3092b;
  top: 15px;
  left: 10px;
}
.block3 .item-block .header {
  position: relative;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.block3 .item-block .decor-circle {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #a3092b;
  font-family: "Benzin", sans-serif;
  font-size: 24px;
  padding-right: 5px;
  font-weight: 400;
  color: #fff;
}

.block4 {
  padding-top: 90px;
}
.block4 .inner-wrap {
  align-items: flex-start;
}
.block4 p {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #a3092b -20%, #0c0b0b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 500;
  line-height: 30px;
  font-size: 20px;
  margin-top: 10px;
  width: calc(50% - 10px);
}
.block4 p span {
  font-size: 26px;
  font-weight: bold;
  margin-right: 0.1px;
}
.block4 .adv-list {
  flex-wrap: wrap;
  width: calc(50% - 10px);
}
.block4 .adv-list p {
  width: 100%;
}
.block4 .adv-list li {
  padding: 20px 30px;
  width: 100%;
  margin-top: 40px;
}
.block4 .adv-list li:first-child {
  width: 100%;
}
.block4 .adv-list li .header {
  font-family: "Benzin", sans-serif;
  font-weight: 400;
  color: #fff;
}
.block4 .adv-list .down-part {
  margin-top: 40px;
}
.block4 .adv-list .down-part .h2 {
  margin-top: 40px;
}
.block4 .adv-list .down-part .btn-s {
  margin-top: 20px;
  margin-bottom: 20px;
}

.signature-with-value {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-top: 10px;
  color: #0c0b0b;
}
.signature-with-value span:first-child {
  margin-bottom: 4px;
  color: #880c25;
  font-size: 10px;
  font-weight: 600;
  font-family: "Benzin", sans-serif;
  text-transform: uppercase;
}
.signature-with-value .inner-header {
  margin-bottom: 4px;
  color: #880c25;
  font-size: 10px;
  font-weight: 600;
  font-family: "Benzin", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
}

.block5 {
  padding-top: 90px;
}
.block5 .inner-wrap {
  margin-top: 40px;
}
.block5 .item-block {
  padding: 20px;
  border: 1px solid #b1a4a4;
  border-right: 0;
  border-bottom: 0;
  margin-bottom: 20px;
  margin-top: 0;
  align-items: center;
}
.block5 .item-block::before {
  display: none;
}
.block5 .item-block .header {
  font-size: 22px;
  font-weight: 500;
}
.block5 .item-block p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 2px solid #a3092b;
}
.block5 .item-block .decor-circle {
  width: 140px;
  height: 140px;
  min-width: 140px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.block5 .item-block .signature-with-value {
  font-size: 16px;
}
.block5 .down-part {
  margin-top: 20px;
}
.block5 .down-part .decor-img {
  height: 240px;
}
.block5 .down-part .h2 span {
  margin-top: 0;
  margin-bottom: 20px;
}

.block6 .inner-wrap {
  margin-top: 0;
}
.block6 .item-block {
  border: 1px solid #b1a4a4;
  border-top: 0;
  border-left: 0;
  margin-top: 20px;
}
.block6 .item-block .header {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.block6 .item-block .header .decor-start {
  display: flex;
  align-items: center;
}
.block6 .item-block .header .decor-start li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #a3092b;
  margin-left: 4px;
}
.block6 .item-block p {
  font-size: 16px;
  line-height: 22px;
}

.block7 {
  padding-top: 90px;
  padding-bottom: 120px;
}
.block7 .form-part {
  border-radius: 7px;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 30px;
  margin-top: 40px;
  border: 1px solid #b1a4a4;
}
.block7 .form-part .header {
  max-width: 760px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #a3092b -20%, #0c0b0b 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.block7 .form-part .contact-data {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.block7 .form-part .contact-data .signature-with-value {
  font-size: 20px;
  margin-right: 20px;
}
.block7 .form-part .contact-data .signature-with-value span:first-child {
  color: #880c25;
}
.block7 .form-part .inputs-wrap {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.block7 .form-part .inputs-wrap .input-wrap {
  width: calc(50% - 10px);
}
.block7 .form-part .btn-part {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.block7 .form-part .btn-part .signature {
  max-width: 600px;
  font-size: 12px;
  line-height: 18px;
  margin-left: 20px;
}

.input-wrap {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.input-wrap .decor-signature {
  position: absolute;
  padding: 5px;
  padding-right: 10px;
  padding-left: 35px;
  background-color: #a3092b;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Benzin", sans-serif;
  font-weight: 500;
  top: 0;
  left: 30px;
  border-radius: 0 3.5px 0 0;
  color: #fff;
}
.input-wrap .circle-decor {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 3.5px;
  background-color: #a3092b;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.input-wrap .circle-decor img {
  width: 30px;
}
.input-wrap input, .input-wrap textarea {
  width: 100%;
  border-radius: 0 3.5px 3.5px 3.5px;
  border: 0;
  background-color: #fff;
  outline: none;
  height: 50px;
  margin-top: 22px;
  padding: 5px 15px;
  resize: none;
  font-size: 16px;
  font-weight: 600;
  color: #dc143b;
  box-shadow: 0 8px 21px rgba(12, 11, 11, 0.21);
}
.input-wrap input::-moz-placeholder, .input-wrap textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 600;
  color: rgba(163, 9, 43, 0.6);
}
.input-wrap input::placeholder, .input-wrap textarea::placeholder {
  font-size: 16px;
  font-weight: 600;
  color: rgba(163, 9, 43, 0.6);
}
.input-wrap textarea {
  padding-top: 15px;
}

.footer-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.footer-data .signature-with-value {
  width: calc(33.33% - 10px);
}

.for-anchor {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: -70px;
}

.alert-modal {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 10000;
  position: fixed;
  display: flex;
  align-items: center;
  align-items: center;
  padding: 15px;
  font-size: 20px;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.alert-modal p {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #a3092b -20%, #0c0b0b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  font-family: "Benzin", sans-serif;
}
.alert-modal .btn-s {
  margin-top: 20px;
  cursor: pointer;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 991px) {
  /**/
  .s-header {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
  }
  .logo-part {
    flex-direction: column;
  }
  .logo-part img {
    width: 70px;
  }
  .logo-part h3 {
    font-size: 16px;
    margin-left: 0;
    margin-top: 10px;
  }
  .nav-wrap ul li {
    margin-right: 15px;
  }
  .block1 .s-header {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
  }
  .block1 .adv-list li {
    width: calc(50% - 10px);
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 800px) {
  /**/
  .mobile-menu {
    display: flex;
  }
  .for-anchor {
    top: -110px;
  }
  .nav-wrap ul {
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100% - 80px);
    left: 0;
    bottom: 0;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    border-radius: 0 14px 0 0;
    border-top: 1px solid #b1a4a4;
  }
  .nav-wrap ul li {
    margin-right: 0;
    margin-top: 20px;
  }
  .nav-wrap ul li:last-child {
    margin-bottom: 60px;
  }
  .nav-wrap ul a {
    font-size: 24px;
  }
  .nav-wrap ul.active {
    display: flex;
  }
  .logo-part {
    z-index: 2;
  }
  .nav-wrap.scroll .right-part {
    padding-left: 10px;
  }
  .nav-wrap .right-part {
    padding-right: 8px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 768px) {
  /**/
  .down-part {
    flex-direction: column-reverse;
  }
  .down-part h2, .down-part .h2 {
    width: 100%;
    margin-top: 40px;
  }
  .down-part .left-part {
    width: 100%;
    max-width: 100%;
    text-align: center;
    align-items: center;
  }
  .down-part .decor-img {
    width: 100%;
  }
  .block4 .adv-list .down-part {
    flex-direction: column;
  }
  .block4 .adv-list .down-part .decor-img {
    width: 100%;
  }
  .block4 .adv-list .down-part .h2 {
    margin-top: 0;
  }
  .block4 .inner-wrap {
    flex-direction: column;
  }
  .block4 p, .block4 .adv-list {
    width: 100%;
  }
  .block4 .adv-list {
    margin-top: 40px;
  }
  .block4 .adv-list .down-part .btn-s {
    margin-bottom: 40px;
  }
  .block7 .form-part .inputs-wrap .input-wrap {
    width: 100%;
  }
  .block3 .item-block {
    width: 100%;
  }
  .block2 .item-block {
    width: 100%;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 500px) {
  /**/
  .s-header {
    font-size: 30px;
    line-height: 40px;
  }
  .down-part h2, .down-part .h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .block7 .form-part .contact-data {
    flex-direction: column;
    align-items: flex-start;
  }
  .block7 .form-part {
    padding: 20px;
  }
  .block7 .form-part .btn-part {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .block7 .form-part .btn-part .signature {
    margin-top: 20px;
    margin-left: 0;
  }
  .block7 .form-part .header {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }
  .block7 .s-header {
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
  }
  .adv-list li {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
  }
  .block2 .item-block .header {
    width: 100%;
  }
  .block3 .item-block {
    padding: 20px;
  }
  .block2 .item-block {
    padding: 20px;
    padding-left: 10px;
  }
  .footer-data {
    flex-wrap: wrap;
  }
  .footer-data .signature-with-value {
    width: 100%;
  }
  .nav-wrap .container-wrap {
    padding: 0 5px;
  }
  .nav-wrap.scroll {
    padding: 5px 0;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 380px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 320px) {
  /**/
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1530px) {
  /**/
  .container-wrap {
    max-width: 1340px;
    transform: scale(1.07);
    padding-top: 60px;
  }
  .nav-wrap .container-wrap {
    padding-top: 0;
    max-width: 1400px;
  }
  .block4 .container-wrap {
    padding-top: 40px;
  }
  .block1 .inner-part {
    padding-top: 160px;
  }
  .block7 .container-wrap {
    padding-top: 100px;
  }
  .block2 .container-wrap {
    padding-top: 100px;
  }
}/*# sourceMappingURL=main.css.map */