/* -----------------------------------------------------
--------------------------Fonts-------------------------
----------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Black.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Lato-Black.woff2") format("woff2"),
    /* Modern Browsers */ url("fonts/Lato-Black.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Lato-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Bold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Lato-Bold.woff2") format("woff2"),
    /* Modern Browsers */ url("fonts/Lato-Bold.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Light.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Lato-Light.woff2") format("woff2"),
    /* Modern Browsers */ url("fonts/Lato-Light.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Medium.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Lato-Medium.woff2") format("woff2"),
    /* Modern Browsers */ url("fonts/Lato-Medium.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Lato-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Lato-Regular.woff2") format("woff2"),
    /* Modern Browsers */ url("fonts/Lato-Regular.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Lato-Regular.ttf") format("truetype");
  font-style: 400;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Lato-Semibold.woff2") format("woff2"),
    /* Modern Browsers */ url("fonts/Lato-Semibold.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Lato-Semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Thin.eot");
  /* IE9 Compat Modes */
  src: url("fonts/Lato-Thin.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("fonts/Lato-Thin.woff2") format("woff2"),
    /* Modern Browsers */ url("fonts/Lato-Thin.woff") format("woff"),
    /* Modern Browsers */ url("fonts/Lato-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
  text-rendering: optimizeLegibility;
}

/* -----------------------------------------------------
--------------------------Global------------------------
----------------------------------------------------- */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  display: inline-block;
}

a,
button,
input,
textarea {
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: #232323;
  font-family: "Lato";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.open-sans {
  font-family: "Open Sans";
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  position: relative;
}

.container-big {
  max-width: 1650px;
}

.container-medium {
  max-width: 1330px;
}

.container-medium2 {
  max-width: 1430px;
}

.container-smaller {
  max-width: 1260px;
}

@media (max-width: 1199px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 400px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.flex-wrap {
  display: flex;
}

.wrap {
  display: flex;
  justify-content: center;
}

.invert {
  filter: invert(100%);
}

.rotate {
  transform: rotate(180deg);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* -----------------------------------------------------
----------------------Site Navigation-------------------
----------------------------------------------------- */
.allPages {
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5d5c61;
}

.allPages-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
}

.allPages-title {
  font-size: 40px;
  margin-bottom: 45px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  color: #8ee4af;
}

.allPages-title:after {
  content: "";
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 65px;
  height: 7.5px;
  background: #8ee4af;
}

.allPages li {
  margin-bottom: 15px;
  display: block;
  text-align: flex-start;
}

.allPages li:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8ee4af;
  margin-right: 10px;
  margin-bottom: 4px;
}

.allPages li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: white;
  transition: 0.3s;
}

.allPages li a:hover {
  color: #8ee4af;
}

/* -----------------------------------------------------
------------------------Template------------------------
----------------------------------------------------- */
.btn {
  border-radius: 5px;
  background-color: #ccc;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  color: #ffffff;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(237, 28, 36, 0.45);
}

@media (max-width: 768px) {
  .btn {
    padding: 15px;
  }
}

.btn-red {
  box-shadow: 0 0 6px #ed1c24;
  background-color: #ed1c24;
}

.btn-gray {
  box-shadow: 0 3px 6px rgba(237, 28, 36, 0.45);
  background-color: #3b3b3b;
}

.btn:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.3);
}

.btn-red:hover {
  box-shadow: 0 2px 12px #ed1c24;
}

.btn-gray:hover {
  box-shadow: 0 7px 9px rgba(237, 28, 36, 0.45);
}
.socialShare {
  width: 100%;
  height: 70px;
  border-radius: 35px;
  background-color: #3b3b3b;
  font-family: Lato;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #ffffff;
  cursor: pointer;
}

.socialShare img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px;
  width: 50px;
  height: 50px;
}
.btn-big-round {
  border-radius: 25px;
}

.btn-small-round {
  border-radius: 20px;
}

.simple-input {
  width: 100%;
  max-width: 100%;
  position: relative;
}

input,
textarea {
  border-radius: 5px;
  border: 1px solid transparent;
  background-color: none;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 17px;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  text-align: center;
  font-weight: 700;
}

textarea {
  resize: none;
  height: 130px;
}

textarea:focus,
input:focus {
  border-color: none;
}

