@charset "UTF-8";
/* CSS Document */
/*
Theme Name:LAIKA
Version:2.0
Description:Template Theme
Author:Веб-студия LAIKA
Author URI:http://laikaweb.ru/
*/

/* common styles */

/* end common styles */
:root {
  --color-black: #2b2b2a;
  --color-red: #e31f25;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  /* scroll-padding-top: 80px; */
}

body {
  background: #fff;
  background-color: #fff;
  color: #000;
}

/* 404 page */
.page404 .error-404 {
  font-size: 46px;
  text-align: center;
  padding: 80px 0 40px 0;
  color: #ccc;
}
.page404 .error-text {
  text-align: center;
  line-height: 150%;
}
.page404 .error-link {
  text-align: center;
  padding-top: 40px;
}
/* end 404 page */

/* header */

/* main-nav */

/* end header */

/* contacts page */

/* /contacts page */

/* CF7 */
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-response-output {
  padding: 0;
  margin: 0;
  border: none;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  -webkit-appearance: none;
  outline: none;
  padding: 15px;
  transition: 0.3s;
  border: solid thin #ccc;
  width: 100%;
  margin-bottom: 10px;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border: solid thin #999;
}
.wpcf7 textarea {
  min-height: 100px;
  height: 120px;
  max-height: 200px;
  resize: vertical;
}
.wpcf7 .wpcf7-submit {
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  color: #ffffff;
  background: #b52318;
  text-align: center;
  max-width: 200px;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  outline: none;
}
.wpcf7 .wpcf7-submit:hover {
  background: #dc291a;
  color: #fff;
  text-decoration: none;
}
/* /CF7 */

* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Roboto", sans-serif;
}
.slick-slide .play-img {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 15px;
  vertical-align: middle;
}
.slick-slide #play-btn {
}
.section-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.37;
  color: var(--color-black);
  margin-bottom: 40px;
  border-left: 4px solid var(--color-red);
  padding-left: 32px;
}
/* breadcrumbs */
.breadcrumbs {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #3c3c3c;
  padding-top: 25px;
  padding-bottom: 10px;
}
.breadcrumbs span span:first-child:before {
  display: none;
}
.breadcrumbs span span:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 10px;
  color: #791c18;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
.breadcrumbs a {
  color: #3c3c3c;
  text-decoration: none;
  transition: all 0.3s;
}
.breadcrumbs a:hover {
  color: #791c18;
}
/* /breadcrumbs */
/* BANNER */

.banner {
  display: flex;
  min-height: 100vh;
}

.banner__container {
  display: flex;
  align-items: center;
  gap: 124px;
  padding-block: 100px;
}

.banner__content {
  flex-shrink: 0;
  flex-basis: 558px;
}

.banner__content h1 {
  max-width: 488px;
  width: 100%;
  font-size: 38px;
  line-height: 1.37;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}

.banner__links {
  display: flex;
  align-items: center;
  gap: 40px;
}

.banner__technics {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  padding: 20px 32px;
  color: #fff;
  background-color: var(--color-red);
}

.banner__technics:hover {
  color: #fff;
  text-decoration: none;
}

#play-btn.banner__video {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
}

.banner__indicators {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 38px;
  color: #fff;
}

.banner__indicators p {
  margin-bottom: 0;
}

.banner__indicators-item .value {
  font-family: 'Montserrat';
  font-size: 38px;
  line-height: 1.37;
  font-weight: 500;
}

.banner__indicators-item .desc {
  font-size: 18px;
  line-height: 1.44;
}
@media screen and (max-width: 1199px) {
  .banner__container {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 40px;
  }

  .banner__content {
    flex-basis: auto;
  }

  .banner__content h1 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .banner__content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .banner__links {
    flex-direction: column;
    gap: 24px;
  }
}

