@font-face {
  font-family: 'Magistral';
  src: url('../fonts/Magistral900.woff2');
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'Magistral';
  src: url('../fonts/Magistral700.woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Magistral';
  src: url('../fonts/Magistral500.woff2');
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Magistral';
  src: url('../fonts/Magistral300.woff2');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Magistral';
  src: url('../fonts/Magistral100.woff2');
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}
html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    font: 16px "Magistral";
    font-weight: 300;
    color: #242424;
}

html.modal-open,
body.modal-open {
    overflow: hidden;
}
a {
    text-decoration: none;
}
.knopka {
    background: #f75922;
    color: #fff;
    padding: 15px 25px 14px;
    border-radius: 10px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
}
.knopka:hover,
.knopka:active,
.knopka:focus {
    background: #113386;
    cursor: pointer;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a:focus,
a:focus-visible,
a:active {
    outline: none;
    box-shadow: none;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container {
    max-width: 100%;
    max-width: 1500px;
    padding: 0 100px;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
[class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex: 1 0 0%;
}
.col-1 { width: 8.333333%; }
.col-2 { width: 16.666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.333333%; }
.col-5 { width: 41.666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.333333%; }
.col-8 { width: 66.666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.333333%; }
.col-11 { width: 91.666667%; }
.col-12 { width: 100%; }
/* Modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding: 40px 15px;
  overflow-y: auto;
  background: rgba(0,0,0,.55);
}

.modal.active {
  display: block;
}

.modal__dialog {
  width: 100%;
  max-width: 520px;
  margin: 40px auto;
  background: #fff;
  border-radius: 16px;
}
.modal__header,
.modal__body,
.modal__footer {
  padding: 30px;
}
.modal__header {
  text-align: center;
  position: relative;
}
.modal__title {
    margin: 0;
    font-size: 28px;
    text-align: center;
    padding-top: 55px;
    font-weight: 600;
}
.modal__title span {
    color: #f75922;
}
.modal__close {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  position: absolute;
      right: 30px;
    top: 30px;
}
.modal__close img {
    height: 30px;
}
.modal__body {
    padding: 20px 80px;
}
.modal__body .form-group {
    margin-bottom: 20px;
}
.modal__body .form-group input {
    border: 0;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 20px;
    height: 60px;
    background: #eaeaea;
    width: 100%;
    font-family: "Magistral";
}
.modal__footer {
text-align: center;
    padding: 0 80px 60px;
}
.modal__footer button {
    width: 100%;
    border: none;
    height: 60px;
    font-weight: 900;
    font-family: "Magistral";
    border-radius: 15px;
}
body.modal-open {
  overflow: hidden;
}
.modal-video {
    text-align: center;
    padding: 150px 0 0;
}
.modal-video .video_block {
    position: relative;
    width: 600px;
    margin: 0 auto;
}
.modal-video .video_block .modal__close {
    color: #fff;
    width: 41px;
    height: 41px;
    font-size: 70px;
    position: absolute;
    right: -44px;
    top: -28px;
    line-height: 0;
    display: block;
}
.modal-video .video_block .modal__close:hover {
    color: #f75922;
}
.modal-video iframe {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}
@keyframes modalShow {
  from {
    opacity: 0;
    transform: translateY(20px) scale(.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.plenka .row {
    position: relative;
}
/* Navs */
.nav {
    position: absolute;
    top: 0px;
    right: 15px;
    background: #dedede;
    border-radius: 10px;
}
.nav-link {
    display: inline-flex;
    font-family: "Magistral";
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    text-decoration: none;
    cursor: pointer;
    transition: .2s;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    background: transparent;
    color: #242424;
    box-shadow: none;
    width: 100px;
    text-transform: uppercase;
    font-weight: 600;
}

.nav-link:hover {
    color: #fff;
    box-shadow: none;
    background: #113386;
}

.nav-link.active {
    color: #fff;
    box-shadow: none;
    background: #113386;
}
/* Tabs */
.tab-content {
  margin-top: 24px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
  animation: tabFade .2s ease;
}

@keyframes tabFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Nav styles */
.nav-pills .nav-link {

}
.nav-link img {
    height: 20px;
    margin-right: 10px;
}
.nav-underline {
  gap: 24px;
  border-bottom: 1px solid #eee;
}
.nav-underline .nav-link {
  background: transparent;
  padding: 20px;
  border-radius: 0;
  position: relative;
}
.nav-underline .nav-link.active {
  color: #008c93;
}
.nav-underline .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #008c93;
}
body .swiper-button-next.swiper-button-disabled,
body .swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    z-index: 1000;
}
.header .container {
    max-width: 100%;
    max-width: 1500px;
    padding: 0 30px;
}
.header .logo {
    padding: 5px 0;
}
.header .logo img {
    height: 45px;
}
.header .menu {
    padding: 8px 0;
}
.header .menu ul {
    padding: 0;
    margin: 0;
}
.header .menu ul li {
    list-style-type: none;
}
.header .menu ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #242424;
}
.header .menu ul li.active > a,
.header .menu ul li > a:hover {
    color: #f75922;
    background: transparent;
}
.header .menu ul li.active > a::after {
    filter: brightness(0) saturate(100%) invert(56%) sepia(95%) saturate(3078%) hue-rotate(348deg) brightness(101%) contrast(94%);
}
.header .main-menu li:has(.active) {
    color: #f75922;
}
.header .main-menu li:has(.active) > a {
    color: #f75922;
}
.header .main-menu li:hover > a {
     color: #f75922
}
.header .main-menu li:hover > a::after,
.header .main-menu li:has(.active) > a::after{
    filter: brightness(0) saturate(100%) invert(56%) sepia(95%) saturate(3078%) hue-rotate(348deg) brightness(101%) contrast(94%);
}
.header .cont-menu {
    display: none;
}
.header .phone_header {
    padding: 12px 0;
}
.header .phone_header .mob {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #242424;
}
.header .phone_header .mob:hover {
    color: #113386;
}
.header .phone_header .mob span {
    font-size: 13px;
    text-align: right;
    width: 100%;
    display: block;
    color: #858585;
    font-weight: 300;
}
.header .phone_header .whatsapp_header {
    display: inline-block;
}
.header .phone_header .whatsapp_header svg {
    fill: #2cb742;
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.header .phone_header .whatsapp_header:hover svg {
    fill: #113386;
}
.header .callback {
    text-align: center;
    padding: 7px 0;
}
.header .main-menu {
    display: inline-flex;
    align-items: center;
    gap: 35px;
}
.header .main-menu > li {
    position: relative;
}
.header .main-menu a {
    display: block;
    padding: 12px 0;
    color: #222;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s;
}
.header .main-menu a:hover {
    color: #168fd3;
}

/* 2 и 3 уровень */
.header .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    top: 39px;
    min-width: 350px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.25s;
    z-index: 99;
    padding: 20px !important;
}
.header .submenu li {
    position: relative;
    margin-bottom: 12px;
}
.header .submenu a {
    padding: 0;
    color: #222;
    white-space: nowrap;
}
.header .submenu a:hover {
    background: #f3f9ff;
    color: #168fd3;
}

/* показать подменю */
.header .main-menu li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* 3 уровень вправо */
.header .submenu .submenu {
    top: -22px;
    left: 100%;
    margin-left: 25px;
}

/* стрелка у пунктов с детьми */
.header .has-child > a::after {
    content: "";
    position: absolute;
    right: -17px;
    top: 15px;
    width: 15px;
    height: 15px;
    background: url(/img/icon/arrow_down.svg) no-repeat center / contain;
}

.header .submenu .has-child > a::after {
    content: "";
    width: 15px;
    height: 15px;
    top: -1px;
    background: url(/img/icon/arrow-right.svg) no-repeat center / contain;
    position: absolute;
    right: -4px;
}
.header .main-menu > li:nth-child(3) > a::after{
    display:none;
}
.header .main-menu > li:nth-child(3) > .submenu{
    display:none !important;
}

