@charset "UTF-8";
/*!
Theme Name: MrDriver
Description: Сайт СТО
Version: 1.0.0
Text Domain: vida
*/
/*--------------------------------------------------------------
>>> ОГЛАВЛЕНИЕ:
----------------------------------------------------------------
# Типографика
# Элементы
# Шапка
# Секции
# Виджеты
# Контент
# Комментарии
# Галерея
# Подвал
--------------------------------------------------------------*/
/*Отзывчивое соотношение - Мы используем этот миксин для создания масштабируемых элементов(обычно изображения/картинки заднего фона), чтобы поддерживать соотношение.*/
/*
Пример:
div {
  @include responsive-ratio(16,9);
}
*/
/*--------------------------------------------------------------
# Типографика
--------------------------------------------------------------*/
@font-face {
    font-family: 'Nunito';
  src: url("./fonts/Nunito/Nunito-Regular.ttf");
  src: local("Nunito"), local("SFProDisplay-Regular"), url("./fonts/Nunito/Nunito-Regular.woff2") format("woff2"), url("./fonts/Nunito/Nunito-Regular.woff") format("woff"), url("./fonts/Nunito/Nunito-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Nunito';
  src: url("./fonts/Nunito/Nunito-Medium.ttf");
  src: local("Nunito"), local("SFProDisplay-Regular"), url("./fonts/Nunito/Nunito-Medium.woff2") format("woff2"), url("./fonts/Nunito/Nunito-Medium.woff") format("woff"), url("./fonts/Nunito/Nunito-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Nunito';
  src: url("./fonts/Nunito/Nunito-Bold.ttf");
  src: local("Nunito"), local("SFProDisplay-Regular"), url("./fonts/Nunito/Nunito-Bold.woff2") format("woff2"), url("./fonts/Nunito/Nunito-Bold.woff") format("woff"), url("./fonts/Nunito/Nunito-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Nunito';
  src: url("./fonts/Nunito/Nunito-ExtraBold.ttf");
  src: local("Nunito"), local("SFProDisplay-Regular"), url("./fonts/Nunito/Nunito-ExtraBold.woff2") format("woff2"), url("./fonts/Nunito/Nunito-ExtraBold.woff") format("woff"), url("./fonts/Nunito/Nunito-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
  src: url("./fonts/SFProDisplay/SFProDisplay-Regular.eot");
  src: local("SF Pro Display Regular"), local("SFProDisplay-Regular"), url("./fonts/SFProDisplay/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/SFProDisplay/SFProDisplay-Regular.woff2") format("woff2"), url("./fonts/SFProDisplay/SFProDisplay-Regular.woff") format("woff"), url("./fonts/SFProDisplay/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
  src: url("./fonts/SFProDisplay/SFProDisplay-Medium.eot");
  src: local("SF Pro Display Medium"), local("SFProDisplay-Medium"), url("./fonts/SFProDisplay/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/SFProDisplay/SFProDisplay-Medium.woff2") format("woff2"), url("./fonts/SFProDisplay/SFProDisplay-Medium.woff") format("woff"), url("./fonts/SFProDisplay/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
  src: url("./fonts/SFProDisplay/SFProDisplay-Semibold.eot");
  src: local("SF Pro Display Semibold"), local("SFProDisplay-Semibold"), url("./fonts/SFProDisplay/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"), url("./fonts/SFProDisplay/SFProDisplay-Semibold.woff2") format("woff2"), url("./fonts/SFProDisplay/SFProDisplay-Semibold.woff") format("woff"), url("./fonts/SFProDisplay/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
  src: url("./fonts/SFProDisplay/SFProDisplay-Bold.eot");
  src: local("SF Pro Display Bold"), local("SFProDisplay-Bold"), url("./fonts/SFProDisplay/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/SFProDisplay/SFProDisplay-Bold.woff2") format("woff2"), url("./fonts/SFProDisplay/SFProDisplay-Bold.woff") format("woff"), url("./fonts/SFProDisplay/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'SFProDisplay';
  src: url("./fonts/SFProDisplay/SFProDisplay-Heavy.eot");
  src: local("SF Pro Display Heavy"), local("SFProDisplay-Heavy"), url("./fonts/SFProDisplay/SFProDisplay-Heavy.eot?#iefix") format("embedded-opentype"), url("./fonts/SFProDisplay/SFProDisplay-Heavy.woff2") format("woff2"), url("./fonts/SFProDisplay/SFProDisplay-Heavy.woff") format("woff"), url("./fonts/SFProDisplay/SFProDisplay-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/*--------------------------------------------------------------
# Элементы
--------------------------------------------------------------*/
html,
body {
    font-family: 'Nunito', sans-serif;
    color: #FFFFFF;
    height: 100%;
    background-color: #000000;
}

/*Прижатие подвала к низу сайта*/
#page {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

/*Изменение максимальной ширины контейнера (bootstrap)*/
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1920px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

embed,
iframe,
object {
    max-width: 100%;
}

/* Заголовки */
h1 {
    font-size: 40px;
    font-size: 2.5rem;
}

h2 {
    font-size: 32px;
    font-size: 2rem;
}

@media only screen and (max-width: 1600px) {
    h2 {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

h3 {
    font-size: 28px;
    font-size: 1.75rem;
}

@media only screen and (max-width: 1600px) {
    h3 {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

h4 {
    font-size: 24px;
    font-size: 1.5rem;
}

@media only screen and (max-width: 1600px) {
    h4 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

h5 {
    font-size: 20px;
    font-size: 1.25rem;
}

@media only screen and (max-width: 1600px) {
    h5 {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

h6 {
    font-size: 16px;
    font-size: 1rem;
}

.title {
    font-size: 80px;
    font-size: 5rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    padding: 80px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

@media only screen and (max-width: 1600px) {
    .title {
        font-size: 54px;
        font-size: 3.375rem;
    }
}

@media only screen and (max-width: 1024px) {
    .title {
        font-size: 48px;
        font-size: 3rem;
        padding: 40px 0 25px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media only screen and (max-width: 576px) {
    .title {
        font-size: 34px;
        font-size: 2.125rem;
    }

    .title .bg-title {
        top: 0;
        bottom: auto;
    }

    .title form {
        width: 100%;
        margin: 30px 0 0;
    }
}

.title .bg-title {
    font-size: 200px;
    font-size: 12.5rem;
    font-family: 'SFProDisplay', sans-serif;
    color: #191919;
    font-weight: 900;
    letter-spacing: 10px;
    position: absolute;
    top: auto;
    bottom: 30px;
    z-index: -1;
}

@media only screen and (max-width: 1600px) {
    .title .bg-title {
        font-size: 120px;
        font-size: 7.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .title .bg-title {
        font-size: 110px;
        font-size: 6.875rem;
        bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .title .bg-title {
        font-size: 90px;
        font-size: 5.625rem;
    }
}

@media only screen and (max-width: 576px) {
    .title .bg-title {
        display: none;
    }
}

@media only screen and (max-width: 1600px) {
    .title img {
        width: 180px;
    }
}

@media only screen and (max-width: 1024px) {
    .title img {
        width: 100px;
    }
}

@media only screen and (max-width: 768px) {
    .title img {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 576px) {
    .title img {
        width: 60px;
    }
}

blockquote {
    border-radius: 8px;
    background-color: #1B1B1E;
    max-width: 720px;
    padding: 40px 60px;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote span {
    color: #E51B1D;
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

.p-30 {
    padding: 30px 0;
}

@media only screen and (max-width: 992px) {
    .p-30 {
        padding: 0;
    }
}

/*Форма поиска*/
.search-form {
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .search-form {
        font-size: 16px;
        font-size: 1rem;
    }
}

.search-form .search-field {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 16px 16px 16px 60px;
    width: 100%;
    background-color: #2B2B2B;
    border: 1px solid transparent;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-form .search-field:focus {
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-form .search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.search-form button[type="submit"] {
    height: 100%;
    padding: 10px 20px;
    border: none;
    position: absolute;
    left: 0;
}

.search-form button[type="submit"]:before, .search-form button[type="submit"]:after {
    display: none;
}

.search-form button[type="submit"]:hover svg {
    fill: #FFFFFF;
}

.search-form button[type="submit"] svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: #FFFFFF;
}

@media only screen and (max-width: 1600px) {
    .search-form button[type="submit"] svg {
        width: 20px;
    }
}

/*Ленивая загрузка*/
.b-lazy {
    -webkit-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    max-width: 100%;
    opacity: 0;
}

.b-lazy.b-loaded {
    opacity: 1;
}

a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #E51B1D;
}

a:hover {
    color: #a11214;
}

strong {
    font-weight: 700;
}

/* Выравнивание */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Текущее меню */
/* Класс для текущей страницы */
/* Класс для текущей рубрики */
/* Класс для любого другого текущего пункта меню */
/* Класс для таксономии */
/* Класс для страницы */
/* Класс для любого пользовательского элемента, который был добавлен */
/* Класс для элемента, ведущего на главную страницу блога */
/*Форма*/
form {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}

form div {
    margin-bottom: 10px;
}

form label {
    display: block;
}

form input[type="email"],
form input[type="text"],
form input[type="number"],
form input[type="password"],
form input[type="tel"],
form textarea {
    color: #FFFFFF;
    width: 100%;
    border: 1px solid transparent;
    border-bottom: 1px solid #8D8D8E;
    padding: 10px;
    margin-bottom: 25px;
    outline: none;
    background-color: transparent;
}

@media only screen and (max-width: 1600px) {
    form input[type="email"],
  form input[type="text"],
  form input[type="number"],
  form input[type="password"],
  form input[type="tel"],
  form textarea {
        font-size: 16px;
        font-size: 1rem;
    }
}

form input[type="email"]:focus,
form input[type="text"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form textarea:focus {
    border-bottom: 1px solid #FFFFFF;
}

form textarea {
    border: 1px solid #8D8D8E;
}

form textarea:focus {
    border: 1px solid #FFFFFF;
}

form input:focus::-webkit-input-placeholder {
    color: transparent;
}

form input:focus:-moz-placeholder {
    color: transparent;
}

form input:focus::-moz-placeholder {
    color: transparent;
}

form input:focus:-ms-input-placeholder {
    color: transparent;
}

form textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

form textarea:focus:-moz-placeholder {
    color: transparent;
}

form textarea:focus::-moz-placeholder {
    color: transparent;
}

form textarea:focus:-ms-input-placeholder {
    color: transparent;
}

form input:-webkit-autofill,
form textarea:-webkit-autofill,
form select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #1B1B1E inset !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

form select {
    color: #FFFFFF;
    width: 100%;
    border: 1px solid #8D8D8E;
    padding: 10px;
    margin-bottom: 25px;
    outline: none;
    background-color: transparent;
}

form select:focus {
    border: 1px solid #FFFFFF;
}

form select option {
    color: #FFFFFF;
    background: #1B1B1E;
}

form input[type=checkbox],
form input[type=radio] {
    display: none;
}

form input[type=checkbox] + label:before {
    content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #8D8D8E;
    font-size: 20px;
    line-height: 22px;
    margin: -5px 10px 0 0;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: color ease .3s;
    transition: color ease .3s;
}

form input[type=checkbox]:checked + label:before {
    color: #E51B1D;
    line-height: 18px;
}

form input[type="submit"] {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 18px;
    font-size: 1.125rem;
    border: 3px solid #E51B1D;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 70px;
    display: inline-block;
    position: relative;
    background-color: transparent;
}

@media only screen and (max-width: 1600px) {
    form input[type="submit"] {
        font-size: 16px;
        font-size: 1rem;
        padding: 16px 40px;
    }
}

form input[type="submit"]:before {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    content: '';
    width: 160px;
    height: 3px;
    background-color: #1B1B1E;
    position: absolute;
    top: -3px;
    left: 30px;
}

form input[type="submit"]:after {
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    content: '';
    width: 160px;
    height: 3px;
    background-color: #1B1B1E;
    position: absolute;
    bottom: -3px;
    right: 30px;
}

form input[type="submit"]:hover {
    color: inherit;
}

form input[type="submit"]:hover:before {
    background-color: transparent;
    left: 102%;
}

form input[type="submit"]:hover:after {
    background-color: transparent;
    right: 102%;
}

form input[type="submit"]:focus {
    outline: none;
}

form input[type="submit"]:hover {
    background-color: #E51B1D;
}

@media only screen and (max-width: 576px) {
    form input[type="submit"].all {
        width: 100%;
    }
}

form button[type="submit"] {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    padding: 0;
    border-top: none;
    border-bottom: none;
    border-left: 3px solid #E51B1D;
    border-right: 3px solid #E51B1D;
    background-color: transparent;
    outline: none;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    form button[type="submit"] {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 576px) {
    form button[type="submit"].all {
        width: 100%;
    }
}

form button[type="submit"]:hover {
    color: inherit;
}

form button[type="submit"]:hover:before, form button[type="submit"]:hover:after {
    width: 100%;
}

form button[type="submit"]:hover span:before, form button[type="submit"]:hover span:after {
    width: 0;
}

form button[type="submit"]:before {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: '';
    width: 30px;
    height: 3px;
    background: #E51B1D;
    position: absolute;
    top: 0;
    left: 0;
}

form button[type="submit"]:after {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: '';
    width: 30px;
    height: 3px;
    background: #E51B1D;
    position: absolute;
    bottom: 0;
    right: 0;
}

form button[type="submit"] span {
    padding: 20px 48px;
    display: block;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    form button[type="submit"] span {
        padding: 12px 40px;
    }
}

form button[type="submit"] span:before {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: '';
    width: 40%;
    height: 3px;
    background: #E51B1D;
    position: absolute;
    top: 0;
    right: -3px;
}

form button[type="submit"] span:after {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: '';
    width: 40%;
    height: 3px;
    background: #E51B1D;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*Модальное окно*/
.mfp-bg {
    background-color: rgba(141, 141, 142, 0.6);
}

.black-popup {
    border-radius: 8px;
    background-color: #000000;
    position: relative;
    padding: 25px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    -webkit-box-shadow: 4px 4px 30px 0 #000000;
    box-shadow: 4px 4px 30px 0 #000000;
}

.black-popup button.mfp-close {
    font-size: 36px;
    font-size: 2.25rem;
    color: #E51B1D;
}

.black-popup .form-title {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .black-popup .form-title {
        margin-bottom: 15px;
    }
}

.black-popup form {
    text-align: center;
}

/*Модальное окно обратного звонка*/
#call-back-phone {
    max-width: 400px;
  /*Социалки*/
  /*Телефоны*/
}

#call-back-phone .messengers {
    list-style: none;
    padding: 10px 0 25px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#call-back-phone .messengers li {
    display: inline-block;
    margin-right: 15px;
}

#call-back-phone .messengers li:last-child {
    margin-right: 0;
}

#call-back-phone .messengers li a:hover svg {
    fill: #E51B1D;
}

#call-back-phone .messengers li a svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: #FFFFFF;
}

#call-back-phone .phones ul {
    list-style: none;
    margin-bottom: 5px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#call-back-phone .phones ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#call-back-phone .phones ul li svg {
    fill: #8D8D8E;
    margin-right: 10px;
}

#call-back-phone .phones ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    color: #FFFFFF;
    text-decoration: none;
}

#call-back-phone .phones ul li a:hover {
    color: #E51B1D;
}

#call-back-phone .phones p {
    color: #E51B1D;
}

#call-back-phone p {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    color: #8D8D8E;
}

/*Модальное окно успешной отправки формы*/
#sent-form {
    text-align: center;
    max-width: 800px;
}

#sent-form .message {
    margin: 60px 40px;
    padding: 40px;
    border: 3px solid #E51B1D;
    position: relative;
}

@media only screen and (max-width: 576px) {
    #sent-form .message {
        margin: 20px;
        padding: 20px;
    }
}

#sent-form .message:before {
    content: '';
    width: 50%;
    height: 5px;
    background-color: #000000;
    position: absolute;
    top: -4px;
    left: 50px;
}

#sent-form .message:after {
    content: '';
    width: 50%;
    height: 5px;
    background-color: #000000;
    position: absolute;
    bottom: -4px;
    right: 50px;
}

#sent-form .message .message-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    #sent-form .message .message-title {
        font-size: 32px;
        font-size: 2rem;
    }
}

#sent-form .message p {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}

@media only screen and (max-width: 576px) {
    #sent-form .message p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

/*Таблица*/
table {
    font-size: 20px;
    font-size: 1.25rem;
    width: 100%;
    margin-bottom: 0;
}

@media only screen and (max-width: 1600px) {
    table {
        font-size: 16px;
        font-size: 1rem;
    }
}

table tr {
    border-bottom: 1px solid #8D8D8E;
}

table tr:last-child {
    border: none;
}

table tr td {
    padding: 20px 60px;
}

@media only screen and (max-width: 1600px) {
    table tr td {
        padding: 10px 30px;
    }
}

@media only screen and (max-width: 768px) {
    table tr td {
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 576px) {
    table tr td {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 10px 0;
    }
}

table tr td:last-child {
    text-align: right;
    white-space: nowrap;
}

/*Кнопки*/
.wrap-button {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    overflow: hidden;
}

@media only screen and (max-width: 576px) {
    .wrap-button {
        width: 100%;
    }
}

.button {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    color: white;
    display: inline-block;
    border-left: 3px solid #E51B1D;
    border-right: 3px solid #E51B1D;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .button {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 576px) {
    .button.all {
        width: 100%;
    }
}

.button:hover {
    color: inherit;
}

.button:hover:before, .button:hover:after {
    width: 100%;
}

.button:hover span:before, .button:hover span:after {
    width: 0;
}

.button:before {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: '';
    width: 30px;
    height: 3px;
    background: #E51B1D;
    position: absolute;
    top: 0;
    left: 0;
}

.button:after {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: '';
    width: 30px;
    height: 3px;
    background: #E51B1D;
    position: absolute;
    bottom: 0;
    right: 0;
}

.button span {
    padding: 20px 72px;
    display: block;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .button span {
        padding: 16px 40px;
    }
}

.button span:before {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: '';
    width: 40%;
    height: 3px;
    background: #E51B1D;
    position: absolute;
    top: 0;
    right: 0;
}

.button span:after {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: '';
    width: 40%;
    height: 3px;
    background: #E51B1D;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*Пагинация*/
.pagination {
    text-align: center;
    margin-bottom: 40px;
}

.pagination a,
.pagination span {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 48px;
    text-align: center;
    width: 50px;
    height: 50px;
    margin: 0 5px;
    display: inline-block;
    border: 1px solid #E51B1D;
    border-radius: 2px;
}

@media only screen and (max-width: 1600px) {
    .pagination a,
  .pagination span {
        font-size: 16px;
        font-size: 1rem;
        line-height: 38px;
        width: 40px;
        height: 40px;
    }
}

.pagination span {
    color: #8D8D8E;
    border: 1px solid #8D8D8E;
}

.pagination span:hover {
    cursor: not-allowed;
}

.pagination a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #000000;
}

.pagination a:hover {
    color: #FFFFFF;
    background-color: #E51B1D;
    border: 1px solid #E51B1D;
}

@media only screen and (max-width: 1600px) {
    .pagination a svg {
        width: 10px;
    }
}

/*Адаптивные табы*/
.r-tabs .r-tabs-nav {
    display: none;
}

/*Аккордеон с прайсом*/
#priceTabs .r-tabs-nav {
    list-style: none;
}

#priceTabs .r-tabs-accordion-title {
    display: block;
    margin-top: 20px;
}

#priceTabs .r-tabs-accordion-title:first-of-type {
    margin-top: 0;
}

#priceTabs .r-tabs-accordion-title.r-tabs-state-active a.r-tabs-anchor {
    border-top: 1px solid #E51B1D;
    border-left: 1px solid #E51B1D;
    border-right: 1px solid #E51B1D;
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#priceTabs .r-tabs-accordion-title.r-tabs-state-active a.r-tabs-anchor:before {
    content: '';
    height: 1px;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    background-color: #E51B1D;
}

@media only screen and (max-width: 576px) {
    #priceTabs .r-tabs-accordion-title.r-tabs-state-active a.r-tabs-anchor:before {
        left: 15px;
        right: 15px;
    }
}

#priceTabs .r-tabs-accordion-title.r-tabs-state-active a.r-tabs-anchor svg:first-child {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#priceTabs .r-tabs-accordion-title a.r-tabs-anchor {
    border-radius: 4px;
    font-size: 20px;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px 30px;
    position: relative;
    border-top: 1px solid #8D8D8E;
    border-left: 1px solid #8D8D8E;
    border-right: 1px solid #8D8D8E;
    border-bottom: 1px solid #8D8D8E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

@media only screen and (max-width: 1600px) {
    #priceTabs .r-tabs-accordion-title a.r-tabs-anchor {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 576px) {
    #priceTabs .r-tabs-accordion-title a.r-tabs-anchor {
        font-size: 16px;
        font-size: 1rem;
        padding: 15px;
    }
}

#priceTabs .r-tabs-accordion-title a.r-tabs-anchor.r-tabs-car svg:last-child {
    margin-top: 2px;
}

@media only screen and (max-width: 1600px) {
    #priceTabs .r-tabs-accordion-title a.r-tabs-anchor.r-tabs-car svg:last-child {
        width: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    #priceTabs .r-tabs-accordion-title a.r-tabs-anchor.r-tabs-car svg:last-child {
        width: 33px;
    }
}

#priceTabs .r-tabs-accordion-title a.r-tabs-anchor svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media only screen and (max-width: 1600px) {
    #priceTabs .r-tabs-accordion-title a.r-tabs-anchor svg:first-child {
        width: 16px;
    }
}

#priceTabs .r-tabs-panel {
    border-radius: 4px;
    border-left: 1px solid #E51B1D;
    border-right: 1px solid #E51B1D;
    border-bottom: 1px solid #E51B1D;
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    overflow: hidden;
    padding: 0 30px;
}

@media only screen and (max-width: 576px) {
    #priceTabs .r-tabs-panel {
        padding: 0 15px;
    }
}

/*Рейтинг звездочки*/
.rating {
    color: #E51B1D;
    white-space: nowrap;
    font-weight: 400;
    unicode-bidi: bidi-override;
}

.rating span {
    display: inline-block;
    position: relative;
    width: 1.1em;
}

.rating span.active:before {
    content: "\2605";
    position: absolute;
}

.wrap-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.wrap-rating span {
    color: #8D8D8E;
    white-space: nowrap;
    margin-right: 15px;
}

.rating-area {
    text-align: left;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.rating-area:not(:checked) > input {
    display: none;
}

form .rating-area:not(:checked) > label {
    font-size: 32px;
    font-size: 2rem;
    width: 42px;
    padding: 0;
    cursor: pointer;
    line-height: 32px;
    color: #FFFFFF;
}

.rating-area:not(:checked) > label:before {
    content: '★';
}

.rating-area > input:checked ~ label {
    color: #E51B1D;
}

.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: #E51B1D;
}

.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: #E51B1D;
}

