@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@200;400;500;700&display=swap");
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;
}

body,
*,
p,
h1,
h2,
h3,
h4,
h5,
div,
span {
  font-family: "Commissioner", sans-serif;
  box-sizing: border-box;
  font-size: 16px;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

button,
input[type=submit] {
  outline: none;
  border: none;
}

.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-button-next:active,
.swiper-button-prev:active {
  outline: none;
}

button {
  background: transparent;
  border: none;
  outline: none;
}

.hoverMainToDarkMain {
  transition: all 0.3s ease;
}
.hoverMainToDarkMain:hover {
  background-color: #2f6f73;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 64px;
  font-weight: 700;
}

.container {
  width: 1240px;
  margin: 0 auto;
}

.btn {
  width: 272px;
  height: 74px;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
  padding: 0;
}

/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

/* padding for main container */
.mfp-no-margins .mfp-container {
  padding: 0;
}

/* 

for zoom animation 
uncomment this part if you haven't added this code anywhere else

*/
/*

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
*/
* {
  color: #000;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
}

img.mfp-img {
  min-width: 300px;
  max-width: 80vw !important;
  max-height: 80vh !important;
  min-width: 25vw;
  min-height: 25vh;
}

input:focus {
  outline: none;
}

.zoom-photo {
  position: relative;
}
.zoom-photo::after {
  content: "";
  background: url(/img/shared/zoomLogo.svg) no-repeat center;
  background-size: contain;
  width: 68px;
  height: 68px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal-bg {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  top: -100vh;
  transition: opacity 0.4s ease;
}
.modal-bg.active {
  top: 0;
  opacity: 1;
}

.burger-menu-search {
  position: relative;
}
.burger-menu-search-list {
  position: absolute;
  border: 1px solid #bcbcbc;
  display: flex;
  flex-direction: column;
  padding: 16px 14px;
  background: #fff;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 100;
}
.burger-menu-search-list.active {
  display: flex;
}
.burger-menu-search-list__item {
  margin: 7px 0px;
  font-size: 14px;
}

.header {
  margin-top: 22px;
  display: flex;
  align-items: center;
}
.header-sec {
  padding-bottom: 15px;
}
.header__logo {
  height: 41px;
  margin-right: 55px;
}
.header__shop {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.header__shop--img {
  margin-right: 9px;
}
.header__burger {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header__burger--btn {
  width: 34px;
  height: 21px;
  position: relative;
  margin-left: 23px;
}
.header__burger--btn::before, .header__burger--btn::after {
  content: "";
  width: 100%;
  height: 3px;
  right: 0px;
  border-radius: 22px;
  background: #fff;
  position: absolute;
}
.header__burger--btn::before {
  top: 0px;
}
.header__burger--btn::after {
  bottom: 0px;
  width: 29px;
}
.header__burger--line {
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  top: calc(50% - 1px);
  width: 21px;
  background: #fff;
  border-radius: 22px;
}

.hero {
  position: relative;
  padding-bottom: 78px;
  padding-top: 144px;
}
.hero__title span {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.hero__title span.active {
  opacity: 1;
}
.hero-sec {
  position: relative;
  display: flex;
  flex-direction: column;
}
.hero-sec * {
  color: #fff;
}
.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.hero-wrapper {
  width: 830px;
}
.hero__title {
  font-size: 64px;
  font-weight: 400;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  max-width: 725px;
  overflow: hidden;
}
.hero__title-anim {
  height: 70px;
}
.hero__title-mob {
  display: none;
}
.hero__title span {
  font-size: 64px;
  font-weight: 400;
  font-weight: 700;
  display: block;
}
.hero__title span.active {
  animation: 0.5s 0s 1 text normal both running ease;
}
.hero__subtitle {
  margin-top: 40px;
  max-width: 401px;
  font-size: 20px;
  font-weight: 400;
}
.hero-plates {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
}
.hero-plate {
  width: calc(33.3333333333% - 13px);
  height: 117px;
  position: relative;
  overflow: hidden;
}
.hero-plate .hero-plate__blanket {
  transform: translateY(-105%);
}
.hero-plate .hero-plate__bg {
  transform: none;
}
.hero-plate .hero-plate__btn {
  background: #2f6f73;
}
.hero-plate .hero-plate__top--title {
  color: #fff;
}
.hero-plate__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  transform: translateY(40%);
  z-index: -1;
  transition: all 0.6s ease;
}
.hero-plate__top {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
  padding: 12px 23px;
}
.hero-plate__top--title {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}
.hero-plate__top--num {
  color: #409095;
  font-size: 14px;
  margin-top: 2px;
  font-weight: 700;
}
.hero-plate__blanket {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  background: #fff;
  transition: all 0.4s ease;
}
.hero-plate__btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #409095;
  border-radius: 50%;
  cursor: pointer;
}
.hero-plate__btn img {
  width: 6px;
  height: 9px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.hero__bottom-btn {
  position: absolute;
  right: 0;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  bottom: 78px;
  background: #409095;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.hero__bottom-btn img {
  transform: rotate(90deg);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

@keyframes text {
  0% {
    transform: translateY(55px);
    opacity: 0.5;
  }
}
.types {
  margin-top: 34px;
}
.types-sec {
  padding: 86px 0px 100px 0px;
}
.types__title {
  font-size: 40px;
  font-weight: 700;
  color: #409095;
}
.types-row {
  display: flex;
  justify-content: space-between;
}
.types-row:not(:last-child) {
  margin-bottom: 31px;
}
.types-row.right-row .types-item:nth-child(2) {
  max-width: 843px;
}
.types-row.right-row .types-item:nth-child(2) img {
  opacity: 1;
  transform: none;
}
.types-row.left-row .types-item:nth-child(1) {
  max-width: 843px;
}
.types-row.left-row .types-item:nth-child(1) img {
  opacity: 1;
  transform: none;
}
.types-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 40px 24px 45px 49px;
  width: 100%;
  max-width: 379px;
  background: #f8f8f9;
  transition: all 0.5s ease;
}
.types-item__title {
  color: #409095;
  font-size: 24px;
}
.types-item__text {
  max-width: 306px;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 20px;
}
.types-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 70px;
  width: 68px;
  height: 68px;
  border: 1px solid #409095;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.types-item__link img {
  filter: invert(50%) sepia(20%) saturate(976%) hue-rotate(135deg) brightness(95%) contrast(89%);
  transition: all 0.6s ease;
  transform: rotate(-45deg);
}
.types-item__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 50%;
  opacity: 0;
  transition: all 0.9s ease;
}

.projects {
  margin-top: 74px;
  padding-bottom: 40px;
  height: 450px;
}
.projects-sec {
  background: #000;
  padding: 52px 0px;
}
.projects-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projects-top__btns {
  display: flex;
  align-items: center;
}
.projects-top__btns-item {
  display: block;
  width: 68px;
  height: 68px;
  margin-top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #409095;
  position: relative;
  transition: border-color 0.4s ease;
}
.projects-top__btns-item.swiper-button-disabled {
  opacity: 1;
  border-color: #bcbcbc;
}
.projects-top__btns-item.swiper-button-disabled::after {
  filter: invert(80%) sepia(0%) saturate(3%) hue-rotate(42deg) brightness(94%) contrast(93%);
}
.projects-top__btns-item::after {
  content: "";
  position: absolute;
  background: url(/img/shared/rightArrowBlack.svg) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 24px;
  left: 50%;
  top: 50%;
  filter: invert(50%) sepia(20%) saturate(976%) hue-rotate(135deg) brightness(95%) contrast(89%);
  transform: translate(-50%, -50%);
  transition: filter 0.4s ease;
}
.projects-top__prev {
  margin-right: 22px;
}
.projects-top__prev::after {
  transform: translate(-50%, -50%) rotateY(180deg);
}
.projects-top__next {
  margin-left: 22px;
}
.projects__title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: #409095;
}
.projects-pagination {
  margin-top: 64px;
}
.projects-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 168px;
}
.projects-item__img {
  width: 168px;
  height: 100%;
  border: 1px solid #bcbcbc;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-item__plate {
  width: calc(100% - 168px - 15px);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 9px 27px;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  transition: background-color 0.4s ease;
}
.projects-item__category {
  color: #9e9e9e;
  font-size: 12px;
}
.projects-item__title {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 700;
  max-width: 80%;
  color: #fff;
  transition: color 0.4s ease;
}
.projects-item-bottom {
  margin-top: 16px;
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}
.projects-item-price {
  color: #409095;
  font-size: 20px;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-left: auto;
  margin-top: auto;
}
.projects-item-text {
  color: #9e9e9e;
  font-size: 12px;
}
.projects-item-text b {
  color: #9e9e9e;
  font-weight: 700;
}