.footer {
    padding: 40px 0 30px;
    background: #181818;
    position: relative;
    z-index: 1;
}
.footer .logo img {
    height: 55px;
    margin-bottom: 15px;
    filter: grayscale(0) brightness(10000%);
}
.footer .logo p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 13px;
}
.footer .footer_title {
    font-size: 20px !important;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px !important;
    text-transform: uppercase;
}
.footer .menu_footer_ul ul {
    columns: 2;
    column-gap: 0px;
}
.footer .menu_footer_ul ul li {
    list-style-type: none;
    margin-bottom: 7px;
}
.footer .menu_footer_ul ul li a {
    color: #fff;
    font-weight: 300;
}
.footer .menu_footer_ul ul li a:hover {
    color: #f75922;
}
.footer .menu_footer ul li {
    list-style-type: none;
    margin-bottom: 7px;
}
.footer .menu_footer ul li a {
    color: #fff;
    font-weight: 300;
}
.footer .menu_footer ul li a:hover {
    color: #f75922;
}
.footer .contact_footer p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
}
.footer .contact_footer p a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.footer .contact_footer p a:hover {
    color: #f75922;
}
.footer .contact_footer .smm_footer {
    margin-bottom: 15px;
}
.footer .contact_footer .smm_footer a svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.footer .contact_footer .smm_footer a {
    margin-right: 10px;
    display: inline-block;
}
.footer .contact_footer .smm_footer a:hover svg {
    fill: #f75922;
}
.footer .contact_footer a.knopka:hover {
    background: #fff;
    color: #242424;
}
.copyright {
    background: #151515;
    padding: 20px 0;
    text-align: center;
}
.copyright p {
    color: #fff;
    font-size: 14px;
}
.crumb {
    max-width: 100%;
    padding: 0 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.crumb ol {
    list-style-type: none;
}
.crumb ol li {
    display: inline;
    position: relative;
    font-size: 14px;
    color: #818181;
}
.crumb ol li a {
    color: #818181;
}
.crumb ol li a:hover {
    color: #f75922;
}
.crumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 23px;
}
.crumb ol li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0px;
    width: 14px;
    height: 14px;
    background-color: #818181;
    -webkit-mask: url('/img/icon/arrow-right.svg') no-repeat center;
    mask: url('/img/icon/arrow-right.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.crumb ol li:first-child:before {
    display: none;
}