@media screen and (max-width: 575px) {
  .banner__container {
    align-items: center;
  }
  .banner__indicators {
    grid-template-columns: none;
    gap: 20px;
    text-align: center;
  }
}
/* technics */
.technics {
  padding-top: 100px;
  padding-bottom: 50px;
}
.technics-text,
.technics-img {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.technics-text {
  padding-left: 70px;
  order: 1;
}
.technics-img {
  order: 2;
}
.technics .row:nth-child(even) .technics-img {
  order: 1;
}
.technics-text h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #333333;
  margin: 0;
  padding-bottom: 25px;
}
.technics-text ul li {
  list-style-type: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  color: #312c2a;
  margin-bottom: 12px;
}
.technics-text ul:first-child {
  padding-right: 20px;
}
.technics-text__btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  color: #ffffff;
  background: #b52318;
  display: inline-block;
  text-align: center;
  max-width: 200px;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.3s;
}
.technics-text__btn:hover {
  background: #dc291a;
  color: #fff;
  text-decoration: none;
}
.technics-text__links a:link,
.technics-text__links a:visited {
  color: #000;
  text-decoration: none;
  border-bottom: solid thin rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.technics-text__links a:hover {
  border-bottom: solid thin rgba(0, 0, 0, 0.5);
}
.technics-img div {
  overflow: hidden;
}
.technics-img div img {
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
}
.technics-img div img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* /technics */
/* TECHNICS-NEW SECTION */
.technics__section {
  padding-block: 80px;
}
.technics__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 360px;
  gap: 12px;
  list-style: none;
  margin-bottom: 0;
}
.technics__item:hover {
  filter: brightness(150%);
  /* flex: 1; */
  /* height: 100%; */
  /* padding: 32px; */
}
.technics__item a {
  display: flex;
  align-items: end;
  height: 100%;
  color: #fff;
  padding: 32px;
  text-decoration: none;
}

.technics__item p {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  width: 100%;
}
.technics__item span {
  max-width: min-content;
  font-family: 'Montserrat';
  font-size: clamp(20px, 0.8vw + 17.6px, 28px);
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .technics__list {
    grid-template-columns: none;
  }
}
/* technics-page */
.technics-page__item {
  border-bottom: 1px solid #ececec;
}
.technics-page__item-header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 24px;
  cursor: pointer;
  background-color: #fff;
  z-index: 2;
}
.technics-page__item-header h2 {
  font-family: 'Montserrat';
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 0;
}
.technics-page__item-header svg {
  transition: all 0.3s;
}
.technics-page__item-desc {
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; */
  display: none;
  list-style: none;
  padding-bottom: 24px;
  margin-bottom: 0;
}
.technics-page__item.active .technics-page__item-header h2 {
  color: var(--color-red);
}
.technics-page__item.active .technics-page__item-header svg {
  rotate: 90deg;
}
.technics-page__item.active .technics-page__item-header svg path {
  stroke: var(--color-red);
}
.technics-page__item.active .technics-page__item-desc {
  display: block;
}
@media (max-width: 991px) {
  .technics-page__item-header {
    top: 68px;
  }
}
/* brands */
/* .brands {
  padding: 0px 0px 100px;
}
.brands .section-title {
  margin-bottom: 80px;
}
.brands-img {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.brands-img img {
  height: 72px;
  margin-right: 80px;
}
.brands-img img:last-child {
  margin-right: 0;
} */
/* /brands */
/* SERVICES */
.services {
  padding-block: 80px;
}
.services__title {
  margin-bottom: 56px;
}
.services__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(220px, max-content);
  list-style: none;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.services__item {
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  cursor: pointer;
  perspective: 1000px;
}
.services__item-wrapper {
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
  width: 100%;
  height: 100%;
}
.services__item-front span {
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 28px;
  line-height: 0.93;
  font-weight: 500;
  color: var(--color-red);
  margin-bottom: 24px;
}
.services__item-front p {
  font-size: 18px;
  line-height: 1.44;
  color: var(--color-black);
  margin-bottom: 0;
}
.services__item-front,
.services__item-back {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 24px;
  backface-visibility: hidden;
}

.services__item:hover .services__item-wrapper {
  transform: rotateY(180deg);
}

.services__item-back {
  transform: rotateY(180deg);
  color: #fff;
  background-color: var(--color-red);
  margin-bottom: 0;
}
.services__item .services__item-hover {
  color: #fff;
}
.services__item:hover .services__item-hover {
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .services__list {
    grid-template-columns: none;
    grid-auto-rows: minmax(170px, max-content);
  }
}
/* ABOUT */
.about {
  padding-block: 80px;
}
.about__wrapper {
  display: flex;
  gap: 120px;
  margin-bottom: 80px;
  /* overflow: hidden; */
}
.about__desc {
  flex-basis: 600px;
}
.about__desc {
  font-size: 18px;
  line-height: 1.44;
  color: var(--color-black);
}
.about__desc strong {
  font-size: 22px;
  line-height: 1.26;
}
.about__desc p:not(:last-child) {
  margin-bottom: 24px;
}
.about__desc p:last-child {
  margin-bottom: 0;
}
.about__logo {
  display: flex;
  /* position: relative;
  right: -100px;
  opacity: 0; */
  flex-basis: 230px;
  max-width: 230px;
  width: 100%;
  max-height: 250px;
  /* overflow: hidden; */
}
.about__logo--left,
.about__logo--right {
  position: relative;
  opacity: 0;
}

