@charset "UTF-8";
@import url("../fonts/stylesheet.css");
@import url("bootstrap.css");
@import url("animate.css");
@import url("swiper.css");
@import url("fancybox.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;800&amp;family=Roboto+Condensed:wght@400;700&amp;display=swap");
:root {
  --padding: 5%;
}

::-webkit-scrollbar {
  display: none;
}

.swiper-wrapper {
  height: auto !important;
}

.dropdown-hover-all .dropdown-menu,
.dropdown-hover > .dropdown-menu.dropend {
  margin-left: -1px !important;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

#slider .text-wrapper .slide-title,
#slider .text-wrapper .slide-text,
#slider .text-wrapper .btn {
  -webkit-transform: translateX(-1500%);
          transform: translateX(-1500%);
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: var(--grey) !important;
}

.roboto-font {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 400;
}

.bg_grey {
  background-color: #1f2323;
}

#header .navbar-toggler {
  padding: 5px;
  margin: 15px 0;
  border: 0;
}

#header .navbar-toggler span {
  width: 28px;
  height: 3px;
  margin: 3px;
  display: block;
  background: #73a8bb;
}

img {
  max-width: 100% !important;
}

* {
  -webkit-transition: ease all 0.25s;
  transition: ease all 0.25s;
}

*:hover {
  -webkit-transition: ease all 0.25s;
  transition: ease all 0.25s;
}

*::-moz-selection {
  color: #fff;
  background: #73a8bb !important;
}

*::selection {
  color: #fff;
  background: #73a8bb !important;
}

*:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #73a8bb;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  border-color: #006400 !important;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border-color: #cc0000 !important;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

p.parsley-success {
  color: #468847 !important;
  background-color: #fff !important;
  border: 1px solid #89a663 !important;
}

p.parsley-error {
  color: #b94a48 !important;
  background-color: #fff !important;
  border: 1px solid #fff !important;
}

ul.parsley-errors-list {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  display: none;
}

ul.parsley-errors-list li {
  font-size: 10px;
  background: #d86786;
  padding: 5px 10px;
  border-radius: 4px;
}

.big_container {
  width: 95vw;
  margin: 0 auto;
}

.navbar {
  padding: 0;
}

.navbar .dropdown {
  position: static;
}

.navbar .dropdown:hover .dropdown-menu {
  display: block !important;
}

.navbar .dropdown-menu {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #1f2323;
  padding: 0 20px 20px;
  margin: 0;
  border: 0;
  border-radius: 0;
}

@media only screen and (max-width: 1200px) {
  .navbar .dropdown-menu {
    -webkit-transform: unset;
            transform: unset;
  }
}

@media only screen and (max-width: 1200px) {
  .navbar .dropdown-menu {
    width: auto;
  }
}

.navbar .dropdown-menu:hover {
  display: block !important;
}

.saving-mask.show {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2051;
  pointer-events: none;
}

.circle_button {
  width: 85px;
  height: 85px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .circle_button {
    width: 50px;
    height: 50px;
  }
}

.circle_button::before, .circle_button::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  width: 100%;
  height: 100%;
  background-image: url("../img/circle.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.circle_button:hover::after {
  -webkit-transform: rotate(95deg) translateY(-1px);
          transform: rotate(95deg) translateY(-1px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.circle_button .icon {
  width: 25px;
  height: 25px;
}

@media only screen and (max-width: 600px) {
  .circle_button .icon {
    width: 20px;
    height: 20px;
  }
}

#footer .copyright .icon {
  width: 38px;
  height: 21px;
}

#footer .copyright .icon:hover {
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transition: 500ms;
  transition: 500ms;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 2050;
}

@media only screen and (max-width: 1200px) {
  #header {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 600px) {
  #header {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 769px) {
  #header {
    max-height: 100vh;
    overflow-y: scroll;
  }
  #header::-webkit-scrollbar {
    display: none;
  }
}

#header .navbar-nav > li {
  padding: 0;
}

#header .navbar-nav > li > a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 45px 50px;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  #header .navbar-nav > li > a {
    padding: 45px 25px;
  }
}

@media only screen and (max-width: 1200px) {
  #header .navbar-nav > li > a {
    padding: 20px 15px;
  }
}

#header .navbar-nav > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
  height: 0;
  background-color: #73a8bb;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}

#header .navbar-nav > li.active > a::before,
#header .navbar-nav > li > a:hover::before {
  height: 10px;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}

#header .dropdown-menu {
  width: 70%;
  padding: 35px 25px;
  border: solid 1px #3a3a3a;
}

@media only screen and (max-width: 1600px) {
  #header .dropdown-menu {
    width: 100%;
  }
}

#header .dropdown-menu .item {
  border-radius: 32px;
  -webkit-box-shadow: -7px -7px 25px 0 #151717, 7px 7px 25px 0 #151717;
          box-shadow: -7px -7px 25px 0 #151717, 7px 7px 25px 0 #151717;
  background-color: #1f2323;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 30px);
          flex: 0 0 calc(20% - 30px);
  margin: 15px;
  padding: 40px 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.59;
  color: #fff;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #header .dropdown-menu .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 30px);
            flex: 0 0 calc(25% - 30px);
  }
}

@media only screen and (max-width: 769px) {
  #header .dropdown-menu .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% / 3) - 30px);
            flex: 0 0 calc((100% / 3) - 30px);
  }
}

#header .dropdown-menu .item::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: width 0.25s, height 0.25s;
  transition: width 0.25s, height 0.25s;
}

#header .dropdown-menu .item:hover, #header .dropdown-menu .item.active {
  -webkit-box-shadow: -7px -7px 25px 0 rgba(0, 149, 59, 0.21), 7px 7px 25px 0 #151717;
          box-shadow: -7px -7px 25px 0 rgba(0, 149, 59, 0.21), 7px 7px 25px 0 #151717;
}

#header .dropdown-menu .item:hover::before, #header .dropdown-menu .item.active::before {
  width: 10px;
  height: 10px;
  -webkit-transition: width 0.25s, height 0.25s;
  transition: width 0.25s, height 0.25s;
}

#header .right {
  position: relative;
  margin-left: 35px;
}

@media only screen and (max-width: 1200px) {
  #header .right {
    margin-left: auto;
  }
}

