@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/../fonts/CeraPro-Light.woff2') format('woff2'),
    url('../fonts/CeraPro-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/../fonts/CeraPro-Regular.woff2') format('woff2'),
    url('../fonts/CeraPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/../fonts/CeraPro-Medium.woff2') format('woff2'),
    url('../fonts/CeraPro-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/../fonts/CeraPro-Bold.woff2') format('woff2'),
    url('../fonts/CeraPro-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cera Pro';
  src: url('../fonts/../fonts/CeraPro-Black.woff2') format('woff2'),
    url('../fonts/CeraPro-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
    url('Raleway-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Medium.woff2') format('woff2'),
    url('Raleway-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Bold.woff2') format('woff2'),
    url('Raleway-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  outline: none;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}

input::placeholder,
textarea::placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
}

select {
  outline: none;
}

table,
tbody,
tfoot,
thead,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

strong {
  font-weight: 700;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Cera Pro';
  font-size: 24px;
  font-weight: 300;
  color: #333333;
  line-height: 1.33;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

h1,
h2 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 48px;
  text-align: center;
}

.title_blue {
  color: #BFF1F9;
}

.header_pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 0 48px;
  z-index: 999;
}

.home_header {
  position: absolute;
}

.header_pc:not(.home_header) {
  background-color: #fff;
  border-bottom: 1px solid #D1B198;
  transition: 0.3s;
}

.home_header.active {
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #D1B198;
  transition: 0.3s;
}

.header_left {
  display: flex;
  align-items: center;
  gap: 60px;
}

.logo_header {
  line-height: 0;
}

.logo_mob_img {
  display: none;
}

.logo_header img {
  width: 26px;
}

.header_right {
  display: flex;
  align-items: center;
  gap: 84px;
}

.lang_switcher {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 36px;
  font-size: 16px;
  font-weight: 400;
}

.home_header .lang_switcher li:not(.current-lang) {
  color: #fff;
}

.current-lang {
  color: #D1B198;
}

.home_header.active .lang_switcher li:not(.current-lang) {
  color: #333333;
}

.main_menu a {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  transition: 0.2s;
}

.main_menu li.current-menu-item:not(.menu-item-object-custom) a {
  color: #00CDEF;
}

.home .main_menu a {
  color: #fff;
  transition: 0.3s;
}

.home .home_header.active .main_menu a {
  color: #333333;
  transition: 0.3s;
}

.home .home_header.active .main_menu li.current-menu-item:not(.menu-item-object-custom) a {
  color: #00CDEF;
}

.main_menu a:hover {
  color: #00CDEF;
  transition: 0.2s;
}

.home .home_header.active .main_menu a:hover {
  color: #00CDEF;
  transition: 0.2s;
}

.main_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 60px;
}

ul.swiper-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}

.burger {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  cursor: pointer;
}

.burger span {
  height: 2px;
  background-color: #333333;
  transition: 0.3s;
}

.home_header .burger span {
  background-color: #fff;
}

.home_header.active .burger span {
  background-color: #333333;
  transition: 0.3s;
}

.burger span:first-child {
  width: 26px;
}

.burger span:last-child {
  width: 16px;
}

.main_screen {
  position: relative;
  background-color: #000;
}

.main_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

li.main_slide {
  height: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

li.main_slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
}

li.main_slide::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 435px;
  background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 4;
}

li.main_slide img {
  position: relative;
  z-index: 6;
  width: 415px;
}

li.main_slide h1,
li.main_slide h2 {
  position: relative;
  z-index: 6;
  font-size: 48px;
  margin: 100px 0 30px;
}

.main_slide_descr {
  position: relative;
  z-index: 6;
}

.main_screen_decor_1 {
  position: absolute;
  top: 94px;
  left: 0;
  width: 701px;
  z-index: 5;
}

.main_screen_decor_2 {
  position: absolute;
  right: 0;
  bottom: 43px;
  width: 399px;
  z-index: 6;
}

.swiper_pagination {
  display: flex;
  justify-content: center;
}

.main_slider_pagination {
  position: absolute;
  bottom: 100px !important;
  z-index: 10;
}

.swiper_pagination span {
  width: 48px;
  height: 3px;
  background-color: #C0C0C0;
  border-radius: 0;
  opacity: 1;
  margin: 0 8px !important;
  transition: 0.2s;
}

.swiper_pagination span.swiper-pagination-bullet-active {
  background-color: #00CDEF;
  transition: 0.2s;
}

.brands {
  padding: 48px;
}

.brands_list {
  list-style: none;
  padding: 0;
  margin: 90px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.brand {
  width: calc(20% - 16px);
}

.brand a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  padding: 8px;
  line-height: 0;
}

.brand img {
  max-height: 100%;
  object-fit: contain;
}

.mission {
  padding: 48px;
  background: linear-gradient(to right, #ffffff 0%, #f9f9f9 57%, #f9f9f9 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
  position: relative;
}

.mission h2 {
  margin-bottom: 0;
}

.mission_text {
  font-weight: 900;
  text-transform: uppercase;
}

.cooperation {
  padding: 80px 0;
  max-width: 1440px;
  margin: 0 auto;
}

.cooperation_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.cooperation_item {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 48px 48px 48px 0;
}

.cooperation_item:nth-child(even) {
  flex-direction: row-reverse;
  padding: 48px 0 48px 48px;
}

.cooperation_img {
  line-height: 0;
  min-width: 712px;
  height: 430px;
}

.cooperation_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cooperation_text {
  width: 100%;
}

.cooperation_text h2 {
  font-weight: 400;
  text-align: left;
  margin-bottom: 24px;
}

.cooperation_descr {
  font-size: 20px;
}

.cooperation_descr a,
article a,
.page-template-about section a {
  text-decoration: underline;
  transition: 0.3s;
}

.cooperation_descr a:hover,
article a:hover,
.page-template-about section a:hover {
  color: #00CDEF;
  transition: 0.3s;
}

a.all_btn,
.all_btn {
  display: block;
  padding: 10px 32px;
  width: fit-content;
  background-color: #00CDEF;
  border: 1px solid #00CDEF;
  border-radius: 64px;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.2s;
}

a.all_btn:hover,
.all_btn:hover {
  background-color: transparent;
  color: #00CDEF;
  transition: 0.2s;
}

.cooperation_btn {
  margin-top: 24px;
}

.cases {
  padding: 48px;
}

.swiper_box {
  position: relative;
}

.cases_swiper_box {
  padding: 0 144px;
}

.swiper_arrows>div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 0;
  z-index: 5;
}

.swiper_prev {
  left: 29px;
}

.swiper_next {
  right: 29px;
}

.swiper_arrows img {
  width: 67px;
  display: block;
}

.swiper_arrows img:last-child {
  display: none;
}

.swiper_arrows .swiper-button-disabled img:last-child {
  display: block;
}