.about__logo--left {
  top: -100%;
}
.about__logo--right {
  bottom: -100%;
}
.about__brands {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 108px;
  place-items: center;
  /* gap: 70px 90px; */
  border: 1px solid #ececec;
}
.about__brands-item {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.about__brands-item:not(:last-child) {
  border-right: 1px solid #ececec;
}

@media screen and (max-width: 991px) {
  .about__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px;
  }
  .about__desc {
    flex-basis: auto;
  }
  .about__brands {
    grid-template-columns: repeat(3, 1fr);
  }

  .about__brands-item:nth-child(-n + 3) {
    border-bottom: 1px solid #ececec;
  }
  .about__brands-item:nth-child(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 575px) {
  .about__brands {
    grid-template-columns: none;
  }
  .about__brands-item:not(:last-child) {
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
  }
}
/* GEOGRAPHY */
.geography {
  padding-block: 80px;
  background-color: #f7f7f7;
}
.geography__wrapper {
  /* position: relative;
  display: flex; */
}
.geography__title {
  /* position: absolute;
  top: 0;
  left: 0; */
}
.geography__indicators {
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  flex-basis: 190px;
  margin-inline: 32px;
  margin-bottom: 0;
}
.geography__indicators li {
  display: flex;
  flex-direction: column;
}
.geography__indicators li span:first-child {
  font-family: 'Montserrat';
  font-size: 38px;
  line-height: 1.37;
  font-weight: 500;
  color: var(--color-red);
  white-space: nowrap;
}
.geography__indicators li span:last-child {
  font-size: 18px;
  line-height: 1.44;
}
.geography__map {
  display: flex;
  justify-content: center;
}
.geography__map svg {
  max-width: 1600px;
  width: 100%;
  height: auto;
  padding-inline: 24px;
  /* flex: 1 1 100%;
  padding-left: 188px; */
}
.geography__map-wrapper svg {
  /* width: 100%;
  height: auto; */
}
@media screen and (max-width: 1199px) {
  .geography__title {
    position: static;
  }
  .geography__wrapper {
    flex-direction: column;
  }
  .geography__indicators {
    align-self: start;
    flex-direction: row;
    flex-basis: auto;
    margin-inline: 0;
    margin-bottom: 16px;
  }
  .geography__map-wrapper {
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  .geography__indicators {
    flex-direction: column;
  }
}

/* FORM */
.form {
  position: relative;
  padding-block: 40px;
}
.form ::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  background-color: #f7f7f7;
}
.form__wrapper {
  display: flex;
  gap: 56px;
  color: #ffffff;
  background-color: var(--color-black);
  padding: 56px;
}
.form__info,
.form__data {
  flex: 1;
}
.form__info-title {
  font-family: 'Montserrat';
  font-size: 28px;
  line-height: 1.29;
  font-weight: 500;
  margin-bottom: 16px;
}
.form__info-desc {
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 0;
}
.form__data form {
  display: flex;
  margin-bottom: 24px;
}
.form__data form > * {
  flex: 1;
}
.form__data form input[type="email"] {
  margin-bottom: 0;
}
.form__data form input[type="submit"] {
  max-width: none;
}
.form__data-desc {
  font-size: 14px;
  line-height: 1.43;
}
@media screen and (max-width: 767px) {
  .form__wrapper {
    flex-direction: column;
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .form__data form {
    flex-direction: column;
  }
}
/* WPCG7 */
.wpcf7-spinner {
  display: none;
}

/* contacts */
.contacts {
  padding-top: 80px;
}
.contacts .section-title {
  margin-bottom: 56px;
}
.contacts-info {
  position: absolute;
  padding: 32px;
  z-index: 1;
  background: #fff;
  top: 72px;
  left: 15px;
  -webkit-box-shadow: 0px 0px 17px 5px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 17px 5px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 17px 5px rgba(34, 60, 80, 0.2);
}
.contacts-info__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  font-size: 18px;
  color: var(--color-black);
}
.contacts-info__list li {
  position: relative;
  min-height: 40px;
  padding-left: 56px;
}
.contacts-info__list li a {
  color: inherit;
  text-decoration: none;
}
.contacts-info__list li:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.contacts-info__address:before {
  background-image: url(images/icons/contacts/contacts-location.svg);
}
.contacts-info__phone:before {
  background-image: url(images/icons/contacts/contacts-phone.svg);
}
.contacts-info__mail {
  padding-block: 7px;
}
.contacts-info__mail:before {
  background-image: url(images/icons/contacts/contacts-email.svg);
}
.contacts-info__mode:before {
  background-image: url(images/icons/contacts/contacts-time.svg);
}
.contacts-info__telegram {
  display: flex;
  align-items: center;
  gap: 4px;
}
.contacts__map [class*="copyrights-pane"] {
  display: none;
}
/* /contacts */

.slider {
  background: #ccc;
  min-height: 100vh;
}
.home header {
  position: absolute;
  z-index: 2;
  width: 100%;
}
@media (max-width: 991px) {
  header {
    border-bottom: solid thin #ccc;
    position: fixed !important;
    z-index: 3;
    width: 100%;
  }
}

.header {
  border-bottom: 1px solid #ececec;
}

.header {
  border-bottom-color: rgba(255, 255, 255, 0.56);
}

.header__wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  /* padding-block: 24px;'
  ? */
}