@media only screen and (max-width: 600px) {
  #header .right {
    margin-right: auto;
    margin-left: 0;
  }
}

#header .right .social-media .icon-wrapper:not(:first-of-type) {
  margin-left: 30px;
}

#header .right .social-media .icon-wrapper .icon {
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

#header .right .language {
  position: relative;
  margin-left: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  #header .right .language {
    margin-left: 80px;
  }
}

#header .right .language .selected {
  border: 2px solid #73a8bb;
  padding: 5px;
  border-radius: 25px;
  background-color: #fff;
  z-index: 2;
}

#header .right .language .selected .text {
  padding: 0 15px;
}

#header .right .language .selected .icon-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #73a8bb;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#header .right .language .selected .icon-wrapper .icon {
  width: 15px;
  height: 15px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#header .right .language .enabled-language {
  border: 2px solid #73a8bb;
  border-radius: 25px;
  text-align: center;
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}

#header .right .language .enabled-language a {
  display: block;
  padding: 5px 0;
}

#header .right .language .enabled-language a:not(:last-of-type) {
  border-bottom: 2px solid #73a8bb;
}

#header .right .language .enabled-language a:hover {
  color: #fff;
  background-color: #73a8bb;
}

#header .right .language:hover .enabled-language {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#header .mobile-language {
  padding: 10px;
  border-top: 1px solid #73a8bb;
}

#header .mobile-language a {
  color: #73a8bb;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #73a8bb;
  border-radius: 15px;
  padding: 8px 12px;
}

#slider {
  height: 100vh;
  position: relative;
}

#slider .text-wrapper {
  position: absolute;
  top: 65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: var(--padding);
}

@media only screen and (max-width: 600px) {
  #slider .text-wrapper {
    top: 75%;
  }
}

#slider .text-wrapper .slide-title {
  font-size: 70px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 7px;
}

@media only screen and (max-width: 600px) {
  #slider .text-wrapper .slide-title {
    font-size: 30px;
  }
}

#slider .text-wrapper .slide-title strong {
  font-size: 90px;
  font-weight: 700;
  display: block;
}

@media only screen and (max-width: 600px) {
  #slider .text-wrapper .slide-title strong {
    font-size: 50px;
  }
}

#slider .text-wrapper .slide-text {
  font-size: 17px;
  color: #fff;
  margin-top: 10px;
}

@media only screen and (max-width: 600px) {
  #slider .text-wrapper .slide-text {
    font-size: 14px;
  }
  #slider .text-wrapper .slide-text br {
    display: none;
  }
}

#slider .image-wrapper {
  position: relative;
  height: calc(100vh - 2.5vw);
  overflow: hidden;
}

#slider .image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

#slider .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#slider .navigator {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 40px;
}

@media only screen and (max-width: 600px) {
  #slider .navigator {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

#slider .navigator .swiper-button {
  position: relative;
}

#slider .navigator .swiper-button.circle_button {
  width: 60px;
  height: 60px;
}

#slider .navigator .swiper-button.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 30px;
}

#slider .navigator .swiper-button .icon {
  width: 22px;
  height: 22px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#slider .social-media .icon-wrapper {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#slider .social-media .icon-wrapper:not(:first-of-type) {
  margin-left: 35px;
}

#slider .social-media .icon-wrapper .icon {
  width: 20px;
  height: 20px;
}

#slider .social-media .icon-wrapper:hover {
  -webkit-filter: none;
          filter: none;
}

#slider .go_bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  bottom: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  #slider .go_bottom {
    bottom: -30px;
  }
}

#slider .go_bottom::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  width: 1px;
  height: 50px;
  background: #fff;
}

#slider .go_bottom .text {
  font-size: 17px;
  letter-spacing: 2px;
  color: #000;
}

#slider .go_bottom .text:hover {
  cursor: pointer;
}

#body .home-corporate {
  padding: 125px 0;
  position: relative;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 600px) {
  #body .home-corporate {
    padding-bottom: 45px;
  }
}

#body .home-corporate .image-wrapper {
  margin-bottom: 80px;
}

#body .home-corporate .image-wrapper img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

#body .home-corporate .text {
  font-size: 17px;
  line-height: 1.59;
  text-align: center;
  color: #000;
  font-weight: 400;
  margin-bottom: 120px;
}

@media only screen and (max-width: 600px) {
  #body .home-corporate .text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

#body .home-corporate .link {
  margin: 0 auto;
}

#body .home-corporate .link span {
  font-size: 17px;
  color: #000;
  margin-right: 15px;
}

#body .home-corporate .link:hover span {
  text-decoration: underline;
}

#body .home-corporate::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: var(--padding);
  bottom: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  background-image: url("../img/plus.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  #body .home-corporate::after {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 600px) {
  #body .home-corporate::after {
    display: none;
  }
}

#body .references .header-wrapper {
  padding: 50px;
  position: relative;
}

#body .references .header-wrapper .title {
  font-size: 30px;
  font-weight: 400;
  color: #1f2323;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  #body .references .header-wrapper .title {
    font-size: 20px;
  }
}

#body .references .header-wrapper .title strong {
  display: block;
  font-size: 50px;
  font-weight: 800;
}

@media only screen and (max-width: 600px) {
  #body .references .header-wrapper .title strong {
    font-size: 30px;
  }
}

#body .references .header-wrapper .buttons {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

@media only screen and (max-width: 1200px) {
  #body .references .header-wrapper .buttons {
    display: none !important;
  }
}

#body .references .header-wrapper .buttons .swiper-button {
  width: 22px;
  height: 22px;
}

#body .references .header-wrapper .buttons .swiper-button.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 10px;
}

#body .references .my-container {
  max-width: 100vw;
  overflow: hidden;
}

#body .references .my-wrapper {
  padding: 0 25%;
}

@media only screen and (max-width: 1200px) {
  #body .references .my-wrapper {
    padding: 0 10%;
  }
}

#body .references .swiper-container {
  overflow: visible;
}

#body .references .swiper-container .swiper-slide .image-wrapper {
  position: relative;
}

#body .references .swiper-container .swiper-slide .image-wrapper img {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 2440px) {
  #body .references .swiper-container .swiper-slide .image-wrapper img {
    height: 650px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  #body .references .swiper-container .swiper-slide .image-wrapper img {
    height: 420px;
  }
}

