@charset "utf-8";

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/assets/templates/fonts/Montserrat-Regular.eot') format('embedded-opentype'),
    url('/assets/templates/fonts/Montserrat-Regular.woff') format('woff'),
    url('/assets/templates/fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('/assets/templates/fonts/Montserrat-Light.eot') format('embedded-opentype'),
    url('/assets/templates/fonts/Montserrat-Light.woff') format('woff'),
    url('/assets/templates/fonts/Montserrat-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/assets/templates/fonts/Montserrat-Medium.eot') format('embedded-opentype'),
    url('/assets/templates/fonts/Montserrat-Medium.woff') format('woff'),
    url('/assets/templates/fonts/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('/assets/templates/fonts/Montserrat-SemiBold.eot') format('embedded-opentype'),
    url('/assets/templates/fonts/Montserrat-SemiBold.woff') format('woff'),
    url('/assets/templates/fonts/Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/assets/templates/fonts/Montserrat-Bold.eot') format('embedded-opentype'),
    url('/assets/templates/fonts/Montserrat-Bold.woff') format('woff'),
    url('/assets/templates/fonts/Montserrat-Bold.ttf') format('truetype');
}

body {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    padding: 0;
    margin: 0;
    background: #fff;
    color: #000;
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol,
ul,
nav {
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #E41E25;
    transition: .3s;
}

a:hover {
    color: #000;
}

strong, b {
    font-family: 'Montserrat-Medium';
}

:focus,
button {
    outline: 0;
    border: none;
}

input {
    -webkit-appearance: none;
}

h1 {
    font-family: 'Montserrat-Bold';
    font-size: 32px;
    color: #E41E25;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 40px;
}

.container {
    display: block;
    width: 1300px;
    position: relative;
    margin: 0 auto;
}

.menu-btn {
    width: 41px;
    height: 38px;
    background: url(/assets/templates/img/menu.svg);
    cursor: pointer;
}

header .top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

header .vk-social {
    width: 39px;
    background-color: #E41E25;
    height: 39px;
    border-radius: 10px;
    transition: .3s;
    display: block;
    background-image: url(/assets/templates/img/vk.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}

header .logo img {
    max-width: 255px;
    display: block;
}

header .vk-social:hover {
    opacity: .6;
    cursor: pointer;
}

header .left,
header .right {
    display: flex;
    align-items: center;
    width: 430px;
}

header .left {
    margin-right: auto;
    gap: 115px;
}

header .right {
    margin-left: auto;
    justify-content: flex-end;
    gap: 83px;
}

footer {
    margin-top: auto;
}

.footer-container {
    margin-top: 80px;
    display: flex;
    gap: 42px;
    background: #FBFBFB;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden;
}

#map {
    width: 523px;
    height: 440px;
}

.other-page-content p:not(:last-child) {
    margin-bottom: 20px;
}

.ymaps-layers-pane {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.flex {
    display: flex;
}

.footer-container .right {
    padding: 74px 0 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-container .right .time {
    width: 185px;
}

.footer-container .right .contacts {
    margin: 0 56px 0 105px;
}

.footer-container .right .time > div p {
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat-Light';
    line-height: 1.8;
    font-size: 14px;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat-Light';
    font-size: 12px;
}

.copyright a {
    color: #000;
}

.copyright a:hover {
    color: #E41E25;
}

.footer-container .right .time > div p em {
    font-style: normal;
}

.footer-container .right h3 {
    font-size: 20px;
    font-family: 'Montserrat-Medium';
    margin-bottom: 22px;
}

.contacts > div {
    font-size: 12px;
}

.recv > div {
    font-size: 10px;
    line-height: 2;
}

.contacts > div > p {
    color: #E41E25;
    margin-bottom: 20px;
}

.flex-social {
    display: flex;
    gap: 5px;
    margin-top: 21px;
}

.flex-social > a {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #E41E25;
    display: block;
    transition: .3s;
}

.flex-social > a:hover {
    opacity: .6;
}

.flex-social > a.tg-social {
    background-image: url(/assets/templates/img/tg.svg);
    background-position: 45% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
}

.flex-social > a.vk-social {
    background-image: url(/assets/templates/img/vk.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}

.flex-social > a.wa-social {
    background-image: url(/assets/templates/img/whatsapplogo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 17px;
}

.menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 55%);
    z-index: 999;
    display: none;
}

.menu-container {
    width: 467px;
    background: #fff;
    min-height: 100vh;
    overflow-y: scroll;
    position: fixed;
    left: -100%;
    top: 0;
    padding: 170px 70px 70px;
    transition: .3s;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.menu-container .logo img {
    max-width: 185px;
}

.menu-container.open {
    left: 0;
}

.menu-container .flex-social {
    margin-top: 50px;
    margin-bottom: 24px;
}

.menu .close {
    background: url(/assets/templates/img/close.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 70px;
    top: 60px;
    cursor: pointer;
}

.menu-container .tel {
    color: #000;
    font-family: 'Montserrat-Medium';
    font-size: 24px;
    margin-top: 24px;
}

.main_menu {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    gap: 24px;
}

.main_menu a {
    color: #000;
}

.main_menu a br {
    display: none;
}

.main_menu a:hover {
    color: #E41E25;
}

.servises .servises-slider {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.servise {
    width: 25%;
    background-color: #FBFBFB;
    transition: .3s;
    padding: 100px 36px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.servise:hover {
    background-color: #E41E25;
}

.servise .img {
    width: 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 85px;
}

.servise .img img {
    max-width: 100%;
    max-height: 100%;
}

.servise h2 {
    font-family: 'Montserrat-Bold';
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 39px;
    height: 52px;
    transition: .3s;
}

.servise:hover h2 {
    color: #fff;
}

.servise .icons {
    display: flex;
    flex-direction: column;
    height: 172px;
    justify-content: space-between;
    margin-bottom: 60px;
}

.servise .icons > div {
    display: flex;
    gap: 13px;
    align-items: center;
}

.servise .icons .svg {
    width: 45px;
}

.servise .icons .svg path {
    transition: .3s;
}

.servise:hover .svg path {
    fill: #fff;
}

.servise .icons .svg svg {
    max-width: 100%;
}

.servise .icons p {
    transition: .3s;
}

.servise:hover .icons p {
    color: #fff;
}

.btn {
    width: 221px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-family: 'Montserrat-Medium';
    border: 1px solid #E41E25;
    background: #E41E25;
    border-radius: 40px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    color: #fff;
}

.btn:hover {
    background: #fff;
    color: #E41E25;
}

.btn.more-info {
    gap: 10px;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    margin-top: 10px;
}

.btn.more-info path {
    transition: .3s;
}

.servise:hover .btn {
    background-color: #E41E25;
    color: #fff;
    border: 1px solid #fff;
}

.servise:hover .btn:hover {
    background-color: #fff;
    color: #E41E25;
}

.servise:hover .btn.more-info {
    border: 1px solid #fff;
    color: #fff;
    background-color: #E41E25;
}

.servise:hover .btn.more-info:hover {
    color: #E41E25;
    background-color: #ffffff;
}

.servise:hover .btn.more-info:hover path {
    stroke: #E41E25;
}

.servise:hover .btn.more-info path {
    stroke: #fff;
}

.btn.more-info svg {
    transition: .3s;
}

.servise:hover .btn.more-info:hover svg {
    padding-left: 15px;
}

.servise .top-btn {
    margin-top: auto;
}

.slick-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    border-radius: 50%;
    color: transparent;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    transition: .4s;
    background: #E41E25;
}

.adr a, .tel {
    color: #000;
}

.adr a:hover, .tel:hover {
    color: #E41E25;
}

.slick-arrow.slick-disabled {
    opacity: 0.6;
}

.slick-arrow.slick-prev {
    right: initial;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
}

.slick-arrow::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-70%, -50%) rotate(45deg);
    left: 50%;
    position: absolute;
    top: 50%;
    transition: .4s;
    border-radius: 1px;
}

.black_theme_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 9999;
    overflow: auto;
    transition: none;
}

.openModal {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1300px;
    box-sizing: border-box;
    border-radius: 28px;
    padding: 100px 70px;
    max-height: 97%;
    overflow-y: scroll;
}

.close {
    position: absolute;
    top: 30px;
    right: 45px;
    cursor: pointer;
}

.black_theme_modal h3 {
    font-family: 'Montserrat-Bold';
    font-size: 33px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 65px;
    text-align: center;
    transition: .3s;
}

.list-plus {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.list-plus div {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    font-size: 23px;
}

.reg-info {
    display: flex;
    align-items: flex-start;
    gap: 30px 10%;
    flex-wrap: wrap;
}

.reg-info > div {
    background: #FBFBFB;
    border-radius: 28px;
    box-sizing: border-box;
    width: 45%;
    padding: 40px 90px;
}

.reg-info > div h4 {
    font-family: 'Montserrat-Bold';
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 40px;
    text-align: center;
    transition: .3s;
}

.reg-info > div .price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-size: 26px;
    font-family: 'Montserrat-SemiBold';
    margin-bottom: 33px;
}

.reg-info > div .btn {
    width: 335px;
    height: 63px;
    font-size: 24px;
    margin-bottom: 35px;
}

.reg-info > div .btn:hover {
    border: 1px solid #E41E25;
    background: #fbfbfb;
    color: #E41E25;
}

.reg-info > div .important {
}

.important .txt-title {
    display: flex;
    align-items: center;
    gap: 7px;
    transition: .3s;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
    font-size: 21px;
    color: #E41E25;
    cursor: pointer;
}

.important .txt-title:hover {
    gap: 12px;
}

.important .txt-title svg {
    transition: .3s;
}

.important .txt-title.opened svg {
    transform: rotate(90deg);
}

.txt-content {
    font-size: 18px;
    padding-top: 18px;
    text-align: left;
}

.avtomobilnyie-nomera .tech-info h4 {
    font-family: 'Montserrat-Bold';
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
}

.avtomobilnyie-nomera .tech-info {
    gap: 10%;
}

.avtomobilnyie-nomera .tech-info > div, .avtomobilnyie-nomera .tech-info > div:first-child {
    width: 45%;
    padding: 40px 90px;
    gap: 35px;
    line-height: 1;
}

.avtomobilnyie-nomera .tech-info > div:last-child {
    gap: 68px;
}

.avtomobilnyie-nomera .tech-info > div > div {
    padding-left: 40px;
    position: relative;
    font-size: 26px;
    white-space: nowrap;
}

.avtomobilnyie-nomera .btn {
    width: 356px;
    height: 63px;
    font-size: 24px;
    margin: 65px auto 35px;
}

.avtomobilnyie-nomera .important,
.straxovka .important {
    width: 40%;
    margin: 0 0 0 36%;
}

.texosmotr .important .txt-title {
    margin-left: 36%;
}

.avtomobilnyie-nomera .btn:hover {
    color: #E41E25;
    background-color: #fff;
    border-color: #E41E25;
}

.avtomobilnyie-nomera .tech-info > div > div::before {
    content: '';
    width: 13px;
    height: 13px;
    background: #E41E25;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}

.avtomobilnyie-nomera .tech-info > div > div > p {
    font-family: 'Montserrat-Regular';
}

.txt-content ul {
    gap: 15px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.texosmotr .txt-content ul {
    gap: 9px;
}

.txt-content .flex {
    gap: 270px;
}

.txt-content a {
    color: #000;
    border-bottom: 1px solid #000;

}

.txt-content a:hover {
    border-bottom: 1px solid transparent;
}

.txt-content ul li {
    padding-left: 27px;
    position: relative;
}

.txt-content ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E41E25;
    position: absolute;
    top: 6px;
    left: 0;
}

.btn.tel {
    color: #fff;
}

.tech-info {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

.tech-info > div {
    background: #FBFBFB;
    border-radius: 28px;
    box-sizing: border-box;
    width: 44%;
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tech-info > div:first-child {
    width: 54%;
}

.tech-info > div > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.tech-info > div > div p {
    font-family: 'Montserrat-SemiBold';
    display: flex;
    align-items: center;
    margin-right: auto;
}

.tech-info > div > div p span {
    font-family: 'Montserrat-Regular';
    display: block;
    margin-left: 11px;
}

.tech-info > div > div > span {
    display: block;
    text-align: left;
}

.tech-info > div > div .price {
    font-family: 'Montserrat-Bold';
    width: 95px;
    text-align: right;
}

.texosmotr .list-plus {
    margin-bottom: 50px;
}

.straxovka .tech-info > div:first-child {
    width: 100%;
    padding: 55px 0 50px;
}

.straxovka .tech-info > div ul {
    width: 28%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 35px;
    font-size: 26px;
}

.straxovka .tech-info > div ul li {
    position: relative;
    padding-left: 35px;
    box-sizing: border-box;
    line-height: 1;
}

.straxovka .tech-info > div ul li::before {
    content: '';
    width: 13px;
    height: 13px;
    background: #E41E25;
    border-radius: 50%;
    position: absolute;
    top: 6px;
    left: 0;
}

.straxovka h3 br {
    display: none;
}

.straxovka .tech-info > div .price {
    margin: 0 auto;
    font-size: 26px;
    font-family: 'Montserrat-SemiBold';
    display: flex;
    gap: 16px;
    margin-top: 45px;
}

.straxovka .tech-info > div .price svg {
    width: 42px;
    height: 43px;
}

.information .btn.tel {
    width: 356px;
    height: 63px;
    font-size: 24px;
    margin: 40px auto 25px;
}

.information .btn.tel:hover {
    color: #E41E25;
    background-color: #fff;
    border-color: #E41E25;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: none;
    color: #1c1c1c;
    bottom: 0;
    left: 0;
    padding: 0;
    display: none;
    z-index: 9999999;
}

.overlay-mod {
    background: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
    border-radius: 20px;
    max-width: 600px;
    pointer-events: all;
    -webkit-box-shadow: 2px 4px 16px -6px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 2px 4px 16px -6px rgba(34, 60, 80, 0.2);
    box-shadow: 2px 4px 16px -6px rgba(34, 60, 80, 0.2);
}

.overlay-mod img {
    width: 100%;
    display: block;
}

.overlay-mod .btn {
    cursor: pointer;
    margin-top: 30px;
}

.overlay-mod .txt {
    padding: 45px 80px;
}

.acc-container {
    padding: 30px 0;
    border-top: 1px solid #E41E25;
    border-bottom: 1px solid #E41E25;
    margin-top: -1px;
}

.acc-title {
    font-family: 'Montserrat-SemiBold';
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    padding-right: 130px;
}

.acc-title::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 3px solid #E41E25;
    border-right: 3px solid #E41E25;
    transform: translate(-70%, -50%) rotate(45deg);
    right: 20px;
    position: absolute;
    top: 50%;
    transition: .4s;
    border-radius: 1px;
}

.acc-title.opened::after {
    top: 40%;
    transform: rotate(135deg);
}

.acc-content {
    padding-top: 25px;
    font-size: 18px;
    padding-right: 130px;
    display: none;
}

.acc-content strong,
.acc-content b {
    font-family: 'Montserrat-Bold';
}

.gray {
    border-radius: 20px;
    background: #FBFBFB;
    padding: 40px 45px;
}

.gray h1 {
    margin-bottom: 25px;
}

.gray .other-page-content {
    font-size: 24px;
}

.other-page h2 {
    font-family: 'Montserrat-Bold';
    font-size: 32px;
    color: #E41E25;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 25px;
}

.other-page.about-page h2 {
    margin-left: 45px;
}

.our-serv, .our-plus {
    margin-top: 60px;
}

.our-serv-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 3.06%;
}

.our-serv-flex > div {
    background: #FBFBFB;
    border-radius: 20px;
    width: 22.7%;
    padding: 25px 25px 40px 25px;
    box-sizing: border-box;
    text-align: center;
}

.our-serv-flex > div > .img {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.our-serv-flex > div > .img img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.our-serv-flex > div p {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;
}

.our-plus-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 3%;
}

.our-plus-flex > div {
    width: 48.5%;
    background: #FBFBFB;
    border-radius: 20px;
    padding: 40px 45px;
    box-sizing: border-box;
    display: flex;
    gap: 22px;
}

.our-plus-flex > div svg {
    flex-shrink: 0;
}

.our-plus-flex > div .txt {
    flex: 1;
}

.our-plus-flex > div .txt p {
    font-family: 'Montserrat-SemiBold';
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px;
}

.our-plus-flex > div .txt span {
    display: block;
    font-size: 24px;
}

.proud {
    margin-top: 60px;
    text-align: center;
}

.proud p {
    /*font-family: 'Montserrat-SemiBold';*/
    font-size: 24px;
    /*text-transform: uppercase;*/
    line-height: 1.2;
    margin-bottom: 40px;
}

.proud .btn {
    width: 315px;
    height: 60px;
    font-size: 23px;
    margin: 0 auto;
}

.proud .btn:hover {
    border: 1px solid #E41E25;
    background: #fbfbfb;
    color: #E41E25;
}

@media (max-width: 1680px) {
    h1, .gray h1, .other-page.about-page h2, .other-page.about-page h2 {
        font-size: 27px;
    }
}

@media (max-width: 1440px) {
    .container {
        width: 1180px;
    }

    h1 {
        font-size: 21px;
    }

    .servise h2 {
        font-size: 21px;
        margin-bottom: 35px;
        height: 48px;
    }

    .gray .other-page-content, .our-plus-flex > div .txt p, .our-serv-flex > div p {
        font-size: 21px;
    }

    .our-plus-flex > div .txt span {
        font-size: 20px;
    }

    .proud p {
        font-size: 20px;
    }

    .footer-container .right .contacts {
        margin: 0 50px 0 60px;
    }

    #map {
        width: 410px;
        height: 390px;
    }

    header .left {
        gap: 85px;
    }

    .servise .img {
        width: 170px;
        height: 170px;
        margin: 0 auto 55px;
    }
}

@media (max-width: 1366px) {
    .btn {
        width: 100%;
    }

    .reg-info > div .btn {
        width: 100%;
    }

    .reg-info > div {
        width: 49%;
    }

    .reg-info {
        gap: 30px 2%;
    }

    .black_theme_modal h3 {
        font-size: 28px;
    }
}

@media (max-width: 1280px) {
    .container {
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .txt-content .flex {
        gap: 230px;
    }

    .tech-info {
        flex-direction: column;
        gap: 0;
        background: #FBFBFB;
        border-radius: 28px;
        box-sizing: border-box;
    }

    .tech-info > div, .tech-info > div:first-child {
        width: 100%;
    }

    .tech-info > div:first-child {
        padding-bottom: 0;
    }

    .openModal {
        max-width: 95%;
        padding: 55px 35px;
    }

    .list-plus {
        flex-wrap: wrap;
        gap: 20px;
    }

    .menu-container {
        width: 417px;
        padding: 100px 60px 50px;
    }

    .menu .close {
        left: 60px;
        top: 40px;
    }

    header .logo img {
        max-width: 225px;
    }

    header .left {
        gap: 60px;
    }

    .avtomobilnyie-nomera .tech-info {
        gap: 25px 0;
        background: none;
    }

    .avtomobilnyie-nomera .tech-info > div, .avtomobilnyie-nomera .tech-info > div:first-child {
        width: 100%;
        padding: 23px 30px;
    }

    .avtomobilnyie-nomera .important, .straxovka .important {
        width: 100%;
        margin: 0;
    }

    .our-serv-flex > div {
        width: 49%;
    }

    .straxovka .tech-info > div ul {
        width: 39%;
    }

    .our-serv-flex {
        gap: 20px 2%;
    }

    header .right {
        gap: 60px;
    }
}

@media (max-width: 1180px) {
    .servise h2 {
        font-size: 18px;
        margin-bottom: 25px;
        height: 42px;
    }

    .footer-container {
        flex-direction: column;
        gap: 0;
        margin-top: 60px;
    }

    .copyright {
        margin-top: 40px;
    }

    .servises .servises-slider {
        flex-wrap: wrap;
        gap: 35px 4%;
        border-radius: 0;
    }

    .servise {
        width: 48%;
        border-radius: 20px;
        padding: 50px 36px 50px;
    }

    .footer-container .right {
        padding: 45px 90px 23px;
    }

    .footer-container .flex {
        width: 100%;
        justify-content: space-between;
    }

    .txt-content .flex {
        justify-content: space-between;
        gap: 50px;
    }

    #map {
        width: 100%;
        height: 230px;
    }

    .servise .icons {
        height: 155px;
        margin-bottom: 40px;
    }

    .servise .img {
        width: 150px;
        height: 150px;
        margin: 0 auto 45px;
    }
}

@media (max-width: 1024px) {
    header .logo img {
        max-width: 185px;
    }

    .our-plus-flex > div {
        width: 100%;
        gap: 20px;
    }

    .black_theme_modal h3,
    .reg-info > div h4 {
        font-size: 18px;
    }

    .list-plus div svg {
        flex-shrink: 1;
    }

    .list-plus div {
        font-size: 20px;
        text-align: left;
    }

    .proud p {
        font-size: 18px;
    }

    .reg-info > div {
        padding: 40px;
    }

    .black_theme_modal h3 {
        margin-bottom: 30px;
    }

    .important .txt-title {
        font-size: 18px;
    }

    header .left {
        gap: 50px;
    }
}

@media (max-width: 960px) {
    header .adr, header .vk-social {
        display: none;
    }

    .overlay-mod {
        max-width: 90%;
        width: 90%;
        bottom: 30px;
        right: 50%;
        transform: translateX(50%);
    }

    .texosmotr .important .txt-title {
        margin-left: 0;
    }

    .gray .other-page-content {
        font-size: 15px;
        text-align: center;
    }

    .overlay-mod .txt {
        padding: 35px 35px;
    }

    .our-serv-flex > div {
        padding: 20px 8px;
    }

    .our-serv-flex > div > .img {
        width: 65px;
        height: 60px;
    }

    .our-plus-flex > div svg {
        width: 17px;
        height: 13px;
    }

    .our-serv, .our-plus {
        margin-top: 40px;
    }

    .proud .btn {
        width: 190px;
        height: 36px;
        font-size: 14px;
    }

    .proud p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .our-plus-flex > div {
        gap: 16px;
    }

    .gray {
        padding: 30px 15px;
    }

    .our-serv-flex > div p, .our-plus-flex > div .txt p, .our-plus-flex > div .txt span {
        font-size: 13px;
    }

    header {
        height: 87px;
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        padding-bottom: 0px;
        -webkit-box-shadow: -1px 2px 11px -4px rgb(34 60 80 / 10%);
        -moz-box-shadow: -1px 2px 11px -4px rgb(34 60 80 / 10%);
        box-shadow: -1px 2px 11px -4px rgb(34 60 80 / 10%);
    }

    .main {
        padding-top: 137px;
    }

    .menu-btn {
        width: 44px;
        height: 28px;
        background: url(/assets/templates/img/menu-btn.svg);
        background-size: contain;
    }

    .close {
        top: 20px;
        right: 20px;
    }

    .close svg {
        width: 36px;
        height: 36px;
    }

    h1, .gray h1, .other-page.about-page h2, .other-page.about-page h2 {
        font-size: 20px;
        text-align: center;
    }

    .other-page.about-page h2 {
        margin-left: auto;
    }

    .acc-title {
        font-size: 15px;
        padding-right: 40px;
    }

    .acc-content {
        padding-right: 40px;
        font-size: 15px;
    }

    .proud {
        margin-top: 40px;
    }

    .acc-title::after {
        width: 6px;
        height: 6px;
        border-top: 2px solid #E41E25;
        border-right: 2px solid #E41E25;
        right: 0;
    }

    .footer-container .right {
        padding: 45px 50px 23px;
    }

    .straxovka .tech-info > div:first-child {
        padding: 55px 35px 50px;
    }

    .straxovka .tech-info > div ul {
        font-size: 16px;
    }

    header .tel {
        width: 47px;
        background-color: #E41E25;
        height: 47px;
        border-radius: 10px;
        transition: .3s;
        display: block;
        background-image: url(/assets/templates/img/tel.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 33px;
        font-size: 0;
    }
}

@media (max-width: 765px) {
    .footer-container .right .time {
        width: 155px;
        flex-shrink: 0;
    }

    .reg-info {
        gap: 30px 0;
        flex-direction: column;
    }

    .straxovka .tech-info > div ul {
        width: 100%;
        text-align: left;
    }

    .straxovka .tech-info > div:first-child {
        padding: 25px 35px 25px;
    }

    .straxovka .tech-info > div .price {
        font-size: 16px;
        margin-top: 20px;
    }

    .straxovka .tech-info > div .price svg {
        width: 34px;
        height: 34px;
    }

    .list-plus, .texosmotr .list-plus {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .reg-info > div {
        width: 100%;
    }

    .footer-container .right h3 {
        font-size: 17px;
    }

    .servises .servises-slider {
        gap: 35px 0;
    }

    .tech-info > div > div p {
        flex-direction: column;
        align-items: flex-start;
        max-width: 57%;
    }

    .servise .img {
        display: none;
    }

    .txt-content .flex {
        gap: 30px;
        flex-direction: column;
    }

    .servise {
        width: 100%;
    }

    .information .btn.tel {
        width: 100%;
        height: 36px;
        font-size: 14px;
        margin: 27px auto 20px;
        max-width: 100%;
    }

    header {
        height: 77px;
        padding-bottom: 0;
    }

    header .logo img {
        height: 77px;
    }

    .main {
        padding-top: 118px;
    }

    .avtomobilnyie-nomera .tech-info > div > div {
        font-size: 16px;
        padding-left: 24px;
    }

    .avtomobilnyie-nomera .tech-info h4 {
        font-size: 12px;
    }

    .avtomobilnyie-nomera .tech-info > div, .avtomobilnyie-nomera .tech-info > div:first-child, .avtomobilnyie-nomera .tech-info > div:last-child {
        gap: 23px;
    }

    .avtomobilnyie-nomera .btn {
        width: 100%;
        height: 36px;
        font-size: 14px;
        margin: 30px auto 20px;
        max-width: 100%;
    }

    .avtomobilnyie-nomera .tech-info > div > div::before {
        width: 8px;
        height: 8px;
        top: 3px;
    }

    .tech-info > div > div {
        font-size: 12px;
        text-align: left;
    }

    .tech-info > div > div p span {
        margin-left: 0;
    }

}

@media (max-width: 480px) {

    html, body {
        width: 100%;
        min-width: 100%;
        position: relative;
        background-image: none;
    }

    .txt-content ul {
        gap: 13px
    }

    .tech-info > div > div .price {
        width: 65px;
    }

    .tech-info > div > div {
        font-size: 11px;
    }

    .menu-container {
        width: 100%;
        padding: 90px 30px 40px;
    }

    .txt-content {
        font-size: 14px;
    }

    header .logo img {
        max-width: 165px;
    }

    .menu .close {
        left: 30px;
        top: 30px;
    }

    .footer-container .right {
        padding: 45px 40px 30px;
    }

    .footer-container .right .contacts {
        margin: 25px 0 25px 0;
    }

    .copyright {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    header .top {
        margin-bottom: 40px;
    }

    .footer-container .right .time {
        width: 100%;
    }

    .footer-container .flex {
        flex-direction: column;
    }

    .our-plus-flex > div {
        padding: 21px 15px;
    }

    .footer-container {
        margin-top: 50px;
    }

    .servise {
        padding: 35px 40px 35px;
        text-align: center;
    }

    .footer-container .right .time {
        max-width: 190px;
    }

    .important .txt-title {
        font-size: 12px;
        text-align: left;
    }

    .reg-info > div .btn {
        height: 37px;
        font-size: 14px;
        margin-bottom: 22px;
    }

    .list-plus div {
        font-size: 13px;
    }

    .list-plus div svg {
        width: 17px;
        height: 17px;
    }

    .reg-info > div {
        padding: 25px 28px;
    }

    .reg-info > div .price {
        margin-bottom: 20px;
    }

    .black_theme_modal h3 {
        font-size: 18px;
        max-width: 55%;
        margin: 0 auto 30px;
    }

    .reg-info > div h4 {
        margin-bottom: 23px;
    }

    .close svg {
        width: 26px;
        height: 26px;
    }

    .reg-info > div h4 {
        font-size: 13px;
    }

    .reg-info > div .price {
        font-size: 15px;
    }

    .reg-info > div .price svg {
        width: 36px;
    }

    .servise .icons p {
        text-align: left;
    }
}

@media (max-width: 375px) {

}

@media (max-width: 320px) {
    header .logo img {
        max-width: 136px;
    }
}