@font-face {
  font-family: "Gilroy";
  font-display:swap;
  font-weight: 400;
  src: url("../fonts/Gilroy-Regular.woff2");
}
@font-face {
  font-family: "Gilroy";
  font-display:swap;
  font-weight: 500;
  src: url("../fonts/Gilroy-Medium.woff2");
}
@font-face {
  font-family: "Gilroy";
  font-display:swap;
  font-weight: 600;
  src: url("../fonts/Gilroy-Semibold.woff2");
}
@font-face {
  font-family: "Gilroy";
  font-display:swap;
  font-weight: 700;
  src: url("../fonts/Gilroy-Bold.woff2");
}
input, button, textarea, select {
  font-family: "Gilroy", sans-serif;
  color: #2B2A29;
}

body {
  font-family: "Gilroy", sans-serif;
  color: #2B2A29;
}

.pageWrapper {
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  padding-top: 210px;
}

.container {
  width: 1304px;
}

.header {
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 12px 0 0 0;
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1264px;
  background: rgba(43, 42, 41, 0.5);
  -webkit-filter: blur(25px);
          filter: blur(25px);
  border-radius: 5px;
  height: 12px;
  z-index: -2;
}
.header-top {
  margin-bottom: 13px;
}
.header-top__nav {
  margin: 0 auto;
  padding: 0;
}
.header-top__nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top__nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 35px;
}
.header-top__nav ul li:last-child {
  margin-right: 0;
}
.header-top__nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2B2A29;
  position: relative;
}
.header-top__nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #2B2A29;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-top__nav ul li a:hover {
  text-decoration: none;
}
.header-top__nav ul li a:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header-right {
  text-align: right;
}
.header-right__phone {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: #2B2A29;
  position: relative;
  margin-bottom: 4px;
}
.header-right__phone::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #2B2A29;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-right__phone:hover {
  text-decoration: none;
}
.header-right__phone:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header-right__link {
  font-weight: 600;
  font-size: 15px;
  line-height: 27px;
  color: #0185C9;
  position: relative;
  overflow: hidden;
}
.header-right__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background: #0185C9;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-right__link:hover {
  text-decoration: none;
}
.header-right__link:hover::before {
  left: 100%;
}
.header-contact {
  margin-left: 50px;
}
.header-contact__item {
  margin-top: 5px;
}
.header-contact__item:first-child {
  margin-top: 0;
}
.header-contact__icon {
  width: 24px;
  min-width: 24px;
}
.header-contact__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #2B2A29;
}
.header-contact__text b {
  font-weight: 600;
}
.header-contact__text a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #2B2A29;
  font-weight: 600;
  position: relative;
}
.header-contact__text a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #2B2A29;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-contact__text a:hover {
  text-decoration: none;
}
.header-contact__text a:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.header-bottom {
  border: 1px solid #EBEFF2;
  border-bottom: none;
}
.header-bottom__hamburger {
  margin-right: 15px;
}
.header-bottom__close {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.header-bottom__btn {
  width: 224px;
  min-width: 224px;
  height: 69px;
  background: #EBEFF2;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #2B2A29;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-bottom__btn:hover {
  background: #d7dbde;
}
.header-bottom__btn.active {
  background: #0185C9;
  color: #fff;
}
.header-bottom__btn.active .header-bottom__hamburger svg {
  opacity: 0;
}
.header-bottom__btn.active .header-bottom__close {
  opacity: 1 !important;
}
.header-bottom__nav {
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  pointer-events: none;
  visibility: hidden;
}
.header-bottom__nav.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  pointer-events: auto;
}
.header-bottom__nav ul {
  display: block;
  width: 366px;
  background: #EBEFF2;
}
.header-bottom__nav ul li {
  display: block;
}
.header-bottom__nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #FFFFFF;
  border-top: 2px solid transparent;
  height: 80px;
  padding: 0 30px;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2B2A29;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-bottom__nav ul li a::before, .header-bottom__nav ul li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("../img/nav-arrow-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  position: absolute;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-bottom__nav ul li a::after {
  opacity: 0;
  background-image: url("../img/nav-arrow-2.svg");
}
.header-bottom__nav ul li a:hover {
  color: #0185C9;
  text-decoration: none;
}
.header-bottom__nav ul li a:hover::before {
  opacity: 0;
}
.header-bottom__nav ul li a:hover::after {
  opacity: 1;
}
.header-bottom__nav ul li ul {
  display: block;
  left: 100%;
  top: 0;
  background: #FFFFFF;
  padding: 25px;
  margin: 0;
  position: absolute;
  width: 360px;
  pointer-events: auto !important;
  visibility: visible !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  display: none;
}
.header-bottom__nav ul li ul li {
  display: block;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dashed #939CA2;
}
.header-bottom__nav ul li ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  color: #2B2A29;
  padding: 0;
  min-height: auto;
  height: auto;
}
.header-bottom__nav ul li ul li a::before, .header-bottom__nav ul li ul li a::after {
  display: none;
}
.header-bottom__nav ul li ul li:first-child {
  padding-top: 0;
  margin-top: 0;
  border: none;
}
.header-bottom__nav ul li:hover > a {
  color: #0185C9;
  text-decoration: none;
}
.header-bottom__nav ul li:hover > a::before {
  opacity: 0;
}
.header-bottom__nav ul li:hover > a::after {
  opacity: 1;
}
.header-bottom__nav ul li:hover > ul {
  display: block;
}
.header-nav {
  padding: 0 10px;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header-nav ul li {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.header-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 69px;
  text-decoration: none;
  outline: none;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #2B2A29;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-nav ul li a:hover {
  text-decoration: none;
  color: #939CA2;
}

.btn {
  background: #0185C9;
  height: 70px;
  width: 100%;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  max-width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
}
.btn:hover {
  background: #016da5;
}

.modal-close {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  right: -10px;
  top: -10px;
}
.modal-close svg path {
  fill: #0185C9;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.modal-close:hover svg path {
  fill: #2B2A29;
}
.modal-container {
  width: 408px;
  background: #EBEFF2;
  padding: 38px 50px;
}
.modal-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.modal-text {
  margin: 13px 0 29px;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}
.modal-btn {
  margin-top: 30px;
}
.modal-policy {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #939CA2;
  margin-top: 21px;
}
.modal-policy a {
  text-decoration: underline;
  color: #939CA2;
}
.modal-policy a:hover {
  text-decoration: none;
}
.modal-input, .modal-textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  padding-left: 29px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  color: #2B2A29;
  margin-bottom: 10px;
}
.modal-input:hover, .modal-input:focus, .modal-textarea:hover, .modal-textarea:focus {
  border: 1px solid #0185C9;
}
.modal-input::-webkit-input-placeholder, .modal-textarea::-webkit-input-placeholder {
  color: #939CA2;
}
.modal-input::-moz-placeholder, .modal-textarea::-moz-placeholder {
  color: #939CA2;
}
.modal-input:-ms-input-placeholder, .modal-textarea:-ms-input-placeholder {
  color: #939CA2;
}
.modal-input::-ms-input-placeholder, .modal-textarea::-ms-input-placeholder {
  color: #939CA2;
}
.modal-input::placeholder, .modal-textarea::placeholder {
  color: #939CA2;
}
.modal-textarea {
  resize: none;
  padding-top: 13px;
  display: block;
  min-height: 130px;
  height: 130px;
  margin: 0;
}
.modal-list {
  padding: 24px;
}

.header-btnMobile, .header-mobile__hamburger {
  display: none;
}