@media only screen and (max-width: 1200px) {
  #body .references .swiper-container .swiper-slide .image-wrapper img {
    height: 350px;
  }
}

@media only screen and (max-width: 600px) {
  #body .references .swiper-container .swiper-slide .image-wrapper img {
    height: 250px;
  }
}

#body .references .swiper-container .swiper-slide:not(.swiper-slide-active) .image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

#body .references .swiper-container .swiper-slide:not(.swiper-slide-active) .text-wrapper {
  display: none;
}

#body .references .swiper-container .swiper-slide .text-wrapper {
  padding: 30px 0 50px;
}

#body .references .swiper-container .swiper-slide .text-wrapper .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  font-size: 40px;
  color: #1f2323;
  font-weight: 200;
}

#body .references .swiper-container .swiper-slide .text-wrapper .title strong {
  display: block;
  font-weight: 800;
}

@media only screen and (max-width: 1200px) {
  #body .references .swiper-container .swiper-slide .text-wrapper .title strong {
    display: inline-block;
  }
}

@media only screen and (max-width: 1200px) {
  #body .references .swiper-container .swiper-slide .text-wrapper .title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  #body .references .swiper-container .swiper-slide .text-wrapper .title {
    font-size: 34px;
  }
}

#body .references .swiper-container .swiper-slide .text-wrapper .text {
  font-size: 16px;
  line-height: 1.69;
  color: #1f2323;
}

#body .references .swiper-container .swiper-slide .text-wrapper .text p:not(:first-of-type) {
  display: none;
}

#body .references .swiper-container .swiper-slide .text-wrapper .text ul {
  display: none;
}

@media only screen and (max-width: 600px) {
  #body .references .swiper-container .swiper-slide .text-wrapper .link {
    display: none !important;
  }
}

#body .references .swiper-container .swiper-slide .text-wrapper .link .circle_button {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

#body .references .swiper-container .swiper-slide .text-wrapper .link span {
  margin-right: 35px;
  font-size: 15px;
  font-weight: 500;
  color: #1f2323;
}

#body .references .swiper-container .swiper-slide .text-wrapper .link:hover span {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  #body .references .swiper-container .swiper-slide .text-wrapper .top {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

#body .home-price-list {
  padding: 45px 0;
  background: #f2f0f0;
}

#body .home-price-list .title {
  font-size: 50px;
  font-weight: 800;
  color: #393937;
  margin-bottom: 20px;
}

#body .home-price-list .slogan {
  font-size: 16px;
  line-height: 1.56;
  color: #acacac;
}

@media only screen and (max-width: 1200px) {
  #body .home-price-list .slogan {
    margin-bottom: 20px;
    display: block;
  }
  #body .home-price-list .slogan br {
    display: none;
    font-size: 16px;
  }
}

#body .home-price-list .link {
  display: block;
  padding: 35px;
  background-color: #fff;
}

#body .home-price-list .link img {
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 45%;
}

@media only screen and (max-width: 769px) {
  #body .home-price-list .link img {
    width: 100%;
  }
}

#body .home-price-list .link .catalog-text {
  font-size: 25px;
  line-height: 1.6;
  text-align: center;
  width: 55%;
}

@media only screen and (max-width: 769px) {
  #body .home-price-list .link .catalog-text {
    width: 100%;
  }
}

#body .home-news {
  overflow: hidden;
}

#body .home-news .header-wrapper {
  padding: 15px 0;
  position: relative;
}

#body .home-news .header-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100vw;
  height: 1px;
  background: #f3f3f3;
}

#body .home-news .header-wrapper .left {
  width: 30%;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #body .home-news .header-wrapper .left {
    width: 60%;
  }
}

#body .home-news .header-wrapper .left .icon {
  width: 25px;
  height: 25px;
}

#body .home-news .header-wrapper .left .title {
  font-size: 20px;
  font-weight: 500;
  color: #1f2323;
  margin-bottom: 0;
  margin-left: 20px;
}

#body .home-news .header-wrapper .right {
  width: 30%;
  border-left: 1px solid red;
  position: relative;
}

#body .home-news .header-wrapper .right .link .icon {
  width: 16px;
  height: 16px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.25;
}

@media only screen and (max-width: 600px) {
  #body .home-news .header-wrapper .right .link .icon {
    display: none;
  }
}

#body .home-news .header-wrapper .right .link .text {
  font-size: 15px;
  color: #bcbcbc;
  margin-right: 20px;
}

#body .home-news .header-wrapper .right:hover .icon {
  opacity: 0.75;
}

#body .home-news .header-wrapper .right:hover .text {
  color: #1f2323;
}

#body .home-news .items {
  position: relative;
  z-index: 9;
  padding: 75px 0;
}

@media only screen and (max-width: 600px) {
  #body .home-news .items .item-wrapper_0 {
    padding-bottom: 40px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 40px;
  }
}

#body .home-news .items .item {
  position: relative;
  z-index: 9;
}

#body .home-news .items .item .text-wrapper {
  margin-bottom: 40px;
}

#body .home-news .items .item .text-wrapper .date {
  font-size: 15px;
  font-weight: 500;
  color: #73a8bb;
  margin-right: 30px;
}

#body .home-news .items .item .text-wrapper .date strong {
  font-weight: 500;
  display: block;
  font-size: 18px;
  color: #1f2323;
}

#body .home-news .items .item .text-wrapper .title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.29;
  color: #1f2323;
  margin-bottom: 0;
}

#body .home-news .items .item .text-wrapper .title:hover {
  color: #000;
}

#body .home-news .items .item .text-wrapper .icon {
  width: 40px;
  height: 40px;
  -webkit-transform: translateY(0) rotate(90deg);
          transform: translateY(0) rotate(90deg);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

#body .home-news .items .item .text-wrapper .icon:hover {
  -webkit-animation: slide-down 3.25s infinite;
          animation: slide-down 3.25s infinite;
}

@media only screen and (max-width: 600px) {
  #body .home-news .items .item .text-wrapper .icon {
    display: none;
  }
}

