:not(:defined)>* {
  display: none;
}
.fancybox-image, .fancybox-spaceball {
  height: auto;
}
.lang-selector-wrapper1 {
cursor: pointer;
}
.header-col-2-mod {
border-left: 1px solid #EDEFF6;
}
.header-col-1-mod {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.header-col-2-menu {
border-right: 1px solid #EDEFF6;
  /*flex: 0 0 50%;
  max-width: 50%;*/
}
.header-logo-mod, .header-col-2-mod {
max-width: 211px;
}
.header-logo-mod img {
max-width: 100%;
}



.header-menu-sub {
display: flex;
align-items: center;
gap: 8px;
}
.header-menu-sub svg path {
stroke: currentColor;
}
.header-menu-sub svg {
margin-top: 3px;
transition: all 0.3s;
}
.header-menu-mod {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
}
.header-menu-mod li {
padding-left: 0 !important;
margin: 0 !important;
}
.header-menu-mod li::before {
content: "";
position: absolute;
left: 0 !important;
top: 100% !important;
width: 100% !important;
height: 50px !important;
opacity: 0;
pointer-events: none;
display: block !important;
background-image: none !important;
}
.header-menu-mod li:hover ul, .header-menu-mod li:hover::before {
opacity: 1;
pointer-events: all;
}

.header-menu-mod li:hover svg {
transform: rotate(180deg);
}
.header-menu-mod li ul {
position: absolute;
z-index: 2;
background-color: #fff;
left: -30px;
top: 62px;
padding: 30px;
min-width: 270px;
max-width: 270px;
border-top: 1px solid #03428E;
opacity: 0;
pointer-events: none;
transition: all 0.3s;
}
.header-menu-mod li ul li {
margin: 0px 0 20px !important;
}
.header-menu-mod li ul li::before {
display: none !important;
}
.header-menu-mod li ul li:last-child {
margin-bottom: 0 !important;
}
.header-menu-mod li::before {
display: none;
}
.header-menu-mod li a {
color: #2D2E39;
leading-trim: both;
text-edge: cap;
font-feature-settings: "clig" off, "liga" off;
font-family: "TT Hoves", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 140%;
text-decoration: none !important;
}
.header-menu-mod li a:hover {
color: #03428E;
}
.production-mod {
padding-top: 100px;
}
.lang-selector-wrapper {
  display: flex !important;
}
.build {
padding: 50px 0;
border-bottom: 1px solid #EDEFF6;
}
.build img {
max-width: 100%;
}
.build-row {
display: flex;
}
.build-row-inner {
margin-bottom: 50px;
}
.build-title {
width: 100%;
max-width: 50%;
color: #2D2E39;
font-feature-settings: "clig" off, "liga" off;
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: 100%;
font-family: "TT Hoves", sans-serif;
}
.build-title-inner {
margin-bottom: 25px;
font-size: 45px;
color: #03428E;
font-family: "TT Hoves", sans-serif;
font-weight: 700;
line-height: 100%;
}
.build-info {
width: 100%;
max-width: 50%;
}
.build-img {
width: 100%;
max-width: 50%;
text-align: center;
}
.build-img img {
  max-height: 205px;
  width: 100%;
  object-fit: cover;
  /*object-position: 0px 36%;*/
}
.build-desc {
margin-bottom: 30px;
font-feature-settings: "clig" off, "liga" off;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%;
}
.build-subtitle {
margin-left: 0px;
padding-left: 50px;
width: 100%;
max-width: calc(50% - 35px);
border-left: 1px solid #03428E;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 140%;
color: #03428E;
font-feature-settings: "clig" off, "liga" off;
font-family: "TT Hoves", sans-serif;
}
.build-list {
padding-bottom: 50px;
display: flex;
}
.build-bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transition: all 0.3s;
z-index: -2;
}
.build-bg img {
width: 100%;
height: 100%;
object-fit: cover;
}
.build-item {
position: relative;
padding: 50px;
padding-top: 80px;
width: 100%;
max-width: 33.33%;
z-index: 1;
overflow: hidden;
transition: all 0.3s;
cursor: pointer;
}
.build-item-info {
transform: translateX(calc(-200% - 500px));
transition: all 0.3s;
}
.build-item::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(90deg, #03428E 0%, rgba(0, 53, 148, 0) 100%);
z-index: -1;
transition: all 0.3s;
}
.build-item-title {
position: absolute;
left: 50px;
top: calc(23% + 50px);
transform: translate(-43%, 0) rotate(-90deg);
max-width: fit-content;
font-family: "TT Hoves", sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 110%;
color: #fff;
transition: all 0.3s;
min-width: max-content;
}
.build-item-title.title-2 {
top: calc(18% + 50px);
}
/*.build-item-title.title-3 {
top: calc(15.5% + 50px);
}*/
.build-item ul {
padding-top: 30px;
margin-bottom: 63px;
min-width: 520px;
}
.build-item ul li {
padding-left: 0;
margin-bottom: 10px;
}
.build-item ul li::before {
display: none;
}
.build-item ul li a {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%;
color: #fff;
pointer-events: none;
}
.build-item.resize {
max-width: 245px;
}
.build-item.active {
width: 100%;
max-width: 620px;
}
.build-item.active::before {
background-color: #03428E;
}
.build-item.active .build-bg {
opacity: 0;
}
.build-item.active .build-item-info {
transform: translateX(0%);
}
.build-item.active .build-item-title {
top: 50px;
transform: translate(0%, 0) rotate(0deg);
}
.build-btn {
border-color: #fff;
color: #fff !important;
}
.build-btn svg path, .build-btn svg line {
stroke: #fff;
}
.build-btn:hover {
color: #03428E !important;
background-color: #fff;
}
.build-btn:hover svg path, .build-btn:hover svg line {
stroke: #03428E;
}