.main {
    padding-top: 82px;
    background: url(../img/main.webp) 50% 40% no-repeat;
    background-size: cover;
    height: 650px;
}
.main .main_block {
    padding: 100px 0;
}
.main .main_block .dop_zagolovok {
    color: #f75922;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 25px;
}
.main .main_block h1 {
    font-size: 40px;
    color: #113386;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1;
}
.main .main_block h1 span {
    color: #f75922;
}
.main .main_block p {
    font-size: 18px;
    font-weight: 300;
    padding-right: 115px;
}
.main .main_block .main_zapis {
    margin-top: 40px;
}
.main .main_block .main_zapis a.knopka {
    margin-right: 20px;
}
.main .main_block .main_zapis a.knopka svg {
    width: 23px;
    height: 23px;
    vertical-align: bottom;
    margin-left: 10px;
}
.main .main_block .main_zapis a.portfolio_link {
    color: #242424;
    background: #fff;
    padding: 21px 25px 17px;
    border-radius: 10px;
}
.main .main_block .main_zapis .portfolio_link svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 6px;
    fill: #f75922;
}
.main .main_block .main_zapis a.portfolio_link:hover {
    background: #113386;
    color: #fff;
}
.main .main_block .main_zapis a.portfolio_link:hover svg {
    fill: #fff;
}
.main_pages {
    padding-top: 82px;
    background: url(../img/about_page.webp) 50% 19% no-repeat;
    background-size: cover !important;
    height: 610px;
}
.main_pages .logo-brand {
    height: 50px;
    margin-bottom: 10px;
}
.main_pages .text-brand {
    display: inline-block;
    width: 44%;
    margin-left: 20px;
    border-left: 1px solid #cccccc;
    padding-left: 20px;
    vertical-align: top;
    line-height: 1.3;
    font-size: 18px;
    color: #5c5c5c;
    font-weight: 100;
}
.main_pages .main_block .dop_zagolovok {
    color: #f75922;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}
.main_pages .main_block h1 {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.main_pages .main_block .main_podzagolovok {
    margin-bottom: 20px;
    width: 400px;
}
.main_pages .main_block .price {
    font-size: 30px;
    margin-bottom: 20px;
}
.main_pages .main_block .price span {
    font-size: 35px;
    font-weight: 500;
    color: #f75922;
}
.main_zapis {
    margin-bottom: 40px;
}
.main_zapis .knopka {
    margin-right: 15px;
}
.main_zapis a.knopka svg {
    width: 23px;
    height: 23px;
    vertical-align: bottom;
    margin-left: 10px;
}
.phone {
    border: 1px solid #f75922;
    color: #f75922;
    display: inline-block;
    background: #fff;
    padding: 15px 24px 13px;
    border-radius: 10px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 15px;
}
.phone img {
    height: 20px;
    filter: brightness(0) saturate(100%) invert(56%) sepia(95%) saturate(3078%) hue-rotate(348deg) brightness(101%) contrast(94%);
    margin-right: 8px;
    vertical-align: sub;
}
.phone:hover {
    background: #113386;
    border: 1px solid #113386;
    color: #fff;
}
.phone:hover img {
    filter: grayscale(0) brightness(10000%);
}
.whatsapp {
    display: inline-block;
    vertical-align: middle;
}
.whatsapp svg {
    height: 45px;
    width: 45px;
    fill: #2cb742;
}
.whatsapp:hover svg {
    fill: #113386;
}
.main_pages .main_img {
    width: 100%;
    padding-top: 50px;
}
.main_icon img {
    height: 50px;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(51%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(90%);
    margin-right: 5px;
    vertical-align: middle;
}
.main_icon p {
    color: #7c7c7c;
    display: inline-block;
    width: 68%;
    vertical-align: middle;
    font-weight: 300;
    font-size: 16px;
}
.paket_info {
    padding: 50px 0;
}
.shadow {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 3px #dddddd;
}
.paket_info .paket_info_main .titles {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.paket_info .paket_info_main .titles span {
    color: #f75922;
    font-weight: 700;
}
.paket_info .paket_info_main img {
    width: 100%;
}
.paket_info .paket_info_main .paket_sifra {
    margin-top: 30px;
}
.paket_info .paket_info_main .paket_sifra ul {
    counter-reset: num;
    list-style-type: none;
    columns: 3;
    column-gap: 30px;
    height: 200px;
}
.paket_info .paket_info_main .paket_sifra ul li {
    position: relative;
    margin-left: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
}
.paket_info .paket_info_main .paket_sifra ul li:before {
counter-increment: num;
    content: counter(num);
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f75922;
    color: #fff;
    text-align: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    margin-right: 8px;
    line-height: 1.9;
}
.paket_info .paket_vhodit {
    margin-bottom: 30px;
}
.paket_info .paket_vhodit .titles { 
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.paket_info .paket_vhodit ul {
    padding: 0;
    margin: 0;
    columns: 2;
    column-fill: auto;
    column-gap: 0px;
    height: 353px;
}
.paket_info .paket_vhodit ul li {
    list-style-type: none;
    color: #5a5a5a;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.paket_info .paket_vhodit ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 18px;
    height: 18px;
    background: url(/img/icon/check.svg) no-repeat center / contain;
}
.paket_info .plenka_info {
    position: relative;
}
.paket_info .plenka_info .titles {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.paket_info .plenka_info img {
    height: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.paket_info .plenka_info p.dop_text {
    color: #6e6e6e;
    line-height: 1.4;
    margin-bottom: 10px;
}
.paket_info .plenka_info a {
    color: #113386;
    text-transform: uppercase;
    font-weight: 400;
}
.paket_info .plenka_info a svg {
    width: 22px;
    height: 22px;
    vertical-align: bottom;
    margin-left: 7px;
}
.paket_info .plenka_info a:hover {
    color: #f75922;
}
.paket_info .plenka_info a:hover svg {
    fill: #f75922;
}
.paket_plus .row {
    margin: 0;
    background: #f7f6f9;
}
.paket_plus img {
    height: 45px;
    filter: brightness(0) saturate(100%) invert(18%) sepia(91%) saturate(1847%) hue-rotate(214deg) brightness(94%) contrast(92%);
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.paket_plus .paket_plus_text {
    display: inline-block;
    width: 79%;
    vertical-align: middle;
}
.paket_plus .paket_plus_text .titles {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    color: #242424;
}
.paket_plus .paket_plus_text p {
    color: #7b7b7b;
}
.paket_price {
    padding: 50px 0;
}
.paket_price .row {
    margin: 0;
}
.paket_price .price-block .price_name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.paket_price .price-block .price {
    color: #f75922;
    font-size: 22px;
    margin-bottom: 5px;
}
.paket_price .price-block .price span {
    font-size: 32px;
    font-weight: 500;
}
.paket_price .price-block .price_dop {
    color: #6d6d6d;
    width: 300px;
    font-size: 14px;
}
.paket_price .price_knopka {
    padding: 29px 0;
}
.paket_price .price_knopka a.knopka {
    margin-right: 15px;
}
.paket_price .price_knopka a.knopka svg {
    width: 23px;
    height: 23px;
    vertical-align: bottom;
    margin-left: 10px;
}
.primer {
    padding: 0px 0 50px;
}
.primer .titles {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.primer a {
    display: block;
}
.primer a img {
    width: 100%;
    border-radius: 10px;
}
.primer .swiper-block {
    position: relative;
    padding: 0 20px;
}
.primer .swiper-button-prev,
.primer .swiper-button-next{
    width: 54px;
    height: 54px;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.7);
    top: 43%;
}
.primer .swiper-button-prev::after,
.primer .swiper-button-next::after{
    font-size: 20px;
    color: #242424;
}
.primer .swiper-button-prev:hover,
.primer .swiper-button-next:hover {
    background: #242424;
}
.primer .swiper-button-prev:hover::after,
.primer .swiper-button-next:hover::after {
    color: #fff;
}

.seo_text h2 {
    margin-bottom: 20px;
}
.seo_text h2 strong {
    color: #113386;
}
.seo_text .seo_img {
    background: url(../img/seo_img.webp) 50% 50% no-repeat;
    background-size: cover;
    height: 250px;
    border-radius: 20px;
}
.seo_text p {
    margin-bottom: 7px;
}
.seo_text .seo_img_all {
    height: 600px;
    background-size: cover !important;
    border-radius: 20px;
}

.p-70 {
    padding: 70px 0;
}
.p-50 {
    padding: 50px 0;
}
.title {
    color: #f75922;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
}
.podzagolovok {
    font-size: 30px;
    color: #113386;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.plenka {

}
.plenka .swiper {
    padding: 3px;
}
.plenka .plenka_title {
    font-size: 26px;
    color: #113386;
    font-weight: 500;
}
.plenka .plenka_podtitle {
    font-size: 14px;
    color: #737373;
    margin-bottom: 30px;
}
.plenka .plenka_block {
    display: block;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 3px #cfcfcf;
    border: 1px solid transparent;
}
.plenka .plenka_block .plenka_title {
    font-size: 18px;
    font-weight: 600;
    color: #113386;
}
.plenka .plenka_block .plenka_zashita {
    float: right;
    background: #e8e9ef;
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
    color: #113386;
    font-weight: 400;
}
.plenka .plenka_block img {
    width: 100%;
    margin: 10px 0 0;
}
.plenka .plenka_block .plenka_komplekt .plenka_komplekt_title {
    color: #113386;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
}
.plenka .plenka_block .plenka_komplekt {
    margin-bottom: 20px;
}
.plenka .plenka_block .plenka_komplekt ul {
    padding: 0;
    margin: 0;
    columns: 2;
    column-gap: 6px;
    column-fill: auto;
    height: 211px;
}
.plenka .plenka_block .plenka_komplekt ul li {
    list-style-type: none;
    color: #5a5a5a;
    font-size: 13px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 18px;
}
.plenka .plenka_block .plenka_komplekt ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 13px;
    height: 13px;
    background: url(/img/icon/check.svg) no-repeat center / contain;
}
.plenka .plenka_block .plenka_price {
    color: #113386;
    font-size: 18px;
    margin-top: 6px;
    display: inline-block;
}
.plenka .plenka_block .plenka_more {
    border: 1px solid #113386;
    font-size: 12px;
    padding: 6px 15px;
    display: inline-block;
    border-radius: 7px;
    color: #113386;
    float: right;
    text-transform: uppercase;
    font-weight: 400;
}
.plenka .plenka_block:hover {
    border: 1px solid #f75922;
    box-shadow: none;
}
.plenka .plenka_block:hover .plenka_more {
    background: #f75922;
    border: 1px solid #f75922;
    color: #fff;
}
.plenka .plenka_block:hover .plenka_zashita {
    background: #f75922;
    color: #fff;
}
.plus .col-sm-2 {
    width: 20%;
}
.plus .plus-block img {
    height: 60px;
    padding: 10px;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(55%) sepia(95%) saturate(2327%) hue-rotate(347deg) brightness(102%) contrast(96%);
    margin-right: 7px;
    vertical-align: middle;
}
.plus .plus-block p {
    width: 69%;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
}
.plus .plus-block p span {
    color: #7e7e7e;
    font-weight: 100;
    display: block;
    margin-top: 5px;
    line-height: 1.3;
}
.about {
    padding: 0 0 50px;
}
.about .row {
    background: #f8f8fa;
    margin: 0;
    border-radius: 20px;    
}
.about .row .col-sm-6 {
    padding: 0;
}
.about .about-block {
    padding: 30px;
}
.about .titles {
    font-size: 24px;
    font-weight: 500;
    color: #113386;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.about .titles span {
    color: #f75922;
}
.about p {
    color: #525252;
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 100;
}
.about .about-block .more {
    margin-top: 25px;
}
.about .about-block .more a {
    border: 1px solid #f75922;
    color: #f75922;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 14px;
}
.about .about-block .more a svg {
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-left: 10px;
}
.about .about-block .more a:hover {
    background: #f75922;
    color: #fff;
}
.about .about-image { 
    position: relative;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}
.about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}
.brand {
    
}
.brand .swiper-button-prev,
.brand .swiper-button-next{
    width: 54px;
    height: 54px;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.7);
    box-shadow: 0 0px 5px #dcdcdc;
    top: 55px;
}
.brand .swiper-button-prev::after,
.brand .swiper-button-next::after{
    font-size: 20px;
    color: #242424;
}
.brand .swiper-button-next:hover,
.brand .swiper-button-prev:hover {
    background: #242424;
    color: #fff;
}
.brand .swiper-button-next:hover::after,
.brand .swiper-button-prev:hover::after {
    color: #fff;
}
.brand .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand .swiper-slide a:hover img {
    opacity: 0.5;
}
.brand .swiper-slide img {
    height: 150px;
}
.brand .swiper-pagination {
    position: relative;
}
.main_contact {
    padding: 50px 0 80px;
    margin-top: 50px;
    position: relative;
    background: #f4f4f4;
}
.main_contact .titles {
    font-size: 34px;
    color: #113386;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.main_contact .car {
    position: absolute;
    right: 100px;
    height: 260px;
    bottom: -21px;
}
.main_contact p.podtitles {
    color: #444;
    padding-right: 100px;
    margin-bottom: 20px;
}
.main_contact .titles span {
    color: #f75922;
}
.main_contact .main_contact_block {
    margin-bottom: 20px;
}
.main_contact .add_mob {
    display: none;
}
.main_contact .main_contact_block img {
    display: inline-block;
    height: 60px;
    margin-right: 10px;
    padding: 15px;
    vertical-align: middle;
    filter: brightness(0) saturate(100%) invert(18%) sepia(91%) saturate(1847%) hue-rotate(214deg) brightness(94%) contrast(92%);
}
.main_contact .main_contact_block img.address {
    filter: brightness(0) saturate(100%) invert(55%) sepia(95%) saturate(2327%) hue-rotate(347deg) brightness(102%) contrast(96%);
}
.main_contact .main_contact_block img.phones {
    filter: brightness(0) saturate(100%) invert(18%) sepia(89%) saturate(2304%) hue-rotate(219deg) brightness(91%) contrast(95%);
}
.main_contact .main_contact_block img.whatsapp {
    filter: brightness(0) saturate(100%) invert(48%) sepia(92%) saturate(571%) hue-rotate(80deg) brightness(95%) contrast(90%);
}
.main_contact .main_contact_block img.instagram {
filter: brightness(0) saturate(100%) invert(28%) sepia(93%) saturate(2778%) hue-rotate(306deg) brightness(93%) contrast(88%);
}
.main_contact .main_contact_block p.address {
    color: #242424;
    font-size: 15px;
    font-weight: 700;
}
.main_contact .main_contact_block p {
    display: inline-block;
    width: 74%;
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    color: #999999;
    line-height: 1.4;
}
.main_contact .main_contact_block p a {
    color: #242424;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}
.main_contact a.knopka svg {
    width: 23px;
    height: 23px;
    vertical-align: bottom;
    margin-left: 10px;
}
.main_contact .main_contact_block p a:hover {
    color: #f75922;
}
.main_contact iframe {
    box-shadow: 0px 0px 12px #dddddd;
    border-radius: 20px;
}

.brands-page .main_pages {
    height: auto;
}
.brands-page .main_block {
    padding: 10px 0 30px;
}
.brands-page .main_pages .main_img {
    padding: 0;
}
.brands-page .seo_text {
    margin-bottom: 50px;
}
.brands-page .plenka {
    margin-top: 50px;
}

.plenka_plus {
    padding: 50px 0 50px;
}
.plenka_plus .titlez {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.plenka_plus .titlez span {
    color: #f75922;
}
.plenka_plus .plenka_plus_block {
    text-align: center;
}
.plenka_plus .plenka_plus_block img {
    height: 60px;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(55%) sepia(95%) saturate(2327%) hue-rotate(347deg) brightness(102%) contrast(96%);
}
.plenka_plus .plenka_plus_block .plenka_plus_text .titles {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 13px;
}
.plenka_plus .plenka_plus_block .plenka_plus_text p {
    font-size: 13px;
    font-weight: 100;
}

.contact-page .main_pages {
    height: auto;
    background: url(../img/contact_main.webp) 100% 67% no-repeat;
    background-size: contain !important;
}
.contact-page .main_pages .main_block {
    padding: 0 0 50px;
}
.contact-page .main_pages .main_block h1 span {
    color: #f75922;
}
.contact-page .main_pages .main_block .main_icon p {
    color: #242424;
}
.contact-page .main_pages .main_block .main_icon img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(95%) saturate(2327%) hue-rotate(347deg) brightness(102%) contrast(96%);
}
.contact-page .contact {
    padding: 50px 0;
}
.contact-page .contact iframe {
    border-radius: 10px;
    box-shadow: 0px 0px 3px #dddddd;
}
.contact-page .contact .titles {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-page .contact .contacts-blow .contact-row {
    margin-bottom: 15px;
}
.contact-page .contact .contacts-blow .add_mob {
    display: none;
}
.contact-page .contact .contacts-blow .contact-row p {
    display: inline-block;
    width: 78%;
    vertical-align: middle;
    line-height: 1;
    font-weight: 500;
}
.contact-page .contact .contacts-blow .contact-row p a {
    font-weight: 500;
    color: #242424;
}
.contact-page .contact .contacts-blow .contact-row p span {
    font-weight: 300;
    color: #6f6f6f;
    margin-bottom: 5px;
    display: inline-block;
}
.contact-page .contact .contacts-blow .contact-row img {
    height: 50px;
    box-shadow: 0px 0px 3px #000000;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.contact-page .contact .contacts-blow .contact-row .knopka {
    text-align: center;
    width: 100%;
}
.contact-page .contact .contacts-blow .contact-row img.address {
    filter: brightness(0) saturate(100%) invert(55%) sepia(95%) saturate(2327%) hue-rotate(347deg) brightness(102%) contrast(96%);
}
.contact-page .contact .contacts-blow .contact-row img.phones {
filter: brightness(0) saturate(100%) invert(18%) sepia(89%) saturate(2304%) hue-rotate(219deg) brightness(91%) contrast(95%);
}
.contact-page .contact .contacts-blow .contact-row img.whatsapp {
    filter: brightness(0) saturate(100%) invert(48%) sepia(92%) saturate(571%) hue-rotate(80deg) brightness(95%) contrast(90%);
}
.contact-page .contact .contacts-blow .contact-row img.instagram {
    filter: brightness(0) saturate(100%) invert(28%) sepia(93%) saturate(2778%) hue-rotate(306deg) brightness(93%) contrast(88%);
}
.contact-page .contact .contacts-time img {
    height: 239px;
}
.contact-page .contact .contacts-time .day {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}
.contact-page .contact .contacts-time .times {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.contact-page .contact .contacts-time .days {
    text-align: center;
    color: #f75922;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}
.contact-page .contact .contacts-time .icon_cont img {
    height: 42px;
    display: inline-block;
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(55%) sepia(95%) saturate(2327%) hue-rotate(347deg) brightness(102%) contrast(96%);
    vertical-align: middle;
}
.contact-page .contact .contacts-time .icon_cont p {
    font-size: 13px;
    width: 80%;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.contact-page .seo_text {
    padding: 0 0 50px;
}
.contact-page .seo_text .seo_img_all {
    height: 500px;
}

.blockx {
    padding: 50px 0 0;
}
.blockx .col-6 {
    margin-bottom: 30px;
}
.blockx .block_block {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    border: 1px solid transparent;
}
.blockx .block_block img {
    height: 80px;
    width: 60%;
    margin-bottom: 10px;
    flex: 1;
    object-fit: contain;
}
.blockx .block_block p {
    color: #242424;
    font-weight: 400;
}
.blockx a.block_block:hover {
    border: 1px solid #f75922;
    box-shadow: none;
}
.blockx a.block_block:hover p {
    color: #f75922;
}

.cars {
    padding-top: 50px;
}
.cars .swiper-wrapper {
    padding: 2px;
}
.cars .avtoBlock {
    display: block;
    text-align: center;
    margin: 5px;
    padding: 10px;
    border: 1px solid transparent;
}
.cars .avtoBlock:hover {
    border: 1px solid #f75922;
    box-shadow: none;
}
.cars a.avtoBlock:hover p {
    color: #f75922;
}
.cars .avtoBlock img {
    width: 75%;
    margin-bottom: 5px;
}
.cars a.avtoBlock p {
    color: #242424;
    font-weight: 400;
    font-size: 13px;
}
.cars .swiper-button-prev,
.cars .swiper-button-next{
    width: 54px;
    height: 54px;
    border-radius: 100px;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,.7);
    box-shadow: 0 0px 5px #dcdcdc;
    top: 65px;
}
.cars .swiper-button-prev::after,
.cars .swiper-button-next::after{
    font-size: 20px;
    color: #242424;
}
.cars .swiper-button-prev:hover,
.cars .swiper-button-next:hover {
    background: #242424;
}
.cars .swiper-button-prev:hover::after,
.cars .swiper-button-next:hover::after {
    color: #fff;
}
.cars .more {
    text-align: center;
    margin-top: 30px;
}
.cars .more a {
    padding: 15px 35px;
    border-radius: 10px;
    background: #113386;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.cars .more a:hover {
    background: #f75922;
}

.service .swiper-pagination {
    position: relative;
    margin-top: 6px;
}
.service-page .service .slider-nav {
    display: none;
}
.service .swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    width: auto;
    height: auto;
    font-size: 22px;
}
.service .swiper-pagination .swiper-pagination-bullet-active {
    color: #113386;
    font-weight: 500;
    transform:scale(1.15);
}
.service .swiper-slide {
    height: auto;
}
.service .service-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 1px 4px #dddddd;
    position: relative;
    margin: 4px;
    border-radius: 10px;
    border: 1px solid transparent;
}
.service .service-block:hover {
    border: 1px solid #f75922;
}
.service a.service-block:hover .titles {
    color: #f75922;
}
.service a.service-block:hover .arrow svg {
    color: #113386;
}
.service a.service-block:hover .serv-icon img {
    filter: invert(15%) sepia(89%) saturate(2394%) hue-rotate(218deg) brightness(88%) contrast(95%);
}
.service .service-block .serv-img {
    height: 190px;
    background-size: cover !important;
    border-radius: 10px 10px 0 0;
}
.service .service-block .service-text {
    padding: 40px 10px 10px 10px;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.service .service-block .service-text .titles {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #113386;
    margin-bottom: 10px;
    line-height: 1.1;
}
.service .service-block .service-text .arrow {
    text-align: right;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service .service-block .service-text .arrow .service-price {
    color: #242424;
    font-size: 18px;
    float: left;
}
.service .service-block .service-text .arrow svg {
    width: 23px;
    height: 23px;
    color: #f75922;
    margin-left: auto;
}
.service .service-block .service-text p {
    font-size: 14px;
    color: #666;
    font-weight: 300;
}
.service .service-block .serv-icon {
    position: absolute;
    top: -28px;
    left: 10px;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 55px;
    height: 55px;
    text-align: center;
    align-items: center;
    box-shadow: 0px 0px 3px #b2b2b2;
}
.service .service-block .serv-icon img {
    height: 35px;
    filter: brightness(0) saturate(100%) invert(55%) sepia(95%) saturate(2327%) hue-rotate(347deg) brightness(102%) contrast(96%);
}
.service .more {
    text-align: center;
    margin-top: 30px;
}
.service .more a {
    background: #f75922;
    color: #fff;
    padding: 15px 25px 14px;
    border-radius: 10px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
}
.service .more a:hover {
    background: #113386;
}
.service .slider-nav {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    margin-top:20px;
}

.service .sliderService-prev,
.service .sliderService-next {
    width:40px;
    height:40px;
    border-radius:50%;
    border:1px solid #dcdcdc;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    color:#113386;
    transition:.3s;
}

.service .sliderService-prev:hover,
.service .sliderService-next:hover {
    background:#113386;
    color:#fff;
}

.service .sliderService-pagination {
    width:auto !important;
    position:static !important;
    font-size:28px;
    font-weight:700;
}

.service .sliderService-pagination .swiper-pagination-total{
    color:#cfcfcf;
}

.service-page .service {
    padding: 50px 0;
    margin: 0 5px;
}
.service-page .service .col-sm-2 {
    margin-bottom: 15px;
    padding: 0 5px;
}
.service-page .service .service-block .service-text .titles {
    font-size: 14px;
    height: 44px;
}
.service-page .service .service-block .service-text p {
    font-size: 13px;
    height: 60px;
}

.about-page .main {
    background: url(../img/about_page.webp) 50% 20% no-repeat;
    background-size: cover !important;
}
.about-page .main .main_block {
    padding: 0;
}
.about-page .main .main_block .main_zapis a.portfolio_link {
    background: transparent;
}
.about-page .main .main_block .main_zapis a.portfolio_link:hover {
    color: #f75922;
    background: transparent;
    cursor: pointer;
}
.about-page .main .main_block .main_zapis a.portfolio_link:hover svg {
    fill: #f75922;
}
.about-page .seo_text .seo_img_all {
    height: 650px;
}

.sifry {
    margin-top: -30px;
    padding-bottom: 50px;
}
.sifry .sifry-block .sifry-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 0px 3px #dddddd;
    text-align: center;
    padding: 9px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
.sifry .sifry-block .sifry-img img {
    height: 41px;
    filter: brightness(0) saturate(100%) invert(51%) sepia(96%) saturate(2586%) hue-rotate(352deg) brightness(99%) contrast(96%);
} 
.sifry .sifry-block .text-sifry {
    display: inline-block;
    width: 69%;
}
.sifry .sifry-block .text-sifry .titles {
    font-size: 28px;
    color: #113386;
    font-weight: 500;
    margin-bottom: 3px;
}
.sifry .sifry-block .text-sifry .podtitles {
    font-weight: 500;
    margin-bottom: 7px;
    color: #242424;
    font-size: 16px;
}
.sifry .sifry-block .text-sifry p {
    color: #6b6b6b;
    font-size: 15px;
}

.vibor .title {
    margin-bottom: 20px;
    color: #113386;
}
.vibor .title span {
    color: #f75922;
}
.vibor .vibor-block {
    text-align: center;
}
.vibor .vibor-block img {
    height: 55px;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(51%) sepia(96%) saturate(2586%) hue-rotate(352deg) brightness(99%) contrast(96%);
}
.vibor .vibor-block .titles {
    margin-bottom: 10px;
    font-weight: 500;
    color: #113386;
    font-size: 16px;
    height: 38px;
}
.vibor .vibor-block p {
    font-size: 13px;
    font-weight: 300;
}

.about-block {
    padding-bottom: 50px;
}
.about-block .title {
    margin-bottom: 20px;
}
.about-block .about-img {
    background: url(../img/about-block.webp) 50% 50% no-repeat;
    width: 100%;
    height: 260px;
    background-size: cover;
    border-radius: 10px;
}
.about-block .col-sm-6:first-child .about-plus,
.about-block .col-sm-6:nth-child(2) .about-plus {
    margin-bottom: 50px;
}
.about-block .about-plus .about-plus-img {
    box-shadow: 0px 0px 3px #dddddd;
    width: 55px;
    height: 55px;
    padding: 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
}
.about-block .about-plus .about-plus-img img {
    height: 35px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(66%) saturate(3468%) hue-rotate(221deg) brightness(88%) contrast(92%);
}
.about-block .about-plus .about-plus-text {
    width: 75%;
    display: inline-block;
}
.about-block .about-plus .about-plus-text .titles {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #242424;
}
.about-block .about-plus .about-plus-text p {
    font-weight: 300;
    color: #656565;
}

.about-z {
    margin: 50px 0;
}
.about-z .row {
    background: url(../img/about_z.webp) 50% 74% no-repeat;
    margin: 0;
    background-size: cover;
    border-radius: 15px;
}
.about-z .about_z_text {
    padding: 30px 45px;
}
.about-z .about_z_text .titles {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #113386;
    font-weight: 500;
}
.about-z .about_z_text .titles span {
    color: #f75922;
}
.about-z .about_z_text p {
    font-size: 18px;
    margin-bottom: 15px;
    padding-right: 90px;
}
.about-z .about_z_text a svg {
    width: 23px;
    height: 23px;
    vertical-align: bottom;
    margin-left: 10px;
}

.plus-usluga {
    margin-top: -30px;
}
.plus-usluga .plus-block-usluga img {
    height: 50px;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(51%) sepia(96%) saturate(2586%) hue-rotate(352deg) brightness(99%) contrast(96%);
    margin-right: 10px;
    vertical-align: middle;
}
.plus-usluga .plus-block-usluga .plus-text {
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    font-size: 15px;
}
.plus-usluga .plus-block-usluga .plus-text p {
    line-height: 1.3;
    color: #606060;
}
.plus-usluga .plus-block-usluga .plus-text p strong {
    color: #113386;
}

.end_usluga {
    margin: 50px 0;
}
.end_usluga .row {
    margin: 0;
    background-size: cover !important;
    border-radius: 15px;
}
.end_usluga .end_usluga_text {
    padding: 30px 45px;
}
.end_usluga .end_usluga_text h2 {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #113386;
    font-weight: 600;
}
.end_usluga .end_usluga_text h2 strong {
    color: #f75922;
}
.end_usluga .end_usluga_text p {
    font-size: 18px;
    margin-bottom: 15px;
    padding-right: 90px;
}
.end_usluga .end_usluga_text .zayavka .knopka {
    background: #f75922;
    color: #fff;
    padding: 15px 15px 14px;
    border-radius: 10px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    margin-right: 20px;
}
.end_usluga .end_usluga_text .zayavka .knopka:hover {
    background: #113386;
}
.end_usluga .end_usluga_text .zayavka .phone {
    padding: 12px 24px 12px;
}

.vibor-usluga .col-sm-2 {
    width: 20%;
}
.vibor-usluga .title {
    margin-bottom: 20px;
    color: #113386;
}
.vibor-usluga .title span {
    color: #f75922;
}
.vibor-usluga .vibor-block {
    text-align: center;
}
.vibor-usluga .vibor-block .vibor_text {

}
.vibor-usluga .vibor-block img {
    height: 60px;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(51%) sepia(96%) saturate(2586%) hue-rotate(352deg) brightness(99%) contrast(96%);
    vertical-align: top;
}
.vibor-usluga .vibor-block .titles {
    margin-bottom: 6px;
    font-weight: 500;
    color: #113386;
    font-size: 16px;
    height: 33px;
}
.vibor-usluga .vibor-block p {
    font-size: 15px;
    font-weight: 300;
    height: 57px;
}

.usluga-page .plenka,
.usluga-page .seo_text{
    padding-top: 50px;
}

.bot-panel {
    display: none;
}

.mobile-toggle {
    display: none;
    width: 28px;
    height: 44px;
    border: 0;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 10001;
    cursor: pointer;
    float: right;
}

.mobile-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #113386;
    margin: 6px 0;
    border-radius: 10px;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 420px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    transition: .3s;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-shadow: -10px 0 30px rgba(0, 0, 0, .15);
    font-family: "Magistral";
    touch-action: pan-y;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.header .mobile-nav .has-child > a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    width: 21px;
    height: 21px;
    background: url(../img/icon/arrow-right.svg) no-repeat center / contain;
}

.mobile-nav.active {
    right: 0;
}

.mobile-menu-head {
    padding: 24px 24px 14px;
}

.mobile-toggle {
    display: none;
    width: 28px;
    height: 44px;
    border: 0;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 10001;
    cursor: pointer;
    float: right;
}

.mobile-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: #113386;
    margin: 6px 0;
    border-radius: 10px;
}

.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 420px;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    z-index: 9999;
    transition: .3s;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    box-shadow: -10px 0 30px rgba(0, 0, 0, .15);
    font-family: "Magistral";
    touch-action: pan-y;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding-bottom: env(safe-area-inset-bottom);
}


.mobile-nav.active {
    right: 0;
}

.mobile-menu-head {
    padding: 24px 24px 14px;
}

.mobile-menu-close {
    border: 0;
    background: #08256f;
    color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    font-family: "Magistral";
    margin: 15px 20px 0;
    width: 90%;
}

.mobile-first-level,
.mobile-menu-list,
.mobile-submenu {
    max-width: 100%;
    overflow-x: hidden !important;
}

.mobile-first-level {
    overflow: visible;
    padding-bottom: calc(90px + env(safe-area-inset-bottom));
}

.mobile-menu-list,
.mobile-submenu {
    list-style: none;
    margin: 0;
}

.mobile-menu-list {
    height: auto;
    overflow: visible;
    padding: 15px 20px;
}

.mobile-menu-list li,
.mobile-submenu li {
    margin-bottom: 10px;
}

.mobile-menu-list a,
.mobile-submenu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f2f2f2;
    color: #222;
    border-radius: 10px;
    padding: 13px 20px;
    font-size: 16px;
    line-height: 0.9;
    font-weight: 500;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.menu-arrow {
    flex: 0 0 auto;
    font-size: 34px;
    line-height: 1;
    margin-left: 12px;
    display: none;
}

.mobile-submenu {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 80%;
    max-width: 420px;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    transform: none;
    transition: .3s;
    overflow-y: auto;
    overflow-x: hidden !important;
    z-index: 10000;
    visibility: hidden;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding-bottom: env(safe-area-inset-bottom);
}

.mobile-submenu.active {
    right: 0;
    visibility: visible;
    pointer-events: auto;
}

.mobile-submenu.active .mobile-submenu {
    visibility: hidden;
    pointer-events: none;
}

.mobile-submenu.active .mobile-submenu.active {
    visibility: visible;
    pointer-events: auto;
}

.submenu-header {
    padding: 15px 20px;
}

.mobile-submenu-back {
    border: 0;
    background: #113386;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
    padding: 10px 30px;
    cursor: pointer;
    font-family: "Magistral";
    border-radius: 10px;
    line-height: 1;
}

.submenu-title {
    font-size: 20px;
    font-weight: 700;
    color: #242424;
}

.mobile-submenu li {
    margin: 0 20px 10px;
}

.mobile-submenu.submenu-locked {
    overflow: hidden;
}

.mobile-menu-list a:focus,
.mobile-submenu a:focus,
.mobile-menu-close:focus,
.mobile-submenu-back:focus,
.mobile-toggle:focus {
    outline: none;
}

body.mobile-menu-open {
    overflow: hidden;
    touch-action: none;
}

body.mobile-menu-open .mobile-toggle {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.mobile-menu-contacts {
    padding: 10px 25px calc(40px + env(safe-area-inset-bottom));
}

.mobile-menu-phone {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #222;
    text-decoration: none;
    margin-bottom: 10px;
}

.mobile-menu-address {
    font-size: 16px;
    line-height: 1.45;
    color: #555;
    margin-bottom: 16px;
}

.mobile-menu-address a {
    color: #242424;
}

.mobile-menu-address a span {
    color: #113386;
    font-weight: 700;
}

.mobile-menu-whatsapp {
    display: block;
    background: #25D366;
    color: #fff;
    text-align: center;
    padding: 16px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 800;
}

@media (max-width: 1023px) {
    .mobile-toggle {
        display: block;
    }
}

.main_pages .main_img {
    display: none;
}

.avto-all-page .text-brand span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #242424;
    margin-bottom: 10px;
    line-height: 0.9;
}
.avto-all-page .main_pages .logo-brand {
    height: 80px;
}
.avto-all-page .main_pages .text-brand {
    width: 70%;
}
.avto-all-page .main_pages {
    background: cover !important;
    background-position: 50% 50% !important;
}
.portfolio_all .main_icon p span {
    font-size: 16px;
    font-weight: 500;
}
.portfolio_all .main_icon img {
    filter: brightness(0) saturate(100%) invert(55%) sepia(95%) saturate(2327%) hue-rotate(347deg) brightness(102%) contrast(96%);
}
.portfolio_all .main_icon p {
    font-size: 13px;
    color: #242424;
}
.portfolio_all .main_zapis {
    margin-top: 40px;
}
.all_port {
    padding: 50px 0;
}
.all_port .works-filter {
    display: flex;
    gap: 3px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: thin;
}
.all_port .works-filter button {
    padding: 15px 13px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background: transparent;
    text-transform: uppercase;
    font-family: 'Magistral';
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}
.all_port .works-filter button.active,
.all_port .works-filter button:hover {
    color: #f75922;
    border: 1px solid #f75922;
    background: #fff4f0;
}
.all_port .portfolio_block {
    display: block;
    box-shadow: 0px 0px 3px #cfcfcf;
    border: 1px solid transparent;
    border-radius: 15px;
}
.all_port .portfolio_block .serv-img {
    height: 230px;
    position: relative;
    border-radius: 15px 15px 0 0;
    background-size: cover !important;
}
.all_port .portfolio_block .serv-img .portfolio_title {
    position: absolute;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 30px;
    font-size: 13px;
    color: #242424;
    padding: 7px 14px 5px;
    font-weight: 500;
    box-shadow: 0px 0px 3px #cfcfcf;
}
.all_port .portfolio_block .service-text {
    padding: 15px;
}
.all_port .portfolio_block .service-text .titles {
    color: #242424;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}
.all_port .portfolio_block .service-text p {
    font-size: 14px;
    color: #5a5a5a;
    margin-bottom: 15px;
}
.all_port .portfolio_block .service-text .icons {
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
}
.all_port .portfolio_block .service-text .arrow {
    text-align: right;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.all_port .portfolio_block .service-text .arrow svg {
    width: 23px;
    height: 23px;
    color: #f75922;
    margin-left: auto;
}
.all_port .portfolio_block .service-text .icons div {
    display: inline-block;
    margin-right: 25px;
}
.all_port .portfolio_block .service-text .icons img {
    height: 18px;
    vertical-align: bottom;
    margin-right: 7px;
    filter: brightness(0) saturate(100%) invert(35%) sepia(0%) saturate(0%) hue-rotate(177deg) brightness(95%) contrast(89%);
}
.all_port .portfolio_block:hover {
    border: 1px solid #f75922;
    box-shadow: none;
}
.all_port .portfolio_block:hover .service-text .titles,
.all_port .portfolio_block:hover .portfolio_title {
    color: #f75922;
}

.error_page .main_pages {
    height: auto;
    background: url(../img/main_404.webp) 100% 67% no-repeat;
    background-size: cover !important;
}
.error_page .main_pages .text_main {
    padding: 80px 0 60px;
    position: relative;
    z-index: 2;
}
.error_page .main_pages .text_main h1 {
    font-size: 200px;
    font-weight: 400;
    line-height: 0.7;
    color: #000;
}
.error_page .main_pages .text_main .dop_text {
    text-transform: uppercase;
    font-size: 32px;
    margin-top: 10px;
    width: 100%;
    color: #000;
    margin-bottom: 20px;
}
.error_page .main_pages .text_main p {
    width: 400px;
    font-size: 18px;
    color: #7e7e7e;
    margin-bottom: 30px;
}
.error_page .main_pages .text_main a.knopka {
    font-weight: 300;
    border:1px solid transparent;
    margin-right: 15px;
}
.error_page .main_pages .text_main a.knopkas {
    border:1px solid #f75922;
    color: #000;
    padding: 15px 25px 14px;
    border-radius: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.error_page .main_pages .text_main a.knopkas:hover {
    background: #f75922;  
    color: #fff;
}
.error_page .link_error {
    padding: 50px 0 0;
}
.error_page .link_error .titles {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
}
.error_page .link_error .error_block {
    display: block;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 3px #cfcfcf;
    border: 1px solid transparent;
    text-align: center;
}
.error_page .link_error .error_block img {
    height: 80px;
    margin-bottom: 10px;
    filter: brightness(0) saturate(100%) invert(55%) sepia(95%) saturate(2327%) hue-rotate(347deg) brightness(102%) contrast(96%);
}
.error_page .link_error .error_block .error_title {
    font-size: 20px;
    color: #242424;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px;
}
.error_page .link_error .error_block p {
    font-size: 14px;
    color: #5d5d5d;
    margin-bottom: 10px;
}
.error_page .link_error .error_block .arrow {
    text-align: right;
}
.error_page .link_error .error_block .arrow svg {
    width: 30px;
    height: 30px;
    fill: #f75922;
}
.error_page .link_error .error_block:hover {
    border: 1px solid #f75922;
    box-shadow: none;
}
.error_page .link_error .error_block:hover .error_title {
    color: #f75922;   
}

@media (max-width: 576px) {
    .header .phone_header,
    .header .callback,
    .header .lang,
    .header .menu {
        display: none;
    }
    .header .container {
        padding: 0 15px;
    }
    .header .logo {
        padding: 0;
    }
    .header .logo img {
        height: 40px;
    }
    .container {
        padding: 0 15px;
    }
    .main {
        height: auto;
        padding-top: 65px;
        position: relative;
        background-position: 40% 50%;
    }
    .main:before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.70);
        z-index: 1;
    }
    .main .main_block {
        padding: 25px 0 0;
        z-index: 2;
        position: relative;
    }
    .main .main_block p {
        padding: 0;
        line-height: 1.4;
    }
    .main .main_block h1 {
        font-size: 30px;
        line-height: 1.1;
    }
    .main .main_block .main_zapis a.knopka {
        margin: 0 0 20px 0;
        width: 100%;
        display: block;
        text-align: center;
    }
    .main .main_block .main_zapis a.portfolio_link {
        width: 100%;
        display: block;
        text-align: center;
        padding: 13px;
        background: #113386 !important;
        color: #fff;
    }
    .main .main_block .main_zapis a.portfolio_link svg { 
        fill: #fff
    }
    
    .plenka .plenka_title {
        text-align: center;
        line-height: 1.14;
        margin-bottom: 7px;
    }
    .plenka .plenka_podtitle {
        text-align: center;
        font-size: 16px;
    }
    .plenka .plenka_block .plenka_komplekt ul {
        height: 185px;
    }
    .plenka .swiper-pagination {
        position: relative;
        margin-top: 15px;
    }
    .plenka .swiper-pagination .swiper-pagination-bullet {
        background: transparent;
        width: auto;
        height: auto;
        font-size: 22px;
    }
    .plenka .swiper-pagination .swiper-pagination-bullet-active {
        color: #113386;
        font-weight: 500;
        transform:scale(1.15);
    }
    .plenka .plenka_block {
        padding: 15px;
    }
    .nav {
        position: relative;
        right: 0;
    }
    .nav .nav-link {
        width: 49.4%;
    }
    .cars .avtoBlock {
        padding: 10px;
    }
    .cars .avtoBlock img {
        width: 65%;
        margin-bottom: 2px;
    }
    .title {
        font-size: 18px;
    }
    .podzagolovok {
        font-size: 24px;
    }
    
    
    .plus .plus-block {
        text-align: center;
        margin-bottom: 20px;
    }
    .plus .plus-block img {
        margin: 0 0 10px 0;
    }
    .plus .plus-block p {
        width: 100%;
    }
    .plus .col-sm-2 {
        width: 50%;
    }
    .plus .col-sm-2:last-child {
        width: 100%;
    }
    .plus .col-sm-2:last-child .plus-block {
        padding: 0 100px;   
    }
    
    .about .about-block {
        padding: 20px;
        text-align: center;
    }
    .about .about-image {
        clip-path: none;
        margin-top: 15px;
    }
    .main_contact {
        padding: 50px 0;
    }
    .main_contact .add_desc {
        display: none;
    }
    .main_contact .add_mob a p span {
        color: #113386;
        font-weight: 700;
    }
    .main_contact .titles {
        font-size: 24px;
        text-align: center;
    }
    .main_contact p.podtitles {
        text-align: center;
        padding: 0;
    }
    .main_contact .add_mob {
        display: block;
    }
    .main_contact .knopka {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        display: block;
    }
    .main_contact iframe {
        display: none !important;
    }
    .main_contact .car {
        display: none;
    }
    .footer {
        text-align: center;
        padding: 30px 0;
    }
    .footer .logo img {
        height: 45px;
    }
    .footer .menu_footer,
    .footer .menu_footer_ul {
        display: none;
    }
    .bot-panel {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 999;
    }
    .bot-panel a {
        float: left;
    }
    .bot-panel a img {
        height: 30px;
        filter: brightness(0) invert(1);
        vertical-align: middle;
    }
    .bot-panel a.bot_phone {
        width: 25%;
        height: 50px;
        text-align: center;
        font-size: 26px;
        color: #fff;
        background: #113386;
        line-height: 2;
    }
    .bot-panel a.bot_whatsapp {
        width: 25%;
        height: 50px;
        text-align: center;
        font-size: 26px;
        color: #fff;
        background: #25D366;
        line-height: 2;
    }
    .bot-panel a.book {
        width: 50%;
        height: 50px;
        background: #FF5A1F;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        line-height: 3.5;
        text-align: center;
        font-weight: 700;
        text-decoration: none;
    }
    body {
        padding-bottom: 50px;
    }
    .modal__body {
        padding: 20px;
    }
    .modal__footer {
        padding: 0 20px 60px;
    }
    .modal__title {
        font-size: 24px;
    }
    .modal__header, .modal__body, .modal__footer {
        padding: 20px;
    }
    .modal {
        padding: 20px 15px;
    }
    .modal__body {
        padding: 0 20px;
    }
    .modal__dialog {
        margin: 0;
    }
    .modal__close {
        width: 25px;
        height: 25px;
        border: 0;
        background: transparent;
        font-size: 20px;
        line-height: 1;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .modal__close img {
        height: 24px;
    }
    .modal__title {
        padding-top: 40px;
    }
    .crumb {
        padding: 0 15px;
        margin-bottom: 20px;
        margin-top: 20px;
        z-index: 9;
        position: relative;
    }
    .crumb ol li a {
        color: #242424;
    }
    .sifry {
        margin: 0;
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .sifry .sifry-block {
        margin-bottom: 20px;
    }
    
    .about-page .seo_text .seo_img_all {
        height: 300px;
        margin-top: 20px;
    }
    #modalVideo {
        padding: 50px 15px;
    }
    .modal-video .video_block {
        width: 100%;
    }
    .modal-video .video_block .modal__close {
        color: #fff;
        width: 33px;
        height: 33px;
        font-size: 55px;
        position: absolute;
        right: -3px;
        top: -37px;
        line-height: 0;
        display: block;
    }
    .vibor {
        padding: 50px 0 20px !important;
    }
    .vibor .vibor-block {
        margin-bottom: 30px;
        padding: 10px;
    }
    .vibor .vibor-block p {
        height: 62px;
    }
    .about-block .col-sm-6:first-child .about-plus, 
    .about-block .col-sm-6:nth-child(2) .about-plus {
        margin-bottom: 0px;
    }
    .about-block .col-sm-6 .about-plus {
        margin-top: 30px;
    }
    .about-z .row {
        background-position: 47% 75%;
    }
    .about-z .about_z_text {
        padding: 20px 10px;
    }
    .about-z .about_z_text .knopka {
        width: 100%;
    }
    
    .contact-page .main_pages:before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.80);
        z-index: 1;
    } 
    .main_pages .main_block h1 {
        font-size: 30px;
        line-height: 1.1;
    }
    .contact-page .main_pages .main_block .main_icon {
        margin-bottom: 20px;
    }
    .contact-page .main_pages .main_block {
        padding: 0 0 20px;
    }
    .main_pages .main_block .main_podzagolovok {
        width: 100%;
    }
    .contact-page .contact .contacts-time {
        margin: 20px 0;
    }
    .contact-page .main_pages {
        background-size: cover !important;
        padding-top: 65px;
        background-position: 47% 50%;
        position: relative;
    }
    .contact-page .main_pages .main_block {
        z-index: 9;
        position: relative;
    }
    .contact-page .contact .contacts-blow .add_mob {
        display: block;
    }
    .contact-page .contact .contacts-blow .add_mob a {
        display: block;
        color: #242424;
    }
    .contact-page .contact .contacts-blow .add_mob a p span {
        color: #113386;
        font-weight: 500;
    }
    .contact-page .contact .contacts-blow .add_desc {
        display: none;
    }
    .contact-page .contact .contacts-time img {
        float: left;
        height: 139px;
        margin-right: 10px;
    }
    .contact-page .contact .contacts-time .days {
        text-align: left;
        margin-bottom: 25px;
    }
    .contact-page .contact .contacts-time .icon_cont {
        display: inline-flex;
        margin-top: 10px;
    }
    .contact-page .contact .contacts-time .icon_cont p {
        font-size: 14px;
    }
    .contact-page .seo_text .seo_img_all {
        height: 300px;
        margin-top: 20px;
    }
    .main_pages {
        padding-top: 65px;
        position: relative;
        height: auto;
    }
    .main_pages .main_block {
        position: relative;
        z-index: 2;
    }
    .main_pages:before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.70);
        z-index: 1;
    }
    .brands-page .main_block {
        position: relative;
        z-index: 2;
    }
    .main_zapis .knopka {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .main_zapis {
        margin: 0;
    }
    .service-page .service .slider-nav {
        display: flex;
    }
    .seo_text .seo_img_all {
        height: 300px;
        margin-top: 20px;
    }
    .vibor-usluga .col-sm-2 {
        width: 50%;
    }
    .vibor-usluga .vibor-block {
        margin-bottom: 30px;
    }
    .plus-usluga {
        margin: 0;
        padding-top: 50px;
    }
    .plus-usluga .plus-block-usluga {
        margin-bottom: 20px;
        text-align: center;
        padding: 10px;
    }
    .plus-usluga .plus-block-usluga img {
        margin: 0 0 10px 0;
    }
    .plus-usluga .plus-block-usluga .plus-text {
        width: 100%;
        height: 75px;
    }
    .vibor-usluga .vibor-block p {
        height: 65px;
    }
    .vibor-usluga .vibor-block .titles {
        margin-bottom: 10px;
    }
    .end_usluga .end_usluga_text {
        padding: 20px 10px;
    }
    .about-z .about_z_text .titles {
        font-size: 22px;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #113386;
        font-weight: 500;
    }
    .end_usluga .end_usluga_text .zayavka .knopka {
        width: 100%;
        margin-bottom: 15px;
    }
    .end_usluga .row {
        background-position: 81% 50% !important;
        position: relative;
    }
    .end_usluga .row:before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.70);
        z-index: 1;
    }
    .end_usluga .end_usluga_text {
        position: relative;
        z-index: 2;
    }
    .main_icon {
        margin-top: 20px;
        text-align: center;
    }
    .main_icon img {
        margin: 0 0 5px 0;
    }
    .main_icon p {
        width: 100%;
        hyphens: auto;
        overflow-wrap: break-word;
        word-break: break-word;
        font-size: 13px;
    }
    .paket_info .paket_vhodit ul {
        height: auto;
        columns: 1;
    }
    .paket_info .paket_info_main {
        margin-bottom: 30px;
    }
    .paket_info .paket_info_main .paket_sifra ul {
        height: auto;
        columns: 1;
        column-fill: auto;
        column-gap: 0px;
    }
    .paket_plus_block {
        margin-bottom: 20px;
    }
    .paket_plus .row {
        padding: 20px 20px 0px 5px;
    }
    .paket_price .row {
        padding: 20px 20px 20px 5px;
    }
    .paket_price .price_knopka a.knopka {
        margin: 0 0 15px 0;
        width: 100%;
    }
    .paket_price .price_knopka {
        padding: 30px 0 0px;
    }
    .primer {
        padding: 0;
    }
    .main_pages .text-brand {
        width: 75%;
    }
    .brands-page .primer {
        padding-bottom: 50px;
    }
    .plenka_plus .plenka_plus_block {
        margin-bottom: 30px;
    }
    .error_page .main_pages {
        background-position: 55% 50%;   
    }
    .error_page .main_pages .text_main {
        padding: 80px 0 30px;
        text-align: center;
    }
    .error_page .main_pages .text_main h1 {
        font-size: 160px;
    }
    .error_page .main_pages .text_main .dop_text {
        font-size: 24px;
    }
    .error_page .main_pages .text_main p {
        width: 100%;
        color: #000;
    }
    .error_page .main_pages .text_main a {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .error_page .link_error .error_block img {
        height: 60px;
    }
    .error_page .link_error .error_block .error_title {
        font-size: 17px;
    }
    .error_page .link_error .error_block {
        padding: 10px;
        margin-bottom: 30px;
    }
}

@media (min-width: 576px) {
  .col-sm-1 { width: 8.333333%; }
  .col-sm-2 { width: 16.666667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.333333%; }
  .col-sm-5 { width: 41.666667%; }
  .col-sm-6 { width: 50%; }
  .col-sm-7 { width: 58.333333%; }
  .col-sm-8 { width: 66.666667%; }
  .col-sm-9 { width: 75%; }
  .col-sm-10 { width: 83.333333%; }
  .col-sm-11 { width: 91.666667%; }
  .col-sm-12 { width: 100%; }
}
@media (min-width: 768px) {
  .col-md-1 { width: 8.333333%; }
  .col-md-2 { width: 16.666667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.333333%; }
  .col-md-5 { width: 41.666667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.333333%; }
  .col-md-8 { width: 66.666667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.333333%; }
  .col-md-11 { width: 91.666667%; }
  .col-md-12 { width: 100%; }
}
@media (min-width: 992px) {
  .col-lg-1 { width: 8.333333%; }
  .col-lg-2 { width: 16.666667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.333333%; }
  .col-lg-5 { width: 41.666667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.333333%; }
  .col-lg-8 { width: 66.666667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.333333%; }
  .col-lg-11 { width: 91.666667%; }
  .col-lg-12 { width: 100%; }
}
@media (min-width: 1200px) {
  .col-xl-1 { width: 8.333333%; }
  .col-xl-2 { width: 16.666667%; }
  .col-xl-3 { width: 25%; }
  .col-xl-4 { width: 33.333333%; }
  .col-xl-5 { width: 41.666667%; }
  .col-xl-6 { width: 50%; }
  .col-xl-7 { width: 58.333333%; }
  .col-xl-8 { width: 66.666667%; }
  .col-xl-9 { width: 75%; }
  .col-xl-10 { width: 83.333333%; }
  .col-xl-11 { width: 91.666667%; }
  .col-xl-12 { width: 100%; }
}
@media (max-width: 1400px) {
    .header .phone_header .mob {
        font-size: 17px;
    }
    .plenka .plenka_block .plenka_komplekt ul {
        height: 235px;
    }
    .plus .plus-block p {
        width: 67%;
        font-size: 14px;
    }
    .main_contact .main_contact_block img {
        height: 56px;
    }
    .main_icon p {
        width: 66%;
        font-size: 15px;
    }
    .contact-page .contact .contacts-time .icon_cont p {
        font-size: 11.9px;
        width: 78%;
    }
    .sifry .sifry-block .text-sifry {
        width: 67%;
    }
    .vibor .shadow {
        padding: 14px;
    }
    .plus-usluga .plus-block-usluga .plus-text {
        width: 73%;
    }
    .vibor-usluga .vibor-block p {
        font-size: 14px;
        height: auto;
    }
    .end_usluga .end_usluga_text {
        padding: 30px 25px;
    }
}