#body .home-news .items .item .image-wrapper img {
  width: 100%;
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 2440px) {
  #body .home-news .items .item .image-wrapper img {
    height: 400px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  #body .home-news .items .item .image-wrapper img {
    height: 275px;
  }
}

@media only screen and (max-width: 600px) {
  #body .home-news .items .item .image-wrapper img {
    height: 250px;
  }
}

.footer-top {
  background: #f1f1f1;
  padding: 100px 0;
  z-index: 9;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .footer-top {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer-top {
    display: none;
  }
}

.footer-top .icon-wrapper {
  height: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  border-radius: 32px;
  -webkit-box-shadow: -20px -20px 30px 0 #ffffff, 20px 20px 30px 0 #d4d4d5;
          box-shadow: -20px -20px 30px 0 #ffffff, 20px 20px 30px 0 #d4d4d5;
  background-color: #f1f1f2;
  margin-right: 40px;
}

.footer-top .icon-wrapper .icon {
  width: 45px;
  height: 45px;
}

.footer-top .icon-wrapper:hover {
  -webkit-box-shadow: -20px -20px 30px 0 rgba(115, 168, 187, 0.65), 20px 20px 30px 0 #d4d4d5;
          box-shadow: -20px -20px 30px 0 rgba(115, 168, 187, 0.65), 20px 20px 30px 0 #d4d4d5;
}

.footer-top .title {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.12;
  color: #73a8bb;
  display: block;
}

.footer-top .count {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #1f2323;
  margin-top: 10px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .footer-top .swiper-container {
    padding: 45px 0;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media only screen and (max-width: 1200px) {
  .footer-top .swiper-container .swiper-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}

#footer {
  overflow: hidden;
  border-top: 1px solid #515151;
  background-color: #000;
  position: relative;
}

#footer .footer-middle {
  padding: 45px 0;
}

#footer .footer-middle .social-media .title {
  font-size: 25px;
  font-weight: 200;
  line-height: 1.4;
  color: #fff;
}

#footer .footer-middle .social-media .title strong {
  display: block;
  font-weight: 900;
}

@media only screen and (max-width: 600px) {
  #footer .footer-middle .social-media .title {
    display: none;
  }
}

#footer .footer-middle .social-media .icons {
  margin-top: 65px;
}

@media only screen and (max-width: 600px) {
  #footer .footer-middle .social-media .icons {
    margin-bottom: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#footer .footer-middle .social-media .icons .icon-wrapper {
  padding: 15px 35px;
  border-right: 1px solid rgba(242, 242, 242, 0.1);
}

#footer .footer-middle .social-media .icons .icon-wrapper:first-of-type {
  padding-left: 0;
}

#footer .footer-middle .social-media .icons .icon-wrapper:last-of-type {
  border-right: 0;
}

#footer .footer-middle .social-media .icons .icon-wrapper .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
}

#footer .footer-middle .social-media .icons .icon-wrapper:hover .icon {
  -webkit-filter: none;
          filter: none;
}

#footer .footer-middle .newsletter .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 0.83;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #footer .footer-middle .newsletter .title {
    text-align: center;
  }
}

#footer .footer-middle .newsletter form {
  position: relative;
  margin-top: 65px;
}

#footer .footer-middle .newsletter form .form-control {
  height: 80px;
  border-radius: 24px;
  background-color: #1f2323;
  padding-left: 45px;
  padding-right: 45px;
  border: 0;
  color: #626262;
  font-size: 16px;
}

#footer .footer-middle .newsletter form .btn {
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#footer .footer-middle .newsletter form .btn .icon {
  width: 35px;
  height: 35px;
}

#footer .footer-bottom {
  padding: 45px 0 90px;
}

#footer .footer-bottom .contact-wrapper .item {
  margin-bottom: 30px;
}

#footer .footer-bottom .contact-wrapper .item a {
  font-size: 18px;
  color: #fff;
}

#footer .footer-bottom .contact-wrapper .item a[href]:hover {
  color: #73a8bb;
}

#footer .footer-bottom .contact-wrapper .item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  margin-right: 20px;
}

@media only screen and (max-width: 1200px) {
  #footer .footer-bottom .footer-menu {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 600px) {
  #footer .footer-bottom .footer-menu {
    display: none !important;
  }
}

#footer .footer-bottom .footer-menu .list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(85% / 2);
          flex: 0 0 calc(85% / 2);
}

#footer .footer-bottom .footer-menu .list:last-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

#footer .footer-bottom .footer-menu .list .title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
}

#footer .footer-bottom .footer-menu .list span {
  display: block;
  margin-bottom: 6px;
}

#footer .footer-bottom .footer-menu .list span a {
  font-size: 16px;
  color: #fff;
}

#footer .footer-bottom .footer-menu .list span a:hover {
  text-decoration: underline;
  color: #73a8bb;
}

#footer .copyright {
  padding: 20px 0;
  position: relative;
}

#footer .copyright::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #1B1B1B;
}

#footer .copyright .wrapper {
  position: relative;
  z-index: 9;
}

#footer .copyright .icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#footer .copyright .icon:hover {
  -webkit-filter: none;
          filter: none;
}

@media only screen and (max-width: 600px) {
  #footer .copyright .links {
    text-align: left !important;
  }
}

#footer .copyright .links a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  position: relative;
}

#footer .copyright .links a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 8px;
}

#footer .copyright .links a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 50%;
}

#footer .copyright .links a:hover {
  text-decoration: underline;
}

#footer .copyright .copy-text {
  font-size: 16px;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #footer .copyright .copy-text {
    margin-bottom: 20px;
    text-align: center;
  }
}

.lines::before, .lines::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background: #f3f3f3;
}

@media only screen and (max-width: 769px) {
  .lines:nth-child(1) {
    display: none;
  }
}

.lines:nth-child(1)::before {
  left: 4%;
  top: 0;
}

.lines:nth-child(1)::after {
  left: 30%;
  top: -60px;
}

@media only screen and (max-width: 769px) {
  .lines:nth-child(1)::after {
    left: 40%;
  }
}

@media only screen and (max-width: 769px) {
  .lines:nth-child(2) {
    display: none;
  }
}

.lines:nth-child(2)::before {
  left: 46%;
  top: 0;
}

.lines:nth-child(2)::after {
  left: 54%;
  top: 0;
}