.swiper_arrows .swiper-button-disabled img:first-child {
  display: none;
}

.case_img {
  line-height: 0;
  overflow: hidden;
}

.case_img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 5s cubic-bezier(.02, 1.12, .76, .92);
}

li.case:hover .case_img img {
  transform: scale(1.3);
  transition: transform 5s cubic-bezier(.02, 1.12, .76, .92);
}

li.case {
  display: flex;
  flex-direction: column;
  height: auto;
}

.case h3 {
  margin: 30px 20px 30px 0;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  flex-grow: 1;
  transition: 0.2s;
}

li.case:hover h3 {
  color: #00CDEF;
  transition: 0.2s;
}

a.case_link {
  color: #D1B198;
  display: block;
  width: fit-content;
  margin-left: auto;
  text-decoration: none !important;
  transition: 0.2s;
}

a.case_link:hover {
  color: #00CDEF;
  transition: 0.2s;
}

.cases_slider_pagination {
  height: 60px;
  align-items: center;
  margin-top: 16px;
}

.owner {
  padding: 140px 20.8333vw 140px 26.8229vw;
  background: linear-gradient(to right, #ffffff 0%, #f9f9f9 57%, #f9f9f9 100%);
  display: flex;
  gap: 80px;
}

.owner_photo {
  min-width: 261px;
  height: 261px;
  line-height: 0;
}

.owner_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.owner_text {
  font-size: 20px;
  margin: 47px 0 32px;
  position: relative;
}

.owner_text::before {
  content: '';
  position: absolute;
  top: -19px;
  left: -70px;
  width: 53px;
  height: 49px;
  background-image: url(..//img/quotes.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.owner_name {
  text-transform: uppercase;
  font-weight: 900;
  color: #00CDEF;
  width: fit-content;
  margin-left: auto;
}

.owner_position {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  width: fit-content;
  margin-left: auto;
}

.trusted {
  padding: 80px 80px 48px;
}

li.trusted_item {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.news {
  padding: 80px 126px 180px;
  background: linear-gradient(to left, #ffffff 0%, #fff 30%, #F4F4F4 100%);
  position: relative;
}

li.news_item {
  height: auto;
}

a.news_item_link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.news_img {
  line-height: 0;
  overflow: hidden;
}

.news_img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transform: scale(1);
  transition: transform 5s cubic-bezier(.02, 1.12, .76, .92);
}

li.news_item:hover .news_img img {
  transform: scale(1.3);
  transition: transform 5s cubic-bezier(.02, 1.12, .76, .92);
}

.news_item h3 {
  margin: 24px 0 8px;
  font-size: 20px;
  transition: 0.3s;
}

.news_item_descr {
  flex-grow: 1;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.news_link {
  color: #D1B198;
  width: fit-content;
  margin-left: auto;
  margin-top: 16px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.news_link:hover {
  color: #00CDEF;
  transition: 0.3s;
}

li.news_item:hover h3 {
  color: #00CDEF;
  transition: 0.3s;
}

li.news_item:hover .news_link {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.news_slider_pagination {
  margin-top: 36px;
}

.news_decor {
  position: absolute;
  right: 0;
  bottom: 88px;
  width: 1117px;
}

.news_prev {
  left: -90px;
}

.news_next {
  right: -90px;
}

.request {
  padding: 80px 0 0;
}

.title_request span {
  color: #00CDEF;
}

.fields_box {
  max-width: 438px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  font-size: 20px;
}

.fields_box textarea {
  border: 1px solid #D1B198;
  padding: 5px 10px;
  width: 100%;
  height: 86px;
  resize: none;
  margin-top: 5px;
}

.fields_box input {
  width: 100%;
  height: 54px;
  border-bottom: 1px solid #D1B198;
}

.fields_box input:focus::placeholder {
  font-size: 0;
}

.not_send {
  pointer-events: none;
}

.fields_box input.wpcf7-not-valid {
  border-color: red;
  color: red;
}

.wpcf7-form-control-wrap {
  display: block;
  line-height: 0;
}

.submit_box {
  width: fit-content;
  margin: 16px auto 0;
  position: relative;
}

.submit_box input {
  height: 48px;
  padding: 0 32px;
  background-color: #00CDEF;
  border: 1px solid #00CDEF;
  border-radius: 64px;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}

.submit_box input:hover {
  background-color: transparent;
  color: #00CDEF;
  transition: 0.2s;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-spinner {
  width: 24px;
  height: 24px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}

.wpcf7-spinner::before {
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  transform-origin: 8px 8px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  max-width: 438px;
  margin: 20px auto 0;
  border: 0;
  padding: 0;
  color: #D1B198;
  text-align: center;
  font-weight: 700;
}

.request_decor {
  margin: 48px 0 0 auto;
  width: 681px;
  display: block;
}

.main_footer {
  padding: 80px 15vw;
  background: linear-gradient(to right, #fff 0%, #f4f4f4 100%);
  margin-top: 48px;
}

.footer_cols {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.footer_cols>div {
  width: calc(33% - 17px);
  height: 100%;
}

.footer_logo {
  display: flex;
  justify-content: center;
}

.footer_logo a {
  line-height: 0;
}

.footer_logo img {
  width: 278px;
}

.footer_nav_box {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.footer_cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_nav_box ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}

.footer_nav_box .coop_nav ul {
  font-weight: 700;
}

.footer_cols a {
  transition: 0.2s;
}

.footer_cols a:hover {
  color: #00CDEF;
  transition: 0.2s;
}

.contacts_box {
  display: flex;
  justify-content: center;
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contacts a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 20px;
}

.contacts img {
  width: 26px;
}

.footer_decor {
  margin: 60px 0 60px -48px;
  display: block;
  min-width: calc(100% + 96px);
}

.footer_brands_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 7px;
}

.footer_brand {
  width: calc(9.09% - 6.5px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_brand a {
  line-height: 0;
  padding: 10px;
}

.footer_brand img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  max-height: 100%;
  object-fit: contain;
  transition: 0.3s;
}

.footer_brand:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  transition: 0.3s;
}

.popup_sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  min-width: 300px;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  background-color: #000;
  padding: 30px 8px;
  z-index: 9999;
  transition: 0.2s;
}

.popup_sidebar.active {
  right: 0;
  transition: 0.3s;
}

.popup_sidebar_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 48px;
}

.logo_mob img {
  display: none;
}

.popup_menu_close {
  line-height: 0;
  cursor: pointer;
}

.popup_menu_close img {
  width: 18px;
}

.popup_sidebar nav ul {
  list-style: none;
  padding: 0 56px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.popup_sidebar nav a {
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  transition: 0.2s;
}

.popup_sidebar nav a:hover {
  color: #00CDEF;
  transition: 0.2s;
}

.popup_sidebar nav.coop_nav a {
  font-weight: 700;
}

.popup_sidebar nav.popup_main_menu .current-menu-item:not(.menu-item-object-custom) a {
  position: relative;
  color: #00CDEF;
}

.popup_sidebar nav.popup_main_menu .current-menu-item a::before {
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -22px;
  width: 2px;
  background-color: #00CDEF;
}

.about_first_block {
  padding: 48px 0;
  margin-top: 86px;
  background: linear-gradient(to right, #ffffff 0%, #f9f9f9 57%, #f9f9f9 100%);
}

.about_logo_box {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.about_logo {
  min-width: 397px;
  line-height: 0;
}

.about_logo img {
  width: 100%;
  object-fit: contain;
}

.about_logo_text {
  width: 100%;
}

.about_video_box {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.about_video_container {
  min-width: 712px;
  max-width: 712px;
  height: 430px;
  position: relative;
  overflow: hidden;
}

.about_video_text {
  width: 100%;
}

.about_video,
.about_video_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_video_overlay {
  transform: scale(1);
  transition: transform 5s cubic-bezier(.02, 1.12, .76, .92);
}

.about_video_container:hover .about_video_overlay {
  transform: scale(1.3);
  transition: transform 5s cubic-bezier(.02, 1.12, .76, .92);
}

.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  cursor: pointer;
}

.about_brands_box {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.about_brands_text {
  width: 100%;
}

.about_brands_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-width: 429px;
}

.about_brand {
  width: calc(33.33333% - 5.6px);
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_brand a {
  line-height: 0;
}

.about_brand img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  max-height: 100%;
  object-fit: contain;
}

.about_values {
  margin-top: 96px;
  padding: 0 48px;
}

.about_history {
  margin-top: 96px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.about_history_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about_history_list li {
  display: flex;
  gap: 8px;
}

.about_history_year {
  min-width: 130px;
  font-size: 48px;
  font-weight: 500;
  color: #00CDEF;
  line-height: 1;
}

.about_history_descr {
  width: 100%;
}

.about_history_descr p:first-child {
  margin-top: 0;
}

.about_history_descr p:last-child {
  margin-bottom: 0;
}

.about_cases {
  margin-top: 48px;
}

.the_archive_description {
  margin-top: 96px;
}

.archive_page {
  margin-top: 86px;
}

.posts_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 24px;
}

.category-brendi .posts_list {
  padding: 24px 48px 0;
}

.post_item {
  width: calc(25% - 18px);
  overflow: hidden;
}

.category-brendi .post_item a {
  display: block;
  position: relative;
  height: 300px;
}

.category-brendi .post_item a::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.category-brendi .post_item:hover a::before {
  background-color: rgba(0, 205, 239, 0.5);
  transition: 0.3s;
}

.brands_post_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 5s cubic-bezier(.02, 1.12, .76, .92);
  z-index: -1;
}

.post_item:hover .brands_post_img {
  transform: scale(1.3);
  transition: transform 5s cubic-bezier(.02, 1.12, .76, .92);
}

.category-brendi .archive_post_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 320px;
  max-height: 150px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  z-index: 10;
}

.header_article {
  padding: 158px 0 123px;
  background: linear-gradient(to right, #ffffff 0%, #f9f9f9 57%, #f9f9f9 100%);
}

.header_article_box {
  display: flex;
  align-items: center;
  gap: 70px;
  max-width: 1293px;
  margin-left: auto;
  margin-right: auto;
}

.header_article h1 {
  margin-bottom: 96px;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}

.post_thumbnail {
  width: 50%;
  line-height: 0;
}

.post_thumbnail img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.header_article .the_content {
  width: 50%;
}

.header_article .the_content h2 {
  font-size: inherit;
  margin-bottom: 24px;
  text-align: left;
}

.brands_magazines_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.brands_magazines_list li {
  width: calc(11.11111% - 3.55555px);
  line-height: 0;
}

.brands_magazines_list img {
  width: 100%;
  height: 15.625vw;
  object-fit: cover;
}

.brands_video {
  padding: 48px 0;
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #ffffff 0%, #f9f9f9 57%, #f9f9f9 100%);
}

.brands_mission {
  margin-top: 48px;
  padding: 0 48px;
}

.brands_mission_subtitle {
  font-weight: normal;
}

.brands_adv {
  margin-top: 96px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.brands_adv_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.brands_adv_item {
  width: calc(33.33333% - 32.4px);
  padding: 65px 0 0 50px;
  position: relative;
}

.brands_adv_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 195px;
  height: 195px;
  border: 5px solid #BFF1F9;
  z-index: -1;
}

.brands_adv_box {
  background-color: #fff;
  padding: 23px 0 0 23px;
  min-height: 156px;
}

.brands_adv_title {
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  color: #00CDEF;
}

.brands_followers {
  margin-top: 48px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
}

.brands_followers_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.brands_follower {
  width: calc(33.33333% - 32.4px);
}

.brands_follower_icon {
  line-height: 0;
}

.brands_follower_icon img {
  width: 65px;
}

.brands_follower>a {
  transition: 0.3s;
}

.brands_follower>a:hover {
  color: #00CDEF;
  border-color: #00CDEF;
  transition: 0.3s;
}

.brands_follower_box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 9px;
  padding-left: 31px;
}

.brands_follower_box::before {
  content: '';
  display: block;
  min-width: 2px;
  height: 100px;
  background-color: #D1B198;
}

.brands_follower_title {
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  color: #00CDEF;
}

.brands_follower a {
  font-weight: 900;
  color: #9D6933;
  border-bottom: 3px solid #9D6933;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}

.brands_media_kit {
  margin-top: 48px;
  padding: 24px 48px;
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #ffffff 0%, #f9f9f9 57%, #f9f9f9 100%);
}

.brands_conclusion {
  margin-top: 48px;
  padding: 0 48px;
}

.brands_conclusion_title {
  font-weight: normal;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.cases_video {
  margin-top: 48px;
  padding: 48px;
  background: linear-gradient(to right, #ffffff 0%, #f9f9f9 57%, #f9f9f9 100%);
}

.cases_video_box {
  display: flex;
  align-items: center;
  gap: 48px;
  max-width: 1344px;
  margin-left: auto;
  margin-right: auto;
}

.cases_video h2 {
  font-size: inherit;
}

.cases_image_block {
  margin-top: 48px;
  padding: 48px;
  background: linear-gradient(to right, #ffffff 0%, #f9f9f9 57%, #f9f9f9 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.cases_image_block_img {
  line-height: 0;
  width: 1024px;
}

.cases_image_block_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cases_image_block_text {
  text-transform: uppercase;
  font-weight: 900;
}

.cases_image_block a {
  display: inline-block;
  font-weight: 900;
  color: #9D6933;
  border-bottom: 3px solid #9D6933;
  text-decoration: none;
}

.cases_images_block {
  margin-top: 96px;
  padding: 0 208px;
}

.cases_images_block_text_1,
.cases_images_block_text_2 {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.cases_images_block_gallery_list {
  list-style: none;
  padding: 0;
  margin: 46px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1024px;
}

.cases_images_block_gallery_list li {
  width: calc(33.33333% - 7.2px);
  line-height: 0;
}

.cases_images_block_gallery_list img {
  width: 100%;
  height: 223px;
  object-fit: cover;
}

.archive.category-novini h1 {
  padding-top: 31px;
  color: #BFF1F9;
}

.category-novini .posts_list {
  padding: 0 126px;
}

.post_show_more {
  color: #D1B198;
  width: fit-content;
  margin-left: auto;
  margin-top: 16px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.post_show_more:hover {
  color: #00CDEF;
  transition: 0.3s;
}

.category-novini .post_item:hover .post_show_more {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}

.post_title {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  text-transform: unset;
  margin: 24px 0 8px;
  transition: 0.3s;
}

.category-novini .post_item:hover .post_title {
  color: #00CDEF;
  transition: 0.3s;
}

.post_content {
  flex-grow: 1;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.post_item a {
  display: flex;
  flex-direction: column;
}

.pagination {
  margin-top: 96px;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.page-numbers,
a.page-numbers {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  color: #D1B198;
}

.page-numbers.current {
  border: 1px solid #D1B198;
  font-weight: 700;
  color: #00CDEF;
}

.next,
.prev {
  font-size: 0;
  position: relative;
}

.next::after,
.prev::after {
  content: '';
  position: absolute;
  width: 44px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.next::after {
  background-image: url(..//img/next.svg);
}

.prev::after {
  background-image: url(..//img/prev.svg);
}

.category-novini .archive_post_thumbnail {
  line-height: 0;
}

.category-novini .archive_post_thumbnail img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.cf7ps-options {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
  list-style: none;
  padding: 10px 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height .25s ease, opacity .2s ease, transform .25s ease;
  z-index: 9999;
}

.cf7ps-option {
  line-height: 1.33;
  cursor: pointer;
  padding: 5px 20px;
}

.cf7ps-options.is-open {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
}

.cf7ps-option:hover,
.cf7ps-option[aria-selected="true"] {
  background: #00CDEF;
}

.cf7ps-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 54px;
  border: 0;
  border-bottom: 1px solid #D1B198;
  background-color: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  padding: 0;
}

.cf7ps-arrow {
  line-height: 0;
}

.cf7ps-arrow img {
  width: 24px;
}

.single_post article section:first-child {
  margin-top: 0;
  padding-top: 158px;
}

.single_post article section:last-child {
  margin-bottom: -48px;
  padding-bottom: 158px;
}

@media(max-width:1440px) {
  body {
    font-size: 1.6667vw;
  }

  h1,
  h2 {
    font-size: 4.1667vw;
    margin: 0 0 3.3333vw;
  }

  .header_pc {
    height: 5.9722vw;
    gap: 4.1667vw;
    padding: 0 3.3333vw;
  }

  .header_left {
    gap: 4.1667vw;
  }

  .logo_header img {
    width: 1.8056vw;
  }

  .main_menu a {
    font-size: 1.1111vw;
  }

  .main_menu ul {
    gap: 4.1667vw;
  }

  .header_right {
    gap: 5.8333vw;
  }

  .lang_switcher {
    gap: 2.5vw;
    font-size: 1.1111vw;
  }

  .burger {
    gap: .6944vw;
  }

  .burger span {
    height: .14vw;
  }

  .burger span:first-child {
    width: 1.8056vw;
  }

  .burger span:last-child {
    width: 1.1111vw;
  }

  li.main_slide {
    height: 62.5vw;
  }

  li.main_slide h1,
  li.main_slide h2 {
    font-size: 3.3333vw;
    margin: 6.9444vw 0 2.0833vw;
  }

  li.main_slide img {
    width: 28.8194vw;
  }

  .main_screen_decor_1 {
    top: 6.5278vw;
    width: 48.6806vw;
  }

  .main_screen_decor_2 {
    bottom: 2.9861vw;
    width: 27.7083vw;
  }

  .main_slider_pagination {
    bottom: 6.9444vw !important;
  }

  .swiper_pagination span {
    width: 3.3333vw;
    height: .2083vw;
    margin: 0 .5556vw !important;
  }

  .brands {
    padding: 3.3333vw;
  }

  .brands_list {
    justify-content: flex-start;
    margin: 6.25vw 0 0;
    gap: 1.3889vw;
  }

  .brand {
    width: calc(25% - 1.1vw);
  }

  .brand a {
    height: 10.4167vw;
    padding: .5556vw;
  }

  .mission {
    padding: 3.3333vw;
    gap: 1.5278vw;
  }

  .cooperation {
    padding: 5.5556vw 0;
  }

  .cooperation_list {
    gap: 3.3333vw;
  }

  .cooperation_item {
    gap: 3.3333vw;
    padding: 3.3333vw 3.3333vw 3.3333vw 0;
  }

  .cooperation_item:nth-child(even) {
    padding: 3.3333vw 0 3.3333vw 3.3333vw;
  }

  .cooperation_img {
    min-width: 49.4444vw;
    height: 29.8611vw;
  }

  .cooperation_text h2 {
    margin-bottom: 1.6667vw;
  }

  .cooperation_descr {
    font-size: 1.3889vw;
  }

  a.all_btn,
  .all_btn {
    padding: .6944vw 2.2222vw;
    border-radius: 4.4444vw;
    font-size: 1.3889vw;
  }

  .cooperation_btn {
    margin-top: 1.6667vw;
  }

  .cases {
    padding: 3.3333vw;
  }

  .cases_swiper_box {
    padding: 0 10vw;
  }

  .swiper_prev {
    left: 2.0139vw;
  }

  .swiper_next {
    right: 2.0139vw;
  }

  .swiper_arrows img {
    width: 4.6528vw;
  }

  .case_img img {
    height: 25vw;
  }

  .case h3 {
    margin: 2.0833vw 1.3889vw 2.0833vw 0;
    font-size: 1.6667vw;
  }

  .cases_slider_pagination {
    height: 4.1667vw;
    margin-top: 1.1111vw;
  }

  .owner {
    padding: 9.7222vw 11.1111vw 9.7222vw 19.0972vw;
    gap: 5.5556vw;
  }

  .owner_photo {
    min-width: 18.125vw;
    height: 18.125vw;
  }

  .owner_text {
    font-size: 1.3889vw;
    margin: 3.2639vw 0 2.2222vw;
  }

  .owner_text::before {
    top: -1.3194vw;
    left: -4.8611vw;
    width: 3.6806vw;
    height: 3.4028vw;
  }

  .owner_position {
    font-size: 1.1111vw;
  }

  .trusted {
    padding: 5.5556vw 5.5556vw 3.3333vw;
  }

  .news {
    padding: 5.5556vw 8.75vw 12.5vw;
  }

  .news_img img {
    height: 18.0556vw;
  }

  .news_item h3 {
    margin: 1.6667vw 0 .5556vw;
    font-size: 1.3889vw;
  }

  .news_item_descr {
    font-size: 1.3889vw;
  }

  .news_link {
    margin-top: 1.1111vw;
  }

  .news_slider_pagination {
    margin-top: 2.5vw;
  }

  .news_decor {
    bottom: 6.1111vw;
    width: 77.5694vw;
  }

  .news_prev {
    left: -6.25vw;
  }

  .news_next {
    right: -6.25vw;
  }

  .request {
    padding: 5.5556vw 0 0;
  }

  .fields_box {
    max-width: 30.4167vw;
    gap: 1.1111vw;
    font-size: 1.3889vw;
  }

  .fields_box textarea {
    padding: .3472vw .6944vw;
    height: 5.9722vw;
    margin-top: .3472vw;
  }

  .fields_box input {
    height: 3.75vw;
  }

  .submit_box {
    margin: 1.1111vw auto 0;
  }

  .submit_box input {
    height: 3.3333vw;
    padding: 0 2.2222vw;
    border-radius: 4.4444vw;
    font-size: 1.3889vw;
  }

  .wpcf7-spinner {
    width: 1.6667vw;
    height: 1.6667vw;
    right: -2.7778vw;
  }

  .wpcf7-spinner::before {
    top: .2778vw;
    left: .2778vw;
    width: .4167vw;
    height: .4167vw;
    transform-origin: .5556vw .5556vw;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    max-width: 30.4167vw;
    margin: 1.3889vw auto 0;
  }

  .request_decor {
    margin: 3.3333vw 0 0 auto;
    width: 47.2917vw;
  }

  .main_footer {
    padding: 5.5556vw 3.3333vw;
    margin-top: 3.3333vw;
  }

  .footer_cols {
    gap: 1.1111vw;
  }

  .footer_cols>div {
    width: calc(33% - 1.18vw);
  }

  .footer_logo img {
    width: 19.3056vw;
  }

  .footer_nav_box {
    gap: 5.5556vw;
  }

  .footer_nav_box ul {
    gap: .6944vw;
    font-size: .9722vw;
  }

  .contacts {
    gap: 2.0833vw;
  }

  .contacts a {
    gap: 1.3889vw;
    font-size: 1.3889vw;
  }

  .contacts img {
    width: 1.8056vw;
  }

  .footer_decor {
    margin: 4.1667vw 0 4.1667vw -3.3333vw;
    min-width: calc(100% + 6.6667vw);
  }

  .footer_brands_list {
    gap: .4861vw;
  }

  .footer_brand {
    width: calc(9.09% - .45vw);
  }

  .footer_brand a {
    padding: .6944vw;
  }

  .popup_sidebar {
    min-width: 20.8333vw;
    gap: 1.3889vw;
    padding: 2.0833vw .5556vw;
  }

  .popup_sidebar_header {
    margin: 0 3.3333vw;
  }

  .popup_menu_close img {
    width: 1.25vw;
  }

  .popup_sidebar nav ul {
    padding: 0 3.8889vw;
    gap: 1.3889vw;
  }

  .popup_sidebar nav a {
    font-size: .9722vw;
  }

  .popup_sidebar nav.popup_main_menu .current-menu-item a::before {
    top: -0.6944vw;
    bottom: -0.6944vw;
    left: -1.5278vw;
    width: .1389vw;
  }

  .about_first_block {
    padding: 3.3333vw 0;
    margin-top: 5.9722vw;
  }

  .about_logo_box {
    margin-top: 3.3333vw;
    gap: 3.3333vw;
    padding: 0 14.4444vw;
    max-width: 100%;
  }

  .about_logo {
    min-width: 27.5694vw;
  }

  .about_video_box {
    margin-top: 3.3333vw;
    padding: 0 9.1667vw 0 0;
    gap: 3.3333vw;
    max-width: 100%;
  }

  .about_video_container {
    min-width: 49.4444vw;
    max-width: 49.4444vw;
    height: 29.8611vw;
  }

  .about_brands_box {
    margin-top: 3.3333vw;
    padding: 0 14.4444vw;
    gap: 3.3333vw;
    max-width: 100%;
  }

  .about_brands_list {
    gap: .4861vw;
    max-width: 29.7917vw;
  }

  .about_brand {
    width: calc(33.33333% - .39vw);
    padding: 0 1.0417vw;
  }

  .about_values {
    margin-top: 6.6667vw;
    padding: 0 3.3333vw;
  }

  .about_history {
    margin-top: 6.6667vw;
    padding: 0 14.4444vw;
    max-width: 100%;
  }

  .about_history_list {
    gap: 1.6667vw;
  }

  .about_history_list li {
    gap: .5556vw;
  }

  .about_history_year {
    min-width: 9.0278vw;
    font-size: 3.3333vw;
  }

  .about_cases {
    margin-top: 3.3333vw;
  }

  .the_archive_description {
    margin-top: 6.6667vw;
  }

  .archive_page {
    margin-top: 5.9722vw;
  }

  .posts_list {
    gap: 3.3333vw 1.6667vw;
  }

  .category-brendi .posts_list {
    padding: 1.6667vw 3.3333vw 0;
  }

  .post_item {
    width: calc(33.33333% - 1.25vw);
  }

  .category-brendi .post_item a {
    height: 20.8333vw;
  }

  .category-brendi .archive_post_thumbnail img {
    max-width: 22.2222vw;
    max-height: 10.4167vw;
  }

  .header_article {
    padding: 10.9722vw 6.9444vw 8.5417vw;
  }

  .header_article_box {
    gap: 4.8611vw;
    max-width: 100%;
  }

  .header_article h1 {
    margin-bottom: 6.6667vw;
  }

  .post_thumbnail {
    width: 50%;
  }

  .header_article .the_content {
    width: 50%;
  }

  .header_article .the_content h2 {
    margin-bottom: 1.6667vw;
  }

  .brands_magazines_list {
    gap: .2778vw;
  }

  .brands_magazines_list li {
    width: calc(14.28% - .236vw);
  }

  .brands_magazines_list img {
    height: 20.8333vw;
  }

  .brands_video {
    padding: 3.3333vw 0;
  }

  .brands_mission {
    margin-top: 3.3333vw;
    padding: 0 3.3333vw;
  }

  .brands_adv {
    margin-top: 6.6667vw;
    padding: 0 14.4444vw;
    max-width: 100%;
  }

  .brands_adv_list {
    gap: 3.3333vw;
  }

  .brands_adv_item {
    width: calc(33.33333% - 2.25vw);
    padding: 4.5vw 0 0 3.4722vw;
  }

  .brands_adv_item::before {
    width: 13.5417vw;
    height: 13.5417vw;
    border: .3472vw solid #BFF1F9;
  }

  .brands_adv_box {
    padding: 1.5972vw 0 0 1.5972vw;
    min-height: 10.8333vw;
  }

  .brands_adv_title {
    font-size: 4.1667vw;
  }

  .brands_followers {
    margin-top: 3.3333vw;
    padding: 0 14.4444vw;
    max-width: 100%;
    padding-bottom: 3.3333vw;
  }

  .brands_followers_list {
    gap: 3.3333vw;
  }

  .brands_follower {
    width: calc(33.33333% - 2.25vw);
  }

  .brands_follower_icon img {
    width: 4.5139vw;
  }

  .brands_follower_box {
    gap: 2.7778vw;
    margin-top: .625vw;
    padding-left: 2.1528vw;
  }

  .brands_follower_box::before {
    min-width: .1389vw;
    height: 6.9444vw;
  }

  .brands_follower_title {
    font-size: 3.3333vw;
  }

  .brands_follower a {
    border-bottom: .2083vw solid #9D6933;
    margin-top: 1.3889vw;
  }

  .brands_media_kit {
    margin-top: 3.3333vw;
    padding: 24px 3.3333vw;
  }

  .brands_conclusion {
    margin-top: 3.3333vw;
    padding: 0 3.3333vw;
  }

  .cases_video {
    margin-top: 3.3333vw;
    padding: 3.3333vw;
    gap: 3.3333vw;
  }

  .cases_video_box {
    max-width: 100%;
  }

  .cases_image_block {
    margin-top: 3.3333vw;
    padding: 3.3333vw;
    gap: 1.6667vw;
  }

  .cases_image_block_img {
    width: 71.1111vw;
  }

  .cases_image_block a {
    border-bottom: .2083vw solid #9D6933;
  }

  .cases_images_block {
    margin-top: 6.6667vw;
    padding: 0 14.4444vw;
  }

  .cases_images_block_text_1,
  .cases_images_block_text_2 {
    max-width: 100%;
  }

  .cases_images_block_gallery_list {
    margin: 3.1944vw 0;
    gap: .6944vw;
    max-width: 100%;
  }

  .cases_images_block_gallery_list li {
    width: calc(33.33333% - .5vw);
  }

  .cases_images_block_gallery_list img {
    height: 15.4861vw;
  }

  .archive.category-novini h1 {
    padding-top: 2.1528vw;
  }

  .category-novini .posts_list {
    padding: 0 8.75vw;
  }

  .post_show_more {
    margin-top: 1.1111vw;
  }

  .post_title {
    font-size: 1.3889vw;
    margin: 1.6667vw 0 .5556vw;
  }

  .post_content {
    font-size: 1.3889vw;
  }

  .pagination {
    margin-top: 6.6667vw;
  }

  .nav-links {
    gap: .6944vw;
  }

  .page-numbers,
  a.page-numbers {
    width: 3.4722vw;
    height: 3.4722vw;
  }

  .next::after,
  .prev::after {
    width: 3.0556vw;
    height: 1.1111vw;
  }

  .category-novini .archive_post_thumbnail img {
    height: 18.0556vw;
  }

  .cf7ps-options {
    box-shadow: 0 .4167vw 1.25vw rgba(0, 0, 0, .12);
    padding: .6944vw 0;
    transform: translateY(-0.4167vw);
  }

  .cf7ps-option {
    padding: .3472vw 1.3889vw;
  }

  .cf7ps-options.is-open {
    max-height: 41.6667vw;
  }

  .cf7ps-trigger {
    height: 3.75vw;
  }

  .cf7ps-arrow img {
    width: 1.6667vw;
  }

  .single_post article section:first-child {
    padding-top: 10.9722vw;
  }

  .single_post article section:last-child {
    margin-bottom: -3.3333vw;
    padding-bottom: 10.9722vw;
  }
}


@media(max-width:768px) {
  body {
    font-size: 5.1282vw;
  }

  .header_left .main_menu {
    display: none;
  }

  .logo_mob {
    line-height: 0;
    display: block;
  }

  .logo_mob img {
    display: block;
    width: 6.6667vw;
  }

  .header_pc {
    height: 22.0513vw;
    padding: 0 7.6923vw;
  }

  .logo_header img {
    width: 6.6667vw;
  }

  .burger {
    gap: 2.5641vw;
  }

  .burger span {
    height: .5128vw;
  }

  .burger span:first-child {
    width: 8.2051vw;
  }

  .burger span:last-child {
    width: 4.1026vw;
  }

  .main_screen_decor_1 {
    top: 22.0513vw;
    width: 90vw;
  }

  .main_screen_decor_2 {
    bottom: 19.2308vw;
    width: 108.9744vw;
  }

  li.main_slide {
    height: calc(100vh - 12.8205vw);
    padding: 46.1538vw 0 33.3333vw;
  }

  li.main_slide img {
    width: 60vw;
  }

  li.main_slide h1,
  li.main_slide h2 {
    font-size: 6.1538vw;
    margin: 9.7436vw 0;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
  }

  .main_slide_descr {
    font-size: 6.1538vw;
  }

  .main_slide_descr br {
    display: none;
  }

  li.main_slide::after {
    height: 48%;
  }

  .main_slider_pagination {
    bottom: 11.5385vw !important;
  }

  .swiper_pagination span {
    width: 3.8462vw;
    height: .7692vw;
    margin: 0 3.8462vw !important;
  }

  .popup_sidebar {
    max-width: 100%;
    width: 100%;
    padding: 7.6923vw 0;
  }

  .popup_sidebar_header {
    margin: 0 7.6923vw;
  }

  .popup_menu_close img {
    width: 5.1282vw;
  }

  .popup_sidebar nav ul {
    padding: 0 20vw;
    gap: 5.1282vw;
  }

  .popup_sidebar nav a {
    font-size: 3.5897vw;
  }

  a.all_btn,
  .all_btn {
    padding: 2.5641vw 8.2051vw;
    font-size: 5.1282vw;
    border-radius: 12.8205vw;
  }

  .popup_sidebar .all_btn {
    margin: 0 auto;
  }

  .popup_sidebar nav.popup_main_menu .current-menu-item a::before {
    top: -2.5641vw;
    bottom: -2.5641vw;
    left: -5.641vw;
    width: .5128vw;
  }

  h1,
  h2 {
    font-size: 12.3077vw;
    margin-bottom: 12.8205vw;
  }

  .brands {
    padding: 15.3846vw 2.5641vw;
  }

  .brands_list {
    gap: 5.1282vw 15.3846vw;
    justify-content: center;
  }

  .brand {
    width: calc(50% - 7.7vw);
  }

  .brand a {
    height: 20.5128vw;
  }

  .mission_logo {
    display: none;
  }

  .mission {
    padding: 15.3846vw 2.5641vw;
  }

  .mission_text {
    font-size: 6.1538vw;
  }

  .mission_text br {
    display: none;
  }

  .cooperation {
    padding: 15.3846vw 0;
  }

  .cooperation_list {
    gap: 15.3846vw;
  }

  .cooperation_item,
  .cooperation_item:nth-child(even) {
    flex-direction: column;
    gap: 7.6923vw;
    padding: 0;
  }

  .cooperation_img {
    width: 100%;
    height: auto;
  }

  .cooperation_text {
    padding: 0 2.5641vw;
  }

  .cooperation_text h2 {
    font-size: 15.3846vw;
    margin-bottom: 7.6923vw;
  }

  .cooperation_descr {
    font-size: 5.1282vw;
  }

  .cases {
    padding: 15.3846vw 2.5641vw;
  }

  .cases_swiper_box {
    padding: 0;
  }

  .case_img img {
    height: 65.641vw;
  }

  .case h3 {
    margin: 6.1538vw 0;
    font-size: 5.1282vw;
  }

  .swiper_arrows>div {
    top: calc(100% + 5.3846vw);
    transform: translate(0);
  }

  .swiper_arrows img {
    width: 10.2564vw;
  }

  .cases_slider_pagination {
    margin-top: 15.3846vw;
  }

  .owner {
    padding: 15.3846vw 2.5641vw;
    flex-direction: column;
    align-items: flex-end;
    gap: 4.8718vw;
  }

  .owner_photo {
    min-width: 37.9487vw;
    max-width: 37.9487vw;
    height: 37.9487vw;
  }

  .owner_text {
    font-size: 5.1282vw;
    margin: 0 0 7.6923vw;
  }

  .owner_text::before {
    width: 13.5897vw;
    height: 12.5641vw;
    top: -18.7179vw;
    left: 0;
  }

  .owner_name {
    font-size: 6.1538vw;
  }

  .owner_position {
    font-size: 5.1282vw;
  }

  .trusted {
    padding: 15.3846vw 0;
  }

  .news {
    padding: 15.3846vw 2.5641vw;
  }

  .news_decor {
    display: none;
  }

  .news_img img {
    height: 65.3846vw;
  }

  .news_item h3 {
    font-size: 5.1282vw;
    margin: 6.1538vw 0;
  }

  .news_item_descr {
    font-size: 5.1282vw;
  }

  .news_link {
    visibility: visible;
    opacity: 1;
    margin-top: 6.1538vw;
  }

  .news_slider_pagination {
    margin-top: 12.8205vw;
  }

  .news_prev {
    left: 0;
  }

  .news_next {
    right: 0;
  }

  .news .swiper_arrows>div {
    top: calc(100% - 12.3077vw);
  }

  .request {
    padding: 15.3846vw 8.9744vw;
  }

  .fields_box {
    max-width: 100%;
    gap: 5.1282vw;
    font-size: 5.1282vw;
  }

  .fields_box textarea {
    margin-top: 2.3077vw;
    height: 22.0513vw;
    padding: 2.5641vw 3.8462vw;
  }

  .fields_box input {
    height: 13.8462vw;
  }

  .submit_box {
    margin-top: 5.1282vw;
  }

  .submit_box input {
    height: 12.0513vw;
    padding: 0 6.9231vw;
    font-size: 5.1282vw;
    border-radius: 12.8205vw;
  }

  .wpcf7-spinner {
    width: 6.1538vw;
    height: 6.1538vw;
    margin: 0 6.1538vw;
    right: -12.8205vw;
  }

  .wpcf7-spinner::before {
    top: 1.0256vw;
    left: 1.0256vw;
    width: 1.5385vw;
    height: 1.5385vw;
    transform-origin: 2.0513vw 2.0513vw;
  }

  .request_decor {
    margin-top: 21.5385vw;
    margin-right: -8.9744vw;
    width: 94.359vw;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    max-width: 100%;
    margin-top: 5.1282vw;
  }

  .main_footer {
    margin-top: 7.6923vw;
    padding: 15.3846vw 2.5641vw;
  }

  .footer_cols {
    flex-direction: column;
    align-items: center;
    gap: 12.8205vw;
  }

  .footer_cols>div {
    width: 100%;
    position: relative;
    padding-bottom: 10.2564vw;
  }

  .footer_cols>div::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -2.5641vw;
    left: -2.5641vw;
    height: .5128vw;
    background: linear-gradient(90deg, #FDE7BB 0%, #9E6D38 20%, #E9B86E 50%, #9D6933 66%, #FEE9BF 83%, rgba(255, 255, 255, 0) 100%);
  }

  .footer_logo img {
    width: 71.2821vw;
  }

  .footer_logo {
    order: 1;
  }

  .contacts_box {
    order: 2;
  }

  .footer_nav_box {
    order: 3;
  }

  .contacts {
    align-items: center;
    gap: 2.5641vw;
  }

  .contacts a {
    flex-direction: column;
    gap: 1.2821vw;
    font-size: 4.1026vw;
  }

  .contacts img {
    width: 6.6667vw;
  }

  .footer_nav_box {
    padding: 0 11.0256vw;
    gap: 5.1282vw;
    justify-content: space-between;
  }

  .footer_nav_box ul {
    gap: 3.0769vw;
    font-size: 3.5897vw;
  }

  .footer_brands_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2821vw;
    margin-top: 7.6923vw;
  }

  .footer_brand {
    width: calc(20% - 1.05vw);
  }

  .footer_brand a {
    padding: 2.0513vw;
  }

  .footer_decor {
    display: none;
  }

  .about_first_block {
    margin-top: 22.0513vw;
    padding: 6.1538vw 2.5641vw;
  }

  .about_logo_box {
    margin-top: 12.3077vw;
    flex-direction: column-reverse;
    gap: 12.3077vw;
    padding: 0;
  }

  .about_logo {
    min-width: 73.8462vw;
    max-width: 73.8462vw;
  }

  .about_video_box {
    margin-top: 12.3077vw;
    flex-direction: column;
    gap: 6.1538vw;
    padding-right: 0;
  }

  .about_video_container {
    min-width: 100%;
    max-width: 100%;
    height: 57.1795vw;
  }

  .play_btn {
    width: 15.8974vw;
  }

  .about_video_text p:first-child,
  .about_logo_text p:first-child,
  .about_brands_text p:first-child {
    margin-top: 0;
  }

  .about_video_text p:last-child,
  .about_logo_text p:last-child,
  .about_brands_text p:last-child {
    margin-bottom: 0;
  }

  .about_brands_box {
    margin-top: 12.3077vw;
    flex-direction: column;
    gap: 12.3077vw;
    padding: 0;
  }

  .about_brands_list {
    gap: 1.7949vw;
    max-width: 100%;
    margin-bottom: 7.6923vw;
  }

  .about_brand {
    width: calc(33.33333% - 1.2vw);
    padding: 2.0513vw 3.8462vw;
  }

  .about_values {
    margin-top: 12.3077vw;
    padding: 0 2.5641vw;
  }

  .about_values_descr p {
    text-align: left !important;
  }

  .about_history {
    margin-top: 12.3077vw;
    padding: 0 2.5641vw;
  }

  .about_history_list {
    gap: 6.1538vw;
  }

  .about_history_list li {
    flex-direction: column;
    gap: 2.0513vw;
  }

  .about_history_year {
    font-size: 6.1538vw;
  }

  .archive_page {
    margin-top: 22.0513vw;
  }

  .category-brendi .posts_list {
    padding: 12.3077vw 2.5641vw 0;
  }

  .posts_list {
    gap: 6.1538vw;
  }

  .post_item {
    width: 100%;
  }

  .category-brendi .post_item a {
    height: 65.8974vw;
  }

  .category-brendi .archive_post_thumbnail img {
    max-width: 70.2564vw;
    max-height: 32.8205vw;
  }

  .header_article {
    padding: 34.359vw 2.5641vw 12.3077vw;
  }

  .header_article h1 {
    margin-bottom: 12.3077vw;
    font-size: 9.2308vw;
  }

  .header_article_box {
    flex-direction: column;
    gap: 16.6667vw;
  }

  .header_article_box>div {
    width: 100% !important;
  }

  .header_article .the_content h2 {
    margin-bottom: 6.1538vw;
    font-size: 6.1538vw;
    text-align: left;
  }

  .brands_magazines_list {
    flex-wrap: wrap;
    gap: .5128vw;
  }

  .brands_magazines_list li {
    width: calc(25% - .39vw);
  }

  .brands_magazines_list img {
    height: 34.8718vw;
  }

  .brands_video {
    padding: 6.1538vw 2.5641vw;
  }

  .brands_mission {
    margin-top: 12.3077vw;
    padding: 0 2.5641vw;
  }

  .brands_mission_subtitle br {
    display: none;
  }

  .brands_mission_descr br {
    display: none;
  }

  .brands_mission_descr p {
    text-align: left !important;
  }

  .brands_mission_subtitle {
    font-size: 9.2308vw;
  }

  .brands_mission_subtitle br {
    display: none;
  }

  .brands_adv {
    margin-top: 12.3077vw;
  }

  .brands_adv_list {
    gap: 6.1538vw;
  }

  .brands_adv_item {
    width: 100%;
    padding: 16vw 0 0 15vw;
  }

  .brands_adv_item::before {
    width: 47.4359vw;
    height: 47.4359vw;
    border-width: 1.2821vw;
  }

  .brands_adv_box {
    padding: 3vw 0 0 5vw;
  }

  .brands_adv_title {
    font-size: 15.3846vw;
  }

  .brands_adv_descr {
    font-size: 6.1538vw;
    min-height: 16.4103vw;
  }

  .brands_followers {
    margin-top: 19.2308vw;
    padding: 0 10.2564vw;
  }

  .brands_followers_list {
    gap: 12.3077vw;
  }

  .brands_follower {
    width: 100%;
  }

  .brands_follower_icon img {
    width: 16.6667vw;
  }

  .brands_follower_box {
    gap: 10.2564vw;
    margin-top: 2.3077vw;
    padding-left: 8.2051vw;
  }

  .brands_follower_box::before {
    min-width: .5128vw;
    height: 25.641vw;
  }

  .brands_follower_title {
    font-size: 12.3077vw;
  }

  .brands_follower_descr {
    font-size: 6.1538vw;
  }

  .brands_follower a {
    margin-top: 5.1282vw;
    border-width: .7692vw;
    font-size: 6.1538vw;
  }

  .brands_media_kit {
    margin-top: 15.3846vw;
    padding: 6.1538vw;
  }

  .brands_conclusion {
    margin-top: 12.3077vw;
    padding: 0 2.5641vw;
  }

  .brands_conclusion_descr p {
    text-align: left !important;
  }

  .brands_conclusion_descr br {
    display: none;
  }

  .cases_video {
    margin-top: 17.9487vw;
    padding: 6.1538vw 2.5641vw;
    flex-direction: column;
    gap: 6.1538vw;
  }

  .cases_video h2 {
    font-size: 6.1538vw;
    text-align: left;
    margin-bottom: 6.1538vw;
  }

  .brands_conclusion_title {
    font-size: 9.2308vw;
    margin-bottom: 6.1538vw;
    text-align: left;
    max-width: 100%;
  }

  .cases_image_block {
    margin-top: 6.1538vw;
    padding: 6.1538vw 2.5641vw;
    gap: 6.1538vw;
  }

  .cases_image_block_img {
    width: 100%;
  }

  .cases_image_block_text {
    font-size: 6.1538vw;
  }

  .cases_image_block_text br {
    display: none;
  }

  .cases_image_block a {
    border-width: .7692vw;
    font-size: 6.1538vw;
  }

  .cases_images_block {
    margin-top: 24.6154vw;
    padding: 0 2.5641vw;
  }

  .cases_images_block h2 {
    text-align: center;
  }

  .cases_images_block>div br {
    display: none;
  }

  .cases_images_block_gallery_list {
    margin: 6.1538vw 0;
    justify-content: center;
    gap: 1.5385vw;
  }

  .cases_images_block_gallery_list li {
    width: calc(50% - .77vw);
  }

  .cases_images_block_gallery_list img {
    height: 31.0256vw;
  }

  .archive.category-novini h1 {
    padding-top: 12.3077vw;
  }

  .category-novini .posts_list {
    padding: 0 2.5641vw;
    gap: 10.2564vw;
  }

  .category-novini .archive_post_thumbnail img {
    height: 66.6667vw;
  }

  .post_title {
    font-size: unset;
    margin: 6.1538vw 0 2.0513vw;
  }

  .post_content {
    font-size: unset;
  }

  .post_show_more {
    visibility: visible;
    opacity: 1;
    font-size: 5.8974vw;
    margin-top: 6.1538vw;
  }

  .pagination {
    margin-top: 17.9487vw;
  }

  .nav-links {
    gap: 2.5641vw;
  }

  .page-numbers,
  a.page-numbers {
    width: 12.8205vw;
    height: 12.8205vw;
  }

  .next::after,
  .prev::after {
    width: 11.5385vw;
    height: 4.359vw;
  }

  .cf7ps-trigger {
    height: 13.8462vw;
  }

  .cf7ps-options {
    box-shadow: 0 1.5385vw 4.6154vw rgba(0, 0, 0, .12);
    padding: 2.5641vw 0;
    transform: translateY(1.5385vw);
  }

  .cf7ps-option {
    padding: 2.0513vw 2.5641vw;
  }

  .cf7ps-arrow img {
    width: 6.1538vw;
  }

  .cf7ps-options.is-open {
    max-height: 128.2051vw;
  }

  .single_post article section:first-child {
    padding-top: 34.359vw;
  }

  .single_post article section:last-child {
    margin-bottom: -7.6923vw;
    padding-bottom: 34.359vw;
  }

  .lang_switcher {
    font-size: unset;
  }
}