.main-wrapper {
  padding: 136px 0 150px;
  position: relative;
}
.main-bg {
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.main-btn {
  width: 224px;
}
.main-text {
  margin: 33px 0 51px;
  width: 448px;
  max-width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.main-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
}
.main-mobile {
  display: none;
}

.fixedBtn {
  position: fixed;
  z-index: 12;
  right: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0185C9;
  width: 70px;
  height: 323px;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  max-width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fixedBtn.active {
  right: 0;
}
.fixedBtn svg {
  margin-bottom: 30px;
}
.fixedBtn span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fixedBtn:hover {
  background: #016da5;
}

.header-bottom__nav ul li ul {
  min-height: 100%;
}

.title {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #2B2A29;
}
.title span {
  color: #0185C9;
}

.light-blue {
  background: #EBEFF2;
}

.partners {
  padding: 100px 0 120px;
}
.partners-list {
  padding-top: 27px;
}
.partners-block {
  margin-top: 40px;
  width: 20%;
}
.partners-item {
  background: #fff;
  min-height: 100%;
}
.partners-img {
  display: block;
  width: 100%;
}

.footer {
  padding: 98px 0 100px;
  background: #2B2A29;
}
.footer-nav {
  padding: 0;
  margin: 0;
  width: 402px;
  max-width: 100%;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-nav ul li {
  width: 140px;
  max-width: 100%;
  display: block;
}
.footer-nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
  color: #FFFFFF;
  position: relative;
}
.footer-nav ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-nav ul li a:hover {
  text-decoration: none;
}
.footer-nav ul li a:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.footer-flex {
  width: 662px;
  max-width: 100%;
}
.footer-copy {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #939CA2;
}
.footer-btn {
  background: #2B2A29;
  color: #fff;
  position: relative;
  border: 2px solid #0185C9;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  height: 60px;
  width: 209px;
}
.footer-btn::before {
  content: "";
  left: -2px;
  height: 20px;
  width: 2px;
  background: #2B2A29;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn::after {
  content: "";
  right: -2px;
  height: 20px;
  width: 2px;
  background: #2B2A29;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:hover {
  background: #0185C9;
  color: #fff;
}
.footer-btn:hover::after, .footer-btn:hover::before {
  opacity: 0;
}

.header-catalogMobileBtn {
  display: none;
}

.steps {
  padding: 103px 0 120px;
}
.steps-list {
  padding-top: 27px;
}
.steps-item {
  border: 1px solid #EBEFF2;
  padding: 48px 50px 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2B2A29;
  min-height: 150px;
  position: relative;
}
.steps-item__number {
  position: absolute;
  top: -27px;
  left: 30px;
  width: 110px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #0185C9;
}
.steps-block {
  width: 33.333%;
  margin-top: 50px;
}
.steps-block:nth-child(5) {
  width: 66.666%;
}
.steps-block:nth-child(5) .steps-item {
  min-height: 150px;
}
.steps-block:nth-child(4) .steps-item {
  min-height: 150px;
}

.watch {
  padding: 95px 0 103px;
}
.watch-title {
  margin-bottom: 67px;
}
.watch-title img {
  position: relative;
  top: 5px;
  left: 2px;
}
.watch-video {
  width: 100%;
  height: 690px;
  background-size: cover;
  background-position: center;
}
.watch-video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#2B2A29), to(#EBEFF2));
  background: -o-linear-gradient(top, #2B2A29 0%, #EBEFF2 100%);
  background: linear-gradient(180deg, #2B2A29 0%, #EBEFF2 100%);
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.watch-video:hover::before {
  opacity: 0.7;
}

.benefits {
  padding-top: 103px;
}
.benefits-block {
  width: 25%;
  margin-top: 67px;
}
.benefits-item__icon {
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  border: 1px solid #EBEFF2;
}
.benefits-item__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1px;
  width: 2px;
  height: 60px;
  background: #fff;
}
.benefits-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1px;
  width: 2px;
  height: 60px;
  background: #fff;
}
.benefits-item__text {
  margin-top: 28px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2B2A29;
}
.benefits-item__text a {
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  text-decoration-line: underline;
  color: #0185C9;
}
.benefits-item__text a:hover {
  text-decoration: none;
}
.benefits-item__text img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 9px 0 14px;
  position: relative;
  top: 4px;
}

.contact {
  padding-top: 103px;
  pointer-events: none;
}
.contact-list {
  margin-bottom: -200px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-left {
  width: 500px;
  pointer-events: auto;
}
.contact-right {
  width: 722px;
  padding-top: 17px;
}
.contact-soc {
  margin-top: 45px;
}
.contact-soc__item {
  margin-right: 20px;
}
.contact-soc__item:hover {
  opacity: 0.7;
}
.contact-map {
  height: 500px;
  pointer-events: auto;
}
.contact-item {
  width: 408px;
  max-width: 100%;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px dashed rgba(147, 156, 162, 0.2);
}
.contact-item:last-child {
  margin-bottom: 0;
}
.contact-item:first-child {
  margin-top: 57px;
}
.contact-item__icon {
  width: 29px;
  min-width: 29px;
}
.contact-item__gray {
  width: 153px;
  min-width: 153px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #939CA2;
}
.contact-item__text {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #2B2A29;
}
.contact-item__text a {
  text-decoration: none;
  color: #2B2A29;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.contact-item__text a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background: #2B2A29;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-item__text a:hover {
  text-decoration: none;
}
.contact-item__text a:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.contact-bottom {
  padding-left: 60px;
  background: #fff;
}
.contact-bottom__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #939CA2;
}
.contact-bottom__text {
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2B2A29;
}
.contact-bottom__img {
  height: 200px;
  width: auto;
}

a.contact-phone {
  font-size: 20px;
  line-height: 30px;
}

.production {
  padding: 103px 0 120px;
  overflow: hidden;
  background: #EBEFF2;
}
.production-top {
  margin-bottom: 67px;
}
.production-btn {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #0185C9;
  margin-left: 70px;
  margin-top: 7px;
}
.production-btn span {
  display: block;
  margin-left: 15px;
  position: relative;
  padding-bottom: 1px;
  overflow: hidden;
}
.production-btn span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0185C9;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.production-btn:hover span::before {
  left: 100%;
}
.production-slider {
  overflow: visible;
  width: 2200px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.production-item {
  height: 410px;
}
.production-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(1, 133, 201, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.production-item__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.production-item__wrapper {
  left: 50%;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.production-item__big {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
}
.production-item__big span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 15px;
  position: relative;
}
.production-item__big span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.production-item__big:hover {
  text-decoration: none;
  color: #fff;
}
.production-item__big:hover span::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.production-item__btn {
  width: 166px;
  height: 60px;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.production-item__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 19px;
  width: 2px;
  background: #fff;
}
.production-item__btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 19px;
  width: 2px;
  background: #fff;
}
.production-item__btn span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 19px;
  width: 2px;
  background: #fff;
}
.production-item__btn span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 19px;
  width: 2px;
  background: #fff;
}
.production-item__btn:hover {
  background: #fff;
  color: #0185C9;
}
.production-item:hover::before, .production-item:hover .production-item__wrapper {
  opacity: 1;
}
.production-arrow {
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% + 582px);
  right: auto;
  background: #FFFFFF;
  width: 70px;
  height: 70px;
  z-index: 2;
}
.production-arrow svg {
  display: block;
}
.production-arrow:hover {
  opacity: 0.7;
}
.production-prev {
  right: calc(50% + 582px);
  left: auto;
}

.fslightbox-container {
  background: rgba(43, 42, 41, 0.6) !important;
}

.production-mobile {
  display: none;
}

.contactForm-img {
  bottom: 0;
  left: -58px;
}
.contactForm-wrapper {
  padding: 103px 100px 110px;
  background: #EBEFF2;
}
.contactForm-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #fff;
  border-left: 100px solid transparent;
  pointer-events: none;
}
.contactForm-box {
  width: 622px;
  margin-left: auto;
  max-width: 100%;
}
.contactForm-text {
  margin: 25px 0 42px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2B2A29;
}
.contactForm-flex .modal-input {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
.contactForm-btn {
  width: 253px;
  margin-right: 50px;
}
.contactForm-bottom {
  margin-top: 50px;
}
.contactForm-policy {
  width: 262px;
  max-width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #939CA2;
}
.contactForm-policy a {
  text-decoration: underline;
  color: #939CA2;
}
.contactForm-policy a:hover {
  text-decoration: none;
}
.contactForm .contact-item {
  top: 160px;
  left: 336px;
}
.contactForm .contact-item__text {
  width: 100%;
}

.offers {
  /*margin-bottom: -80px;*/
}
.offers-block {
  width: 33.3333333333%;
  margin-top: 60px;
}
.offers-list {
  padding-top: 5px;
}
.offers-item {
  padding-top: 2px;
  padding-left: 60px;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: left top;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2B2A29;
}
.offers-item span {
  color: #939CA2;
  font-weight: 400;
}
.offers-blue {
  padding: 0 60px 43px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  padding-top: 4px;
}
.offers-blue::before {
  content: "";
  left: 0;
  top: -38px;
  bottom: 0;
  width: 100%;
  position: absolute;
  background: #0185C9;
  border-left: 10px solid #006AA0;
}

.border-btn {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border-top: 2px solid #0185C9;
  border-bottom: 2px solid #0185C9;
  position: relative;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  color: #2B2A29;
  text-align: center;
}
.border-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 19px;
  width: 2px;
  background: #0185C9;
}
.border-btn::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 19px;
  width: 2px;
  background: #0185C9;
}
.border-btn span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 19px;
  width: 2px;
  background: #0185C9;
}
.border-btn span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 19px;
  width: 2px;
  background: #0185C9;
}
.border-btn:hover {
  background: #0185C9;
  color: #fff;
}