@media only screen and (max-width: 600px) {
  .lines:nth-child(3) {
    display: none;
  }
}

.lines:nth-child(3)::before {
  left: 96%;
  top: 0;
}

.lines:nth-child(3)::after {
  left: 70%;
  top: -60px;
}

@media only screen and (max-width: 769px) {
  .lines:nth-child(3)::after {
    left: 60%;
  }
}

.brands {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
}

.brands::before, .brands::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5%;
  width: 55%;
  height: 100%;
  background: url("../img/triangle_bg.svg") center center no-repeat;
  background-size: 100% 100%;
}

@media only screen and (max-width: 1200px) {
  .brands::before, .brands::after {
    bottom: 25%;
  }
}

@media only screen and (max-width: 600px) {
  .brands::before, .brands::after {
    width: 100%;
  }
}

.brands::before {
  left: 45%;
  right: unset;
  bottom: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1200px) {
  .brands::before {
    left: 25%;
  }
}

.brands .container {
  z-index: 9;
}

.brands .header-wrapper {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .brands .header-wrapper {
    text-align: center;
  }
}

.brands .header-wrapper .slogan {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .brands .header-wrapper .slogan {
    font-size: 18px;
  }
  .brands .header-wrapper .slogan br {
    display: none !important;
  }
}

.brands .header-wrapper .title {
  font-size: 50px;
  font-weight: 800;
  color: #000;
}

.brands .header-wrapper .buttons {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 600px) {
  .brands .header-wrapper .buttons {
    display: none !important;
  }
}

.brands .header-wrapper .buttons .swiper-button.prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 10px;
}

.brands .header-wrapper .buttons .swiper-button .icon {
  -webkit-filter: brightness(0) invert(1) opacity(0.15);
          filter: brightness(0) invert(1) opacity(0.15);
  width: 22px;
  height: 22px;
}

.brands .header-wrapper .buttons .swiper-button:hover .icon {
  -webkit-filter: none;
          filter: none;
}

.brands .swiper-container {
  width: calc(100% + 60px);
  padding: 30px 30px;
  margin-left: -30px;
}

.brands .swiper-container .swiper-wrapper {
  margin: 100px 0;
}

@media only screen and (max-width: 1200px) {
  .brands .swiper-container .swiper-wrapper {
    margin: 50px 0;
  }
}

.brands .swiper-container .swiper-wrapper .swiper-slide {
  padding: 35px;
  -webkit-box-shadow: -14px -14px 25px 0 #e1e1e1, 24px 24px 25px 0 #e5e5e5;
          box-shadow: -14px -14px 25px 0 #e1e1e1, 24px 24px 25px 0 #e5e5e5;
  border-radius: 30px;
  background: #f5f5f5;
}

.brands .swiper-container .swiper-wrapper .swiper-slide img {
  width: 80%;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .brands .swiper-container .swiper-wrapper .swiper-slide img {
    height: 40px;
  }
}

.brands .swiper-container .swiper-wrapper .swiper-slide:hover {
  -webkit-box-shadow: -14px -14px 25px 0 rgba(114, 167, 187, 0.6), 14px 14px 25px 0 #e5e5e5;
          box-shadow: -14px -14px 25px 0 rgba(114, 167, 187, 0.6), 14px 14px 25px 0 #e5e5e5;
}

.brands .swiper-container .swiper-wrapper .swiper-slide:hover img {
  -webkit-filter: none;
          filter: none;
}

.brands .swiper-pagination {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.brands .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #555;
  margin-right: 10px;
  border: solid 2px transparent;
}

.brands .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  border: solid 2px #73a8bb;
  background: transparent;
}

#banner {
  background-color: #f5f5f5;
}

#banner .breadcrumb {
  position: absolute;
  z-index: 9;
  margin-top: 10px;
}

@media only screen and (max-width: 600px) {
  #banner .breadcrumb {
    width: 90%;
  }
}

#banner .breadcrumb .breadcrumb-item,
#banner .breadcrumb a {
  color: #fff;
  font-size: 15px;
}

#banner .breadcrumb .breadcrumb-item br,
#banner .breadcrumb a br {
  display: none;
}

#banner .breadcrumb a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  #banner .breadcrumb {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#banner .image-wrapper img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 2440px) {
  #banner .image-wrapper img {
    height: 550px;
  }
}

#banner .image-wrapper.black::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

#banner .text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

#banner .text-wrapper .title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.84;
  color: #fff;
}

@media only screen and (max-width: 769px) {
  #banner .text-wrapper .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 769px) {
  #banner .text-wrapper .title {
    font-size: 28px;
  }
}

#body .corporate-page .content_1 {
  background-color: #f5f5f5;
  margin-bottom: 130px;
}

@media only screen and (max-width: 1200px) {
  #body .corporate-page .content_1 {
    margin-bottom: 50px;
  }
}

#body .corporate-page .content_1 .image-wrapper {
  margin-left: var(--padding);
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  position: relative;
}

#body .corporate-page .content_1 .image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#body .corporate-page .content_1 .image-wrapper::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: var(--padding);
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background-image: url("../img/plus.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 2440px) {
  #body .corporate-page .content_1 .image-wrapper::after {
    -webkit-transform: translate(-10%, 50%);
            transform: translate(-10%, 50%);
  }
}

@media only screen and (max-width: 1200px) {
  #body .corporate-page .content_1 .image-wrapper::after {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 600px) {
  #body .corporate-page .content_1 .image-wrapper::after {
    display: none;
  }
}

#body .corporate-page .content_1 .image-wrapper img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 2440px) {
  #body .corporate-page .content_1 .image-wrapper img {
    height: 700px;
  }
}

@media only screen and (max-width: 1200px) {
  #body .corporate-page .content_1 .image-wrapper img {
    height: 350px;
  }
}

@media only screen and (max-width: 600px) {
  #body .corporate-page .content_1 .image-wrapper img {
    height: 250px;
  }
}

#body .corporate-page .text {
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  #body .corporate-page .text {
    font-size: 14px;
  }
}

#body .corporate-page .text .slogan {
  font-size: 80px;
  font-weight: 200;
  line-height: 1.15;
  color: #000;
  margin-bottom: 55px;
}

