@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("../font/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/Montserrat-Regular.woff2") format("woff2"),
    url("../font/Montserrat-Regular.woff") format("woff"),
    url("../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"),
    url("../font/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/Montserrat-Bold.woff2") format("woff2"),
    url("../font/Montserrat-Bold.woff") format("woff"),
    url("../font/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Light.eot");
  src: local("Montserrat Light"), local("Montserrat-Light"),
    url("../font/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
    url("../font/Montserrat-Light.woff2") format("woff2"),
    url("../font/Montserrat-Light.woff") format("woff"),
    url("../font/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Black.eot");
  src: local("Montserrat Black"), local("Montserrat-Black"),
    url("Montserrat-Black.eot?#iefix") format("embedded-opentype"),
    url("Montserrat-Black.woff2") format("woff2"),
    url("Montserrat-Black.woff") format("woff"),
    url("../font/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url("../font/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    url("../font/Montserrat-Medium.woff2") format("woff2"),
    url("../font/Montserrat-Medium.woff") format("woff"),
    url("../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-ExtraBold.eot");
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"),
    url("../font/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../font/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../font/Montserrat-ExtraBold.woff") format("woff"),
    url("../font/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url("../font/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../font/Montserrat-SemiBold.woff2") format("woff2"),
    url("../font/Montserrat-SemiBold.woff") format("woff"),
    url("../font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Thin.eot");
  src: local("Montserrat Thin"), local("Montserrat-Thin"),
    url("../font/Montserrat-Thin.eot?#iefix") format("embedded-opentype"),
    url("../font/Montserrat-Thin.woff2") format("woff2"),
    url("../font/Montserrat-Thin.woff") format("woff"),
    url("../font/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

/*************reser************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
button {
  cursor: pointer;
  border: none;
  display: inline-block;
  background: none;
  padding: 0;
}
body {
  font-family: "Montserrat";
  background: var(--black);
}
/*******header*********/
* {
  --white: #fff;
  --black: #131214;
  --accent: #eb5939;
  --beige: #b7ab98;
}
h1 {
  text-align: center;
  font-size: 95px;
  font-weight: 700;
  line-height: 107%;
  text-transform: uppercase;
}
h2 {
  color: var(--accent);
  font-size: 70px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
a.btn-search {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  border-radius: 50%;
  /* color: var(--accent); */
  /* border: 1px solid var(--accent); */
  display: flex;
  align-items: center;
  justify-content: center;
}
.container {
  max-width: 1700px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  /* overflow: hidden; */
}
.max-container {
  max-width: 1700px;
  margin: 0 auto 0 10%;
  padding: 0 20px;
  overflow: hidden;
}
.container-sm {
  max-width: 1510px;
  padding: 0 30px;
  margin: 0 auto;
  overflow: hidden;
}
/********header***/
header a {
  font-size: 16px;
  color: var(--beige);
  text-transform: uppercase;
  font-weight: 500;
}
.logo > img + img {
  display: none;
}
.nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.nav-btn {
  border: 1px solid var(--beige);
  display: none;
  align-items: center;
}
/* .nav-btn {
  padding: 8px 6px;
  border: 1px solid var(--beige, #B7AB98);
}
.nav-btn span{
  width: 12px;
  height: 1px ;
  background: var(--beige);
  display: block;
  mb
} */
.nav-box nav > ul {
  display: flex;
  gap: 80px;
}
.nav-box nav .active {
  color: var(--white);
  position: relative;
  display: block;
}
.nav-box nav .active::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--accent);
  position: absolute;
  bottom: -5px;
  left: 0;
}
.footer nav > div ul a:hover {
  color: var(--white);
  position: relative;
}
.footer nav > div ul a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: var(--accent);
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all 0.5s linear;
}
.footer nav > div ul a:hover::before {
  width: 100%;
}
.nav-box nav a {
  position: relative;
  display: block;
}
.nav-box nav ul a:hover {
  transition: all 0.5s linear;
  color: var(--white);
  position: relative;
  display: block;
}
.nav-box nav a::before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: var(--accent);
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all 0.5s linear;
}
.nav-box nav a:hover::before {
  width: 100%;
}
.nav-last-box > a {
  display: flex;
}
.nav-last-box > a > span:last-child {
  display: flex;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--accent);
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
}
.nav-last-box svg {
  transition: all 0.5s linear;
  fill: transparent;
}
.nav-last-box svg:hover {
  fill: var(--white);
}
.nav-mobile {
  display: none;
}
.nav-last-box {
  display: flex;
  gap: 30px;
  align-items: center;
}
.lang > li > a {
  display: flex;
  gap: 2px;
  align-items: center;
}
.lang > li {
  position: relative;
}
.lang > li > ul {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 14px 13px 9px;
  background: #1312143b;
  position: absolute;
  top: 24px;
  right: -3px;
}
.lang > li:hover ul {
  visibility: visible;
}
.main {
  position: relative;
  padding-bottom: 233px;
  margin-bottom: 45px;
}
.social-network {
  display: flex;
  flex-direction: column;
  gap: 35px;
  position: absolute;
  left: 30px;
  bottom: 0;
}
.social-network path {
  transition: fill 0.5s linear;
}
.social-network a:hover path {
  fill: var(--white);
}
.main h1 {
  padding-top: 163px;
  color: var(--beige);
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.main h1 > span:last-child {
  color: var(--accent);
}
.main .btn-search {
  width: 394px;
  height: 394px;
  position: absolute;
  bottom: 0;
  right: 70px;
}
.main > p {
  width: 626px;
  text-align: center;
  color: var(--beige);
  margin: 0 auto;
  font-size: 20px;
}
.btn-search {
  border: 1px solid var(--accent);
  color: var(--accent);
  transition: all 0.5s linear;
  z-index: 1;
  background: transparent;
}
.btn-search:hover {
  background: var(--accent);
  color: var(--black);
  transition: all 0.5s linear;
}
.string {
  padding: 4px 0 5px;
  background: var(--accent);
  width: 100%;
  overflow: hidden;
  height: 54px;
  box-sizing: border-box;
  white-space: nowrap;
  position: relative;
}

.string p {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-transform: uppercase;
  animation: none;
  position: absolute;
  animation: marquee 20s linear infinite;
  transform: translateX(0%);
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}
.range-box a.btn-search {
  width: 270px;
  height: 270px;
  /* margin-right: 30px; */
  margin-top: -30px;
  margin-left: auto;
  color: var(--accent);
  transition: all 0.5s linear;
}
.range-box a.btn-search:hover {
  mix-blend-mode: difference;
  color: var(--black);
}
.range-box h2 {
  color: var(--accent);
  font-size: 60px;
}
.range-box h3 {
  color: var(--beige);
}
.box-category {
  display: flex;
  align-items: center;
  gap: 75px;
  margin-bottom: 20px;
}
.category-items {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
  position: relative;
}
.box-category > div > a {
  color: var(--beige);
  display: flex;
  align-items: center;
}
.box-category > div > a:first-child,
.stay-social-block > .container a {
  color: var(--beige);
  transition: all 0.5s linear;
}
.box-category > div > a:first-child path,
.stay-social-block > .container a path {
  transition: all 0.5s linear;
}
.box-category > div > a:first-child:hover path,
.stay-social-block > .container a:hover path {
  fill: var(--white);
}
.box-category > div > a:first-child:hover,
.stay-social-block > .container a:hover {
  color: var(--white);
}
.box-category > div > a > span:first-child {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
}

.range-box > div > div {
  position: relative;
}
.category-item {
  position: relative;
  /* background: var(--black); */
}
.category-items > a:not(:first-child) > div {
  padding: 145px 10px 12px;
  box-sizing: border-box;
  border-left: 1px solid rgba(183, 171, 152, 0.20);

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /* transition: left .5s linear; */
  background: var(--black);
}
.category-items > a > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.category-items > a:first-child > div {
  padding: 145px 0 12px;
  box-sizing: border-box;
  /* height: 800px; */
  height: 700px;
}
.category-items > a h3 {
  margin-bottom: 10px;
  font-size: 30px;
}
.category-items > a:not(:first-child) h3 {
  opacity: 0.5;
  padding: 0 20px;
}
.category-items > a:first-child > img {
  opacity: 0.5;
}
.box-category > div:first-child {
  width: 373px;
  min-width: 373px;
}
/* .category-item:hover img{
  animation: shpowImg 2s linear;
}
@keyframes shpowImg {
  0%   { opacity: 0; }
    100% { opacity: 1; }
} */
/* .category-items>a:nth-child(2){
  z-index: 2;
}
.category-items>a:last-child{
  z-index: 3;
}*/

.left-slider .swiper-slide,
.left-block .swiper-slide-visible,
.videoSwiper .swiper-slide-visible,
.videoSwiper .swiper-slide {
  opacity: 0.5 !important;
}
.left-slider .swiper-slide-visible.swiper-slide-active,
.left-slider .swiper-slide-thumb-active,
.videoSwiper .swiper-slide-activeюswiper-slide-thumb-active,
.videoSwiper .swiper-slide-thumb-active {
  opacity: 1 !important;
}
.topSwiper {
  margin-bottom: 25px;
}
.category-items > a {
  width: 33.3%;
  box-sizing: border-box;
}
.category-item div > div {
  max-width: 300px;
  max-height: 300px;
  text-align: center;
  margin: 0 auto;
}
.category-item img {
  height: inherit;
  width: inherit;
  max-height: 100%;
  max-width: 100%;
}
#circleMouse {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--accent);
  position: absolute;
  pointer-events: none;
  z-index: 100;
  display: none;
}
.category-items > a:not(:first-child) > div:hover h3 {
  opacity: 1;
}
.category-items > a:not(:first-child) > div h3 {
  transition: all 0.5s linear;
}
.category-item div > div {
  position: relative;
  /* left: 0%; */
  /* transition: all .5s linear; */
}
.category-item div > div img,
.category-items > a:first-child > div img {
  transition: all 0.5s linear;
  /* transform: scale(1); */
}
.category-items > a > div img {
  opacity: 0.5;
}
.category-items > a:hover > div img,
.category-items > a:first-child > div img {
  opacity: 1;
}
/* .category-items>a:not(:first-child)>div:hover img,
.category-items>a:first-child>div:hover img{
  transform: scale(1.3);
}
.category-items>a:not(:first-child)>div:hover>div{
  left: 20%;
} 
.category-items>a:not(:first-child)>div:hover h3{
  opacity: 1;
  width: 127%;
} */
/* .category-item:not(:first-child):hover ~ .category-item:first-child{
  opacity: .5;
} */
/* .category-items>a:first-child{
  transition: all .5s linear;
  left: 0;
} */
/* .category-items>a:first-child:hover{
  left: -10%;
  border-left: 1px solid var(--beige);
} */
.about-company > .container-sm {
  padding-top: 317px;
  padding-bottom: 205px;
}
.about-company h1 {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: var(--beige);
}
.about-company p {
  max-width: 660px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: var(--white);
  margin: 9px 0 40px auto;
}
.about-company a {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
  width: 394px;
  height: 394px;
  /* width: 100%;
  height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--beige);
  border: 1px solid var(--Beige, #b7ab98);
  transition: all 0.5s linear;
}
.about-company a:hover {
  background: var(--accent);
  color: var(--black);
  border: 1px solid var(--accent);
}

/*********swiper*********/
.slider-box {
  position: relative;
  margin-bottom: 205px;
}
.container-sm.slider-box{
  overflow: inherit;
}
.slider-nav {
  display: flex;
  gap: 45px;
  margin-bottom: 45px;
}
.slider-nav a {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--beige);
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: all 0.5s linear;
}
.slider-nav a:hover {
  color: var(--white);
  border-bottom: 1px solid var(--accent);
}
.slider-nav .active {
  color: var(--white);
  border-bottom: 1px solid var(--accent);
}
.slider-box > div {
  display: flex;
  gap: 16px;
}
.left-block {
  width: 25%;
  position: relative;
  padding: 43px;
  box-sizing: border-box;
}
.left-block h3 {
  text-transform: uppercase;
  color: var(--accent);
}
.left-block h3 > span:last-child {
  color: var(--white);
  display: block;
}
.left-block p {
  font-size: 20px;
  line-height: 150%;
  color: #fff;
  text-align: center;
  margin-left: 14px;
}
.galleryTop {
  width: 75%;
}
.swiper-slide img {
  width: 100%;
}
.galleryTop .swiper-slide {
  width: 32%;
}
.swiper-slide > a:first-child {
  width: inherit;
  height: auto;
  width: 100%;
}
.swiper-slide > a:first-child img {
  width: 100%;
}
.swiper-slide > div:last-child {
  padding: 30px;
  box-sizing: border-box;
  margin-top: -5px;
}
.swiper-slide span {
  color: var(--beige, #b7ab98);
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
}
.swiper-slide h4 {
  color: var(--white);
  font-size: 20px;
  line-height: 140%;
  margin: 5px 0;
}
.swiper-slide h4 > a {
  color: var(--white);
}
.swiper-slide p {
  color: var(--beige);
  line-height: 150%;
  margin-bottom: 35px;
}
.swiper-slide button {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
}
.galleryBrend .swiper-slide:hover {
  background: var(--white);
}
.galleryBrend .swiper-slide:hover span,
.galleryBrend .swiper-slide:hover h4 > a,
.galleryBrend .swiper-slide:hover p,
.galleryBrend .swiper-slide:hover button {
  color: var(--black);
}
.galleryBrend .swiper-slide:hover .swiper-hover-block {
  visibility: visible;
  opacity: 1;
}
.swiper-btn-next,
.swiper-btn-prev {
  position: absolute;
  top: 40%;
  padding: 20px 5px;
  cursor: pointer;
}
.swiper-btn-next path,
.swiper-btn-prev path {
  transition: fill 0.5s linear;
}
.swiper-btn-next:hover path,
.swiper-btn-prev:hover path {
  fill: var(--accent);
}
.swiper-btn-prev {
  left: 20px;
}
.swiper-btn-next {
  right: 20px;
}
.swiper-hover-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  visibility: hidden;
  opacity: 0;
}
.swiper-hover-block > a:first-child {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
  border: 1px solid var(--accent);
  color: var(--accent);
  padding: 17px 72.5px;
  display: inline-block;
  transition: all 0.5s linear;
}
.swiper-hover-block > a:first-child:hover {
  color: var(--white);
  background: var(--accent);
}
.swiper-hover-block > a,
.swiper-hover-block > a path {
  transition: all 0.5s linear;
  fill: transparent;
}
.swiper-hover-block > a:last-child:hover path {
  fill: var(--accent);
}
.galleryTop .swiper-slide {
  transition: all 0.5s linear;
}
.galleryTop .swiper-slide:hover p,
.galleryTop .swiper-slide:hover span,
.galleryTop .swiper-slide:hover h4 > a,
.galleryTop .swiper-slide:hover button {
  color: var(--black);
}
.galleryTop .swiper-slide:hover {
  background: var(--white);
}
.galleryTop .swiper-slide:hover .swiper-hover-block {
  opacity: 1;
  visibility: visible;
}
/*************stay-social-block**/
.stay-social-block > .container p > span {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--beige);
}
.stay-social-block > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
.stay-social-block > .container p > span:last-child {
  color: var(--accent);
  display: block;
}
.stay-social-block > .container a {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--beige);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.stay-social-block ul {
  display: flex;
}
.stay-social-block ul li {
  width: 25%;
  max-height: 480px;
  overflow: hidden;
}
.stay-social-block ul li img {
  width: 100%;
  object-fit: cover;
}