/*
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
}
*/
model-viewer {
  width: 100%;
  height: 90%;
  background-color: #ffffff;
}
.manufacturer_video {
display: none;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  max-width: 1370px;
}
.manufacturer video {
  width: 100%;
  min-height: 558px;
  max-height: 558px;
  object-fit: cover;
display: none;
}

.video-controls {
display: flex;
  gap: 33px;
  justify-content: flex-end;
  align-items: center;
  transform: translate(-132px, -125px);
}

.video-muted {
position: relative;
cursor: pointer;
}

.video-muted::before {

content: '';
position: absolute;
left: 24px;
top: 0;
width: 3px;
  height: 100%;
  background-color: #fff;
  transform: rotate(-45deg);
opacity: 0;
pointer-events: none;
}

.video-muted.active::before {
opacity: 1;
}

.video-link {
color: #FFF !important;
font-size: 14px;
font-family: "TT Hoves", sans-serif;
font-style: normal;
font-weight: 400;
line-height: 140%;
text-transform: uppercase;
}

.video-company {
display: none;
}

.manufacturer_video_title {
  padding: 30px;
  padding-left: 114px;
padding-right: 95px;
  margin-bottom: -50px;
  max-width: 940px;
  transform: translateY(calc(-100% + 86px));
  background-color: rgba(3, 66, 142, 0.75);
}

.manufacturer_video_title h1 {
  margin-bottom: 23px !important;
  color: #FFFFFF !important;
}


.manufacturer_video_title p {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  font-family: "TT Hoves", sans-serif;
  color: #FFFFFF;
}



.manufacturer_video_desc {
  display: flex;
}

.manufacturer_video_desc h1 {
  width: calc(50% - 20px);
}

.manufacturer_video_desc p {
  width: 50%;
  padding-left: 20px;
  border-left: 1px solid #03428E;
}

.new-page .build-title-inner {
color: #2D2E39;
}


@media (max-width: 992px) {
.manufacturer video {
  min-height: 300px;
  max-height: 300px;
  display: block;
}
.manufacturer_video {
  display: block;
}
.manufacturer_video_title {
  padding: 20px;
  min-height: 170px;
  margin-bottom: -50px;
  width: calc(100% + 40px);
  margin-left: -20px;
  transform: translateY(calc(-100% + 85px));
  background-color: rgba(3, 66, 142, 0.75);
}
.manufacturer_video_title h1 {
  margin-bottom: 15px !important;
  font-size: 30px !important;
}
.manufacturer_video_title p {
  font-size: 20px;
}
.video-controls {
  justify-content: flex-start;
  transform: translate(0px, -105px);
}
#home_page_wrapper .manufacturer {
  background-image: none !important;
}
.build-img img {
  max-height: 145px;
}
.build .mix-btn {
  max-width: 190px;
  line-height: 120%;
}
#home_page_wrapper .production-mod-home {
  padding-top: 0px;
    padding-bottom: 0px;
  margin-bottom: 25px!important;
}
#home_page_wrapper .production-mod-home ~ .projects {
  padding-bottom: 80px !important;
}
.new-page .manufacturer .manufacturer_items_wrapper {
  flex-direction: column-reverse;
  gap: 0px !important;
}
#home_page_wrapper .new-page .manufacturer .manufacturer_item_second {
  display: block;
}
#home_page_wrapper .new-page .manufacturer .manufacturer_item_first_part {
  margin-bottom: 0px!important;
}
.new-page .manufacturer_item_first {
  margin-bottom: 0px;
}
.product-slider.slider-countable.product-slider-bot {
  margin-bottom: 30px;
}
#home_page_wrapper .new-page .structural_elements {
  padding: 50px 0;
}
#home_page_wrapper .new-page .structural_elements .structural_elements_item_slider_btns_wrapper {
  margin-bottom: 0;
}
#home_page_wrapper .new-page .structural_elements .structural_elements_swiper_slide_img_info_box {
  padding: 20px 0;
  min-height: auto !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