.homeWork {
  padding: 103px 0 100px;
}
.homeWork-left {
  width: 512px;
}
.homeWork-bold {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.homeWork-subtitle {
  margin: 36px 0 37px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.homeWork-ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.homeWork-ul li {
  display: block;
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2B2A29;
  position: relative;
  padding-left: 30px;
}
.homeWork-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background: #0185C9;
}
.homeWork-title {
  width: 430px;
}
.homeWork-item__btn {
  width: 184px;
  min-width: 184px;
  margin-left: 15px;
}
.homeWork-item__name {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.homeWork-item__list {
  margin-top: 40px;
}
.homeWork-item__img {
  display: block;
  width: 100%;
}
.homeWork-arrow {
  width: 70px;
  height: 70px;
  background: #FFFFFF;
  left: 0;
  top: 250px;
  z-index: 2;
  top: calc(50% - 35px);
  margin-top: -50px;
}
.homeWork-arrow:hover {
  opacity: 0.7;
}
.homeWork-next {
  left: auto;
  right: 0;
}
.homeWork-right {
  width: 722px;
}

.mobileCatalog {
  top: 130px;
  height: calc(100% - 130px);
  width: 100%;
  background: #EBEFF2;
  z-index: 22;
  position: fixed;
  display: none;
  overflow-y: auto;
  left: 0;
  opacity: 0;
}

.mobileMenu {
  top: 70px;
  height: calc(100% - 70px);
  width: 100%;
  background: #EBEFF2;
  z-index: 23;
  position: fixed;
  overflow-y: auto;
  display: none;
  left: 0;
  opacity: 0;
}
.mobileMenu-contact {
  padding: 23px 0;
}
.mobileMenu-contact__item {
  margin-top: 5px;
}
.mobileMenu-contact__item:first-child {
  margin-top: 0;
}
.mobileMenu-contact__icon {
  width: 29px;
  min-width: 29px;
}
.mobileMenu-contact__icon img {
  width: 14px;
  height: auto;
}
.mobileMenu-contact__gray {
  width: 113px;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
  color: #939CA2;
}
.mobileMenu-contact__text {
  width: 168px;
  max-width: 100%;
  font-weight: 600;
  font-size: 13px;
  line-height: 25px;
  color: #2B2A29;
}
.mobileMenu-contact__text a {
  text-decoration: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #2B2A29;
}
.mobileMenu-contact__text a:hover {
  text-decoration: underline;
  color: #2B2A29;
}
.mobileMenu-btn {
  width: 100%;
  margin-top: auto;
  position: fixed;
  z-index: 2;
  left: 0;
  bottom: 0;
}
.mobileMenu-btn span {
  font-size: 18px;
}
.mobileMenu-btn svg {
  margin-left: 30px;
}
.mobileMenu-container {
  min-height: calc(100vh - 140px);
  padding-bottom: 70px;
  overflow-y: auto;
}
.mobileMenu-nav {
  padding: 0;
  margin: 0;
}
.mobileMenu-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobileMenu-nav ul li {
  display: block;
  width: 100%;
}
.mobileMenu-nav ul li a {
  text-decoration: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 30px;
  padding: 29px;
  border-top: 2px solid #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2B2A29;
}
.mobileMenu-nav ul li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
}
.mobileMenu-nav ul li ul {
  display: none;
  padding: 15px 29px;
  background: #fff;
}
.mobileMenu-nav ul li ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(147, 156, 162, 0.2);
}
.mobileMenu-nav ul li ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.mobileMenu-nav ul li ul li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  line-height: 20px;
  color: #2B2A29;
  padding: 0;
  margin: 0;
}
.mobileMenu-nav ul li ul li a::after {
  display: none;
}
.mobileMenu-nav ul li.active ul {
  display: block;
}

.breadcrumbs {
  background: rgba(235, 239, 242, 0.5);
  padding: 25px 0;
  margin-bottom: 76px;
}
.breadcrumbs-list {
  padding: 0 0 0 24px;
  margin: 0;
  background-image: url("../img/home.svg");
  background-repeat: no-repeat;
  background-position: top left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #939CA2;
}
.breadcrumbs-list li::after {
  content: "-";
  display: block;
  margin: 0 9px;
}
.breadcrumbs-list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #939CA2;
  text-decoration: none;
}
.breadcrumbs-list li a:hover {
  text-decoration: underline;
}
.breadcrumbs-list li:last-child::after {
  display: none;
}

.page-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: #2B2A29;
  margin-bottom: 54px;
}

.works {
  padding-bottom: 100px;
}
.works-list {
  margin-top: -52px;
}
.works-block {
  width: 33.3333333333%;
  margin-top: 52px;
}
.works-item__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
}
.works-item__link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.works-item__text {
  margin-top: 28px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2B2A29;
}
.works-item__absolute {
  right: 20px;
  top: 20px;
  position: absolute;
  z-index: 0;
  background: rgba(1, 133, 201, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  width: 70px;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 70px;
  z-index: 1;
}
.works-item__absolute small {
  font-size: 15px;
  line-height: 20px;
  display: block;
  width: 100%;
}
.works-item__imageWrapper {
  padding-top: 100%;
}
.works-item__imageWrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(1, 133, 201, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
}
.works-item__imageWrapper:hover .production-item__wrapper {
  opacity: 1;
}
.works-item__imageWrapper:hover::before {
  opacity: 1;
}

.pagination {
  margin-top: 60px;
}
.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 5px;
  background: #FFFFFF;
  width: 60px;
  height: 60px;
  text-decoration: none;
  outline: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #2B2A29;
  text-align: center;
}
.pagination a:hover, .pagination a.active {
  background: #0185C9;
  color: #fff;
}

a.pagination-prev, a.pagination-next {
  height: auto;
  width: auto;
  background: transparent !important;
  color: #2B2A29;
  fill: #2B2A29;
}
a.pagination-prev:hover, a.pagination-next:hover {
  color: #0185C9;
}
a.pagination-prev:hover svg, a.pagination-next:hover svg {
  fill: #0185C9;
}
a.pagination-prev.disabled, a.pagination-next.disabled {
  color: #939CA2;
  pointer-events: none;
}
a.pagination-prev.disabled svg, a.pagination-next.disabled svg {
  fill: #939CA2;
}

a.pagination-prev {
  margin-right: auto;
  margin-left: 0;
}
a.pagination-prev svg {
  margin-right: 22px;
}

a.pagination-next {
  margin-left: auto;
  margin-right: 0;
}
a.pagination-next svg {
  margin-left: 22px;
  margin-top: 3px;
}