/*************footer************/
.footer {
  padding: 74px 0 70px;
  position: relative;
}
.left-side {
  color: var(--beige);
}
.left-side .logo {
  margin-bottom: 24px;
}
.left-side ul p {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.logo {
  display: inline-block;
  /* margin-bottom: 24px; */
}
.left-side ul a {
  text-decoration: none;
  color: var(--beige);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: block;
  transition: all 0.5s linear;
}
.lang > li > ul a {
  transition: all 0.5s linear;
}
.lang > li > ul a:hover {
  color: var(--white);
}
.lang > li:hover + ul {
  visibility: visible;
}
.lang > li ul:hover {
  visibility: visible;
}
.left-side ul a:hover {
  color: var(--white);
}
.left-side ul > li:last-child p {
  font-size: 16px;
}
.left-side ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer > div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 160px;
}
.footer nav {
  display: flex;
  gap: 205px;
}
.footer nav h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 42px;
}
.footer nav > div ul a {
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  color: var(--beige);
  white-space: pre;
}
.footer nav > div:first-child > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40%;
}
.footer nav > div:last-child > ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer .btn-search {
  position: absolute;
  bottom: 74px;
  right: 0;
  width: 270px;
  height: 270px;
}
.footer-end {
  display: flex;
  align-items: center;
}
.footer-end > p {
  color: var(--beige);
  margin-right: 25%;
}
.footer-end p > span {
  text-transform: uppercase;
}
.footer-end > a {
  display: flex;
  color: var(--white);
  text-decoration: none;
  align-items: center;
  gap: 15px;
  font-family: "Ubuntu", sans-serif;
  transition: all 0.5s linear;
}
.footer-end > a:hover {
  opacity: 0.5;
}