#body .corporate-page .text .slogan strong {
  font-weight: 800;
  display: block;
}

@media only screen and (max-width: 600px) {
  #body .corporate-page .text .slogan {
    font-size: 40px;
  }
}

#body .corporate-page .content_2 {
  padding: 50px 0;
}

#body .corporate-page .content_2 .vision-mission {
  padding-bottom: 75px;
}

#body .corporate-page .content_2 .vision-mission .title {
  font-size: 30px;
  font-weight: 800;
  line-height: 3.07;
  color: #1f2323;
}

#body .corporate-page .content_2 .vision-mission .text {
  color: #1f2323;
}

#body .corporate-page .content_2 .what-we-do {
  padding: 100px 0 50px;
  position: relative;
}

#body .corporate-page .content_2 .what-we-do:last-of-type {
  padding-bottom: 100px;
}

#body .corporate-page .content_2 .what-we-do::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95vw;
  height: 1px;
  background: rgba(216, 216, 216, 0.5);
}

#body .corporate-page .content_2 .what-we-do .title {
  font-size: 40px;
  color: #1f2323;
  margin-bottom: 90px;
}

#body .corporate-page .content_2 .what-we-do .title strong {
  font-weight: 800;
}

#body .corporate-page .content_2 .what-we-do .text {
  color: #1f2323;
}

#body .corporate-page .content_2 .what-we-do .text strong {
  display: block;
  font-weight: 400;
  position: relative;
  margin-bottom: 40px;
}

#body .corporate-page .content_2 .what-we-do .text strong::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 3px;
  background-color: #000;
}

@media only screen and (max-width: 600px) {
  #body .corporate-page .content_2 .what-we-do .text strong::before {
    left: -15px;
  }
}

#body .reference-page {
  background-color: #f5f5f5;
  padding: 50px 0;
}

#body .reference-page .list-wrapper {
  margin: 30px 0 0;
}

#body .reference-page .list-wrapper .element-item {
  -webkit-transition: none;
  transition: none;
  margin-bottom: 30px;
}

#body .reference-page .list-wrapper .element-item .image-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}

#body .reference-page .list-wrapper .element-item .image-wrapper img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1600px) {
  #body .reference-page .list-wrapper .element-item .image-wrapper img {
    height: 350px;
  }
}

@media only screen and (min-width: 2440px) {
  #body .reference-page .list-wrapper .element-item .image-wrapper img {
    height: 600px;
  }
}

#body .reference-page .list-wrapper .element-item .image-wrapper .big-image {
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 35px;
  -webkit-transform: translateX(250%);
          transform: translateX(250%);
}

#body .reference-page .list-wrapper .element-item .image-wrapper .big-image .icon {
  width: 45px;
  height: 45px;
}

#body .reference-page .list-wrapper .element-item .image-wrapper .big-image::after {
  content: "";
  position: absolute;
  bottom: -37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 7px;
  background-color: #73a8bb;
}

#body .reference-page .list-wrapper .element-item .image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

#body .reference-page .list-wrapper .element-item .image-wrapper:hover .big-image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#body .reference-page .list-wrapper .element-item .image-wrapper:hover::before {
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

#body .reference-page .list-wrapper .element-item .text-wrapper {
  padding: 25px 0;
}

#body .reference-page .list-wrapper .element-item .text-wrapper .title {
  font-size: 25px;
  font-weight: 400;
  color: #000;
}

#body .reference-page .list-wrapper .element-item .text-wrapper .title strong {
  position: relative;
  font-weight: 800;
  padding-left: 10px;
}

#body .reference-page .list-wrapper .element-item .text-wrapper .title strong::before {
  content: "|";
  position: absolute;
  left: 0;
  font-size: inherit;
  font-weight: 200;
}

#body .press-kit-page {
  padding: 75px 0;
}

#body .press-kit-page .item {
  width: 100%;
  background-color: #38393a;
  border-radius: 20px;
  padding: 25px 50px;
  position: relative;
  margin-bottom: 30px;
}

#body .press-kit-page .item .title {
  font-size: 25px;
  color: #fff;
  font-weight: 200;
}

#body .press-kit-page .item .title strong {
  font-weight: 600;
  position: relative;
  padding-left: 12px;
}

#body .press-kit-page .item .title strong::before {
  content: "|";
  position: absolute;
  left: 0;
  font-size: inherit;
  font-weight: 200;
}

#body .press-kit-page .item .circle_button {
  width: 65px;
  height: 65px;
}

#body .press-kit-page .item .circle_button .icon {
  width: 20px;
  height: 20px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#body .press-kit-page .item::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 0;
  width: 25%;
  height: 2px;
  background-color: #73a8bb;
}

#body .press-kit-page .item:hover::after {
  background-color: #000;
}

#body .price-list-page {
  padding: 75px 0;
}

#body .price-list-page .item {
  margin-bottom: 30px;
  padding: 45px 25px;
  background: #38393a;
  position: relative;
}

#body .price-list-page .item .image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  margin-right: 30px;
  position: relative;
}

#body .price-list-page .item .image-wrapper img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

#body .price-list-page .item .image-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
  height: 2px;
  background-color: transparent;
}

#body .price-list-page .item .text-wrapper .title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.33;
  color: #fff;
  padding-bottom: 15px;
  border-bottom: 1px solid #565656;
  display: block;
}

#body .price-list-page .item .text-wrapper .title:hover {
  color: #73a8bb;
}

#body .price-list-page .item .text-wrapper .text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.56;
  color: #787878;
}

#body .price-list-page .item .text-wrapper .text p {
  margin-bottom: 5px;
}

#body .price-list-page .item .text-wrapper .date {
  display: block;
  font-size: 16px;
  line-height: 1.56;
  color: #787878;
}

#body .price-list-page .item .text-wrapper .link {
  position: absolute;
  right: 25px;
  bottom: 45px;
}

#body .price-list-page .item .text-wrapper .link .icon {
  width: 18px;
  height: 18px;
  margin-left: 15px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#body .price-list-page .item .text-wrapper .link span {
  font-size: 16px;
  line-height: 2.5;
  color: #787878;
}

#body .price-list-page .item .text-wrapper .link:hover span {
  text-decoration: underline;
  color: #fff;
}