.work {
  padding-bottom: 120px;
}
.work-right {
  max-width: 408px;
}
.work-item {
  margin-top: 40px;
}
.work-item:first-child {
  margin-top: 0;
}
.work-item__title {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #939CA2;
}
.work-item__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #2B2A29;
  margin-top: 10px;
}
.work-item__price {
  margin-top: 1px;
  font-weight: 600;
  font-size: 28px;
  line-height: 60px;
  color: #0185C9;
}
.work-left {
  width: 855px;
}
.work-other {
  padding: 38px 38px 38px 58px;
  font-weight: 700;
  font-size: 32px;
  line-height: 30px;
  color: #2B2A29;
  border: 2px solid #EBEFF2;
  margin-top: 40px;
}
.work-other.mobile {
  display: none;
}
.work-btn {
  width: 345px;
}
.work-slider {
  width: 632px;
}
.work-slider .works-item__absolute {
  left: 20px;
  top: 20px;
  right: auto;
}
.work-slideItem {
  height: 490px;
  display: block;
}
.work-slideItem img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.work-thumbItem {
  width: 100%;
  height: 150px;
  display: block;
}
.work-thumbItem img {
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.work-thumb {
  height: 490px;
  width: 204px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.work-thumb .swiper-slide {
  height: 150px;
  cursor: pointer;
}
.work-thumb .swiper-slide.swiper-slide-thumb-active .work-thumbItem img {
  border-color: #0185C9;
}
.work-arrow {
  width: 70px;
  height: 35px;
  background: #FFFFFF;
  padding-top: 2px;
  top: 0;
  left: calc(50% - 35px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
}
.work-arrow svg {
  fill: #2B2A29;
}
.work-arrow:hover svg {
  fill: #0185C9;
}
.work-next {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 0;
  padding-bottom: 2px;
  top: auto;
  bottom: 0;
}

.work-margin {
  margin-top: 100px;
}

.page-offers {
  padding: 88px 0 95px;
}
.page-offers .offers-list {
  padding-top: 0;
  margin-top: -60px;
}

.card-item {
  background: #FFFFFF;
  border: 2px solid #EBEFF2;
  padding: 27px 38px 30px;
}
.card-item__btn {
  margin: 0;
  width: 100%;
}
.card-item__textBlock {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #2B2A29;
  padding-left: 31px;
  position: relative;
  margin-top: 28px;
}
.card-item__textBlock::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0;
  background: #0185C9;
  top: 9px;
}
.card-item__block {
  margin-bottom: 20px;
}
.card-item__blockGray {
  margin-bottom: 1px;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #939CA2;
}
.card-item__blockBottom {
  font-weight: 700;
  font-size: 20px;
  line-height: 60px;
  color: #2B2A29;
}
.card-item__blockBottom span {
  font-size: 28px;
  line-height: 60px;
  font-weight: 500;
}
.card-item__blockBottom.blue {
  color: #0185C9;
}
.card-item__blockBottom.blue span {
  font-weight: 600;
}

.pageContact {
  padding-bottom: 93px;
}
.pageContact-btn {
  margin-top: 46px;
}
.pageContact-right {
  width: 722px;
}
.pageContact-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.pageContact-address {
  padding: 27px 40px 32px 0;
  background: #FFFFFF;
  left: 0;
  bottom: 0;
  z-index: 1;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #2B2A29;
}
.pageContact-address svg {
  margin-right: 18px;
}
.pageContact .contact-item:first-child {
  margin-top: 0 !important;
}

.legal {
  padding: 103px 0 120px;
}
.legal-title {
  margin-bottom: 45px;
}
.legal-block {
  width: 33.3333333333%;
}
.legal-item {
  border-bottom: 1px dashed rgba(147, 156, 162, 0.2);
  font-weight: 600;
  font-size: 20px;
  line-height: 50px;
  color: #2B2A29;
  padding-left: 31px;
}
.legal-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  background: #0185C9;
}
.legal-item:nth-child(2) {
  border: none;
}
.legal-item__gray {
  font-weight: 400;
  font-size: 17px;
  line-height: 50px;
  color: #939CA2;
  margin-right: 20px;
}

[data-tabs-content] {
  display: none;
  opacity: 0;
}
[data-tabs-content]:first-child {
  display: block;
  opacity: 1;
}

.find {
  padding: 0;
}
.find-tabs__item {
  margin-left: 20px;
  height: 50px;
  background: #FFFFFF;
  border: 2px solid #EBEFF2;
  padding: 0 38px;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  color: #2B2A29;
}
.find-tabs__item.active {
  border-color: #0185C9;
}
.find-content {
  margin-top: 67px;
  height: 500px;
  width: 100%;
}

.aboutMap {
  padding-bottom: 120px;
}

.about-left {
  width: 520px;
}
.about-list {
  margin-top: 43px;
}
.about-bold {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #2B2A29;
}
.about-subtitle {
  margin-top: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2B2A29;
}
.about-right {
  width: 722px;
}
.about-bottom {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2B2A29;
  margin-top: 24px;
}
.about-items {
  background: #FFFFFF;
  border: 2px solid #EBEFF2;
  padding: 47px 58px 54px;
  margin-bottom: auto;
}
.about-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #2B2A29;
  margin-top: 24px;
  position: relative;
  padding-left: 31px;
}
.about-item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  background: #0185C9;
  top: 9px;
}
.about-item:first-child {
  margin-top: 0;
}

.aboutMap {
  padding-top: 103px;
}

.aboutItems {
  padding-bottom: 120px;
}
.aboutItems .offers-block {
  margin-top: 48px;
  width: 50%;
}
.aboutItems-title {
  margin-bottom: 67px;
}
.aboutItems .offers-list {
  margin-top: -48px;
}
.aboutItems .offers-item__title {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #2B2A29;
}
.aboutItems .offers-item__text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #939CA2;
}

.catalog {
  padding-bottom: 83px;
}
.catalog .page-title {
  margin: 0 !important;
}
.catalog-left {
  width: 224px;
}
.catalog-nav {
  padding: 0;
  margin: 0;
}
.catalog-nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.catalog-nav ul li {
  display: block;
  margin-top: 20px;
}
.catalog-nav ul li:first-child {
  margin-top: 0;
}
.catalog-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17.5px 25px;
  background: #EBEFF2;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #2B2A29;
}
.catalog-nav ul li a::after {
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  margin-left: 8px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.catalog-nav ul li a:hover {
  background: #0185C9;
  color: #fff;
}
.catalog-nav ul li a:hover::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.catalog-nav ul li ul {
  padding: 11px 0;
  margin: 0;
  display: none;
}
.catalog-nav ul li ul li {
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px dashed rgba(147, 156, 162, 0.2);
}
.catalog-nav ul li ul li:last-child {
  border: none;
}
.catalog-nav ul li ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #2B2A29;
  background: transparent;
  padding: 0 24px;
  text-decoration: none;
}
.catalog-nav ul li ul li a::after {
  display: none;
}
.catalog-nav ul li ul li a:hover {
  color: #0185C9;
  background: transparent;
}
.catalog-nav ul li.active ul {
  display: block;
}
.catalog-nav ul li.active > a::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.catalog-right {
  width: 968px;
}
.catalog-flex {
  margin: 54px 0 58px;
}
.catalog-flex__left {
  width: 487px;
  max-width: 100%;
}
.catalog-flex__item {
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  color: #2B2A29;
  position: relative;
  padding-left: 40px;
}
.catalog-flex__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background-image: url("../img/check-blue.svg");
  width: 15px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.catalog-flex__item span {
  font-weight: 400;
  color: #939CA2;
}
.catalog-flex__item:first-child {
  margin-top: 0;
}
.catalog-img {
  width: 426px;
  min-height: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.catalog-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-top {
  margin-bottom: 42px;
}
.catalog-price {
  width: 267px;
  min-width: 267px;
  text-align: center;
  background: #FFFFFF;
  border: 2px solid #EBEFF2;
  padding: 27px 18px 18px;
}
.catalog-price__title {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #939CA2;
}
.catalog-price__text {
  margin-top: 1px;
  font-weight: 700;
  font-size: 20px;
  line-height: 60px;
  color: #0185C9;
}
.catalog-price__text span {
  font-size: 28px;
  font-weight: 600;
}
.catalog-days {
  margin-left: 60px;
  margin-top: 1px;
}
.catalog-days__text {
  margin-top: 1px;
  font-weight: 700;
  font-size: 20px;
  line-height: 60px;
}
.catalog-days__text span {
  font-size: 28px;
  font-weight: 500;
}
.catalog-contact {
  border: 2px solid #EBEFF2;
  padding: 38px 58px;
}
.catalog-contact__gray {
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #939CA2;
}
.catalog-contact__gray svg {
  margin-right: 20px;
}
.catalog-contact__phone {
  margin-left: 30px;
  margin-right: auto;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  color: #2B2A29;
}
.catalog-contact__phone:hover {
  text-decoration: none;
  color: #0185C9;
}
.catalog-contact__btn {
  width: 306px;
}
.catalog-items__block {
  margin-top: 60px;
  width: 33.3333333333%;
}
.catalog-item {
  min-height: 100%;
}
.catalog-item__img {
  padding-top: 77.71%;
  overflow: hidden;
}
.catalog-item__img img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-item__img:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.catalog-item__name {
  margin: 19px 0 11px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #2B2A29;
}
.catalog-item__name:hover {
  text-decoration: none;
  color: #0185C9;
}
.catalog-item__bottom {
  margin-top: auto;
}
.catalog-item__btn {
  width: 148px;
}
.catalog-item__price {
  font-weight: 700;
  font-size: 16px;
  line-height: 60px;
  color: #0185C9;
}
.catalog-item__price span {
  font-size: 20px;
  line-height: 60px;
}

.calc {
  padding-bottom: 110px;
}
.calc-wrapper {
  width: 969px;
  margin-left: auto;
}
.calc-subtitle {
  margin: 36px 0 39px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2B2A29;
}
.calc-subtitle a {
  font-weight: 600;
  color: #0185C9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  outline: none;
}
.calc-subtitle a:hover {
  text-decoration: underline;
}
.calc-benefits__title {
  width: 290px;
  min-width: 290px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2B2A29;
}
.calc-benefits__list {
  margin-top: -23px;
  margin-right: -30px;
}
.calc-benefits__item {
  margin-top: 23px;
  margin-right: 30px;
  padding-left: 40px;
  background-image: url("../img/check-blue.svg");
  background-repeat: no-repeat;
  background-position: center left;
  white-space: nowrap;
}
.calc-items {
  border: 2px solid #EBEFF2;
  margin: 51px 0 48px;
  padding: 56px 58px 58px;
}
.calc-item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px dashed rgba(147, 156, 162, 0.2);
}
.calc-item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.calc-item__img {
  width: 216px;
  min-width: 216px;
  height: auto;
  display: block;
  margin-right: 60px;
}
.calc-item__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.calc-item__title {
  margin-bottom: 21px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.calc-item__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.calc-bold {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2B2A29;
}
.calc-bold a {
  color: #0185C9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  outline: none;
}
.calc-bold a:hover {
  text-decoration: underline;
}
.calc-bottom {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2B2A29;
}
.calc-ul {
  padding: 0;
  margin: 41px 0 34px;
  list-style-type: none;
}
.calc-ul li {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #2B2A29;
  position: relative;
  padding-left: 29px;
  margin-top: 22px;
}
.calc-ul li:first-child {
  margin-top: 0;
}
.calc-ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0185C9;
  left: 0;
  top: 11px;
}