.rate-area > label:active {
    position: relative;
}

/*Кастомное модальное окно для карты*/
.map .leaflet-popup-content-wrapper {
    color: #FFFFFF;
    background: #000000;
}

.map .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 15px;
}

.map .leaflet-popup-tip-container .leaflet-popup-tip {
    background: #000000;
}

.map .leaflet-popup-pane a.leaflet-popup-close-button {
    top: 5px;
    right: 5px;
}

.modal-marker-wrap {
    display: none;
}

.modal-marker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
}

.modal-marker .wrap-image {
    width: 220px;
    margin-right: 30px;
}

@media only screen and (max-width: 768px) {
    .modal-marker .wrap-image {
        display: none;
    }
}

.modal-marker .wrap-image img {
    width: 220px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.modal-marker .contact {
    font-size: 14px;
    font-size: 0.875rem;
}

.modal-marker .contact .contact-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.modal-marker .contact ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
}

.modal-marker .contact ul li {
    margin-bottom: 5px;
}

.modal-marker .contact .addr {
    padding-left: 30px;
    margin-bottom: 10px;
}

.modal-marker .contact .wrap-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-marker .contact .wrap-time span {
    color: #8D8D8E;
}

.modal-marker .contact svg {
    margin-right: 10px;
}

.modal-marker .contact a.get-directions {
    color: #FF0000;
    text-decoration: none;
    padding-left: 30px;
}

.modal-marker .contact a.get-directions:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Шапка
--------------------------------------------------------------*/
/*Шапка сайта*/
.site-header .header-content {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 35px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background-color: rgba(0, 0, 0, 0.87);
    z-index: 99;
}

.site-header .header-content.fixed {
    padding: 15px 0;
    position: fixed;
    top: 0;
}

.site-header .header-content.fixed .wrap-navigation {
    margin-top: 10px;
}

@media only screen and (max-width: 1400px) {
    .site-header .header-content.fixed .wrap-navigation {
        margin-top: 0;
    }
}

@media only screen and (max-width: 992px) {
    .site-header .header-content.fixed .wrap-navigation {
        margin-top: 10px;
    }
}

.site-header .header-content.fixed #site-navigation ul li a {
    font-size: 20px;
    font-size: 1.25rem;
}

@media only screen and (max-width: 1600px) {
    .site-header .header-content.fixed #site-navigation ul li a {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.site-header .header-content.fixed #hamburger-menu {
    top: calc(100% + 15px);
}

.site-header .header-content.fixed #hamburger-menu li a {
    font-size: 20px;
    font-size: 1.25rem;
}

@media only screen and (max-width: 1600px) {
    .site-header .header-content.fixed #hamburger-menu li a {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.site-header .header-content.fixed .phones a.link-phone {
    font-size: 18px;
    font-size: 1.125rem;
}

@media only screen and (max-width: 1600px) {
    .site-header .header-content.fixed .phones a.link-phone {
        font-size: 16px;
        font-size: 1rem;
    }

    .site-header .header-content.fixed .phones a.link-phone svg {
        width: 18px;
    }
}