/*********************brend************/
.main-brend p {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  max-width: 656px;
}
.main-brend-box > div {
  display: flex;
  gap: 13px;
}
.main-brend {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 47px 10px 50px;
  align-items: center;
}
.main-brend-box > div h1 span {
  color: var(--beige);
  display: block;
  text-align: left;
}
.main-brend .btn-search {
  width: 334px;
  height: 334px;
  border: 1px solid var(--beige);
  margin-top: 72px;
  transition: all 0.5s linear;
}
.main-brend .btn-search:hover path {
  fill: var(--black);
}
.items-box > .item-box > a:first-child {
  max-width: 470px;
  max-height: 490px;
}
.items-box .item-box img {
  height: inherit;
  width: 100%;
  object-fit: cover;
}
.item-box {
  max-width: 470px;
  width: 100%;
  transition: all 0.5s linear;
  margin-right: 19px;
}
.item-box span {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  color: var(--beige);
}
.item-box h4 > a {
  color: var(--white);
  margin: 5px 0;
  display: inline-block;
}
.item-box p {
  font-size: 16px;
  line-height: 150%;
  color: var(--beige);
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item-box button {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
}
.item-box:hover span,
.item-box:hover h4,
.item-box:hover p,
.item-box:hover button {
  color: var(--white);
}
.item-box a:last-child path {
  transition: all 0.5s linear;
}
.item-box a:last-child:hover path {
  fill: #fff;
}
.item-box:hover > div:last-child {
  background: var(--accent);
}
.item-box > div:last-child {
  padding: 30px;
  box-sizing: border-box;
  /* transition: all .5s linear; */
  margin-top: -5px;
}
.items-box > div > .item-box > div:last-child {
  max-width: 100%;
  margin-bottom: 290px;
}
.showcase-items {
  margin-bottom: 60px;
}
.items-box > div > .item-box {
  margin: 0 19px;
  max-width: 33%;
  position: relative;
}
.items-box > div > .item-box::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(183, 171, 152, 0.2);
  position: absolute;
  top: 0;
  left: -19px;
}
.item-hover-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.item-hover-block > a:first-child {
  padding: 17px 46px;
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.item-hover-block > a:first-child:hover {
  color: var(--accent);
  background: var(--white);
}
.items-box > div > .item-box:last-child {
  margin-right: 0;
}
.items-box {
  display: flex;
}
.items-box > div:last-child {
  display: flex;
  width: 70%;
}
.showcase-box {
  padding-top: 210px;
}
.showcase-box h2 span {
  display: block;
  color: var(--beige);
}
.showcase-items > p {
  max-width: 656px;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  margin: 5px 0 30px auto;
}
.item-box:hover .swiper-hover-block {
  visibility: visible;
  opacity: 1;
}
.showcase-items {
  position: relative;
}
.showcase-items > a {
  width: 270px;
  height: 270px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.item-hover-block {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s linear;
}
.item-box:hover .item-hover-block {
  visibility: visible;
  opacity: 1;
}
.galleryBrend .swiper-slide {
  width: 25%;
  transition: all 0.5s linear;
}
.galleryBrend {
  margin-bottom: 70px;
}
.swiper-brend > div:last-child {
  display: flex;
  justify-content: space-between;
  gap: 117px;
  margin-bottom: 220px;
}
.swiper-brend > div:last-child h3 {
  color: var(--beige);
  white-space: nowrap;
}
.swiper-brend > div:last-child p {
  color: var(--white);
  font-weight: 400;
  line-height: 150%;
}
.swiper-brend > div .swiper-slide p{
  color: var(--beige);
}
.swiper-brend > .container {
  padding-left: 90px;
  padding-right: 90px;
}
/************main-catalog***********/
.main-catalog-box {
  display: grid;
  grid-template-columns: 2fr 1fr;
  justify-items: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: 70px 0 45px;
}
.main-catalog-box h3 {
  text-transform: uppercase;
  color: var(--beige);
  width: auto;
}
.main-catalog-box h3 > span:last-child {
  color: var(--accent);
  display: inline-block;
}
.main-catalog-box > div p {
  font-weight: 400;
  line-height: 150%;
  color: var(--white);
  max-width: 720px;
  margin-top: 30px;
}
.main-catalog-box > a.btn-search {
  width: 394px;
  height: 394px;
  border-color: var(--beige);
}
.breadcrumbs {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  padding-top: 45px;
}
.breadcrumbs a {
  font-weight: 400;
  line-height: 150%;
  color: var(--beige);
  display: inline-block;
  padding-right: 34px;
  position: relative;
  font-size: 16px;
}
.breadcrumbs a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/catalog/right_light.png);
  position: absolute;
  right: 0;
  top: 0;
}
.breadcrumbs li:last-child a::before {
  content: none;
}
.breadcrumbs li:last-child a {
  color: var(--white);
}
.catalog-box h2 {
  color: var(--white);
  margin-bottom: 30px;
}
.filter-items > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.filter-items label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.filter-items label > span:last-child {
  color: var(--beige);
}
.filter-items label input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.input-check {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  position: relative;
  margin-right: 11px;
  transition: 0.4s;
}