#body .price-list-page .item:hover .image-wrapper::after {
  background-color: #73a8bb;
}

#body .price-list-page .item:hover .text-wrapper .text {
  color: #73a8bb;
}

@media only screen and (max-width: 1200px) {
  #body .brand-page .filter-wrapper .button {
    margin-bottom: 20px;
  }
}

#body .brand-page .list-wrapper {
  padding: 40px 0;
  position: relative;
}

#body .brand-page .list-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
}

#body .brand-page .list-wrapper .element-item {
  position: relative;
  z-index: 9;
}

#body .brand-page .list-wrapper .item {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

#body .brand-page .list-wrapper .item .image-wrapper {
  padding: 100px 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 2440px) {
  #body .brand-page .list-wrapper .item .image-wrapper {
    padding: 80px 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  #body .brand-page .list-wrapper .item .image-wrapper {
    padding: 80px 20px;
  }
}

#body .brand-page .list-wrapper .item .image-wrapper img {
  width: 60%;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
}

#body .brand-page .list-wrapper .item .text-wrapper {
  padding: 25px;
  background: #f0f0f0;
}

#body .brand-page .list-wrapper .item .text-wrapper .title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

#body .brand-page .list-wrapper .item .text-wrapper:hover {
  background-color: rgba(0, 149, 59, 0.09);
}

#body .news-page {
  padding: 100px 0;
  position: relative;
}

#body .news-page::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background-color: #73a8bb;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  #body .news-page::before {
    height: 20%;
  }
}

@media only screen and (max-width: 1200px) {
  #body .news-page::before {
    height: 10%;
  }
}

#body .news-page .item {
  margin-bottom: 30px;
}

#body .news-page .item .image-wrapper img {
  width: 100%;
  height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 2440px) {
  #body .news-page .item .image-wrapper img {
    height: 425px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #body .news-page .item .image-wrapper img {
    height: 425px;
  }
}

#body .news-page .item .image-wrapper .date {
  position: absolute;
  left: 25px;
  bottom: 25px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

#body .news-page .item .image-wrapper .date strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

#body .news-page .item .text-wrapper {
  padding: 20px 0;
  position: relative;
}

#body .news-page .item .text-wrapper .title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4;
  color: #1f2323;
  margin-bottom: 30px;
  display: inline-block;
}

#body .news-page .item .text-wrapper .title br {
  display: none;
}

#body .news-page .item .text-wrapper .title:hover {
  color: #000;
}

#body .news-page .item .text-wrapper .text {
  font-size: 16px;
  color: #1f2323;
}

#body .news-page .item .text-wrapper .link {
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#body .news-page .item .text-wrapper .link .icon {
  width: 25px;
  height: 25px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

#body .news-page .item .text-wrapper .link:hover {
  -webkit-animation: slide-down 3.25s infinite;
          animation: slide-down 3.25s infinite;
}

@media only screen and (max-width: 600px) {
  #body .news-page .item .text-wrapper .link {
    display: none;
  }
}

#body .contact-page {
  background-color: #f5f5f5;
}

#body .contact-page .content-title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-bottom: 55px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
}

#body .contact-page .contact-info {
  padding: 60px 0 95px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  #body .contact-page .contact-info {
    padding: 60px 0;
  }
}

#body .contact-page .contact-info::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 95vw;
  height: 1px;
  background: rgba(216, 216, 216, 0.2);
}

@media only screen and (max-width: 600px) {
  #body .contact-page .contact-info .item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 25px;
  }
}

#body .contact-page .contact-info .item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  margin-right: 15px;
}

#body .contact-page .contact-info .item a {
  font-size: 15px;
  line-height: 1.56;
  color: #000;
}

@media only screen and (max-width: 1200px) {
  #body .contact-page .contact-info .item a br {
    display: none;
  }
}

#body .contact-page .contact-info .item a[href]:hover {
  color: #73a8bb;
}

#body .contact-page .contact-form {
  padding: 50px 0;
}

#body .contact-page .contact-form .form-control {
  height: 75px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 12px;
  margin-bottom: 20px;
  border: solid 1px #73a8bb;
  background-color: #f3f3f3;
  font-size: 15px;
  color: #000;
}

#body .contact-page .contact-form .form-control::-webkit-input-placeholder {
  opacity: 0.5;
}

#body .contact-page .contact-form textarea {
  resize: none;
  height: auto !important;
  padding: 20px 30px;
}

#body .contact-page .contact-form .btn {
  background: #73a8bb;
  border-radius: 10px;
  font-size: 18px;
  color: #ffffff;
  padding: 25px 65px;
  font-weight: 900;
}

#body .contact-page .contact-form .btn:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  #body .contact-page .contact-form .btn {
    width: 100%;
    margin-top: 20px;
  }
}

#body .contact-page .map-wrapper {
  padding: 30px 0;
}

#body .contact-page .map-wrapper iframe {
  width: 100% !important;
  height: 525px !important;
}

@media only screen and (min-width: 2440px) {
  #body .contact-page .map-wrapper iframe {
    height: 625px;
  }
}

.filter-wrapper {
  padding: 65px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 600px) {
  .filter-wrapper {
    text-align: center;
    padding: 30px 0 0;
  }
}

.filter-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95vw;
  height: 1px;
  background: rgba(216, 216, 216, 0.2);
}