/*Социалки в шапке*/
.header-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media only screen and (max-width: 768px) {
    .header-socials {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.header-socials .socials {
    margin-bottom: 0;
}

@media only screen and (max-width: 1399px) {
    .header-socials .socials {
        margin-bottom: 0;
    }
}

.header-socials .lang {
    margin-left: 55px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1399px) {
    .header-socials .lang {
        margin-left: 30px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .header-socials .lang {
        display: none;
    }
}

.socials {
    text-align: center;
    list-style: none;
    padding-left: 0;
    margin: 0 0 15px;
}

@media only screen and (max-width: 1399px) {
    .socials {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 992px) {
    .socials {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .socials {
        display: none;
    }
}

.socials li {
    display: inline-block;
    margin-right: 20px;
}

@media only screen and (max-width: 1399px) {
    .socials li {
        margin-right: 10px;
    }
}

.socials li:last-child {
    margin-right: 0;
}

.socials li a {
    padding: 2px;
    display: inline-block;
}

.socials li a:hover svg {
    fill: #E51B1D;
}

.socials li a svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: #FFFFFF;
}

@media only screen and (max-width: 1600px) {
    .socials li a svg {
        width: 20px;
    }
}

/*Переключатель языка*/
.lang {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.lang img {
    margin-right: 12px;
}

@media only screen and (max-width: 1600px) {
    .lang img {
        width: auto;
        height: 18px;
    }
}

.lang select {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #000000;
    padding-right: 30px;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' width='48' height='24'%3E%3Cpath fill='%23FFFFFF' d='M360.5 217.5l-152 143.1C203.9 365.8 197.9 368 192 368s-11.88-2.188-16.5-6.562L23.5 217.5C13.87 208.3 13.47 193.1 22.56 183.5C31.69 173.8 46.94 173.5 56.5 182.6L192 310.9l135.5-128.4c9.562-9.094 24.75-8.75 33.94 .9375C370.5 193.1 370.1 208.3 360.5 217.5z'/%3E%3C/svg%3E") no-repeat 30px -2px;
}

@media only screen and (max-width: 1600px) {
    .lang select {
        font-size: 16px;
        font-size: 1rem;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' width='48' height='24'%3E%3Cpath fill='%23FFFFFF' d='M360.5 217.5l-152 143.1C203.9 365.8 197.9 368 192 368s-11.88-2.188-16.5-6.562L23.5 217.5C13.87 208.3 13.47 193.1 22.56 183.5C31.69 173.8 46.94 173.5 56.5 182.6L192 310.9l135.5-128.4c9.562-9.094 24.75-8.75 33.94 .9375C370.5 193.1 370.1 208.3 360.5 217.5z'/%3E%3C/svg%3E") no-repeat 15px -2px;
    }
}

.lang select option {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #FFFFFF;
    background: #1B1B1E;
}

@media only screen and (max-width: 1600px) {
    .lang select option {
        font-size: 16px;
        font-size: 1rem;
    }
}

/*Логотип*/
.site-branding {
    padding-bottom: 15px;
}

@media only screen and (max-width: 992px) {
    .site-branding {
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 576px) {
    .site-branding {
        padding-top: 0;
    }

    .site-branding svg {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

.site-branding .logo {
    display: block;
}

.site-branding .logo img {
    max-height: 60px;
}

/*Контакты в шапке*/
.header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media only screen and (max-width: 768px) {
    .header-contact {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 576px) {
    .header-contact {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.header-contact .link-location {
    margin-top: 8px;
    margin-right: 30px;
}

@media only screen and (max-width: 1200px) {
    .header-contact .link-location {
        margin-top: 4px;
    }
}

@media only screen and (max-width: 992px) {
    .header-contact .link-location {
        margin-right: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.header-contact .link-location svg {
    fill: #E51B1D;
}

.header-contact a.call-back {
    margin-right: 15px;
    display: none;
}

@media only screen and (max-width: 768px) {
    .header-contact a.call-back {
        display: block;
    }
}

.header-contact .phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-contact .phones form {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media only screen and (max-width: 768px) {
    .header-contact .phones form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 15px;
    }
}

.header-contact .phones form select {
    font-size: 22px;
    font-size: 1.375rem;
    border: none;
    padding: 0;
    margin: 0 0 0 10px;
}

@media only screen and (max-width: 768px) {
    .header-contact .phones form select {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width: 576px) {
    .header-contact .phones form select {
        display: none;
    }
}

.header-contact .phones .link-phone {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}

@media only screen and (max-width: 1600px) {
    .header-contact .phones .link-phone {
        font-size: 16px;
        font-size: 1rem;
    }

    .header-contact .phones .link-phone svg {
        width: 18px;
    }
}

@media only screen and (max-width: 992px) {
    .header-contact .phones .link-phone {
        line-height: 26px;
    }
}

@media only screen and (max-width: 768px) {
    .header-contact .phones .link-phone {
        display: none;
    }
}

.header-contact .phones .link-phone:hover {
    color: #E51B1D;
}

.header-contact .phones .link-phone span {
    margin-left: 10px;
}

/*Главное меню*/
.wrap-navigation {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}

@media only screen and (max-width: 1400px) {
    .wrap-navigation {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 992px) {
    .wrap-navigation {
        margin-top: 15px;
    }
}

.main-navigation {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-navigation.fixed {
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 3;
}

@media only screen and (max-width: 768px) {
    .main-navigation {
        display: none;
    }
}

.main-navigation ul {
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-navigation ul li {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main-navigation ul li:last-child {
    margin-right: 0;
}

.main-navigation ul li a {
    font-size: 24px;
    font-size: 1.5rem;
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: 0 10px;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .main-navigation ul li a {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.main-navigation ul li a:hover {
    color: #E51B1D;
}

.main-navigation ul li.menu-item-has-children:hover > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-navigation ul li.menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-navigation ul li.menu-item-has-children > a:before {
    display: none;
}

.main-navigation ul li.menu-item-has-children > a:after {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 10px;
    font-size: 0.625rem;
    content: '';
    margin-left: 5px;
    display: block;
    width: 25px;
    height: 25px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23FFFFFF' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E");
}

.main-navigation ul li.menu-item-has-children ul {
    background-color: #1B1B1E;
    border: 1px solid #8D8D8E;
    display: none;
    padding: 10px;
    z-index: 99;
    position: absolute;
    top: 150%;
    left: 0;
}

.main-navigation ul li.menu-item-has-children ul:before {
    content: '';
    display: inline-block;
    border: 10px solid transparent;
    border-bottom: 10px solid #8D8D8E;
    position: absolute;
    top: -21px;
    left: calc(50% - 10px);
}

.main-navigation ul li.menu-item-has-children ul:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: -19px;
    left: calc(50% - 10px);
    border: 10px solid transparent;
    border-bottom: 10px solid #1B1B1E;
}

.main-navigation ul li.menu-item-has-children ul li {
    display: block;
}

.main-navigation ul li.menu-item-has-children ul li.menu-item-has-children:hover > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-navigation ul li.menu-item-has-children ul li.menu-item-has-children > a:before {
    display: none;
}

.main-navigation ul li.menu-item-has-children ul li.menu-item-has-children > a:after {
    font-size: 10px;
    font-size: 0.625rem;
    content: '';
    margin-left: 5px;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: -5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 512'%3E%3Cpath fill='%23FFFFFF' d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E");
}

.main-navigation ul li.menu-item-has-children ul li ul {
    top: 0;
    left: calc(100% + 12px);
}

.main-navigation ul li.menu-item-has-children ul li ul:before, .main-navigation ul li.menu-item-has-children ul li ul:after {
    display: none;
}

.main-navigation ul li.menu-item-has-children ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    border: none;
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*Гамбургер меню*/
.wrap-hamburger-menu {
    width: 50px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .wrap-hamburger-menu {
        display: none;
    }
}

.wrap-hamburger-menu #link-hamburger-menu {
    display: block;
    position: relative;
    z-index: 9;
}

.wrap-hamburger-menu #hamburger-menu {
    list-style: none;
    padding: 10px 15px;
    margin: 0;
    display: none;
    position: absolute;
    left: -10px;
    top: calc(100% + 20px);
    background-color: #000000;
    z-index: 9;
}

.wrap-hamburger-menu #hamburger-menu li {
    text-align: left;
    display: block;
}

.wrap-hamburger-menu #hamburger-menu li:hover a {
    color: #E51B1D;
}

.wrap-hamburger-menu #hamburger-menu li a {
    font-size: 24px;
    font-size: 1.5rem;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
}

@media only screen and (max-width: 1600px) {
    .wrap-hamburger-menu #hamburger-menu li a {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

/* Кнопка адаптивного меню */
.toggle-mnu {
    width: 30px;
    height: 26px;
    margin-top: 5px;
    display: none;
    z-index: 9;
}

@media only screen and (max-width: 768px) {
    .toggle-mnu {
        display: block;
    }
}

.toggle-mnu span:after,
.toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
}

.toggle-mnu span:after {
    top: 18px;
}

.toggle-mnu span:before {
    left: 5px;
}

.toggle-mnu:hover span:before {
    left: 0;
}

.toggle-mnu span {
    position: relative;
    display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.toggle-mnu.on span {
    background-color: transparent;
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0px);
    transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px);
}

.mm-navbar .mm-title,
.mm-listview {
    font-size: 18px;
    font-size: 1.125rem;
}

/* Адаптивное меню */
.mobile-menu {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    left: -102%;
    right: auto;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999;
}

.mobile-menu.open {
    left: 0;
    overflow: hidden;
}

.mobile-menu .close {
    border-top: 3px solid #E51B1D;
    border-bottom: 3px solid #E51B1D;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu .close a {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2px 0;
    display: inline-block;
    position: relative;
    left: 5px;
}

.mobile-menu .mobile-menu-header {
    width: 100%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 576px) {
    .mobile-menu .mobile-menu-header {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.mobile-menu #menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.mobile-menu #menu ul li {
    text-align: center;
}

.mobile-menu #menu ul li a {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.mobile-menu .mobile-menu-footer .socials {
    display: block;
}

.mobile-menu .mobile-menu-footer .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

/*Хлебные крошки*/
.breadcrumbs {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1600px) {
    .breadcrumbs {
        font-size: 16px;
        font-size: 1rem;
        padding: 0;
    }
}

@media only screen and (max-width: 576px) {
    .breadcrumbs {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.breadcrumbs a.breadcrumbs__link {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 12px;
    display: inline-block;
}

.breadcrumbs a.breadcrumbs__link:hover {
    color: #E51B1D;
}

.breadcrumbs .breadcrumbs__current {
    color: #8D8D8E;
    display: inline-block;
    line-height: 12px;
}

.breadcrumbs .breadcrumbs__separator {
    color: #8D8D8E;
    margin: 0 5px;
}

/*--------------------------------------------------------------
# Секции
--------------------------------------------------------------*/
/*Первый экран домашней страницы*/
.home-image {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url("img/bg_head.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    position: relative;
}

.home-image:after {
    content: '';
    width: 50%;
    height: 100%;
    display: block;
    background-image: url("img/big-car.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media only screen and (max-width: 1920px) {
    .home-image:after {
        width: 60%;
    }
}

@media only screen and (max-width: 1600px) {
    .home-image:after {
        width: 65%;
        background-position: right 72%;
    }
}

@media only screen and (max-width: 1200px) {
    .home-image:after {
        width: 80%;
    }
}

@media only screen and (max-width: 576px) {
    .home-image {
        background-size: cover;
    }
}

@media only screen and (max-width: 480px) {
    .home-image {
        background-image: url("img/mini-car.png") !important;
        background-size: auto 100%;
        background-position: right bottom;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .home-image:after {
        display: none;
    }
}

@media screen and (orientation: landscape) and (max-width: 1024px) {
    .home-image {
        height: 900px;
    }
}

.home-image .home-image-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px 0;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 1600px) {
    .home-image .home-image-title {
        max-width: 900px;
    }
}

@media only screen and (max-width: 768px) {
    .home-image .home-image-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.home-image .home-image-title img {
    margin-right: 60px;
}

@media only screen and (max-width: 1600px) {
    .home-image .home-image-title img {
        width: 180px;
        margin-right: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .home-image .home-image-title img {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .home-image .home-image-title img {
        width: 120px;
    }
}

.home-image .home-image-title .image-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 400;
    line-height: 80px;
}

@media only screen and (max-width: 1600px) {
    .home-image .home-image-title .image-title {
        font-size: 58px;
        font-size: 3.625rem;
        line-height: 64px;
    }
}

@media only screen and (max-width: 768px) {
    .home-image .home-image-title .image-title {
        font-size: 48px;
        font-size: 3rem;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 576px) {
    .home-image .home-image-title .image-title {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.2;
    }
}

.home-image .wrap-button a.button {
    margin-left: 80px;
    z-index: 3;
}

@media only screen and (max-width: 1600px) {
    .home-image .wrap-button a.button {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .home-image .wrap-button a.button {
        margin-left: 0;
    }
}

@media only screen and (max-width: 576px) {
    .home-image .wrap-button a.button {
        margin-bottom: 30px;
    }
}

.home-image .link-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #8D8D8E;
    z-index: 3;
}

@media only screen and (max-width: 576px) {
    .home-image .link-brand {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: none;
    }
}

.home-image .link-brand a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding: 30px;
    border-right: 1px solid #8D8D8E;
}

@media only screen and (max-width: 1600px) {
    .home-image .link-brand a {
        padding: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .home-image .link-brand a {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .home-image .link-brand a:nth-last-child(2) {
        border-right: none;
    }

    .home-image .link-brand a img {
        max-height: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .home-image .link-brand a.full {
        border-top: 1px solid #8D8D8E;
        border-bottom: 1px solid #8D8D8E;
        border-right: none;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (max-width: 576px) {
    .home-image .link-brand a.link-brand {
        display: none;
    }
}

.home-image .link-brand a:last-child {
    border-right: none;
}

.home-image .link-brand a:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.home-image .link-brand a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.home-image .link-brand a:hover svg {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.home-image .link-brand a img, .home-image .link-brand a svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*Форма со скидкой*/
.discount-form {
    margin-bottom: 30px;
    background-image: url("img/line-car.png");
    background-repeat: no-repeat;
    background-position: center;
}

.discount-form p.desc {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1600px) {
    .discount-form p.desc {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 992px) {
    .discount-form p.desc {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.discount-form .wrap-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.discount-form .discount-banner {
    padding: 40px;
    max-width: 570px;
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(229, 27, 29, 0.8);
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .discount-form .discount-banner {
        height: 320px;
    }
}

@media only screen and (max-width: 992px) {
    .discount-form .discount-banner {
        margin-bottom: 30px;
    }
}

.discount-form .discount-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/percent.png");
    background-repeat: no-repeat;
    background-position: left top;
    z-index: -1;
}

.discount-form .discount-banner .discount-title {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .discount-form .discount-banner .discount-title {
        font-size: 32px;
        font-size: 2rem;
    }
}

.discount-form .discount-banner .discount-description {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
}

@media only screen and (max-width: 1600px) {
    .discount-form .discount-banner .discount-description {
        font-size: 16px;
        font-size: 1rem;
    }
}

.discount-form .delta {
    width: 0;
    height: 0;
    border-bottom: 420px solid rgba(229, 27, 29, 0.8);
    border-right: 260px solid transparent;
    border-top: 0;
    border-left: 0;
}

@media only screen and (max-width: 1600px) {
    .discount-form .delta {
        border-bottom: 320px solid rgba(229, 27, 29, 0.8);
    }
}

@media only screen and (max-width: 576px) {
    .discount-form .delta {
        display: none;
    }
}

.discount-form form input:not([type="submit"]) {
    border: none;
    border-bottom: 1px solid #8D8D8E;
}

.discount-form form input:not([type="submit"]):focus {
    border: none;
    border-bottom: 1px solid #FFFFFF;
}

.discount-form form button {
    margin-top: 30px;
}

@media only screen and (max-width: 576px) {
    .discount-form form button {
        width: 100%;
    }
}

/*Слайдер отзывов*/
.reviews .swiper {
    width: 100%;
    height: 100%;
    padding: 30px 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .reviews .swiper {
        padding: 0;
    }
}

.reviews .swiper-wrapper {
    height: auto;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 15px;
}

.reviews .swiper-slide {
    border-radius: 8px;
    text-align: left;
    font-size: 18px;
    height: calc((100% - 30px) / 2) !important;
    min-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1B1B1E;
}

.reviews .slide-content {
    padding: 30px;
    position: relative;
}

.reviews .slide-content .slide-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1600px) {
    .reviews .slide-content .slide-title {
        font-size: 22px;
        font-size: 1.375rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .reviews .slide-content .slide-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.reviews .slide-content .slide-meta {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    color: #8D8D8E;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1600px) {
    .reviews .slide-content .slide-meta {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 10px;
    }
}

.reviews .slide-content .slide-meta time {
    margin-right: 15px;
}

.reviews .slide-content .comment-text {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    padding-right: 10px;
    height: 155px;
    overflow: auto;
}

@media only screen and (max-width: 1600px) {
    .reviews .slide-content .comment-text {
        font-size: 16px;
        font-size: 1rem;
        height: 115px;
    }
}

.reviews .slide-content .bg-socials {
    position: absolute;
    right: 30px;
    bottom: 15px;
    z-index: -1;
}

.reviews .slide-content .bg-socials svg {
    fill: #242526;
}

@media only screen and (max-width: 768px) {
    .reviews .slide-content .bg-socials svg {
        width: 70px;
        height: auto;
    }
}

@media only screen and (max-width: 576px) {
    .reviews .slide-content .bg-socials svg {
        width: 40px;
    }
}

.reviews .wrap-button {
    text-align: center;
    width: 100%;
}

.reviews .slider-navigation {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .reviews .slider-navigation {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 1200px) {
    .reviews .slider-navigation {
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .reviews .slider-navigation {
        padding-bottom: 40px;
    }
}

.reviews .slider-navigation .reviews-swiper-prev,
.reviews .slider-navigation .reviews-swiper-next {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media only screen and (max-width: 768px) {
    .reviews .slider-navigation .reviews-swiper-prev,
  .reviews .slider-navigation .reviews-swiper-next {
        font-size: 0px;
        font-size: 0rem;
    }
}

.reviews .slider-navigation .reviews-swiper-prev:hover,
.reviews .slider-navigation .reviews-swiper-next:hover {
    color: #E51B1D;
}

.reviews .slider-navigation .reviews-swiper-prev.swiper-button-disabled,
.reviews .slider-navigation .reviews-swiper-next.swiper-button-disabled {
    color: #8D8D8E;
    cursor: default;
}

.reviews .slider-navigation .reviews-swiper-prev.swiper-button-disabled svg,
.reviews .slider-navigation .reviews-swiper-next.swiper-button-disabled svg {
    fill: #8D8D8E;
}

.reviews .slider-navigation .reviews-swiper-prev svg,
.reviews .slider-navigation .reviews-swiper-next svg {
    fill: #E51B1D;
    margin: 0 15px;
}

@media only screen and (max-width: 768px) {
    .reviews .slider-navigation .reviews-swiper-prev span,
  .reviews .slider-navigation .reviews-swiper-next span {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    .reviews .slider-navigation .reviews-swiper-prev svg {
        margin: 0 15px 0 0;
    }
}

.reviews .slider-navigation .reviews-swiper-next svg {
    margin: 0 0 0 15px;
}

/*Полосы прокрутки для текста комментариев*/
.reviews .comment-text::-webkit-scrollbar {
    width: 8px;
  /* ширина всей полосы прокрутки */
}

.reviews .comment-text::-webkit-scrollbar-track {
    background: #2B2B2B;
  /* цвет зоны отслеживания */
    border-radius: 20px;
}

.reviews .comment-text::-webkit-scrollbar-thumb {
    background-color: #8D8D8E;
  /* цвет бегунка */
    border-radius: 20px;
  /* округлось бегунка */
    border: 1px solid #2B2B2B;
  /* отступ вокруг бегунка */
}

/*Контакты*/
.main-contact .wrap-contact {
    width: 100%;
    position: relative;
}

.main-contact .wrap-contact .home-contact {
    border-radius: 10px;
    max-width: 720px;
    min-height: 400px;
    padding: 30px;
    background-color: #1B1B1E;
    position: relative;
    right: -180px;
    z-index: 9;
}

@media only screen and (max-width: 1400px) {
    .main-contact .wrap-contact .home-contact {
        right: -100px;
        max-width: none;
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .main-contact .wrap-contact .home-contact {
        right: 0;
        margin-bottom: 30px;
    }
}

.main-contact .wrap-contact .home-contact .title-contact {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1600px) {
    .main-contact .wrap-contact .home-contact .title-contact {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.main-contact .wrap-contact .home-contact .cover-contact {
    font-size: 20px;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1600px) {
    .main-contact .wrap-contact .home-contact .cover-contact {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .main-contact .wrap-contact .home-contact .cover-contact {
        margin-bottom: 0;
    }
}

.main-contact .wrap-contact .home-contact .cover-contact .item-contact {
    width: 48%;
    margin-bottom: 15px;
}

@media only screen and (max-width: 576px) {
    .main-contact .wrap-contact .home-contact .cover-contact .item-contact {
        width: 100%;
    }
}

.main-contact .wrap-contact .home-contact .cover-contact .item-contact .addr {
    margin-bottom: 15px;
}

@media only screen and (max-width: 576px) {
    .main-contact .wrap-contact .home-contact .cover-contact .item-contact .addr {
        margin-bottom: 15px;
    }
}

.main-contact .wrap-contact .home-contact .cover-contact .item-contact .wrap-phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-contact .wrap-contact .home-contact .cover-contact .item-contact .link-phone {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.main-contact .wrap-contact .home-contact .cover-contact .item-contact .link-phone:hover {
    color: #E51B1D;
}

.main-contact .wrap-contact .home-contact .cover-contact .item-contact div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-contact .wrap-contact .home-contact .cover-contact .wrap-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
    .main-contact .wrap-contact .home-contact .cover-contact .wrap-time {
        margin-bottom: 15px;
    }
}

.main-contact .wrap-contact .home-contact .cover-contact .wrap-time svg {
    margin-top: 5px;
}

.main-contact .wrap-contact .home-contact .cover-contact ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.main-contact .wrap-contact .home-contact .cover-contact ul span {
    color: #8D8D8E;
    margin-right: 15px;
}

.main-contact .wrap-contact .home-contact .cover-contact svg {
    fill: #E51B1D;
    margin-right: 15px;
}

@media only screen and (max-width: 1600px) {
    .main-contact .wrap-contact .home-contact .cover-contact svg {
        height: 20px;
    }
}

.main-contact .wrap-contact .home-contact .contact-copy {
    font-size: 20px;
    font-size: 1.25rem;
}

@media only screen and (max-width: 1600px) {
    .main-contact .wrap-contact .home-contact .contact-copy {
        font-size: 16px;
        font-size: 1rem;
    }
}

.main-contact .wrap-contact .home-contact .contact-copy p {
    margin: 0;
}

.main-contact .wrap-contact .home-contact .contact-copy a {
    color: #E51B1D;
    text-decoration: none;
}

.main-contact .wrap-contact .home-contact .contact-copy a:hover {
    color: #E51B1D;
    text-decoration: underline;
}

.main-contact .map {
    border-radius: 10px;
    height: 520px;
    z-index: 1;
}

.main-contact .map:hover .leaflet-tile-container {
    -webkit-filter: none;
    filter: none;
}

@media only screen and (max-width: 576px) {
    .main-contact .map {
        height: 400px;
    }
}

.main-contact .map .leaflet-tile-container {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*Контент на главной*/
.main-content {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
}

@media only screen and (max-width: 1600px) {
    .main-content {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 768px) {
    .main-content .title {
        margin: 0;
    }
}

.main-content .content-show {
    position: relative;
}

.main-content .content-show:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#0c0d0e), color-stop(30%, rgba(12, 13, 14, 0.5)), to(transparent));
    background: linear-gradient(360deg, #0c0d0e 0%, rgba(12, 13, 14, 0.5) 30%, transparent 100%);
    z-index: 9;
}

.main-content .content-show.show:before {
    background: none;
    z-index: -1;
}

.main-content .content-hidden {
    display: none;
}

.main-content .wrap-button {
    text-align: center;
    width: 100%;
    margin: 30px 0;
}

.main-content p:empty {
    display: none;
}

/*--------------------------------------------------------------
# Виджеты
--------------------------------------------------------------*/
/*Сайтбар*/
aside.widget-area {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    aside.widget-area {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/*Общие стили виджета*/
.widget {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.widget:last-child {
    border: none;
}

.widget select {
    max-width: 100%;
}

.widget .widget-title {
    font-size: 22px;
    font-size: 1.375rem;
    color: #000000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.widget .widget-title:after {
    content: '';
    width: 60px;
    height: 4px;
    background-color: #000000;
    display: block;
    position: relative;
    left: 0;
    bottom: -8px;
}

.widget ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.widget ul li {
    line-height: 24px;
    margin-bottom: 5px;
}

.widget ul li a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
}

.widget ul li span {
    color: #8D8D8E;
}

.widget ul li ul {
    padding-top: 5px;
    padding-left: 20px;
}

/*Виджет поиска*/
.widget_search {
    width: 100%;
}

.widget_search form {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .widget_search form {
        margin: 0 auto 35px;
    }
}

.widget_search form .screen-reader-text {
    display: none;
}

.widget_search form label {
    width: 100%;
}

.widget_search form input[type="search"] {
    font-size: 16px;
    font-size: 1rem;
    background-color: transparent;
    border: 1px solid #8D8D8E;
    width: 100%;
    padding: 5px 10px;
    outline: none;
}

.widget_search form input[type="search"]:focus {
    background-color: transparent;
}

.widget_search form input[type="submit"],
.widget_search form button[type="submit"] {
    background: none;
    border: none;
    outline: none;
    width: 40px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.widget_search form input[type="submit"]:hover,
.widget_search form button[type="submit"]:hover {
    cursor: pointer;
}

.widget_search form input[type="submit"] i,
.widget_search form button[type="submit"] i {
    font-size: 18px;
    font-size: 1.125rem;
    color: #8D8D8E;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*Виджет тегов*/
.widget_tag_cloud .tagcloud a {
    font-weight: 400;
    text-decoration: none;
    padding: 2px 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #000000;
}

.widget_tag_cloud .tagcloud a:hover {
    color: white;
    background-color: #000000;
}

/*Виджет свежих комментариев*/
.widget_recent_comments ul li a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
# Контент
--------------------------------------------------------------*/
/*Сетка с постами*/
.grid-post {
    margin-bottom: 80px;
}

.grid-post .item {
    border-radius: 8px;
    background-color: #1B1B1E;
    padding-bottom: 15px;
    margin-bottom: 60px;
    width: 100%;
}

@media only screen and (max-width: 576px) {
    .grid-post .item {
        text-align: center;
    }
}

.grid-post .item a.item-link {
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 228px;
    background-color: #2B2B2B;
}

.grid-post .item a.item-link:after {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    content: '';
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 98;
}

.grid-post .item a.item-link:hover:after {
    background-color: rgba(0, 0, 0, 0.6);
}

.grid-post .item a.item-link img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: auto;
    height: 100%;
    max-height: 228px;
    -o-object-fit: cover;
    object-fit: cover;
}

.grid-post .item a.item-link svg {
    border: 2px solid #8D8D8E;
    height: auto;
    max-height: 50px;
}

.grid-post .item .item-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    padding: 15px;
	position: relative;
}

@media only screen and (max-width: 1600px) {
    .grid-post .item .item-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.grid-post .item .item-title a {
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
	
}

.grid-post .item .item-title:after {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    content: '';
    width: 140px;
    height: 2px;
    background-color: #E51B1D;
    display: block;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 70px);
}

.grid-post .item .item-title a:hover {
    color: #8D8D8E;
}

.grid-post .item .item-title a:hover:after {
    width: 100%;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 576px) {
    .grid-post .item .item-title:after {
        display: none;
    }
}

.grid-post .item .sub-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px;
}

.grid-post .item p {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0 15px;
}

@media only screen and (max-width: 1600px) {
    .grid-post .item p {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .grid-post .item p {
        display: none;
    }
}

.grid-post .item a.button {
    display: none;
}

@media only screen and (max-width: 576px) {
    .grid-post .item a.button {
        display: inline-block;
    }
}

.grid-post .wrap-button {
    text-align: center;
}

/*Посты списком*/
.list-post .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

@media only screen and (max-width: 576px) {
    .list-post .item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
}

.list-post .item .item-link {
    border-radius: 8px;
    margin-right: 20px;
    max-height: 228px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    background-color: #2B2B2B;
}

@media only screen and (max-width: 768px) {
    .list-post .item .item-link {
        width: 300px;
    }
}

@media only screen and (max-width: 576px) {
    .list-post .item .item-link {
        margin-bottom: 15px;
        width: 100%;
    }
}

.list-post .item .item-link:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.list-post .item .item-link img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-width: none;
    max-height: 228px;
    -o-object-fit: contain;
    object-fit: contain;
}

.list-post .item .item-content .item-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .list-post .item .item-content .item-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.list-post .item .item-content .item-title:after {
    content: '';
    width: 140px;
    height: 2px;
    background-color: #E51B1D;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.list-post .item .item-content .item-title:hover a {
    color: #8D8D8E;
}

.list-post .item .item-content .item-title a {
    color: #FFFFFF;
    text-decoration: none;
}

.list-post .item .item-content p {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}

@media only screen and (max-width: 1600px) {
    .list-post .item .item-content p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

/*Индексная страница*/
.archive-news .grid-post {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1600px) {
    .archive-news .grid-post {
        margin-bottom: 15px;
    }
}

/*Обычная страница*/
.page .page-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 30px 0;
}

@media only screen and (max-width: 1600px) {
    .page .page-title {
        font-size: 54px;
        font-size: 3.375rem;
    }
}

@media only screen and (max-width: 1400px) {
    .page .page-title {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 1200px) {
    .page .page-title {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

@media only screen and (max-width: 992px) {
    .page .page-title {
        font-size: 36px;
        font-size: 2.25rem;
        padding: 15px 0;
    }
}

.page article {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1600px) {
    .page article {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

/*Страница О нас*/
@media only screen and (max-width: 576px) {
    .page-about .team {
        display: none;
    }
}

.page-about .team-image {
    height: 800px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

@media only screen and (max-width: 1600px) {
    .page-about .team-image {
        height: 700px;
    }
}

@media only screen and (max-width: 1400px) {
    .page-about .team-image {
        height: 600px;
    }
}

@media only screen and (max-width: 992px) {
    .page-about .team-image {
        height: 400px;
    }
}

.page-about .team-image .team-image-title {
    font-size: 80px;
    font-size: 5rem;
    font-family: 'SFProDisplay', sans-serif;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

@media only screen and (max-width: 1600px) {
    .page-about .team-image .team-image-title {
        font-size: 54px;
        font-size: 3.375rem;
    }
}

@media only screen and (max-width: 1024px) {
    .page-about .team-image .team-image-title {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 992px) {
    .page-about .team-image .team-image-title {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

@media only screen and (max-width: 576px) {
    .page-about .team-image .team-image-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.page-about .team-image img {
    -o-object-fit: cover;
    object-fit: cover;
}

.page-about .info-about {
    font-size: 20px;
    font-size: 1.25rem;
    background-image: url("img/bg-about.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

@media only screen and (max-width: 1600px) {
    .page-about .info-about {
        font-size: 16px;
        font-size: 1rem;
    }
}

.page-about .info-about .info-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .page-about .info-about .info-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

@media only screen and (max-width: 576px) {
    .page-about .info-about .info-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.page-about .advantages ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-about .advantages ul li {
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px 30px 0;
}

@media only screen and (max-width: 1200px) {
    .page-about .advantages ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 576px) {
    .page-about .advantages ul li {
        width: 100%;
        padding: 15px 0;
    }
}

.page-about .advantages ul li img {
    width: auto;
    height: 72px;
    margin-right: 20px;
}

@media only screen and (max-width: 768px) {
    .page-about .advantages ul li img {
        height: 50px;
    }
}

.page-about .map-about {
    height: 500px;
}

.page-about .map-about .map {
    height: 100%;
}

.page-about .map-about .map:hover .leaflet-tile-container {
    -webkit-filter: none;
    filter: none;
}

.page-about .map-about .map .leaflet-tile-container {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.service-team .slider-team {
    border-left: 2px solid #E51B1D;
    border-right: 2px solid #E51B1D;
    overflow: hidden;
    position: relative;
}

.service-team .slider-team:before {
    content: '';
    width: 140px;
    height: 2px;
    display: block;
    background-color: #E51B1D;
}

.service-team .slider-team:after {
    content: '';
    width: 25%;
    height: 2px;
    display: block;
    background-color: #E51B1D;
}

@media only screen and (max-width: 1200px) {
    .service-team .slider-team:after {
        width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .service-team .slider-team:before {
        width: 100px;
    }

    .service-team .slider-team:after {
        width: 55%;
    }
}

.service-team .teamSwiper {
    overflow: visible;
    position: relative;
    padding: 0 30px;
}

@media only screen and (max-width: 576px) {
    .service-team .teamSwiper {
        padding: 0;
    }
}

.service-team .teamSwiper:before {
    content: '';
    width: 30%;
    height: 2px;
    display: block;
    background-color: #E51B1D;
    position: absolute;
    top: -2px;
    right: 0;
}

.service-team .teamSwiper:after {
    content: '';
    width: 140px;
    height: 2px;
    display: block;
    background-color: #E51B1D;
    position: absolute;
    right: 0;
    bottom: -2px;
}

@media only screen and (max-width: 1200px) {
    .service-team .teamSwiper:before {
        width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .service-team .teamSwiper:before {
        width: 55%;
    }

    .service-team .teamSwiper:after {
        width: 100px;
    }
}

.service-team .teamSwiper .swiper-slide {
    padding: 30px;
    overflow: hidden;
}

@media only screen and (max-width: 1600px) {
    .service-team .teamSwiper .swiper-slide {
        padding: 30px 15px;
    }
}

.service-team .teamSwiper .item-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 576px) {
    .service-team .teamSwiper .item-team {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 30px;
    }
}

.service-team .teamSwiper .item-team .slide-image {
    height: 375px;
    margin-right: 30px;
}

@media only screen and (max-width: 1600px) {
    .service-team .teamSwiper .item-team .slide-image {
        width: 50%;
    }
}

@media only screen and (max-width: 576px) {
    .service-team .teamSwiper .item-team .slide-image {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

.service-team .teamSwiper .item-team .slide-image img {
    border-radius: 5px;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-team .teamSwiper .item-team .slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 576px) {
    .service-team .teamSwiper .item-team .slide-content {
        text-align: center;
    }
}

.service-team .teamSwiper .item-team .slide-content .title-name {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
}

.service-team .teamSwiper .item-team .slide-content .title-name:after {
    content: '';
    width: 140px;
    height: 2px;
    display: block;
    background-color: #E51B1D;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 1600px) {
    .service-team .teamSwiper .item-team .slide-content .title-name {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media only screen and (max-width: 768px) {
    .service-team .teamSwiper .item-team .slide-content .title-name {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 576px) {
    .service-team .teamSwiper .item-team .slide-content .title-name:after {
        width: 100px;
        left: calc( 50% - 50px);
        bottom: -5px;
    }
}

.service-team .teamSwiper .item-team .slide-content p {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1600px) {
    .service-team .teamSwiper .item-team .slide-content p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 768px) {
    .service-team .teamSwiper .item-team .slide-content p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.service-team .teamSwiper .item-team .slide-content p span {
    color: #E51B1D;
}

.service-team .teamSwiper .item-team .slide-content .link-service {
    font-size: 20px;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-decoration: none;
}

.service-team .teamSwiper .item-team .slide-content .link-service:hover {
    color: #E51B1D;
}

.service-team .teamSwiper .item-team .slide-content .link-service svg {
    margin-right: 15px;
}

.service-team .teamSwiper .swiper-button-next,
.service-team .teamSwiper .swiper-button-prev {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #FFFFFF;
}

.service-team .teamSwiper .swiper-button-next:after,
.service-team .teamSwiper .swiper-button-prev:after {
    font-size: 32px;
    font-size: 2rem;
    width: 18px;
    height: 32px;
}

.service-team .teamSwiper .swiper-button-next:hover,
.service-team .teamSwiper .swiper-button-prev:hover {
    color: #E51B1D;
}

/*Архивная страница услуг*/
.archive-services .services-category {
    padding-bottom: 30px;
}

.archive-services .services-category .item-category {
    margin-bottom: 60px;
}

.archive-services .services-category .item-category .link-category {
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    overflow: hidden;
}

@media only screen and (max-width: 1600px) {
    .archive-services .services-category .item-category .link-category {
        margin-bottom: 30px;
    }
}

.archive-services .services-category .item-category .link-category:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.archive-services .services-category .item-category .link-category.no-img {
    background-color: #2B2B2B;
}

.archive-services .services-category .item-category .link-category.no-img img {
    width: auto;
}

.archive-services .services-category .item-category .link-category img {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    max-width: none;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 992px) {
    .archive-services .services-category .item-category .link-category img {
        height: 220px;
    }
}

.archive-services .services-category .item-category .category-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .archive-services .services-category .item-category .category-title {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
}

.archive-services .services-category .item-category .category-title:before {
    content: '';
    width: 140px;
    height: 2px;
    display: block;
    background-color: #E51B1D;
    position: relative;
    left: calc(50% - 70px);
    top: -10px;
}

@media only screen and (max-width: 1600px) {
    .archive-services .services-category .item-category .category-title:before {
        top: -5px;
    }
}

.archive-services .services-category .item-category .category-title a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.archive-services .services-category .item-category .category-title a:hover {
    color: #E51B1D;
}

.archive-services .services-category .item-category ul.sub-category li {
    font-size: 20px;
    font-size: 1.25rem;
    color: #E51B1D;
}

@media only screen and (max-width: 1600px) {
    .archive-services .services-category .item-category ul.sub-category li {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 992px) {
    .archive-services .services-category .item-category ul.sub-category li {
        font-size: 16px;
        font-size: 1rem;
    }
}

.archive-services .services-category .item-category ul.sub-category li a {
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}

.archive-services .services-category .item-category ul.sub-category li a:hover {
    color: #E51B1D;
}

.archive-services .services-category .item-category a.more-services {
    font-size: 18px;
    font-size: 1.125rem;
    text-decoration: none;
    padding-left: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.archive-services .services-category .item-category a.more-services:hover svg {
    fill: #a11214;
    margin-left: 15px;
}

.archive-services .services-category .item-category a.more-services svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: #E51B1D;
    margin-left: 10px;
}

@media only screen and (min-width: 576px) {
    .archive-services .main-content .title {
        margin: 0;
    }
}

/*Архивная подкатегорий услуг*/
.sub-services .grid-post {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1600px) {
    .sub-services .grid-post {
        margin-bottom: 0;
    }
}

.sub-services .services {
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
    .sub-services .main-content .title {
        margin: 0;
    }
}

/*Страница контактов*/
.page-contact .service-contact {
    border-radius: 8px;
    background-color: #1B1B1E;
    padding: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1400px) {
    .page-contact .service-contact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1400px) {
    .page-contact .service-contact .contact-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 576px) {
    .page-contact .service-contact .contact-content {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .page-contact .service-contact {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .page-contact .service-contact .contact-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (max-width: 576px) {
    .page-contact .service-contact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .page-contact .service-contact .contact-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.page-contact .service-contact .contact-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1600px) {
    .page-contact .service-contact .contact-title {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.page-contact .service-contact .contact-title svg {
    margin-right: 5px;
}

@media only screen and (max-width: 1600px) {
    .page-contact .service-contact .contact-title svg {
        height: 24px;
    }
}

.page-contact .service-contact .addr {
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: 40px;
}

@media only screen and (max-width: 1600px) {
    .page-contact .service-contact .addr {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1400px) {
    .page-contact .service-contact .addr {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 1024px) {
    .page-contact .service-contact .addr {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .page-contact .service-contact .addr {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.page-contact .service-contact .wrap-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-contact .service-contact .wrap-time svg {
    margin-right: 15px;
}

@media only screen and (max-width: 1600px) {
    .page-contact .service-contact .wrap-time svg {
        height: 22px;
    }
}

.page-contact .service-contact .wrap-time ul {
    font-size: 20px;
    font-size: 1.25rem;
    list-style: none;
    padding: 0;
}

@media only screen and (max-width: 1600px) {
    .page-contact .service-contact .wrap-time ul {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1400px) {
    .page-contact .service-contact .wrap-time ul {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 1024px) {
    .page-contact .service-contact .wrap-time ul {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .page-contact .service-contact .wrap-time ul {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.page-contact .service-contact .wrap-time ul li span {
    color: #8D8D8E;
    margin-right: 15px;
}

.page-contact .service-contact .phones {
    font-size: 20px;
    font-size: 1.25rem;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .page-contact .service-contact .phones {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1400px) {
    .page-contact .service-contact .phones {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 1024px) {
    .page-contact .service-contact .phones {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .page-contact .service-contact .phones {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.page-contact .service-contact .phones li {
    padding: 5px 0;
}

.page-contact .service-contact .phones li svg {
    margin-right: 10px;
}

@media only screen and (max-width: 1600px) {
    .page-contact .service-contact .phones li svg {
        height: 22px;
    }
}

.page-contact .service-contact a.button {
    font-size: 20px;
    font-size: 1.25rem;
}

@media only screen and (max-width: 576px) {
    .page-contact .service-contact a.button {
        width: 100%;
    }
}

.page-contact .service-contact a.button span {
    padding: 12px 55px;
}

.page-contact .service-contact .contact-image {
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

@media only screen and (max-width: 1700px) {
    .page-contact .service-contact .contact-image {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }

    .page-contact .service-contact .contact-image img {
        max-width: none;
    }
}

@media only screen and (max-width: 1600px) {
    .page-contact .service-contact .contact-image img {
        height: 100%;
    }
}

@media only screen and (max-width: 1400px) {
    .page-contact .service-contact .contact-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .page-contact .service-contact .contact-image img {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .page-contact .service-contact .contact-image {
        max-height: 300px;
    }
}

@media only screen and (max-width: 992px) {
    .page-contact .service-contact .contact-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-height: none;
        margin-bottom: 0;
    }

    .page-contact .service-contact .contact-image img {
        width: auto;
    }
}

@media only screen and (max-width: 576px) {
    .page-contact .service-contact .contact-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
        max-height: 300px;
    }

    .page-contact .service-contact .contact-image img {
        width: 100%;
    }
}

.page-contact .service-contact .contact-image img {
    -o-object-fit: cover;
    object-fit: cover;
}

.page-contact .map {
    border-radius: 10px;
    height: 520px;
    margin-bottom: 60px;
    z-index: 1;
}

.page-contact .map:hover .leaflet-tile-container {
    -webkit-filter: none;
    filter: none;
}

@media only screen and (max-width: 576px) {
    .page-contact .map {
        height: 350px;
    }
}

.page-contact .map .leaflet-tile-container {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*Форма обратной связи*/
.form-contact .form-title {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1600px) {
    .form-contact .form-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

@media only screen and (max-width: 576px) {
    .form-contact .form-title {
        font-size: 28px;
        font-size: 1.75rem;
    }
}

.form-contact form {
    font-size: 20px;
    font-size: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 576px) {
    .form-contact form {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.form-contact form div {
    padding: 0 30px;
    margin: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

@media only screen and (max-width: 992px) {
    .form-contact form div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.form-contact form div:nth-last-child(2) {
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media only screen and (max-width: 576px) {
    .form-contact form button[type="submit"] {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

/*Одиночная страница локации*/
.page-location .title-location {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 700;
    color: #8D8D8E;
    line-height: 1.2;
    padding: 30px 0;
}

@media only screen and (max-width: 1600px) {
    .page-location .title-location {
        font-size: 54px;
        font-size: 3.375rem;
    }
}

@media only screen and (max-width: 1200px) {
    .page-location .title-location {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .page-location .title-location {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.page-location .title-location span {
    color: #FFFFFF;
}

.page-location .location-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 550px;
}

@media only screen and (max-width: 1400px) {
    .page-location .location-image {
        height: 450px;
    }
}

@media only screen and (max-width: 1200px) {
    .page-location .location-image {
        height: 400px;
    }
}

@media only screen and (max-width: 992px) {
    .page-location .location-image {
        height: 300px;
    }
}

.page-location .location-image img {
    max-width: none;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 576px) {
    .page-location .location-image img {
        width: auto;
        height: 100%;
    }
}

/*Карта местонахождения*/
.map-location {
    position: relative;
}

.map-location .item-contact {
    border-radius: 8px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
    background-color: #1B1B1E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 992px) {
    .map-location .item-contact {
        position: static;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .map-location .item-contact {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 576px) {
    .map-location .item-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0;
    }
}

.map-location .item-contact .item-block {
    padding: 30px;
}

@media only screen and (max-width: 1200px) {
    .map-location .item-contact .item-block {
        padding: 20px;
    }
}

@media only screen and (max-width: 992px) {
    .map-location .item-contact .item-block {
        padding: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .map-location .item-contact .item-block {
        padding: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .map-location .item-contact .item-block {
        padding: 0 20px;
    }
}

.map-location .item-contact .contact-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1600px) {
    .map-location .item-contact .contact-title {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 1200px) {
    .map-location .item-contact .contact-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 992px) {
    .map-location .item-contact .contact-title {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media only screen and (max-width: 768px) {
    .map-location .item-contact .contact-title {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.map-location .item-contact .contact-title svg {
    margin-right: 5px;
}

@media only screen and (max-width: 1600px) {
    .map-location .item-contact .contact-title svg {
        height: 24px;
    }
}

.map-location .item-contact .addr {
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: 40px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .map-location .item-contact .addr {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1400px) {
    .map-location .item-contact .addr {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 1024px) {
    .map-location .item-contact .addr {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .map-location .item-contact .addr {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.map-location .item-contact .wrap-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.map-location .item-contact .wrap-time svg {
    margin-right: 15px;
}

@media only screen and (max-width: 1600px) {
    .map-location .item-contact .wrap-time svg {
        height: 22px;
    }
}

.map-location .item-contact .wrap-time ul {
    font-size: 20px;
    font-size: 1.25rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media only screen and (max-width: 1600px) {
    .map-location .item-contact .wrap-time ul {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1400px) {
    .map-location .item-contact .wrap-time ul {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 1024px) {
    .map-location .item-contact .wrap-time ul {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .map-location .item-contact .wrap-time ul {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.map-location .item-contact .wrap-time ul li {
    margin-bottom: 5px;
}

.map-location .item-contact .wrap-time ul li span {
    color: #8D8D8E;
    margin-right: 15px;
}

.map-location .item-contact .phones {
    font-size: 20px;
    font-size: 1.25rem;
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .map-location .item-contact .phones {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1400px) {
    .map-location .item-contact .phones {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 1024px) {
    .map-location .item-contact .phones {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .map-location .item-contact .phones {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.map-location .item-contact .phones li {
    padding: 5px 0;
}

.map-location .item-contact .phones li svg {
    margin-right: 10px;
}

@media only screen and (max-width: 1600px) {
    .map-location .item-contact .phones li svg {
        height: 22px;
    }
}

.map-location .item-contact a.get-directions {
    font-size: 20px;
    font-size: 1.25rem;
    text-decoration: none;
}

@media only screen and (max-width: 1600px) {
    .map-location .item-contact a.get-directions {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 992px) {
    .map-location .item-contact a.get-directions {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 768px) {
    .map-location .item-contact a.get-directions {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.map-location .map {
    border-radius: 10px;
    height: 520px;
    margin-bottom: 60px;
    z-index: 1;
}

.map-location .map:hover .leaflet-tile-container {
    -webkit-filter: none;
    filter: none;
}

@media only screen and (max-width: 576px) {
    .map-location .map {
        height: 350px;
    }
}

.map-location .map .leaflet-tile-container {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*Видео проезда*/
.video {
    margin-bottom: 80px;
}

.video .title {
    margin: 0;
}

@media only screen and (min-width: 576px) {
    .video .title {
        padding: 50px 0 80px;
    }
}

@media only screen and (max-width: 576px) {
    .video .title {
        padding: 25px 0 40px;
    }
}

.video .item-video {
    border-radius: 8px;
    width: 100%;
    height: 620px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .video .item-video {
        height: 500px;
    }
}

@media only screen and (max-width: 576px) {
    .video .item-video {
        height: 400px;
    }
}

.video .item-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.video .item-video .link-video {
    font-size: 30px;
    font-size: 1.875rem;
    color: #FFFFFF;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 9;
}

.video .item-video .link-video:hover {
    color: #E51B1D;
}

.video .item-video .link-video:hover svg {
    fill: rgba(229, 27, 29, 0.8);
}

.video .item-video .link-video svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
}

/*Страница 404 ошибки*/
.page-404 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-404 .error-404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.page-404 .error-404 .not-found {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-404 .error-404 .not-found .error-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .page-404 .error-404 .not-found .error-title {
        font-size: 70px;
        font-size: 4.375rem;
    }
}

@media only screen and (max-width: 1400px) {
    .page-404 .error-404 .not-found .error-title {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

@media only screen and (max-width: 576px) {
    .page-404 .error-404 .not-found .error-title {
        font-size: 48px;
        font-size: 3rem;
    }
}

.page-404 .error-404 .not-found img {
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 400px;
    margin-bottom: 30px;
}

/*Нет контента*/
.no-tax-title {
    font-size: 36px;
    font-size: 2.25rem;
    color: #8D8D8E;
}

/*Архивная страница брендов*/
.archive-brands .grid-post {
    margin-bottom: 0;
}

.archive-brands .grid-post a.item-link {
    border-radius: 8px;
    height: 200px;
    padding: 15px 30px;
    background: none;
}

@media only screen and (max-width: 576px) {
    .archive-brands .grid-post a.item-link {
        padding: 15px 0;
        height: auto;
    }
}

.archive-brands .grid-post a.item-link.no-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

.archive-brands .grid-post a.item-link.no-img img {
    max-height: 200px;
}

.archive-brands .grid-post a.item-link img {
    height: auto;
    width: auto;
    min-width: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.archive-brands .grid-post a.item-link svg {
    width: 100%;
    height: 200px;
    border: none;
}

.archive-brands .grid-post .item-title a {
    height: 60px;
}

.archive-brands .grid-post .item-title a:after {
    bottom: 0;
}

/*Одиночная страница бренда*/
.page-brand .page-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 30px 0;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .page-brand .page-title {
        font-size: 54px;
        font-size: 3.375rem;
    }
}

@media only screen and (max-width: 1200px) {
    .page-brand .page-title {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

@media only screen and (max-width: 992px) {
    .page-brand .page-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.page-brand article {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1600px) {
    .page-brand article {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.page-brand article h2, .page-brand article h3, .page-brand article h4 {
    padding: 20px 0;
    margin: 0;
}

@media only screen and (max-width: 576px) {
    .page-brand article h2, .page-brand article h3, .page-brand article h4 {
        padding: 15px 0;
    }
}

.page-brand .repair-report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
    .page-brand .repair-report {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.page-brand .repair-report .wrap-image {
    margin-right: 30px;
}

@media only screen and (max-width: 576px) {
    .page-brand .repair-report .wrap-image {
        margin: 0 0 30px;
    }
}

.page-brand .repair-report .wrap-image img {
    min-width: 300px;
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 576px) {
    .page-brand .repair-report .wrap-image img {
        min-width: auto;
        width: 100%;
    }
}

.page-brand .repair-report .wrap-content .repair-list {
    font-size: 24px;
    font-size: 1.5rem;
    list-style: none;
    padding: 0 0 20px;
    margin-bottom: 20px;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .page-brand .repair-report .wrap-content .repair-list {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.page-brand .repair-report .wrap-content .repair-list:after {
    content: '';
    width: 140px;
    height: 2px;
    display: block;
    background-color: #E51B1D;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page-brand .repair-report .wrap-content .repair-list li {
    padding: 5px 0;
}

@media only screen and (max-width: 768px) {
    .page-brand .repair-report .wrap-content .repair-list li {
        padding: 2px 0;
    }
}

.page-brand .repair-report .wrap-content .repair-list span {
    font-weight: 700;
}

.page-brand .repair-report .wrap-content p {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}

@media only screen and (max-width: 1600px) {
    .page-brand .repair-report .wrap-content p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.page-brand .repair-report .wrap-content .master-name {
    font-size: 24px;
    font-size: 1.5rem;
}

@media only screen and (max-width: 1600px) {
    .page-brand .repair-report .wrap-content .master-name {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.page-brand .discount-form .discount-banner {
    max-width: none;
    width: 100%;
}

.page-brand .discount-form form {
    max-width: 425px;
}

@media only screen and (max-width: 1200px) {
    .page-brand .other-works .title {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

@media only screen and (max-width: 992px) {
    .page-brand .other-works .title {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .page-brand .other-works .title {
        font-size: 34px;
        font-size: 2.125rem;
    }
}

.page-brand .other-works .item .item-link {
    margin-bottom: 10px;
    height: 270px;
}

.page-brand .other-works .item .item-link img {
    max-height: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 576px) {
    .page-brand .other-works .item .item-title {
        padding: 5px 0 0;
    }

    .page-brand .other-works .item .item-title a {
        padding: 0;
    }
}

@media only screen and (max-width: 576px) {
    .page-brand .other-works .item .sub-title {
        padding: 10px 0 25px;
    }
}

.page-brand .other-works .item p {
    display: block;
    margin-bottom: 10px;
}

.slider-images {
    padding: 30px 60px;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .slider-images {
        padding: 30px 40px;
    }
}

.slider-images .imageSwiper {
    width: 100%;
    height: 100%;
    position: static;
}

.slider-images .imageSwiper .swiper-slide {
    border-radius: 8px;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.slider-images .imageSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider-images .imageSwiper .swiper-button-prev,
.slider-images .imageSwiper .swiper-button-next {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #FFFFFF;
}

.slider-images .imageSwiper .swiper-button-prev:after,
.slider-images .imageSwiper .swiper-button-next:after {
    font-size: 32px;
    font-size: 2rem;
}

@media only screen and (max-width: 576px) {
    .slider-images .imageSwiper .swiper-button-prev {
        left: 0;
    }
}

@media only screen and (max-width: 576px) {
    .slider-images .imageSwiper .swiper-button-next {
        right: 0;
    }
}

/*Таблица прайса*/
#priceTabs {
    margin-bottom: 30px;
}

#priceTabs .sub-tab:last-child .tbl {
    margin-bottom: 30px;
}

#priceTabs .sub-tab:last-child .sub-title {
    border: none;
}

#priceTabs .sub-tab .sub-title {
    font-size: 20px;
    font-size: 1.25rem;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    padding: 20px;
    border-bottom: 1px solid #8D8D8E;
}

@media only screen and (max-width: 1600px) {
    #priceTabs .sub-tab .sub-title {
        font-size: 16px;
        font-size: 1rem;
        padding: 10px 15px;
    }
}

#priceTabs .sub-tab .sub-title.open {
    border-bottom: 1px solid #8D8D8E;
}

#priceTabs .sub-tab .sub-title.open svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#priceTabs .sub-tab .sub-title svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-right: 10px;
}

@media only screen and (max-width: 1600px) {
    #priceTabs .sub-tab .sub-title svg {
        width: 16px;
    }
}

#priceTabs .sub-tab .tbl {
    font-size: 16px;
    font-size: 1rem;
    border-left: 1px solid #8D8D8E;
    border-right: 1px solid #8D8D8E;
    border-bottom: 1px solid #8D8D8E;
    display: none;
}

@media only screen and (max-width: 576px) {
    #priceTabs .sub-tab .tbl {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

#priceTabs .sub-tab .tbl p {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #8D8D8E;
}

@media only screen and (max-width: 1600px) {
    #priceTabs .sub-tab .tbl p {
        padding: 10px;
    }
}

#priceTabs .sub-tab .tbl p:last-child {
    border: none;
}

#priceTabs .sub-tab .tbl p:hover {
    cursor: default;
    background-color: #2B2B2B;
}

#priceTabs .sub-tab .tbl span {
    display: inline-block;
}

#priceTabs .sub-tab .tbl span:last-child {
    white-space: nowrap;
}

.price-results p {
    font-size: 18px;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #8D8D8E;
    border-left: 1px solid #8D8D8E;
    border-right: 1px solid #8D8D8E;
}

.price-results p:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.price-results p:last-child {
    border-bottom: 1px solid #8D8D8E;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*Одиночная страница услуги*/
.page-services article {
    font-size: 20px;
    font-size: 1.25rem;
    padding-right: 30px;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1600px) {
    .page-services article {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 1400px) {
    .page-services article {
        padding-right: 0;
    }
}

.page-services article ul {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 0;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .page-services article ul {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.page-services article ul li {
    color: #FFFFFF;
    list-style: none;
    position: relative;
}

.page-services article ul li::before {
    content: "•";
    color: #E51B1D;
    padding-right: 10px;
}

.page-services .image-services {
    border-radius: 8px;
    margin-bottom: 80px;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    .page-services .image-services {
        margin-bottom: 30px;
    }
}

.page-services .image-services img {
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 1400px) {
    .page-services .image-services img {
        max-height: 450px;
    }
}

@media only screen and (max-width: 992px) {
    .page-services .image-services img {
        max-height: 400px;
    }
}

@media only screen and (max-width: 576px) {
    .page-services .image-services img {
        max-height: 300px;
    }
}

@media only screen and (max-width: 992px) {
    .page-services .price-title {
        margin: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .page-services .other-works .title {
        font-size: 42px;
        font-size: 2.625rem;
    }
}

@media only screen and (max-width: 992px) {
    .page-services .other-works .title {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .page-services .other-works .title {
        font-size: 34px;
        font-size: 2.125rem;
    }
}

.page-services .other-works .item .item-link {
    margin-bottom: 10px;
    height: 270px;
}

.page-services .other-works .item .item-link img {
    max-height: none;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-services .other-works .item .item-link svg {
    width: 100%;
    max-height: 100%;
}

@media only screen and (max-width: 576px) {
    .page-services .other-works .item .item-title {
        padding: 5px 0 0;
    }

    .page-services .other-works .item .item-title a {
        padding: 0;
    }
}

@media only screen and (max-width: 576px) {
    .page-services .other-works .item .sub-title {
        padding: 10px 0 25px;
    }
}

.page-services .other-works .item p {
    display: block;
    margin-bottom: 10px;
}

.page-services .main-content .title {
    margin: 0;
    padding: 40px 0;
}

/*Страница дополнительных услуг*/
.page-duble {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-duble .additional-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

.page-duble .additional-service .add-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 700;
}

@media only screen and (max-width: 1600px) {
    .page-duble .additional-service .add-title {
        font-size: 70px;
        font-size: 4.375rem;
    }
}

@media only screen and (max-width: 1400px) {
    .page-duble .additional-service .add-title {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

@media only screen and (max-width: 992px) {
    .page-duble .additional-service .add-title {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .page-duble .additional-service .add-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.page-duble .additional-service .add-image {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .page-duble .additional-service .add-image {
        padding-bottom: 0;
        height: auto;
    }
}

.page-duble .additional-service .add-image img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%;
}

/*Страница автомойки*/
@media only screen and (min-width: 1920px) {
    .page-wash .order-service {
        background-image: url("img/bg-car-wash.jpg") !important;
    }
}

@media only screen and (max-width: 992px) {
    .page-wash .price-title {
        margin: 0;
    }
}

.page-wash #priceTabs {
    margin-bottom: 80px;
}

.page-wash .discount-form .wrap-banner {
    width: 100%;
}

.page-wash .discount-form .discount-banner {
    width: 100%;
}

@media only screen and (max-width: 1600px) {
    .page-wash .discount-form .discount-banner {
        height: 360px;
        padding: 20px 0 20px 20px;
    }
}

@media only screen and (max-width: 768px) {
    .page-wash .discount-form .discount-banner {
        width: 100%;
        max-width: none;
        height: auto;
    }
}

@media only screen and (max-width: 1600px) {
    .page-wash .discount-form .delta {
        border-bottom: 360px solid rgba(229, 27, 29, 0.8);
    }
}

@media only screen and (max-width: 768px) {
    .page-wash .discount-form .delta {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .page-wash .discount-form .use_service {
        text-align: center;
    }
}

.page-wash .discount-form .use_service .use-title {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .page-wash .discount-form .use_service .use-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

@media only screen and (max-width: 1400px) {
    .page-wash .discount-form .use_service .use-title {
        font-size: 32px;
        font-size: 2rem;
    }
}

@media only screen and (min-width: 576px) {
    .page-wash .main-content .title {
        margin: 0;
    }
}

.order-service {
    margin: 60px 0;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

@media only screen and (max-width: 992px) {
    .order-service {
        background: none !important;
        margin-bottom: 0;
    }
}

.order-service .order-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.order-service .order-form .red-banner {
    width: 520px;
    padding: 40px 40px 0;
    background-color: #E51B1D;
}

@media only screen and (max-width: 1200px) {
    .order-service .order-form .red-banner {
        width: 375px;
    }
}

@media only screen and (max-width: 992px) {
    .order-service .order-form .red-banner {
        width: 520px;
    }
}

@media only screen and (max-width: 576px) {
    .order-service .order-form .red-banner {
        width: 100%;
        padding: 20px;
    }
}

.order-service .order-form .red-banner .order-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
}

@media only screen and (max-width: 1600px) {
    .order-service .order-form .red-banner .order-title {
        font-size: 70px;
        font-size: 4.375rem;
    }
}

@media only screen and (max-width: 1400px) {
    .order-service .order-form .red-banner .order-title {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

@media only screen and (max-width: 1200px) {
    .order-service .order-form .red-banner .order-title {
        font-size: 48px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 576px) {
    .order-service .order-form .red-banner .order-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.order-service .order-form .red-banner .order-subtitle {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1600px) {
    .order-service .order-form .red-banner .order-subtitle {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media only screen and (max-width: 1400px) {
    .order-service .order-form .red-banner .order-subtitle {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1200px) {
    .order-service .order-form .red-banner .order-subtitle {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media only screen and (max-width: 576px) {
    .order-service .order-form .red-banner .order-subtitle {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.order-service .order-form .delta {
    width: 0;
    height: 0;
    border-top: 100px solid #E51B1D;
    border-right: 520px solid transparent;
    border-bottom: 0;
    border-left: 0;
}

@media only screen and (max-width: 1200px) {
    .order-service .order-form .delta {
        border-right: 375px solid transparent;
    }
}

@media only screen and (max-width: 992px) {
    .order-service .order-form .delta {
        border-right: 520px solid transparent;
    }
}

@media only screen and (max-width: 576px) {
    .order-service .order-form .delta {
        display: none;
    }
}

.order-service .order-form form {
    text-align: center;
    padding: 30px 0;
    max-width: 450px;
}

.order-service .order-form form button {
    margin-top: 30px;
}

ul.list-services {
    list-style: none;
    padding-left: 15px;
    margin: 0;
}

ul.list-services li {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1600px) {
    ul.list-services li {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media only screen and (max-width: 1400px) {
    ul.list-services li {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

ul.list-services li svg {
    margin-right: 15px;
    padding: 4px;
    border: 1px solid #FFFFFF;
}

@media only screen and (max-width: 1400px) {
    ul.list-services li svg {
        width: 26px;
        height: 26px;
    }
}

/*Страница детейлинг+ автомобиля*/
@media only screen and (min-width: 1920px) {
    .page-painting .order-service {
        background-image: url("img/bg-car-cleaning.jpg") !important;
    }
}

.page-painting .slider .title {
    margin: 0;
    padding-bottom: 30px;
}

.page-painting .clean-content {
    font-size: 20px;
    font-size: 1.25rem;
}

@media only screen and (max-width: 1600px) {
    .page-painting .clean-content {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.page-painting .clean-content .title {
    padding: 50px 0;
}

@media only screen and (max-width: 768px) {
    .page-painting .clean-content .title {
        margin: 0;
    }
}

@media only screen and (max-width: 576px) {
    .page-painting .clean-content .title {
        padding: 30px 0;
    }
}

.page-painting .clean-content .wrap-list {
    background-image: url("img/bg-list.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

@media only screen and (max-width: 1400px) {
    .page-painting .clean-content .wrap-list {
        background-size: 70%;
    }
}

@media only screen and (min-width: 576px) {
    .page-painting .main-content .title {
        margin: 0;
    }
}


/*Страница покраска автомобиля*/
@media only screen and (min-width: 1920px) {
    .page-carpaint .order-service {
        background-image: url("img/bg-car-cleaning.jpg") !important;
    }
}

.page-carpaint .slider .title {
    margin: 0;
    padding-bottom: 30px;
}

.order-service .order-form .red-banner {
    width: 520px;
    padding: 20px 40px 0;
    background-color: #E51B1D;
}

.offset-lg-6 .order-form .red-banner{
		padding-left:25px;
	}

.page-carpaint .clean-content {
    font-size: 20px;
    font-size: 1.25rem;
}

@media only screen and (max-width: 1600px) {
    .page-carpaint .clean-content {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.page-carpaint .clean-content .title {
    padding: 50px 0;
}

@media only screen and (max-width: 768px) {
    .page-carpaint .clean-content .title {
        margin: 0;
    }
}

@media only screen and (max-width: 576px) {
    .page-carpaint .clean-content .title {
        padding: 30px 0;
    }
}

.page-carpaint .clean-content .wrap-list {
    background-image: url("img/bg-list.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

@media only screen and (max-width: 1400px) {
    .page-carpaint .clean-content .wrap-list {
        background-size: 70%;
    }
}

@media only screen and (min-width: 576px) {
    .page-carpaint .main-content .title {
        margin: 0;
    }
}

/*Страница химчистки автомобиля*/
@media only screen and (min-width: 1920px) {
    .page-cleaning .order-service {
        background-image: url("img/bg-car-cleaning.jpg") !important;
    }
}

.page-cleaning .slider .title {
    margin: 0;
    padding-bottom: 30px;
}

.page-cleaning .clean-content {
    font-size: 20px;
    font-size: 1.25rem;
}

@media only screen and (max-width: 1600px) {
    .page-cleaning .clean-content {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.page-cleaning .clean-content .title {
    padding: 50px 0;
}

@media only screen and (max-width: 768px) {
    .page-cleaning .clean-content .title {
        margin: 0;
    }
}

@media only screen and (max-width: 576px) {
    .page-cleaning .clean-content .title {
        padding: 30px 0;
    }
}

.page-cleaning .clean-content .wrap-list {
    background-image: url("img/bg-list.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

@media only screen and (max-width: 1400px) {
    .page-cleaning .clean-content .wrap-list {
        background-size: 70%;
    }
}

@media only screen and (min-width: 576px) {
    .page-cleaning .main-content .title {
        margin: 0;
    }
}

/*Страница авто из сша*/
.page-usa .head-usa {
    padding: 40px 0;
}

.page-usa .head-usa .head-usa-content {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

@media only screen and (max-width: 1600px) {
    .page-usa .head-usa .head-usa-content {
        font-size: 18px;
        font-size: 1.125rem;
        height: 600px;
    }
}

@media only screen and (max-width: 1200px) {
    .page-usa .head-usa .head-usa-content {
        height: 500px;
    }
}

@media only screen and (max-width: 992px) {
    .page-usa .head-usa .head-usa-content {
        height: 450px;
    }
}

.page-usa .head-usa .head-usa-content .usa-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1600px) {
    .page-usa .head-usa .head-usa-content .usa-title {
        font-size: 70px;
        font-size: 4.375rem;
    }
}

@media only screen and (max-width: 1400px) {
    .page-usa .head-usa .head-usa-content .usa-title {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

@media only screen and (max-width: 1200px) {
    .page-usa .head-usa .head-usa-content .usa-title {
        font-size: 54px;
        font-size: 3.375rem;
    }
}

@media only screen and (max-width: 992px) {
    .page-usa .head-usa .head-usa-content .usa-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.page-usa .head-usa .head-usa-content .wrap-text {
    margin: 0 auto;
    max-width: 700px;
}

@media only screen and (max-width: 1600px) {
    .page-usa .steps .title {
        padding: 30px 0;
    }
}

.page-usa .steps .item-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1600px) {
    .page-usa .steps .item-step {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .page-usa .steps .item-step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media only screen and (max-width: 992px) {
    .page-usa .steps .item-step.left-step .item-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (max-width: 992px) {
    .page-usa .steps .item-step.left-step .item-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.page-usa .steps .item-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

@media only screen and (max-width: 1200px) {
    .page-usa .steps .item-content {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    }
}

.page-usa .steps .item-content .step-title {
    font-size: 80px;
    font-size: 5rem;
    font-family: 'SFProDisplay', sans-serif;
    font-weight: 700;
    color: #8D8D8E;
}

@media only screen and (max-width: 1600px) {
    .page-usa .steps .item-content .step-title {
        font-size: 54px;
        font-size: 3.375rem;
    }
}

@media only screen and (max-width: 1200px) {
    .page-usa .steps .item-content .step-title {
        font-size: 36px;
        font-size: 2.25rem;
    }
}

.page-usa .steps .item-content .step-subtitle {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1600px) {
    .page-usa .steps .item-content .step-subtitle {
        font-size: 26px;
        font-size: 1.625rem;
    }
}

@media only screen and (max-width: 1200px) {
    .page-usa .steps .item-content .step-subtitle {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.page-usa .steps .item-content ul.list-step {
    font-size: 20px;
    font-size: 1.25rem;
    list-style: none;
    padding-left: 0;
}

@media only screen and (max-width: 1600px) {
    .page-usa .steps .item-content ul.list-step {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

.page-usa .steps .item-content ul.list-step li {
    padding: 5px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-usa .steps .item-content ul.list-step li:before {
    content: "•";
    color: #E51B1D;
    padding-right: 15px;
    display: inline-block;
}

.page-usa .steps .item-image {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

@media only screen and (max-width: 1200px) {
    .page-usa .steps .item-image {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
}

.page-usa .steps .item-image img {
    -o-object-fit: contain;
    object-fit: contain;
}

.page-usa .guarantee .guarantee-item {
    text-align: center;
    line-height: 1.4;
    padding: 0 15px;
    margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
    .page-usa .guarantee .guarantee-item {
        padding: 0;
    }
}

@media only screen and (max-width: 576px) {
    .page-usa .guarantee .guarantee-item {
        max-width: 300px;
        margin: 0 auto 60px;
    }
}

.page-usa .guarantee .guarantee-item .item-title {
    font-size: 80px;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #E51B1D;
}

@media only screen and (max-width: 1600px) {
    .page-usa .guarantee .guarantee-item .item-title {
        font-size: 60px;
        font-size: 3.75rem;
    }
}

@media only screen and (max-width: 1200px) {
    .page-usa .guarantee .guarantee-item .item-title {
        font-size: 54px;
        font-size: 3.375rem;
    }
}

@media only screen and (max-width: 992px) {
    .page-usa .guarantee .guarantee-item .item-title {
        font-size: 48px;
        font-size: 3rem;
    }
}

.page-usa .guarantee .guarantee-item .item-desk {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 700;
}

@media only screen and (max-width: 1600px) {
    .page-usa .guarantee .guarantee-item .item-desk {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1200px) {
    .page-usa .guarantee .guarantee-item .item-desk {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

@media only screen and (max-width: 992px) {
    .page-usa .guarantee .guarantee-item .item-desk {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.page-usa .slider {
    margin-bottom: 40px;
}

.page-usa .slider .title {
    margin: 0;
    padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .page-usa .main-content .title {
        margin: 0;
    }
}

@media only screen and (max-width: 576px) {
    .page-usa .main-content .title {
        padding: 40px 0 25px;
    }
}

/*--------------------------------------------------------------
# Комментарии
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*Блоки с комментариями*/
.comment-area {
    margin-bottom: 40px;
}

.comment-area .comment-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 15px;
}

@media only screen and (max-width: 576px) {
    .comment-area .comment-title {
        display: block;
    }
}

.comment-area .comment-title h3 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: normal;
}

@media only screen and (max-width: 1600px) {
    .comment-area .comment-title h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.comment-area .comment-title a {
    font-size: 16px;
    font-size: 1rem;
    color: #E51B1D;
    line-height: 35px;
    font-weight: normal;
    display: block;
    float: right;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media only screen and (max-width: 576px) {
    .comment-area .comment-title a {
        float: left;
    }
}

.comment-area .comment-title a:hover {
    text-decoration: underline;
}

.comment-area .commentlist {
    padding-left: 0;
}

.comment-area .commentlist li {
    list-style-type: none;
}

.comment-area .comment-box {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #8D8D8E;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .comment-area .comment-box {
        padding: 10px 10px 20px;
    }
}

.comment-area .comment-box figure {
    margin-right: 15px;
}

.comment-area .comment-box .comment-inner {
    width: 100%;
}

.comment-area .comment-box .comment-name {
    overflow: hidden;
    border-bottom: 1px solid #8D8D8E;
    margin-bottom: 10px;
}

.comment-area .comment-box .comment-name h3 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
}

@media only screen and (max-width: 1600px) {
    .comment-area .comment-box .comment-name h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.comment-area .comment-box .comment-name h3 a {
    font-size: 18px;
    font-size: 1.125rem;
    color: #E51B1D;
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media only screen and (max-width: 1200px) {
    .comment-area .comment-box .comment-name h3 a {
        font-size: 16px;
        font-size: 1rem;
    }
}

.comment-area .comment-box .comment-name .comment-info {
    font-size: 14px;
    font-size: 0.875rem;
    color: #8D8D8E;
    font-weight: normal;
    margin-bottom: 6px;
}

@media only screen and (max-width: 1600px) {
    .comment-area .comment-box .comment-name .comment-info {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.comment-area .comment-box p {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
}

@media only screen and (max-width: 1600px) {
    .comment-area .comment-box p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.comment-area .comment-box .comment-reply-link {
    font-size: 16px;
    font-size: 1rem;
    color: #E51B1D;
    text-decoration: none;
    font-weight: normal;
    position: relative;
}

@media only screen and (max-width: 1600px) {
    .comment-area .comment-box .comment-reply-link {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.comment-area .comment-box .comment-reply-link:hover {
    color: #a11214;
}

.comment-area .comment-box .comment-reply-link:hover svg {
    fill: #a11214;
    margin-left: 5px;
}

.comment-area .comment-box .comment-reply-link svg {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    fill: #E51B1D;
    margin-left: 10px;
}

.comment-area .comment-box .comment-edit-link {
    font-size: 16px;
    font-size: 1rem;
    color: green;
    font-weight: normal;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media only screen and (max-width: 576px) {
    .comment-area .children {
        padding-left: 20px;
    }
}

.comment-area .children .comment-box:before {
    display: none;
}

.comment-area .replay-comment {
    margin-left: 50px;
}

@media only screen and (max-width: 576px) {
    .comment-area .replay-comment {
        margin-left: 25px;
    }
}

.comment-area .replay-comment:before {
    display: none;
}

.comment-area .comment-navigation {
    margin: 0 0 1.45em;
}

.comment-area .comment-navigation h2 {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: normal;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    .comment-area .comment-navigation h2 {
        text-align: center;
    }
}

.comment-area .comment-navigation .nav-links {
    overflow: hidden;
}

.comment-area .comment-navigation .nav-links .nav-previous a,
.comment-area .comment-navigation .nav-links .nav-next a {
    font-size: 16px;
    font-size: 1rem;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em;
    border: 1px solid #E51B1D;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.comment-area .comment-navigation .nav-links .nav-previous a:hover,
.comment-area .comment-navigation .nav-links .nav-next a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #E51B1D;
}

.comment-area .comment-navigation .nav-links .nav-previous {
    float: left;
}

.comment-area .comment-navigation .nav-links .nav-next {
    float: right;
}

/*Форма комментариев*/
.comment-respond .comment-title {
    margin-bottom: 5px;
}

.comment-respond .comment-title h3 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: normal;
    width: 100%;
    margin-bottom: 0;
}

@media only screen and (max-width: 1600px) {
    .comment-respond .comment-title h3 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.comment-respond .comment-notes {
    font-size: 14px;
    font-size: 0.875rem;
    color: #8D8D8E;
    line-height: 14px;
}

.default-form {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 60px;
}

.default-form input:not([type="checkbox"]) {
    width: 100%;
    margin-bottom: 15px;
}

.default-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.default-form button[type="submit"] {
    margin: 0;
    width: auto;
}

@media only screen and (max-width: 1200px) {
    .default-form button[type="submit"] {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 992px) {
    .default-form button[type="submit"] {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

/*Отступы для ответов на комментарии*/
.comment-area .margin-left {
    margin-left: 30px;
}

/*--------------------------------------------------------------
# Галерея
--------------------------------------------------------------*/
.gallery {
    font-size: 0;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
}

.gallery-item figcaption {
    font-size: 14px;
}

.gallery-item .gallery-icon {
    height: 100%;
}

.gallery-item a {
    display: block;
    outline: none;
    height: 100%;
}

.gallery-item a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-3 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-4 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-5 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-6 .gallery-item {
        max-width: 50%;
    }
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-7 .gallery-item {
        max-width: 25%;
    }
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-8 .gallery-item {
        max-width: 25%;
    }
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

@media only screen and (max-width: 576px) {
    .gallery-columns-9 .gallery-item {
        max-width: 25%;
    }
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Подвал
--------------------------------------------------------------*/
/*Подвал сайта*/
.site-info {
    padding: 25px 0;
}

.site-info a {
    font-size: 18px;
    font-size: 1.125rem;
    color: #8D8D8E;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}

@media only screen and (max-width: 1600px) {
    .site-info a {
        font-size: 16px;
        font-size: 1rem;
    }
}

.site-info a:hover {
    color: #E51B1D;
}

.site-info .copy {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0;
}

.site-info .copy p {
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
}

@media only screen and (max-width: 1600px) {
    .site-info .copy p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

/*Кнопка наверх*/
#toTop {
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 60px;
    height: 60px;
    background: #E51B1D;
    position: fixed;
    bottom: 40px;
    right: 40px;
    cursor: pointer;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 98;
}

#toTop:hover {
    bottom: 45px;
}

@media only screen and (max-width: 1600px) {
    #toTop {
        width: 50px;
        height: 50px;
    }

    #toTop svg {
        height: 25px;
    }
}

@media only screen and (max-width: 768px) {
    #toTop {
        right: 10px;
        bottom: 10px;
    }

    #toTop:hover {
        bottom: 15px;
    }
}

@media only screen and (max-width: 576px) {
    #toTop {
        width: 50px;
        height: 50px;
    }
}

/*--------------------------------------------------------------
# Плагины
--------------------------------------------------------------*/
/*Стили ContactForm7*/
.wpcf7 {
    margin: 0 auto;
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 25px;
}

.wpcf7 .wpcf7-form-control-wrap:last-child {
    margin-bottom: 40px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=search],
.wpcf7 input[type=url],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 input[type=submit],
.wpcf7 select,
.wpcf7 textarea {
    margin-bottom: 0;
}

.wpcf7 .screen-reader-response {
    display: none;
}

.wpcf7 .wpcf7-form label {
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 20px;
    display: none;
}

.wpcf7 form .wpcf7-not-valid-tip {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
}

.wpcf7 form .wpcf7-validation-errors {
    font-size: 12px;
    font-size: 0.75rem;
}

.wpcf7 form .wpcf7-spinner {
    display: none;
}

/*# sourceMappingURL=style.css.map */