.header__logo img {
  max-width: 394px;
  width: 100%;
  object-fit: contain;
}

.header__logo-mobile {
  display: none;
}

.header__menu {
  margin-inline: auto 40px;
}

.header__menu-list {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin-bottom: 0;
}

.header .header__menu-list a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  text-decoration: none !important;
  white-space: nowrap;
  padding-block: 24px 21px;
  border-bottom: 3px solid transparent;
}

.header .header__menu-list a:hover {
  border-bottom-color: var(--color-red);
}

/* .header-technic a {
  position: relative;
  padding-left: 36px;
}

.header-technic a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 24px;
  height: 24px;
  background-image: url(images/icons/header/header-technic.svg);
} */

/* .header:not(.front-page) .header__search path {
  fill: var(--color-black);
} */

@media (max-width: 1200px) {
  .header__menu-list {
    gap: 20px;
  }

  .header .header__menu-list a {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
}

@media (max-width: 991px) {
  .header__wrapper {
    justify-content: center;
    padding-block: 19px;
  }

  .header__logo {
    display: none;
  }

  .header__logo-mobile {
    display: block;
  }

  .header__logo-mobile img {
    max-height: 30px;
  }
  .header:not(.front-page) .header__search path {
    fill: #fff;
  }

  .header__menu {
    display: none;
  }
  .header__search {
    margin-left: auto;
  }
}

@media (max-width: 400px) {
  .header__wrapper {
    padding-block: 22px;
  }

  .header__logo-mobile img {
    max-height: 20px;
  }
}

/* slider */
.slider-content {
  height: 100vh !important;
  min-height: 500px !important;
  display: flex !important;
  align-items: flex-end;
  padding-bottom: 150px;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
}
.slider-text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  padding-bottom: 40px;
  max-width: 800px;
}
.slider-text a {
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  color: #ffffff;
  padding: 15px 30px;
  background: #b52318;
  margin-right: 13px;
  text-decoration: none;
  transition: all 0.3s;
  outline: none;
}
.slider-text a:hover {
  background: #dc291a;
}
.slider .slick-dots {
  width: 30px;
  top: calc(50% - 40px);
  right: 60px;
}
.slider .slick-dots li {
  display: block;
  margin-bottom: 15px;
}
.slider .slick-dots li button:before {
  background: #fff;
  content: "";
  border-radius: 50%;
  opacity: 1;
}
.slider .slick-dots li.slick-active button:before {
  background: #b52318;
  opacity: 1;
}
.section-slider {
  position: relative;
}
.page-scroll-next {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.page-scroll-next i {
  color: #fff;
  font-size: 44px;
}
/* /slider */
.custom-logo {
  max-width: 100%;
  height: auto;
}

/* single */
.single-catalog__main-img {
  padding-bottom: 15px;
}
.single-catalog__main-img img,
.single-catalog__thumbs img {
  border: solid thin #eaeaea;
  width: 100%;
}
.single-catalog__thumbs__item {
  max-width: 50%;
  max-height: 120px;
  padding: 5px;
}
.single-catalog__thumbs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-left: -5px;
  margin-right: -5px;
}
.single-catalog__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-catalog__title {
  font-size: 24px;
  margin-bottom: 30px;
}
.single-catalog table {
  width: 100%;
}
.single-catalog .technics-text__btn {
  margin-bottom: 15px;
}
.single-catalog table tr {
  border-bottom: solid thin #eaeaea;
}
.single-catalog table td {
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 30px;
}
.single-catalog h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
/* page-about */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
}
.page-about__text img {
  max-width: 100%;
  height: auto;
}
.page-about__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #312c2a;
}
.page-about__text {
  margin-top: 30px;
  padding-bottom: 80px;
}
.page-about__text ul {
  list-style-type: none;
  margin-top: 30px;
}
.page-about__text ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #312c2a;
  position: relative;
  padding-left: 25px;
}
.page-about__text ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: #b52318;
  margin-right: 15px;
  position: absolute;
  top: 12px;
  left: 0;
}
/* /page-about */