#home_page_wrapper .new-page .structural_elements .structural_elements_swiper_slide_img_info_box .structural_elements_swiper_slide_title {
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
#home_page_wrapper .new-page .structural_elements .structural_elements_swiper_slide_wrapper {
  padding-top: 10px;
  max-width: 100%;
}
#home_page_wrapper .new-page .swiper-pagination-bullets {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
#home_page_wrapper .new-page .swiper-pagination-bullets span {
  margin: 0;
  opacity: 1;
  background-color: #03428E;
  border: 1px solid #03428E;
  border-radius: 10px;
}
#home_page_wrapper .new-page .swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background-color: transparent;
}
#home_page_wrapper .new-page .structural_elements_slider-container {
  max-width: calc(100% - 50px);
}
#home_page_wrapper .new-page .production {
  padding: 50px 0 0;
  margin-bottom: 0 !important;
}
#home_page_wrapper .new-page .production_info {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#home_page_wrapper .new-page .production_info_title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #2D2E39;
}
#home_page_wrapper .new-page .production_icon {
  margin-right: 20px !important;
}
#home_page_wrapper .new-page .production_icon svg {
  max-width: 50px;
  max-height: 50px;
}
}

.new-page .build-title-inner {
color: #2D2E39;
}

@media (max-width: 992px) {
#home_page_wrapper .new-page .manufacturer {
  padding-bottom: 0px;
}
#home_page_wrapper .new-page .manufacturer_items_wrapper {
  display: flex;
  flex-direction: column-reverse;
  gap: 0px;
}
#home_page_wrapper .new-page .manufacturer_items_wrapper .breadcrumb {
  display: none;
}
#home_page_wrapper .new-page .manufacturer_item_second {
  margin: 0;
  padding: 0px 20px;
  display: block !important;
}
#home_page_wrapper .new-page .manufacturer_item_second img.slick-slide {
  max-height: calc(100vw + 20px);
}
#home_page_wrapper .new-page .manufacturer_item_first {
  margin-top: 20px !important;
}
#home_page_wrapper .new-page .manufacturer_item_first_part {
  margin-bottom: 0 !important;
}
#home_page_wrapper .new-page .build-first {
  padding-top: 50px;
}
#home_page_wrapper .new-page .build-first .product-slider {
  margin-bottom: 30px;
}
#home_page_wrapper .new-page .build-row-inner:last-child {
  margin-bottom: 0;
}
#home_page_wrapper .new-page .build-title-inner {
  margin-bottom: 20px;
  font-size: 25px;
}
#home_page_wrapper .new-page .build-subtitle {
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
}
#home_page_wrapper .new-page .build-size {
  margin-bottom: 20px;
}
#home_page_wrapper .new-page .build-sub {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
#home_page_wrapper .new-page .structural_elements {
  padding: 50px 0;
}
#home_page_wrapper .new-page .structural_elements .structural_elements_item_slider_btns_wrapper {
  margin-bottom: 0;
}
#home_page_wrapper .new-page .structural_elements .structural_elements_swiper_slide_img_info_box {
  padding: 20px 0;
  min-height: auto !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