.input-check::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 3px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(0) rotate(-45deg);
  position: absolute;
  top: 4px;
  left: 2px;
  transition: 0.4s;
}

.filter-items label input:checked ~ .input-check {
  background-color: var(--accent);
  border-color: var(--accent);
  animation-name: input-animate;
  animation-duration: 0.7s;
}

.filter-items label input:checked ~ .input-check::before {
  transform: scale(1) rotate(-45deg);
  animation-name: input-check;
  animation-duration: 0.2s;
  animation-delay: 0.3s;
}
.filter-btn {
  display: flex;
  align-items: center;
  gap: 14px;
}
.filter-btn > span:first-child {
  border-radius: 50%;
  border: 1px solid var(--beige);
  display: inline-block;
  padding: 7px 8px;
  box-sizing: border-box;
}
.filter-btn > span:last-child {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
  color: var(--beige);
}
.filter-items > a,
.filter-items > h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.catalog-filter {
  max-width: 450px;
  width: 100%;
  border: 1px solid rgba(183, 171, 152, 0.2);
  box-sizing: border-box;
  border-bottom: none;
  margin-bottom: 100px;
}
.select2-container--default .select2-selection--single {
  color: var(--white) !important;
  background: var(--black) !important;
  border: 1px solid var(--beige, #b7ab98) !important;
  font-size: 16px;
  line-height: 150%;
  height: auto !important;
  border-radius: 0 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #b7ab98 transparent transparent transparent;
  top: 20px !important;
  left: auto !important;
  right: 10px !important;
}
.select2-container--default .select2-results > .select2-results__options {
  background: var(--black) !important;
  color: var(--white) !important;
  overflow-x: hidden;
}
::-webkit-scrollbar-thumb {
  background-color: var(--accent);
  border-radius: 2px;
}
::-webkit-scrollbar {
  width: 4px;
  height: 3px; 
  background-color: var(--white);
}
body::-webkit-scrollbar, .filter-items.show::-webkit-scrollbar{
  width: 0px;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--accent) !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 6px 9px;
}
.select2-container {
  max-width: 263px;
}
.filter-btn {
  padding: 13px 28px;
  border: 1px solid rgba(183, 171, 152, 0.2);
  border-right: none;
}
.filter-items {
  padding: 31px 50px 0 30px;
}
.filter-items > div {
  /* padding-bottom: 30px; */
  border-bottom: 1px solid var(--beige);
  margin-bottom: 30px;
  /* margin-top: 15px; */
  box-sizing: border-box;
}
.filter-items > ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.filter-items > ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--white);
  background: var(--accent, #eb5939);
  border: 1px solid var(--accent);
}
.catalog-block {
  width: 100%;
}
.filter-items > ul > li:first-child a {
  border: 1px solid var(--white, #fff);
  background: transparent;
  transition: all 0.5s linear;
}
.filter-items > ul > li:first-child a:hover {
  background: var(--white);
  color: var(--black);
}
.filter-items > ul > li:last-child a {
  transition: all 0.5s linear;
}
.filter-items > ul > li:last-child a:hover {
  background: var(--white);
  color: var(--accent);
}
.catalog-block > div:first-child {
  padding: 17px 30px;
  border: 1px solid rgba(183, 171, 152, 0.2);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.catalog-block > div:first-child ul li {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  background: var(--beige);
  width: auto;
  gap: 6px;
  margin-right: 5px;
  font-weight: 400;
  line-height: 150%;
}
.catalog-block > div:first-child ul li a {
  line-height: 0;
}
.catalog {
  display: flex;
}
.catalog-block-items .item-box {
  max-width: 308px;
  min-width: 250px;
  width: 100%;
  position: relative;
  margin-right: 0;
}
.catalog-block-items .item-box::before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background: rgba(183, 171, 152, 0.2);
  top: 0;
  right: -19px;
}
.catalog-block-items .item-box:nth-child(3n)::before {
  content: none;
}
.catalog-block-items .item-box {
  position: relative;
}
.catalog-block-items .item-hover-block {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 30px 30px;
  bottom: 0;
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  display: none;
  background: var(--accent);
  transition: all 1s linear;
  box-sizing: border-box;
}
.catalog-block-items .item-box:hover .item-hover-block {
  display: flex;
  opacity: 1;
  bottom: -90px;
}
.catalog-block-items .item-box:hover {
  transition: color 0.5s linear;
}
.catalog-block-items .item-box > a:first-child img {
  width: 100%;
  object-fit: cover;
}
.catalog-block-items .item-box p {
  /* max-height: 40px; */
}
.catalog-block-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 36px;
  padding: 30px;
  box-sizing: border-box;
  border-right: 1px solid rgba(183, 171, 152, 0.2);
}
.catalog-box > .container {
  max-width: 1511px;
}
.nav-catalog-items {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 78px;
}
.nav-catalog-items a {
  font-size: 20px;
  line-height: normal;
  color: var(--beige);
  border: 1px solid var(--beige);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--beige);
  transition: all 0.5s linear;
}
.nav-catalog-items a:hover {
  color: var(--accent);
  border: 1px solid var(--accent);
}
.nav-catalog-items > li:first-child a,
.nav-catalog-items > li:last-child a {
  border: none;
  transition: all 0.5s linear;
}
.nav-catalog-items > li:first-child a:hover path,
.nav-catalog-items > li:last-child a:hover path {
  stroke: var(--accent);
}
.nav-catalog-items .active {
  background: var(--accent);
  color: var(--white);
}
.swiper-brend > div:first-child > p {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  text-transform: uppercase;
  color: var(--beige);
  margin-bottom: 45px;
}
.catalog-box {
  margin-bottom: 205px;
}
.swiper-brend.swiper-catalog > div {
  display: block;
  margin-bottom: 175px;
}