textarea::placeholder,
input::placeholder {
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  text-align: center;
  font-weight: 700;
  transition: 0.3s;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

.red-text {
  color: #ed1c24;
}

.gray-bg {
  background-color: #f8f8fa;
  position: relative;
}

.with-offset {
  /* margin-bottom: -25px; */
  padding-bottom: 50px;
}

.big-title {
  opacity: 0.84;
  color: #000000;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

#telegramShareLine {
  display: none;
}
@media (max-width: 992px) {
  #telegramShareLine {
    display: flex;
  }
  .big-title {
    font-size: 30px;
  }

  .with-offset {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .big-title {
    font-size: 24px;
    font-weight: 900;
  }
}

.center {
  text-align: center;
}

/* -----------------------------------------------------
--------------------------Start-------------------------
----------------------------------------------------- */

.mobile-nav {
  height: 100vh;
  max-width: 960px;
  width: 100%;
  position: fixed;
  left: -1000px;
  top: 0;
  padding-top: 55px;
  background: white;
  z-index: 100;
  transition: 0.3s;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-nav-top {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
  padding: 0 20px;
}

.mobile-nav .nav-block li:first-child a img {
  width: 35px;
}

.mobile-nav.active {
  left: 0;
}

.mobile-nav ul {
  width: max-content;
}

.mobile-nav ul li {
  margin-bottom: 30px;
  display: inline-block;
}

/* .mobile-nav ul li:nth-child(1),
.mobile-nav ul li:nth-child(2) {
    margin-bottom: 18px;
} */

.mobile-nav ul li a {
  font-size: 22px !important;
  font-weight: 600;
  /* text-transform: uppercase; */
  color: black;
  transition: 0.2s;
  text-align: center;
  justify-content: center;
}

.mobile-nav ul li a:hover {
  opacity: 0.7;
}

.mobile-nav .close {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mobile-nav .close img {
  width: 20px;
  height: 20px;
}

.mobile-nav .close-text {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 20px;
}

.mobile-nav .logo-sect {
  margin-left: 130px;
  margin-right: 80px;
}

.mob-btn {
  padding: 25px;
  max-width: 300px;
  border-radius: 35px;
  margin-bottom: 60px;
}

.mobile-nav .close.cl2 {
  position: absolute;
  right: 20px;
  top: 20px;
  display: none;
}

@media (max-height: 950px) {
  .mobile-nav-top {
    margin-bottom: 75px;
  }

  .mobile-nav {
    padding-top: 20px;
  }
}

@media (max-height: 850px) {
  .mob-btn {
    margin-bottom: 15px;
  }

  .mobile-nav .logo-sect {
    width: 150px;
  }

  .nav-block.mob {
    margin-bottom: 20px;
  }
}

@media (max-height: 800px) {
  .mobile-nav-top {
    margin-bottom: 40px;
  }
}

@media (max-width: 800px) {
  .mobile-nav-top {
    flex-direction: column;
  }

  .mobile-nav .close:not(.cl2) {
    display: none;
  }

  .mobile-nav .logo-sect {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .mobile-nav .close.cl2 {
    display: block;
  }

  .nav-block.mob {
    justify-content: center;
  }

  /* .nav-block.mob li:nth-child(4),
    .nav-block.mob li:nth-child(5),
    .nav-block.mob li:nth-child(6) {
        display: none !important;
    } */

  .mob-btn {
    padding: 15px;
    max-width: 210px;
  }

  .mobile-nav-top {
    margin-bottom: 50px;
  }

  .nav-block.mob li {
    margin-bottom: 20px;
  }

  .nav-block.mob li a {
    font-size: 18px !important;
  }
}

@media (max-height: 820px) {
  .mobile-nav-top {
    margin-bottom: 40px;
  }
}

@media (max-height: 660px) {
  .mob-btn {
    margin-bottom: 20px !important;
  }

  .mobile-nav-top {
    margin-bottom: 25px !important;
  }

  .nav-block.mob li {
    margin-bottom: 18px;
  }

  .nav-block.mob li a {
    font-size: 18px;
    font-weight: 700;
  }

  .nav-block.mob {
    margin-bottom: 0;
  }

  .mob-phone-link {
    display: none;
  }
}

@media (max-width: 500px) {
  .mobile-nav {
    width: 100%;
    right: calc(-100% - 40px);
  }
}

.top-header-section {
  height: 65px;
}

.top-header-section .container {
  height: 100%;
}

.top-header-section .flex-wrap {
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

.top-header-content {
  display: flex;
  align-items: center;
}

.phones {
  display: flex;
}

.phones.mob {
  margin-bottom: 75px;
}

.phones.mob li:nth-child(2) {
  margin-left: 45px;
}

.phone-item:hover .phone-text {
  opacity: 0.5;
}

.phone-item .phone-text {
  opacity: 0.8;
  color: #000000;
  /* font-family: "Open Sans"; */
  font-size: 18px;
  font-weight: 600;
  margin-left: 5px;
  transition: 0.2s;
}

.phone-item a {
  display: flex;
}

.phone-item + .phone-item {
  margin-left: 62px;
}

.phones.mob .phone-item {
  margin-left: 0;
}

.location {
  display: flex;
  align-items: center;
  margin-left: 140px;
}

.loc-text {
  color: #000000;
  /* font-family: "Open Sans"; */
  font-size: 16px;
  font-weight: 700;
  margin-left: 14px;
}

.soc {
  display: flex;
  margin-left: 48px;
  margin-right: 72px;
  align-items: center;
}

.soc.mob {
  margin-left: -7px;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 25px;
  bottom: 60px;
}

.soc.mob li {
  margin-left: 0;
}

.soc-item + .soc-item {
  margin-left: 10px;
}

.soc-item {
  transition: 0.2s;
  margin-bottom: -4px;
}

.soc-item a {
  display: block;
}

.soc-item:hover {
  opacity: 0.7;
}

.mob-logo,
.mob-phone,
.mob-ham {
  display: none;
}

.mob-phone.desk {
  display: flex;
  flex-direction: column;
}

.mob-ham:hover {
  cursor: pointer;
}

.mob-phone-text {
  color: #000000;
  font-size: 19px;
  font-weight: 900;
  line-height: 15px;
  text-align: center;
  margin-bottom: 5px;
  transition: 0.2s;
}

.mob-phone-link {
  color: #ed1c24;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  transition: 0.2s;
  display: none;
}

.mob-phone-text:hover,
.mob-phone-link:hover {
  opacity: 0.7;
}

@media (max-width: 1500px) {
  .location {
    margin-left: 55px;
  }

  .soc {
    margin-left: 32px;
  }
}

@media (max-width: 1199px) {
  .mob-logo {
    display: block;
  }

  .top-header-section {
    height: 70px;
  }

  .top-header-section .flex-wrap {
    justify-content: space-between;
  }
}

@media (max-width: 950px) {
  .top-header-content {
    display: none;
  }

  .mob-ham {
    display: block;
  }

  .mob-phone {
    display: flex;
    flex-direction: column;
  }

  .mob-phone-text {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 800px) {
  .phones.mob {
    flex-direction: column;
    margin-bottom: 15px;
  }

  .phones.mob li {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .phones.mob li:last-child {
    margin-top: 25px !important;
  }

  .soc.mob {
    position: static;
    flex-direction: row;
    margin-bottom: 15px;
  }

  .soc.mob li {
    margin-bottom: 0 !important;
    width: 57px;
    height: 57px;
  }

  .soc.mob li:nth-child(2),
  .soc.mob li:nth-child(3) {
    margin-left: 30px !important;
  }
}

@media (max-width: 500px) {
  .mob-ham {
    width: 30px;
  }
}

@media (max-width: 400px) {
  .mob-phone-text {
    font-size: 17px;
  }

  .mob-phone-link {
    font-size: 13px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media (max-height: 950px) {
  .phones.mob {
    margin-bottom: 30px;
  }
}

@media (max-height: 850px) {
  .phones.mob {
    margin-bottom: 20px;
  }
}

@media (max-height: 700px) {
  .phones.mob {
    display: none !important;
  }
}

@media (max-width: 1650px) {
  .soc {
    margin-right: -8px;
  }
}

.header-section {
  height: 65px;
}

.header-section .container {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #f0f0f0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-section .flex-wrap {
  align-items: center;
}

.ham-block {
  display: flex;
  align-items: center;
  margin-right: 25px;
  transition: 0.2s;
}

.ham-block:hover {
  opacity: 0.5;
}

.ham-title {
  color: #000000;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 8px;
}

.logo-block {
  width: 300px;
  background: #fff;
  height: 130px;
  margin-top: -73px;
  margin-bottom: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-block {
  display: flex;
  align-items: center;
  flex: 1;
  margin-right: 15px;
}

.nav-block.mob {
  flex-direction: column;
  align-items: flex-start;
  flex: auto;
  margin-right: 0 !important;
}

.nav-block.desk {
  display: flex;
  justify-content: center;
}

.nav-block.desk li {
  width: auto;
  display: flex;
  justify-content: center;
}

.nav-block.desk li > div,
.nav-block.desk li a {
  padding: 15px 0 !important;
  display: block;
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-weight: 700;
  opacity: 0.4;
  cursor: pointer;
}

.nav-block.desk li > div:hover,
.nav-block.desk li a:hover {
  opacity: 1;
}

.nest {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.nest:after {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background-color: #ed1c24;
  margin-left: 5px;
  margin-bottom: -2px;
}

.nav-block.desk li a:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ed1c24;
  display: block;
  margin-left: 4px;
  border-radius: 50%;
  display: none;
}

.nav-block.desk li + li {
  margin-left: 80px;
}

.nav-block.mob li {
  width: 100%;
  justify-content: flex-start;
}

.nav-block li a {
  display: flex;
  align-items: center;
  transition: 0.2s;
}

.nav-block.mob li a {
  opacity: 1;
}

.nav-block li a .img {
  margin-right: 6px;
}

.nav-block.mob li a .img {
  width: 45px !important;
  text-align: left;
}

.nav-block.mob li a .img img {
  display: inline-block;
}

/* .nav-block li a .nav-title {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
} */

.nav-block.mob a .nav-title {
  flex: 1;
  margin-left: 5px;
}

.header-section .btn {
  max-width: 240px;
}

@media (max-width: 1500px) {
  .logo-block {
    width: 250px;
  }
}

@media (max-width: 1350px) {
  .logo-block {
    width: 200px;
  }

  .logo-block .img {
    max-width: 75%;
  }

  .ham-block {
    margin-right: 20px;
  }

  .ham-block .img {
    width: 35px;
  }

  .header-section .btn {
    width: 175px;
  }
}

@media (max-width: 1199px) {
  .logo-block {
    display: none;
  }

  /* .nav-block li a .nav-title {
        font-size: 15px;
    } */
}

@media (max-width: 950px) {
  .header-section {
    display: none;
  }
}

.mob-location-section {
  background-color: #000000;
  opacity: 0.7;
  padding: 8px;
}

.mob-location-section.mob {
  display: none;
}

.mob-location-section.desc {
  width: 100%;
}

.mob-location-section {
  display: none;
}

.mob-location-section .flex-wrap {
  align-items: center;
  justify-content: center;
}

.mob-location-section .img {
  margin-right: 15px;
  transition: 0.2s;
}

.mob-location-section .img:hover {
  opacity: 0.7;
}

.mob-loc-text {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
}

@media (max-width: 950px) {
  .mob-location-section {
    display: block;
  }
}

@media (max-width: 800px) {
  .mob-location-section.desc {
    display: none;
  }
}

.pricelist-section {
  position: relative;
  margin-bottom: 275px;
}

.pricelist-title {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 35px;
  padding-top: 19px;
}

.pricelist-btn {
  max-width: 250px;
  margin-left: 160px;
}

.pricelist-abs {
  position: absolute;
  left: 360px;
  bottom: -85px;
}

.pricelist-mob-img {
  display: none;
  margin-bottom: 24px;
}

.pricelist-mob-img img {
  display: inline-block;
}

@media (max-width: 1300px) {
  .pricelist-section {
    margin-bottom: 200px;
  }
}

@media (max-width: 992px) {
  .pricelist-section {
    margin-bottom: 100px;
  }

  .pricelist-btn {
    align-self: center;
  }
}

.hero-section {
  padding-top: 215px;
  position: relative;
}

.hero-abs-img {
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}

.hero-abs-img2 {
  position: absolute;
  right: 5px;
  top: 40px;
}

.hs2 .hero-abs-img {
  right: 20px;
  top: 130px;
  z-index: 2;
}

.hs2 .hero-abs-img2 {
  right: 270px;
  top: 45px;
}

.hs2.hs3 .hero-abs-img {
  right: -115px;
  top: 200px;
  z-index: 2;
}

.hs2.hs22 .hero-abs-img {
  right: -5px;
  top: 150px;
}

.hs2.hs3 .hero-abs-img2 {
  right: 250px;
  top: 65px;
}

.hero-big-text {
  max-width: 750px;
  font-weight: 900;
  color: #000000;
  opacity: 0.84;
  line-height: 1.2;
  font-size: 38px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.hero-big-text:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(img/circle1.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -64px;
  top: 50%;
  transform: translateY(-50%);
}

.hs2 .hero-big-text:before {
  background: url(img/oval5.png) no-repeat center;
  background-size: cover;
}

.hero-big-text:after {
  content: "";
  width: 2px;
  height: calc(50% + 30px);
  position: absolute;
  left: -45px;
  top: calc(50% + 64px);
  background-color: #a18e8f;
  transform: translateY(-50%);
}

.hs2 .hero-big-text:after {
  height: calc(50% + 100px);
  top: calc(50% + 81px);
}

.hs2.hs3 .hero-big-text:after {
  height: calc(50% + 80px);
  top: calc(50% + 83px);
}

.hero-big-text .red-text {
  font-size: 42px;
}

.hero-red-line {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ed1c24;
  position: relative;
}

.hs2 .hero-red-line {
  padding-top: 47px;
  padding-bottom: 47px;
}

.hero-red-line:before {
  content: "";
  background-color: #ed1c24;
  width: 1500px;
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  display: block;
}

.hero-red-line:after {
  content: "";
  background-color: #ed1c24;
  width: 1500px;
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  display: block;
}

.hero-small-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  max-width: 710px;
  line-height: 1.2;
}

.last-hero .hero-small-text {
  max-width: 810px;
}

.hs2 .hero-small-text {
  position: relative;
  line-height: 1.3;
}

.hs2 .hero-small-text + .hero-small-text {
  margin-top: 47px;
}

.hero-small-text:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(img/circle2.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
}

.hs2 .hero-small-text:before {
  left: -55px;
  top: 50%;
  z-index: 2;
}

.hero-small-text:after {
  content: "";
  width: 2px;
  height: calc(50% + 30px);
  position: absolute;
  left: -45px;
  bottom: 22px;
  background-color: #a18e8f;
  transform: translateY(-50%);
  z-index: 1;
}

.hs2 .hero-small-text:not(:last-child):after {
  height: calc(50% + 50px);
  left: -45px;
  top: calc(50% + 5px);
  transform: none;
}

.hero-mob-img2 {
  display: none;
  text-align: right;
}

.hero-mob-img2 img {
  display: inline-block;
}

.white-line {
  height: 35px;
  width: 100%;
  background: #fff;
}

.hero-end-section {
  margin-top: 10px !important;
  padding-top: 30px;
  padding-bottom: 35px;
}

.hero-end-section .container {
  display: flex;
  flex-direction: column;
}

.hero-end-text {
  color: #414141;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  font-size: 16px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 3px solid #ed1c24;
  padding: 22px;
  line-height: 1.2;
  text-align: center;
}

.hero-end-content {
  display: flex;
  align-items: center;
}

.hero-end-content .btn {
  max-width: 265px;
  height: min-content;
  margin-left: 30px;
  padding: 18px;
}

.mob-hero-img {
  display: none;
}

@media (max-width: 1775px) {
  .hero-abs-img,
  .hero-abs-img2 {
    right: -100px;
  }
}

@media (max-width: 1625px) {
  .hs2.hs3 .hero-abs-img {
    right: -215px;
  }

  .hs2.hs3 .hero-abs-img2 {
    right: 150px;
  }

  .hs2.hs22 .hero-abs-img {
    right: -120px;
  }

  .hero-abs-img,
  .hero-abs-img2 {
    right: -350px;
  }

  .hs2 .hero-abs-img {
    right: -120px;
  }

  .hs2 .hero-abs-img2 {
    right: 170px;
  }

  .hs2.hs3 .hero-abs-img {
    right: -315px;
  }

  .hs2.hs3 .hero-abs-img2 {
    right: 50px;
  }
}

@media (max-width: 1575px) {
  .hero-abs-img,
  .hero-abs-img2 {
    right: -200px;
  }
}

@media (max-width: 1425px) {
  .hero-big-text:before,
  .hero-big-text:after,
  .hero-small-text:before,
  .hero-small-text:after {
    display: none;
  }

  .hero-abs-img,
  .hero-abs-img2 {
    right: -350px;
  }

  .hs2 .hero-abs-img {
    right: -120px;
  }

  .hs2 .hero-abs-img2 {
    right: 170px;
  }

  .hs2.hs3 .hero-abs-img {
    right: -315px;
  }

  .hs2.hs3 .hero-abs-img2 {
    right: 50px;
  }
}

@media (max-width: 1300px) {
  .hs2 .hero-abs-img {
    right: -220px;
  }

  .hs2 .hero-abs-img2 {
    right: 70px;
  }

  .hs2.hs3 .hero-abs-img {
    right: -415px;
  }

  .hs2.hs3 .hero-abs-img2 {
    right: -50px;
  }

  .hs2.hs22 .hero-abs-img {
    right: -220px;
  }
}

@media (max-width: 1199px) {
  .hero-big-text {
    max-width: 550px;
  }

  .hero-small-text {
    max-width: 520px;
  }

  .hs2 .hero-small-text {
    max-width: 420px;
  }

  .hero-end-section {
    padding-top: 30px;
  }

  .hero-end-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-end-content .btn {
    margin-left: 0;
  }

  .hero-end-text {
    width: 550px;
    padding: 12px 25px;
    margin-bottom: 22px;
  }

  .hero-end-content .btn {
    max-width: 550px;
  }
}

@media (max-width: 992px) {
  .hero-section {
    padding-top: 35px;
  }

  .white-line {
    display: none;
  }

  .hero-abs-img,
  .hero-abs-img2 {
    display: none;
  }

  .pls1 .pricelist-title,
  .pls1 .pricelist-mob-img {
    display: none;
  }

  .pls1 .btn {
    margin-top: 30px;
  }

  .hero-mob-img2 {
    display: flex;
    justify-content: center;
    margin-top: -20px;
    position: relative;
    /* margin-right: -35px; */
  }

  .hero-mob-img2.mi3 {
    margin-top: -20px;
    z-index: 3;
    position: relative;
  }

  .hero-big-text {
    font-size: 30px;
    max-width: 100%;
    text-align: center;
    line-height: 1.1;
  }

  .hero-big-text .red-text {
    font-size: 34px;
  }

  .hero-small-text {
    max-width: 100%;
  }

  .hero-small-text:before {
    display: block;
    left: 18px;
    top: 38px;
  }

  .hs2 .hero-small-text:before {
    left: -38px;
    top: 12px;
  }

  .hs2 .hero-small-text {
    max-width: 100%;
  }

  .hero-red-line {
    padding: 30px 50px;
  }

  .hero-end-section {
    padding-top: 0;
    margin-top: -15px;
  }

  .mob-hero-img {
    display: block;
    text-align: center;
  }

  .mob-hero-img img {
    display: inline-block;
  }

  .hero-end-content {
    align-items: center;
    margin-top: -12px;
  }

  .pricelist-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .pricelist-title {
    text-align: center;
  }

  .pricelist-mob-img {
    display: block;
    text-align: center;
  }

  .pricelist-abs {
    display: none;
  }

  .pricelist-btn {
    margin-left: 0;
  }

  .hs2 .hero-small-text + .hero-small-text {
    margin-top: 22px;
  }

  .hs2 .hero-red-line {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media (max-width: 600px) {
  .hero-big-text {
    font-size: 26px;
  }

  .hero-small-text {
    font-size: 14px;
  }

  .hero-big-text .red-text {
    font-size: 28px;
  }

  .hero-end-text,
  .hero-end-content .btn {
    max-width: 265px;
  }
}

@media (max-width: 500px) {
  .mob-hero-img {
    margin-right: -70px;
  }
}

.cards-section {
  padding-top: 350px;
  padding-bottom: 350px;
}

.cs2 {
  padding-top: 180px;
  padding-bottom: 140px;
}

.cards-section .big-title {
  margin-bottom: 85px;
}

.cards-section .flex-wrap {
  margin: -55px -35px;
  flex-wrap: wrap;
}

.cs2 .cards-section .flex-wrap {
  margin: -55px -25px;
  flex-wrap: wrap;
}

.card-wrap {
  width: 33.333333%;
  padding: 55px 35px;
}

.cs2 .card-wrap {
  padding: 55px 25px;
}

.card {
  display: flex;
}

.card-img {
  width: 95px;
  text-align: center;
}

.card-img img {
  display: inline-block;
}

.card-info {
  flex: 1;
  margin-left: 12px;
  padding-top: 6px;
}

.card-title {
  opacity: 0.84;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 200px;
  line-height: 1.2;
}

.cs2 .card-title {
  max-width: 100%;
}

.card-text {
  opacity: 0.74;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.mob-card-title {
  display: none;
}

@media (max-width: 1500px) {
  .cards-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media (max-width: 1199px) {
  .cards-section {
    padding-top: 120px;
    /* padding-bottom: 120px; */
  }

  .cards-section .flex-wrap {
    margin: -45px -25px;
  }

  .card-wrap {
    padding: 45px 25px;
  }

  .cs2 .flex-wrap {
    margin: -25px -25px;
    padding: 0 !important;
  }

  .cs2 .card-wrap {
    padding: 25px 25px;
  }
}

@media (max-width: 1100px) {
  .card-wrap {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .cards-section {
    padding-top: 55px;
    padding-bottom: 65px;
  }

  .cs2 {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}

@media (max-width: 750px) {
  .card {
    display: flex;
    flex-direction: column;
  }

  .card-img {
    width: auto;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
  }

  .card-title {
    display: none;
  }

  .mob-card-title {
    display: block;
    opacity: 0.84;
    text-align: left;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    margin-left: 22px;
    max-width: 180px;
    line-height: 1.2;
    flex: 1;
  }

  .card-text {
    text-align: center;
  }

  .card-info {
    margin-left: 0;
  }
}

@media (max-width: 615px) {
  .card-wrap {
    width: 100%;
    padding: 35px 0;
  }

  .cards-section .flex-wrap {
    padding: 0 20px;
    margin: -35px 0px;
  }

  .card-text {
    font-size: 14px;
    line-height: 18px;
  }

  .card-title {
    font-size: 18px;
  }

  .cards-section .big-title {
    margin-bottom: 50px;
  }
}

.catalog-section {
  position: relative;
  padding-bottom: 125px;
}

.catalog-section .big-title {
  /* padding: 40px;
    padding-left: 30px;
    padding-right: 170px;
    position: relative;
    display: inline-block;
    width: auto;
    position: absolute;
    background: #fff;
    top: -129px; */
}

.catalog-section .big-title:before {
  /* content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 1500px;
    height: 100%;
    background: #fff; */
}

.tabs {
  width: 100%;
  padding-top: 75px;
}

.tabs-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.tabs-buttons li {
  padding: 20px 55px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  border-radius: 35px;
  border: 1px solid #ed1c24;
  color: #3e3e3e;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs-buttons li:not(.active):hover {
  color: #ed1c24;
}

.tabs-buttons li.active {
  background-color: #ed1c24;
  color: #fff;
}

.tabs-buttons li + li {
  margin-left: 35px;
}

.tabs-item {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}

.tabs-item.active {
  display: block;
}

.products {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}

.product-wrap {
  width: 33.3333%;
  padding: 25px;
}

.product {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  transition: 0.3s;
}

.product:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.21);
}

.product-img {
  position: relative;
}

.product-img-shadow {
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(188, 188, 188, 0) 69%,
    rgba(0, 0, 0, 0.35) 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.product-img-inner {
  padding-bottom: 70%;
}

.product-title {
  position: absolute;
  left: 35px;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  z-index: 2;
}

.product-info {
  padding: 35px;
  display: flex;
  flex-direction: column;
}

.product-line {
  display: flex;
  margin-bottom: 7px;
  align-items: center;
  flex-wrap: wrap;
}

.product-line-img {
  margin-right: 5px;
}

.product-line-word {
  color: #292929;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.product-line-val {
  color: #292929;
  font-size: 16px;
  font-weight: 700;
  margin-left: 4px;
  line-height: 25px;
}

.product-text {
  color: #b0b4b8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 42px;
}

.product-btn {
  margin-top: auto;
}

.oval-btn {
  padding-left: 35px;
  opacity: 0.9;
  color: #292929;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.32px;
  position: relative;
  transition: 0.2s;
}

.oval-btn:hover {
  color: #fff;
}

.oval-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 51px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.59);
  border-radius: 28px;
  background-color: #6c6c6c;
  opacity: 0.6;
  z-index: -1;
  transition: 0.3s;
}

.oval-btn:hover:before {
  width: 215px;
}

@media (max-width: 1199px) {
  .tabs-buttons li {
    padding: 20px 45px;
  }

  .tabs-buttons li + li {
    margin-left: 25px;
  }

  .product-info {
    padding: 35px 25px;
  }

  .products {
    margin: 0 -15px;
  }

  .product-wrap {
    padding: 15px;
  }

  .catalog-section .container {
    padding: 0 25px;
  }
}

@media (max-width: 1100px) {
  .product-wrap {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .catalog-section .big-title {
    position: static;
    padding: 0;
    text-align: center;
    width: 100%;
    margin-top: 60px;
  }

  .tabs-buttons li {
    padding: 15px 45px;
    font-size: 16px;
  }

  .tabs-buttons li + li {
    margin-left: 20px;
  }
}

@media (max-width: 850px) {
  .tabs-buttons li {
    width: calc(50% - 8px);
    margin-bottom: 16px;
    text-align: center;
    margin-left: 0;
  }

  .tabs-buttons li:nth-child(1),
  .tabs-buttons li:nth-child(3) {
    margin-right: 8px;
  }

  .tabs-buttons li:nth-child(2),
  .tabs-buttons li:nth-child(4) {
    margin-left: 8px;
  }

  .tabs-buttons li + li {
    margin-left: 0;
  }

  .tabs-buttons {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

@media (max-width: 750px) {
  .product-wrap {
    width: 100%;
    max-width: 450px;
  }

  .catalog-section {
    padding-bottom: 80px;
  }

  .products {
    justify-content: center;
  }

  .tabs-buttons li {
    padding: 15px 10px;
  }
}

@media (max-width: 400px) {
  .catalog-section .container {
    padding: 0 15px;
  }

  .product-info {
    padding: 30px 18px;
  }
}

.red-section {
}

.red-section .container {
  background-color: #ed1c24;
  padding-top: 20px;
  padding-bottom: 30px;
}

.red-down .container {
  padding-bottom: 40px;
}

.red-section.right-red .container {
  padding-top: 40px;
  padding-left: 340px;
  padding-bottom: 5px;
}

.red-section.left-red .container:before {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  width: 1500px;
  height: 100%;
  top: 0;
  background-color: #ed1c24;
}

.red-section.left-red .container:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 100%;
  top: 0;
  background-color: #fff;
}

.red-section.right-red .container:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  width: 1500px;
  height: 100%;
  top: 0;
  background-color: #ed1c24;
}

.red-section.right-red .container:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  top: 0;
  background-color: #fff;
}

.red-section-title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.48px;
  max-width: 790px;
  margin-bottom: 13px;
  line-height: 1.2;
}

.red-stuff .red-section-title {
  max-width: 810px;
}

.red-down .red-section-title {
  max-width: 670px;
}

.red-section-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  max-width: 490px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.red-stuff .red-section-text {
  max-width: 610px;
}

.red-down .red-section-text {
  margin-bottom: 35px;
}

.red-section.right-red .red-section-text {
  margin-bottom: 35px;
}

.red-section-bottom {
  display: flex;
  justify-content: space-between;
  max-width: 730px;
  align-items: center;
}

.red-section-bottom form {
  display: flex;
  z-index: 2;
  padding-bottom: 35px;
  width: 100%;
}

.red-section-bottom form .simple-input {
  margin-right: 50px;
}

.red-section-bottom form > * {
  max-width: 250px;
  width: 100%;
}

.red-section-bottom.with-form {
  max-width: 100% !important;
}

.red-section.right-red .red-section-bottom {
  align-items: flex-start;
  max-width: 480px;
}

.red-section-oval-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  padding-left: 40px;
  margin-left: 50px;
  position: relative;
  z-index: 1;
}

.red-section-oval-btn:before {
  content: "";
  width: 80px;
  height: 56px;
  box-shadow: 0 0 6px #ed1c24;
  border-radius: 28px;
  background-color: #3b3b3b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.3s;
}

.red-section.right-red .red-section-oval-btn {
  margin-left: 0;
  margin-top: 10px;
}

.red-section-soc {
  display: flex;
  z-index: 1;
}

.red-section-soc a {
  transition: 0.2s;
}

.red-section-soc a:hover {
  opacity: 0.7;
}

.red-section-soc li + li {
  margin-left: 20px;
}

.red-section.right-red .red-section-soc li:first-child {
  display: none;
}

.red-section-oval-btn:hover:before {
  width: 190px;
}

.red-section.right-red .red-section-oval-btn:hover:before,
.red-down .red-section-oval-btn:hover:before {
  width: 250px;
}

.red-section-abs11 {
  position: absolute;
  left: -67px;
  top: 57px;
}

.red-section-abs12 {
  position: absolute;
  left: 43%;
  transform: translateX(-50%);
  bottom: 66px;
}

.red-section-abs13 {
  position: absolute;
  right: 300px;
  top: 25px;
}

.red-section-abs14 {
  position: absolute;
  top: 60%;
  transform: translateY(-50%) rotate(-55deg) scaleX(-1);
  right: -110px;
  z-index: 2;
}

.red-section-abs15 {
  position: absolute;
  display: none;
}

.red-section-abs16 {
  position: absolute;
  left: 9px;
  top: 95px;
  display: none;
}

.red-section.right-red .red-section-abs16 {
  top: 95px;
  left: 15px;
}

.red-section-abs17 {
  position: absolute;
  right: 10px;
  bottom: 140px;
  display: none;
}

.red-section-abs21 {
  position: absolute;
  left: -180px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.red-stuff .red-section-abs21 {
  left: -200px;
}

.red-section-abs22 {
  position: absolute;
  left: 400px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.red-section-abs23 {
  position: absolute;
  right: 70px;
  top: 15px;
}

.red-down .red-section-abs22 {
  left: 60px;
}

.red-down .red-section-abs23 {
  right: 410px;
}

.red-section-abs31 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.red-section-abs32 {
  position: absolute;
  right: -35px;
  bottom: -35px;
  z-index: 2;
}

.red-section-abs-mob2 {
  position: absolute;
  right: -50px;
  bottom: -45px;
  display: none;
}

@media (max-width: 1199px) {
  .red-section.left-red .container:after {
    display: none;
  }

  .red-section.right-red .container:after {
    display: none;
  }

  .red-section-abs11,
  .red-section-abs12,
  .red-section-abs13 {
    display: none;
  }

  .red-section-abs14 {
    right: -130px;
  }

  .red-section-abs31 {
    right: -100px;
  }
}

@media (max-width: 1050px) {
  .red-section-title {
    max-width: 550px;
  }

  .red-section-text {
    max-width: 500px;
  }

  .red-section-bottom {
    max-width: 500px;
  }

  .red-section-oval-btn {
    margin-left: 0;
  }

  .red-section-abs14 {
    right: -150px;
  }
}

@media (max-width: 992px) {
  .red-section-abs21 {
    left: -260px;
  }

  .red-section.right-red .container {
    padding-left: 220px;
  }

  .red-stuff .red-section-abs21 {
    display: none;
  }

  .red-stuff .container {
    padding-left: 25px !important;
  }

  .red-section-abs31 {
    display: none;
  }

  .red-section-abs32 {
    display: none;
  }
}

@media (max-width: 875px) {
  .red-section-abs23 {
    display: none;
  }

  .red-section-abs21 {
    display: none;
  }

  .red-section.right-red .container {
    padding-left: 30px;
  }
}

@media (max-width: 768px) {
  .red-section-title {
    max-width: 100%;
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
  }

  .red-section-text {
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 35px;
  }

  .red-section-soc {
    flex-direction: column;
    order: -1;
  }

  .red-section-soc li + li {
    margin-left: 0;
    margin-top: 20px;
  }

  .red-section.right-red .red-section-soc {
    padding-top: 70px;
    margin-left: -20px;
  }

  .red-section.right-red .red-section-soc li:first-child {
    display: block;
  }

  .red-section-bottom {
    max-width: calc(50% + 60px);
  }

  .red-section.left-red .red-section-bottom,
  .red-section.right-red .red-section-bottom {
    max-width: calc(50% + 80px);
    align-items: flex-start !important;
  }

  .red-section-oval-btn {
    margin-top: 20px;
  }

  .red-section .container {
    padding-bottom: 10px;
  }

  .red-stuff form {
    flex-direction: column;
    align-items: center;
  }

  .red-stuff .simple-input {
    margin-right: 0 !important;
    margin-bottom: 22px;
  }

  .red-down .red-section-bottom {
    justify-content: center;
    max-width: 100% !important;
    padding-bottom: 50px;
  }

  .red-section-abs14 {
    display: none;
  }

  .red-section-abs15 {
    display: block;
    bottom: -170px;
    right: -150px;
    z-index: 2;
    transform: translateY(-50%) rotate(-25deg) scaleX(-1);
  }

  .red-section-abs16,
  .red-section-abs17 {
    display: block;
  }

  .red-section-abs22 {
    display: none;
  }

  .red-section-abs-mob2 {
    display: block;
  }

  .red-stuff .red-section-abs16 {
    left: 17px !important;
    bottom: 4px !important;
    top: auto !important;
  }

  .red-stuff .red-section-abs17 {
    right: 13px !important;
    bottom: -8px !important;
    top: auto !important;
  }

  .red-down .red-section-abs16 {
    left: 17px !important;
    bottom: 34px !important;
    top: auto !important;
  }

  .red-down .red-section-abs17 {
    right: 13px !important;
    bottom: 10px !important;
    top: auto !important;
  }
}

@media (max-width: 475px) {
  .red-section-abs15 {
    right: none;
    left: 100px;
    bottom: -155px;
  }

  .red-section-bottom {
    max-width: 100%;
  }

  .red-section-abs17 {
    bottom: 110px;
  }
}

@media (max-width: 425px) {
  .red-section.right-red .red-section-bottom {
    max-width: calc(50% + 100px);
    align-items: flex-start;
  }

  .red-section.right-red .red-section-oval-btn {
    margin-left: -60px;
  }

  .red-section-abs-mob2 {
    right: none;
    bottom: -45px;
    left: 70px;
  }
}

@media (max-width: 400px) {
  .red-section.right-red .red-section-soc {
    margin-left: 0;
  }
}

.about-section {
  margin-top: 320px;
  padding-bottom: 110px;
  position: relative;
}

.about-section-abs1 {
  position: absolute;
  top: -100px;
  right: -40px;
  z-index: 3;
}

.about-section-abs2 {
  position: absolute;
  top: -88px;
  right: -133px;
  z-index: 1;
}

.about-section-abs3 {
  position: absolute;
  top: 60px;
  right: 650px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-section .mob-img {
  display: none;
  max-width: 500px;
  padding: 0 40px;
}

.about-title {
  opacity: 0.84;
  color: #000000;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 1.14px;
  line-height: 1.2;
  margin-bottom: 36px;
  max-width: 700px;
}

.about-text {
  opacity: 0.67;
  color: #000000;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.44px;
  max-width: 550px;
  line-height: 1.2;
  margin-bottom: 80px;
}

.about-oval-btn {
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  padding-left: 50px;
  margin-left: 100px;
  position: relative;
  z-index: 1;
}

.about-oval-btn:before {
  content: "";
  width: 102px;
  height: 70px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.28);
  border-radius: 35px;
  background-color: #e8ecf0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  transition: 0.3s;
}

.about-oval-btn:hover:before {
  width: 335px;
}

.asa-top {
  display: inline-block;
}

.asa-top-title {
  opacity: 0.84;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.asa-top-price {
  opacity: 0.84;
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 7px;
}

.asa-top-small {
  opacity: 0.65;
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 9px;
}

.asa-bottom {
  padding: 40px 70px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
  border: 3px solid #e51b23;
  background-color: #f8f8fa;
}

.asa-bottom-title {
  opacity: 0.84;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.asa-bottom-price {
  opacity: 0.84;
  color: #000000;
  font-size: 47px;
  font-weight: 600;
}

.asa-bottom-small {
  opacity: 0.65;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.about-section-prices {
  display: none;
}

@media (max-width: 1920px) {
  /* .about-section-abs1 {
        right: -125px;
    } */

  .about-section-abs2 {
    right: -233px;
  }

  .about-section-abs3 {
    right: 550px;
  }
}

@media (max-width: 1700px) {
  .about-section-abs1 {
    right: -145px;
  }

  .about-section-abs2 {
    right: -333px;
  }

  .about-section-abs3 {
    right: 450px;
  }
}

@media (max-width: 1500px) {
  .about-section-abs1 {
    right: -225px;
  }

  .about-section-abs2 {
    right: -433px;
  }

  .about-section-abs3 {
    right: 350px;
  }

  .about-section {
    margin-top: 250px;
  }
}

@media (max-width: 1320px) {
  .about-section {
    margin-top: 200px;
  }

  .about-section-abs1 {
    right: -375px;
  }

  .about-section-abs2 {
    right: -583px;
  }

  .about-section-abs3 {
    right: 200px;
  }
}

@media (max-width: 1199px) {
  .about-section {
    margin-top: 150px;
  }

  .about-title {
    max-width: 500px;
    font-size: 30px;
  }

  .about-text {
    max-width: 400px;
    font-size: 16px;
  }

  .about-oval-btn {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .about-section {
    margin-top: 120px;
  }

  .about-section-abs1 {
    right: -505px;
  }

  .about-section-abs2 {
    right: -683px;
  }

  .about-section-abs3 {
    right: 100px;
  }
}

@media (max-width: 850px) {
  .about-section-abs3,
  .about-section-abs1,
  .about-section-abs2 {
    display: none;
  }

  .about-section .mob-img {
    display: block;
    margin-bottom: 25px;
    margin-right: -10px;
    margin-left: -25px;
  }

  .about-section-prices {
    display: flex;
    margin-bottom: 70px;
    align-items: center;
  }

  .about-section-prices .asa-bottom {
    margin-right: 25px;
  }

  .about-title {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .about-text {
    max-width: 90%;
    text-align: center;
    margin-bottom: 30px;
  }

  .about-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .about-title {
    font-size: 22px;
  }

  .about-text {
    font-size: 14px;
  }

  .about-section-prices .asa-bottom {
    padding: 20px;
    text-align: center;
  }

  .about-section-prices .asa-bottom-title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .about-section-prices .asa-bottom-price {
    font-size: 26px;
    margin-bottom: 3px;
  }

  .about-section-prices .asa-bottom-small {
    font-size: 14px;
  }

  .about-section-prices .asa-top-title {
    font-size: 12px;
    margin-bottom: 13px;
  }

  .about-section-prices .asa-top-price {
    font-size: 21px;
    margin-bottom: 5px;
  }

  .about-section-prices .asa-top-small {
    font-size: 12px;
    margin-bottom: 0;
  }

  .about-oval-btn {
    margin-left: -50px;
  }
}

@media (max-width: 400px) {
  .about-oval-btn {
    padding-left: 20px;
    margin-left: -20px;
  }

  .about-oval-btn:before {
    width: 80px;
  }

  .about-oval-btn:hover:before {
    width: 275px;
  }
}

.earlier-section {
  padding-top: 300px;
}

.gray-bg-cropped1 .container:after {
  content: "";
  width: 3200px;
  height: 100px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -1000px;
  z-index: 0;
}

.gray-bg-cropped1 {
  margin-bottom: 200px;
}

.earlier-section .big-title {
  padding-bottom: 70px;
  padding-left: 30px;
}

.earlier-section .products {
  z-index: 1;
  position: relative;
}

@media (max-width: 1199px) {
  .earlier-section .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1100px) {
  .earlier-section .big-title {
    padding-left: 0;
    padding-bottom: 40px;
  }
}

@media (max-width: 850px) {
  .earlier-section {
    padding-top: 0px;
  }

  .gray-bg.gray-bg-cropped1 {
    background: #fff;
  }

  .gray-bg-cropped1 {
    margin-bottom: 65px;
  }
}

@media (max-width: 750px) {
  .earlier-section .big-title {
    text-align: center;
  }
}

@media (max-width: 400px) {
  .earlier-section .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.steps-section {
  padding-top: 200px;
}

.steps-section .big-title {
  margin-bottom: 70px;
  max-width: 825px;
}

.step {
  display: flex;
  align-items: flex-start;
}

.step-number {
  display: flex;
  align-items: center;
  margin-right: 70px;
}

.step-number-val {
  opacity: 0.84;
  color: #000000;
  font-size: 47px;
  font-weight: 600;
  margin-right: 25px;
}

.step-number-oval {
  z-index: 2;
}

.step:not(:first-child) .step-number-val {
  opacity: 0.58;
}

.step-info {
  flex: 1;
  padding-top: 13px;
  padding-bottom: 22px;
  position: relative;
}

.step-info:after {
  content: "";
  position: absolute;
  top: 33px;
  left: -90px;
  width: 1px;
  height: calc(100% - 18px);
  display: block;
  background: #707070;
}

.step:last-child .step-info:after {
  display: none;
}

.step-title {
  opacity: 0.84;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.step-text {
  opacity: 0.74;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.24px;
  line-height: 25px;
  max-width: 975px;
}

@media (max-width: 1199px) {
  .steps-section .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 992px) {
  .steps-section {
    padding-top: 100px;
  }
}

@media (max-width: 600px) {
  .steps-section {
    padding-top: 85px;
  }

  .steps-section .big-title {
    text-align: center;
  }

  .step-info:after {
    display: none;
  }

  .step-number-oval {
    display: none;
  }

  .step-number {
    margin-right: 0;
  }

  .step-title {
    font-size: 16px;
  }

  .step-text {
    font-size: 14px;
    line-height: 20px;
  }

  .step-info {
    padding-top: 0;
    padding-bottom: 55px;
  }

  .step-number-val {
    opacity: 0.58;
  }
}

.info-section {
  padding-top: 120px;
  padding-bottom: 75px;
}

.info-content {
  display: flex;
}

.info-cards {
  width: calc(66.6666666% + 70px);
  display: flex;
  flex-wrap: wrap;
  margin: -30px -35px;
  padding-right: 60px;
}

.info-card-wrap {
  width: 50%;
  padding: 30px 35px;
}

.info-card {
  display: flex;
}

.info-card-img {
  width: 100px;
  text-align: center;
}

.info-card-img img {
  display: inline-block;
}

.info-card-value {
  opacity: 0.74;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  flex: 1;
}

.info-text {
  width: 33.333333333%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 35px;
  padding-bottom: 60px;
}

.info-text-title {
  opacity: 0.91;
  color: #000000;
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 30px;
  text-align: center;
}

.info-text-value {
  opacity: 0.7;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .info-cards {
    margin: -30px -20px;
    padding-right: 40px;
  }

  .info-card-wrap {
    padding: 30px 20px;
  }

  .info-section .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 992px) {
  .info-content {
    flex-direction: column;
  }

  .info-cards {
    order: 3;
    width: calc(100% + 40px);
    padding-right: 0;
    margin: -30px -20px;
  }

  .info-card-wrap {
    padding: 30px 20px;
  }

  .info-text {
    width: 100%;
    margin-bottom: 60px;
  }

  .info-section {
    padding-top: 100px;
  }
}

@media (max-width: 675px) {
  .info-card-wrap {
    width: 100%;
    max-width: 420px;
  }

  .info-text-title {
    font-size: 24px;
  }

  .info-cards {
    justify-content: center;
  }

  .info-cards {
    margin: -35px -20px;
  }

  .info-card-wrap {
    padding: 35px 20px;
  }

  .info-text-value {
    text-align: center;
  }
}

@media (max-width: 450px) {
  .info-card-wrap {
    max-width: 320px;
  }
}

.slider-section {
  padding-top: 100px;
  position: relative;
}

.slider-section .container:after {
  content: "";
  width: 3200px;
  height: 40px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: -1000px;
  z-index: 0;
}

.slider-section a {
  border-radius: 5px !important;
}

.with-offset .slider-section .container:after {
  display: none;
}

.swiper-wrap {
  position: relative;
  padding: 0 40px;
}

.swiper-slide-inner {
  width: 100%;
  padding-bottom: 60%;
}

.swiper-container {
  padding-bottom: 40px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  height: 20px;
  width: 12px;
  background: url(img/my-arr-l.svg) no-repeat center;
}

.swiper-button-next {
  transform: rotate(180deg);
  right: -8px !important;
}

.swiper-button-prev {
  left: -8px !important;
}

.swiper-pagination-bullet {
  width: 19px !important;
  height: 19px !important;
  border: 2px solid #ed1c24;
  background: none !important;
  margin: 0 4.5px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #ed1c24 !important;
}

.slider2-section {
  padding-bottom: 200px;
  padding-top: 200px;
}

.slider2-section .container {
  max-width: 1500px;
}

.slider2-section .swiper-wrap {
  padding: 0 100px;
}

.slider2-section .swiper-container {
  padding-bottom: 80px;
}

.slider2-section .swiper-button-prev,
.slider2-section .swiper-button-next {
  height: 80px;
  width: 60px;
  background: url(img/arr-l2.svg) no-repeat center;
  background-size: contain;
}

.slider2-section .big-title {
  margin-bottom: 125px;
  margin-left: 108px;
}

.slide-wrap {
  display: flex;
  align-items: center;
}

.slide-img {
  width: 55%;
  margin-right: 55px;
  border-radius: 5px !important;
  overflow: hidden;
}

.slide-img.vid {
  position: relative;
  cursor: pointer;
}

.slide-img.vid:hover:after {
  width: 75px;
  height: 75px;
}

.slide-img.vid:after {
  content: "";
  width: 60px;
  height: 60px;
  display: block;
  background: url(img/paly.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
}

.slide-img img {
  width: 100%;
  object-fit: cover;
}

.slide-info {
  flex: 1;
}

.slide-title {
  opacity: 0.84;
  color: #000000;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 43px;
}

.slide-text {
  opacity: 0.8;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.no-bott-padding {
  padding-bottom: 0 !important;
}

@media (max-width: 1400px) {
  .slider-section {
    padding-top: 75px;
  }
}

@media (max-width: 1199px) {
  .slider-section {
    padding-top: 45px;
  }

  .slider2-section {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .no-bott-padding {
    padding-bottom: 0;
  }

  .slider2-section .big-title {
    margin-bottom: 60px;
    margin-left: 70px;
  }

  .slide-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .slider2-section .swiper-wrap {
    padding: 0 70px;
  }

  .slide-img {
    margin-right: 30px;
  }
}

@media (max-width: 992px) {
  .slider-section {
    padding-top: 15px;
  }

  .slider2-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .slider2-section .big-title {
    text-align: center;
  }

  .slide-img {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
  }

  .sw2.swiper-wrap {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: calc(100% + 40px) !important;
  }

  .slider2-section .big-title {
    margin-left: 0;
  }

  .slider2-section .swiper-wrap {
    padding: 0 0px;
  }

  .slider2-section .swiper-container {
    padding-bottom: 60px;
  }

  .slider2-section .swiper-button-prev,
  .slider2-section .swiper-button-next {
    display: none;
  }

  .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
  }
}

@media (max-width: 875px) {
  .slide-wrap {
    flex-direction: column;
  }

  .slide-info {
    text-align: center;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media (max-width: 500px) {
  .swiper-wrap {
    padding: 0 25px;
  }

  .swiper-button-next {
    right: -10px !important;
  }

  .swiper-button-prev {
    left: -10px !important;
  }
}

.big-blocks-section {
  padding-top: 120px;
  padding-bottom: 145px;
  position: relative;
}

.big-block-items {
  display: flex;
  justify-content: center;
}

.big-block-items .big-block + .big-block {
  margin-left: 60px;
}

.big-blocks-section .big-title {
  padding-bottom: 45px;
  padding-left: 100px;
}

.big-block {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  border: 3px solid #ed1c24;
  background-color: #ffffff;
  padding: 40px;
  position: relative;
  width: 33.333333%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.big-block + .big-block {
  /* margin-top: 100px; */
}

.big-block-info {
  max-width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.big-block-title {
  opacity: 0.84;
  color: #000000;
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 25px;
}

.big-block-text {
  opacity: 0.8;
  color: #000000;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.big-block-img {
  margin-bottom: 15px;
  margin-top: auto;
  margin-right: -90px;
}

.big-block:first-child .big-block-img {
  margin-right: -120px;
}

.big-block:first-child .big-block-img img {
  min-width: 400px;
  object-fit: contain;
}

.big-block .big-block-img img {
  max-height: 230px;
}

.big-block-btn {
  max-width: 250px;
}

.big-block-abs {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.bbs2 .big-block-abs {
  right: -55px;
}

.bbs2:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: #f8f8fa;
  z-index: -1;
}

.big-block:nth-child(3) .big-block-abs {
  right: -55px;
}

.bbs2.bbs3 .big-block:nth-child(2) .big-block-abs {
  right: 0px;
}

.det-img {
  margin-right: -10px;
}

@media (max-width: 1350px) {
  .big-block:nth-child(2) .big-block-abs {
    right: -125px;
  }

  .big-block:nth-child(3) .big-block-abs {
    right: -285px;
  }

  .bbs2 .big-block-abs {
    right: -285px !important;
  }

  .bbs2.bbs3 .big-block:nth-child(2) .big-block-abs {
    right: -150px !important;
  }
}

@media (max-width: 1199px) {
  .big-blocks-section .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .big-block {
    padding: 30px 20px;
  }

  .big-blocks-section {
    padding-top: 125px;
  }

  .big-block-items .big-block + .big-block {
    margin-left: 20px;
  }
}

@media (max-width: 1100px) {
  .big-block:nth-child(2) .big-block-abs {
    right: -125px;
  }

  .big-block:nth-child(3) .big-block-abs {
    right: -285px;
  }

  /* .big-block {
        padding: 40px 50px;
    } */

  .big-block-info {
    max-width: 450px;
  }

  /* .big-block-title {
        padding-left: 124px;
    } */
}

@media (max-width: 992px) {
  .big-blocks-section {
    padding-top: 75px;
    padding-bottom: 100px;
  }

  .big-blocks-section .big-title {
    padding-left: 0;
    padding-bottom: 30px;
  }

  .big-block-items {
    flex-wrap: wrap;
  }

  .big-blocks-section .big-block {
    width: 100%;
  }

  .big-blocks-section .big-block .big-block-img {
    margin-right: 0;
  }

  .big-blocks-section .big-block:first-child .big-block-img img {
    min-width: unset !important;
  }

  .big-blocks-section .big-block + .big-block {
    margin-left: 0;
    margin-top: 30px;
  }

  /* .big-block {
        padding: 40px 20px;
        padding-bottom: 250px;
    } */

  .big-block-info {
    max-width: 100%;
    text-align: center;
  }

  .big-block-title {
    text-align: center;
    padding-left: 0;
    width: 100%;
  }

  .big-block:nth-child(2) .big-block-abs {
    right: -30px;
    top: auto;
    transform: none;
    bottom: -80px;
    width: 400px;
  }

  .big-block:nth-child(3) .big-block-abs {
    right: -100px;
    top: auto;
    transform: none;
    bottom: -50px;
    width: 520px;
  }

  .bbs2 .big-block:nth-child(2) .big-block-abs {
    right: -120px !important;
    width: 520px;
  }

  .bbs2 .big-block:nth-child(3) .big-block-abs {
    right: -100px !important;
    width: 450px;
    bottom: -75px;
  }

  .bbs2.bbs3 .big-block:nth-child(2) .big-block-abs {
    right: -110px !important;
    width: 420px;
    bottom: -90px;
  }
}

@media (max-width: 600px) {
  .big-block-title {
    font-size: 22px;
    margin-bottom: 34px;
  }

  .big-block-text {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .big-blocks-section .big-title {
    padding-bottom: 20px;
  }
}

@media (max-width: 440px) {
  .big-block:nth-child(2) .big-block-abs {
    right: -130px;
  }

  .big-block:nth-child(3) .big-block-abs {
    right: -250px;
  }

  .bbs2 .big-block:nth-child(2) .big-block-abs {
    right: -250px !important;
  }

  .bbs2 .big-block:nth-child(3) .big-block-abs {
    right: -200px !important;
  }

  .bbs2.bbs3 .big-block:nth-child(2) .big-block-abs {
    right: -175px !important;
    width: 420px;
    bottom: -90px;
  }

  .big-block-text {
    line-height: 1.15;
  }
}

.map-section {
  position: relative;
}

.map-section .container {
  display: flex;
  justify-content: flex-end;
  padding-top: 75px;
  padding-bottom: 15px;
  position: static;
}

.map-bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: url(img/map-img.png) no-repeat center;
    background-size: cover; */
}

.map-info {
  padding: 27px 100px;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  display: inline-block;
  background: #fff;
  z-index: 2;
}

.map-title {
  opacity: 0.84;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}

.map-line {
  display: flex;
}

.map-line + .map-line {
  margin-top: 15px;
}

.map-line:last-child {
  margin-top: 30px;
}

.map-img {
  width: 35px;
  text-align: center;
}

.map-img img {
  display: inline-block;
}

.map-text {
  flex: 1;
  opacity: 0.74;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-left: 20px;
}

.map-inner {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .map-info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px 25px;
    top: calc(100% - 80px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    max-width: 350px;
    width: 100%;
  }

  .map-section {
    padding: 0;
    margin-bottom: 300px;
  }

  .map-inner {
    padding-bottom: 50%;
  }
}

@media (max-width: 600px) {
  .map-info {
    top: calc(100% - 50px);
  }

  .map-info .container {
    padding: 30px 18px;
  }
}

@media (max-width: 360px) {
  .map-info {
    border-radius: 0;
  }
}

.brands-section {
  background-color: #7c7c7c;
  padding: 25px 0;
}

.brands-section .container {
  padding: 0 30px !important;
}

.brands {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -25px;
}

.brand-item {
  padding: 0 20px;
}

@media (max-width: 992px) {
  .brand-item:nth-child(7),
  .brand-item:nth-child(6) {
    display: none;
  }
}

@media (max-width: 768px) {
  .brand-item:nth-child(5),
  .brand-item:nth-child(4) {
    display: none;
  }

  .brands-section {
    padding: 45px 0;
  }
}

@media (max-width: 450px) {
  .brand-item:nth-child(3) {
    display: none;
  }
}

.service-section {
  padding-bottom: 170px;
}

.service-section .big-title {
  text-align: right;
  margin-bottom: 65px;
}

.service-wrap {
  display: flex;
  align-items: center;
}

.service-info {
  max-width: 450px;
}

.service-img {
  margin-left: 70px;
  max-width: 400px;
  width: 100%;
}

.service-title {
  color: #000000;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 36px;
}

.service-text {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 1.3;
}

.service-btn {
  max-width: 250px;
  margin-left: 30px;
}

.service-section .swiper-wrap {
  position: relative;
  padding: 0;
}

.service-section .swiper-container {
  padding-bottom: 20px;
}

.service-section .swiper-button-prev:after,
.service-section .swiper-button-next:after {
  display: none;
}

.service-section .swiper-button-prev,
.service-section .swiper-button-next {
  position: static;
  height: 15px;
  width: 10px;
  margin-top: 0;
  background: url(img/my-arr-l.svg) no-repeat center;
  /* filter:invert(100%); */
}

.service-section .swiper-button-next {
  transform: rotate(180deg);
  right: 0;
}

.service-section .swiper-button-prev {
  left: 0;
}

.service-section .swiper-pagination.pag-out {
  position: static;
  display: flex;
  /* padding: 0 25px; */
}

.service-section .swiper-pagination-bullet {
  width: 40px !important;
  height: 40px !important;
  background: #fff;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin: 0 7px !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-section .swiper-pagination-bullet-active {
  background-color: #ed1c24;
  color: #fff;
}

.service-section .nav-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  padding-left: 22px;
}

.nav-box.nb2 {
  display: none;
}

.service-tabs {
  width: 100%;
  display: block;
}

.service-tabs:after {
  content: "";
  display: block;
  clear: both;
}

.service-tabs-buttons {
  width: 270px;
  float: left;
  padding-right: 20px;
  margin-top: -25px;
  z-index: 10000;
}

.service-tabs-buttons.mob {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.3);
}

.service-tabs-buttons.mob li {
  padding: 10px 15px;
  font-size: 16px;
}

.service-tabs-buttons li {
  padding: 20px 25px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  display: block;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.service-tabs-buttons li.active {
  color: #fff;
  position: relative;
  background-color: #3b3b3b;
}

.service-tabs-buttons li:after {
  opacity: 0;
  content: "";
  width: 80px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: #3b3b3b;
  display: block;
  transition: 0.3s;
}

.service-tabs-buttons li.active:after {
  opacity: 1;
}

.service-tabs-buttons li + li {
}

.service-tabs-items {
  width: calc(100% - 270px);
  float: left;
}

.service-tabs-item {
  height: 100%;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 5px solid #ed1c24;
  background-color: #ffffff;
  padding: 80px 80px;
  padding-bottom: 30px;
  padding-left: 70px;
  visibility: hidden;
}

.service-tabs-item.active {
  display: block !important;
}

.service-img-mob {
  display: none;
}

.nested {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  display: none;
}

.nested.n2 {
  display: block;
}

.nested-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  width: calc(100% - 20px);
  background-color: #3b3b3b;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.2s;
}

.nested-btn:after {
  content: "";
  display: block;
  width: 19px;
  height: 14px;
  background: url(img/red-arr.png) no-repeat center;
  background-size: cover;
  margin-left: 8px;
}

.nested-btn:hover {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
}

.nested-btn img {
  margin-left: 8px;
}

.nested > *:nth-child(2) {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.service-tabs-buttons {
  background: #fff;
}

@media (max-width: 1300px) {
  .service-section {
    padding-bottom: 100px;
  }

  .service-tabs-item {
    padding: 50px 70px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .service-tabs-buttons li {
    font-size: 18px;
  }

  .service-tabs-buttons {
    max-width: 240px;
  }

  .service-tabs-items {
    width: calc(100% - 240px);
  }

  .service-tabs-item {
    padding: 50px;
  }

  .service-tabs-buttons li:after {
    width: 60px;
  }
}

@media (max-width: 992px) {
  .service-section .swiper-pagination-bullet {
    width: 25px !important;
    height: 25px !important;
    font-size: 16px;
    font-weight: 700;
    margin: 0 5px !important;
  }

  .service-section .big-title {
    text-align: center;
    margin-bottom: 50px;
  }

  .service-img-mob {
    display: block;
    margin-bottom: 70px;
  }

  .service-img {
    display: none;
  }

  .service-title {
    text-align: center;
  }

  .service-text {
    margin-bottom: 55px;
  }

  .service-info {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .service-tabs-item {
    padding: 50px 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .service-tabs-buttons li {
    font-size: 18px;
  }

  .service-section {
    padding-top: 30px;
    background-color: #f8f8fa;
  }

  .service-tabs-buttons.mob {
    padding-right: 0;
    margin-top: 0;
    max-width: 300px;
  }

  .service-tabs-buttons.desk {
    display: none;
  }

  .service-tabs-items {
    width: 100%;
  }

  .service-tabs-buttons li:after {
    display: none;
  }

  .nav-box.nb2 {
    display: flex;
    justify-content: center;
    padding-top: 35px;
    width: 100%;
    padding-left: 0;
  }

  .nav-box.nb1 {
    display: none;
  }

  .nested {
    display: flex;
  }
}

.footer-section {
  padding: 20px;
  background-color: #ec333a;
}

.footer-section .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copy {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
  line-height: 30px;
}

.footer-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 30px;
  text-transform: uppercase;
}

.footer-text {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
  line-height: 30px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .footer-title,
  .footer-text {
    display: none;
  }

  .footer-section .flex-wrap {
    justify-content: center;
  }
}

.popup {
  display: none;
  overflow: visible;
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  background: none;
  width: 85%;
}

.popup.wider {
  width: 1500px;
}

.popup-left {
  padding: 40px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ed1c24;
  width: 50%;
}

.popup-title {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
  /* align-self: flex-start; */
  text-align: center;
}

.popup-text {
  opacity: 0.89;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 45px;
  max-width: 455px;
  text-align: center;
}

.fancybox-close-small {
  display: none !important;
}

.popup .close-btn {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(img/pop-times.svg) no-repeat center;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  display: block !important;
  /* display: none; */
}

.popup .simple-input {
  margin-bottom: 15px;
  max-width: 300px;
}

.popup .simple-input input {
  border-radius: 28px;
  border: 3px solid #ffffff;
  background: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  font-weight: 600;
  color: #ffffff;
}

.popup .simple-input input::placeholder {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  font-weight: 600;
}

.popup-inner {
  /* padding: 20px;
    padding-top: 65px; */
  background: white;
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
}

.popup .title {
  font-size: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.popup form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.popup .btn {
  padding: 25px;
  max-width: 300px;
  margin-top: 20px;
  border-radius: 35px;
}

.popup .soc.mob {
  right: 15px;
  bottom: 10px;
}

.popup .soc.mob li {
  margin-bottom: 12px;
}

.nice-select-one {
  border: none;
  background: none;
  padding: 0 30px !important;
  width: 100% !important;
  border-radius: 28px !important;
  border: 3px solid #ffffff !important;
  background-color: #ffffff !important;
  height: 55px !important;
  line-height: 55px !important;
  text-align: center !important;
  position: relative;
  padding-bottom: 1px;
}

.nice-select-one.wh {
  background: none !important;
  color: #fff !important;
}

.nice-select-one .current,
.nice-select-one .option {
  font-size: 18px;
  width: 100% !important;
  text-align: center !important;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  display: inline-block;
}

.nice-select-one.wh .current {
  color: #fff !important;
  font-weight: 600 !important;
}

.nice-select-one .option {
  line-height: 35px !important;
  font-size: 15px !important;
}

.nice-select-one.wh .option {
  line-height: 22px !important;
  font-size: 13px !important;
}

.nice-select-one:after {
  content: "";
  border-radius: 50%;
  width: 12px !important;
  height: 12px !important;
  background-color: #ed1c24 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none !important;
  right: 20px !important;
}

.nice-select-one.wh:after {
  background-color: #fff !important;
}

.nice-select-one .list {
  display: flex !important;
  flex-direction: column !important;
  border-radius: 15px !important;
  width: 100%;
  margin-top: 10px;
}

.nice-select-one .list .option {
  min-height: 35px !important;
}

.nice-select-one.wh .list .option {
  min-height: 22px !important;
}

.nice-select-one.open:after {
  transform: translateY(-50%) !important;
  top: 50% !important;
  right: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

@media (max-height: 675px) {
  .hiddable {
    display: none !important;
  }
}

@media (max-width: 1400px) {
  .popup {
    width: 97%;
  }

  .popup.wider .popup-right {
    width: 55%;
  }

  .popup.wider .popup-left {
    width: 45%;
  }
}

@media (max-width: 1100px) {
  .popup-left {
    display: none;
  }

  .popup-right {
    width: 100% !important;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .popup-title,
  .popup-text {
    text-align: center;
    align-self: center;
  }
}

@media (max-width: 800px) {
  .popup .soc.mob {
    margin-bottom: 0;
    margin-top: 30px;
  }

  .popup-right {
    padding: 20px;
  }

  .popup-title {
    font-size: 25px;
    padding: 0 15px;
  }

  .popup-text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  /* .popup .close-btn {
        right: -5px;
        top: -32px;
    } */

  /* .soc.mob.hiddable{
        display: none;
    } */

  .wider.popup-detali .popup-right {
    height: 100% !important;
  }
}

@media (max-width: 700px) {
  .lst1 {
    flex-direction: column;
  }

  .popup-inputs.lst1 > div + div {
    margin-left: 0px !important;
  }
}

@media (max-width: 600px) {
  .popup {
    width: 100%;
    padding: 0 15px;
  }

  .popup-inner {
    width: 100%;
  }
}

@media (max-width: 350px) {
  .popup {
    padding: 0px;
  }
}

.next3,
.prev3 {
  display: none !important;
}

/* #popup2 .option{
    display: none !important;
} */

.glob-tabs {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.glob-tabs-buttons {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 35px;
}

.glob-tabs-buttons li {
  width: 30px !important;
  height: 30px !important;
  background: none !important;
  font-size: 16px !important;
  margin: 0 4.5px !important;
  opacity: 1 !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.glob-tabs-buttons li.active {
  background: #ed1c24 !important;
  color: #fff;
}

.glob-tabs-buttons li + li {
  margin-left: 10px;
}

.glob-tabs-item {
  padding: 15px;
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}

.glob-tabs-item.active {
  display: block;
}

@media (max-width: 768px) {
  .glob-tabs-buttons {
    display: none;
  }
}

.hidden-on-desk {
  display: none;
}

.map-frame {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .hidden-on-desk {
    display: block;
  }

  #map {
    height: 400px;
    position: static;
    width: 100%;
  }

  .map-section .container {
    padding: 0 !important;
  }
}

.p2 .popup-left {
  padding: 0;
}

.p2 .popup-left img {
  margin-right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toastify {
  padding: 12px 20px;
  color: #ffffff;
  display: inline-block;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12),
    0 10px 36px -4px rgba(77, 96, 232, 0.3);
  background: #3abd75 !important;
  /* background: linear-gradient(135deg, #73a5ff, #5477f5); */
  position: fixed;
  top: -150px;
  right: 15px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
}

/* --------------------------New----------------------- */

.top-padding {
  padding-top: 180px;
}

.interactive-section .big-title {
  height: 130px;
  display: flex;
  align-items: center;
}

.interactive-section .container {
  max-width: 1430px !important;
}

.interactive-section .big-title:before {
  content: "";
  position: absolute;
  right: calc(100% - 1020px);
  top: 0;
  width: 1500px;
  height: 130px;
  background: #fff;
  z-index: 0;
}

.interactive-section .big-title.bt1:before {
  right: calc(100% - 650px);
}

.interactive-section .big-title .title-text {
  position: relative;
}

.inter-wrap {
  /* display: flex; */
  padding: 125px 0;
  align-items: center;
}

/* .inter-wrap > *{
    width: 50%;
} */

.inter-cards {
  display: flex;
  margin: -20px;
  flex-wrap: wrap;
}

.inter-card-wrap {
  width: 33.33333%;
  padding: 20px;
}

.inter-left {
  /* padding-right: 40px; */
}

.inter-card {
  padding: 30px;
  padding-top: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

.inter-top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  height: 57px;
}

.inter-title {
  flex: 1;
  opacity: 0.84;
  color: #000000;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
}

.inter-img {
  margin-right: 15px;
}

.inter-text {
  /* margin-top: auto; */
  flex: 1;
  opacity: 0.74;
  color: #000000;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}

.inter-right {
  margin-bottom: 100px;
  height: 700px;
  position: relative;
}

.swipe-block {
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  filter: invert(26%) sepia(86%) saturate(7455%) hue-rotate(356deg)
    brightness(102%) contrast(118%);
  z-index: 1e23;
  animation: swipe infinite 3s;
}

@keyframes swipe {
  0% {
    left: 40%;
  }

  50% {
    left: 60%;
  }

  100% {
    left: 40%;
  }
  /*
    100%{
        left:40%
    } */
}

.cocoen {
  height: 100%;
}

.cocoen img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.cocoen:hover .swipe-block {
  display: none;
}

.cocoen-drag:before {
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #ff0000 !important;
  background-color: #ffffff !important;
  border-radius: 50% !important;
  margin-left: -9px !important;
}

.ints1 {
  padding-top: 50px;
  padding-bottom: 125px;
}

.ssect1 {
  padding-bottom: 0;
}

@media (max-width: 1300px) {
  .inter-wrap {
    flex-direction: column;
  }

  .inter-wrap > * {
    width: 100%;
  }

  .inter-left {
    order: 5;
    margin-top: 40px;
    padding-right: 0;
  }
}

@media (max-width: 1199px) {
  .inter-card-wrap {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .interactive-section.gray-bg {
    background: #fff;
  }

  .inter-right {
    height: 500px;
  }

  .inter-wrap {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .inter-cards {
    margin: -15px;
  }

  .inter-card-wrap {
    padding: 15px;
  }

  .top-padding {
    padding-top: 50px;
  }

  .swipe-block {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 700px) {
  .inter-card-wrap {
    width: 100%;
  }

  .inter-right {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }

  .inter-right {
    height: 400px;
  }
}

.last-cards {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -45px;
}

.last-wrap {
  padding: 20px 45px;
  width: 33.33333%;
}

.last-card {
  padding: 30px 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.last-title {
  opacity: 0.84;
  color: #000000;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

.last-lines {
  margin-bottom: 35px;
  width: 100%;
}

.last-line {
  color: #292929;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  display: flex;
  align-items: center;
}

.last-line:before {
  content: "";
  display: block;
  height: 13px;
  width: 13px;
  background-color: #ed1c24;
  border-radius: 50%;
  margin-right: 5px;
}

.last-line + .last-line {
  margin-top: 10px;
}

.last-img {
  margin-bottom: 27px;
  margin-top: auto;

  /* width: 285px;
    height: 185px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.last-img img {
  max-width: 285px;
  max-height: 185px;
  object-fit: contain;
  object-position: center;
}

.last-btn {
  box-shadow: 0 0 6px #ed1c24;
  border-radius: 20px;
  background-color: #ed1c24;
  padding: 16px;
}

.bt22 {
  height: 130px;
}

.csec2 {
  padding-top: 130px;
}

@media (max-width: 1300px) {
  .last-cards {
    margin: -20px -20px;
  }

  .last-wrap {
    padding: 20px 20px;
  }
}

@media (max-width: 1100px) {
  .last-wrap {
    width: 50%;
  }
}

@media (max-width: 992px) {
  .csec2 {
    padding-top: 0px;
  }

  .bt22 {
    background: none !important;
    margin-top: 0 !important;
    height: auto !important;
  }

  .gray-bg.csec2 {
    background: #fff;
  }
}

@media (max-width: 700px) {
  .last-wrap {
    width: 100%;
  }
}

.nested2 {
  /* position: relative; */
  display: inline-block;
}

.nested-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fff;
  z-index: 5;
  width: 250px;
  overflow: hidden;
}

.nested-btn2 {
  position: relative;
}

.nested-btn2:hover > .nested-menu {
  display: block;
}

ul.nested-menu.nm1 li a {
  padding: 15px 15px !important;
  text-align: center;
  width: 100% !important;
  color: #000 !important;
  opacity: 1 !important;
  font-size: 14px !important;
}

.nested-menu li a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.nested-menu li {
  width: 100%;
  margin-left: 0 !important;
}

.nested-btn2 ul li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.big-top {
  margin-top: 90px;
}

.slider2-section .swiper-wrap.inner-sw {
  position: relative;
  /* padding: 0 40px; */
  padding: 0 !important;
}

.inner-sw .swiper-container {
  /* padding-bottom: 40px; */
  padding-bottom: 0 !important;
}

.inner-sw .swiper-button-prev:after,
.inner-sw .swiper-button-next:after {
  display: none;
}

.inner-sw .swiper-button-prev {
  left: 0;
}

.inner-sw .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.inner-sw .swiper-pagination-bullets {
  bottom: 15px !important;
}

.inner-sw .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 5px;
  border-color: #fff !important;
}

.inner-sw .swiper-pagination-bullet-active {
  background: #fff !important;
}

.popup-detali .popup-right {
  background: #fff;
  padding: 30px 90px;
  padding-left: 60px;
  height: 850px;
}

.popup.popup-detali .simple-input input {
  border: 3px solid rgba(0, 0, 0, 0.6);
  color: #3b3b3b;
}

.popup.popup-detali .simple-input input::placeholder {
  color: #3b3b3b;
}

.popup.popup-detali .popup-text,
.popup.popup-detali .popup-title {
  text-align: left;
  color: #000;
  width: 100%;
}

.phone-form2 {
  display: flex;
}

.popup.popup-detali .phone-form .popup-title {
  margin-bottom: 20px;
}

.popup.popup-detali .phone-form .popup-text {
  margin-bottom: 40px;
}

.popup.popup-detali .popup-right form {
  align-items: flex-start;
}

.popup.popup-detali .btn {
  align-self: center;
}

.popup-list {
  margin-bottom: 60px;
}

.popup.popup-detali .nice-select-one .current {
  font-weight: 700;
  height: 100%;
}

.popup.popup-detali .nice-select-one.open .current {
  text-transform: uppercase;
  font-size: 15px;
}

.popup-list li {
  color: #292929;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.popup-subtitle {
  opacity: 0.84;
  color: #000000;
  font-family: Lato;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  max-width: 585px;
}

.popup-inputs3 .nice-select-one {
  border: 3px solid rgba(0, 0, 0, 0.6) !important;
  color: #3b3b3b !important;
}

.popup-inputs3,
.popup-inputs {
  display: flex;
  width: 100%;
}

/* .popup-inputs3 .option{
    display: block ;
} */

.popup-inputs3 > *,
.popup-inputs > * {
  flex: 1;
}

.popup-inputs3 > div + div,
.popup-inputs > div + div {
  margin-left: 20px;
}

.popup-list li:before {
  content: "";
  height: 12px;
  width: 12px;
  background-color: #ed1c24;
  display: block;
  margin-right: 5px;
  border-radius: 50%;
}

.popup.popup-detali .nice-select-one.open {
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.popup.popup-detali .nice-select-one.open .list {
  background-color: #7d7d7d !important;
  box-shadow: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: 2px !important;
  width: calc(100% + 6px) !important;
  margin-left: -3px !important;
  padding-bottom: 5px;
}

.popup.popup-detali .nice-select-one.open .list .option {
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 0 15px;
}

.popup.popup-detali .nice-select-one.open .list .option:hover {
  background: rgba(0, 0, 0, 0.15) !important;
}

.popup.popup-detali .nice-select-one.open .list .option.selected {
  background: rgba(0, 0, 0, 0.3) !important;
}

.popup.popup-detali .nice-select-one.open:after {
  background: #fff !important;
}

.popup.popup-detali .nice-select-one.open .current {
  color: #fff !important;
}

li.disabled {
  display: none !important;
}

@media (max-width: 1100px) {
  .popup.popup-detali .popup-text {
    align-self: flex-start;
  }
}

@media (max-width: 800px) {
  .popup.popup-detali .popup-right {
    padding: 30px 12px;
  }

  /* .popup.popup-detali .popup-right .btn{
        margin-top: 0 !important;
    } */
}

@media (max-width: 650px) {
  .popup-inputs3 > div + div,
  .popup-inputs > div + div {
    margin-left: 0px;
  }

  .popup-inputs3 > div:nth-child(3) {
    order: -1;
  }

  .popup-inputs3 > *,
  .popup-inputs > * {
    width: 100%;
    max-width: 100% !important;
  }

  .popup-inputs3,
  .popup-inputs {
    flex-direction: column;
  }

  .popup.popup.popup-detali .popup-title {
    padding-left: 0;
    text-align: center;
  }

  .popup.popup-detali .popup-text {
    text-align: center;
    align-self: center;
  }

  .popup.popup-detali .popup-subtitle {
    text-align: center;
    opacity: 0.84;
    color: #000000;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    max-width: 400px;
  }

  .popup.popup-detali .popup-right form {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .popup .close-btn {
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
  }

  .popup .close-btn {
    background-size: contain;
  }

  .popup-list {
    margin-bottom: 20px;
  }

  .popup.popup-detali .phone-form .popup-text {
    margin-bottom: 20px;
  }

  .popup-detali .popup-right {
    height: auto;
  }
}

@media (max-height: 820px) {
  .popup-list {
    margin-bottom: 20px;
  }

  .popup.popup-detali .phone-form .popup-text {
    margin-bottom: 20px;
  }

  .popup-detali .popup-right {
    height: auto;
  }
}

@media (max-height: 700px) {
  .popup-inputs3 > div + div,
  .popup-inputs > div + div {
    margin-left: 0px;
  }

  .popup-inputs3 > *,
  .popup-inputs > * {
    width: 100%;
    max-width: 100% !important;
  }

  .popup-inputs3,
  .popup-inputs {
    flex-direction: column;
  }

  .popup.popup-detali .popup-right {
    padding: 30px 12px;
  }
}

.big-popup .popup-text {
  line-height: 1.3;
}

.big-popup.popup {
  width: 1750px;
  max-width: 100%;
}

.big-popup .popup-right form {
  width: 100%;
  padding: 45px 50px;
  padding-right: 50px;
  min-height: 700px;
}

.big-popup .simple-input {
  max-width: 100%;
}

.check-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 25px;
  max-width: 650px;
}

.check-label {
  display: flex;
  align-items: center;
  margin-left: 25px;
  margin-bottom: 20px;
}

.check-label input {
  display: none;
}

.check-box {
  width: 28px;
  height: 28px;
  border: 3px solid #f9b2b4;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
}

.check-label input:checked + .check-box {
  background: #fff;
}

.check-text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #fff;
}

.check-groups {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  width: 100%;
}

.check-groups .selr {
  padding-left: 10px;
}

.check-groups > .sell {
  padding-right: 10px;
}

.check-group-wrap {
  width: 50%;
}

.check-items {
  display: flex;
}

.popup-bottom-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  font-weight: 600;
  margin-bottom: 13px;
  align-self: flex-start;
}

.check-items.last {
  flex-wrap: wrap;
  margin: -3px -9px;
}

.check-items.last .check-box {
  margin-right: 6px;
}

.check-items.last .check-label {
  margin-left: 0 !important;
  padding: 3px 9px;
}

.check-items .check-box {
  margin-right: 10px;
}

.check-items .check-label:first-child {
  margin-left: 0;
}

.check-group-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.scales-block {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.scales-block > div + div {
  margin-left: 30px;
}

.price-filter-block {
  width: 100%;
}

.values {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.values input + input {
  margin-left: 20px;
}

.filter-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  font-weight: 600;
  margin-bottom: 15px;
}

.values .dash {
  margin: 0 5px;
}

.values input {
  padding: 0px;
  font-size: 14px;
  background: none;
  width: auto;
  width: 60px;
  border: none !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
}

.values input.to {
  text-align: center;
}

.noUi-handle-upper,
.noUi-handle-lower {
  width: 15px !important;
  height: 15px !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  right: -8px !important;
}

.noUi-connect {
  background: #fff !important;
}

.noUi-base {
  background: #000 !important;
}

.noUi-handle {
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  top: -6px !important;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none !important;
}

.noUi-target {
  height: 2px !important;
  background: #000 !important;
  border: none !important;
}

@media (max-width: 1300px) {
  .big-popup .popup-left {
    display: none;
  }

  .big-popup .popup-right {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .big-popup form {
    padding: 0 !important;
  }
}

@media (max-width: 700px) {
  .check-group-wrap {
    width: 100%;
  }

  .scales-block {
    flex-wrap: wrap;
  }

  .scales-block > div + div {
    margin-left: 0;
    margin-top: 30px;
  }

  .check-block .check-label {
    margin-left: 15px;
  }

  .check-block .check-label:first-child {
    margin-left: 0;
  }

  .check-block .check-box {
    margin-right: 3px;
  }

  .check-items .check-text {
    font-size: 15px;
  }

  .check-items .check-box {
    margin-right: 4px;
  }

  .check-items .check-label {
    margin-left: 14px !important;
  }

  .check-items .check-label:first-child {
    margin-left: 0 !important;
  }

  .big-popup .popup-right form {
    min-height: unset;
  }

  .check-groups > .selr {
    padding-left: 0;
    padding-top: 10px;
  }

  .check-groups > .sell {
    padding-right: 0;
  }
}

.popup-select form {
  width: 100%;
  padding: 90px 80px;
}

.popup-select .popup-text {
  line-height: 1.3;
}

.popup-mini-title {
  color: #ffffff;
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 20px;
  text-align: center;
}

.popup-selects {
  margin: -15px;
  width: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.popup-selects .nice-select:after {
  background: #fff !important;
}

.popup-select .simple-input {
  max-width: unset;
}

.popup-selects .simple-input {
  padding: 15px;
  margin-bottom: 0;
  max-width: unset;
}

.popup-selects .simple-input {
  width: 50%;
}

.popup-selects .nice-select-one {
  background: none !important;
  border-radius: 28px;
  border: 3px solid #ffffff !important;
  max-width: unset !important;
}

.popup-select .nice-select-one .current {
  color: #fff;
}

.popup.popup-select .nice-select-one.open {
  background-color: #fff !important;
  border-color: #fff !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.popup.popup-select .nice-select-one.open .list {
  background-color: #fff !important;
  box-shadow: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: 2px !important;
  width: calc(100% + 6px) !important;
  margin-left: -3px !important;
  padding-bottom: 5px;
}

.popup.popup-select .nice-select-one.open .list .option {
  color: #000 !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 0 15px;
}

.popup.popup-select .nice-select-one.open .list .option:hover {
  background: rgba(0, 0, 0, 0.15) !important;
}

.popup.popup-select .nice-select-one.open .list .option.selected {
  background: rgba(0, 0, 0, 0.3) !important;
}

.popup.popup-select .nice-select-one.open:after {
  background: #fff !important;
}

.popup.popup-select .nice-select-one.open .current {
  color: #000 !important;
}

@media (max-width: 1199px) {
  .popup-select .popup-left {
    display: none;
  }

  .popup-select .popup-right {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .popup-select form {
    padding: 15px !important;
  }

  .popup-mini-title {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

@media (max-width: 650px) {
  .popup-selects .simple-input {
    width: 100%;
    padding: 8px;
  }

  .popup-selects {
    margin: -8px;
  }
}

.popup-card {
  height: 800px;
  width: 100%;
  max-width: 1600px !important;
}

.popup-card .swiper-wrap .swiper-container,
.popup-card .swiper-wrap .swiper-wrapper,
.popup-card .swiper-wrap .swiper-slide,
.popup-card .swiper-wrap {
  min-height: 100%;
  height: 100%;
  padding: 0;
}

.popup-card .swiper-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.popup-card .popup-inner {
  height: 100%;
}

.popup-card .slide-wrap {
  display: block;
  height: 100%;
  width: 100%;
}

.popup-card .slide-wrap > * {
  height: 100%;
}

.slide-img {
  max-width: 70%;
  float: left;
}

.slide-img {
  max-width: calc(100% - 600px);
  width: 100%;
  margin: 0;
  padding: 50px 35px;
  padding-right: 0;
}

.slide-info {
  max-width: 600px;
  float: left;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slide-info-title {
  color: #000000;
  font-family: Lato;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.slide-info-subtitle {
  opacity: 0.89;
  color: #000000;
  font-family: Lato;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 35px;
}

.slide-info-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.slide-info-line + .slide-info-line {
  margin-top: 20px;
}

.slide-info-word {
  color: #000000;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  display: inline;
}

.slide-info-val {
  color: #000000;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  margin-left: 4px;
  display: inline;
}

.last-pop-btn {
  margin-top: 90px !important;
  align-self: center;
  background-color: #3b3b3b;
}

.popup-card .swiper-button-prev,
.popup-card .swiper-button-next {
  height: 53px;
  width: 39px;
  background: url(img/red_arr.svg) no-repeat center !important;
  background-size: contain !important;
}

.popup-card .swiper-button-next {
  right: 30px !important;
}

.popup-card .swiper-button-prev {
  left: 30px !important;
}

@media (max-width: 1300px) {
  .slide-info {
    padding: 30px;
  }

  .slide-img {
    max-width: calc(100% - 450px);
  }

  .slide-info {
    max-width: 450px;
  }
}

@media (max-width: 1000px) {
  .slide-img,
  .slide-info {
    float: none;
  }

  .popup-card .swiper-wrap .swiper-container,
  .popup-card .swiper-wrap .swiper-wrapper,
  .popup-card .swiper-wrap .swiper-slide,
  .popup-card .swiper-wrap {
    min-height: 300px;
    height: 300px;
  }

  .popup-card .slide-wrap > * {
    height: auto;
  }

  .popup-card {
    height: auto;
  }

  .slide-img,
  .slide-info {
    max-width: 100%;
    width: 100%;
  }

  .slide-img {
    padding: 30px;
    padding-bottom: 0;
    padding-top: 60px;
  }

  .slide-info-title {
    color: #000000;
    font-family: Lato;
    font-size: 24px;
    font-weight: 900;
  }

  .slide-info-subtitle {
    display: none;
  }

  .slide-info-line {
    display: flex;
    align-items: center;
  }

  .slide-info-line + .slide-info-line {
    margin-top: 7px;
  }

  .slide-info-word {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .slide-info-val {
    color: #000000;
    font-size: 16px;
    font-weight: 800;
    line-height: 25px;
  }

  .last-pop-btn {
    margin-top: 30px !important;
  }

  .popup-card .swiper-button-prev,
  .popup-card .swiper-button-next {
    height: 21px;
    width: 16px;
    background: url(img/red_arr.svg) no-repeat center !important;
    background-size: contain !important;
  }

  .popup-card .swiper-button-next {
    right: -25px !important;
  }

  .popup-card .swiper-button-prev {
    left: -25px !important;
  }
}

.last-text {
  min-height: 140px;
  text-align: left;
  border: 3px solid rgba(0, 0, 0, 0.6);
  color: #3b3b3b;
}

.last-text::placeholder {
  text-align: left;
  font-family: Lato;
}

.pop2 .simple-input {
  max-width: unset;
}

.pop2 .popup-text,
.pop2 .popup-title {
  text-align: left !important;
  align-self: flex-start !important;
}

.pop2 .popup-title {
  margin-bottom: 17px !important;
}

.pop2 .popup-subtitle {
  margin-bottom: 65px;
}

@media (max-width: 992px) {
  .pop2 .popup-text,
  .pop2 .popup-title {
    text-align: center !important;
    align-self: center !important;
  }
}

.catalog-section .oval-btn {
  margin-top: 25px;
}

.catalog-section .btns-block > *:hover:before {
  width: 150px;
}

.catalog-section .btns-block > *:last-child {
  margin-left: 30px;
}

@media (max-width: 700px) {
  .catalog-section .btns-block > *:hover:before {
    width: 130px;
  }

  .catalog-section .btns-block > *:last-child {
    margin-left: 20px;
  }
}

.links-section {
  /* padding-bottom: 180px; */
  padding-top: 75px;
}

.links-section .big-title {
  padding: 40px;
  padding-left: 30px;
  padding-right: 170px;
  position: relative;
  display: inline-block;
  width: auto;
  position: absolute;
  background: #fff;
  top: -180px;
}

.links-section .big-title:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 1500px;
  height: 100%;
  background: #fff;
}

.links-block {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.link-wrap {
  width: 25%;
  padding: 10px;
}

.link-item {
  width: 100%;
  height: 275px;
  position: relative;
}

.link-item:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.link-img {
  height: 100%;
}

.link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.link-text {
  position: absolute;
  color: #ffffff;
  font-family: Lato;
  font-size: 20px;
  font-weight: 800;
  left: 35px;
  bottom: 25px;
}

.link-btn {
  position: absolute;
  display: block;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 215px;
}

.link-btn:before {
  background-color: #ed1c24 !important;
  opacity: 1 !important;
}

@media (max-width: 1300px) {
  .link-wrap {
    width: 33.333333%;
  }

  .links-block {
    justify-content: center;
  }

  .links-section {
    padding-bottom: 90px;
  }
}

@media (max-width: 992px) {
  .links-section .big-title {
    top: -120px;
    text-align: center;
    padding-right: 40px;
    width: calc(100% - 30px);
  }

  .link-wrap {
    width: 50%;
  }

  .links-section {
    padding-bottom: 50px;
    padding-top: 130px;
  }
}

@media (max-width: 650px) {
  .link-wrap {
    width: 100%;
  }
}

.last-staff {
  margin-bottom: 10px;
}

.hero-abs-img-mob {
  display: none;
}

@media (max-width: 992px) {
  .hero-abs-img-mob {
    display: block;
    max-width: 380px;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: -8px;
    margin-top: -10px;
  }
}

.float-socials {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
  z-index: 3000000000;
  display: none;
}

.float-socials li a {
  width: 70px;
  height: 70px;
}

.float-socials li a.soc-mini {
  width: 53px;
  height: 53px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.float-socials li:not(:first-child) a img {
  width: 100%;
  height: 100%;
}

.float-btn {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  z-index: 5;
  position: relative;
  cursor: pointer;
  opacity: 0.85;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.float-btn .img2 {
  display: none;
}

.float-btn.active .img2 {
  display: block;
}

.float-btn.active .img1 {
  display: none;
}

.float-btn:hover {
  opacity: 1;
}

.float-icons {
  display: flex;
  flex-direction: column;
  /* transform: translateX(100px); */
  left: 50%;
  bottom: 70px;
  transform: translateX(200%);
  position: absolute;
  align-items: center;
  transition: 0.2s;
}

.float-icons > * {
  transition: 0.2s;
}

.float-icons > *:hover {
  opacity: 0.8;
}

.float-icons.active {
  transform: translateX(-50%);
}

.call-back {
  width: 53px;
  height: 53px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 8px;
}

/* -----------------------------------------------------
---------------------------End--------------------------
----------------------------------------------------- */