#home_page_wrapper .new-page .structural_elements .structural_elements_swiper_slide_img_info_box .structural_elements_swiper_slide_title {
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
#home_page_wrapper .new-page .structural_elements .structural_elements_swiper_slide_wrapper {
  padding-top: 10px;
  max-width: 100%;
}
#home_page_wrapper .new-page .swiper-pagination-bullets {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
}
#home_page_wrapper .new-page .swiper-pagination-bullets span {
  margin: 0;
  opacity: 1;
  background-color: #03428E;
  border: 1px solid #03428E;
  border-radius: 10px;
}
#home_page_wrapper .new-page .swiper-pagination-bullets span.swiper-pagination-bullet-active {
  background-color: transparent;
}
#home_page_wrapper .new-page .structural_elements_slider-container {
  max-width: calc(100% - 50px);
}
#home_page_wrapper .new-page .production {
  padding: 50px 0 0;
  margin-bottom: 0 !important;
}
#home_page_wrapper .new-page .production_info {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#home_page_wrapper .new-page .production_info_title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #2D2E39;
}
#home_page_wrapper .new-page .production_icon {
  margin-right: 20px !important;
}
#home_page_wrapper .new-page .production_icon svg {
  max-width: 50px;
  max-height: 50px;
}
#home_page_wrapper .new-page .build-subtitle {
  padding-top: 0px;
}
#home_page_wrapper .new-page .build-subtitle::before {
  max-width: 1px;
  height: 100%;
}
#home_page_wrapper .new-page .manufacturer_advantages_info_icon_wrapper {
  padding-bottom: 43px;
}
}

@media (max-width: 992px) {
.col.header-col-2-menu {
  display: none !important;
}
.build {
  padding: 30px 0;
}
.build .mix-btn {
  margin-top: 0;
}
.build-row {
  flex-wrap: wrap;
}
.build-row-inner {
  margin-bottom: 10px;
}
.build-title {
  margin-bottom: 20px;
  max-width: 100%;
  font-size: 30px;
}
.build-title-inner {
  margin-bottom: 15px;
  font-size: 25px;
}
.build-desc {
  margin-bottom: 20px;
  font-size: 16px;
}
.build-subtitle {
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  max-width: 100%;
  border: none;
  font-size: 18px;
}
.build-subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 93px;
  height: 1px;
  background-color: #03428E;
}
.build-info {
  max-width: 100%;
}
.build-img {
  padding-top: 30px;
  max-width: 100%;
}
.build-list {
  flex-wrap: wrap;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
.build-item {
  padding: 30px 20px;
  max-width: 100%;
  min-height: 530px;
}
.build-item ul {
  padding-top: 50px;
  min-width: auto;
}
.build-item::before {
  background-image: linear-gradient(0deg, #03428E 0%, rgba(0, 53, 148, 0) 100%);
}
.build-item.active, .build-item.resize {
  max-width: 100%;
}
.build-item.active .build-item-title {
  top: auto !important;
  bottom: calc(100% - 50px);
}
.build-item-title {
  transform: translate(0, 0);
  top: auto !important;
  bottom: 30px;
  left: 20px;
  font-size: 22px;
}
}

@media (min-width: 992px) {

  .manufacturer_wrapper_desc {
      display: none;
  }
  .manufacturer_video, .manufacturer video {
      display: block;
  }
}

.progress-bar {
  display: block;
  width: 33%;
  height: 10%;
  max-height: 2%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 25px;
  box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
  visibility: hidden;
  transition: visibility 0.3s;
}

.update-bar {
  background-color: rgba(255, 255, 255, 0.9);
  width: 0%;
  height: 100%;
  border-radius: 25px;
  float: left;
  transition: width 0.3s;
}

.video-company {
position: fixed;
right: 0px;
bottom: 40px;
width: 100%;
z-index: 999;
}

.video-company-bg {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}

.video-company-bg img {
height: 100%;
width: 100%;
max-width: 100%;
-o-object-fit: cover;
   object-fit: cover;
}

.video-company-item {
position: relative;
padding: 40px;
background-color: #000;
width: 100%;
max-width: 380px;
height: 300px;
max-height: 215px;
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: column;
overflow: hidden;
z-index: 1;
/* right: 50px; */
/* bottom: 0; */
}

.video-company-close {
position: absolute;
right: 20px;
top: 20px;
max-width: 15px;
max-height: 15px;
z-index: 9;
cursor: pointer;
}

.video-company-close svg {
max-width: 15px;
max-height: 15px;
}

.video-company-play {
position: absolute;
z-index: 100000;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
height: 60px;
width: 60px;
max-width: 60px;
border-radius: 100px;
background-color: #03428E;
cursor: pointer;
top: 50%;
left: 50%;
transform: translateX(-30px);
/* transform: translateY(-30px); */
transform: translate(-30px, -30px);
}

.video-company-play img {
max-width: 35px;
margin-right: -7px;
}

.video-company-title {
position: relative;
z-index: 9;
font-weight: 600;
font-size: 16px;
line-height: 1;
color: #fff;
}

.video-company-btn {
position: relative;
z-index: 9;
font-weight: 600;
font-size: 16px;
line-height: 1;
color: #fff;
border-bottom: 1px dotted #fff;
cursor: pointer;
}


#ar-button {
  background-image: url(ar_icon.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 12px 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 16px;
  padding: 0px 16px 0px 40px;
  font-family: "TT Hoves", sans-serif;
  font-size: 14px;
  color: #4285f4;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  border: 1px solid #DADCE0;
}

#ar-button:active {
  background-color: #E8EAED;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid #4285f4;
}