.filter-items .filter-brend,
.filter-items > div {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.filter-brend.show,
.filter-items > div.show {
  max-height: 500px;
}
.filter-items label:last-child {
  margin-bottom: 30px;
}
.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-input .field {
  display: flex;
  width: 100%;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 16px;
  line-height: 150%;
  color: var(--white);
  margin-left: 12px;
  text-align: center;
  -moz-appearance: textfield;
  background: transparent;
  border: none;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 3px;
  position: relative;
  background: rgba(183, 171, 152, 0.2);
  border-radius: 5px;
}
.select2-results__option {
  padding: 10px !important;
}
.slider .progress {
  height: 100%;
  left: 25%;
  /* right: 25%; */
  position: absolute;
  border-radius: 5px;
  background: var(--accent);
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.price-input .input-min {
  text-align: left;
}
.price-input .input-max {
  text-align: end;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--accent);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/************product-block ************/
.product-block .breadcrumbs {
  margin-bottom: 45px;
}
.product-swiper {
  max-width: 660px;
  max-height: 640px;
}
.product-swiper .swiper-pagination {
  display: none;
}
.product-block .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: inherit;
}
.prev-product-swiper .swiper-slide {
  width: 140px !important;
  max-height: 130px;
  height: 100% !important;
}
.product-slider {
  padding: 30px 30px 100px;
  box-sizing: border-box;
  max-width: 890px;
  position: relative;
  display: flex;
  gap: 30px;
  border: 1px solid rgba(183, 171, 152, 0.2);
}
.prev-product-swiper .swiper-wrapper {
  max-height: 600px;
  margin: 41px 0 0;
  box-sizing: border-box;
}
.left-slider {
  position: relative;
}
.left-slider .swiper-btn-next,
.left-slider .swiper-btn-prev {
  left: calc(50% - 20px);
  padding: 0;
}
/* .left-slider .swiper-slide{
  opacity: .5;
} */
/* .left-slider .swiper-slide-active{
  opacity: 1;
} */
.left-slider .swiper-btn-prev {
  top: 0;
}
.left-slider .swiper-btn-next {
  bottom: auto;
  right: auto;
  top: 650px;
}
.product-inform > div:first-child {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.product-box {
  display: flex;
}

.product-inform > div:first-child h3 {
  color: var(--beige);
  margin-bottom: 20px;
}
.product-inform {
  padding: 30px 30px 125px;
  border: 1px solid rgba(183, 171, 152, 0.2);
  box-sizing: border-box;
  max-width: 620px;
}
.product-inform > div:first-child h4 {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 20px;
}
.product-inform > div:first-child p {
  color: var(--white);
  line-height: 150%;
  margin-bottom: 70px;
}
.product-inform > p {
  color: var(--white);
  line-height: 150%;
  margin-bottom: 78px;
}
.product-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  margin-bottom: 30px;
}
.product-price > div {
  display: flex;
  align-items: center;
  gap: 19px;
}
.product-price > div a path {
  transition: fill 0.5s linear;
}
.product-price > div a:hover path {
  fill: var(--white);
}
.product-price > div > div a {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
html {
  scroll-behavior: smooth;
}
.product-price > div > div {
  display: flex;
}
.product-price > div > div input {
  padding: 10px;
  display: inline-block;
  max-width: 50px;
  width: 100%;
  text-align: center;
  background: var(--black);
  border: none;
  color: var(--white);
  font-size: 19.921px;
  font-weight: 600;
  line-height: 130%;
}

.product-inform > a {
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--white);
  padding: 16px 20px 18px;
  text-align: center;
  display: block;
  background: var(--accent);
  transition: all 0.2s linear;
}
.product-inform > a:hover {
  background: var(--white);
  color: var(--black);
}
.product-about {
  display: flex;
  align-items: center;
  gap: 57.25px;
  padding: 45px 30px;
  border: 1px solid rgba(183, 171, 152, 0.2);
}
.product-about a {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--beige);
}
.product-about .active {
  color: var(--white);
  position: relative;
}
.product-about .active::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--accent);
  position: absolute;
  bottom: -6px;
  left: 0;
}
p {
  font-size: 16px;
  line-height: 150%;
}
.specifications-box ul {
  border-top: 1px solid var(--beige);
}
.specifications-box {
  max-width: 890px;
  box-sizing: border-box;
  display: none;
}
.product-info {
  padding: 30px 30px 0;
}
.video-box {
  padding-top: 0;
  margin-top: 205px;
}
.video-box video {
  width: 100%;
}
.video-box.show {
  margin-top: 30px;
}
.specifications-box ul > li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  align-items: center;
  gap: 80px;
  border-bottom: 1px solid var(--beige);
}
.specifications-box p {
  color: var(--white);
}
.specifications-box ul > li:not(:first-child) > p:last-child {
  text-align: right;
}
.description-box {
  color: var(--white);
}
.description-box h3 {
  color: var(--beige);
  max-width: 380px;
}
.description-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  height: 435px;
  margin-top: 70px;
}
.description-item > div {
  max-width: 449px;
}
.product-feature {
  display: grid;
}
.description-box {
  display: none;
}
.features-box {
  display: none;
}
.features-box p {
  color: var(--white);
  max-width: 52%;
}
.features-box ul {
  border-top: 1px solid var(--beige);
}
.features-box li {
  padding: 9px 0;
  border-bottom: 1px solid var(--beige);
}
.dowloads-box > div {
  display: flex;
  align-items: center;
  gap: 30px;
}
.dowloads-box a {
  padding: 16px 15px;
  background: var(--accent);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 389px;
  box-sizing: border-box;
}
.dowloads-box a > span:first-child {
  font-size: 20px;
  line-height: 140%;
}
.dowloads-box {
  display: none;
}
.video-box > video > div {
  position: relative;
  width: 100%;
}
.video-box {
  padding-left: 0;
  padding-right: 0;
}
.video-box > div {
  position: relative;
}
.video-box.show > div:first-child {
  display: none;
}
.video-box a {
  width: 92.061px;
  height: 92px;
  display: block;
  background: url("../img/play.png");
  position: absolute;
  top: calc(50% - 46px);
  left: calc(50% - 46px);
  background-size: cover;
}
.videoSwiper {
  max-width: 1263px;
  height: 205px;
}
.videoSwiper video {
  height: inherit;
}
.videoSwiper a {
  width: 25.18px;
  height: 25.315px;
  top: calc(50% - 12.5px);
  left: calc(50% - 12.5px);
  background-size: cover;
}
.product-block .swiper-brend > div:last-child {
  display: block;
  margin-top: 205px;
}
/* .videoSwiper{
  display: none;
} */