.archive .technics {
  padding-top: 0;
}
.catalog-item {
  margin-bottom: 30px;
}
.catalog-card {
  padding: 15px;
  height: 100%;
  margin-bottom: 30px;
  transition: box-shadow 0.3s;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
}
.catalog-card:hover {
  box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}
.catalog-card__title {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.catalog-card .technics-text__btn {
  margin-top: auto;
  max-width: 160px;
}
.single-catalog__info li {
  list-style-type: none;
  display: inline;
}
.feedback-btn {
  outline: none;
  transition: 0.3s;
  display: inline-block;
  background: #fff;
  border: solid 2px #b52318;
  padding: 8px 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  color: #b52318;
}
.feedback-btn:hover {
  background: #b52318;
  border: solid 2px #b52318;
  color: #fff;
  text-decoration: none;
}

h2.modalwin__title {
  font-size: 24px;
  margin-bottom: 10px;
}
.modalwin__info {
  font-size: 20px;
}
/* Анимация внопки вниз */
@keyframes arrowmove {
  20% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  40% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  60% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.page-scroll-next i {
  -webkit-animation: arrowmove 1.5s infinite linear;
  animation: arrowmove 1.5s infinite linear;
}
.teh-info {
  padding-bottom: 30px;
}
article.type-catalog {
  padding-bottom: 60px;
}
.link-asfaltoukladchiki,
.link-katki-dorozhnye,
.link-litoj-asfalt,
.link-mobilnye-rotornye-drobilki,
.link-mobilnye-shhekovye-drobilki {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 250px;
}
/* contacts */
.contact-item {
  position: relative;
  padding-left: 40px;
  display: block;
}
.contact-item::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  color: #b52318;
  font-size: 50px;
  line-height: 1;
}
.contact-item--address::before {
  content: "\f041";
  font-size: 36px;
}
.contact-item--phone::before {
  content: "\f10b";
}
.contact-item--mail::before {
  content: "\f0e0";
  font-size: 32px;
}
.contact-item--mode::before {
  content: "\f017";
  font-size: 34px;
}
.block-contact {
  padding-top: 30px;
  padding-bottom: 60px;
}
.block-contact a {
  color: #000;
  text-decoration: none;
}
.block-contact-map {
  position: relative;
}
.block-contact-form {
  padding: 20px;
  background: #fff;
  margin-left: auto;
  z-index: 1;
}
.contact-form-wrap {
  position: relative;
}
@media (min-width: 768px) {
  .block-contact-form {
    position: absolute;
    top: 70px;
    right: 0;
    -webkit-box-shadow: 0px 0px 17px 5px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 17px 5px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 17px 5px rgba(34, 60, 80, 0.2);
  }
}
@media (max-width: 767px) {
  .contact-item {
    margin-bottom: 20px;
  }
  .block-contact {
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-item {
    margin-bottom: 15px;
  }
}
.block-contact-form .contact-name {
  padding-right: 5px;
}
.block-contact-form .contact-email {
  padding-left: 5px;
}
.block-contact-form span.wpcf7-list-item {
  margin: 0;
}
.block-contact-form .form-policy a {
  color: #000;
}
.acceptance-707 {
  vertical-align: middle;
}
.block-contact-form .form-policy {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 18px;
}
div.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
}
.block-contact-form .wpcf7-form.sent {
  display: none;
}
.wide-container {
  max-width: 100%;
  padding: 0 81px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wide-slide-container {
  max-width: 100%;
  padding: 0 50px;
}
.wpcf7-form input[type="checkbox"] {
  position: relative;
}
.wpcf7-form input[type="checkbox"]::after {
  content: "";
  width: 15px;
  height: 15px;
  background: #b52318;
  display: inline-block;
  border-radius: 3px;
  vertical-align: top;
  position: absolute;
  top: -1px;
  left: -1px;
}
.wpcf7-form input[type="checkbox"]:checked::after {
  background-image: url(images/accept-ico.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border-color: transparent;
}
.form-success {
  display: none;
}
.form-success.show {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-success.show p {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 20px;
}

.page-template-page-contacts h1,
.page-template-page-contacts h2 {
  font-size: 24px;
}
.person__list {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 20px 0;
}
.person__name {
  font-size: 16px;
  font-weight: bold;
}
.reception {
  margin-top: 30px;
}
.single-catalog__video {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .single-catalog__video iframe {
    width: 290px !important;
    height: auto !important;
  }
}
.other-block {
  margin-bottom: 30px;
}
.flex {
  display: flex;
  align-items: center;
}
b,
strong {
  font-weight: 500;
}
/* accordion */
.readmore-info .card,
.component-accordion .card {
  border-radius: 0;
  border: none;
}
.readmore-info .card-header {
  background-color: #fff;
  padding: 0;
  position: relative;
  padding: 10px 0 10px 60px;
  border: none;
}
.readmore-info .card-header button {
  font-size: 20px;
  line-height: 33px;
  color: #312c2a;
  text-decoration: none;
  text-align: left;
}
.readmore-info .btn.btn-link {
  padding: 0;
}
.readmore-info .btn.btn-link.collapsed:after {
  background-image: url(images/accordion-plus.svg);
}
.readmore-info .btn.btn-link:after {
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #b52318;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;

  background-image: url(images/accordion-minus.svg);
}
.readmore-info .card-body {
  padding: 8px 0px 8px 60px;
  font-size: 18px;
  line-height: 32px;
}
/* accordion 2 */
.component-accordion .card-header {
  margin: 0;
  border-bottom: none;
  background: #b52318;
}
.component-accordion .card-header .btn.btn-link {
  color: #fff;
  text-decoration: none;
  width: 100%;
  text-align: left;
  padding-right: 36px;
}
.component-accordion .card {
  margin-bottom: 16px;
}
.component-accordion .card-body {
  border: 1px solid #989898;
  border-top: none;
  padding: 30px;
}
.component-accordion .product_details ul {
  padding-left: 20px;
}
.component-accordion .btn.btn-link::before {
  content: "";
  width: 26px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  transform: rotate(180deg);
  background: url(images/accordion-arrows.svg) center center / auto no-repeat;
}
.component-accordion .btn.btn-link.collapsed::before {
  transform: rotate(0deg);
}
.component-accordion .card-header > h5 {
  position: relative;
}
.video-fluid {
  position: relative;
  padding-bottom: 75%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.video-fluid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
@media (max-width: 991px) {
  .menu-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .technics-text ul li {
    margin-bottom: 0;
  }
  #feedback-win {
    width: 320px !important;
    margin-left: -160px !important;
  }
  .readmore-info .btn.btn-link:after {
    width: 30px;
    height: 30px;
  }
  .readmore-info .card-body {
    padding: 0 0 0 40px;
    font-size: 16px;
    line-height: 22px;
  }
  .readmore-info .card-header {
    padding: 10px 0 10px 40px;
  }
  .readmore-info .card-header button {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
  .other-block__text {
    margin-bottom: 30px;
  }
  .component-accordion .card-header {
    padding: 0;
  }
  .component-accordion .card-header .btn.btn-link {
    padding: 5px;
    padding-right: 40px;
  }
  .component-accordion .btn.btn-link::before {
    right: 10px;
  }
  .component-accordion .card-body {
    padding: 15px;
  }
}
.img-wrapper {
  overflow: hidden;
  margin-bottom: 15px;
}
.img-wrapper img {
  transform: scale(1.1);
}
.page-template-page-privacy ul {
  padding-left: 17px;
}
.brochure-title {
  display: block;
  color: #000;
  margin: 15px 0 25px 0;
  font-size: 18px;
  line-height: 22px;
}
.brochures-block a,
.brochures-block a:hover {
  text-decoration: none;
}
.brochures-block__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 15px;
  margin-top: 24px;
}
.brochures-block__subtitle {
  font-size: 20px;
  line-height: 32px;
  display: block;
  max-width: 600px;
  margin: 0 auto 35px auto;
}
.brochures-block img {
  border: 1px solid #ccc;
}
.brochures-block {
  justify-content: center;
}
a#play-btn {
  background: #fff;
  color: #444;
}