.filter-wrapper .dropdown-menu {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.filter-wrapper .button:not(.see_all) {
  padding: 30px 20px;
  border-radius: 12px;
  border: solid 1px #414141;
  background: #1f2323;
  font-size: 17px;
  color: #fff;
  position: relative;
}

.filter-wrapper .button:not(.see_all):not(:last-of-type) {
  margin-right: 30px;
}

@media only screen and (max-width: 769px) {
  .filter-wrapper .button:not(.see_all) {
    font-size: 16px;
    margin-right: 20px;
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .filter-wrapper .button:not(.see_all) {
    width: 90%;
    margin-bottom: 25px;
    margin-right: 0 !important;
  }
}

.filter-wrapper .button:not(.see_all):hover, .filter-wrapper .button:not(.see_all).is-checked, .filter-wrapper .button:not(.see_all):focus {
  border-color: #1f2323;
}

.filter-wrapper .button.see_all {
  margin-left: auto;
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.filter-wrapper .button.see_all:hover, .filter-wrapper .button.see_all.is-checked, .filter-wrapper .button.see_all:focus {
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .filter-wrapper .button.see_all {
    margin: 20px auto;
  }
}

.filter-wrapper .parent {
  position: relative;
}

.filter-wrapper .parent .child {
  position: absolute;
  width: 100%;
  text-align: center;
  padding: 0;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  padding-top: 10px;
  background: transparent;
  z-index: 1050;
}

.filter-wrapper .parent .child .button {
  width: 100%;
}

.filter-wrapper .parent:hover .child {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.reference_modal .modal-dialog {
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
}

.reference_modal .modal-dialog::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%) translateX(-50%);
          transform: translateY(50%) translateX(-50%);
  background-image: url("../img/plus.svg");
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1200px) {
  .reference_modal .modal-dialog::after {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .reference_modal .modal-dialog::after {
    display: none;
  }
}

.reference_modal .modal-dialog .modal-content {
  background: transparent;
  border: 0;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .reference_modal .modal-dialog .modal-content {
    height: 100vh;
    overflow-y: scroll;
    padding: 200px 0 50px;
  }
}

.reference_modal .modal-dialog .modal-content .image-wrapper img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .reference_modal .modal-dialog .modal-content .image-wrapper img {
    height: 400px;
  }
}

@media only screen and (max-width: 769px) {
  .reference_modal .modal-dialog .modal-content .image-wrapper img {
    height: 300px;
  }
}

.reference_modal .modal-dialog .modal-content .image-wrapper .buttons {
  position: absolute;
  bottom: -70px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  left: calc(var(--bs-gutter-x) / 2);
}

@media only screen and (max-width: 1200px) {
  .reference_modal .modal-dialog .modal-content .image-wrapper .buttons {
    bottom: -40px;
    right: calc(var(--bs-gutter-x) / 2);
    left: unset;
  }
}

.reference_modal .modal-dialog .modal-content .image-wrapper .buttons .swiper-button.prev {
  margin-right: 30px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.reference_modal .modal-dialog .modal-content .image-wrapper .buttons .circle_button {
  width: 55px;
  height: 55px;
}

.reference_modal .modal-dialog .modal-content .image-wrapper .buttons .circle_button .icon {
  width: 18px;
  height: 18px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.reference_modal .modal-dialog .modal-content .text-wrapper .top {
  padding-top: 75px;
}

.reference_modal .modal-dialog .modal-content .text-wrapper .top .title {
  font-size: 30px;
  line-height: 1.33;
  color: #fff;
  margin-bottom: 45px;
}

.reference_modal .modal-dialog .modal-content .text-wrapper .top .title strong {
  display: block;
  font-weight: 800;
}

@media only screen and (max-width: 1200px) {
  .reference_modal .modal-dialog .modal-content .text-wrapper .top .title strong {
    display: inline-block;
  }
}

.reference_modal .modal-dialog .modal-content .text-wrapper .top .text {
  font-size: 16px;
  line-height: 1.69;
  color: #fff;
}

.reference_modal .modal-dialog .modal-content .text-wrapper .offer .icon {
  width: 30px;
  height: 30px;
}

.reference_modal .modal-dialog .modal-content .text-wrapper .offer a {
  font-size: 16px;
  color: #fff;
  margin-left: 15px;
}

.reference_modal .modal-dialog .modal-content .text-wrapper .offer a:hover {
  text-decoration: underline;
}

.reference_modal .modal-dialog .modal-content .close_btn {
  width: 50px;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: -20%;
  top: -20%;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .reference_modal .modal-dialog .modal-content .close_btn {
    right: 12px;
    top: -15%;
  }
}

.reference_modal .modal-dialog .modal-content .close_btn:hover label {
  opacity: 1;
}

.reference_modal .modal-dialog .modal-content .close_btn:hover .inner:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  top: 0;
}

.reference_modal .modal-dialog .modal-content .close_btn:hover .inner:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  bottom: 0;
}

.reference_modal .modal-dialog .modal-content .close_btn .inner {
  width: inherit;
  text-align: center;
}

.reference_modal .modal-dialog .modal-content .close_btn .inner:before {
  position: absolute;
  content: "";
  height: 1px;
  width: inherit;
  background: #73a8bb;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.reference_modal .modal-dialog .modal-content .close_btn .inner:after {
  position: absolute;
  content: "";
  height: 1px;
  width: inherit;
  background: #73a8bb;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.reference_modal .modal-dialog .modal-content .close_btn label {
  font-size: 15px;
  line-height: 2em;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0;
  cursor: pointer;
}

.reference_modal .modal-dialog .triangle {
  opacity: .3;
}

.reference_modal .modal-dialog .triangle::before, .reference_modal .modal-dialog .triangle::after {
  content: "";
  position: absolute;
  right: -25%;
  bottom: -30%;
  width: 75%;
  height: 100%;
  background: url("../img/triangle_bg.svg") center center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  opacity: 0.6;
}

@media only screen and (max-width: 769px) {
  .reference_modal .modal-dialog .triangle::before, .reference_modal .modal-dialog .triangle::after {
    display: none;
  }
}

.reference_modal .modal-dialog .triangle::after {
  bottom: -10%;
  left: 25%;
  z-index: 0;
}

.modal-backdrop.show {
  background-color: #1e1e1c;
  opacity: 0.95;
}

@media only screen and (max-width: 600px) {
  .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  :root {
    --padding: calc((100% - 1140px) / 2);
  }
  .navbar-brand {
    width: 15%;
  }
}

@media only screen and (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1370px;
  }
  :root {
    --padding: calc((100% - 1370px) / 2);
  }
}

@media only screen and (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1300px;
  }
  :root {
    --padding: calc((100% - 1300px) / 2);
  }
}

@media only screen and (min-width: 2440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1600px;
  }
  :root {
    --padding: calc((100% - 1600px) / 2);
  }
}

@-webkit-keyframes slide-down {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(90deg);
            transform: translateY(12px) rotate(90deg);
  }
}

@keyframes slide-down {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(12px) rotate(90deg);
            transform: translateY(12px) rotate(90deg);
  }
}
/*# sourceMappingURL=style.css.map */