.burger-menu-footer-mob {
  display: none;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0px;
}
.breadcrumbs__arrow {
  width: 5px;
  height: 8px;
  filter: invert(50%) sepia(20%) saturate(976%) hue-rotate(135deg) brightness(95%) contrast(89%);
  margin: 0px 10px;
  transform: translateY(1px);
}
.breadcrumbs a {
  color: #9f9f9f;
  font-size: 14px;
}

.press {
  display: flex;
  flex-direction: column;
}
.press-sec {
  margin: 100px 0px;
}
.press__title {
  color: #409095;
}
.press-top {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.press-tabs {
  display: flex;
  align-items: center;
}
.press-tabs__item {
  padding: 21px 36px;
  border: 1px solid #409095;
  border-radius: 30px;
  transition: all 0.3s ease;
  color: #000;
  cursor: pointer;
}
.press-tabs__item:not(:last-child) {
  margin-right: 16px;
}
.press-tabs__item.active {
  color: #fff;
  background: #409095;
}
.press-swiper {
  margin-top: 72px;
  transform: translateX(calc(((100vw - 1240px) / 2 - 8px) * -1));
  padding-left: calc((100vw - 1240px) / 2 - 8px);
  width: 100vw;
  padding-right: 140px;
  display: none;
}
.press-swiper.active {
  display: block;
}
.press-btns {
  display: flex;
  align-items: center;
  margin-top: 0px;
}
.press-btns__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  background: #409095;
  position: relative;
  margin-top: 0px;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: none;
}
.press-btns__item.active {
  display: block;
}
.press-btns__item.press__prev {
  margin-right: 14px;
}
.press-btns__item.press__prev::after {
  transform: translate(-50%, -50%) rotateY(180deg);
}
.press-btns__item::after {
  content: "";
  background: url(/img/shared/rightArrowBlack.svg) no-repeat center;
  background-size: contain;
  width: 13px;
  height: 26px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.press-btns__item.swiper-button-disabled {
  background: #f8f8f9;
}
.press-btns__item.swiper-button-disabled::after {
  filter: invert(55%) sepia(0%) saturate(260%) hue-rotate(153deg) brightness(87%) contrast(87%);
}
.press-item {
  display: flex;
  flex-direction: column;
  padding: 28px 40px 34px 40px;
  /* height: 396px; */
  background: #f8f8f9;
}
.press-item__new {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.press-item__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
}
.press-item-bottom {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 21px;
  border-top: 1px solid #dbdbdb;
}
.press-item__date {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #409095;
}
.press-item__month {
  color: #000;
  font-size: 14px;
}

@media (min-width: 1025px) {
  .projects-item:hover .projects-item__title {
    color: #000;
  }
  .projects-item:hover .projects-item__plate {
    background: #fff;
  }
  .team {
    margin-top: 50px;
  }
}
.whatis {
  position: relative;
}
.whatis-sec {
  padding-bottom: 60px;
  height: 1000px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 40%, rgb(255, 255, 255) 40%);
}
.whatis__title {
  font-size: 40px;
  font-weight: 700;
  color: #409095;
  text-align: center;
}
.whatis-block {
  position: absolute;
  display: flex;
  height: 537px;
  margin-top: 57px;
  background: #f8f8f9;
  top: 0;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 160px);
}
.whatis-left {
  width: 50%;
  padding: 55px 60px 0px 60px;
  border-right: 1px solid #dbdbdb;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.whatis-right {
  height: 100%;
  padding: 55px 50px 0px 50px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.whatis-maintext {
  font-size: 32px;
}
.whatis-text {
  font-size: 14px;
  line-height: 1.35;
}
.whatis-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.whatis-bottom-item {
  padding-bottom: 46px;
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  flex-direction: column;
}
.whatis-bottom-item__num {
  color: #409095;
  font-size: 64px;
  font-weight: 700;
}
.whatis-bottom-item__text {
  margin-top: 7px;
}
.whatis-bottom-item:last-child {
  padding-left: 31px;
  border-left: 1px solid #dbdbdb;
}
.whatis__img {
  position: absolute;
  z-index: 8;
  width: 100%;
  height: 627px;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease;
  opacity: 0.6;
}
.whatis__img:hover {
  opacity: 1;
  z-index: 12;
}

.partners-slider-sec {
  background: #000;
}

.consult {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.consult-sec {
  background: #000;
  padding-top: 90px;
  padding-bottom: 50px;
}
.consult-content {
  max-width: 560px;
}
.consult-content__title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.consult-content__text {
  margin-top: 13px;
  color: #fff;
}
.consult__btn {
  background: #409095;
  color: #fff;
  cursor: pointer;
}

.partners-slider {
  width: 100%;
  height: 165px;
}
.partners-slider__slide {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #424242;
}
.partners-slider__slide img {
  max-width: 90%;
  max-height: 90%;
}

footer {
  padding-top: 108px;
}

.footer {
  display: flex;
  justify-content: space-between;
}
.footer-sec {
  background: #000;
  padding-bottom: 78px;
}
.footer * {
  color: #fff;
}
.footer-block {
  display: flex;
  flex-direction: column;
}
.footer-block__title {
  margin-top: 20px;
  font-weight: 700;
}
.footer-block__callback {
  text-align: left;
  padding-left: 0px;
  color: #409095;
  text-decoration: underline;
}
.footer__logo {
  margin-bottom: 15px;
}
.footer-list a {
  font-size: 14px;
}
.footer-list__title {
  text-transform: uppercase;
  font-weight: 700;
}
.footer-list__title:not(:first-child) {
  margin-top: 12px;
}
.footer-list__item {
  margin-top: 12px;
}

.projects-top__catalog {
  height: 68px;
  line-height: 65px;
  color: #bcbcbc;
  border: 1px solid #bcbcbc;
  border-radius: 295px;
  width: 265px;
  text-align: center;
  margin-left: auto;
  margin-right: 22px;
  transition: all 0.3s ease;
}
.projects-top__catalog:hover {
  color: #409095;
  border-color: #409095;
}

.projects-top__catalog--mob {
  display: none;
}

.burger-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  transition: all 0.3s ease;
  transform: translateY(-150%);
}
.burger-menu.active {
  transform: none;
}
.burger-menu .container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.burger-menu .header * {
  color: #000;
}
.burger-menu .header__burger--line {
  background: transparent;
}
.burger-menu .header__burger--btn {
  width: 25px;
  height: 34px;
  cursor: pointer;
  transform: translateY(4px);
}
.burger-menu .header__burger--btn::before, .burger-menu .header__burger--btn::after {
  background: #000;
  width: 34px;
}
.burger-menu .header__burger--btn::before {
  top: 0;
  left: 0;
  transform-origin: left;
  transform: rotate(45deg);
}
.burger-menu .header__burger--btn::after {
  bottom: auto;
  top: 0;
  right: 0;
  transform-origin: right;
  transform: rotate(-45deg);
}
.burger-menu-search {
  margin-top: 45px;
  height: 35px;
  width: 433px;
  padding-bottom: 9px;
  border-bottom: 1px solid #bcbcbc;
  display: flex;
  align-items: center;
}
.burger-menu-search__input {
  width: calc(100% - 30px);
  height: 100%;
  border: none;
  height: 40px;
}
.burger-menu-search__input:focus {
  outline: none;
}
.burger-menu-search__input::-moz-placeholder {
  color: #bcbcbc;
}
.burger-menu-search__input::placeholder {
  color: #bcbcbc;
}
.burger-menu-search__btn {
  height: 100%;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.burger-menu-search__btn img {
  width: 24px;
  height: 24px;
}
.burger-menu-blocks {
  margin-top: 45px;
  display: flex;
}
.burger-menu-list {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
}
.burger-menu-list:not(:last-child) {
  margin-right: 30px;
}
.burger-menu-list:last-child {
  margin-left: auto;
}
.burger-menu-list__title {
  color: #409095;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 21px;
  min-width: -moz-max-content;
  min-width: max-content;
}
.burger-menu-list__item {
  color: #444;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 20px;
}
.burger-menu-list__item:not(:last-child) {
  margin-bottom: 14px;
}
.burger-menu-footer {
  padding: 60px 0px;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.burger-menu-footer__text {
  max-width: 400px;
  font-size: 14px;
}
.burger-menu-footer__text:last-child {
  text-align: right;
}

.burger-header__phone {
  display: block;
  color: #000;
  font-weight: 700;
  margin-left: auto;
  margin-right: 42px;
}
.burger-header__connect {
  width: 228px;
  height: 41px;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 49px;
}
.burger-header__connect--text {
  font-size: 12px;
  color: #000;
}
.burger-header__connect--arrow {
  height: 15px;
  width: 7px;
  transform: rotate(90deg);
}

.prev {
  width: calc(1240px + (100vw - 1240px) / 2);
  background: #409095;
  padding-top: 72px;
  padding-left: 76px;
  display: flex;
  position: relative;
  margin-top: 100px;
  flex-wrap: wrap;
}
.prev-topline {
  width: calc(1240px + (100vw - 1240px) / 2 - 76px);
  height: 1px;
  top: 30px;
  right: 0;
  background: #bcbcbc;
  position: absolute;
  transition: all 0.3s ease;
}
.prev-left {
  position: absolute;
  left: 72px;
  top: 76px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-right: 111px;
  height: 100vh;
  min-height: 100vh;
  transition: all 0.3s ease;
}
.prev-left > * {
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.prev__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 48px;
  position: relative;
}
.prev__num span {
  font-size: 24px;
  color: #fff;
}
.prev__num::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 33px;
  background: #409095;
}
.prev-right {
  padding-left: 400px;
}
.prev-stopper {
  width: 100%;
  height: 0px;
}
.prev__viewall {
  display: block;
  margin-top: auto;
  width: 301px;
  height: 230px;
  padding: 17px 25px;
  background: #fff;
}
.prev__viewall span {
  color: #000;
  font-size: 28px;
  font-weight: 700;
}
.prev-top {
  width: 420px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.prev-top__num {
  font-weight: 500;
  font-size: 40px;
  margin-right: 34px;
}
.prev-photos {
  display: flex;
  align-items: center;
  margin-bottom: 114px;
}
.prev-photos > *:nth-child(2) .prev-photos__item:nth-child(2) {
  transition: all 0.3s ease;
}
.prev-photos > *:nth-child(1) .prev-photos__item:nth-child(1) {
  transition: all 0.6s ease;
}
.prev-photos > *:nth-child(2) .prev-photos__item:nth-child(1) {
  transition: all 0.6s ease;
}
.prev-photos > *:nth-child(1) .prev-photos__item:nth-child(2) {
  transition: all 0.6s ease;
}
.prev-photos-left {
  margin-right: 21px;
}
.prev-photos-right {
  transform: translateY(60px);
}
.prev-photos > div {
  width: 365px;
}
.prev-photos-item {
  margin-bottom: 24px;
  width: 365px;
  height: 250px;
  position: relative;
}
.prev-photos-item img {
  width: 100%;
  height: 100%;
}
.prev-photos-item__bg {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.7);
}
.prev-photos-item__description {
  position: absolute;
  max-width: 85%;
  bottom: 25px;
  left: 20px;
  display: flex;
  flex-direction: column;
}
.prev-photos-item__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
}
.prev-photos-item__text {
  transform: translateY(20px);
  font-size: 20px;
  margin-top: 18px;
  opacity: 0;
  transition: all 0.6s ease;
}
.prev-photos-item:hover .prev-photos-item__bg {
  opacity: 1;
}
.prev-photos-item:hover .prev-photos-item__title {
  opacity: 1;
  transform: none;
}
.prev-photos-item:hover .prev-photos-item__text {
  opacity: 1;
  transform: none;
}
.prev * {
  color: #fff;
}

.footer__logo,
.header__logo {
  width: 180px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__logo img,
.header__logo img {
  width: 100%;
  max-width: 100%;
}

.sticky {
  position: fixed;
  z-index: 90;
}

.stop {
  position: relative;
  z-index: 101;
}

@media (min-width: 1281px) {
  .projects .swiper-slide {
    max-width: 45%;
    margin-right: 50px;
  }
  .index-hero {
    height: 100vh;
  }
  .index-hero .container {
    height: 100%;
  }
  .hero-wrapper {
    display: flex;
    flex-direction: column;
  }
  .hero {
    height: 100%;
  }
  .hero-wrapper {
    height: 100%;
  }
  .hero-plates {
    margin-top: auto;
  }
}
@media (max-width: 1441px) {
  .burger-menu-list:not(:last-child) {
    margin-right: 70px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 980px;
  }
  .projects {
    height: 520px;
  }
  .press-swiper {
    transform: translateX(calc(((100vw - 980px) / 2 - 8px) * -1));
    padding-left: calc((100vw - 980px) / 2 - 8px);
  }
  .burger-menu-search {
    margin-bottom: 20px;
  }
  .prev {
    width: calc(980px + (100vw - 980px) / 2);
  }
  .history-sticky {
    width: 500px;
  }
  .prev-photos-item {
    width: 330px;
  }
  .burger-menu-list__item {
    font-size: 18px;
  }
  .burger-menu-list:not(:last-child) {
    margin-right: 40px;
  }
  .prev-right {
    padding-left: 300px;
  }
  .prev-right > div {
    width: 300px;
  }
  .prev-left {
    left: 50px;
  }
  .prev-photos {
    margin-bottom: 60px;
  }
  .types-item {
    padding: 25px;
  }
  .types-item__text {
    font-size: 16px;
  }
  .projects {
    margin-top: 18px;
  }
  .projects-item {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .projects-item__img {
    width: 100%;
    height: 280px;
  }
  .projects-item-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .projects-item-price {
    margin-top: 10px;
  }
  .projects-item__plate {
    width: 280px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .types-row.right-row .types-item:nth-child(2) {
    max-width: 580px;
  }
  .types-row.left-row .types-item:nth-child(1) {
    max-width: 580px;
  }
  .whatis-right {
    padding: 30px 30px 0px 30px;
  }
  .whatis-left {
    padding: 30px 30px 0px 30px;
  }
  .whatis-bottom-item {
    padding-bottom: 30px;
  }
  .whatis__img {
    width: 1000px;
  }
}
@media (max-width: 1280px) and (min-width: 641px) {
  .projects-item {
    width: 280px !important;
  }
}
@media (max-width: 768px) and (min-width: 641px) {
  .projects-item {
    width: 270px !important;
  }
}
.typesm {
  display: none;
}

.prevm-wrap {
  display: none;
}

.history-sec {
  display: none;
}

@media (max-width: 1024px) {
  .hero__title {
    display: none;
  }
  .hero__title-mob {
    display: block;
  }
  .whatis-sec {
    height: auto !important;
  }
  .whatis-block {
    height: auto !important;
  }
  .whatis__img {
    height: 400px;
    opacity: 1;
  }
  .container {
    width: 720px;
  }
  .press-swiper {
    transform: translateX(calc((100vw - 980px) * -1));
    padding-left: calc(100vw - 980px);
  }
  .history-sec {
    display: none;
  }
  .typesm {
    height: 280px;
  }
  .typesm-item {
    overflow: hidden;
  }
  .typesm-item__title {
    min-height: 28px;
    max-height: 40px;
  }
  .typesm-item__img {
    max-width: calc(100% - 30px) !important;
    width: auto !important;
    margin: 0 auto;
    margin-top: auto !important;
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .typesm-item__text {
    height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
  }
  h1 {
    font-size: 36px !important;
  }
  .burger-menu-list__item {
    font-size: 14px;
  }
  .burger-menu-list__title {
    font-size: 18px;
  }
  .burger-menu .header__logo {
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
  }
  .burger-menu .header__logo img {
    margin: auto auto;
    width: 100%;
  }
  .burger-menu .header__shop--text {
    font-size: 12px;
  }
  .burger-menu .burger-header__phone {
    margin-right: 10px;
    font-size: 12px;
  }
  .burger-menu .burger-header__connect {
    width: 160px;
    margin-right: 30px;
  }
  .burger-menu .burger-menu-footer__text {
    font-size: 12px;
  }
  .prev {
    display: none;
  }
  .prev-sec {
    background: #409095;
    padding: 15px 0px;
  }
  .prevm-wrap {
    display: block;
  }
  .prevm {
    display: block;
    height: -moz-max-content;
    height: max-content;
  }
  .prevm * {
    color: #fff;
  }
  .prevm__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #9f9f9f;
    width: 100%;
  }
  .prevm-item {
    margin-top: 14px;
    width: 100%;
    opacity: 0 !important;
  }
  .prevm-item-description {
    display: flex;
    margin-top: 19px;
  }
  .prevm-item-description__num {
    font-weight: 500;
    font-size: 24px;
  }
  .prevm-item-description__text {
    font-size: 14px;
    margin-left: 9px;
  }
  .prevm-item.swiper-slide-active {
    opacity: 1 !important;
  }
  .prevm-showall {
    display: block;
    width: 100% !important;
    height: 56px;
    margin-top: 42px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    line-height: 56px;
    color: #000;
    background: #fff;
  }
  .prevm-block {
    width: 100%;
    position: relative;
    height: 380px;
  }
  .prevm-block__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .prevm-block-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 12px 17px 12px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
  }
  .prevm-block__title {
    font-size: 14px;
    font-weight: 700;
  }
  .prevm-block__description {
    font-size: 12px;
    margin-top: 5px;
  }
  .prevm-btns {
    display: flex;
    align-items: center;
  }
  .prevm-btns__item {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #409095;
    position: relative;
    margin-top: 0px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    opacity: 1 !important;
  }
  .prevm-btns__item.prevm-btns__prev::after {
    transform: translate(-50%, -50%) rotateY(180deg);
  }
  .prevm-btns__item::after {
    content: "";
    background: url(/img/shared/rightArrowBlack.svg) no-repeat center;
    background-size: contain;
    width: 6px;
    height: 14px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .prevm-btns__prev {
    margin-right: 16px;
  }
  .types {
    display: none;
  }
  .types-sec {
    padding: 50px 0px;
  }
  .typesm {
    display: block;
    margin-top: 21px;
    padding-bottom: 35px;
  }
  .typesm-item {
    background: #f8f8f8;
  }
  .typesm-item-info {
    padding: 15px 15px 0px 15px;
  }
  .typesm-item__title {
    font-size: 14px;
    color: #409095;
    font-weight: 700;
  }
  .typesm-item__text {
    margin-top: 9px;
    font-size: 12px;
  }
  .typesm-item__img {
    height: 170px;
    max-width: 98%;
    margin-top: 9px;
  }
  .hero {
    padding-top: 80px;
  }
  .hero-wrapper {
    width: 100%;
  }
  .hero__bottom-btn {
    display: none;
  }
  .whatis__img {
    width: 700px;
    top: 350px;
  }
  .press-sec {
    margin: 50px 0px;
  }
  h2 {
    font-size: 34px !important;
  }
  .whatis-sec {
    background: linear-gradient(0deg, #000 10%, #f8f8f9 10%);
  }
  .whatis-block {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .whatis-bottom {
    margin-top: 15px;
  }
  .whatis-left,
  .whatis-right {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #9f9f9f;
  }
  .whatis-bottom-item:last-child {
    border-left: 1px solid #9f9f9f;
  }
  .whatis-maintext {
    font-size: 20px;
  }
  .whatis-block,
  .whatis__img {
    position: static;
    transform: none;
  }
}
body {
  overflow-x: hidden;
}

.burger-menu-header,
.burger-menu-mob-catalog,
.burger-mob-body,
.burger-menu-mob-footer {
  display: none;
}

@media (max-width: 768px) {
  .container {
    width: 600px;
  }
  .projects-top__catalog {
    display: none;
  }
  .projects-top__catalog--mob {
    display: block;
    margin: 0 auto;
    margin-top: 26px;
    align-items: center;
  }
  .burger-menu .burger-header__phone,
  .burger-menu .burger-header__connect,
  .burger-menu-blocks {
    display: none;
  }
  .whatis__img {
    width: 100% !important;
    height: 300px;
  }
  .burger-menu-mob-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .burger-menu-mob-footer .burger-header__phone,
  .burger-menu-mob-footer .burger-header__connect {
    display: flex;
    margin: 0;
  }
  .burger-menu-mob-catalog span {
    color: #000;
  }
  .burger-header__connect {
    width: 176px !important;
  }
  .burger-header__phone {
    font-size: 16px !important;
  }
  .hero-plate__bg {
    transform: none;
  }
  .burger-mob-body {
    display: flex;
    flex-direction: column;
  }
  .burger-menu {
    padding-bottom: 20px;
  }
  .last-burger-menu-header {
    margin-bottom: 20px;
  }
  .burger-menu-footer-mob {
    flex-wrap: wrap;
  }
  .burger-menu-footer-mob--white {
    height: 20px;
    width: 100%;
    background: transparent;
  }
  .burger-menu {
    overflow-y: scroll;
    height: auto;
    min-height: 100%;
  }
  .burger-menu-footer {
    display: none;
  }
  .burger-menu-mob-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    margin-top: auto;
  }
  .burger-menu-blocks {
    display: none;
  }
  .burger-menu-mob-catalog {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
  }
  .burger-menu-mob-catalog span {
    font-size: 24px;
    font-weight: 700;
  }
  .burger-menu-mob-catalog img {
    width: 25px;
    height: 25px;
  }
  .burger-menu-header {
    display: flex;
    justify-content: space-between;
    padding: 16px 0px;
    border-bottom: 1px solid #d9d9d9;
  }
  .burger-menu-header a {
    color: #409095;
    font-size: 24px;
    font-weight: 700;
  }
  .burger-menu-header img {
    height: 17px;
    margin: auto 0;
    width: 9px;
    transform: rotate(90deg);
    filter: invert(50%) sepia(20%) saturate(976%) hue-rotate(135deg) brightness(95%) contrast(89%);
  }
  .burger-menu-header:last-child {
    margin-bottom: 77px;
  }
  .burger-menu-search__btn img {
    width: 16px;
    height: 16px;
  }
  .burger-menu .header__burger--btn::before,
  .burger-menu .header__burger--btn::after {
    width: 24px;
    height: 2px;
  }
  .burger-menu .header__burger--btn {
    width: 18px;
    height: 24px;
  }
  .burger-menu-search__input {
    font-size: 14px;
  }
  .burger-menu-search__input::-moz-placeholder {
    font-size: 14px;
  }
  .burger-menu-search__input::placeholder {
    font-size: 14px;
  }
  .burger-menu-search {
    width: 100%;
    margin-bottom: 36px;
  }
  .burger-menu-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .burger-menu-list.active {
    padding: 15px 0px;
  }
  .burger-menu-list__item {
    color: #000;
    font-size: 14px;
  }
  .burger-menu-list__item:not(:last-child) {
    margin-bottom: 15px;
  }
  h1 {
    font-size: 36px !important;
  }
  h2 {
    font-size: 24px !important;
  }
  .hero__subtitle {
    font-size: 20px;
    margin-top: 30px;
  }
  .hero-plates {
    margin-top: 90px;
  }
  .hero-plate__btn {
    display: none;
  }
  .hero-plate {
    height: 150px;
  }
  .hero-plate__blanket {
    height: 50px;
  }
  .types-sec {
    padding: 60px 0px;
  }
  .projects-top__btns-item,
  .press-btns__item {
    width: 44px;
    height: 44px;
  }
  .projects-top__btns-item::after,
  .press-btns__item::after {
    width: 10px;
    height: 20;
  }
  .press-tabs__item {
    padding: 15px 20px;
  }
  .press-swiper {
    padding-right: 70px;
  }
  .whatis__img {
    width: 80vw;
  }
  .whatis-block {
    height: auto;
  }
  .whatis__img {
    display: block;
    margin: 0 auto;
    margin-top: 29px;
  }
  .consult {
    align-items: flex-start;
    flex-direction: column;
  }
  .consult__btn {
    margin-top: 21px;
  }
  footer {
    padding-top: 60px;
  }
}
.danger-sec .partners-wrap .partners-swiper {
  transition: 0s;
}

@media (max-width: 640px) {
  .container {
    width: calc(100% - 40px);
  }
  .prevm-btns__item.swiper-button-disabled {
    background: #bcbcbc;
  }
  .burger-menu-header:last-of-type {
    margin-bottom: 30px;
  }
  .burger-menu-footer-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    margin-bottom: 15px;
  }
  .burger-menu-footer-mob > * {
    display: flex !important;
    margin: 0px !important;
  }
  .prevm-showall {
    line-height: 50px;
  }
  .whatis-right {
    padding-left: 0px;
    padding-right: 0px;
  }
  .partners-slider {
    height: 68px;
  }
  .partners-slider__slide {
    width: 94px;
  }
  .footer {
    flex-direction: column;
  }
  .footer-block:not(:last-child) {
    margin-bottom: 44px;
  }
  .whatis-left,
  .whatis-right {
    padding-left: 0px;
    padding-right: 0px;
  }
  .burger-menu-mob-footer {
    margin-bottom: 30px;
  }
  .container > .burger-menu-header:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .whatis-maintext {
    font-size: 18px;
  }
  .whatis-block {
    margin-top: 15px;
  }
  .whatis__title {
    background: #fff;
    padding-bottom: 15px;
  }
  .header__shop {
    display: none;
  }
  .header__burger {
    margin-left: auto;
  }
  .projects-item__img {
    height: 180px;
  }
  .press-swiper {
    padding-right: 150px;
  }
  .projects-top__btns {
    display: none;
  }
  .whatis__title {
    width: 100vw;
    position: relative;
    transform: translateX(-20px);
  }
  .consult-sec {
    padding: 40px 0px 20px 0px;
  }
  .consult-content__text {
    font-size: 14px;
    max-width: 80%;
  }
  .consult-content__title {
    font-size: 18px;
  }
  .btn {
    height: 50px;
    width: 182px;
  }
  .footer-list__item,
  .footer-list__title:not(:first-child) {
    margin-top: 10px;
  }
  .projects-item__plate {
    width: auto;
  }
  .whatis-sec {
    height: auto;
    padding-bottom: 30px;
  }
}
.open-modal {
  cursor: pointer;
}

.press__item_content {
  min-height: 392px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 6px;
}

.press-item__title {
  /* height: 192px;
  max-height: 192px; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
}

.press__item_img {
  height: 200px;
}

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

.lines-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #409095;
  border-radius: 2px;
  margin: 0px 1.5px !important;
  opacity: 1;
  transition: all 0.3s ease;
  transform-origin: left;
}
.lines-pagination .swiper-pagination-bullet-active {
  width: 17px;
  border-radius: 4px;
}

@media (min-width: 1025px) {
  .lines-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #409095;
    border-radius: 3px;
    margin: 0px 2px !important;
    opacity: 1;
    transition: all 0.3s ease;
    transform-origin: left;
  }
  .lines-pagination .swiper-pagination-bullet-active {
    width: 17px;
    border-radius: 4px;
  }
}
@media (max-width: 520px) {
  .typesm-item__img {
    right: 0 !important;
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .press__item_content {
    min-height: 170px;
  }
  .press-item__title {
    /* max-height: 115px;
    height: 115px; */
    -webkit-line-clamp: 7;
  }
  .projects-top__catalog--mob {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    width: 240px;
  }
  .typesm-item__img {
    margin: 0 auto;
    margin-top: 9px;
    width: calc(100% - 30px);
    height: auto;
    max-height: 140px;
    display: block;
  }
  .typesm-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .header:not(.burger-header) .header__burger--btn::after {
    transform: translateY(1px);
  }
  .header:not(.burger-header) .header__burger--btn::before {
    transform: translateY(-1px);
  }
  .projects {
    height: -moz-max-content;
    height: max-content;
  }
  .breadcrumbs a {
    font-size: 12px;
  }
  h2 {
    font-size: 16px !important;
  }
  .typesm-item__img {
    height: auto;
  }
  .typesm {
    height: 273px;
  }
  .press-item__new,
  .press-item__title {
    font-size: 14px;
  }
  .press-item__date {
    font-size: 24px;
  }
  .press-item__month {
    font-size: 12px;
    text-align: right;
  }
  .header__burger--text {
    font-size: 12px;
  }
  .projects-item__title {
    max-width: 90%;
    font-size: 14px;
  }
  .projects-item-text {
    font-size: 10px;
    margin-top: 0px;
  }
  .projects-item__title {
    margin-top: 5px;
  }
  .projects-item-bottom {
    margin-top: 5px;
  }
  .projects-item-price {
    font-size: 14px;
  }
  .projects-item__img {
    height: 110px;
  }
  .projects-sec {
    padding: 30px 0px;
  }
  .prevm-wrap {
    display: block;
  }
  .prevm-block {
    height: 320px;
  }
  .press-tabs__item {
    padding: 7px 35px;
    font-size: 14px;
    font-weight: 500;
  }
  .press-swiper {
    margin-top: 22px;
  }
  .press-btns {
    display: none;
  }
  .press__item {
    height: 250px;
    padding: 17px;
  }
  .press-item-bottom {
    padding-top: 11px;
    border-top: 1px solid #9f9f9f;
  }
  .footer-block {
    max-width: 85%;
  }
  h1 {
    font-size: 24px !important;
  }
  .hero__subtitle {
    margin-top: 9px;
    font-size: 12px;
  }
  .hero {
    padding: 61px 0px 16px 0px;
  }
  .hero-plates {
    margin-top: 121px;
  }
  .hero-plate {
    width: calc(33.3333333333% - 3px);
    height: 135px;
  }
  .hero-plate__blanket {
    height: 35px;
  }
  .hero-plate__top {
    padding: 7px;
  }
  .hero-plate__top * {
    font-size: 10px;
  }
  .header__logo {
    width: 151px;
    height: 34px;
  }
  .header__logo img {
    width: 100%;
  }
  .footer-block * {
    font-size: 14px;
  }
  .projects-item-bottom {
    height: 100%;
  }
  .projects-item-price {
    margin-top: auto;
  }
  .projects-item-price {
    margin-left: 0px;
    margin-right: auto;
  }
  .projects-item-text {
    margin-bottom: 8px;
  }
  .lines-pagination .swiper-pagination-bullet {
    margin: 0px 1.5px !important;
  }
  .typesm-item__title {
    max-width: 100px;
  }
  .header__burger--btn::before {
    width: 22px;
  }
  .header__burger--btn::after {
    width: 19px;
  }
  .header__burger--line {
    width: 14px;
    top: calc(50% - 1px);
  }
  .header__burger--btn::before,
  .header__burger--btn::after,
  .header__burger--line {
    height: 2px;
  }
  .hero__subtitle {
    max-width: 241px;
  }
  .header__burger--btn {
    width: 22px;
    height: 13px;
    margin-left: 6px;
  }
}
@media (max-width: 420px) {
  .prevm-block {
    height: 260px;
  }
  .typesm-item__img {
    height: 140px;
  }
  .whatis__img {
    width: 100%;
    height: 220px;
  }
  footer {
    padding-top: 30px;
  }
  .hero-plate {
    height: 105px !important;
  }
  .whatis-bottom-item {
    justify-content: center;
    align-items: center;
  }
  .whatis-bottom-item div {
    text-align: center;
  }
  .whatis-bottom-item {
    padding-bottom: 10px;
  }
  .whatis-bottom-item__num {
    font-size: 32px;
  }
  .whatis-maintext {
    font-size: 16px;
  }
  .whatis-maintext br {
    display: none;
  }
  .whatis__title {
    font-size: 20px !important;
  }
  .whatis-right {
    padding-top: 15px;
  }
  .whatis-text {
    font-size: 10px;
  }
  .whatis-bottom-item__text {
    font-size: 14px;
  }
  .whatis-left {
    padding-top: 10px;
  }
}
@media (max-width: 360px) {
  .burger-header__phone {
    font-size: 14px;
  }
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}

.title-with-left-line {
  position: relative;
}
.title-with-left-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 30px);
  width: calc((100vw - 1240px) / 2 - 8px - 20px);
  height: 1px;
  background: #bcbcbc;
}

@media (max-width: 1280px) {
  .title-with-left-line::before {
    width: calc((100vw - 980px) / 2 - 20px);
  }
}
@media (max-width: 1024px) {
  .title-with-left-line::before {
    width: calc((100vw - 720px) / 2 - 10px);
    right: calc(100% + 10px);
  }
  .press-swiper {
    transform: translateX(calc((100vw - 720px) / 2 * -1));
    padding-left: calc((100vw - 720px) / 2);
  }
}
@media (max-width: 768px) {
  .title-with-left-line::before {
    width: calc((100vw - 600px) / 2 - 10px);
    right: calc(100% + 10px);
  }
  .press-swiper {
    transform: translateX(calc((100vw - 600px) / 2 * -1));
    padding-left: calc((100vw - 600px) / 2);
  }
}
@media (max-width: 640px) {
  .title-with-left-line::before {
    width: calc((100vw - (100% - 40px)) / 2 - 5px);
    right: calc(100% + 5px);
  }
  .press-swiper {
    transform: translateX(-20px);
    padding-left: 20px;
  }
}
.prev__num {
  border: none;
  position: relative;
}
.prev__num::after {
  display: none;
}

.prev__num--circle {
  transform: translate(-25%, -25%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.prev__num--circle__inside {
  position: absolute;
  transform-origin: center;
  transform: rotate(-90deg);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.preloader {
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  transition: all 0.55s ease, opacity 0.1s ease;
  opacity: 0;
}
.preloader.loaded {
  transform: translateY(-120%);
}
.preloader-wrap {
  position: relative;
}
.preloader__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 251px;
  height: 251px;
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 10001;
}
.preloader__logo.active {
  opacity: 1;
}
.preloader__title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 550px;
  transition: opacity 0.45s ease;
  z-index: 10001;
}
.preloader__title.active {
  opacity: 1;
}

.catalog-sec {
  margin-bottom: 30px;
}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  padding: 100px 76px 60px 76px;
  z-index: 1000;
  max-width: 80vw;
  width: 689px;
  opacity: 0;
  transform: translateY(-1000%);
  background: #fff;
  transition: opacity 0.4s ease;
}
.modal.active {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.modal__title {
  color: #409095;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
.modal__close {
  position: absolute;
  font-size: 42px;
  color: #000;
  top: 57px;
  right: 45px;
  cursor: pointer;
}
.modal-form {
  display: flex;
  flex-direction: column;
  margin-top: 77px;
  width: 100%;
}
.modal-form__input {
  width: 100%;
  height: 80px;
  border: 1px solid #b0b8bf;
  padding-left: 34px;
}
.modal-form__input:focus {
  outline: none;
}
.modal-form__input:not(:last-child) {
  margin-bottom: 21px;
}
.modal-form__send {
  width: 100%;
  margin-top: 70px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  color: #fff;
  background: #409095;
}
.modal-form__policy {
  font-size: 12px;
  margin-top: 8px;
  color: #bcbcbc;
}
.modal-form__policy a {
  color: #bcbcbc;
}

.cookies {
  width: 367px;
  height: 57px;
  padding: 10px;
  padding-left: 23px;
  border: 1px solid #444;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 1000;
  bottom: -20vh;
  transition: all 0.5s ease;
  opacity: 0;
}
.cookies.active {
  opacity: 1;
  bottom: 3vh;
}
.cookies__text {
  font-size: 10px;
}
.cookies__text span {
  font-size: 10px;
  color: #409095;
  text-decoration: underline;
}
.cookies__accept {
  border-radius: 100px;
  width: 113px;
  height: 37px;
  line-height: 35px;
  font-size: 14px;
  background: #409095;
  color: #fff;
  cursor: pointer;
}

.prev-right * {
  color: #fff !important;
}

.hero-bg-mob {
  display: none;
}

.prev__title {
  color: #fff !important;
}

@media (max-width: 1280px) {
  .modal {
    padding: 60px 40px;
    height: auto;
  }
  .modal__title {
    font-size: 24px;
  }
  .modal-form {
    margin-top: 45px;
  }
  .modal-form__input {
    height: 55px;
    font-size: 12px;
  }
  .modal__close {
    top: 30px;
    right: 30px;
  }
  .modal-form__send {
    margin-top: 50px;
  }
}
@media (max-width: 640px) {
  .modal-form__send {
    font-size: 16px;
    height: 55px;
    margin-top: 22px;
    line-height: 55px;
  }
  .modal-form__input:not(:last-child) {
    margin-bottom: 12px;
  }
  .modal {
    padding-bottom: 40px;
  }
  .preloader-wrap img {
    max-width: 65vw;
  }
  .hero-bg {
    display: none;
  }
  .hero-bg-mob {
    display: block;
  }
}
@media (max-width: 520px) {
  .cookies {
    width: 310px;
  }
  .case-wrap > .container {
    width: 100%;
  }
  .modal {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 95vw;
    width: 95vw;
  }
  .modal__title {
    font-size: 20px;
  }
  .modal__close {
    line-height: 1;
    top: 17px;
    right: 15px;
  }
  .modal-form__input {
    padding-left: 20px;
  }
  .modal-form__send {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
  }
  .modal-form__policy {
    font-size: 10px;
  }
  .prevm-showall {
    height: 56px;
    line-height: 54px;
    font-size: 12px;
  }
  .prevm-item-description__text {
    height: 36px;
  }
}
.types-item__title {
  font-weight: 700;
}

.hero-bg {
  display: block !important;
}
.hero-bg__video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-bg__black {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@media (max-width: 400px) {
  .prevm-block {
    height: 224px;
  }
}/*# sourceMappingURL=index.css.map */

/* ADD */
.header .consult__btn {
  margin-right: 40px;
}

@media (max-width: 520px) {
  .header .consult__btn {
    display: none;
  }
}

.file-input {
  margin: 21px 0;
}

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

.partners-slider {
    position: relative;
}
.partners-slider::after {
    content: '';
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background: transparent;
}

.mt-20 {
  margin-top: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-100 {
  margin-bottom: 100px;
}







#our-costs {
	font-size: 55px;
}
#our-costs font {
	font-size: 20px;
    color: #409095;
}

.whatis-block {
	flex-wrap: wrap;
	height: unset;
	position: unset;
	margin-left: 50%;
}

.whatis-bottom {
    flex-wrap: wrap;
	margin-top: 25px;
}

.whatis-bottom-item {
	flex-basis: 33%;
	align-items: center;
	border-left: 1px solid #dbdbdb;
}

.whatis-sec {
    height: unset;
	background: unset;
}

.whatis__img.videoYout {
	position: unset;
	background: black;
	margin-left: 50%;
	padding: 5%;
}

.videoYout-sec {
	background: black;
}

@media (max-width: 1024px) {
.whatis-block {
	margin: unset;
}	
.whatis-bottom-item:last-child {
    padding-left: 9px;
    border-left: 1px solid #dbdbdb;
}
.whatis-left, .whatis-right {
    padding-bottom: 10px;
}
.whatis__img.videoYout {
	margin: 0;
}
}

@media (max-width: 520px) {
.press__item_content {
    overflow: hidden;
}

.press-item-bottom {
    padding-top: 0;
    margin-top: 7px;
}

.whatis-bottom-item {
    flex-basis: 95%;
    align-items: start;
    padding-left: 5%;
    border-left: 0;
    border-bottom: 1px solid #dbdbdb;
	display: flex;
	flex-direction: row;
	justify-content: start;	
	padding: 9px;
}

.whatis-bottom-item__text br {
	display: none;
}

.whatis-bottom-item__text {
	margin-left: 12px;
}

.whatis-bottom {
    margin-top: 0;
}

#our-costs {
	font-size: 32px;
}

}