body {
  font-family: "Inter";
  font-size: 15px;
  color: #1a1a1a;
}

a,
.btn,
button,
.btn-buy {
  cursor: pointer;
  transition: 0.3s ease-in;
  white-space: nowrap;
}

a:hover {
  color: inherit;
}

body a:focus {
  outline: none !important;
}

.container {
  display: flex;
  max-width: 1270px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

label {
  cursor: pointer;
}

.page-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

.block-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.text {
  font-size: 15px;
  line-height: 24px;
}

.link-more {
  font-size: 14px;
  line-height: 24px;
}

.products-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mobile-menu-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 3;
  flex-direction: column;
}
.mobile-menu-content {
  overflow-y: scroll;
}

.btn-menu {
  display: none;
  cursor: pointer;
  margin-left: 12px;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 8px;
  background: #1A1A1A;
}

.mini-cart-box {
  display: none;
  position: absolute;
  z-index: 2;
  right: 0;
  background: #fff;
  top: 100px;
  border: 1px solid #000;
}

.mini-cart-box.active {
  display: block;
}

form textarea {
  resize: none;
}

.header-secondary {
  background: #F7F6F2;
}
.header-secondary .container {
  padding: 4px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-secondary .container .left-side .currency {
  font-size: 13px;
  line-height: 16px;
  color: #7b7b79;
  font-weight: 500;
}
.header-secondary .container .right-side {
  display: flex;
  align-items: center;
}
.header-secondary .container .right-side .schedule-box {
  margin-right: 35px;
  display: flex;
  align-items: center;
}
.header-secondary .container .right-side .schedule-box .text {
  margin-right: 5px;
  color: #898886;
}
.header-secondary .container .right-side .schedule-box .select-box {
  display: flex;
  align-items: center;
}
.header-secondary .container .right-side .schedule-box .select-box .ico {
  flex: 0 0 8px;
  height: 8px;
  width: 8px;
  background-image: url(../img/circle2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 2px;
}
.header-secondary .container .right-side .schedule-box select {
  font-size: 15px;
  line-height: 25px;
  background: transparent;
  border: none;
  color: #1a1a1a;
  padding: 0;
}
.header-secondary .container .right-side .schedule-box select option {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-secondary .container .right-side .schedule-box select option::before {
  content: "";
  display: flex;
  background-image: url(../img/circle2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3px;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
}
.header-secondary .container .right-side .link-phone {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.header-primary {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.header-primary .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 15px;
}
.header-primary .container .left-side {
  display: flex;
  align-items: center;
}
.header-primary .container .left-side .logo {
  width: 100px;
  height: 32px;
  flex: 0 0 132px;
  background-image: url(../img/logo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.header-primary .container .main-navigation {
  margin-right: 40px;
}
.header-primary .container .main-navigation .main-menu {
  display: flex;
  align-items: center;
}
.header-primary .container .main-navigation .main-menu > li {
  float: none;
  position: relative;
  margin-right: 32px;
  display: flex;
  align-items: center;
}
.header-primary .container .main-navigation .main-menu > li:last-of-type {
  margin-right: 0;
}
.header-primary .container .main-navigation .main-menu > li > a {
  padding: 0;
  font-size: 15px;
  line-height: 24px;
}
.header-primary .container .main-navigation .main-menu > li > a .nav-arrow {
  padding-left: 6px;
  line-height: 1;
}
.header-primary .container .right-side {
  display: flex;
  align-items: center;
}
.header-primary .container .right-side .link-phone {
  display: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.02em;
}

.search-box {
  display: flex;
}
.search-box .search {
  display: none;
}
.search-box .search form {
  display: flex;
}

li {
  list-style-type: none;
}

.btn {
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.btn-phone {
  line-height: 32px;
  background: #1a1a1a;
  padding: 0 18px;
  font-size: 14px;
  color: #fff;
  letter-spacing: -0.02em;
  box-shadow: 0px 4.52px 10.02px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 56px 0px rgba(0, 0, 0, 0.1);
}
.btn-phone svg {
  margin-right: 5px;
}

.btn-contact {
  background: #FBCA0A;
  color: #1a1a1a;
  padding: 0 24px;
  line-height: 56px;
  font-size: 18px;
}
.btn-contact svg {
  margin-right: 8px;
}

/**** MAIN PAGE ****/
.first-block .main-slider-box .slide {
  display: none;
  position: relative;
}
.first-block .main-slider-box .slide:nth-of-type(1) {
  display: block;
}
.first-block .main-slider-box .slide img {
  width: 100%;
}
.first-block .main-slider-box .slide .mobile-img {
  display: none;
}
.first-block .main-slider-box .slide .container {
  padding: 100px 15px;
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.first-block .main-slider-box .slide .container .info-box .page-title {
  color: #453739;
  font-size: 64px;
  line-height: 1;
  letter-spacing: -0.01em;
  font-weight: 800;
  margin-bottom: 30px;
  max-width: 650px;
}
.first-block .main-slider-box .slide .container .info-box .btn-contact {
  margin-bottom: 30px;
}
.first-block .main-slider-box .slide .container .info-box ul {
  margin: 0;
}
.first-block .main-slider-box .slide .container .info-box ul li {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
}
.first-block .main-slider-box .slide .container .info-box ul li::before {
  content: "";
  display: flex;
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background-image: url(../img/circle1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 7px;
}
.first-block .main-slider-box .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.first-block .main-slider-box .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: 0;
  margin-top: 10px;
}
.first-block .main-slider-box .slick-dots li {
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0 18px 0 0;
}
.first-block .main-slider-box .slick-dots li:last-of-type {
  margin: 0;
}
.first-block .main-slider-box .slick-dots li.slick-active button {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
}
.first-block .main-slider-box .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background: #F2F2F2;
  border: 1px solid #dadada;
}
.first-block .main-slider-box .slick-dots li button::before {
  display: none;
}

.advantages-box .container {
  padding: 52px 15px 80px;
  justify-content: space-between;
}
.advantages-box .container .left-side {
  flex: 0 0 445px;
  margin-right: 32px;
}
.advantages-box .container .right-side {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
}
.advantages-box .container .right-side .advantage-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 156px;
}
.advantages-box .container .right-side .advantage-item svg {
  margin-bottom: 14px;
}
.advantages-box .container .right-side .advantage-item .text {
  text-align: center;
}

.catalog-tabs-block .tabs-content-box {
  padding-top: 40px;
}
.catalog-tabs-block .tabs-content-box .tab-content-item.active {
  display: flex;
}
.catalog-tabs-block .tab-content-item {
  display: flex;
  flex-wrap: wrap;
}
.catalog-tabs-block .tab-content-item .category-item {
  transition: 0.3s ease;
  width: 25%;
  flex: 1 1 25%;
  max-width: 25%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
}
.catalog-tabs-block .tab-content-item .category-item:hover {
  /* box-shadow: 0px 4.52px 10.02px 0px rgba(0, 0, 0, 0.15), 0px 10px 56px 0px rgba(0, 0, 0, 0.07); */
}
.catalog-tabs-block .tab-content-item .category-item .category-image {
  margin-bottom: 24px;
}
.catalog-tabs-block .tab-content-item .category-item .category-image img {
  width: 100%;
  height: auto;
}
.catalog-tabs-block .tab-content-item .category-item .category-name {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.catalog-tabs-block .tab-content-item .category-item .product-quantity {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.catalog-tabs-block .tab-content-item .category-item .short-card {
  padding: 32px;
  background: #fff;
}
.catalog-tabs-block .tab-content-item .category-item .full-card {
  display: none;
  padding: 32px;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  background: #fff;
}
.catalog-tabs-block .tab-content-item .category-item.active {
  border: none;
}
.catalog-tabs-block .tab-content-item .category-item.active .full-card {
  display: block;
  box-shadow: 0px 4.52px 10.02px 0px rgba(0, 0, 0, 0.15), 0px 10px 56px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4.52px 10.02px 0px rgba(0, 0, 0, 0.1568627451), 0px 10px 56px 0px rgba(0, 0, 0, 0.0705882353);
}
.catalog-tabs-block .tab-content-item .category-item .category-products-box {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: flex-start;
  z-index: 1;
  background: #fff;
}
.catalog-tabs-block .tab-content-item .category-item .category-products-box .category-product {
  display: flex;
  flex-direction: column;
  flex: 0 1 calc((100% - 48px) / 3);
  align-items: center;
}
.catalog-tabs-block .tab-content-item .category-item .category-products-box .category-product img {
  margin-bottom: 8px;
}
.catalog-tabs-block .tab-content-item .category-item .category-products-box .category-product .name {
  text-align: center;
  white-space: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.01em;
}

.tabs-block .container {
  padding: 0 15px 80px;
  flex-direction: column;
}
.tabs-block .container .block-title {
  margin-bottom: 30px;
}
.tabs-block .container .tabs-box {
  display: flex;
  border-bottom: 1px solid #dadada;
  padding-bottom: 6px;
}
.tabs-block .container .tabs-box .tab {
  color: #707070;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
  white-space: nowrap;
}
.tabs-block .container .tabs-box .tab:last-of-type {
  margin-bottom: 0;
}
.tabs-block .container .tabs-box .tab.active {
  color: #333;
}
.tabs-block .container .tabs-box .tab.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #fad867;
  bottom: -7px;
  left: 0;
}

.tabs-content-box .tab-content-item {
  display: none;
}
.tabs-content-box .tab-content-item.active {
  display: block;
}

.partners-block .container {
  padding: 0 15px 80px;
  flex-direction: column;
}
.partners-block .container .block-title {
  margin-bottom: 40px;
}
.partners-block .container .slider-box {
  padding-bottom: 66px;
  position: relative;
}
.partners-block .container .slider-box::after {
  /* content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  background: #000;
  z-index: 9999;
  display: block;
  position: absolute; */
}
.partners-block .container .slider-box .slick-arrow {
  bottom: -66px;
  left: 50%;
}
.partners-block .container .slider-box .slick-arrow::before {
  font-size: 15px;
  color: #000;
}
.partners-block .container .slider-box .slick-arrow.slick-prev {
  margin-left: -39px;
}
.partners-block .container .slider-box .slick-arrow.slick-next {
  margin-left: 31px;
}
.partners-block .container .partners-slider {
  filter: grayscale(100%);
  display: flex;
}
.partners-block .container .partners-slider img {
  margin-right: 64px;
}

.calculator-block .container .left-side {
  padding: 50px 0 0 60px;
  background: #d6d2c6;
  background-image: url(../img/mobile.png);
  background-repeat: no-repeat;
  background-position: bottom right 40px;
  flex: 1 1 800px;
}
.calculator-block .container .left-side .block-title {
  max-width: 360px;
  margin-bottom: 12px;
}
.calculator-block .container .left-side .text {
  max-width: 360px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
}
.calculator-block .container .left-side img {
  display: none;
}
.calculator-block .container .left-side .btn {
  line-height: 48px;
  background: #1a1a1a;
  padding: 0 32px;
  color: #fff;
}
.calculator-block .container .right-side {
  background: #1a1a1a;
  flex: 1 1 448px;
  padding: 56px 32px 66px;
  color: #fff;
}
.calculator-block .container .right-side .box-title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.calculator-block .container .right-side .text {
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.calculator-block .container .right-side .tabs-box {
  padding-bottom: 8px;
  border-bottom: 1px solid #dadada;
  display: inline-flex;
  margin-bottom: 30px;
}
.calculator-block .container .right-side .tabs-box .tab {
  color: #9a9a9a;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 500;
  cursor: pointer;
}
.calculator-block .container .right-side .tabs-box .tab.active {
  color: #d1d1d1;
  position: relative;
}
.calculator-block .container .right-side .tabs-box .tab.active::after {
  position: absolute;
  content: "";
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fad867;
}
.calculator-block .container .right-side .tabs-box .tab:nth-of-type(1) {
  margin-right: 24px;
}
.calculator-block .container .right-side .link {
  display: flex;
  width: 172px;
}
.calculator-block .container .right-side .link:nth-of-type(1) {
  margin-bottom: 24px;
}
.calculator-block .container .right-side .link img {
  width: 100%;
  height: auto;
}

.page-template-first-page .posts-block .container .posts-box .post.active {
  box-shadow: none;
}
.posts-block .container {
  flex-direction: column;
  padding: 60px 15px 80px;
}
.posts-block .container .block-title {
  margin-bottom: 4px;
}
.posts-block .container .posts-box {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-bottom: 55px;
  flex-wrap: wrap;
  gap: 32px 0;
}
.posts-block .container .posts-box .post {
  transition: 0.3s ease;
  flex: 0 1 33.3333333333%;
  cursor: pointer;
  position: relative;
}
.posts-block .container .posts-box .post .thumbnail {
  display: flex;
  margin-bottom: 24px;
}
.posts-block .container .posts-box .post .thumbnail img {
  width: 100%;
  height: auto;
}
.posts-block .container .posts-box .post .date {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #8d8d8d;
}
.posts-block .container .posts-box .post .post-name {
  white-space: normal;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  display: flex;
}
.posts-block .container .posts-box .post .excerpt {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 24px;
}
.posts-block .container .posts-box .post .short-card {
  padding: 24px 24px;
  background: #fff;
  border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
}
.posts-block .container .posts-box .post .full-card {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 24px 24px;
  background: #fff;
  z-index: 1;
}
.posts-block .container .posts-box .post.active .short-card {
  border-left: none;
  border-right: none !important;
}
.posts-block .container .posts-box .post.active .full-card {
  display: block;
  box-shadow: 0px 10px 56px 0px rgba(0, 0, 0, 0.2509803922);
}
.posts-block .container .posts-box .post.active > .posts-block .container .posts-box .post.active:hover {
  display: none;
}
.posts-block .container .posts-box .post .read-more {
  display: flex;
  justify-content: flex-end;
}
.posts-block .container .posts-box .post > .read-more {
  display: none;
  position: absolute;
  bottom: 0;
  right: 27px;
}
.posts-block .container .posts-box .post:hover > .read-more {
  display: flex;
}
.posts-block .container .link-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.posts-block .container .link-box .link-more {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.posts-block .container .link-box .link-more svg {
  margin-left: 15px;
}

.breadcrumbs-box .container {
  padding: 37px 15px 50px;
  display: flex;
  align-items: center;
}
.breadcrumbs-box .container .breadcrumbs {
  font-size: 13px;
  line-height: 22px;
  color: #1a1a1a;
}
.breadcrumbs-box .container .breadcrumbs a {
  color: #1a1a1a;
}
.breadcrumbs-box .container .breadcrumbs a:last-of-type {
  color: #8d8d8d;
}
.breadcrumbs-box .container .breadcrumbs span {
  margin: 0 6px;
}

/**** ABOUT US PAGE ****/
.aboutus-block li,
.experience-block li,
.information-tabs-block li {
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.aboutus-block li::before,
.experience-block li::before,
.information-tabs-block li::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #FBCA0A;
  margin-right: 8px;
}

.aboutus-block .container .left-side {
  flex: 1 1 520px;
  margin-right: 78px;
}
.aboutus-block .container .left-side img {
  width: 100%;
  height: auto;
}
.aboutus-block .container .left-side .mobile-img {
  display: none;
}
.aboutus-block .container .right-side {
  flex: 1 1 642px;
}
.aboutus-block .container .right-side .page-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.aboutus-block .container .right-side .text p {
  margin-bottom: 20px;
}
.aboutus-block .container .right-side .text p:last-of-type {
  margin-bottom: 0;
}
.aboutus-block .container .right-side .text ul {
  margin: 0 0 20px;
}

.numbers-block .container {
  padding: 60px 15px;
  gap: 0 32px;
}
.numbers-block .container .item {
  flex: 0 1 calc((100% - 64px) / 3);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #F7F6F2;
  padding: 24px 10px;
}
.numbers-block .container .item .number {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 16px;
}
.numbers-block .container .item .text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.experience-block .container .left-side {
  flex: 1 1 540px;
  margin-right: 90px;
}
.experience-block .container .left-side .block-title {
  margin-bottom: 24px;
}
.experience-block .container .left-side ul {
  margin: 0;
}
.experience-block .container .right-side {
  flex: 1 1 600px;
}
.experience-block .container .right-side img {
  width: 100%;
}

.sertificates-block .container {
  flex-direction: column;
  padding: 60px 15px 70px;
}
.sertificates-block .container .block-title {
  text-align: center;
  margin-bottom: 32px;
}
.sertificates-block .container .sertificates-box {
  display: flex;
  gap: 0 48px;
}
.sertificates-block .container .sertificates-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 1 calc((100% - 144px) / 4);
  padding: 24px 0;
}
.sertificates-block .container .sertificates-box a img {
  margin-bottom: 24px;
}
.sertificates-block .container .sertificates-box a .text {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.01em;
  font-weight: 500;
}

/**** CONTACTS PAGE ****/
.contact-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px;
  padding-bottom: 8px;
}
.contact-box .phones-box a span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.contact-box .schedule-box {
  color: #767676;
  white-space: nowrap;
}

.contacts-block {
  padding: 0 15px 64px;
}
.contacts-block .container {
  font-size: 18px;
  line-height: 26px;
}
.contacts-block .container .left-side {
  flex: 1 1 566px;
  margin-right: 60px;
}
.contacts-block .container .left-side .page-title {
  display: none;
}
.contacts-block .container .left-side .block-title {
  margin-bottom: 24px;
}
.contacts-block .container .left-side .contact-item .text {
  margin-bottom: 8px;
}
.contacts-block .container .left-side .box-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  margin-bottom: 27px;
}
.contacts-block .container .left-side .map-item-box {
  display: none;
}
.contacts-block .container .right-side {
  flex: 0 0 600px;
  padding-top: 60px;
}
.contacts-block .container .right-side .link {
  text-decoration: underline;
  line-height: 24px;
  font-weight: 300;
}
.contacts-block .container .right-side .text-box {
  display: flex;
  margin-bottom: 24px;
}
.contacts-block .container .right-side .text-box .text {
  margin-right: 16px;
  color: #bababa;
}
.contacts-block .container .right-side .map-box iframe {
  height: 600px;
  width: 100%;
}
.contacts-block .container .right-side .bottom-part {
  display: none;
}

.consultation-block .container {
  padding: 48px;
  background: linear-gradient(90deg, #F4F3F0 0%, #D6D2C6 100%);
  align-items: flex-end;
}
.consultation-block .container .left-side {
  flex: 1 1 560px;
  max-width: 560px;
  margin-right: 64px;
}
.consultation-block .container .left-side .block-title {
  margin-bottom: 16px;
}
.consultation-block .container .left-side .text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}
.consultation-block .container .right-side {
  display: flex;
}
.consultation-block .container .right-side .link {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff;
  padding: 0 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.consultation-block .container .right-side .link svg {
  margin-right: 8px;
}
.consultation-block .container .right-side .link:nth-of-type(1) {
  margin-right: 24px;
}
.route-block .container {
  padding: 64px 15px 70px;
}
.route-block .container .left-side {
  flex: 1 1 560px;
  margin-right: 75px;
}
.route-block .container .left-side .list-box {
  font-size: 18px;
  line-height: 26px;
}
.route-block .container .left-side .list-box .box-title {
  font-weight: 700;
}
.route-block .container .left-side .list-box .text ul {
  margin: 0;
  padding-left: 24px;
}
.route-block .container .left-side .list-box .text ul li {
  list-style-type: disc;
}
.route-block .container .left-side .contact-box .phone {
  font-weight: 700;
}
.route-block .container .left-side .schedule-box {
  font-size: 18px;
  line-height: 26px;
}
.route-block .container .left-side .block-title {
  margin-bottom: 24px;
}
.route-block .container .left-side .text {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 26px;
}
.route-block .container .left-side .map-info-box {
  display: none;
}
.route-block .container .left-side .map-info-box .text-box {
  display: flex;
  margin-bottom: 24px;
}
.route-block .container .left-side .map-info-box .text-box .text {
  font-size: 18px;
  line-height: 26px;
  margin-right: 18px;
  color: #bababa;
}
.route-block .container .left-side .map-info-box .link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: underline;
}
.route-block .container .right-side {
  flex: 1 1 600px;
}
.route-block .container .right-side .text-box {
  display: flex;
  margin-bottom: 24px;
}
.route-block .container .right-side .text-box .text {
  font-size: 18px;
  line-height: 26px;
  margin-right: 18px;
  color: #bababa;
}
.route-block .container .right-side .text-box .link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: underline;
}
.route-block .container .right-side img {
  width: 100%;
  height: auto;
}

/**** POSTS PAGE ****/
.consultation-phone-block .container img {
  display: none;
}

.blog-page-content .breadcrumbs-box .container {
  padding: 37px 15px 45px;
}
.blog-page-content .posts-block .container {
  padding: 0 15px 70px;
}
.blog-page-content .posts-block .container .block-title {
  margin-bottom: 60px;
}
.blog-page-content .posts-block .container .posts-box {
  margin-bottom: 0;
}
.blog-page-content .consultation-phone-block {
  padding: 0 15px 70px;
}
.load-more-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.load-more-box .load-more {
  border: 2px solid #FBCA0A;
  border-radius: 12px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #322C29;
  font-weight: 600;
  font-family: "Roboto";
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.load-more-box .load-more i {
  margin-left: 8px;
  font-size: 12px;
}

.pagintation-box {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagintation-box .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagintation-box .pagination li {
  margin-right: 8px;
}
.pagintation-box .pagination li:last-of-type {
  margin-right: 0;
}
.pagintation-box .pagination .page-numbers {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  max-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #afafaf;
  color: #666;
  border-radius: 4px;
  margin-right: 8px;
}
.pagintation-box .pagination .page-numbers:last-of-type {
  margin-right: 0;
}
.pagintation-box .pagination .page-numbers.current {
  border: 1px solid #5f5f5f;
  color: #000;
  font-weight: 600;
}

/**** PRODUCT PAGE ****/
.product-info-block .container {
  padding: 0 15px 80px;
}
.product-info-block .container .info-box {
  display: none;
}
.product-info-block .container .product-name {
  font-size: 36px;
  line-height: 43px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.01em;
}
.product-info-block .container .description {
  margin-bottom: 20px;
}
.product-info-block .container .left-side {
  flex: 1 1 520px;
  margin-right: 78px;
  max-width: 520px;
  width: 520px;
}
.product-info-block .container .left-side .slider-box {
  width: 100%;
}
.product-info-block .container .left-side .slider-box .poduct-gallery-slider {
  width: 100%;
}
.product-info-block .container .left-side .slider-box .poduct-gallery-slider .slide {
  display: none;
}
.product-info-block .container .left-side .slider-box .poduct-gallery-slider .slide:nth-of-type(1) {
  display: block;
}
.product-info-block .container .left-side .slider-box .poduct-gallery-slider img {
  width: 100%;
  height: auto;
}
.product-info-block .container .left-side .slider-box .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: 0;
  margin-top: 20px;
}
.product-info-block .container .left-side .slider-box .slick-dots li {
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0 18px 0 0;
}
.product-info-block .container .left-side .slider-box .slick-dots li:last-of-type {
  margin: 0;
}
.product-info-block .container .left-side .slider-box .slick-dots li.slick-active button {
  background: #1a1a1a;
}
.product-info-block .container .left-side .slider-box .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #FBCA0A;
}
.product-info-block .container .left-side .slider-box .slick-dots li button::before {
  display: none;
}
.product-info-block .container .left-side .slider-box .slick-arrow {
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.product-info-block .container .left-side .slider-box .slick-arrow::before {
  display: none;
}
.product-info-block .container .left-side .slider-box .slick-arrow.slick-prev {
  background-image: url(../img/prev.png);
  left: -20px;
}
.product-info-block .container .left-side .slider-box .slick-arrow.slick-next {
  background-image: url(../img/next.png);
  right: -20px;
}
.product-info-block .container .right-side {
  flex: 1 1 645px;
}
.product-info-block .container .right-side .characteristics-box {
  max-width: 593px;
  width: 100%;
  border-top: 1px solid #dadada;
  padding: 16px 0 0;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 16px;
}
.product-info-block .container .right-side .characteristics-box span {
  font-weight: 700;
}
.product-info-block .container .right-side .buttons-box {
  display: flex;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.product-info-block .container .right-side .buttons-box .btn-calculate {
  padding: 0 43px;
  border: 1px solid #FBCA0A;
  font-size: 18px;
  line-height: 56px;
}
.product-info-block .container .right-side .buttons-box .btn-calculate svg {
  margin-right: 8px;
}
.product-info-block .container .right-side .parameters-box .item {
  margin-bottom: 23px;
  font-size: 15px;
}
.product-info-block .container .right-side .parameters-box .item:last-of-type {
  margin-bottom: 0;
}
.product-info-block .container .right-side .parameters-box .item .item-title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.product-info-block .container .right-side .parameters-box .item .values {
  display: flex;
}
.product-info-block .container .right-side .parameters-box .item .values .value {
  line-height: 20px;
  letter-spacing: -0.01em;
  margin-right: 36px;
}
.product-info-block .container .right-side .parameters-box .item .values .value:last-of-type {
  margin-right: 0;
}
.product-info-block .container .right-side .parameters-box .item.colors-item .values {
  flex-wrap: wrap;
  gap: 9px 9px;
}
.product-info-block .container .right-side .parameters-box .item.colors-item .values .value {
  max-width: 100px;
  margin-right: 0;
  text-align: center;
}
.product-info-block .container .right-side .parameters-box .item.colors-item .values .value img {
  margin-bottom: 8px;
}
.product-info-block .container .right-side .parameters-box .item.colors-item .values .value .text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.options-block {
  border-top: 1px solid #dadada;
}
.options-block .container {
  padding: 30px 15px 60px;
  flex-direction: column;
}
.options-block .container .block-title {
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.options-block .container .block-title .info {
  margin-left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.options-block .container .block-subtitle {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 32px;
}
.options-block .container .options-box {
  display: flex;
  gap: 0 37px;
}
.options-block .container .options-box .option {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  flex: 0 1 calc((100% - 148px) / 5);
}
.options-block .container .options-box .option img {
  margin-bottom: 10px;
}
.options-block .container .options-box .option .text {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.options-block .container .options-box .option .text span {
  font-weight: 700;
}

.components-block {
  border-top: 1px solid #dadada;
}
.components-block .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.components-block .title-box .block-title {
  margin-bottom: 32px;
}
.components-block .title-box .link-catalog {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #322C29;
  font-family: "Roboto";
  margin-bottom: 32px;
}
.components-block .title-box .link-catalog svg {
  margin-left: 15px;
}
.components-block .container {
  padding: 30px 15px 60px;
  flex-direction: column;
}
.components-block .container .components-box {
  display: flex;
  gap: 21px 37px;
  flex-wrap: wrap;
}
.components-block .container .components-box .component {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  flex: 0 1 calc((100% - 148px) / 5);
}
.components-block .container .components-box .component img {
  width: 100%;
}
.components-block .container .components-box .component .component-name {
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.components-block .container .components-box .component .component-name span {
  font-weight: 600;
  margin-left: 5px;
}
.components-block .load-more-box {
  margin-top: 22px;
}

.consultation-phone-block {
  padding: 60px 15px 50px;
}
.consultation-phone-block .container {
  background: url(../img/support.png), linear-gradient(90deg, #F4F3F0 0%, #D6D2C6 100%);
  background-size: auto 100%, 100% 100%;
  background-repeat: no-repeat;
  background-position: top right 67px, center;
  width: 100%;
  padding: 95px 65px;
  flex-direction: column;
}
.consultation-phone-block .container .block-title {
  margin-bottom: 24px;
}
.consultation-phone-block .container .text {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  max-width: 484px;
}
.consultation-phone-block .container .btn-phone {
  display: inline-flex;
  height: 48px;
  line-height: 48px;
  padding: 0 50px;
  max-width: 332px;
}

.information-tabs-block .container .tab-content-item {
  padding-top: 50px;
}

.steps-block .container {
  padding: 72px 15px;
  flex-direction: column;
}
.steps-block .container .point {
  flex: 1 1 25%;
  width: 25%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.steps-block .container .point span {
  border: 1px solid #FBCA0A;
  background: rgba(251, 202, 10, 0.2);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
}
.steps-block .container .point .line {
  flex: 1 1 auto;
  background: #FBCA0A;
  height: 1px;
}
.steps-block .container .points-box {
  display: flex;
  margin-bottom: 16px;
}
.steps-block .container .steps-box {
  display: flex;
}
.steps-block .container .steps-box .point {
  display: none;
}
.steps-block .container .steps-box .step {
  flex: 1 1 25%;
  width: 25%;
  max-width: 25%;
}
.steps-block .container .steps-box .step .box-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.steps-block .container .steps-box .step .text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  padding-right: 20px;
}
.steps-block .container .steps-box .step .text a {
  font-weight: 700;
  display: flex;
}

.related-block .container {
  padding: 0 15px 120px;
  flex-direction: column;
}
.related-block .container .block-title {
  margin-bottom: 32px;
}

.products-box {
  display: flex;
}
.products-box .product {
  width: 25%;
  flex: 1 1 25%;
  max-width: 25%;
  padding: 24px 24px 0;
  border-right: 1px solid #D3D3D3;
}
.products-box .product:last-of-type {
  border-right: 0;
}
.products-box .product .thumbnail-box {
  margin-bottom: 24px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-box .product .thumbnail-box img {
  max-width: 100%;
  max-height: 100%;
}
.products-box .product .product-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.8px;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  white-space: normal;
  height: 48px;
  align-items: center;
  display: flex;
}
.products-box .product .characteristics-box {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
}
.products-box .product .text span {
  font-weight: 700;
}
.products-box .product .read-more {
  display: flex;
  justify-content: flex-end;
}

/**** TABLE PAGE ****/
.search-title-box {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  justify-content: space-between;
  width: 100%;
}
.search-title-box .page-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  margin-right: 50px;
  margin-bottom: 0;
}
.search-title-box .search-box {
  flex: 1 1 500px;
  position: relative;
  max-width: 500px;
}
.search-title-box .search-box .btn-search {
  position: absolute;
  left: 10px;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-title-box .search-box input {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #EDE1D4;
  padding: 8px 44px;
  font-size: 16px;
  line-height: 24px;
}
.search-title-box .search-box input::-moz-placeholder {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  color: #84807f;
}
.search-title-box .search-box input::placeholder {
  font-size: 16px;
  line-height: 24px;
  font-family: "Roboto";
  color: #84807f;
}

.table-block .container {
  flex-direction: column;
}
.table-block .container .date-box {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.table-block .container .date-box .text {
  font-weight: 600;
  margin-right: 20px;
}
.table-block .container .date-box .value {
  font-weight: 500;
}
.table-block .container .table-box table {
  margin-bottom: 0;
}
.table-block .container .table-box table th, .table-block .container .table-box table td {
  padding: 0;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
}
.table-block .container .table-box table .table-header {
  background: #FBCA0A;
}
.table-block .container .table-box table .table-header th:nth-of-type(1) {
  text-align: center;
}
.table-block .container .table-box table .table-header th:nth-of-type(2) {
  text-align: center;
}
.table-block .container .table-box table .table-header th:nth-of-type(3) {
  text-align: center;
}
.table-block .container .table-box table .table-content tr {
  background: #fff;
}
.table-block .container .table-box table .table-content tr:nth-of-type(even) {
  background: #D6D2C6;
}
.table-block .container .table-box table .table-content tr td:nth-of-type(1) {
  text-align: center;
}
.table-block .container .table-box table .table-content tr td:nth-of-type(2) {
  text-align: center;
}
.table-block .container .table-box table .table-content tr td:nth-of-type(3) {
  text-align: center;
}
.table-block .container .load-more-box {
  margin-top: 55px;
}
.table-block .container .load-more-box .load-more {
  border: none;
  padding: 0;
  height: 24px;
  line-height: 24px;
}
.table-block .container .load-more-box .load-more svg {
  margin-right: 15px;
}
.table-block .container .pagintation-box {
  margin-top: 48px;
}

.table-page-content .calculator-block .container {
  padding: 60px 15px 70px;
}

/**** COMPONENTS PAGE ****/
.components-page-content {
  padding-bottom: 70px;
}
.components-page-content .components-block {
  border-top: none;
}
.components-page-content .components-block .container {
  padding: 12px 15px 70px;
}
.components-page-content .components-block .load-more-box .load-more {
  margin-top: 60px;
}
.components-page-content .components-block .pagintation-box {
  margin-top: 60px;
}

/**** MOBILE MENU ****/
/**** MINI CART ****/
/**** MODALS ****/
.modal-box {
  display: none;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  background-color: rgba(95, 95, 95, 0.5);
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
.modal-box .modal {
  display: none;
  background-color: #fff;
  position: relative;
  z-index: 16;
  border-radius: 0;
  padding: 35px 25px;
}
.modal-box .modal .modal-header {
  padding: 0 20px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.modal-box .call-modal {
  width: 100%;
  max-width: 900px;
}
.modal-box .call-modal .modal-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-box .call-modal .modal-content .left-side {
  margin-right: 85px;
  flex: 1 1 240px;
  max-width: 240px;
}
.modal-box .call-modal .modal-content .left-side .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.modal-box .call-modal .modal-content .left-side .logo img {
  width: 200px;
  height: auto;
}
.modal-box .call-modal .modal-content .left-side .contact-item {
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 12px;
}
.modal-box .call-modal .modal-content .right-side {
  flex: 1 1 385px;
  max-width: 385px;
}
.modal-box .call-modal .modal-content .right-side .block-title {
  text-align: center;
  margin-bottom: 25px;
}
.modal-box .close {
  top: 15px;
  right: 15px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #1a1a1a;
}
.modal-box .close svg {
  width: 14px;
  height: 14px;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close:hover, .close:focus {
  opacity: 0.8;
}

.modal .buttons-box {
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B9B9B9;
}

.modal .form-item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.modal .form-item .error {
  font-size: 12px;
  color: #f44336;
  bottom: 0;
  left: 0;
}

/**** FORMS ****/
.form-item-row {
  display: flex;
  flex-wrap: nowrap;
}

.form-item-row .form-item {
  flex: 1 1 46%;
}

.form-item-row .form-item:nth-of-type(1) {
  margin-right: 8%;
}

.form-item label {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.form-item {
  margin-bottom: 25px;
}
.form-item input:not(.wpcf7-submit) {
  padding: 0 10px;
  border: none;
  font-size: 16px;
  line-height: 40px;
  border: none;
  height: 40px;
  border-radius: 10px;
  background: #e8e8e8;
}
.form-item input:not(.wpcf7-submit)::-moz-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
}
.form-item input:not(.wpcf7-submit)::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
}
.form-item textarea {
  min-height: 236px;
  resize: none;
  padding: 7px 10px;
  background: #e8e8e8;
  border: none;
}
.form-item textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
}
.form-item textarea::placeholder {
  font-size: 14px;
  line-height: 24px;
  color: #1a1a1a;
}

form .button-box {
  display: flex;
  justify-content: flex-end;
}
form input[type=submit] {
  background-color: #1a1a1a;
  border-radius: 12px;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
  text-transform: capitalize;
  font-size: 16px;
  letter-spacing: normal;
}
form .wpcf7-spinner {
  order: -1;
}

.policy-text {
  display: flex;
  align-items: center;
}

.policy-text .text {
  display: flex;
  align-items: center;
  display: inline;
}

.policy-text .text a {
  color: #C7A17A;
  text-decoration: underline;
  margin: 0 5px;
}

.policy-text input[type=checkbox] {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border: 1px solid #4A4A4A;
  border-radius: 2px;
  margin: 0 20px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**** FOOTER ****/
footer {
  background: #F7F6F2;
  color: #fff;
}
footer .footer-inner .container {
  padding: 80px 15px 75px;
  display: flex;
  justify-content: space-between;
}
footer .footer-inner .container .column .box-title {
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
}
footer .footer-inner .container .column .footer-menu {
  margin: 0;
}
footer .footer-inner .container .column .footer-menu li {
  margin-bottom: 8px;
}
footer .footer-inner .container .column .footer-menu li:last-of-type {
  margin-bottom: 0;
}
footer .footer-inner .container .column .footer-menu li a {
  font-size: 16px;
  line-height: 24px;
  color: #464645;
  white-space: normal;
}
footer .footer-inner .container .first-column {
  padding-right: 20px;
}
footer .footer-inner .container .first-column .footer-menu:nth-of-type(1) {
  margin-bottom: 30px;
}
footer .footer-inner .container .second-column {
  padding-right: 20px;
}
footer .footer-inner .container .third-column {
  padding-right: 20px;
}
.contacts-box .contact-item {
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  color: #1a1a1a;
  border-bottom: 1px #c6c5c2;
}
.contacts-box .contact-item .text {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.contacts-box .contact-item .link-phone {
  font-weight: 700;
}
.contacts-box .address {
  color: #464645;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}
.contacts-box .link-contacts {
  display: flex;
  align-items: center;
  text-decoration: underline;
  color: #464645;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.contacts-box .link-contacts svg {
  margin-right: 8px;
}

.fancybox-stage {
  display: none;
}

.fancybox-caption--separate {
  margin-top: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancybox-caption__body {
  max-height: 900px;
  max-width: 900px;
  width: 100%;
  height: 900px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.fancybox-caption__body .gallery-wrapper {
  padding: 56px;
  background-color: #fff;
  box-sizing: border-box;
}
.fancybox-caption__body .gallery-wrapper img {
  max-width: 600px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 36px;
  max-height: 600px;
}
.fancybox-caption__body .gallery-wrapper .text {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 8px;
  color: #000;
  text-align: left;
  font-weight: 400;
}
.fancybox-caption__body .gallery-wrapper .component-name {
  font-weight: 600;
}
.fancybox-caption__body .gallery-wrapper .component-name span {
  margin-left: 5px;
  font-weight: 400;
}

.fancybox-inner {
  background: #C0BBAA !important;
}

.fancybox-caption {
  background: transparent !important;
}

@media (max-width: 1366px) {
  .catalog-tabs-block .tab-content-item .category-item .category-products-box .category-product .name {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .calculator-block .container .left-side {
    background-position: bottom right;
  }
}
@media (max-width: 1200px) {
  .header-primary .container .main-navigation .main-menu > li {
    margin-right: 20px;
  }
  .first-block .main-slider-box .slide .container .info-box .page-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
    max-width: 320px;
  }
  .btn-contact,
  .product-info-block .container .right-side .buttons-box .btn-calculate {
    line-height: 48px;
  }
  .btn-contact svg {
    margin-right: 10px;
    width: 21px;
    height: 21px;
  }
  /* TABS */
  /* TABS */
  .calculator-block .container .left-side {
    padding: 40px 0 0 30px;
    background-size: auto 255px;
  }
  .aboutus-block .container .left-side,
  .experience-block .container .left-side {
    margin-right: 50px;
  }
  .contacts-block {
    padding: 0 0 64px;
  }
  .contact-box {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 8px;
  }
  .contact-box .phones-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
  }
  .contacts-block .container .left-side {
    flex: 1 1 48%;
    margin-right: 4%;
  }
  .contacts-block .container .right-side {
    flex: 1 1 50%;
    padding-top: 60px;
  }
  .route-block .container .left-side {
    margin-right: 40px;
  }
  .consultation-phone-block .container {
    background-position: top right 15px, center;
  }
  .product-info-block .container .left-side {
    margin-right: 50px;
  }
}
@media (max-width: 992px) {
  .btn-menu {
    display: flex;
  }
  .main-navigation {
    display: none;
  }
  .header-secondary .container .right-side .schedule-box,
  .header-secondary .container .right-side .link-phone,
  .header-primary .container .right-side .btn-phone {
    display: none;
  }
  .header-primary .container .right-side .link-phone {
    display: flex;
  }
  .header-secondary .container {
    padding: 8px 20px;
  }
  .header-primary .container {
    padding: 12px 15px;
  }
  .header-primary .container .left-side .logo {
    flex: 0 0 100px;
  }
  /* SLIDER */
  .first-block .main-slider-box .slide .container .info-box .page-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
    max-width: 440px;
  }
  .first-block .main-slider-box .slide .container .info-box ul {
    max-width: 335px;
  }
  .first-block .main-slider-box .slide .container .info-box ul li {
    font-size: 14px;
  }
  .first-block .main-slider-box .slide .container .info-box .btn-contact {
    margin-bottom: 15px;
  }
  /* SLIDER */
  .advantages-box .container .right-side {
    flex-wrap: wrap;
  }
  .advantages-box .container .right-side .advantage-item {
    max-width: 100%;
    width: 50%;
    margin-bottom: 30px;
  }
  .advantages-box .container .right-side .advantage-item .text {
    max-width: 156px;
  }
  .advantages-box .container {
    padding: 52px 15px 50px;
  }
  .tabs-block .container .tabs-box .tab {
    line-height: 24px;
  }
  .calculator-block .container .left-side {
    background-image: none;
  }
  .calculator-block .container .left-side,
  .calculator-block .container .right-side {
    flex: 1 1 50%;
  }
  .calculator-block .container .left-side {
    padding: 40px 20px 0 30px;
  }
  .posts-block .container .block-title {
    margin-bottom: 30px;
  }
  .blog-page-content .posts-block .container .block-title {
    margin-bottom: 30px;
  }
  footer .footer-inner .container {
    flex-wrap: wrap;
  }
  footer .footer-inner .container .column {
    width: 50%;
    margin-bottom: 32px;
  }
  footer .footer-inner .container .third-column {
    padding-right: 0;
    margin-bottom: 0;
  }
  footer .footer-inner .container .fourth-column {
    margin-bottom: 0;
  }
  .aboutus-block .container .left-side, .experience-block .container .left-side {
    margin-right: 25px;
    padding-top: 60px;
  }
  .contacts-block .container {
    display: flex;
    flex-direction: column;
  }
  .contacts-block .container .left-side {
    flex: 1 1 100%;
    margin-right: 0;
  }
  .contacts-block .container .right-side {
    flex: 1 1 100%;
    padding-top: 15px;
    display: none;
  }
  .contacts-block .container .left-side .map-item-box {
    display: block;
    margin-bottom: 45px;
  }
  .main-item .contact-box {
    margin-bottom: 35px;
  }
  .contacts-block .container .left-side .map-item-box .text {
    color: #bababa;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .contacts-block .container .left-side .map-item-box .link {
    text-decoration: underline;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .consultation-block .container {
    padding: 43px 15px;
  }
  .consultation-block .container .left-side {
    margin-right: 30px;
  }
  .route-block .container .right-side {
    display: none;
  }
  .route-block .container .left-side {
    flex: 1 1 auto;
    margin-right: 0;
  }
  .route-block .container {
    padding: 40px 15px 40px;
  }
  .route-block .container .left-side .map-info-box {
    display: block;
  }
  .route-block .container .left-side .block-title {
    margin-bottom: 20px;
  }
  .route-block .container .left-side .contact-box:nth-of-type(1) {
    margin-bottom: 35px;
  }
  .route-block .container .left-side .map-info-box .link {
    display: block;
    margin: 20px 0 35px;
  }
  .route-block .container .left-side .map-info-box .text-box .text {
    margin: 0;
  }
  .consultation-phone-block .container {
    padding: 55px 25px;
  }
  .consultation-phone-block .container {
    background-position: bottom right 0, center;
    padding: 55px 25px;
    background-size: auto 80%, 100% 100%;
  }
  .components-page-content .components-block .container .components-box,
  .single-product .components-block .container .components-box {
    gap: 20px 20px;
  }
  .components-page-content .components-block .container .components-box .component,
  .single-product .components-block .container .components-box .component {
    flex: 0 1 calc((100% - 60px) / 4);
  }
  .product-info-block .container {
    flex-direction: column;
  }
  .product-info-block .container .left-side {
    margin: 0 auto;
  }
  .product-info-block .container .info-box {
    display: block;
    flex: 1 1 auto;
  }
  .product-info-block .container .info-box .description {
    margin-bottom: 24px;
  }
  .product-info-block .container .right-side .description,
  .product-info-block .container .right-side .product-name {
    display: none;
  }
  .product-info-block .container .right-side .characteristics-box {
    max-width: 100%;
  }
  .options-block .container .options-box {
    gap: 20px 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .options-block .container .options-box .option {
    flex: 0 1 calc((100% - 72px) / 4);
  }
  .product-info-block .container .left-side {
    flex: 1 1 auto;
  }
  .steps-block .container .steps-box .step .box-title {
    font-size: 22px;
    line-height: 28px;
  }
  .steps-block .container .steps-box .step .text {
    font-size: 15px;
  }
  .products-box .product {
    padding: 20px 10px 0;
  }
  .products-box .product .text {
    white-space: normal;
  }
  .related-block .container {
    padding: 0 15px 70px;
  }
  .catalog-tabs-block .tab-content-item .category-item .category-products-box .category-product {
    flex: 0 1 calc((100% - 24px) / 3);
  }
  .catalog-tabs-block .tab-content-item .category-item .category-products-box {
    gap: 12px 12px;
  }
}
@media (max-width: 768px) {
  .advantages-box .container,
  .tabs-block .container,
  .partners-block .container,
  .posts-block .container {
    padding: 56px 15px 56px;
  }
  .calculator-block .container {
    padding: 0;
    flex-direction: column;
  }
  .calculator-block .container .left-side {
    padding: 56px 15px 75px;
  }
  .calculator-block .container .right-side {
    padding: 56px 15px 65px;
  }
  footer .footer-inner .container {
    padding: 65px 15px;
  }
  .advantages-box .container .left-side {
    flex: 1 1 auto;
    margin-bottom: 30px;
  }
  .advantages-box .container .right-side {
    flex-direction: column;
    align-items: center;
  }
  .first-block .main-slider-box .slide .container .info-box .page-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .first-block .main-slider-box .slide .container .info-box ul {
    max-width: 100%;
  }
  .first-block .main-slider-box .slide .container .info-box ul li {
    font-size: 16px;
  }
  .first-block .main-slider-box .slide .container .info-box .btn-contact {
    margin-bottom: 30px;
  }
  .first-block .main-slider-box .slide .desktop-img {
    display: none;
  }
  .first-block .main-slider-box .slide .mobile-img {
    display: block;
  }
  .first-block .main-slider-box .slide .container {
    padding: 32px 20px 24px;
    position: relative;
    transform: none;
    top: 0;
    left: 0;
  }
  .first-block .main-slider-box .slick-dots {
    margin-top: 0;
  }
  .first-block {
    padding-bottom: 12px;
    background: #f7f6f2;
  }
  .first-block .main-slider-box .slick-dots li {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    margin: 0 12px 0 0;
  }
  .advantages-box .container {
    flex-direction: column;
  }
  .advantages-box .container .right-side .advantage-item:last-of-type {
    margin-bottom: 0;
  }
  .catalog-tabs-block .tab-content-item .category-item {
    width: 50%;
    flex: 1 1 50%;
    max-width: 320px;
  }
  .catalog-tabs-block .tab-content-item {
    justify-content: center;
  }
  .tabs-block .container .tabs-box {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .partners-block .container .partners-slider img {
    margin-right: 32px;
  }
  .calculator-block .container .left-side img {
    display: block;
    height: 225px;
    margin-bottom: 24px;
  }
  .calculator-block .container .left-side,
  .calculator-block .container .right-side {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .calculator-block .container .left-side .btn {
    width: 100%;
    max-width: 360px;
  }
  .calculator-block .container .right-side .text,
  .calculator-block .container .right-side .box-title {
    max-width: 270px;
    width: 100%;
  }
  .calculator-block .container .right-side .link {
    max-width: 270px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .calculator-block .container .right-side .link img {
    width: 172px;
  }
  .page-template-first-page .posts-block .container .posts-box .post {
    flex: 1 1 100%;
    border: none;
    border-bottom: 1px solid #D3D3D3;
  }
  .page-template-first-page .posts-block .container .posts-box {
    margin-bottom: 0;
  }
  .posts-block .container .posts-box {
    gap: 0;
  }
  .posts-block .container .link-box {
    display: none;
  }
  footer .footer-inner .container {
    flex-direction: column;
  }
  footer .footer-inner .container .column {
    width: 100%;
  }
  footer .footer-inner .container .third-column {
    margin-bottom: 32px;
  }
  .breadcrumbs-box {
    display: none;
  }
  .aboutus-block .container .left-side .desktop-img {
    display: none;
  }
  .aboutus-block .container .left-side .mobile-img {
    display: block;
  }
  .aboutus-block .container {
    flex-direction: column;
    padding: 44px 0 30px;
  }
  .aboutus-block .container .left-side {
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 30px;
    flex: 1 1 auto;
  }
  .aboutus-block .container .right-side {
    flex: 1 1 auto;
    padding: 0 15px;
  }
  .aboutus-block .container .right-side .page-title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 32px;
    color: #453739;
  }
  .numbers-block .container {
    padding: 0 15px 34px;
    gap: 32px;
    flex-direction: column;
  }
  .experience-block .container {
    flex-direction: column;
    padding: 0;
  }
  .experience-block .container .left-side {
    margin: 0;
    padding: 0 15px 0;
    flex: 1 1 auto;
  }
  .experience-block .container .right-side {
    flex: 1 1 auto;
  }
  .sertificates-block .container {
    padding: 44px 15px 0px;
  }
  .sertificates-block .container .sertificates-box {
    gap: 0;
    flex-direction: column;
  }
  .contacts-block .container {
    padding: 44px 15px 50px;
  }
  .contacts-block .container .left-side .page-title {
    display: block;
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    letter-spacing: -0.01em;
  }
  .contacts-block .container .left-side .contact-item .text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }
  .contacts-block .container .left-side .block-title {
    margin-bottom: 20px;
  }
  .contacts-block .container .left-side .contact-box {
    margin-bottom: 20px;
  }
  .contacts-block .container .right-side .text-box .text {
    font-size: 18px;
    line-height: 26px;
  }
  .contacts-block .container .right-side .text-box {
    display: flex;
    margin-bottom: 20px;
  }
  .contacts-block .container .right-side .bottom-part {
    display: flex;
    margin-top: 20px;
  }
  .contacts-block .container .right-side .bottom-part .link {
    display: flex;
  }
  .contacts-block .container .left-side .box-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .contacts-block {
    padding: 0;
  }
  .contacts-block .container {
    padding: 44px 15px 25px;
  }
  .consultation-block .container {
    align-items: flex-start;
    flex-direction: column;
  }
  .consultation-block .container .left-side {
    flex: 1 1 auto;
    margin: 0 0 34px;
  }
  .consultation-block .container .right-side {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .consultation-block .container .right-side .link:nth-of-type(1) {
    margin-right: 0;
  }
  .blog-page-content .posts-block .container {
    padding: 44px 15px 35px;
  }
  .load-more-box {
    margin-top: 35px;
  }
  .pagintation-box {
    margin-top: 40px;
  }
  .posts-block .container .posts-box .post {
    flex: 1 1 100%;
    border: none;
    border-bottom: 1px solid #D3D3D3;
  }
  .consultation-phone-block .container {
    flex-direction: column;
    padding: 55px 20px 210px;
    background: url(../img/support.png), linear-gradient(90deg, #F4F3F0 0%, #D6D2C6 100%);
    background-repeat: no-repeat;
    background-position: bottom left 20px, center;
    background-size: 390px auto, 100% 100%;
  }
  .consultation-phone-block .container img {
    /* display: block; */
    width: 100%;
    height: auto;
    max-width: 332px;
  }
  .pagintation-box ul li {
    margin-right: 2px;
    padding: 0;
    display: flex;
  }
  .pagintation-box ul .page-numbers {
    margin: 0;
  }
  .components-page-content .components-block .container {
    padding: 44px 15px 55px;
  }
  .search-title-box {
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    padding-top: 44px;
  }
  .search-title-box .search-box {
    flex: 1 1 48%;
  }
  .search-title-box .page-title {
    margin: 0 0 20px;
  }
  .search-title-box .search-box input {
    border: 1px solid #FBCA0A;
    padding: 7px 44px;
  }
  .components-page-content .components-block .container .components-box {
    gap: 18px 8px;
  }
  .components-page-content .components-block .container .components-box .component {
    flex: 0 1 calc((100% - 24px) / 4);
  }
  .components-page-content .components-block .load-more-box .load-more {
    margin-top: 0;
  }
  .components-page-content .components-block .pagintation-box {
    margin-top: 40px;
  }
  .components-page-content {
    padding-bottom: 0;
  }
  .table-page-content .calculator-block .container {
    padding: 60px 0 0;
  }
  .table-block .container .date-box {
    margin-bottom: 30px;
  }
  .table-block .container .table-box table th, .table-block .container .table-box table td {
    padding: 8px;
    line-height: 21px;
    font-size: 14px;
  }
  .table-header th:nth-of-type(1) {
    width: 9% !important;
  }
  .table-header th:nth-of-type(2) {
    width: 48% !important;
  }
  .table-header th:nth-of-type(3) {
    width: 43% !important;
  }
  .product-info-block .container .product-name {
    margin-bottom: 24px;
  }
  .product-info-block .container .left-side {
    max-width: 520px;
    width: 100%;
    padding: 0 30px;
  }
  .btn-contact, .product-info-block .container .right-side .buttons-box .btn-calculate {
    line-height: 56px;
    width: 100%;
    height: 56px;
  }
  .product-info-block .container .right-side .parameters-box .item .values {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 36px;
  }
  .product-info-block .container .right-side .parameters-box .item .values .value {
    margin-right: 0;
  }
  .product-info-block .container .right-side .parameters-box .item.colors-item .values {
    gap: 9px;
  }
  .single-product .options-block .container .options-box .option .text {
    font-size: 13px;
    line-height: 17px;
    width: 100%;
    text-align: left;
  }
  .single-product .options-block .container .block-title {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 35px;
  }
  .single-product .options-block .container {
    padding: 25px 15px 36px;
    flex-direction: column;
  }
  .single-product .options-block .container .block-subtitle {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  .single-product .components-block .container .components-box {
    gap: 24px;
    justify-content: center;
  }
  .single-product .components-block .container .components-box .component {
    flex: 0 1 calc((100% - 24px) / 2);
    max-width: 220px;
  }
  .components-block .title-box {
    align-items: flex-start;
    flex-direction: column;
  }
  .components-block .title-box .block-title {
    margin-bottom: 20px;
  }
  .components-block .title-box .link-catalog {
    margin-bottom: 20px;
  }
  .components-block .container {
    padding: 20px 15px 40px;
  }
  .consultation-phone-block {
    padding: 0;
  }
  .single-product .tabs-block .container {
    padding: 35px 15px 35px;
  }
  .single-product .information-tabs-block .container .tab-content-item {
    padding-top: 35px;
  }
  .steps-block .container .steps-box .step .box-title {
    font-size: 30px;
    line-height: 35px;
  }
  .steps-block .container .steps-box .step .text {
    font-size: 18px;
  }
  .steps-block .container {
    padding: 34px 15px;
  }
  .steps-block .container .points-box {
    display: none;
  }
  .steps-block .container .steps-box {
    flex-direction: column;
  }
  .steps-block .container .steps-box .point {
    margin-bottom: 16px;
    display: block;
  }
  .steps-block .container .steps-box .step {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  .products-box .product {
    padding: 24px;
  }
  .products-box .product {
    width: 50%;
    border: none;
    flex: 1 1 50%;
    max-width: 50%;
    padding: 24px 24px 0;
    border-bottom: 1px solid #D3D3D3;
  }
  .products-box .product:nth-of-type(even) {
    border-left: 1px solid #D3D3D3;
  }
  .related-block .container {
    padding: 0 15px 35px;
  }
  .modal-box {
    align-items: flex-start;
    padding: 55px 30px 55px;
  }
  .modal-box .modal {
    padding: 40px 15px;
  }
  .modal-box .call-modal {
    margin-right: 0;
  }
  .modal-box .call-modal .modal-content {
    flex-direction: column;
  }
  .modal-box .call-modal .modal-content .left-side {
    margin: 0 0 50px;
    flex: 1 1 100%;
    max-width: 100%;
  }
  .modal-box .call-modal .modal-content .right-side {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .modal-box .call-modal .modal-content .right-side .form-item-row {
    flex-direction: column;
  }
  .modal-box .call-modal .modal-content .right-side .form-item-row .form-item:nth-of-type(1) {
    margin-right: 0;
  }
  .modal-box .call-modal .modal-content .right-side .button-box {
    justify-content: center;
  }
  .modal-box .call-modal .modal-content .right-side .button-box .wpcf7-spinner {
    position: absolute;
  }
  .product-info-block .container {
    padding: 44px 15px 35px;
  }
  .catalog-tabs-block .tab-content-item .category-item .category-products-box .category-product {
    flex: 0 1 calc((100% - 48px) / 3);
  }
  .catalog-tabs-block .tab-content-item .category-item .category-products-box {
    gap: 12px 24px;
  }
}
@media (max-width: 576px) {
  .catalog-tabs-block .tab-content-item .category-item {
    width: 100%;
    flex: 1 1 100%;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .catalog-tabs-block .tab-content-item .category-item .category-products-box {
    gap: 12px 24px;
    justify-content: center;
  }
  .components-page-content .components-block .container .components-box .component {
    flex: 0 1 calc((100% - 8px) / 2);
  }
  .product-info-block .container .right-side .parameters-box .item .values {
    flex-direction: column;
  }
  .product-info-block .container .right-side .parameters-box .item.colors-item .values {
    flex-direction: row;
  }
  .single-product .options-block .container .options-box .option img {
    width: 100%;
  }
  .single-product .options-block .container .options-box .option {
    flex: 0 1 calc((100% - 24px) / 2);
    max-width: 120px;
  }
  .single-product .components-block .container .components-box .component {
    flex: 0 1 100%;
    max-width: 220px;
  }
  .products-box {
    justify-content: center;
  }
  .products-box .product {
    width: 100%;
    flex: 1 1 100%;
    max-width: 320px;
    padding: 24px 24px 0;
  }
  .products-box .product .name {
    line-height: auto;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .products-box .product:nth-of-type(even) {
    border-left: none;
  }
}
@media (max-width: 414px) {
  .consultation-phone-block .container {
    background-position: bottom center, center;
  }
}/*# sourceMappingURL=main-style.css.map */