.modal-file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.modal-file:hover {
  opacity: 0.7;
}
.modal-file input {
  display: none;
}
.modal-file span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed #2B2A29;
  color: #2B2A29;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 1350px) {
  .container {
    width: 960px;
  }
  .header-top__nav ul li a {
    font-size: 12px;
  }
  .header-top__nav ul li {
    margin-right: 20px;
  }
  .header-contact {
    margin-left: 20px;
  }
  .header-right__phone {
    font-size: 18px;
  }
  .header-logo {
    width: 100px;
  }
  .header-contact__text {
    font-size: 13px;
    line-height: 19px;
  }
  .header-nav ul li a {
    height: 49px;
    font-size: 16px;
  }
  .header-bottom__btn {
    height: 49px;
  }
  .pageWrapper {
    padding-top: 159px;
  }
  .header-bottom__btn {
    width: 190px;
    min-width: 190px;
  }
  .header-bottom__nav ul li a {
    height: 60px;
    font-size: 15px;
  }
  .header-bottom__nav ul {
    width: 320px;
  }
  .header-bottom__nav ul li ul li {
    padding-top: 18px;
    margin-top: 18px;
  }
  .header-bottom__nav ul li ul li a {
    font-size: 14px;
  }
  .header-bottom__nav ul li ul {
    padding: 20px;
    width: 350px;
  }
  .main-title {
    font-size: 50px;
    line-height: 50px;
  }
  .main-wrapper {
    padding: 80px 0;
  }
  .main-text {
    margin: 30px 0;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col {
    padding-right: 10px;
    padding-left: 10px;
  }
  .partners-block {
    margin-top: 20px;
  }
  .footer-nav ul li a {
    font-size: 16px;
    line-height: 40px;
  }
  .footer {
    padding: 85px 0;
  }
  .footer-nav {
    width: 300px;
  }
  .footer-nav ul li {
    width: 120px;
  }
  .footer-flex {
    width: 580px;
  }
  .footer-copy {
    font-size: 15px;
  }
  .steps-item {
    font-size: 16px;
    line-height: 24px;
    padding: 32px 24px 16px;
    min-height: 130px;
  }
  .steps-block:nth-child(5) .steps-item, .steps-block:nth-child(4) .steps-item {
    min-height: 110px;
  }
  .watch-video {
    height: 500px;
  }
  .benefits-item__text {
    font-size: 16px;
    line-height: 24px;
  }
  .benefits-block {
    margin-top: 40px;
  }
  .contact-list {
    margin-bottom: -160px;
  }
  .contact-right {
    width: 550px;
  }
  .contact-left {
    width: 410px;
  }
  .contact-bottom {
    padding-left: 24px;
  }
  .contact-bottom__img {
    height: 160px;
  }
  .contact-bottom__text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
  .contact-bottom__title {
    font-size: 18px;
    line-height: 24px;
  }
  .contact-item {
    width: 390px;
  }
  .production-slider {
    width: 1960px;
  }
  .production-item {
    height: 280px;
  }
  .production-item__big {
    margin-top: 24px;
  }
  .contactForm-wrapper {
    padding: 40px 40px 48px;
  }
  .contactForm-img {
    display: none;
  }
  .contactForm .contact-item {
    left: 80px;
    top: 50px;
  }
  .offers-block {
    width: 50%;
  }
  .fixedBtn {
    display: none;
  }
  .homeWork-right {
    width: 428px;
  }
  .page-title {
    font-size: 56px;
    line-height: 62px;
  }
  .works-item__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
  }
  .breadcrumbs {
    margin-bottom: 40px;
  }
  .page-title {
    margin-bottom: 30px;
  }
  .work-left {
    width: 600px;
  }
  .work-right {
    width: 340px;
  }
  .work-thumb {
    width: 140px;
    height: 310px;
  }
  .work-slider {
    width: 440px;
  }
  .work-slideItem {
    height: 310px;
  }
  .work-thumbItem {
    height: 100px;
  }
  .work-thumb .swiper-slide {
    height: 100px;
  }
  .work-item__title {
    font-size: 14px;
    line-height: 24px;
  }
  .work-item {
    margin-top: 20px;
  }
  .work-item__price {
    font-size: 22px;
    line-height: 30px;
    margin-top: 2px;
  }
  .work-item__text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  .work-other {
    padding: 19px;
    font-size: 24px;
    line-height: 30px;
  }
  .work-btn {
    width: 240px;
  }
  .work-other {
    margin-top: 30px;
    display: none;
  }
  .work-other.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-item__blockBottom {
    font-size: 16px;
    line-height: 40px;
  }
  .card-item__blockBottom span {
    font-size: 24px;
    line-height: 40px;
  }
  .card-item {
    padding: 19px;
  }
  .card-item__textBlock {
    line-height: 24px;
    margin-top: 20px;
  }
  .pageContact-right {
    width: 400px;
  }
  .legal-item, .legal-item__gray {
    font-size: 15px;
    line-height: 60px;
  }
  .about-left {
    width: 450px;
  }
  .about-right {
    width: 450px;
  }
  .about-bold {
    font-size: 24px;
    line-height: 32px;
  }
  .about-subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-top: 24px;
  }
  .about-items {
    padding: 30px;
  }
  .about-item {
    font-size: 16px;
    line-height: 24px;
    padding-left: 24px;
  }
  .about-item::before {
    top: 7px;
  }
  .about-bottom {
    font-size: 18px;
    line-height: 24px;
  }
  .about-list {
    margin-top: 30px;
  }
  .catalog-flex {
    display: block;
    margin: 31px 0 23px;
  }
  .catalog-flex__item {
    margin-top: 15px;
    padding-left: 30px;
  }
  .catalog-left {
    display: none;
  }
  .catalog-right {
    width: 100%;
  }
  .catalog-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .catalog-img img {
    height: auto;
  }
  .catalog-top {
    margin-bottom: 22px;
  }
  .catalog {
    padding-bottom: 40px;
  }
  .catalog-flex__left {
    width: 500px;
    max-width: 100%;
  }
  .catalog-price {
    padding: 9px 8px 16px;
    width: 170px;
    min-width: 170px;
  }
  .catalog-price__title {
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
  }
  .catalog-price__text {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
  }
  .catalog-price__text span {
    font-size: 22px;
    line-height: 20px;
  }
  .catalog-days {
    margin-left: 20px;
  }
  .catalog-days__text {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
  }
  .catalog-days__text span {
    font-size: 22px;
    line-height: 20px;
  }
}
@media (max-width: 1000px) {
  .container {
    width: 730px;
  }
  .header-nav, .header-right__link, .header-bottom, .header-contact, .header-top__nav {
    display: none;
  }
  .header {
    padding: 5px 0 0;
  }
  .header-logo {
    width: 71px;
  }
  .header-right__phone {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    white-space: nowrap;
  }
  .header-right__phone::before {
    display: none;
  }
  .header-right {
    margin-left: auto;
  }
  .header::before {
    width: 100%;
  }
  .header-top {
    margin: 0;
  }
  .header-btnMobile {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 15px;
    margin-right: 25px;
  }
  .header-mobile__close {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
  }
  .header-mobile__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-mobile__hamburger.active .header-mobile__close {
    opacity: 1;
  }
  .header-mobile__hamburger.active .header-mobile__btn {
    opacity: 0;
  }
  .pageWrapper {
    padding-top: 130px;
  }
  .main-title {
    font-size: 40px;
    line-height: 45px;
  }
  .main-wrapper {
    padding: 44px 0;
  }
  .main-text {
    margin: 18px 0 24px;
    font-size: 15px;
    line-height: 25px;
    width: 350px;
  }
  .partners {
    padding: 40px 0 50px;
  }
  .partners-block {
    width: 33.333%;
  }
  .partners-list {
    padding-top: 10px;
  }
  .title {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }
  .fixedBtn {
    display: none !important;
  }
  .footer {
    padding: 34px 0 40px;
  }
  .footer-list {
    display: block;
  }
  .footer-nav {
    width: 400px;
  }
  .footer-nav ul li {
    width: calc(50% - 10px);
  }
  .footer-nav ul li a {
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
  }
  .footer-nav ul li a::before, .footer-nav ul li a::after {
    display: none;
  }
  .footer-flex {
    width: 100%;
    margin-top: 26px;
  }
  .header-catalogMobileBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 100%;
    background: #EBEFF2;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #2B2A29;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-top: 5px;
  }
  .header-catalogMobileBtn svg {
    margin-left: 15px;
  }
  .header-catalogMobileBtn svg path {
    fill: #2B2A29;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header-catalogMobileBtn.active {
    color: #fff;
    background: #0185C9;
  }
  .header-catalogMobileBtn.active svg path {
    fill: #fff;
  }
  .header-catalogMobileBtn.active svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .steps {
    padding: 40px 0 50px;
  }
  .steps-block {
    width: 50% !important;
    margin-top: 40px;
  }
  .steps-list {
    padding-top: 0;
  }
  .steps-item {
    padding: 20px;
    min-height: 100% !important;
    font-size: 16px;
    line-height: 25px;
  }
  .steps-item__number {
    width: 50px;
    left: 10px;
    top: -16px;
    font-size: 30px;
    line-height: 30px;
  }
  .watch {
    padding: 34px 0 40px;
  }
  .watch-title {
    margin-bottom: 30px;
  }
  .watch-title img {
    top: 11px;
    left: 4px;
  }
  .watch-video {
    height: 400px;
  }
  .benefits {
    padding-top: 40px;
  }
  .benefits-list {
    padding-top: 10px;
  }
  .benefits-block {
    width: 50%;
    margin-top: 20px;
  }
  .contact {
    padding-top: 40px;
  }
  .contact-list {
    margin: 0;
  }
  .contact-right {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .contact-left {
    width: 100%;
  }
  .contact-item__gray {
    width: 128px;
    min-width: 128px;
  }
  .contact-item__text {
    font-size: 13px;
    line-height: 25px;
  }
  .contact-bottom {
    padding-left: 0;
  }
  .contact-bottom__img {
    height: 140px;
  }
  .contact-bottom__title {
    font-size: 13px;
    line-height: 30px;
  }
  .contact-bottom__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
  }
  a.contact-phone {
    font-size: 18px;
    line-height: 30px;
  }
  .contact-item {
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
  .contact {
    pointer-events: auto;
  }
  .contact-soc {
    margin-top: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-soc__item {
    margin: 0 10px;
  }
  .contact-item:first-child {
    margin-top: 25px;
  }
  .contact-map {
    height: 280px;
  }
  .contact-item__gray {
    font-size: 15px;
    line-height: 30px;
  }
  .production {
    padding: 40px 0 52px;
  }
  .production-top {
    text-align: center;
    display: block;
    margin-bottom: 30px;
  }
  .production-btn {
    display: none;
    margin: 0;
  }
  .production-mobile {
    display: block;
    margin-top: 28px;
  }
  .production-mobile .production-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .contactForm-box {
    width: 100%;
  }
  .contactForm-wrapper {
    padding: 40px 40px 48px;
  }
  .contactForm-wrapper::before {
    display: none;
  }
  .contactForm .contact-item {
    display: none;
  }
  .contactForm-text {
    margin: 19px 0 31px;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
  }
  .offers {
    margin: 0;
  }
  .offers-block {
    width: 100%;
    margin-top: 23px;
  }
  .offers-list {
    padding-top: 7px;
  }
  .offers-item {
    padding-left: 50px;
  }
  .offers-item__title {
    font-size: 16px;
    line-height: 25px;
  }
  .offers-blue {
    padding: 32px 40px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 18px;
  }
  .offers-blue::before {
    top: 0;
  }
  .homeWork {
    padding: 40px 0 50px;
  }
  .homeWork-title {
    width: 100%;
    text-align: center;
  }
  .homeWork-subtitle {
    margin: 22px 0 26px;
    font-size: 16px;
    line-height: 25px;
  }
  .homeWork-bold {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .homeWork-left, .homeWork-right {
    width: 100%;
  }
  .homeWork-right {
    margin-top: 33px;
  }
  .homeWork-arrow {
    width: 40px;
    height: 40px;
    left: 10px;
    right: auto;
    margin-top: -40px;
    top: calc(50% - 20px);
  }
  .homeWork-next {
    right: 10px;
    left: auto;
  }
  .homeWork-ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-top: 23px;
  }
  .homeWork-ul li::before {
    width: 6px;
    top: 10px;
    height: 6px;
  }
  .homeWork-item__list {
    margin-top: 20px;
  }
  .homeWork-item__name {
    font-size: 18px;
    line-height: 30px;
  }
  .breadcrumbs {
    display: none;
  }
  .mobile-pt {
    padding-top: 34px;
  }
  .works {
    padding-bottom: 50px;
  }
  .page-title {
    margin-bottom: 31px;
    text-align: center;
    font-size: 40px;
    line-height: 45px;
  }
  .works-list {
    margin-top: -30px;
  }
  .works-block {
    width: 50%;
    margin-top: 30px;
  }
  .pagination {
    margin-top: 30px;
  }
  .pagination a {
    width: 40px;
    height: 40px;
    margin: 0 2.5px;
    font-size: 17px;
    line-height: 30px;
  }
  a.pagination-next {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    font-size: 15px;
    line-height: 30px;
  }
  a.pagination-next svg {
    display: none;
  }
  a.pagination-prev {
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: 0;
    font-size: 15px;
    line-height: 30px;
  }
  a.pagination-prev svg {
    display: none;
  }
  .work-margin {
    margin-top: 50px;
  }
  .work-slider {
    width: 100%;
  }
  .work-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .work-right, .work-left {
    width: 100%;
  }
  .work-right {
    margin-top: 24px;
    max-width: none;
  }
  .work-thumb {
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
    width: 100%;
  }
  .work-slideItem, .work-thumbItem {
    height: auto;
    position: relative;
    padding-top: 70%;
  }
  .work-slideItem img, .work-thumbItem img {
    left: 0;
    top: 0;
    position: absolute;
    border-width: 2px;
  }
  .work-thumb .swiper-slide {
    height: auto;
  }
  .work-arrow {
    width: 40px;
    height: 40px;
    right: 10px;
    top: calc(50% - 20px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 !important;
    left: auto;
  }
  .work-arrow svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .work-prev {
    left: 10px;
    right: auto;
  }
  .work {
    padding-bottom: 50px;
  }
  .page-offers {
    padding: 40px 0 50px;
  }
  .page-offers .offers-list {
    padding-top: 0;
    margin-top: -23px;
  }
  .pageContact-right {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .pageContact-img {
    position: static;
    width: 100%;
  }
  .pageContact-left {
    width: 100%;
  }
  .pageContact-btn {
    width: 280px;
    margin: 24px auto 0;
  }
  .pageContact-address {
    position: static;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 22px 0 0 20px;
    background: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
  }
  .pageContact-address svg {
    margin-right: 18px;
  }
  .pageContact {
    padding-bottom: 33px;
  }
  .legal-item, .legal-item__gray {
    font-size: 16px;
    line-height: 70px;
  }
  .legal {
    padding: 40px 0 50px;
  }
  .legal-list {
    display: block;
  }
  .legal-block {
    width: 100%;
  }
  .legal-title {
    margin-bottom: 10px;
  }
  .legal-item:nth-child(2) {
    border-bottom: 1px dashed rgba(147, 156, 162, 0.2);
  }
  .find {
    padding-top: 35px;
  }
  .find-content {
    height: 450px;
    margin-top: 20px;
  }
  .find-top {
    display: block;
  }
  .find-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .find-tabs__item {
    margin: 0 2.5px;
    margin-top: 30px;
    padding: 0 18px;
  }
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
    margin-top: 24px;
  }
  .aboutMap {
    padding-bottom: 50px;
  }
  .aboutItems .offers-item__title, .aboutItems .offers-item__text {
    font-size: 16px;
    line-height: 24px;
  }
  .aboutItems .offers-item__text {
    margin-top: 10px;
  }
  .aboutItems .offers-list {
    margin-top: -32px;
    padding: 0;
  }
  .aboutItems .offers-block {
    margin-top: 32px;
    width: 100%;
  }
  .aboutItems-title {
    margin-bottom: 32px;
  }
  .aboutItems {
    padding-bottom: 50px;
  }
  .catalog-contact {
    padding: 16px 18px 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .catalog-contact__gray {
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #939CA2;
  }
  .catalog-contact__gray svg {
    width: 14px;
    height: 14px;
    margin-right: 15px;
  }
  .catalog-contact__phone {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-left: 15px;
    margin-right: 0;
  }
  .catalog-contact__btn {
    width: 100%;
    margin: 11px 0 0 0;
  }
  .catalog-items__block {
    width: 50%;
    margin-top: 30px;
  }
  .calc {
    padding-bottom: 37px;
  }
  .calc-subtitle {
    margin: 22px 0 26px;
    font-size: 16px;
    line-height: 25px;
  }
  .calc-benefits {
    display: block;
  }
  .calc-benefits__title {
    min-width: none;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .calc-benefits__list {
    margin-right: -20px;
    margin-top: 0;
  }
  .calc-benefits__item {
    padding-left: 30px;
    margin-right: 20px;
    margin-top: 24px;
    font-size: 15px;
    line-height: 25px;
  }
  .calc-items {
    padding: 0;
    margin: 43px 0 39px;
    border: none;
  }
  .calc-item {
    padding-bottom: 23px;
    margin-bottom: 30px;
  }
  .calc-item:last-child {
    margin-bottom: 23px;
    padding-bottom: 39px;
    border-bottom: 1px dashed rgba(147, 156, 162, 0.2);
  }
  .calc-item__img {
    margin-right: 24px;
  }
  .calc-item__title {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
  }
  .calc-item__text {
    margin-top: 13px;
    font-size: 16px;
    line-height: 25px;
  }
  .calc-bold {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .calc-bottom {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
  }
  .calc-ul {
    margin: 23px 0 26px;
  }
  .calc-ul li {
    font-size: 16px;
    line-height: 25px;
    padding-left: 26px;
    margin-top: 20px;
  }
  .calc-ul li::before {
    top: 10px;
  }
  .header {
    position: fixed;
  }
  .aboutMap {
    padding-top: 50px;
  }
  .aboutItems {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  .partners-block {
    width: 50%;
  }
  .main-bg {
    -o-object-position: left center;
       object-position: left center;
  }
  .footer-nav {
    width: 100%;
    text-align: center;
  }
  .footer-flex {
    display: block;
  }
  .footer-copy {
    margin-top: 30px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #939CA2;
  }
  .footer-btn {
    width: 100%;
  }
  .steps-block {
    width: 100% !important;
  }
  .watch-video {
    height: 280px;
  }
  .contactForm-btn {
    margin: 0 auto;
  }
  .contactForm-bottom {
    display: block;
    margin-top: 40px;
  }
  .contactForm-policy {
    text-align: center;
    margin: 32px auto 0;
  }
  .works-item__absolute {
    width: 50px;
    height: 50px;
    right: 12px;
    top: 12px;
    font-size: 15px;
    line-height: 18px;
  }
  .works-item__absolute small {
    font-size: 12px;
    line-height: 18px;
  }
  .work-other {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 24px;
  }
  .work-other__text {
    text-align: center;
    width: 100%;
  }
  .work-btn {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .catalog-item__name {
    margin: 16px 0 7px;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
  .catalog-item__bottom {
    display: block;
    text-align: center;
  }
  .catalog-item__price {
    font-size: 16px;
    line-height: 20px;
  }
  .catalog-item__price span {
    font-size: 20px;
    line-height: 20px;
  }
  .catalog-item__btn {
    margin: 17px 0 0 0;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .watch-video {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
	background-image: url(../img/bg-watch_mob.jpg) !important;
  }
  

  .container {
    width: 100%;
    padding: 0 20px;
  }
  .modal-list {
    padding: 20px;
  }
  .modal-container {
    width: 100%;
    padding: 30px 20px;
  }
  .main {
    text-align: center;
  }
  .main-wrapper {
    padding: 44px 0 0;
  }
  .main-text {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .main-bg {
    display: none;
  }
  .main-mobile {
    display: block;
    width: 100%;
    height: auto;
  }
  .main-btn {
    width: calc(100% + 40px);
    margin: 25px -20px 0;
    max-width: none;
  }
  .watch-title {
    width: 270px;
    margin: 0 auto 40px;
  }
  .benefits-list {
    margin: 0;
  }
  .benefits-item__icon {
    margin: 0 auto;
  }
  .benefits-item__text {
    margin-top: 16px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #2B2A29;
  }
  .benefits-item__text a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 15px;
    line-height: 30px;
  }
  .benefits-item__text a img {
    margin-left: 0;
    top: 0;
    margin-right: 10px;
  }
  .benefits-block {
    padding: 0;
    text-align: center;
  }
  .contact-item {
    width: 100%;
  }
  .contact-right {
    margin: 40px -20px 0;
    width: calc(100% + 40px);
    max-width: none;
  }
  .contact-bottom {
    padding-left: 20px;
  }
  .contactForm-wrapper {
    padding: 40px 20px 48px;
  }
  .contactForm-flex .modal-input {
    width: 100%;
    margin-bottom: 10px;
  }
  .contactForm-btn {
    width: 100%;
  }
  .offers-blue {
    margin-left: -20px;
    margin-right: -20px;
  }
  .homeWork-arrow {
    margin-top: -81px;
  }
  .homeWork-item__list {
    display: block;
    text-align: center;
    padding: 0 20px 1px;
  }
  .homeWork-item__btn {
    width: 100%;
    margin: 0;
  }
  .homeWork-item__name {
    width: 300px;
    margin: 0 auto 21px;
  }
  .homeWork-right {
    max-width: none;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .works-item__text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 16px;
  }
  .work .page-title {
    font-size: 28px;
    line-height: 36px;
  }
  .card-item__block {
    width: 100%;
  }
  .card-item__textBlock {
    padding-left: 20px;
  }
  .pageContact-btn {
    width: 100%;
  }
  .legal-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 26px;
  }
  .about-items {
    padding: 22px;
  }
  .about-bold {
    font-size: 20px;
    line-height: 26px;
  }
  .calc-item {
    display: block;
  }
  .calc-item__img {
    width: 380px;
    max-width: 100%;
    height: auto;
    margin-bottom: 29px;
  }
}
@media (max-width: 430px) {
  .production-slider {
    width: calc(100% + 40px);
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: -20px;
  }
}
@media (max-width: 359px) {
  .modal-title {
    font-size: 28px;
    line-height: 32px;
  }
  .modal-policy {
    font-size: 12px;
    line-height: 18px;
  }
  .header-right__phone {
    font-size: 16px;
  }
  .header-btnMobile {
    margin: 0 15px;
  }
  .main-title {
    font-size: 36px;
    line-height: 42px;
  }
  .footer-copy {
    font-size: 12px;
  }
  .footer-nav ul li a {
    font-size: 16px;
    line-height: 38px;
  }
  .benefits-item__text {
    padding: 0 5px;
    font-size: 11px;
    line-height: 18px;
  }
  .benefits-item__text a {
    font-size: 11px;
    line-height: 16px;
  }
  .benefits-item__text a img {
    top: 0;
  }
  .title {
    font-size: 28px;
    line-height: 38px;
  }
  .contact-item__gray {
    font-size: 13px;
    line-height: 22px;
    width: 110px;
    min-width: 110px;
  }
  .contact-item__text {
    font-size: 11px;
    line-height: 15px;
  }
  a.contact-phone {
    font-size: 15px;
    line-height: 22px;
  }
  .contact-bottom__text {
    font-size: 12px;
    line-height: 18px;
  }
  .mobileMenu-nav ul li a {
    padding: 23px;
    font-size: 15px;
  }
  .mobileMenu-nav ul li ul li a {
    font-size: 13px;
  }
  .page-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .pagination a {
    width: 32px;
    height: 32px;
    font-size: 15px;
    line-height: 24px;
  }
  a.pagination-next {
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: auto;
    font-size: 13px;
    line-height: 24px;
  }
  a.pagination-prev {
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: 0;
    font-size: 13px;
    line-height: 24px;
  }
  .works-block {
    width: 100%;
  }
  .work .page-title {
    font-size: 24px;
    line-height: 32px;
  }
  .work-other {
    font-size: 20px;
    line-height: 24px;
  }
  .pageContact-address {
    font-size: 13px;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pageContact-address svg {
    margin-right: 10px;
  }
  .legal-item, .legal-item__gray {
    font-size: 13px;
    line-height: 50px;
  }
  .find-tabs__item {
    padding: 0 14px;
    font-size: 13px;
    height: 40px;
    margin-top: 16px;
  }
  .find-content {
    height: 350px;
  }
  .catalog-contact__gray {
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    color: #939CA2;
  }
  .catalog-contact__gray svg {
    width: 14px;
    height: 14px;
    margin-right: 10px;
  }
  .catalog-contact__phone {
    font-size: 16px;
    margin-left: 10px;
    margin-right: 0;
  }
  .catalog-contact {
    padding: 14px 16px 16px;
  }
  .catalog-items__block {
    width: 100%;
  }
  .calc-benefits__item {
    margin-right: 15px;
    padding-left: 24px;
    font-size: 14px;
    line-height: 22px;
  }
  .calc-benefits__list {
    margin-right: -15px;
  }
}

.works-item__absolute.news small {
	padding: 0 10px;
}

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

.faq-item_toggle {cursor:pointer}

.offers-list.faq-list.row .offers-item_content {
  display: none;
}

.offers-list.faq-list.row {
  margin-bottom: 45px;
}

.offers-item.faq-item_toggle.active + .offers-item_content {
  display: block;
  padding: 10px 10px 10px 60px;
}


.offers-list.faq-list.row .offers-block.col {
	width: 100% !important;
}

.form_response p {
	font-size: 18px;
	text-align: center;
	margin-bottom: ;
	margin-top: 15px;
}

.production-item__wrapper.posa.transition {
	display: flex;
	justify-content: center;
	align-items: center;
}



.production-slider {
  height: auto;
}


.swiper-slide {

  height: auto;
}

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


.catalog-item__price {
  white-space: wrap !important;
  line-height: 1.3em;
  text-align: left;
  max-width: 150px;
}

.catalog-item__price span {
  line-height: 1.3em;
  text-align: center;
}


.catalog-item__price span {
  margin-right: 15px;
}
.card-item__block {
	width: 100%;
}

.catalog-items.row {
	margin-bottom: 50px;
}



@media (min-width: 768px) {
  .fslightbox-slide-btn-container {
    width: 50%;
    height: 80%;
  }
  
  
.fslightbox-slide-btn-container.fslightbox-slide-btn-container-next {
  justify-content: flex-end;
}

}



@media (max-width: 620px) {
  .find-tabs__item {

    margin-top: 8px;
    display: inline-block;
    width: 100%;
  }
  .find-tabs {
    flex-wrap: wrap;
  }
  
  .find-tabs__item {
  height: 34px;
}
}


.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden; 
}
 
.whatsapp-button:after{
    animation-delay: .5s;
}
 
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width : 800px) {  
.whatsapp-button {   
    bottom: 5px; /*отступ кнопки снизу от экрана*/
    left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
  }
}
.offers-blue.posr {
	display: none !important;
}

.swiper-fade .swiper-slide {
	pointer-events: all !important;
	transition-property: opacity;
}



.attr_container {
  padding-top: 70px;
}

.container .attr_line {
  display: flex;
  justify-content: space-between;
  border-bottom: dashed 1px;
}

.container .attr_line > div {
  background: #fff;
  margin-bottom: -5px;
  padding: 0 10px;
}

.container .attr_line {
  margin-bottom: 19px;
}


.watch.desc_container {
  justify-content: space-between;
  display: flex;
}

.production-slider {
    display: none !important;
}
.production-slider.swiper.swiper-initialized.swiper-horizontal {
    display: block  !important;
}



.catalog-right.maxw .top_section {
  display: flex;
  flex-wrap: wrap;
}

.catalog-right.maxw .top_section a > * {
  display: block;
  width: 100%;
  text-align: center;
}

.catalog-right.maxw .top_section a {
  max-width: 18%;
  margin: 0 1%;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #2B2A29;
  text-decoration: none;
  
}

.catalog-right.maxw .top_section {
  margin-bottom: 10px;
  margin-top: 20px;
}

.catalog-right.maxw .top_section a span {
  color: #000;
  text-decoration: none !important;
  border: 0 !important;
}


.catalog-right.maxw .top_section a span {
  margin-top: 5px;
}


@media (max-width : 1020px) {  

.catalog-right.maxw .top_section a {
  /* max-width: 18%; */
  max-width: 23%;
  margin-bottom: 20px;
}

}


@media (max-width : 768px) {  

.catalog-right.maxw .top_section a {
  max-width: 31%;
}

}


@media (max-width : 560px) {  

.catalog-right.maxw .top_section a {
  max-width: 48%;
}

.catalog-right.maxw .top_section {
	justify-content: space-between;
}

}


/** The rest of your CSS File **/
.testimonial {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}

.testimonial img {
	width: 140px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.testimonial h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.testimonial p {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
}

.swiper-container .swiper-slide {
	width: 100%;
	text-align: center;
}

.swiper-container .swiper-pagination {
	margin-top: 20px;
}

.swiper-container .swiper-next.homeWork-arrow {
	right: 0;
	left: auto;
	position: absolute;
}

.swiper-container .swiper-prev.homeWork-arrow {
	position: absolute;
}

.swiper-container .homeWork-arrow {
	margin-top: 0;
}

.recent-articles {
	margin-top: 0;
	margin-bottom: 0;
}

.section-title {
	font-size: 24px;
	font-weight: 700;
}

.article-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 100px;
}

.article {
	margin-bottom: 10px;
}

.article-link {
	display: block;
	text-decoration: none;
}

.article-image {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.article-title {
	font-size: 18px;
	margin: 0;
}

.article-date {
	display: block;
	font-size: 14px;
	color: #999;
}

.article-list > * {
	width: 49%;
}

.article_left {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.article_left .article {
	width: 48%;
}

.article_left .article .bottom_content {
	position: absolute;
	bottom: 0;
	padding: 5px;
	background: #fff;
	min-height: 56px;
	width: 81%;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.article_left .article .article-link {
	position: relative;
}

.article_left .article .bottom_content h4 {
	color: #000;
	font-size: 14px;
}

.button_review.header-right__link.dif.link {
	text-align: center;
	display: block;
	margin: 60px auto;
	max-width: 165px;
}

.production .swiper-container {
	margin-top: 60px;
}

.offers {
	margin-bottom: 80px;
}

.bottom_content {
	color: #000;
}

.bottom_content .decs {
	display: block;
	color: #333;
	margin-top: 10px;
}

@media (max-width:991px){.article_left .article .bottom_content{width:100%;}}
@media (max-width:768px){.article-list>*{width:100%;}.article-list{flex-wrap:wrap;}.article_left{margin-top:20px;}}
@media (max-width:450px){.article_left .article{width:100%;}}



/** The rest of your CSS File **/
.vievs {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	margin-top: 20px;
	margin-bottom: -40px;
}

.vievs > a {
	padding: 0 12px;
	cursor: pointer;
}

.vievs i {
	font-size: 21px;
	\#939ca2: ;
	color: #939CA2;
}

.catalog-items.row.list .catalog-items__block.col {
	width: 100%;
}

.catalog-items.row.list .catalog-item.df.direction {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.catalog-items.row.list .db.posa.transition {
	position: static;
	padding: 0;
}

.catalog-items.row.list .catalog-item__img.link.db.posr {
	padding: 0;
	max-height: 180px;
}

.catalog-items.row.list .catalog-item.df.direction > * {
	width: 31%;
}

.catalog-items.row.list .catalog-item__bottom.df.aic.jcsb {
	margin-top: 0;
}

.catalog-items.row.list .catalog-item__price {
	margin-right: 15px;
}

.catalog-items.row.list .catalog-item__img img {
	height: auto;
	object-fit: contain;
}

.catalog-items.row.list .catalog-item__name {
	margin: 0;
}

@media (max-width:650px){.catalog-items.row.list .catalog-item__img.link.db.posr{max-height:123px;}.catalog-items.row.list .catalog-item.df.direction>*{width:35%;}.catalog-items.row.list .catalog-item__price{margin-right:0;width:100%;text-align:center;max-width:100%;font-size:12px;}.catalog-items.row.list .catalog-item__img.link.db.posr{width:22% !important;}.catalog-items{margin-top:25px;}}