.product-info.show {
  display: block;
}
.swiper-block {
  display: none;
}
.show .swiper-block {
  display: block;
  position: relative;
}
.swiper-block {
  margin-top: 25px;
}
.swiper-prev {
  position: absolute;
  left: 35px;
  z-index: 100;
  bottom: 90px;
  cursor: pointer;
}
.swiper-next {
  position: absolute;
  right: 35px;
  z-index: 100;
  cursor: pointer;
  bottom: 90px;
}
.header-mission {
  padding: 163px 0 50px;
}
.header-mission h1 {
  color: var(--accent);
  margin-bottom: 15px;
}
.header-mission > p {
  max-width: 940px;
  margin: 0 auto;
  color: var(--beige);
  text-align: center;
  margin-bottom: 5px;
}
.header-mission .social-network {
  position: relative;
}
.mission-block > div {
  padding: 205px 0 347px;
}
.mission-block h2 {
  color: var(--beige);
}
.mission-block p {
  max-width: 656px;
  color: var(--white);
  margin-left: auto;
}
.room {
}
.room img {
  width: 100%;
  object-fit: cover;
}
.beige-block {
  background: var(--beige);
  padding: 70px 0;
  position: relative;
  top: -3px;
}
.beige-block p {
  max-width: 680px;
}
.mission-more-block {
  padding: 205px 0 202px;
}
.mission-more-block p {
  max-width: 676px;
  margin-left: auto;
  color: var(--white);
}
.mission-teams h3 {
  color: var(--beige);
  margin: 3px 0 32px;
}
.mission-team-item p {
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.mission-team-item span {
  font-size: 16px;
  color: var(--white);
  line-height: 150%;
  position: relative;
  z-index: 1;
}
.mission-team-item a {
  padding: 30px;
  box-sizing: border-box;
  display: inline-block;
  width: 445px;
  position: relative;
  top: -30px;
}
.mission-team-item a::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: var(--accent);
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s linear;
  /* z-index: -1; */
}
.mission-team-item a:hover::before {
  width: 100%;
}
.mission-teams-items {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
}
.mission-team-item {
  width: 490px;
}
.mission-team-item img {
  width: 100%;
}
.mission-content {
  margin-bottom: 205px;
}

