/* open-sans-regular - latin_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v17-latin_cyrillic-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-regular.woff2") format("woff2"), url("../fonts/OpenSans-regular.woff") format("woff"), url("../fonts/OpenSans-regular.ttf") format("truetype"), url("../fonts/OpenSans-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v17-latin_cyrillic-600.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans-600.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-600.woff2") format("woff2"), url("../fonts/OpenSans-600.woff") format("woff"), url("../fonts/OpenSans-600.ttf") format("truetype"), url("../fonts/OpenSans-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v17-latin_cyrillic-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans-700.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-700.woff2") format("woff2"), url("../fonts/OpenSans-700.woff") format("woff"), url("../fonts/OpenSans-700.ttf") format("truetype"), url("../fonts/OpenSans-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-800 - latin_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v17-latin_cyrillic-800.eot"); /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../fonts/OpenSans-800.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-800.woff2") format("woff2"), url("../fonts/OpenSans-800.woff") format("woff"), url("../fonts/OpenSans-800.ttf") format("truetype"), url("../fonts/OpenSans-800.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/*TEXT*/
/*TEXT HOVER*/
/*BACKGROUNDS*/
/*MAIN BUTTONS*/
/*INPUTS*/
/*CHECKBOXES*/
/*RADIOS*/
/*FOOTER*/
/*------------------------*/
a {
  transition: all 0.3s ease;
}
a:hover {
  color: #2b2b2b;
  text-decoration: none;
  transition: all 0.3s ease;
}

img {
  border-style: none;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin: 0;
  padding-left: 10px;
}
ul li {
  position: relative;
}

.custom-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .custom-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (min-width: 1260px) {
  .custom-container {
    max-width: 1140px;
  }
}
@media (min-width: 1290px) {
  .custom-container {
    max-width: 1260px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 35px;
    margin-bottom: 60px;
  }
}

.section-subtitle {
  font-size: 16px;
  text-align: center;
}

.padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .padding {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.padding-m {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .padding-m {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .padding-m {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.margin {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .margin {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .margin {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.visually-hidden,
.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.btn, button, input[type=button],
input[type=reset], input[type=submit] {
  max-width: 100%;
  font-size: 14px;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #ffed00;
  padding: 10px 20px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  transition: 0.2s ease-out;
  text-decoration: none;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  text-transform: uppercase;
}
.btn.transparent, button.transparent, input[type=button].transparent,
input[type=reset].transparent, input[type=submit].transparent {
  background-color: transparent;
  color: #ffed00;
}
.btn.transparent:hover, button.transparent:hover, input[type=button].transparent:hover,
input[type=reset].transparent:hover, input[type=submit].transparent:hover {
  border-color: transparent;
  background-color: transparent;
}
.btn:hover, button:hover, input[type=button]:hover,
input[type=reset]:hover, input[type=submit]:hover {
  border-color: #ffed00;
  background-color: #e6d500;
  color: #2b2b2b;
}

.btn--dark {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.btn--dark:hover {
  background-color: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}
.btn--dark-border {
  border-color: #000;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel], select, textarea {
  background: #f7f7f7;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  box-shadow: none;
  color: #666666;
  height: auto;
  font-size: 14px;
  padding: 13px 13px 13px;
  width: 100%;
  outline: none;
}

h1 {
  font-size: 30px;
  line-height: 1.3;
}

h2 {
  font-size: 28px;
  line-height: 1.3;
}

h3 {
  font-size: 26px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
  line-height: 1.3;
}

h5 {
  font-size: 22px;
  line-height: 1.3;
}

h6 {
  font-size: 20px;
  line-height: 1.3;
}

.custom-checkbox-label {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.2s ease-in-out;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-right: 10px;
  margin-bottom: 0;
  border: 1px solid #f1f1f1;
}
.custom-checkbox-label:hover {
  background-color: #2b2b2b;
}
.custom-checkbox-label::before {
  position: absolute;
  top: 7px;
  left: 2px;
  width: 5px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}
.custom-checkbox-label::after {
  position: absolute;
  top: 6px;
  left: 4px;
  width: 9px;
  height: 2px;
  background-color: #fff;
  transform: rotate(-45deg);
}

.custom-checkbox {
  display: none;
}
.custom-checkbox:checked + .custom-checkbox-label {
  background-color: #2b2b2b;
}
.custom-checkbox:checked + .custom-checkbox-label::before {
  content: "";
}
.custom-checkbox:checked + .custom-checkbox-label::after {
  content: "";
}

.custom-radio-label {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.2s ease-in-out;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-right: 10px;
  border-radius: 50%;
  margin-bottom: 0;
  border: 1px solid #f1f1f1;
}
.custom-radio-label:hover::before {
  content: "";
  background-color: #adadad;
}
.custom-radio-label::before {
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  border-radius: 50%;
  background-color: #f7f7f7;
}

.custom-radio {
  display: none;
}
.custom-radio:checked + .custom-radio-label::before {
  content: "";
}

.height-separator {
  height: 30px;
}
@media (min-width: 768px) {
  .height-separator {
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .height-separator {
    height: 80px;
  }
}

.simplebar-track.simplebar-vertical {
  background-color: #f5f5f6;
  width: 5px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  width: 100%;
  border-radius: 0;
  background-color: #0b5ed7;
  left: 0;
  opacity: 1;
  right: 0;
}

html,
body {
  min-width: 320px;
  width: 100%;
  background-color: #ffffff;
  color: #2b2b2b;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.header {
  position: absolute;
  width: 100%;
  min-width: 320px;
  z-index: 200;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}
.header a {
  color: #2b2b2b;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #ffed00;
  color: #000;
}

.header-fixed {
  position: fixed;
  width: 100%;
  transition: all 0.3s ease;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
}
@media (min-width: 992px) {
  .header-fixed .header__logos img {
    width: 100px;
    height: 29.3px;
    transition: all 0.3s ease;
  }
}
.header-fixed .header__logos span {
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .header-fixed .header__logos span {
    bottom: -11px;
    left: 0;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .header-fixed .header__menu-item .menu-main-item span {
    padding: 20px 0;
  }
}

@keyframes headerTransform {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.mobile-menu-scroll {
  overflow: scroll;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: none;
}

.header-line-remove .header-top-line {
  display: none !important;
}
.header__additional-bar {
  padding: 0;
}

.header__additional-bar-icons {
  display: flex;
}

.header__additional-bar-icon {
  padding: 0 25px;
  position: relative;
}
.header__additional-bar-icon::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.header__additional-bar-icon:first-child {
  padding-left: 0;
}
.header__additional-bar-icon:last-child::before {
  content: none;
}
.header__additional-bar-icon img {
  filter: grayscale(1);
}
.header__additional-bar-icon img:hover {
  filter: none;
}

.header-top-line {
  border-bottom: 1px solid #e3e3e3;
  padding: 11px 0;
}
.header-top-line .header__address::before {
  top: calc(50% - 8px);
}
.header-top-line .header__phone::before {
  top: calc(50% - 8px);
}

.header-top-line__wrapper {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .wide-header-plate {
    position: relative;
  }
  .wide-header-plate::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}
@media (min-width: 992px) {
  .wide-header-plate {
    border-bottom: 6px solid #ededed;
  }
}

.header-content {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
  padding: 15px 0 15px 0;
}
@media (max-width: 991px) {
  .header-content {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .header-content {
    padding: 0;
    position: static;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .header-content::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
  }
}

.header-wrapper {
  display: flex;
}
@media (min-width: 992px) {
  .header-wrapper {
    margin-left: auto;
  }
}

.header__logos-centerer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 992px) {
  .header__logos-centerer {
    margin-right: 30px;
  }
}

.header__logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.header__logos img {
  user-select: none;
  width: 100px;
  height: 26.6px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .header__logos img {
    width: 125px;
    height: 33.3px;
  }
}
.header__logos span {
  position: absolute;
  bottom: -10px;
  left: 7px;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .header__logos span {
    bottom: -11px;
    left: 11px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: all 0.4s ease;
    border-top: 1px solid #e4e4e4;
    transform: translateY(-300px);
    z-index: -1;
  }
}
@media (min-width: 992px) {
  .header__menu {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.header__menu.clicked {
  transform: translateY(0);
  bottom: auto;
  transition: all 0.4s ease;
}

.header__menu-list {
  padding: 0;
  height: 100%;
}
@media (min-width: 992px) {
  .header__menu-list {
    padding: 0;
    display: flex;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .header__menu-list li a {
    text-transform: uppercase;
  }
}

.header__menu-item {
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 16px;
  position: static;
  font-weight: 400;
}
@media (min-width: 992px) {
  .header__menu-item:hover {
    background-color: #ededed;
  }
  .header__menu-item:hover span {
    color: #757575;
  }
}
.header__menu-item:last-child {
  margin-right: 0;
}
.header__menu-item a {
  display: flex;
  padding: 5px 20px;
  position: relative;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .header__menu-item a {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .header__menu-item a {
    display: flex;
    padding: 12px 25px 12px 25px;
  }
}
.header__menu-item .menu-main-item {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .header__menu-item .menu-main-item {
    padding: 18px 16px;
  }
}
@media (min-width: 992px) {
  .header__menu-item .menu-main-item {
    padding: 0 15px;
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .header__menu-item .menu-main-item {
    padding: 0 18px;
  }
}
@media (min-width: 1366px) {
  .header__menu-item .menu-main-item {
    padding: 0 25px;
  }
}
.header__menu-item .menu-main-item span {
  display: block;
  position: relative;
  user-select: none;
  overflow: hidden;
}
@media (min-width: 992px) {
  .header__menu-item .menu-main-item span {
    padding: 33px 0;
  }
}
@media (min-width: 992px) {
  .header__menu-item .menu-main-item[aria-expanded=true] span::before {
    transition: all 0.3s ease;
    opacity: 1;
    z-index: 2;
  }
}
.header__menu-item .dropdown {
  height: 100%;
}
.header__menu-item .dropdown-toggle::after {
  content: none;
}
@media (max-width: 991px) {
  .header__menu-item .dropdown-toggle[aria-expanded=true] {
    position: relative;
  }
  .header__menu-item .dropdown-toggle[aria-expanded=true]::before {
    transform: rotate(-180deg);
    transition: all 0.3s ease;
  }
}
.header__menu-item .dropdown-toggle.hover {
  position: relative;
  background-color: #ededed;
}
.header__menu-item .dropdown-toggle.hover span {
  color: #757575;
}
@media (max-width: 991px) {
  .header__menu-item .dropdown-toggle {
    background-color: #fff;
    color: #2b2b2b;
    border-bottom: 1px solid #e3e3e3;
  }
  .header__menu-item .dropdown-toggle::before {
    position: absolute;
    content: "";
    top: calc(50% - 7px);
    right: 20px;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/assets/images/icons/arrow-down-white.svg");
    transition: all 0.3s ease;
  }
  .header__menu-item .dropdown-toggle::after {
    content: none;
  }
}
.header__menu-item .dropdown-item__icon {
  font-size: 90px;
  display: block;
  position: relative;
  height: 70px;
}
@media (min-width: 992px) {
  .header__menu-item .dropdown-item__icon {
    font-size: 100px;
    height: 65px;
  }
}
.header__menu-item .dropdown-item__icon::before {
  display: block;
  margin-top: 25px;
}
.header__menu-item .dropdown-item__link-centerer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header__menu-item .dropdown-menu {
  border: none;
}
@media (max-width: 991px) {
  .header__menu-item .dropdown-menu {
    position: static !important;
    transform: none !important;
    padding: 0;
    border-radius: 0;
    float: none;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .header__menu-item .dropdown-menu {
    background-color: #fff;
    padding: 0 0 15px 0;
    border-radius: 0;
    top: calc(100% + 6px) !important;
    border-color: rgba(0, 0, 0, 0.05);
    transform: none !important;
    margin-top: 0;
    border-top: none;
    width: 100%;
    left: 0 !important;
    z-index: 5;
    position: absolute;
    will-change: transform;
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  .header__menu-item .dropdown-menu.dropdown-menu__devices-menu {
    width: 800px;
    left: calc(50% - 200px) !important;
    padding: 15px 15px 20px 15px;
  }
}
@media (min-width: 1260px) {
  .header__menu-item .dropdown-menu.dropdown-menu__devices-menu {
    width: calc(100% + 800px);
    left: calc(50% - 220px) !important;
  }
}
@media (min-width: 1290px) {
  .header__menu-item .dropdown-menu.dropdown-menu__devices-menu {
    left: calc(50% - 165px) !important;
  }
}
.header__menu-item .dropdown-menu a {
  text-transform: initial;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
}
@media (min-width: 992px) {
  .header__menu-item .dropdown-menu a {
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .header__menu-item .dropdown-toggle {
    position: relative;
  }
  .header__menu-item .dropdown-toggle::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 8px);
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  .header__menu-item .dropdown-menu__devices-menu::before {
    position: absolute;
    content: "";
    top: 0;
    left: -400%;
    width: 1300%;
    height: 100%;
    background-color: #ededed;
    z-index: -1;
    box-shadow: 4px 6px 10px -3px rgba(0, 0, 0, 0.2);
  }
}
.header__menu-item .dropdown-menu__service-menu {
  box-shadow: 4px 6px 10px -3px rgba(0, 0, 0, 0.2);
  background-color: #ededed;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .header__menu-item .dropdown-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .header__menu-item .header__menu-link {
    position: relative;
    background-color: #fff;
    color: #2b2b2b;
    border-bottom: 1px solid #e4e4e4;
  }
}
@media (min-width: 992px) {
  .header__menu-item .header__menu-link:hover span::before {
    transition: all 0.3s ease;
    opacity: 1;
    z-index: 2;
  }
}

.header-callback-mobile a {
  justify-content: flex-start;
  flex-direction: row;
  padding: 15px 15px;
}
.header-callback-mobile a span {
  font-size: 16px;
}

.dropdown-item__advantages {
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 992px) {
  .dropdown-item__advantages {
    display: block;
  }
}
.dropdown-item__advantages .row {
  margin: 0 -6px;
}
.dropdown-item__advantages [class^=col] {
  padding: 0 6px;
}

.dropdown-item__advantage {
  padding: 10px;
  background-color: #fff;
  height: 100%;
}
.dropdown-item__advantage p {
  font-weight: bold;
  font-size: 13px;
}
.dropdown-item__advantage span {
  display: block;
  font-size: 13px;
  color: #2b2b2b !important;
}

.dropdown-item__advantage-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100px;
  margin-bottom: 15px;
}

.dropdown-category-wrapper {
  padding: 20px;
}
@media (min-width: 576px) {
  .dropdown-category-wrapper {
    display: flex;
    justify-content: center;
  }
}

.dropdown-item__category {
  background-color: #fff;
  border-bottom: 1px solid #e3e3e3;
  padding: 15px;
}
@media (min-width: 576px) {
  .dropdown-item__category {
    background-color: #ededed;
  }
}
@media (min-width: 992px) {
  .dropdown-item__category {
    border-bottom: none;
    padding: 0;
  }
}
.dropdown-item__category .row {
  margin: 0 -8px;
}
.dropdown-item__category .row [class^=col] {
  padding: 0 8px;
}
@media (min-width: 576px) {
  .dropdown-item__category .row [class^=col] {
    margin-bottom: 15px;
  }
}
.dropdown-item__category .row [class^=col]:last-child {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .dropdown-item__category .row [class^=col]:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-item__category .row [class^=col]:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
.dropdown-item__category .row [class^=col]:first-child .dropdown-item__category-item {
  border-top: none;
}

.dropdown-item__category-item {
  display: block;
  background-color: #fff;
  padding: 15px;
  height: 100%;
  border-top: 1px solid #e3e3e3;
}
@media (min-width: 576px) {
  .dropdown-item__category-item {
    border: none;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  .dropdown-item__category-item {
    box-shadow: 0 0 0 0;
    transition: all 0.3s ease;
  }
}
@media (min-width: 992px) {
  .dropdown-item__category-item:hover {
    box-shadow: 0 0 0 3px #ffed00 inset;
    transition: all 0.3s ease;
  }
}

.dropdown-item__category-img {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .dropdown-item__category-img {
    margin-bottom: 15px;
  }
}

.dropdown-item__category-name {
  margin-bottom: 0;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 992px) {
  .dropdown-item__category-name {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.5;
    font-weight: bold;
  }
}
@media (min-width: 1260px) {
  .dropdown-item__category-name {
    font-size: 13px;
  }
}
@media (min-width: 1260px) {
  .dropdown-item__category-name {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .dropdown-item__category-name {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .header-screen-banner {
    margin-left: 44px;
  }
}
.header-screen-banner a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 400px;
  height: 150px;
  background-color: red;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
}
.header-screen-banner a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .header-screen-banner a {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .header-screen-banner a {
    width: 320px;
    height: 100%;
  }
}
.header-screen-banner a * {
  position: relative;
  z-index: 2;
}
.header-screen-banner a span {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
}

.header__contacts-wapper {
  display: flex;
}

.header__contacts {
  display: flex;
}
@media (min-width: 1400px) {
  .header__contacts {
    padding: 0;
    flex-direction: row;
  }
}
.header__contacts a {
  position: relative;
}
.header__contacts a::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffed00;
  opacity: 0;
}
.header__contacts a:hover::before {
  opacity: 1;
}

.header__address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 270px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #2b2b2b;
  position: relative;
}
@media (min-width: 768px) {
  .header__address {
    margin-right: 30px;
  }
}
.header__address::before {
  position: absolute;
  content: "";
  top: calc(50% - 7px);
  left: -17px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header__address--mobile {
  display: none;
}
@media (min-width: 410px) {
  .header__address--mobile {
    display: flex;
  }
}
@media (min-width: 576px) {
  .header__address--mobile {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .header__address--mobile {
    display: none;
  }
}

.header__phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  position: relative;
}
@media (min-width: 1400px) {
  .header__phone {
    text-align: left;
    order: 2;
    margin-bottom: 0;
  }
}
.header__phone::before {
  position: absolute;
  content: "";
  top: calc(50% - 7px);
  left: -17px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.header__phone-mobile {
  margin-right: 20px;
}
.header__phone-mobile a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.header__phone-mobile a img {
  width: 20px;
  height: 20px;
}

.header-hamburger-centerer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.header-hamburger {
  display: block;
  width: 35px;
  height: 36px;
  position: relative;
  z-index: 1000;
}
.header-hamburger .line {
  width: 16px;
  display: block;
  height: 2px;
  background: #000;
  position: absolute;
  left: 9px;
  transition: all 0.2s ease;
}
.header-hamburger .line.line1 {
  top: 9px;
  transition: all 0.2s ease;
}
.header-hamburger .line.line2 {
  top: 17px;
  transition: all 0.2s ease;
  opacity: 1;
}
.header-hamburger .line.line3 {
  top: 25px;
  opacity: 1;
  transition: all 0.2s ease;
}

.mobile-menu-open .header-hamburger .line {
  width: 18px;
  transition: all 0.2s ease;
}
.mobile-menu-open .header-hamburger .line.line1 {
  top: 16px;
  left: 8px;
  transition: all 0.2s ease;
  transform: rotate(45deg);
}
.mobile-menu-open .header-hamburger .line.line2 {
  top: 17px;
  transition: all 0.2s ease;
  opacity: 0;
  transform: translateX(2px);
}
.mobile-menu-open .header-hamburger .line.line3 {
  top: 16px;
  left: 8px;
  opacity: 1;
  transition: all 0.2s ease;
  transform: rotate(-45deg);
}

.header__callback {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 110;
}
.mobile-menu-overlay.overlay-show {
  display: block;
}

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
@keyframes slideInMobile {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(-10px);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideInMobile;
  animation-name: slideInMobile;
}
@media (min-width: 992px) {
  .slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
  }
}

.home-main-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000;
}
@media (min-width: 768px) {
  .home-main-block {
    background-position: center right -430px;
  }
}
@media (min-width: 992px) {
  .home-main-block {
    background-position: center right -650px;
  }
}
@media (min-width: 1200px) {
  .home-main-block {
    background-position: center right -530px;
  }
}
@media (min-width: 1290px) {
  .home-main-block {
    background-position: center right -320px;
  }
}
@media (min-width: 1366px) {
  .home-main-block {
    background-position: center right -290px;
  }
}
@media (min-width: 1400px) {
  .home-main-block {
    background-position: center right -280px;
  }
}
@media (min-width: 1580px) {
  .home-main-block {
    background-position: center right -190px;
  }
}
@media (min-width: 1700px) {
  .home-main-block {
    background-position: center right -140px;
  }
}
@media (min-width: 1800px) {
  .home-main-block {
    background-position: center right -90px;
  }
}
@media (min-width: 1875px) {
  .home-main-block {
    background-position: center right -70px;
  }
}
@media (min-width: 992px) {
  .home-main-block {
    min-height: 667px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.home-main-block::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .home-main-block::before {
    background-color: rgba(0, 0, 0, 0);
  }
}
.home-main-block .container {
  height: 100%;
}
.home-main-block > * {
  position: relative;
  z-index: 2;
}
.home-main-block .section-title {
  word-wrap: break-word;
  color: #fff;
}
@media (min-width: 576px) {
  .home-main-block .section-title {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .home-main-block .section-title {
    max-width: 430px;
  }
}
@media (min-width: 992px) {
  .home-main-block .section-title {
    font-size: 48px;
    max-width: 545px;
  }
}
.home-main-block__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.home-main-block__advantages-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 16px;
}
@media (min-width: 410px) {
  .home-main-block__advantages-wrap {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .home-main-block__advantages-wrap {
    margin-top: 0;
  }
}

.home-main-block__advantages {
  margin: 0 auto;
  color: #fff;
  list-style-type: disc;
}
.home-main-block__advantages li {
  margin-bottom: 15px;
}
.home-main-block__advantages li:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .home-main-block__advantages li {
    font-size: 18px;
  }
}

.home-main-block__btn-wrapper {
  display: flex;
  justify-content: center;
}
@media (min-width: 576px) {
  .home-main-block__btn-wrapper {
    justify-content: flex-start;
  }
}
.home-main-block__btn-wrapper .btn {
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
}

.steps__item {
  cursor: pointer;
  background: #ffed00;
  height: 100%;
}
@media (min-width: 992px) {
  .steps__item {
    background: transparent;
    height: initial;
  }
}
.steps__item:hover .steps__info {
  opacity: 1;
  transition: all 0.5s ease-in;
}
.steps__item:hover .steps__info p {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.3s ease 0.4s;
}

.steps__item-wrap {
  display: flex;
  flex-direction: column;
}

.steps__img {
  order: 2;
}
@media (min-width: 992px) {
  .steps__img {
    order: 1;
  }
}

.steps__title {
  margin-bottom: 0;
  order: 1;
  background: #fff;
}
@media (min-width: 992px) {
  .steps__title {
    order: 2;
  }
}

.steps__img {
  position: relative;
}
.steps__info {
  top: 0;
  left: 0;
  padding: 20px;
  background-color: #ffed00;
  height: 100%;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.5s ease-out;
}
@media (min-width: 410px) {
  .steps__info {
    padding: 20px 30px;
  }
}
@media (min-width: 576px) {
  .steps__info {
    padding: 30px 30px;
  }
}
@media (min-width: 768px) {
  .steps__info {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .steps__info {
    position: absolute;
    opacity: 0;
  }
}
.steps__info p {
  transition: all 0.3s ease 0.4s;
}
@media (min-width: 992px) {
  .steps__info p {
    transform: translateY(-10px);
    opacity: 0;
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (min-width: 1290px) {
  .steps__info p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.steps__info p:last-child {
  margin-bottom: 0;
}

.steps__title {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
}

.remont-category__col {
  margin-bottom: 20px;
}
.remont-category__col:nth-child(4n+4), .remont-category__col:nth-child(4n+1) {
  background-color: #ffed00;
}
.remont-category__col:nth-child(4n+4) .remont-category__item-btn .btn:hover, .remont-category__col:nth-child(4n+1) .remont-category__item-btn .btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.remont-category__col:nth-child(4n+2), .remont-category__col:nth-child(4n+3) {
  background-color: #6f6f6f;
}
.remont-category__col:nth-child(4n+2) .remont-category__item-name, .remont-category__col:nth-child(4n+3) .remont-category__item-name {
  color: #fff;
}
.remont-category__col:nth-child(4n+2) .remont-category__item-btn .btn, .remont-category__col:nth-child(4n+3) .remont-category__item-btn .btn {
  border-color: #fff;
  color: #fff;
}
.remont-category__col:nth-child(4n+2) .remont-category__item-btn .btn:hover, .remont-category__col:nth-child(4n+3) .remont-category__item-btn .btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.remont-category__item {
  display: flex;
  padding: 20px 15px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.remont-category__item-img {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .remont-category__item-img img {
    max-width: 300px;
  }
}
@media (min-width: 1290px) {
  .remont-category__item-img img {
    max-width: 330px;
  }
}

.remont-category__item-name {
  text-align: center;
  color: #2b2b2b;
  font-weight: bold;
}

.remont-category__item-btn {
  display: flex;
  justify-content: center;
}
.remont-category__item-btn .btn {
  border-color: #2b2b2b;
  background-color: transparent;
}

.features__row {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .features__row {
    margin: 0 -20px 80px;
  }
}
@media (min-width: 1290px) {
  .features__row {
    margin: 0 -45px 80px;
  }
}
.features__row:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .features__col {
    padding: 0 20px;
  }
}
@media (min-width: 1290px) {
  .features__col {
    padding: 0 45px;
  }
}

.features__image {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 180px;
}
.features__image img {
  object-fit: cover;
  height: 100%;
}
.features__image p {
  position: absolute;
  background-color: #ffed00;
  top: 0;
  left: 0;
  height: 100%;
  padding: 30px 0 30px 20px;
  width: 100%;
  max-width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
@media (min-width: 576px) {
  .features__image p {
    padding: 30px 15px 30px 30px;
  }
}
@media (min-width: 768px) {
  .features__image p {
    padding: 30px 35px 30px 45px;
  }
}
@media (min-width: 992px) {
  .features__image p {
    padding: 30px 30px 30px 30px;
  }
}
.features__image p::before {
  position: absolute;
  content: "";
  bottom: 41%;
  right: -6px;
  width: 100%;
  height: 100%;
  background-color: #ffed00;
  transform: rotate(-190deg);
  z-index: -1;
}
@media (min-width: 768px) {
  .features__image p::before {
    bottom: 42%;
  }
}
@media (min-width: 992px) {
  .features__image p::before {
    bottom: 44%;
  }
}
@media (min-width: 1260px) {
  .features__image p::before {
    bottom: 42%;
  }
}
.features__image p::after {
  position: absolute;
  content: "";
  bottom: -41%;
  right: -6px;
  width: 100%;
  height: 100%;
  background-color: #ffed00;
  transform: rotate(190deg);
  z-index: -1;
}
@media (min-width: 768px) {
  .features__image p::after {
    bottom: -41%;
  }
}
@media (min-width: 992px) {
  .features__image p::after {
    bottom: -43%;
  }
}
@media (min-width: 1260px) {
  .features__image p::after {
    bottom: -41%;
  }
}
.features__image p span {
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .features__image p span {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .features__image p span {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .features__image p span {
    font-size: 25px;
  }
}
@media (min-width: 1260px) {
  .features__image p span {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  .features__image p span {
    font-size: 36px;
  }
}

.features__header {
  font-weight: bold;
  text-align: center;
}

.request {
  color: #323232;
  background: #ebebeb;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .request {
    padding: 75px 0;
  }
}
@media (min-width: 992px) {
  .request {
    padding: 100px 0;
  }
}
.request input[type=text],
.request input[type=password],
.request input[type=email],
.request input[type=tel],
.request select, .request textarea {
  background: #fff;
}
.request .btn {
  padding: 16px 20px;
  width: 100%;
  font-weight: bold;
}

@media (min-width: 768px) {
  .request__title {
    text-align: center;
  }
}

.request__wrapper {
  padding: 0 20px;
}

@media (min-width: 768px) {
  .request__wrapper {
    padding: 0;
  }
}
.request__image-wrap {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.request__image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}

.request__centerer {
  max-width: 475px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .request__centerer {
    background: #fff;
    border-radius: 5px;
    padding: 30px 40px;
    box-shadow: 2px 2px 9px -5px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  .request__centerer {
    margin-left: 0;
    max-width: 355px;
  }
}
@media (min-width: 1200px) {
  .request__centerer {
    max-width: 350px;
  }
}
@media (min-width: 1260px) {
  .request__centerer {
    max-width: 410px;
  }
}
@media (min-width: 1290px) {
  .request__centerer {
    max-width: 440px;
  }
}

.request__title {
  margin-bottom: 30px;
}

.request__form-name {
  margin-bottom: 30px;
}

.request__form-phone {
  margin-bottom: 30px;
}

.request__input-checkbox-wrap {
  display: flex;
}

.request__input-checkbox {
  margin-top: 5px;
  margin-right: 10px;
}

.request__input-checkbox-text {
  font-size: 12px;
}

.request__submit-button-wrapper {
  margin-top: 10px;
}

.request__submit-button {
  min-width: 200px;
}

.accordion .card {
  background-color: #f5f5f5;
  margin-bottom: 2px;
  border-radius: 5px;
  border: none !important;
}
.accordion .card .card-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 50%;
  background-color: #333;
  position: relative;
  transition: all 0.3s ease;
}
.accordion .card .card-arrow::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 8px;
  width: 10px;
  height: 2px;
  background-color: yellow;
  transform: rotate(45deg);
}
.accordion .card .card-arrow::after {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 8px;
  width: 10px;
  height: 2px;
  background-color: yellow;
  transform: rotate(-45deg);
}
.accordion .card .card-q-name {
  margin-left: 15px;
}
.accordion .card .card-body {
  background-color: #fff;
  line-height: 1.2;
  padding-left: 55px;
}
@media (min-width: 768px) {
  .accordion .card .card-body {
    padding-right: 35px;
  }
}
.accordion .card-header {
  padding: 0;
  border: none;
}
.accordion button {
  padding: 14px;
  background-color: transparent;
  border: none;
  text-align: left;
  width: 100%;
  justify-content: flex-start;
}
.accordion button:hover {
  background-color: transparent;
  text-decoration: none;
  color: #787878;
}
.accordion button[aria-expanded=true] .card-arrow {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .about-us__title {
    margin-bottom: 15px;
  }
}

.about-us__subtitle {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .about-us__subtitle {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .about-us__gallery-wrap {
    display: flex;
  }
}

.about-us__gallery {
  display: flex;
  margin: -5px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .about-us__gallery {
    margin: -10px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .about-us__gallery {
    margin: 0 0 0 auto;
    max-width: 430px;
  }
}
@media (min-width: 1260px) {
  .about-us__gallery {
    margin: 0 auto;
  }
}

.about-us__gallery-item {
  height: 22vw;
  width: calc(25% - 10px);
  margin: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .about-us__gallery-item {
    width: calc(50% - 10px);
    margin: 5px;
    height: 165px;
  }
}
@media (min-width: 992px) {
  .about-us__gallery-item {
    height: 205px;
  }
}
@media (min-width: 1200px) {
  .about-us__gallery-item {
    width: 205px;
    height: 205px;
  }
}

.about-us__info {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .about-us__info {
    margin-top: 0;
  }
}
@media (min-width: 1260px) {
  .about-us__info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.about-us__info p {
  text-align: center;
}
@media (min-width: 768px) {
  .about-us__info p {
    text-align: left;
  }
}
@media (min-width: 1290px) {
  .about-us__info p {
    margin-bottom: 22px;
  }
}

.about-us__head {
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .about-us__head {
    text-align: left;
  }
}
@media (min-width: 1290px) {
  .about-us__head {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.about-us__button {
  margin-top: 30px;
}
.about-us__button .btn {
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  padding: 14px 15px;
}
@media (min-width: 768px) {
  .about-us__button .btn {
    margin-left: 0;
    max-width: 250px;
  }
}

.warning .text-backplate {
  background-color: #ededed;
  border-radius: 50px;
  display: block;
  padding: 10px 10px 10px 30px;
}
@media (min-width: 768px) {
  .warning .text-backplate {
    position: relative;
    padding: 10px 10px 10px 30px;
  }
}
@media (min-width: 1200px) {
  .warning .text-backplate {
    margin-top: 45px;
  }
}
@media (min-width: 768px) {
  .warning .text-backplate::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(100% + 100px);
    height: 100%;
    background-color: #ededed;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
  }
}
.warning .text-backplate > * {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .warning__title {
    margin-bottom: 15px;
  }
}

.warning__subtitle {
  text-align: center;
}
@media (min-width: 768px) {
  .warning__subtitle {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .warning__text p {
    margin-bottom: 30px;
  }
}
.warning__text p:last-child {
  margin-bottom: 0;
}

.warning__img {
  width: 100%;
  height: 88vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 2px;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .warning__img {
    height: 77vw;
  }
}
@media (min-width: 768px) {
  .warning__img {
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    max-height: 100%;
  }
}
@media (min-width: 1200px) {
  .warning__img {
    width: calc(100% - 70px);
    margin-left: auto;
  }
}

.inner-first-block {
  background-color: #ffed00;
  padding-top: 20px;
  padding-bottom: 25px;
}
.inner-first-block .inner-first-block__title {
  text-align: left;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900 !important;
  margin-bottom: 0;
}
.inner-first-block p {
  font-size: 12px;
  margin-top: 10px;
  max-width: 700px;
}
.inner-first-block p:last-child {
  margin-bottom: 0;
}

.device-first-block {
  padding: 45px 0;
  background-color: #ffed00;
}
@media (min-width: 992px) {
  .device-first-block {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .device-first-block {
    margin-bottom: 200px;
    padding-bottom: 160px;
  }
}
@media (min-width: 1260px) {
  .device-first-block {
    margin-bottom: 190px;
  }
}
@media (min-width: 1290px) {
  .device-first-block {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
.device-first-block .custom-container > .row {
  position: relative;
}

.device-first-block__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900 !important;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .device-first-block__title {
    text-align: left;
    max-width: 470px;
  }
}
@media (min-width: 1200px) {
  .device-first-block__title {
    font-size: 32px;
    margin-bottom: 45px;
  }
}

.device-first-block__subtitle {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .device-first-block__subtitle {
    text-align: left;
    max-width: 470px;
  }
}

.device-first-block__img {
  text-align: center;
  min-height: 30px;
}
@media (min-width: 992px) {
  .device-first-block__img {
    min-height: 345px;
  }
}
@media (min-width: 1200px) {
  .device-first-block__img {
    min-height: 325px;
  }
}
@media (min-width: 1290px) {
  .device-first-block__img {
    min-height: 400px;
  }
}
.device-first-block__img img {
  max-width: 420px;
}
@media (min-width: 992px) {
  .device-first-block__img img {
    position: relative;
    top: -30px;
  }
}
@media (min-width: 1200px) {
  .device-first-block__img img {
    top: -15px;
  }
}
@media (min-width: 1290px) {
  .device-first-block__img img {
    max-width: 500px;
    top: -50px;
  }
}

@media (min-width: 1200px) {
  .device-first-block__features-col {
    position: absolute;
    bottom: -290px;
  }
}
@media (min-width: 1260px) {
  .device-first-block__features-col {
    bottom: -285px;
  }
}
@media (min-width: 1290px) {
  .device-first-block__features-col {
    bottom: -220px;
  }
}

.device-first-block__feature-col {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .device-first-block__feature-col {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .device-first-block__feature-col {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .device-first-block__feature-col:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .device-first-block__feature-col:last-child .device-first-block__feature {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .device-first-block__feature-col:last-child .device-first-block__feature {
    padding: 25px 45px;
  }
}
@media (min-width: 1200px) {
  .device-first-block__feature-col:last-child .device-first-block__feature {
    flex-direction: column;
    padding: 25px 25px;
  }
}
@media (min-width: 992px) {
  .device-first-block__feature-col:last-child .device-first-block__feature p {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .device-first-block__feature-col:last-child .device-first-block__feature p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .device-first-block__feature-col:last-child .device-first-block__feature-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 0 45px;
  }
}
@media (min-width: 992px) {
  .device-first-block__feature-col:last-child .device-first-block__feature-info {
    margin: 0 auto 0 65px;
  }
}
@media (min-width: 1200px) {
  .device-first-block__feature-col:last-child .device-first-block__feature-info {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .device-first-block__feature-col:last-child .device-first-block__icon-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .device-first-block__feature-col:last-child .device-first-block__icon-wrap {
    display: block;
    margin-bottom: 15px;
  }
}

.device-first-block__feature {
  background-color: #fff;
  padding: 15px 15px;
  box-shadow: 0 0 26px 1px rgba(0, 0, 0, 0.1);
}
@media (min-width: 576px) {
  .device-first-block__feature {
    display: flex;
  }
}
@media (min-width: 768px) {
  .device-first-block__feature {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px 25px;
  }
}
@media (min-width: 992px) {
  .device-first-block__feature {
    padding: 25px 25px;
  }
}
@media (min-width: 1200px) {
  .device-first-block__feature {
    justify-content: flex-start;
  }
}
.device-first-block__feature p {
  text-align: center;
}
@media (min-width: 576px) {
  .device-first-block__feature p {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .device-first-block__feature p {
    text-align: center;
  }
}

.device-first-block__icon-wrap {
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 576px) {
  .device-first-block__icon-wrap {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .device-first-block__icon-wrap {
    display: block;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .device-first-block__icon-wrap {
    margin-bottom: 15px;
  }
}
.device-first-block__icon-wrap img {
  width: 80px;
  height: 80px;
}
@media (min-width: 1200px) {
  .device-first-block__icon-wrap img {
    width: 70px;
    height: 70px;
  }
}

.device-first-block__feature-info {
  max-width: 290px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .device-first-block__feature-info {
    max-width: 360px;
    margin: 0 0 0 35px;
  }
}
@media (min-width: 768px) {
  .device-first-block__feature-info {
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .device-first-block__feature-info {
    max-width: 200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.device-first-block__feature-title {
  font-weight: bold;
}
@media (min-width: 992px) {
  .device-first-block__feature-title {
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .device-first-block__feature-title {
    line-height: 18px;
    font-size: 14px;
  }
}

@media (min-width: 576px) {
  .device-first-block__feature-text {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .device-first-block__feature-text {
    line-height: 18px;
    font-size: 14px;
  }
}

.device-first-block__buttons {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .device-first-block__buttons {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .device-first-block__buttons {
    justify-content: flex-start;
  }
}
.device-first-block__buttons .btn {
  width: 100%;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: bold;
}
.device-first-block__buttons .btn:first-child {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .device-first-block__buttons .btn:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .device-first-block__buttons .btn:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .device-first-block__buttons .btn {
    max-width: 330px;
  }
}
@media (min-width: 992px) {
  .device-first-block__buttons .btn {
    max-width: 250px;
    padding: 20px 5px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .device-first-block__buttons .btn {
    font-size: 14px;
    padding: 20px 14px;
  }
}
@media (min-width: 1260px) {
  .device-first-block__buttons .btn {
    font-size: 16px;
    padding: 18px 20px;
    max-width: 270px;
  }
}
@media (min-width: 1290px) {
  .device-first-block__buttons .btn {
    font-size: 16px;
    padding: 18px 20px;
    max-width: 270px;
  }
}

.breadcrumbs .breadcrumb {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  margin: 0;
}
.breadcrumbs .breadcrumbs__separator {
  margin: 0 8px;
}
.breadcrumbs ul li, .breadcrumbs ul a {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
.breadcrumbs ul a:hover {
  color: #2b2b2b;
  text-decoration: underline;
}

body.page-remont-category .breadcrumbs {
  margin-bottom: 0;
  padding-bottom: 0;
}

.inner-image-block {
  margin-top: 30px;
  margin-bottom: 30px;
}

.inner-image-block__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
}
@media (min-width: 768px) {
  .inner-image-block__img {
    min-height: 350px;
  }
}
@media (min-width: 992px) {
  .inner-image-block__img {
    min-height: 445px;
  }
}

.mini-features {
  margin-bottom: 30px;
}

.mini-features__text {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .mini-features__text {
    text-align: left;
  }
}
.mini-features__text span {
  max-width: 256px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .mini-features__text span {
    max-width: 100%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .mini-features__text {
    text-align: left;
  }
}

.mini-features__icon-wrap {
  text-align: center;
  margin-bottom: 10px;
}
.mini-features__icon-wrap img {
  width: 80px;
  height: 80px;
}
@media (min-width: 576px) {
  .mini-features__icon-wrap img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .mini-features__icon-wrap img {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .mini-features__icon-wrap {
    margin-bottom: 0;
  }
}

.model-catalog__col {
  margin-bottom: 60px;
}

.model-catalog__item {
  color: #2b2b2b;
}
.model-catalog__item:hover {
  color: #757575;
}

.model-catalog__text {
  text-align: center;
  font-weight: bold;
}

.model-catalog__btn-wrap {
  display: flex;
  justify-content: center;
}

.mini-categories {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .mini-categories {
    padding: 75px 0;
  }
}
@media (min-width: 992px) {
  .mini-categories {
    padding: 100px 0;
  }
}

.mini-categories__items {
  display: flex;
  flex-wrap: wrap;
}

.mini-categories__item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  flex-grow: 1;
  margin-bottom: 10px;
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.3);
}
@media (min-width: 576px) {
  .mini-categories__item {
    margin: 5px;
  }
}
@media (min-width: 992px) {
  .mini-categories__item {
    width: calc(25% - 15px);
  }
}
.mini-categories__item:hover {
  box-shadow: 1px 1px 13px 3px rgba(0, 0, 0, 0.2);
}
.mini-categories__item > * {
  margin-left: auto;
  margin-right: auto;
}

.mini-categories__item-icon {
  max-width: 165px;
}

.mini-categories__link-centerer {
  margin-top: 10px;
  color: #2b2b2b;
  max-width: 165px;
}
.model-card__img-wrap {
  text-align: center;
}
.model-card__img-wrap img {
  max-width: 431px;
}

.model-card__cost {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 10px;
}

.model-card__cost {
  margin-bottom: 0;
  margin-right: 5px;
}

.model-card__additional {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
@media (min-width: 992px) {
  .model-card__additional {
    justify-content: flex-start;
  }
}

.prices__subtitle {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .prices__subtitle {
    text-align: center;
    margin-bottom: 50px;
  }
}
.prices__table-content {
  overflow: hidden;
  transition: all 0.5s ease;
}

.prices__table-row--item {
  color: #2b2b2b;
}
.prices__table-row--item:hover {
  color: black;
}

.prices__table-row--header,
.prices__table-row--item {
  margin-left: 0;
  margin-right: 0;
}

.prices__table-row--item:hover .prices__table-service {
  background-color: #f5f5f5;
}

.prices__table-row--item:hover .prices__table-link {
  color: #000;
}

.prices__table-row--item:hover .prices__table-service--time,
.prices__table-row--item:hover .prices__table-service--price {
  color: #000;
}

.prices__table-col {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .prices__table-col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.prices__table-row--item:last-child .prices__table-service::before {
  content: none;
}

.prices__table-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 10px;
  background-color: #ffed00;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  height: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  .prices__table-header {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .prices__table-header {
    padding: 20px 20px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .prices__table-header {
    padding: 22px 30px;
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .prices__table-header {
    font-size: 26px;
    line-height: 36px;
  }
}
.prices__table-header--desc {
  text-align: left;
}

.prices__table-service {
  padding: 10px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  margin-bottom: 0;
  background-color: #fff;
}

@media (min-width: 576px) {
  .prices__table-service {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) {
  .prices__table-service {
    padding: 20px 20px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .prices__table-service {
    padding: 22px 30px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .prices__table-service {
    font-size: 20px;
  }
}
.prices__table-service::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(174, 174, 174, 0.25);
}

.prices__table-service--time, .prices__table-service--price {
  text-align: center;
}

.prices__table-service a {
  display: block;
  color: #555555;
  transition: all 0.3s ease;
}

.prices__table-service a:hover {
  color: #ffed00;
  transition: all 0.3s ease;
  cursor: pointer;
}

.prices__table-service span {
  display: block;
}

.prices__table-show-wrapper {
  background: linear-gradient(to top, #ffed00, #ffed00);
  position: relative;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 40px;
  z-index: 2;
}

@media (min-width: 768px) {
  .prices__table-show-wrapper {
    height: 50px;
    padding: 5px 20px;
  }
}
@media (min-width: 992px) {
  .prices__table-show-wrapper {
    height: 60px;
    padding: 5px 20px;
  }
}
.prices__table-show-wrapper:hover {
  background: linear-gradient(to top, #e6d500, #e6d500);
}

.prices__table-show-icon {
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/arrow-down.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .prices__table-show-icon {
    width: 39px;
    height: 39px;
  }
}
.prices__table-show-icon.expanded {
  transform: rotate(-180deg);
  transition: all 0.5s ease;
}

.accordion-prices {
  background-color: #fff;
}

.accordion-prices .accordion-prices__item {
  margin-bottom: 10px;
}

.accordion-prices .card-header {
  border-radius: 4px;
  padding: 0;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-prices .card-header:hover {
  background-color: #eeeeee;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.accordion-prices .card-body {
  padding: 20px 10px 10px 10px;
}

.accordion-prices .accordion-prices__tab {
  padding: 16px 50px 16px 16px;
  font-size: 17px;
  line-height: 24px;
  color: #2b2b2b;
  position: relative;
}

@media (min-width: 576px) {
  .accordion-prices .accordion-prices__tab {
    padding: 18px 80px 18px 20px;
    font-size: 18px;
    line-height: 32px;
  }
}
.accordion-prices .accordion-prices__tab::before {
  position: absolute;
  content: "";
  top: calc(50% - 13px);
  right: 13px;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/arrow-up-black.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  .accordion-prices .accordion-prices__tab::before {
    right: 30px;
  }
}

.accordion-prices .accordion-prices__tab.collapsed::before {
  transform: rotate(-180deg);
  transition: all 0.3s ease;
}

.accordion-prices .prices__table-header {
  padding: 15px 12px;
  font-weight: bold;
}
@media (min-width: 410px) {
  .accordion-prices .prices__table-header {
    padding: 15px 20px;
  }
}
@media (min-width: 576px) {
  .accordion-prices .prices__table-header {
    padding: 15px 20px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .accordion-prices .prices__table-header {
    font-size: 22px;
  }
}
.accordion-prices .prices__table-service {
  padding: 10px 12px;
}
@media (min-width: 410px) {
  .accordion-prices .prices__table-service {
    padding: 10px 20px;
  }
}
@media (min-width: 576px) {
  .accordion-prices .prices__table-service {
    padding: 14px 20px;
  }
}
@media (min-width: 768px) {
  .accordion-prices .prices__table-service {
    padding: 14px 20px;
  }
}
@media (min-width: 992px) {
  .accordion-prices .prices__table-service {
    padding: 16px 20px;
  }
}

.accordion-prices .prices__table-row--footer .prices__table-header {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 767px) {
  .action-block-polomka2__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.action-block-polomka2__col:first-child {
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .action-block-polomka2__col:first-child {
    margin-bottom: 0;
  }
}
.action-block-polomka2__content {
  padding: 15px 16px 20px 16px;
}

@media (min-width: 576px) {
  .action-block-polomka2__content {
    padding: 15px 16px 30px 16px;
  }
}
@media (min-width: 768px) {
  .action-block-polomka2__content {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .action-block-polomka2__content {
    padding: 0;
  }
}
.action-block-polomka2__img-centerer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.action-block-polomka2__img-wrap {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .action-block-polomka2__img-wrap {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .action-block-polomka2__img-wrap {
    max-width: 100%;
    margin-right: 0;
  }
}
.action-block-polomka2__img-wrap img {
  width: 100%;
  border-radius: 5px;
}

.action-block-polomka2__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.action-block-polomka2__title {
  text-align: left;
  font-size: 22px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .action-block-polomka2__title {
    font-size: 28px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .action-block-polomka2__title {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .action-block-polomka2__title {
    font-size: 32px;
  }
}
.action-block-polomka2__text {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .action-block-polomka2__text {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .action-block-polomka2__text {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .action-block-polomka2__cost-wrap {
    margin-top: 15px;
  }
}
.action-block-polomka2__cost {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 1260px) {
  .action-block-polomka2__cost {
    flex-wrap: nowrap;
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 576px) {
  .action-block-polomka2__cost {
    flex-wrap: nowrap;
    display: flex;
  }
}
.action-block-polomka2__cost a {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.action-block-polomka2__cost a:focus, .action-block-polomka2__cost a:active {
  outline-color: transparent;
  box-shadow: none;
}

.action-block-polomka2__cost a {
  opacity: 1;
}

.action-block-polomka2__cost p {
  transition: all 0.3s ease;
  position: relative;
  background-color: #000;
  color: #fff;
  z-index: 5;
  border-radius: 0px;
}

@media (min-width: 576px) {
  .action-block-polomka2__cost p {
    margin-right: 16px;
  }
}
.action-block-polomka2__cost p:hover {
  color: #ffe600;
  transition: all 0.3s ease;
}

.action-block-polomka2__price,
.action-block-polomka2__time {
  padding: 15px;
  border-radius: 0;
  background-color: #fff;
  color: #333;
  font-size: 20px;
  max-width: 175px;
  text-align: center;
}

@media (min-width: 576px) {
  .action-block-polomka2__price,
.action-block-polomka2__time {
    border: 1px solid #000;
    margin: 0;
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .action-block-polomka2__price,
.action-block-polomka2__time {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .action-block-polomka2__price,
.action-block-polomka2__time {
    font-size: 16px;
    padding: 12px;
  }
}
@media (min-width: 1200px) {
  .action-block-polomka2__price,
.action-block-polomka2__time {
    font-size: 15px;
    padding: 12px;
  }
}
@media (min-width: 1260px) {
  .action-block-polomka2__price,
.action-block-polomka2__time {
    font-size: 16px;
    padding: 14px;
  }
}
@media (min-width: 576px) {
  .action-block-polomka2__price {
    margin: 0;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .action-block-polomka2__price {
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  .action-block-polomka2__btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.action-block-polomka2__btn {
  margin: 0 auto;
  height: 50px;
}

@media (min-width: 576px) {
  .action-block-polomka2__btn {
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .action-block-polomka2__btn {
    font-size: 12px;
  }
}
.action-block-base__content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.action-block-base__content h3 {
  font-weight: bold;
  margin-bottom: 15px;
}

.action-block-base__content h3:not(:first-of-type) {
  margin-top: 30px;
}

.action-block-base__content span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.action-block-base__image-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .action-block-base__image-wrapper {
    margin-bottom: 0;
  }
}

.action-block-base__image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  margin: auto;
}

@media (min-width: 768px) {
  .action-block-base__image {
    margin-left: auto;
    height: 300px;
  }
}
@media (min-width: 768px) {
  .action-block-base__image {
    margin-left: auto;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .action-block-base__image {
    width: 100%;
    max-width: 445px;
    height: 100%;
    max-height: 330px;
    margin: 0 auto;
    min-height: 330px;
  }
}
.action-block-base__image-wrapper-wide {
  margin-bottom: 0;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .action-block-base__image-wrapper-wide .action-block-base__image {
    height: 340px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .action-block-base__image-wrapper-wide .action-block-base__image {
    height: 460px;
  }
}

.action-block-base__main-button-wrapper {
  margin-top: 15px;
}

.contacts-block {
  padding-top: 60px;
  padding-bottom: 85px;
}

.contacts-block__title {
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .contacts-block__title {
    margin-bottom: 55px;
  }
}
@media (min-width: 992px) {
  .contacts-block__title {
    margin-bottom: 70px;
  }
}
.contacts-block__row {
  margin-top: 60px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .contacts-block__row {
    margin-top: 0;
  }
}
.contacts-block__col {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .contacts-block__col {
    margin-bottom: 0;
  }
}
.contacts-block__subtitle {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

@media (min-width: 576px) {
  .contacts-block__subtitle {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .contacts-block__subtitle {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .contacts-block__subtitle {
    font-size: 21px;
  }
}
@media (min-width: 1440px) {
  .contacts-block__subtitle {
    font-size: 24px;
  }
}
.contacts-block__info-value {
  font-weight: bold;
  color: #2b2b2b;
}

.contacts-block__info-value:hover {
  color: #2b2b2b;
  text-decoration: underline;
}

.contacts-block__info {
  margin-bottom: 20px;
}

.contacts-block__info-title {
  font-weight: bold;
}

.contacts-block__info-additional {
  font-size: 14px;
}

.contacts-block__map {
  padding: 20px;
  background-color: #f2f2f2;
}

@media (min-width: 768px) {
  .contacts-block__map {
    padding: 30px 20px;
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  .contacts-block__map {
    padding: 40px 20px;
  }
}
@media (min-width: 1200px) {
  .contacts-block__map {
    padding: 40px 20px;
  }
}
.contacts-block__map .contacts-block__info-title {
  text-align: left;
  line-height: 1.3;
  font-size: 22px;
}

@media (min-width: 576px) {
  .contacts-block__map .contacts-block__info-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .contacts-block__map .contacts-block__info-title {
    font-size: 18px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .contacts-block__map .contacts-block__info-title {
    font-size: 21px;
  }
}
@media (min-width: 1440px) {
  .contacts-block__map .contacts-block__info-title {
    font-size: 24px;
  }
}
.contacts-block__map .contacts-block__info-title::before {
  left: 0;
}

.contacts-block__map-row {
  height: 100%;
}

.contacts__yandex-map-container {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.footer {
  margin-top: 30px;
  background-color: #ededed;
  color: #2b2b2b;
  border-top: 1px solid #dbdbdb;
}
.footer a, .footer span {
  font-size: 14px;
  line-height: 1.3;
  color: #2b2b2b;
}
.footer a {
  position: relative;
}
.footer a::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffed00;
  opacity: 0;
}
.footer a:hover {
  color: #2b2b2b;
}
.footer a:hover::before {
  opacity: 1;
}

@media (min-width: 768px) {
  .footer__container-menu {
    padding: 0 39px;
  }
}

.footer__top {
  padding-top: 40px !important;
  padding-bottom: 30px !important;
}

.footer__top-col {
  margin-bottom: 25px;
}
.footer__top-col:last-child {
  margin-bottom: 0;
}
.footer__top-col:last-child:after {
  content: none;
}
@media (min-width: 768px) {
  .footer__top-col {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .footer__head-social-col {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .footer__head-social-col {
    margin-bottom: 0;
  }
}

.footer__head-text {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .footer__head-text {
    padding: 20px 24px;
  }
}
.footer__head-text p:last-child {
  margin: 0;
}

.footer__head-to-top {
  display: flex;
  justify-content: flex-end;
}

.footer__head-to-top-link {
  position: absolute !important;
  top: calc(50% - 20px);
  right: 0;
  color: #2b2b2b !important;
  padding-right: 22px;
}
.footer__head-to-top-link span {
  position: relative;
}
.footer__head-to-top-link span::before {
  position: absolute;
  content: "";
  top: calc(50% - 0px);
  right: -16px;
  width: 10px;
  height: 2px;
  background-color: #2b2b2b;
  transform: rotate(-45deg);
}
.footer__head-to-top-link span::after {
  position: absolute;
  content: "";
  top: calc(50% - 0px);
  right: -22px;
  width: 10px;
  height: 2px;
  background-color: #2b2b2b;
  transform: rotate(45deg);
}
.footer__head-to-top-link:hover {
  color: #2b2b2b !important;
  transform: translateY(-5px);
}
.footer__head-to-top-link:hover::before {
  content: none;
}

.footer__head-country {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.footer__head-country-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .footer__head-country-wrapper {
    margin-bottom: 0;
    justify-content: flex-start;
  }
}

.footer__head-country-icon-wrap {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
@media (min-width: 576px) {
  .footer__head-country-icon-wrap {
    margin-right: 7px;
  }
}
@media (min-width: 768px) {
  .footer__head-country-icon-wrap {
    margin-right: 15px;
  }
}
.footer__head-country-icon-wrap img {
  width: 25px;
  height: 25px;
}

.footer__head-country-address-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  font-weight: 600;
}

.footer__head-social {
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #e3e3e3;
}
@media (min-width: 768px) {
  .footer__head-social {
    padding: 20px 24px;
  }
}

.social-links {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  padding: 0;
}
.social-links li {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.social-links li:hover a img {
  transition: all 0.3s ease;
}
.social-links a {
  display: block !important;
  overflow: hidden;
}
.social-links a img {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.footer__top-contacts {
  height: 100%;
}
.footer__top-contacts .svg {
  min-width: 20px;
  min-height: 20px;
}

.footer__top-head-link {
  font-size: 16px !important;
  line-height: 1.3;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #2b2b2b !important;
}

.footer__top-menu-list {
  margin: 0;
  padding: 0;
}

.footer__top-head-text {
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
}

.footer__top-menu-contacts:last-child {
  margin-bottom: 0;
}
.footer__top-menu-contacts i {
  margin-right: 5px;
}
.footer__top-menu-contacts a, .footer__top-menu-contacts span {
  color: #333;
}

.footer__bottom .footer__bottom-line-wrap {
  background-color: #fff;
  box-shadow: 0 0 6px -6px rgba(0, 0, 0, 0.5);
}
.footer__bottom .footer__bottom-line-wrap .footer__container {
  position: relative;
}

.footer__bottom-copyright {
  padding-left: 0 !important;
  padding-right: 50px !important;
}
@media (min-width: 576px) {
  .footer__bottom-copyright {
    padding-right: 70px !important;
  }
}
@media (min-width: 768px) {
  .footer__bottom-copyright {
    padding-left: 24px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

.footer__bottom-col {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .footer__bottom-col {
    margin-bottom: 0;
  }
}

.footer__bottom-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (min-width: 576px) {
  .footer__bottom-copy {
    text-align: left;
  }
}
.footer__bottom-copy p {
  font-size: 14px;
  line-height: 1.3;
}
.footer__bottom-copy p:last-child {
  margin-bottom: 0;
}

.footer__bottom-policy {
  display: flex;
}
.footer__bottom-policy a {
  display: inline;
  font-size: 14px;
}

.footer__bottom-payicons-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.footer__bottom-payicons {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .footer__bottom-payicons {
    margin-top: 0;
    width: 284px;
  }
}
@media (min-width: 992px) {
  .footer__bottom-payicons {
    width: auto;
    height: auto;
    margin-left: auto;
    max-width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .footer__bottom-payicons img {
    width: 210px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .footer__bottom-payicons img {
    width: 284px;
    height: 39px;
  }
}

#modal-callrequest .modal-body .modal-content {
  border-radius: 0;
  background-color: #eee;
  border: none;
}

#modal-callrequest .modal-header {
  background-color: #000;
  color: #2b2b2b;
  border-radius: 0;
}

@media (min-width: 576px) {
  #modal-callrequest .modal-header {
    padding: 16px 24px;
  }
}
@media (min-width: 992px) {
  #modal-callrequest .modal-header {
    padding: 20px 30px;
  }
}
#modal-callrequest .modal-header__title {
  color: #fff;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  #modal-callrequest .modal-body {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  #modal-callrequest .modal-body {
    padding: 30px;
  }
}
#modal-callrequest button.close:hover {
  background-color: transparent;
}

#modal-callrequest button.close svg {
  fill: #fff;
}

#modal-callrequest .field-wrapper {
  margin-bottom: 20px;
}

#modal-callrequest .request__form-checkbox-wrapper {
  display: flex;
  margin-bottom: 20px;
}

#modal-callrequest .request__input-checkbox-text {
  position: relative;
  top: -4px;
}

.request__modal-success {
  background-color: rgba(0, 0, 0, 0.05);
}

.request__modal-success * {
  position: relative;
  z-index: 11111;
}

.request__modal-success .card {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #d2d2dc;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #a1a3a4;
}

@media (min-width: 576px) {
  .request__modal-success .card {
    max-width: 450px;
  }
}
.request__modal-success .card .card-body {
  padding: 1.25rem 2.25rem;
  padding-bottom: 3rem;
}

.request__modal-success .card-body {
  flex: 1 1 auto;
}

.request__modal-success p {
  font-size: 16px;
}

.request__modal-success h4 {
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 10px;
}

.request__modal-success .cross {
  padding: 10px;
  color: #000;
  cursor: pointer;
}

.request__modal-success .cross .request__modal-close {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: transparent;
  z-index: 9999;
}

.request__modal-success .cross .request__modal-close:hover::before {
  transform: rotate(136deg);
  transition: all 0.3s ease;
}

.request__modal-success .cross .request__modal-close:hover::after {
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.request__modal-success .cross .request__modal-close::before, .request__modal-success .cross .request__modal-close::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #777;
  transition: all 0.3s ease;
}

.request__modal-success .cross .request__modal-close::before {
  transform: rotate(45deg);
}

.request__modal-success .cross .request__modal-close::after {
  transform: rotate(-45deg);
}

.request__modal-success .continue:focus {
  outline: none;
}

.request__modal-success .continue {
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 13px;
  padding: 8px 19px;
  cursor: pointer;
  color: #fff !important;
  border-color: transparent;
  background-color: #D50000;
  font-weight: normal;
}

.request__modal-success .continue:hover {
  background-color: #D32F2F !important;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 10% auto;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 50px #7ac142;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