@keyframes circle {
  from {
      transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg);
  }

  to {
      transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg);
  }
}

@keyframes elongate {
  from {
      transform: translateX(100px);
  }

  to {
      transform: translateX(-100px);
  }
}

model-viewer>#ar-prompt {
  position: absolute;
  left: 50%;
  bottom: 60px;
  animation: elongate 2s infinite ease-in-out alternate;
  display: none;
}

model-viewer[ar-status="session-started"]>#ar-prompt {
  display: block;
}

model-viewer>#ar-prompt>img {
  animation: circle 4s linear infinite;
}

/*
.product-slider1 {
  position: relative;
}

.product-slider1 .slick-arrow {
  position: absolite;

}
.product-slider button.slick-prev.slick-arrow {
  left: 63%;
}
.product-slider1 button.slick-prev.slick-arrow {
  left: 63%;
  top: 95%;
}
.product-slider1 button.slick-next.slick-arrow, .product-slider button.slick-next.slick-arrow {
 right: 90px;
}
.product-slider1 button.slick-next.slick-arrow {
  top: 95%;
}

@media (max-width: 767.98px) {
  .slide-name.pravka1 {
      display: none;
  }

  .product-slider1 button.slick-prev.slick-arrow {
      left: 60%;
      top: 93%;
  }

  .product-slider1 button.slick-next.slick-arrow {
      top: 93%;
  }

}
*/
#benefits .videos-benefits__swiper-slide-left img.play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px !important;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/*
.product-slider.product-slider-bot button.slick-prev.slick-arrow  {
  left: 76%;
}
*/
.slide-elements .product-slide .slide-name {
left:400px;
}

.our_blog .blog-list.pravka1 {
padding-bottom: 0px;
}
ul.catalog-nav > li {
color: #03428E;
}
#contacts_page_wrapper  .contacts_phone_number a {
  font-family: "TT Hoves", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 46px;
  color: #2D2E39;
  margin-right: 35px;
text-decoration: none;
}
#industry_page_wrapper .industry_download_marketing_kit_link {
  padding: 22px 20px;
}

.docList  img {
margin-right: 10px;
}

.docList  a {
color: #000;
}
.btn-dl-arrow:before {
  transform: rotateZ(-90deg);
}
.page-header-doc {
  padding: 10px 63px 20px 63px;
  margin-bottom: 30px; 
}
.contacts-soclinks-col-1 {
display: flex;
width: 100% !important;
flex-direction: column;
justify-content: space-between;

}
.contacts-soclinks-col-2 .soclink  {
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.contacts-soclinks-col-2 {
  margin: 0 !important;
}
.contacts-soclinks .row {
  display:  grid !important;
  grid-template-columns: 1fr .5fr !important;
}
@media(max-width: 992px) {
  .contacts-soclinks-col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contacts-soclinks-col-2 .soclink {
    width: 50% !important;
  }
}
@media(max-width: 650px) {
  .contacts-soclinks-col-2 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contacts-soclinks-col-2 .soclink {
    width: 100% !important;
  }
}
@media(max-width: 550px) {
  .contacts-soclinks .row {
    gap: 40px;
    grid-template-columns: 1fr !important;
  }
  .contacts-soclinks-col-2 .soclink {
    max-width: 85px;
  }
}
model-viewer .container {
overflow: visible !important;
}
		.ar-nav {
			background: #03428E;
			display: flex;
			align-items: center;
			padding: 0 32px;
			gap: 18px;
			color: #fff !important;
			line-height: 120%;	
			font-size: 15px;
			font-weight: 500;
			font-family: "TT Hoves", sans-serif;
			margin-left: 15px;
		}
		.ar-nav span {max-width: 70px}
		.ar-nav svg:last-child {display: none}
		.header-col-2-menu {border-right: 0}
		.header-col-1-mod {margin-left: 25px;max-width: 0;}

		@media (max-width: 992px) {
			.ar-nav {
				position: fixed;
				bottom: 0;
				left: 0;
				right: 0;
				padding: 0 20px;
				justify-content: space-between;
				margin-left: 0;
			}
			.ar-nav span {max-width: unset;}
			.ar-nav svg:last-child {display: block; margin-left: 10px;flex-shrink: 0;}
		}