.favorites-block h3 {
  color: var(--white);
  padding: 45px;
  border: 1px solid rgba(183, 171, 152, 0.2);
}
.favorites-block {
  margin-bottom: 205px;
}
.favorites-items {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  gap: 30px 72px;
}
.favorites-items .item-box svg>path{
  fill: var(--white);
}
.favorites-block .item-box {
  /* max-width: 308px; */
  position: relative;
  margin-right: 0;
  width: calc(100% / 4 - 56px);
}
.favorites-block .item-box img {
  width: 100%;
}
.favorites-block .item-box::before {
  position: absolute;
  content: "";
  display: block;
  height: 90%;
  width: 1px;
  background: rgba(183, 171, 152, 0.2);
  top: 0;
  right: -36px;
}
.favorites-block .item-box:nth-child(4n)::before {
  content: none;
}
.select2-container--default .select2-selection--single{
  border: none !important;
}
.delete-item {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.contact-header {
  padding: 33px 60px 49px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-header h3 {
  color: var(--beige);
  margin-bottom: 18px;
}
.contact-header .btn-search:hover path {
  fill: var(--black);
}
.contact-header h3 > span {
  color: var(--accent);
}
.contact-header .btn-search {
  width: 394px;
  height: 394px;
  transition: all 0.5s linear;
}
.contact-header p {
  max-width: 400px;
  color: var(--white);
}
.contact-map {
  position: relative;
  padding: 210px 0 53px;
}
.map-box {
  background: white;
  height: 515px;
}
.map-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 45px;
}
.map-content > div:last-child h3 {
  color: var(--beige);
  margin-bottom: 30px;
}
.map-content ul p,
.map-content ul a {
  color: var(--beige);
  transition: all 0.5s linear;
}
.map-content ul a:hover {
  color: var(--white);
}
.map-content ul > li:not(:last-child) p {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.map-content ul > li:not(:last-child) {
  margin-bottom: 30px;
}
.contact-map .social-network {
  bottom: 53px;
}
.contact-map .social-network path {
  transition: fill 0.5s linear;
}
.contact-map .social-network a:hover path {
  fill: var(--white);
}
.map-content ul {
  margin-bottom: 100px;
}
.form-question > div {
  padding: 152px 0 280px;
  display: flex;
  justify-content: space-between;
}
.form-question h3 {
  color: var(--beige);
  margin-bottom: 160px;
}
.form-question h3 > span {
  color: var(--accent);
}
.form-question input {
  padding: 18px 20px;
  border: 1px solid var(--white);
  color: var(--beige);
  line-height: 150%;
  font-size: 16px;
  display: inline-block;
  width: 389px;
  background: transparent;
  margin-right: 19px;
}
.form-question .btn-search {
  width: 394px;
  height: 394px;
}
.order-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 45px;
  gap: 80px;
  border: 1px solid rgba(183, 171, 152, 0.2);
}
.order-block h3 {
  color: var(--white);
  padding: 45px;
  border: 1px solid rgba(183, 171, 152, 0.2);
}
.order-info p {
  color: var(--beige);
  margin-bottom: 19px;
  font-size: 20px;
  line-height: 140%;
}
.order-info span {
  line-height: 150%;
  color: var(--white);
}
.order-detalic {
  padding: 45px;
  border: 1px solid rgba(183, 171, 152, 0.2);
  border-top: none;
  margin-bottom: 290px;
}
.order-detalic h4 {
  font-size: 20px;
  line-height: 140%;
  color: var(--white);
}
.order-detalic ul span {
  color: var(--beige);
}
.order-detalic ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-detalic ul li {
  margin-bottom: 9px;
}
.order-detalic ul li:last-child {
  margin-bottom: 19px;
}
.order-detalic ul li:first-child {
  margin: 30px 0 20px;
}
.order-detalic p {
  color: var(--white);
}
.order-detalic > div {
  width: 971px;
}
.order-detalic > div > div {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid var(--accent);
  border-bottom: 1px solid var(--accent);
  align-items: center;
}

/**************error*************/
.header-nav.mess-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.main-error h2 > span {
  color: var(--accent);
}
.main-error h2 > span:first-child {
  color: var(--white);
}
.main-error > h2 {
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 190px;
}

.mess-item .nav-box {
  padding-top: 0;
}
.main-error {
  padding: 87px 0 417px;

  margin: 0 auto;
  position: relative;
}
.main-error .btn-search {
  width: 270px;
  height: 270px;
  position: absolute;
  right: 30px;
  bottom: 107px;
}
.main-error2 {
  padding: 207px 0 426px;
  position: relative;
  width: 470px;
  margin: 0 auto;
}
.main-error2 h2 {
  font-size: 227.477px;
  line-height: 107%;
  text-align: center;
}
.main-error2 .btn-search {
  width: 394px;
  height: 394px;
  position: absolute;
  bottom: 198px;
  right: -46%;
}
