/*
Theme Name: TSTS NEW
Author: site4all
Author URI: http://www.site4all.ru
Version: 1.0.0
*/

body, html {
    height: 100%;
    min-height: 100%;
    min-width: 320px;
}

body {
    background: #fff;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
    color: #000;
}

input, textarea, select, a, button {
    outline: none !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input, textarea, select {
    font-family: 'Proxima Nova', sans-serif;
}

a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
}

ul,ol,h1,h2,h3,h4,ul,ol,blockquote,p {
    margin: 0 0 20px;
}

ul:last-child,ol:last-child,h2:last-child,h3:last-child,h4:last-child,blockquote:last-child,p:last-child {
    margin-bottom: 0;
}

.label {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 0;
    text-align: inherit;
    white-space: inherit;
}

.slick-slider {
    visibility: hidden;
}

.slick-slider.slick-initialized {
    visibility: visible;
}

.container {
    position: relative;
}
.container.flex{
    display: flex;
    flex-wrap: wrap;
}
#page_wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.page_content {
    position: relative;
    z-index: 1;
    flex: 1 0 auto;
}

body .white_btn, body .orange_btn {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 52px;
    color: #000;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /*clip-path: polygon(50% 0, 94% 0, 100% 28%, 100% 100%, 50% 100%, 6% 100%, 0 72%, 0 0);*/
    padding: 0 25px;
    margin: 0 16px;
}

body .white_btn:before, body .orange_btn:before {
    position: absolute;
    width: 16px;
    height: 0;
    display: block;
    top: 0;
    left: -16px;
    content: '';
    z-index: 2;
}

body .white_btn:before {
    border-top: 36px solid #fff;
    border-left: 0 solid transparent;
    border-right: 16px solid #fff;
    border-bottom: 16px solid transparent;
}

body .orange_btn:before {
    border-top: 36px solid #E9AF04;
    border-left: 0 solid transparent;
    border-right: 16px solid #E9AF04;
    border-bottom: 16px solid transparent;
}

body .white_btn:after, body .orange_btn:after {
    position: absolute;
    width: 16px;
    height: 0;
    display: block;
    top: 0;
    right: -16px;
    content: '';
    z-index: 2;
}

body .white_btn:after {
    border-top: 16px solid transparent;
    border-left: 16px solid #fff;
    border-right: 0 solid transparent;
    border-bottom: 36px solid #fff;
}

body .orange_btn:after {
    border-top: 16px solid transparent;
    border-left: 16px solid #E9AF04;
    border-right: 0 solid transparent;
    border-bottom: 36px solid #E9AF04;
}

body .white_btn:hover, body .orange_btn:hover {
    opacity: 0.9;
}

body .white_btn {
    background: #fff;
}

body .orange_btn {
    background: #E9AF04;
}

.custom-checkbox {
    display: inline-block;
    line-height: 16px;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
}

.custom-checkbox input{
    display: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.custom-checkbox span {
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
}

.custom-checkbox span:before {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #DBDBDB;
    border-radius: 2px;
    content: '';
    background: transparent;
}

.custom-checkbox input:checked + span:before{
    background: url('./images/checked.png') center no-repeat;
    background-size: 8px 6px;
}

/* header */

#header {
    padding-top: 10px;
}

#header .main {
    overflow: hidden;
}

#header .logo {
    float: left;
    display: block;
    width: 216px;
    height: 112px;
    background: url('./images/logo.png') center no-repeat;
    background-size: contain;
    margin-right: 60px;
}

#header .content {
    overflow: hidden;
    padding-top: 15px;
}

#header .info {
    margin-bottom: 5px;
}

#header .top {
    overflow: hidden;
    margin-bottom: 22px;
}

#header .contacts {
    float: right;
    margin-left: 35px;
    padding-top: 2px;
}

#header .contacts .phone, #header .contacts .callback_link {
    display: inline-block;
    vertical-align: middle;
}

#header .contacts .phone {
    position: relative;
    font-size: 18px;
    color: #000;
    padding-left: 30px;
}

#header .contacts .phone:before {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: url('./images/phone_icon.png') center no-repeat;
    background-size: contain;
    content: '';
}

#header .contacts .callback_link {
    width: 190px;
    font-size: 12px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.04em;
    background: #E9AF04;
    color: #000;
    margin-left: 25px;
    border-radius: 3px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

#header .contacts .callback_link:hover {
    background: #ffbf02;
}

.search_form {
    position: relative;
    overflow: hidden;
}

.search_form .search_input {
    width: 100%;
    height: 38px;
    border: 1px solid #D2D2D2;
    border-radius: 3px;
    padding: 0 55px 0 15px;
}

.search_form .search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    cursor: pointer;
    background: #E9AF04;
    border-radius: 0 3px 3px 0;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.search_form .search_btn:hover {
    background: #ffbf02;
}

.search_form .search_btn input {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background: transparent;
    border: none;
}

.search_form .search_btn:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    background: url('./images/search_icon.png') center no-repeat;
    background-size: 18px 18px;
}

#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header .pages_menu {
    display: table;
    width: 100%;
    margin-bottom: 5px;
}

#header .pages_menu li {
    display: table-cell;
    text-align: center;
    width: 20%;
}

#header .pages_menu li:first-child {
    text-align: left;
}

#header .pages_menu li:last-child {
    text-align: right;
}

#header .pages_menu li a {
    display: inline-block;
    font-size: 16px;/*14px;*/
    line-height: 16px;
    font-weight: 700;
    color: #000;
    border-bottom: 2px solid transparent;
}

#header .pages_menu li a:hover, #header .pages_menu .current-menu-item a {
    border-color: #E9AF04;
}

#header .search_link {
    position: absolute;
    display: none;
    width: 26px;
    height: 26px;
    background: url('./images/search_icon.png') center no-repeat;
    background-size: contain;
}

#header .menu_link {
    display: none;
    position: absolute;
    top: 40px;
    right: 15px;
    width: 30px;
    cursor: pointer;
}

#header .menu_link .line {
    display: block;
    width: 100%;
    height: 3px;
    background: #181d26;
    margin-bottom: 4px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

#header .menu_link:hover .line {
    background: #E9AF04;
}

#header .menu_link .line:last-child {
    margin-bottom: 0;
}

#header .navigation {
    background: #212121;
}

#header .navigation .main_menu {
    display: table;
    width: 100%;
}

#header .navigation .main_menu li {
    display: table-cell;
}

#header .navigation .main_menu li a {
    display: block;
    line-height: 20px;
    padding: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#header .navigation .main_menu li a:hover, #header .navigation .main_menu .current-menu-item a {
    color: #E9AF04;
}
#header .navigation .remont_menu,
#header .navigation .arenda_menu,
#header .navigation .catalogue_menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 15px;
    right: 15px;
    background: #212121;
    padding: 40px;
    z-index: 10;
}
#header .navigation .remont_menu.visible,
#header .navigation .arenda_menu.visible,
#header .navigation .catalogue_menu.visible {
    display: block;
}
#header .navigation .catalogue_menu > ul {
    max-width: 60%;
}
#header .navigation .remont_menu > ul,
#header .navigation .arenda_menu > ul{
	max-width: 100%;
}
#header .navigation .remont_menu ul li,
#header .navigation .arenda_menu ul li,
#header .navigation .catalogue_menu ul li {
    margin-bottom: 10px;
}
#header .navigation .remont_menu ul li:last-child,
#header .navigation .arenda_menu ul li:last-child,
#header .navigation .catalogue_menu ul li:last-child {
    margin-bottom: 0;
}
#header .navigation .remont_menu ul a,
#header .navigation .arenda_menu ul a,
#header .navigation .catalogue_menu ul a {
    display: inline-block;
    color: #fff;
}
#header .navigation .remont_menu ul a:hover,
#header .navigation .arenda_menu ul a:hover,
#header .navigation .catalogue_menu ul a:hover {
    color: #E9AF04;
}
#header .navigation .remont_menu > ul > li,
#header .navigation .arenda_menu > ul > li,
#header .navigation .catalogue_menu > ul > li {
    margin-bottom: 15px;
}
#header .navigation .remont_menu > ul > li > a,
#header .navigation .arenda_menu > ul > li > a,
#header .navigation .catalogue_menu > ul > li > a {
    font-size: 16px;
    color: #E9AF04;
    text-transform: uppercase;
}
#header .navigation .remont ul ul,
#header .navigation .arenda ul ul,
#header .navigation .catalogue_menu ul ul {
    margin: 10px 0;
}
#header .navigation .remont ul ul li,
#header .navigation .arenda ul ul li,
#header .navigation .catalogue_menu ul ul li {
    padding-left: 15px;
}

/* front-page */

#mp_banner .slick_arrow {
    width: 18px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#mp_banner .slick_arrow:hover {
    opacity: 0.7;
}
#mp_banner .slick_arrow.prev {
    right: 50%;
    margin-right: 640px;
    background: url('./images/bl_arrow.png') center no-repeat;
    background-size: contain;
}

#mp_banner .slick_arrow.next {
    left: 50%;
    margin-left: 640px;
    background: url('./images/br_arrow.png') center no-repeat;
    background-size: contain;
}

#mp_banner .slide .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    min-height: 560px;
}

#mp_banner .content {
    position: relative;
    max-width: 650px;
    padding: 80px 0;
    z-index: 2;
}

#mp_banner .title {
    font-family: 'Uni Sans',sans-serif;
    font-size: 52px;
    line-height: 1.2;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#mp_banner .description {
    font-size: 24px;
    line-height: 1.3;
}

#mp_banner .link, #mp_promo .link {
    margin-top: 40px;
}

#mp_banner .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 40%;
    max-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
}

#mp_banner .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 20px;
    z-index: 2;
    text-align: center;
    list-style: none;
    padding: 0;
    font-size: 0;
}

#mp_banner .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #000;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    cursor: pointer;
    margin: 0 6px;
}

#mp_banner .slick-dots li.slick-active, #mp_banner .slick-dots li:hover {
    background: #fff;
}

#mp_banner .slick-dots li button {
    display: none;
}

#front_page .categories {
    margin: 0 -7px;
}

#front_page .categories .item {
    padding: 0 7px;
    margin: 7px 0;
    min-height: 200px;
}

#front_page .categories .block {
    position: relative;
    background: #E9AF04;
    height: 100%;
    padding: 25px;
}

#front_page .categories .image {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: block;
    max-width: 50%;
    max-height: 70%;
    width: auto;
    height: auto;
    z-index: 1;
}

#front_page .categories .title {
    position: relative;
    font-family: 'Uni Sans',sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    z-index: 2;
}

#front_page .categories ul {
    position: relative;
    list-style: none;
    margin: 0;
    z-index: 2;
    padding: 0 30% 0 0;
}

#front_page .categories ul li {
    margin-bottom: 5px;
    font-size: 16px;
}

#front_page .categories ul li:last-child {
    margin-bottom: 0;
}

#front_page .categories a {
    color: #000;
}

#mp_promo {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 430px;
    padding: 60px 0;
    color: #fff;
}

#mp_promo .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Uni Sans',sans-serif;
    font-weight: 700;
    font-style: italic;
    max-width: 70%;
    overflow-y: hidden;
}

#mp_promo .discount {
    font-size: 110px;
    line-height: 1;
    color: #E9AF04;
    margin-right: 20px;
}

#mp_promo .text {
    font-size: 38px;
    text-transform: uppercase;
}

.advantages-block {
    font-size: 18px;
}

.advantages-block .item {
    margin: 0 0 30px;
}

.advantages-block .icon {
    height: auto;
    margin-bottom: 15px;
}

.advantages-block .icon img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.advantages-block .title {
    font-weight: 700;
    margin-bottom: 15px;
}

.advantages-block .description {
    color: #777;
}

#mp_map .map img {
    display: block;
    width: 100%;
    height: auto;
}

#mp_map .description {
    font-size: 30px;
    line-height: 1.3;
    padding-left: 75px;
}

#mp_map .title {
    margin-bottom: 15px;
}

#mp_map .cities {
    font-weight: 700;
    color: #E9AF04;
}

#service_banner {
    padding: 60px 0 0;
    color: #fff;
}

#service_banner .title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#service_banner .information {
    position: relative;
    padding: 0 320px 60px 0;
}

#service_banner .styled_text ul {
    margin: 0;
}

#service_banner .text {
    font-size: 24px;
    line-height: 38px;
    max-width: 650px;
    margin-top: 30px;
}

#service_banner .person {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 350px;
    height: auto;
    width: auto;
}

#service_banner .link {
    margin-top: 45px;
}

.callback_banner {
    padding: 40px 0;
    background: url('./images/callback_banner.jpg') center no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 360px;
}

.callback_banner .banner_title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.callback_banner .banner_title a {
    text-decoration: none;
    color: #E9AF04;
    white-space: nowrap;
}

.callback_banner .form_title {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 300;
}

.callback_banner .banner_title, .callback_banner .form_title {
    max-width: 70%;
}

.callback_banner .row {
    margin: 0 -50px;
}

.callback_banner .row .item {
    padding: 0 50px;
}

.callback_banner .input {
    position: relative;
}

.callback_banner .icon {
    position: absolute;
    left: 5px;
}

.callback_banner .icon.person {
    top: 16px;
    width: 21px;
    height: 18px;
}

.callback_banner .icon.phone {
    top: 15px;
    width: 21px;
    height: 21px;
}

.callback_banner .form_input {
    width: 100%;
    height: 52px;
    padding: 0 15px 0 40px;
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.callback_banner .form_input.empty {
    border-color: #ff0000;
}

.callback_banner .orange_btn {
    display: block;
    width: calc(100% - 32px);
    height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}

.callback_banner ::-webkit-input-placeholder {
    color: #fff;
}
.callback_banner ::-moz-placeholder {
    color: #fff;
}
.callback_banner :-ms-input-placeholder {
    color: #fff;
}
.callback_banner :-moz-placeholder {
    color: #fff;
}

/* pages */

.page_content {
    margin-bottom: 100px;
}

.page_content.without-margin {
    margin-bottom: 0;
}

#breadcrumbs {
    font-size: 12px;
    line-height: 18px;
    padding: 21px 0;
}

#breadcrumbs a {
    color: #000;
}

#breadcrumbs a:hover {
    color: #E9AF04;
}

#breadcrumbs .current-item {
    color: #989898;
}

.page_title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#product .page_title{
	margin-bottom: 20px;
}
#product-arenda .page_title{
	margin-bottom: 20px;
	font-family: Inter;
    font-size: 29px;
    font-weight: 700;
}
.section {
    margin: 60px 0;
}
.section.section-arenda{
    margin: 25px 0;
}
.section:last-child {
    margin-bottom: 0;
}

.section .section_title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: Inter;
}

.banner_advantages {
    position: relative;
    padding: 30px 50px 0;
    background: #fff;
    margin: -58px 0 30px;
    z-index: 10;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.13);
}

.banner_advantages .item {
    margin-bottom: 15px;
}

.banner_advantages .icon {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    margin-bottom: 10px;
}

.banner_advantages .icon img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.banner_advantages .title {
    font-size: 18px;
    font-weight: 700;
}

.columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
}

#header .navigation .columns  ul {
    break-inside: avoid;
}

.styled_slider {
    padding: 0 30px;
}

.styled_slider .slick_arrow {
    width: 14px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.styled_slider .slick_arrow:hover {
    opacity: 0.7;
}

.styled_slider .slick_arrow.prev {
    left: 0;
    background: url('./images/bl_arrow.png') center no-repeat;
    background-size: contain;
}

.styled_slider .slick_arrow.next {
    right: 0;
    background: url('./images/br_arrow.png') center no-repeat;
    background-size: contain;
}

.styled_slider .item {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding: 0 15px;
}

.styled_slider .item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.advantages{
    /*max-width: 793px;*/
    margin: 30px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}
.advantages .item{
    display:flex;
    flex-wrap: nowrap;
    align-items: center;
    width:calc(33.33% - 20px);
    gap:10px;
}
.advantages.adv_service .item{
    width:calc(25% - 23px);
}
.advantages .item img{
    max-width:100%;
}
.advantages .item .info{
    font-size: 16px;
    font-weight: 700;
    font-family: Inter;
    line-height: 1;
    max-width: 152px;
}
.certificates_slider .item {
    height: 200px;
    text-align: center;
}

.certificates_slider .item img {
    max-height: 200px;
}

.styled_text {
    font-size: 18px;
    line-height: 29px;
}
.styled_text_arenda {
    font-size: 14px;
    line-height: 1.6;
    font-family: Inter;
}
.styled_text_arenda a,.styled_text_arenda a:hover,.styled_text_arenda a:focus{
    color: #000;
    text-decoration: underline;
}
.styled_text h2, .styled_text h3, .styled_text h4 {
    font-weight: 700;
    margin: 20px 0;
    line-height: 1.2;
}

.styled_text h2 {
    font-size: 25px;
}

.styled_text h3 {
    font-size: 23px;
}

.styled_text h4 {
    font-size: 21px;
}

.styled_text p {
    margin: 20px 0;
}

.styled_text .wp-block-image, .styled_text .wp-block-embed {
    margin: 20px 0;
}

.styled_text .wp-block-gallery .blocks-gallery-image figcaption, .styled_text .wp-block-gallery .blocks-gallery-item figcaption {
    line-height: normal;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.styled_text .wp-block-image figcaption {
    line-height: normal;
    margin-bottom: 0;
}

.styled_text .wp-block-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    height: auto;
}

.styled_text .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.styled_text .wp-block-embed__wrapper iframe,
.styled_text .wp-block-embed__wrapper object,
.styled_text .wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.styled_text blockquote {
    position: relative;
    margin: 40px 0 40px 30px;
    border-left: 4px solid #e9af04;
    padding: 15px 45px 15px 35px;
    font-style: italic;
}

.styled_text ul:not(.wp-block-gallery), .styled_text ol:not(.wp-block-gallery) {
    list-style: none;
    padding: 0 0 0 15px;
    margin: 30px 0;
}

.styled_text ul:not(.wp-block-gallery) ul {
    margin-top: 10px;
    color: #777777;
}

.styled_text ul:not(.wp-block-gallery) li, .styled_text ol:not(.wp-block-gallery) li {
    position: relative;
    line-height: 24px;
    padding-left: 25px;
    margin-bottom: 10px;
}

.styled_text ul:not(.wp-block-gallery) li:last-child {
    margin-bottom: 0;
}

.styled_text ul:not(.wp-block-gallery) li:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 4px;
    background: #e9af04;
    content: '';
}

.styled_text ol:not(.wp-block-gallery) {
    counter-reset: myCounter;
}

.styled_text ol:not(.wp-block-gallery) li {
    padding-left: 25px;
}

.styled_text ol:not(.wp-block-gallery) li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    counter-increment: myCounter;
    content:counter(myCounter)". ";
    color: #e9af04;
    text-align: left;
}

.styled_text a {
    color: #186BC1;
    text-decoration: underline;
}

.styled_text a:hover {
    text-decoration: none;
}

.styled_text table {
    width: 100%;
    margin: 30px 0;
}

.styled_text table td {
    padding: 10px 15px;
}

.styled_text table tr:nth-child(2n+1) td {
    background: #fdf7e6;
}

.styled_text table tr:first-child td {
    background: #E9AF04;
}

.styled_text p:first-child,
.styled_text h2:first-child, .styled_text h3:first-child, .styled_text h4:first-child,
.styled_text blockquote:first-child,
.styled_text .wp-block-image:first-child, .styled_text .wp-block-embed:first-child,
.styled_text ul:first-child, .styled_text ol:first-child,
.styled_text table:first-child {
    margin-top: 0;
}

.styled_text p:last-child,
.styled_text h2:last-child, .styled_text h3:last-child, .styled_text h4:last-child,
.styled_text blockquote:last-child,
.styled_text .wp-block-image:last-child, .styled_text .wp-block-embed:last-child,
.styled_text ul:last-child, .styled_text ol:last-child,
.styled_text table:last-child{
    margin-bottom: 0;
}

.styled_banner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 410px;
    padding: 60px 0;
}
.flex .styled_banner {
    width: 592px;
    height:439px;
    justify-content: flex-start;
    padding:50px;
}
.flex .styled_form {
    width: calc(100% - 592px);
}
.styled_banner .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #2d2d2d;
    opacity: 0.6;
    z-index: 1;
}

.styled_banner .container {
    z-index: 2;
    color: #fff;
}

.styled_banner .title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.styled_banner .blockquote {
    font-family: 'Uni Sans',sans-serif;
    font-size: 19px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-left: 60px;
    margin-bottom: 0;
}

.styled_banner .blockquote .top, .styled_banner .blockquote .bottom {
    position: relative;
}

.styled_banner .blockquote .top:before, .styled_banner .blockquote .bottom:before {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    height: 2px;
    width: 40%;
    content: '';
    background: #e9af04;
}

.styled_banner .blockquote .top:after, .styled_banner .blockquote .bottom:after {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 0;
    height: 2px;
    width: 40%;
    content: '';
    background: #e9af04;
}

.styled_banner .blockquote .top {
    margin-bottom: 10px;
}

.styled_banner .blockquote .bottom {
    margin-top: 10px;
}

.styled_banner .blockquote .top .icon, .styled_banner .blockquote .bottom .icon {
    width: 31px;
    height: 24px;
    margin: 0 auto;
}

.styled_banner .blockquote .top .icon {
    background: url('./images/quote_top.png') center no-repeat;
    background-size: contain;
}

.styled_banner .blockquote .bottom .icon {
    background: url('./images/quote_bottom.png') center no-repeat;
    background-size: contain;
}

.reviews_slider .item {
    padding: 0 145px 20px;
}

.reviews_slider .author {
    text-align: center;
    margin-bottom: 30px;
}

.reviews_slider .photo {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    margin: 0 auto 10px;
}

.reviews_slider .date {
    color: #777;
    margin-bottom: 10px;
}

.reviews_slider .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.reviews_slider .company {
    font-size: 18px;
    color: #777777;
}

.reviews_slider .text:after {
    display: block;
    position: absolute;
    top: 100%;
    margin-top: -12px;
    left: 50%;
    margin-left: -30px;
    content: '’’';
    font-size: 96px;
    line-height: 80px;
    color: #E9AF04;
    font-weight: 700;
    background: #fff;
    width: 60px;
    text-align: center;
}

.reviews_slider .text {
    position: relative;
    border: 5px solid #E9AF04;
    padding: 25px;
}

.reviews_slider .slick_arrow {
    width: 14px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.reviews_slider .slick_arrow:hover {
    opacity: 0.7;
}

.reviews_slider .slick_arrow.prev {
    left: 0;
    background: url('./images/bl_arrow.png') center no-repeat;
    background-size: contain;
}

.reviews_slider .slick_arrow.next {
    right: 0;
    background: url('./images/br_arrow.png') center no-repeat;
    background-size: contain;
}

.styled_form {
    position: relative;
    background: #E9AF04;
    border-radius: 3px;
    padding: 35px 25px 40px;
    overflow: hidden;
}
#trade_in .styled_form {
    padding:50px;
}
.form-title{
    font-size: 26px;
    font-weight: 700;
    font-family: Inter;
    max-width: 304px;
    margin-bottom: 25px;
}
.styled_form .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.styled_form .form_input {
    width: 100%;
    height: 48px;
    background: #edbf36;
    border-radius: 3px;
    border: none;
    border-bottom: 2px solid #edbf36;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 20px;
}
#trade_in .column{
    position:relative;
    max-width: 304px;
}
#trade_in .column svg{
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
#trade_in .styled_form .form_input {
    background: transparent;
    border-radius: unset;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0 25px 0 35px;
    border-bottom: 1px solid #000;
}
#trade_in .styled_form ::-webkit-input-placeholder,
#trade_in .styled_form :-ms-input-placeholder,
#trade_in .styled_form ::placeholder{
    color:#000;
}
#trade_in .styled_form :-moz-placeholder,
#trade_in .styled_form ::-moz-placeholder{
   color:    #000;
   opacity:  1;
}

.styled_form .form_input:focus {
    border-color: #fff;
}


.styled_form .form_input.empty {
    border-color: #ff0000;
}

.styled_form textarea {
    display: block;
    width: 100%;
    height: 184px;
    background: #edbf36;
    border-radius: 3px;
    font-size: 18px;
    padding: 14px 25px;
    resize: none;
    color: #fff;
    font-weight: 300;
    border: none;
    border-bottom: 2px solid #edbf36;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.styled_form textarea.empty {
    border-color: #ff0000;
}

.styled_form .info {
    font-size: 10px;
    line-height: 16px;
    color: #fff;
}
.callback_form .info{
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: Inter;
  margin-top:5px;
}
.callback_form .info a{
    color: #fff;
    text-decoration: underline;
}
#trade_in .styled_form .info {
  font-size: 12px;
  line-height: 1;
  color: #000;
  font-family: Inter;
}
.styled_form .info a {
    color: #000;
    text-decoration: underline;
}
.callback_form .info a:hover,
.styled_form .info a:hover {
    text-decoration: none;
}

.styled_form .submit {
    margin-top: 20px;
}

.styled_form input[type=submit] {
    display: block;
    width: 100%;
    height: 48px;
    background: #fff;
    padding: 0;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#trade_in .styled_form input[type=submit] {
    background: #000;
    font-size: 16px;
    color: #fff;
    font-family: Inter;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 268px;
      max-width: 100%;
}
.styled_form ::-webkit-input-placeholder {
    color: #fff;
}
.styled_form ::-moz-placeholder {
    color: #fff;
}
.styled_form :-ms-input-placeholder {
    color: #fff;
}
.styled_form :-moz-placeholder {
    color: #fff;
}

/* about */

#about .top .title {
    font-size: 48px;
    color: #E9AF04;
    text-transform: none;
}

#about .top .text {
    max-width: 60%;
    font-weight: 300;
}

#about .about .item {
    margin: 10px 0;
}

/* vacancy */

#vacancy .styled_banner {
    margin-bottom: 40px;
}

#vacancy .styled_banner .bg {
    background: #000;
    opacity: 0.4;
}

#vacancy .styled_banner .title {
    font-size: 46px;
    text-transform: none;
}

#vacancy .styled_banner .item {
    overflow: hidden;
}

#vacancy .styled_banner .icon {
    float: left;
    margin-right: 15px;
}

#vacancy .styled_banner .phone {
    display: block;
    width: 48px;
    height: auto;
    margin-top: 10px;
}

#vacancy .styled_banner .email {
    display: block;
    width: 84px;
    height: auto;
    margin-top: 12px;
}

#vacancy .styled_banner .content {
    overflow: hidden;
}

#vacancy .styled_banner .label {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

#vacancy .styled_banner a {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
}

#vacancy .list {
    margin-top: 35px;
}

#vacancy .list .vacancy {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 45px;
    padding-bottom: 30px;
}

#vacancy .list .vacancy:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

#vacancy .list .list_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

#vacancy .list .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

#vacancy .list .title .number {
    display: inline-block;
    font-size: 36px;
    color: #E9AF04;
    margin-right: 30px;
}

#vacancy .list .title .value {
    white-space: nowrap;
}

#vacancy .list .title .salary {
    color: #E9AF04;
    font-size: 26px;
}

#vacancy .list ul {
    margin-top: 0;
}

#vacancy .information .item {
    margin-top: 30px;
}

/* news */

#news_list .news {
    margin-bottom: 30px;
}

#news_list .news:last-child {
    margin-bottom: 0;
}

#news_list .preview {
    position: relative;
    display: block;
    height: 244px;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
}

#news_list .preview .bg, #single_news .other .preview .bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #e9af04;
    opacity: 0.3;
}

#news_list .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#news_list .title a {
    color: #000;
}

#news_list .title a:hover, #single_news .other .title a:hover {
    color: #E9AF04;
}

#news_list .announcement {
    color: #777;
}

#news_list .news_date, #single_news .news_date {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    margin-top: 15px;
}

#news_list .news_date:before, #single_news .news_date:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: url('./images/clock_icon.png') center no-repeat;
    background-size: contain;
    content: '';
}

.load_more_wrap {
    text-align: center;
    margin-top: 30px;
}

.load_more_wrap .load_more {
    display: inline-block;
    width: 325px;
    font-size: 18px;
    line-height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    background: url('./images/punktir.png') center no-repeat;
    background-size: contain;
}

.load_more_wrap .load_more:hover {
    color: #E9AF04;
}

#single_news .page_title {
    font-size: 25px;
    margin-bottom: 15px;
}

#single_news .main_img {
    display: block;
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

#single_news .news_date {
    margin: 0 0 15px;
}

#single_news .other .block_title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#single_news .other .item {
    overflow: hidden;
    margin-bottom: 25px;
}

#single_news .other .item:last-child {
    margin-bottom: 0;
}

#single_news .other .preview {
    position: relative;
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    overflow: hidden;
}

#single_news .other .content {
    overflow: hidden;
}

#single_news .other .title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#single_news .other .title a {
    color: #000;
}

#single_news .other .info {
    color: #777;
}

#share {
    margin-top: 30px;
}

#share .ya-share2__badge {
    border-radius: 0;
}

#share .ya-share2__container_size_m .ya-share2__icon {
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
}

/* reviews */

#reviews .review {
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #dbdbdb;
}

#reviews .review .photo_wrap {
    width: 140px;
    float: left;
    margin-right: 20px;
}

#reviews .review .photo {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    margin-bottom: 20px;
}

#reviews .review .company {
    color: #777;
    font-size: 16px;
    text-align: center;
}

#reviews .review .content {
    overflow: hidden;
}

#reviews .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

#reviews .review .links:last-child {
    margin-right: 0;
}

#reviews .review .links a {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #000;
    font-weight: 700;
    margin: 0 20px 10px 0;
    white-space: nowrap;
}

#reviews .review .links a:before {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 0;
    width: 22px;
    height: 22px;
    content: '';
}

#reviews .review .links .video:before {
    background: url('./images/video_icon.png') center no-repeat;
    background-size: contain;
}

#reviews .review .links .letter:before {
    background: url('./images/email_icon.png') center no-repeat;
    background-size: contain;
}

#reviews .review .links a:hover {
    color: #E9AF04;
}

#reviews .date {
    color: #777;
    margin-bottom: 10px;
}

#reviews .review_text {
    font-size: 16px;
    line-height: 24px;
}

#reviews .answer {
    background: #fdf7e6;
    padding: 25px 35px;
    margin-top: 35px;
}

#reviews .answer .author {
    font-weight: 700;
    margin-bottom: 10px;
}

#reviews .answer .answer_text {
    font-size: 13px;
    line-height: 21px;
}

#reviews .load_more_wrap {
    margin-bottom: 50px;
}

.review_form .file {
    position: relative;
    height: 20px;
    margin: 20px 0;
    text-align: center;
}

.review_form .file .file_input {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.review_form .file label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 19px;
    margin: 0;
    font-weight: 700;
    padding-left: 35px;
}

.review_form .file label .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    background: #fff;
}

.review_form .file label .icon:before, .review_form .file label .icon:after {
    position: absolute;
    content: '';
    background: #000;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.review_form .file label:hover .icon:before, .review_form .file label:hover .icon:after {
    background: #E9AF04;
}

.review_form .file label .icon:before {
    top: 11px;
    left: 6px;
    width: 12px;
    height: 2px;
}

.review_form .file label .icon:after {
    top: 6px;
    left: 11px;
    height: 12px;
    width: 2px;
}

.review_form .file .preview_info {
    display: none;
    position: relative;
    padding-right: 35px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.review_form .file .preview_info .remove {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    font-size: 18px;
    line-height: 20px;
    color: #ff0000;
    cursor: pointer;
    text-align: center;
    background: #E9AF04;
}

#reviews .review_form .info {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

/* promo */

#promo {
    margin-bottom: 40px;
}

#promo .list .item {
    margin-bottom: 60px;
}

#promo .list .image {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: 20px;
}

#promo .list .description {
    color: #777;
}

#promo .list .phone {
    font-size: 18px;
    margin-top: 10px;
}

#promo .list .phone a {
    font-weight: 700;
    color: #E9AF04;
}

#promo .list .orange_btn {
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* services */

#services {
    margin-bottom: 40px;
}

#services .styled_banner .bg {
    background: #1a1a1a;
    opacity: 0.8;
}

#services .styled_banner .title {
    font-size: 30px;
}

#services .services ul {
    margin: 0;
}

#services .services a {
    color: #000;
    text-decoration: none;
}

#services .services a:hover {
    color: #e9af04;
}

.work_stages {
    margin: 30px 0;
}

.work_stages .item {
    position: relative;
    text-align: center;
    margin: 30px 0;
}

.work_stages .divider {
    position: absolute;
    top: 34px;
    right: 0;
    margin-right: -75px;
    font-size: 0;
    white-space: nowrap;
}

.work_stages .divider .circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 7px;
    vertical-align: middle;
    background: #000;
    border-radius: 100%;
}

.work_stages .divider .circle:first-child {
    margin-left: 0;
}

.work_stages .divider .circle:last-child {
    margin-right: 0;
}

.work_stages .divider .circle.large {
    position: relative;
    width: 30px;
    height: 30px;
    background: #e9af04;
}

.work_stages .divider .circle.large:before {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    left: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #000000;
    content: '';
}

.work_stages .icon {
    position: relative;
    height: 98px;
    margin-bottom: 40px;
}

.work_stages .icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-height: 100%;
    max-width: 80px;
    height: auto;
    width: auto;
}

.work_stages .description {
    font-weight: 700;
}

.reasons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#service .header {
    min-height: 560px;
    padding: 60px 0 118px;
}

#service .header .bg {
    background: #212121;
    opacity: 0.8;
}

#service .header .title{
    font-size: 48px;
    text-transform: none;
} 
#trade_in .styled_banner .title {
    font-size: 29px;
    text-transform: none;
    color: #fff;
    z-index: 1;
    font-family: Inter;
    text-transform: uppercase;
    margin-bottom: 0;
}
#trade_in .banner_phone{
    font-size: 35px;
    text-transform: none;
    color: #E9AF04;
    z-index: 1;
    font-weight: 700;
    font-family: Inter;
    margin-top:10px;
}
#service .header .styled_text, #trade_in .styled_banner .styled_text {
    max-width: 60%;
    font-size: 24px;
    line-height: 38px;
}

#service .header form {
    margin-top: 30px;
}

#service .callback_form ::-webkit-input-placeholder {
    color: #fff;
}
#service .callback_form ::-moz-placeholder {
    color: #fff;
}
#service .callback_form :-ms-input-placeholder {
    color: #fff;
}
#service .callback_form :-moz-placeholder {
    color: #fff;
}

#service .callback_form .input {
    position: relative;
    max-width: 320px;
}

#service .header .callback_form .input {
    margin-bottom: 35px;
}

#service .callback_form .icon {
    position: absolute;
    left: 5px;
}

#service .callback_form .icon.phone {
    top: 15px;
    width: 21px;
    height: 21px;
}

#service .callback_form .form_input {
    width: 100%;
    height: 52px;
    padding: 0 15px 0 40px;
    background: transparent;
    border: none;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border-bottom: 1px solid #fff;
}

#service .callback_form .form_input.empty {
    border-color: #ff0000;
}

#service .callback_form button {
    height: 52px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}

.reasons .item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
    margin: 15px 0;
}

.reasons .number {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: #E9AF04;
    margin-bottom: 10px;
}

.reasons .styled_text {
    font-weight: 700;
}

#service .callback {
    background: #E9AF04;
}

#service .callback .container {
    color: #000;
}

#service .callback form {
    margin-top: 38px;
}

/* trade-in */

#trade_in .styled_banner .styled_text {
    max-width: none;
}

/* rent */

.rent_list .item {
    margin: 0 0 30px;
}

.rent_list .block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #E9AF04;
    height: 100%;
    padding: 45px 30px;
    text-align: center;
}
.rent_list .block > div {
    margin-bottom: 15px;
}
.rent_list .block .photo {
    position: relative;
    height: 180px;
    margin-bottom: 10px;
}

.rent_list .block .photo img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.rent_list .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}
.rent_list .styled_text {
    color: #ffffff;
}
.rent_list .showmore{
    color: #ffffff;
    margin-top: auto;
    margin-bottom: 15px;
    font-size: 14px;
}

.rent_list .block .callback_link {
    border: none;
    padding: 0 50px;
    margin: 0 auto 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* catalogue */

.marks {
    display: block;
    font-size: 0;
}

.marks .mark {
    display: inline-block;
    padding: 0 8px;
    margin: 5px 10px 5px 0;
    border-radius: 4px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.marks .mark.hit {
    background: #dc4e41;
}

.marks .mark.new {
    background: #3b5998;
}

.marks .mark:last-child {
    margin-right: 0;
}

#product h1 {
    margin-bottom: 0;
}
#product_arenda h1 {
    margin-bottom: 0;
}
#product_arenda .main{
    display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#product_arenda .main_right{
    width: calc(100% - 518px);
    max-width: 568px;
}

#product_arenda .main_right .prod_price_chas,#product_arenda .main_right .prod_chas{
    font-size: 25px;
    font-family: Inter;
    font-weight: 700;
    line-height: 2;
}
.product_arenda .info .prod_price{
    display: flex;
    flex-direction:column;
    margin-bottom: 10px;
}
.product_arenda .info .prod_price_chas{
    font-size: 18px;
    font-family: Inter;
    font-weight: 700;
    line-height: 1.8;
}
.product_arenda .info .prod_chas{
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    line-height: 1.8;
}
#product_arenda .main_right .bez{
    font-size: 16px;
    font-family: Inter;
    color: #6D6D6D;
    font-weight: 700;
}
#product_arenda .block_cart {
  width: 100%;
  margin: 36px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
#product_arenda .block_qnt{
    position:relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}
#product_arenda .block_qnt .plus,#product_arenda .block_qnt .minus{
    position:absolute;
    width: 14px;
    height: 9px;
    cursor:pointer;
}
#product_arenda .block_qnt .number input[type="number"]::-webkit-outer-spin-button,
#product_arenda .block_qnt .number input[type="number"]::-webkit-inner-spin-button {
	display: none;
}
#product_arenda .block_qnt .plus{
    top: 4px;
    right: 15px;
}
#product_arenda .block_qnt .minus{
    top: 24px;
    right: 15px;
}
#product_arenda .block_qnt span:nth-child(1){
    font-size: 16px;
    line-height: 48px;
    font-family: Inter;
    font-weight: 700;
    margin-right: 15px;
}
#product_arenda .block_qnt span:nth-child(2){
    width:84px;
    height:48px;
    border:1px solid #C0C0C0;
    display:block;
}
#product_arenda .block_qnt input{
    width: 100%;
    border: unset;
    padding: 6px 20px;
    -moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
	font-size: 20px;
    line-height: 34px;
    font-family: Inter;
    font-weight: 700;
}
.make_order_chas{
    font-family:Inter;
    width: 178px;
    font-size: 18px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.04em;
    background: #E9AF04;
    color: #000;
    margin-left: 15px;
    border-radius: 3px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    border: unset;
    height:48px;
}
a.make_order_chas:hover,a.make_order_chas:focus{
    background: #ffbf02;
    color: #000;
}
.column .whatsapp_block{
    position: absolute;
    right: -130px;
    top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left:15px;
}
#trade_in .column .whatsapp_block svg {
  margin-top: -15px;
}
#product_arenda .whatsapp_block{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left:15px;
}
.column .whatsapp_block span:nth-child(1),
#product_arenda .whatsapp_block span:nth-child(1){
    background-color: #25D366;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.column .whatsapp_block span:nth-child(2),
#product_arenda .whatsapp_block span:nth-child(2){
    font-family: Inter;
    font-size: 14px;
    color: #000;
    padding-left: 6px;
}
#product .product_gallery .image, #product .product_gallery .no_photo {
    position: relative;
    height: 360px;
}
#product_arenda .product_gallery_arenda .image, #product_arenda .product_gallery_arenda .no_photo {
    position: relative;
    height: 365px;
    width: 100%;
}
#product .product_gallery {
    padding-right: 20px;
    margin-bottom: 50px;
}
#product_arenda .product_gallery_arenda {
    padding-right: 20px;
    margin-bottom: 50px;
    width: 518px;
}
#product .product_gallery .image img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
#product_arenda .product_gallery_arenda .image img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
#product_arenda .product_gallery_arenda .no_photo,
#product .product_gallery .no_photo {
    background: url('./images/og_image.jpg') center no-repeat;
    background-size: cover;
}
#product_arenda .preview,
#product .preview {
    visibility: hidden;
    margin-top:15px;
    padding: 0;
}
#product_arenda .preview.slick-initialized,
#product .preview.slick-initialized {
    visibility: visible;
}

#product .preview .slick_arrow {
    width: 10px;
    height: 18px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    cursor: pointer;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#product .preview .slick_arrow:hover {
    opacity: 0.7;
}

#product .preview .slick_arrow.prev {
    left: 0;
    background: url('./images/bl_arrow.png') center no-repeat;
    background-size: contain;
}

#product .preview .slick_arrow.next {
    right: 0;
    background: url('./images/br_arrow.png') center no-repeat;
    background-size: contain;
}

#product .preview .slick_arrow.slick-disabled {
    opacity: 0.2;
    cursor: default;
}

#product .preview .item {
    padding: 0 10px;
    opacity: 0.6;
}
#product_arenda .preview .item {
    margin:0 5px;
    opacity:1;
}

#product .preview .item.slick-current {
    opacity: 1;
}

#product .preview .photo {
    cursor: pointer;
    height: 60px;
}
#product_arenda .preview .photo {
    cursor: pointer;
    height:75px;
}

#product #share {
    text-align: center;
    margin: 0;
}

#product #share li {
    margin: 0 3px;
}
#product .main_char {
    font-size: 14px;
    line-height: 22px;
    color: #777;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
}

#product .main_char .value {
    color: #000;
    text-align: right;
}

#product_arenda .main_right .main_char {
    font-size: 14px;
    line-height: 2;
    color: #6D6D6D;
    margin-bottom: 20px;
}
#product_arenda .info .main_char{
    font-size:12px;
    line-height: 1.8;
    color:#000;
    margin-bottom:0;
}
#product_arenda .prod_char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prod_char .clabel{
  max-width: 100%;
  margin-right: 2px;
}
.prod_char .tochka{
  flex: 1 0;
  border-bottom: 1px dashed #BDBDBD;
  height: 1em;
  margin: 0 .4em;
  min-width: 30px;
}
.prod_char .value {
    color: #000;
    text-align: right;
    width: auto;
    max-width: calc(100% - 80px);
}

#product .advantages {
    margin: 15px -15px 20px;
}

#product .advantages .wrapper {
    display: table;
}

#product .advantages .icon, #product .advantages .info {
    display: table-cell;
    vertical-align: middle;
}

#product .advantages .icon {
    min-width: 50px;
}

#product .advantages .icon img {
    display: block;
    max-width: 40px;
    max-height: 40px;
    width: auto;
    height: auto;
}

#product .advantages .info {
    font-weight: 700;
}

#product .order_form .row {
    margin: 0 -10px;
}

#product .order_form .column {
    padding: 0 10px;
}

#product .order_form .form_input, #product .order_form input[type=submit] {
    height: 38px;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0 15px;
}

#product .order_form .textarea {
    display: none;
    padding-top: 20px;
}

#product .order_form textarea {
    font-size: 14px;
    padding: 10px 15px;
    height: 130px;
}

#product .order_form .add_comment {
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}

#product .order_form .add_comment:hover {
    text-decoration: none;
}

#product .order_form .info {
    margin-top: 5px;
}
#product_arenda .characteristics_table,
#product .characteristics_table {
    overflow: hidden;
    font-size: 18px;
    color: #777;
}

#product_arenda .characteristics_table .row,
#product .characteristics_table .row {
    border-top: 1px solid #e8e8e6;
    padding: 10px 0;
}

#product_arenda .characteristics_table .row.hidden,
#product .characteristics_table .row.hidden {
    display: none;
}

#product_arenda .characteristics_table .row:first-child,
#product .characteristics_table .row:first-child {
    border: none;
}

#product_arenda .characteristics_table .row:nth-child(2n),
#product .characteristics_table .row:nth-child(2n) {
    background: #fefbf2;
}

#product_arenda .characteristics_table .col-md-6,
#product .characteristics_table .col-md-6 {
    padding: 0 30px;
}

#product_arenda .characteristics_table .value,
#product .characteristics_table .value {
    color: #000;
    text-align: right;
}

#product_arenda .characteristics_table .more_char,
#product .characteristics_table .more_char {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    color: #777;
    text-decoration: underline;
    padding-right: 14px;
}

#product_arenda .characteristics_table .more_char:after,
#product .characteristics_table .more_char:after {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0;
    display: block;
    width: 10px;
    height: 5px;
    content: '';
    background: url('./images/angle.png') center no-repeat;
    background-size: contain;
}

#product_arenda .characteristics_table .more_char.active:after,
#product .characteristics_table .more_char.active:after {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#catalog .with_sidebar {
    overflow: hidden;
}

#catalog .sidebar {
    float: left;
    width: 270px;
    margin-right: 30px;
}

#catalog .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#catalog .sidebar .categories {
    padding-bottom: 10px;
}

#catalog .sidebar .categories li {
    margin-bottom: 10px;
}

#catalog .sidebar .categories li:last-child {
    margin-bottom: 0;
}

#catalog .sidebar .categories > li > a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

#catalog .sidebar .categories .children {
    padding-top: 10px;
}

#catalog .sidebar .categories .children a {
    color: #777;
}

#catalog .sidebar .categories a:hover, #catalog .sidebar .categories li.current-cat > a {
    color: #E9AF04;
}

#catalog .sidebar .group {
    padding: 10px 0;
    color: #777;
}

#catalog .sidebar .group .group_label {
    color: #000;
}

#catalog .sidebar .group ul {
    padding-top: 10px;
}

#catalog .sidebar .group li {
    font-size: 0;
    margin-bottom: 10px;
}

#catalog .sidebar .group li:last-child {
    margin-bottom: 0;
}

#catalog .sidebar .group li label {
    font-size: 14px;
    margin-bottom: 0;
}

#catalog .sidebar .range {
    padding-top: 10px;
    max-width: 290px;
}

#catalog .sidebar .range .min, #catalog .sidebar .range .max {
    width: 100%;
    height: 30px;
    border: 1px solid #DBDBDB;
    padding: 0 15px;
}

#catalog .sidebar .range .sep {
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 8px;
    background: #DBDBDB;
}

.ui-slider {
    position: relative;
    margin: 20px 8px 10px;
    height: 6px;
    background: #fff;
    border: 1px solid #DBDBDB;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-state-default, .ui-widget-content  {
    border: 1px solid #c5c5c5;
    font-weight: normal;
    color: #454545;
    background: #fff;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    z-index: 2;
    width: 16px;
    height: 16px;
    border: 1px solid #c5c5c5;
    cursor: pointer;
    border-radius: 100%;
    outline: none;
}

.ui-widget-header {
    background: #E9AF04;
}

.ui-slider .ui-slider-handle:nth-child(2) {
    margin-left: -8px;
}

.ui-slider .ui-slider-handle:nth-child(3) {
    margin-left: -8px;
}

#catalog .content {
    overflow: hidden;
}

#catalog .page_title {
    margin-bottom: 25px;
}

.products_list_arenda{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    gap:20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.products_list_arenda .product_arenda {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0;
    width:calc(25% - 15px);
}
.products_list .product {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0;
}
.products_list.cat .product {
    text-align: center;
}

.products_list .product .photo {
    display: block;
    height: 180px;
    margin-bottom: 10px;
}
.products_list_arenda .product_arenda .photo {
    display: block;
    height: 186px;
    margin-bottom: 10px;
}

.products_list_arenda .product_arenda .photo.without,
.products_list .product .photo.without {
    background: url('./images/no_photo.png') #f8f8f8 center no-repeat;
    background-size: 80px 60px;
}

.products_list .product .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.products_list_arenda .product_arenda .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: Inter;
}

.products_list.cat .product .title {
    margin-bottom: 0;
}
.products_list_arenda .product_arenda .title a,
.products_list .product .title a {
    color: #000;
}

.products_list_arenda .product_arenda .title a:hover,
.products_list .product .title a:hover {
    color: #E9AF04;
}

.products_list_arenda .product_arenda .main_char,
.products_list .product .main_char {
    border-bottom: none;
    font-size: 12px;
    padding-bottom: 0;
}

.products_list_arenda .product_arenda .make_order_arenda{
    display: block;
    font-size: 12px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    background: #E9AF04;
    border-radius: 3px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    border: none;
}
.products_list .product .make_order, #catalog .sidebar .filter_link {
    display: block;
    font-size: 12px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    background: #E9AF04;
    border-radius: 3px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    border: none;
    margin-top:10px;
}

#catalog .sidebar .filter_link {
    font-size: 13px;
}
.products_list_arenda .product_arenda .make_order_arenda:hover{
    background: #ffbf02;
}

.products_list .product .make_order:hover, #catalog .sidebar .filter_link:hover {
    background: #ffbf02;
}

#search_list {
    margin-top: 25px;
}

/* contacts */

#contacts .contacts {
    font-size: 18px;
}

#contacts .contacts .item {
    margin-bottom: 25px;
}

#contacts .label {
    font-weight: 700;
}

#contacts .name {
    font-weight: 700;
}

#contacts .item a {
    color: #000;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

#contacts .item a:hover {
    color: #E9AF04;
}

#contacts .orange_btn {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#contacts .feedback_form .fields .item:last-child .form_input {
    margin-bottom: 0;
}


#contacts .feedback_form .submit, #reviews .review_form .submit {
    margin-top: 20px;
}

#map {
    height: 500px;
    margin-top: 100px;
}

#map .popover {
    width: 200px;
    background: #E9AF04;
    color: #fff;
    text-align: center;
    padding: 10px;
    border: none;
    border-radius: 3px;
}

#map .popover-title {
    width: 180px;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    text-align: center;
}

#map .popover-content {
    width: 180px;
    font-size: 12px;
    text-align: center;
}

#map .popover .arrow {
    bottom: -20px;
    left: 50%;
    margin-left: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 0 12px;
    border-color: #e9b004 transparent transparent transparent;
}

/* 404 */

#error_404 .main {
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
}

#error_404 .main .large {
    font-size: 100px;
    line-height: 0.8;
    font-weight: 700;
    color: #E9AF04;
}

#error_404 .main .medium {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    margin: 15px 0;
}

#error_404 .catalogue_link {
    display: block;
    width: 260px;
    margin: 30px auto 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* footer */

#footer {
    background: #1A1A1A;
    color: #fff;
}

#footer .main_menu {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer .main_menu li {
    width: 16.66666%;
    display: table-cell;
    text-align: center;
}

#footer .main_menu li:first-child {
    text-align: left;
}

#footer .main_menu li:last-child {
    text-align: right;
}

#footer .main_menu li a {
    display: inline-block;
    padding: 14px 0;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 2px solid transparent;
    color: #656565;
}

#footer .main_menu li a:hover, #footer .main_menu .current-menu-item a {
    border-color: #E9AF04;
    color: #E9AF04;
}

#footer .blocks {
    border-top: 1px solid #303030;
    margin-top: -1px;
    padding: 50px 0 70px;
}

#footer .logo {
    display: inline-block;
    max-width: 100%;
}

#footer .logo img {
    display: block;
    max-width: 100%;
}

#footer .contacts .phone a {
    color: #777777;
}

#footer .contacts .phone a strong {
    color: #fff;
    font-weight: normal;

}

#footer .blocks ul {
    padding: 0;
    list-style: none;
}

#footer .blocks ul li, #footer .contacts .item {
    margin-bottom: 10px;
}

#footer .blocks ul li:last-child, #footer .contacts .item:last-child {
    margin-bottom: 0;
}

#footer .blocks ul li a {
    color: #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

#footer .blocks ul li a:hover {
    color: #E9AF04;
}

#footer .blocks .privacy {
    color: #777777;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

#footer .blocks .privacy:hover {
    color: #E9AF04;
}

#footer .development_logo {
    display: block;
    width: 137px;
    height: 34px;
    background: url('./images/site4all.png') center no-repeat;
    background-size: contain;
}

/* modals */

.styled_modal .modal-content {
    border-radius: 0;
    padding: 40px 60px;
}

#callback_modal .modal-dialog .modal-content, #order_modal .modal-dialog .modal-content, #order_arenda_modal .modal-dialog .modal-content{
    max-width: 370px;
    margin: 0 auto;
}

#callback_modal .modal-content, #order_modal .modal-content, #order_arenda_modal .modal-content  {
    border-radius: 0;
    padding: 0;
    background: transparent;
    border: none;
}

#callback_modal .info {
    font-size: 12px;
    text-align: center;
}

#order_arenda_modal .add_comment,
#order_modal .add_comment {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    margin-bottom: 20px;
}

#order_arenda_modal .add_comment:hover,
#order_modal .add_comment:hover {
    text-decoration: none;
}

#order_arenda_modal .textarea,
#order_modal .textarea {
    display: none;
    padding: 0 0 20px;
}

#mobile_menu {
    padding: 0 !important;
}

#mobile_menu .modal-dialog {
    max-width: none;
    margin: 0;
}

#mobile_menu .modal-content {
    border: none;
    background: #212121;
    padding: 60px 0;
}

#mobile_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;/*12px;*/
}

#mobile_menu .catalogue ul a {
    display: inline-block;
    color: #fff;
}

#mobile_menu .catalogue ul a:hover {
    color: #E9AF04;
}

#mobile_menu .catalogue > ul > li {
    margin-bottom: 15px;
}

#mobile_menu .catalogue > ul > li > a {
    color: #E9AF04;
    text-transform: uppercase;
}

#mobile_menu .catalogue ul ul {
    margin: 10px 0;
}

#mobile_menu .catalogue ul ul li {
    padding-left: 10px;
}

#mobile_menu .navigation li, #mobile_menu .catalogue li {
    margin-bottom: 10px;
}

#mobile_menu .navigation li:last-child, #mobile_menu .catalogue li:last-child {
    margin-bottom: 0;
}

#mobile_menu .navigation li a {
    text-transform: uppercase;
    color: #fff;
}

#mobile_menu .navigation li a:hover {
    color: #E9AF04;
}

.close_modal {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    background: url('./images/close_modal.png') center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
}

#loading {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2000;
}

#loading .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}

#loading .spinner-border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

.success_submit {
    display: none;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -145px;
    width: 290px;
    border-radius: 3px;
    padding: 25px;
    background: #E9AF04;
    text-align: center;
    z-index: 3000;
}

.brand_slide{
    padding:0 15px;
}
.brand{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:47px;
}
.brand img{
    width: auto;
    max-height:100%;
    margin: auto;
    max-width: 100%;
    height: auto;
}
.brands_list .slick_arrow {
    width: 14px;
    height: 22px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.brands_list .slick_arrow:hover {
    opacity: 0.7;
}
.brands_list .slick_arrow.prev {
    left: 0;
    margin-left: -30px;
    background: url('./images/bl_arrow.png') center no-repeat;
    background-size: contain;
}

.brands_list .slick_arrow.next {
    right: 0;
    margin-right: -30px;
    background: url('./images/br_arrow.png') center no-repeat;
    background-size: contain;
}

.service_list{
    display: flex;
    flex-wrap: nowrap;
}
.service{
    width: 25%;
    background-color: #E9AF04;
    height: 198px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    padding:35px 30px;
}
.service .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #2d2d2d;
    opacity: 0.6;
    z-index: 1;
}
.service span{
    z-index: 2;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    font-family: Inter;
}
.works_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.works_list .work{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(25% - 15px);
    max-width: 206px;
}
.works_list .work span:nth-child(1){
    font-weight: 800;
    font-size: 100px;
    line-height: 1.6;
    font-family: Inter;
    color: #E9AF04;
}
.works_list .work span:nth-child(2){
    font-weight: 700;
    font-size: 16px;
    font-family: Inter;
    line-height: 1;
    padding-left: 10px;
}
.callback_banner .form_remont .orange_btn {
    padding:0;
}
.callback_banner .form_remont .info,.callback_banner .form_remont .info a,.callback_banner .form_remont .info a:hover,.callback_banner .form_remont .info a:focus{
    color:#fff;
    opacity:0.8;
    font-size: 12px;
    margin-top: 5px;
}

/* responsive */
@media (max-width: 1350px) {

    #mp_banner .slick_arrow.prev {
        right: auto;
        margin-right: 0;
        left: 15px;
    }

    #mp_banner .slick_arrow.next {
        left: auto;
        margin-left: 0;
        right: 15px;
    }

}

@media (max-width: 1199px) {

    #header .navigation .catalogue_menu > ul {
        max-width: 70%;
    }

    #mp_banner .content {
        max-width: 570px;
    }

    #mp_banner .title {
        font-size: 46px;
    }

    #mp_banner .description {
        font-size: 22px;
    }

    #front_page .categories .block {
        padding-right: 30%;
    }

    #mp_promo .content {
        max-width: none;
    }

    .advantages-block, .advantages-block .styled_text {
        font-size: 16px;
        line-height: 24px;
    }

    .reviews_slider .item {
        padding: 0 70px 20px;
    }

    .styled_banner .blockquote {
        margin-left: 0;
    }

    #vacancy .styled_banner .title {
        font-size: 36px;
    }

    #vacancy .styled_banner .phone {
        width: 40px;
    }

    #vacancy .styled_banner .email {
        width: 66px;
    }

    #vacancy .styled_banner a {
        font-size: 24px;
    }

    #single_news .other {
        margin-top: 50px;
    }

    #single_news .other .block_title {
        margin-bottom: 0;
    }

    #single_news .other .preview {
        float: none;
        width: 100%;
        height: 160px;
        border-radius: 3px;
        margin-bottom: 15px;
    }

    #single_news .other .item {
        display: none;
        margin-bottom: 0;
        margin-top: 25px;
    }

    #single_news .other .item:nth-child(-n+3) {
        display: block;
    }

    #reviews .review_form textarea {
        margin-top: 0;
    }

    .review_form .file {
        margin-top: 0;
    }

    #service .header .title, #trade_in .styled_banner .title {
        font-size: 36px;
    }

    #service .header .styled_text, #trade_in .styled_banner .styled_text {
        font-size: 20px;
        line-height: 32px;
    }

    .work_stages .divider {
        margin-right: -62px;
    }

    .work_stages .divider .circle:first-child, .work_stages .divider .circle:last-child {
        display: none;
    }

    .reasons .item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #product .advantages .item {
        margin-bottom: 10px;
    }

    #product .advantages .item:last-child {
        margin-bottom: 0;
    }

    #product .order_form input[type=submit] {
        margin-top: 20px;
    }

    #contacts .feedback_form textarea, #contacts .feedback_form .info {
        margin-top: 20px;
    }

    #error_404 .products_list .product:last-child {
        display: none;
    }

    #footer .development {
        margin-top: 20px;
    }
    .column .whatsapp_block,
    #product_arenda .whatsapp_block {
        margin-top: 20px;
    }
    .column .whatsapp_block {
        position: relative;
        right: unset;
        top: unset;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .flex .styled_banner {
        height: 505.4px;
    }
    #trade_in .styled_form input[type="submit"] {
        font-size: 14px;
    }
    .callback_banner .form_remont .orange_btn {
        font-size:14px;
    }
}
@media (max-width: 1024px) {
    .brands_list .slick_arrow.prev {
        margin-left: 0;
    }
    .brands_list .slick_arrow.next {
        margin-right: 0;
    }
}

@media (max-width: 991px) {

    body .white_btn, body .orange_btn {
        font-size: 16px;
        line-height: 46px;
    }

    body .white_btn:before {
        border-top: 34px solid #fff;
        border-bottom: 12px solid transparent;
    }

    body .orange_btn:before {
        border-top: 34px solid #E9AF04;
        border-bottom: 12px solid transparent;
    }


    body .white_btn:after {
        border-top: 12px solid transparent;
        border-bottom: 34px solid #fff;
    }

    body .orange_btn:after {
        border-top: 12px solid transparent;
        border-bottom: 34px solid #E9AF04;
    }

    #header {
        padding-bottom: 45px;
    }

    #header .logo {
        width: 162px;
        height: 86px;
    }

    #header .content {
        padding: 0 50px 0 0;
    }

    #header .info {
        font-size: 12px;
        max-width: 220px;
    }

    #header .top {
        margin-bottom: 0;
    }

    #header .contacts .phone {
        display: none;
    }

    #header .contacts {
        margin-left: 20px;
    }

    #header .contacts .callback_link {
        margin-left: 0;
    }

    #header .menu_link {
        display: block;
    }

    #header .bottom, #header .navigation {
        display: none;
    }

    #mp_banner .slide .container {
        min-height: 420px;
    }

    #mp_banner .content {
        max-width: 420px;
    }

    #mp_banner .title {
        font-size: 34px;
    }

    #mp_banner .description {
        font-size: 14px;
    }

    #mp_banner .link, #mp_promo .link, #service_banner .link {
        width: 250px;
        font-size: 16px;
        line-height: 46px;
    }

    #mp_banner .slick-dots {
        bottom: 50px;
    }

    #mp_promo {
        min-height: 290px;
    }

    #mp_promo .discount {
        font-size: 90px;
    }

    #mp_promo .text {
        font-size: 30px;
    }

    #mp_promo .link {
        margin-top: 25px;
    }

    .advantages-block, .advantages-block .styled_text {
        font-size: 14px;
        line-height: 22px;
    }

    #mp_map .description {
        font-size: 20px;
        padding-left: 30px;
    }

    #service_banner {
        padding: 40px 0 0;
    }

    #service_banner .title {
        font-size: 24px;
    }

    #service_banner .information {
        padding: 0 130px 40px 0;
    }

    #service_banner .text {
        font-size: 16px;
        line-height: 24px;
    }

    #service_banner .link {
        margin-top: 15px;
    }

    #service_banner .person {
        right: -170px;
    }

    .callback_banner {
        min-height: 256px;
    }

    .callback_banner .banner_title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .callback_banner .form_title {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .callback_banner .row {
        margin: 0 -15px;
    }

    .callback_banner .row .item {
        padding: 0 15px;
    }

    .callback_banner .icon {
        left: 10px;
    }

    .callback_banner .icon.person {
        top: 15px;
        width: 16px;
        height: 14px;
    }

    .callback_banner .icon.phone {
        top: 16px;
        width: 14px;
        height: 14px;
    }

    .callback_banner .form_input {
        font-size: 14px;
        height: 45px;
    }

    .callback_banner .orange_btn {
        font-size: 14px;
        height: 46px;
    }

    .page_content {
        margin-bottom: 60px;
    }

    .banner_advantages {
        padding: 30px 15px 0;
        margin-top: -34px;
    }

    .banner_advantages .icon {
        height: 50px;
    }

    .banner_advantages .title {
        font-size: 14px;
    }

    .section .section_title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .styled_text {
        font-size: 14px;
        line-height: 22px;
    }

    .styled_text h2 {
        font-size: 22px;
    }

    .styled_text h3 {
        font-size: 20px;
    }

    .styled_text h4 {
        font-size: 18px;
    }

    .styled_text p {
        margin: 15px 0;
    }

    .styled_text ul:not(.wp-block-gallery), .styled_text ol:not(.wp-block-gallery) {
        margin: 20px 0;
    }

    .styled_text ul:not(.wp-block-gallery) li, .styled_text ol:not(.wp-block-gallery) li {
        line-height: 22px;
        padding-left: 15px;
        margin-bottom: 5px;
    }

    .styled_text ul:not(.wp-block-gallery) li:before {
        top: 8px;
    }

    .styled_text blockquote {
        margin: 20px 0 20px 15px;
        padding: 10px 15px 10px 25px;
    }

    .styled_text table {
        margin: 20px 0;
    }

    .reviews_slider .item {
        padding: 0 35px 10px;
    }

    .reviews_slider .author {
        margin-bottom: 15px;
    }

    .reviews_slider .photo {
        width: 110px;
        height: 110px;
    }

    .reviews_slider .name, .reviews_slider .company {
        font-size: 16px;
    }

    .reviews_slider .text {
        padding: 15px;
        border: 3px solid #E9AF04;
    }

    .reviews_slider .text::after {
        margin-top: -6px;
        margin-left: -25px;
        font-size: 60px;
        line-height: 46px;
        width: 50px;
    }

    .styled_banner {
        min-height: 300px;
    }

    .styled_banner .title {
        margin-bottom: 20px;
    }

    .styled_banner .blockquote {
        margin-top: 30px;
        font-size: 16px;
        line-height: 26px;
    }

    .styled_banner .blockquote .top {
        margin-bottom: 5px;
    }

    .styled_banner .blockquote .bottom {
        margin-top: 5px;
    }

    .styled_banner .blockquote .top .icon, .styled_banner .blockquote .bottom .icon {
        width: 24px;
        height: 19px;
    }

    #about .top .title {
        font-size: 30px;
    }

    #vacancy .styled_banner .title {
        font-size: 30px;
    }

    #vacancy .styled_banner .phone {
        margin-top: 6px;
    }

    #vacancy .styled_banner .email {
        margin-top: 8px;
    }

    #vacancy .styled_banner .label {
        font-size: 16px;
    }

    #vacancy .styled_banner a {
        font-size: 22px;
    }

    #vacancy .list .list_title {
        font-size: 26px;
    }

    #vacancy .information .item {
        margin-top: 15px;
    }

    #vacancy .list .title {
        font-size: 20px;
        margin-bottom: 0;
    }

    #vacancy .list .title .number {
        font-size: 30px;
        margin-right: 15px;
    }

    .load_more_wrap {
        margin-top: 30px;
    }

    .load_more_wrap .load_more {
        width: 290px;
        font-size: 16px;
        line-height: 46px;
    }

    #single_news .page_title {
        font-size: 22px;
    }

    #single_news .other .item:nth-child(-n+3) {
        display: none;
    }

    #single_news .other .item:nth-child(-n+2) {
        display: block;
    }

    #share .ya-share2__container_size_m .ya-share2__icon {
        width: 28px;
        height: 28px;
    }

    #reviews .review .photo_wrap {
        width: auto;
        float: none;
        margin-bottom: 10px;
    }

    #reviews .review .photo {
        margin-bottom: 10px;
    }

    #reviews .review .company {
        text-align: left;
    }

    #reviews .review_text {
        font-size: 14px;
        line-height: 22px;
    }

    .review_form .file {
        margin-top: 20px;
    }

    #promo .list .phone {
        font-size: 14px;
    }

    #services .styled_banner .title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .work_stages .item {
        margin: 20px 0;
    }

    .work_stages .icon {
        height: 74px;
        margin-bottom: 15px;
    }

    .work_stages .icon img {
        max-width: 66px;
    }

    .work_stages .divider {
        top: 22px;
        margin-right: -75px;
    }

    .work_stages .item:nth-child(2n) .divider {
        display: none;
    }

    .work_stages .divider .circle:first-child, .work_stages .divider .circle:last-child {
        display: inline-block;
    }

    #service .header {
        min-height: 420px;
        padding-bottom: 94px;
    }

    #service .header .title, #trade_in .styled_banner .title {
        font-size: 32px;
    }

    #service .header .styled_text, #trade_in .styled_banner .styled_text {
        max-width: none;
        font-size: 16px;
        line-height: 24px;
    }

    #service .callback_form .form_input, #service .callback_form button {
        height: 46px;
    }

    .rent_list .block {
        padding: 30px 15px;
    }

    .rent_list .block .photo {
        position: relative;
        height: 140px;
    }

    .rent_list .block .callback_link {
        font-size: 14px;
        padding: 0 20px;
    }

    #product h1,
    #product_arenda h1 {
        margin-bottom: 30px;
    }
    #product .product_gallery, #product #share {
        margin-bottom: 30px;
    }
    #product_arenda .product_gallery_arenda{
        margin-bottom: 30px;
        width:100%;
        padding-right:0;
    }
    #product_arenda .main_right {
        width: 100%;
        max-width:100%;
    }
    #product_arenda .main_right .prod_price_chas, #product_arenda .main_right .prod_chas {
        font-size: 20px;
    }
    #product_arenda .make_order_chas {
        width: 160px;
        font-size: 15px;
    }
    #product-arenda .product_gallery_arenda .image, #product-arenda .product_gallery_arenda .no_photo {
        height: 310px;
    }
    #product .preview {
        margin-top: 30px;
    }
    #product_arenda .preview .photo {
        height: 94px;
    }
    #product_arenda .characteristics_table,
    #product .characteristics_table {
        font-size: 14px;
    }

    #catalog .sidebar {
        width: 190px;
    }

    #contacts .contacts {
        font-size: 16px;
        margin-bottom: 30px;
    }

    #contacts .feedback_form textarea {
        margin-top: 0;
    }

    #map {
        height: 400px;
        margin-top: 50px;
    }

    #error_404 .products_list .product:nth-child(3) {
        display: none;
    }

    #footer .blocks {
        font-size: 12px;
    }
    .products_list_arenda .product_arenda {
        width: calc(50% - 10px);
    }
    .column .whatsapp_block,
    #product_arenda .whatsapp_block {
        margin-top: 0;
    }
    .flex .styled_banner,
    .flex .styled_form {
        width: 50%;
    }
    .service {
        height: 166px;
        padding: 30px 20px;
    }
    .service span {
        font-size: 16px;
    }
    .works_list .work span:nth-child(1) {
        font-size: 90px;
    }
    .works_list .work span:nth-child(2) {
        font-size: 12px;
    }
    .callback_banner .form_remont .orange_btn {
        font-size: 12px;
    }
    .advantages.adv_service .item {
        width: calc(50% - 15px);
    }
    .advantages.adv_service .item img {
        min-width: 68px;
        max-height: 50px;
    }
    .brands_list .slick_arrow.prev {
        margin-left: -30px;
    }
    .brands_list .slick_arrow.next {
        margin-right: -30px;
    }
}

@media (max-width: 767px) {

    #header {
        padding: 10px 0;
    }

    #header .logo {
        width: 90px;
        height: 48px;
        margin-right: 10px;
    }

    #header .info, #header .contacts .callback_link, #header .search_form {
        display: none;
    }

    #header.opened_search .main {
        padding-bottom: 48px;
    }

    #header.opened_search .search_form {
        display: block;
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0;
    }

    #header .content {
        padding: 0 82px 0 0;
    }

    #header .top {
        padding: 16px 0 0;
    }

    #header .contacts {
        margin-left: 0;
        float: none;
        text-align: right;
    }

    #header .contacts .phone {
        display: inline-block;
        padding-left: 0;
        font-size: 16px;/*12px;*/
        line-height: 16px;
    }

    #header .contacts .phone:before {
        display: none;
    }

    #header .search_link {
        display: block;
        top: 13px;
        right: 60px;
    }

    #header .menu_link {
        top: 14px;
    }

    #mp_banner .slide .container {
        min-height: 270px;
        text-align: center;
    }

    #mp_banner .content {
        max-width: none;
        padding: 40px 0 80px;
    }

    #mp_banner .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    #mp_banner .description {
        font-size: 12px;
    }

    #mp_banner .link {
        margin: 25px auto 0;
    }

    #mp_banner .image {
        display: none;
    }

    #front_page .categories .item {
        min-height: auto;
    }

    #front_page .categories .block {
        padding: 20px 15px;
    }

    #front_page .categories .image {
        position: static;
        max-height: 90px;
        margin-bottom: 10px;
    }

    #front_page .categories .title {
        font-size: 16px;
        margin-bottom: 0;
    }

    #front_page .categories ul {
        margin-top: 10px;
    }

    #mp_promo {
        min-height: 200px;
        padding: 30px 0;
    }

    #mp_promo .discount {
        font-size: 40px;
        margin-right: 10px;
    }

    #mp_promo .text {
        font-size: 16px;
    }

    .advantages-block .item {
        margin: 0 0 20px;
    }

    .advantages-block .item:last-child {
        margin-bottom: 0;
    }

    .advantages-block .title, .advantages-block .description p {
        margin-bottom: 10px;
    }

    #mp_map {
        text-align: center;
    }

    #mp_map .map {
        margin-bottom: 20px;
    }

    #mp_map .description {
        font-size: 16px;
        padding: 0 15px;
    }

    #mp_map .title {
        margin-bottom: 5px;
    }

    #service_banner {
        padding: 30px 0;
    }

    #service_banner .title {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    #service_banner .information {
        padding: 0;
    }

    #service_banner .styled_text ul {
        font-size: 12px;
    }

    #service_banner .text {
        font-size: 12px;
        line-height: 16px;
        margin-top: 15px;
    }

    #service_banner .person {
        display: none;
    }

    .callback_banner {
        padding: 20px 0 35px;
        background-position: right -300px center;
    }

    .callback_banner .banner_title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .callback_banner .form_title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .callback_banner .banner_title, .callback_banner .form_title {
        max-width: none;
    }

    .callback_banner .row .item {
        margin-bottom: 15px;
    }

    .callback_banner .row .item:last-child {
        margin-bottom: 0;
    }

    .callback_banner .orange_btn {
        width: 220px;
        margin: 15px auto 0;
    }

    .page_content {
        margin-bottom: 40px;
    }

    .page_title {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .columns {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -moz-column-gap: 0;
        -webkit-column-gap: 0;
        column-gap: 0;
    }

    .banner_advantages {
        text-align: left;
    }

    .banner_advantages .row {
        margin: 0;
    }

    .banner_advantages .item {
        display: table;
        max-width: 290px;
        margin: 0 auto 20px;
    }

    .banner_advantages .icon, .banner_advantages .title {
        display: table-cell;
        vertical-align: middle;
    }

    .banner_advantages .icon {
        width: 80px;
        margin-bottom: 0;
    }

    .banner_advantages .icon img {
        max-width: 60px;
        margin: 0;
    }

    .section {
        margin: 30px 0;
    }

    .section .section_title {
        font-size: 20px;
    }

    .reviews_slider .item {
        padding: 0 25px 10px;
    }

    .styled_banner {
        padding: 30px 0;
        min-height: 260px;
    }

    .styled_banner .title {
        font-size: 18px;
    }

    .styled_banner .blockquote {
        margin-top: 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .styled_form {
        padding: 35px 15px 25px;
    }

    .styled_form .title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .styled_form .form_input {
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .styled_form textarea {
        padding: 14px 15px;
    }

    .styled_form .form_input, .styled_form input[type=submit] {
        height: 46px;
        font-size: 14px;
    }

    .styled_form textarea {
        height: 160px;
        font-size: 14px;
    }

    #about .top .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    #about .top .text {
        max-width: none;
    }

    #vacancy .styled_banner .item:first-child {
        margin-bottom: 20px;
    }

    #vacancy .styled_banner .phone, #vacancy .styled_banner .email {
        width: 30px;
        margin-top: 0;
    }

    #vacancy .styled_banner .label {
        font-size: 12px;
        margin-bottom: 5px;
    }

    #vacancy .styled_banner a {
        font-size: 18px;
    }

    #vacancy .list .list_title {
        margin-bottom: 20px;
    }

    #vacancy .list .vacancy {
        margin: 0 0 30px;
    }

    #vacancy .list .title {
        font-size: 16px;
    }

    #vacancy .list .title .number {
        font-size: 20px;
        margin-right: 5px;
    }

    #vacancy .list .title .salary {
        font-size: 18px;
    }

    #news_list .preview {
        height: 186px;
    }

    #news_list .title {
        font-size: 16px;
    }

    .load_more_wrap {
        margin-top: 0;
    }

    .review_form .file {
        margin: 15px 0;
    }

    #promo .list .item {
        margin-bottom: 40px;
    }

    #promo .list .item:last-child {
        margin-bottom: 0;
    }

    #promo .list .phone .label {
        display: block;
        margin-bottom: 5px;
    }

    #promo .list .orange_btn {
        font-size: 12px;
        padding: 0 15px;
    }

    #services {
        margin-bottom: 0;
    }

    #services .styled_banner .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .work_stages .item {
        margin: 0 0 20px;
        text-align: left;
    }

    .work_stages .item:last-child {
        margin-bottom: 0;
    }

    .work_stages .icon {
        height: auto;
        margin-bottom: 5px;
    }

    .work_stages .icon img {
        position: static;
        margin: 0;
        max-height: 50px;
        max-width: 50px;
    }

    .work_stages .divider {
        display: none;
    }

    #service .header {
        padding: 40px 0 74px;
    }

    #service .header .title, #trade_in .styled_banner .title {
        font-size: 26px;
    }

    #service .header .styled_text, #trade_in .styled_banner .styled_text {
        font-size: 14px;
        line-height: 22px;
    }

    #service .header form, #service .callback form {
        margin-top: 20px;
    }

    #service .callback_form button {
        font-size: 12px;
        width: 258px;
    }

    #service .header .callback_form .input, #service .callback_form .input {
        margin-bottom: 25px;
        width: 290px;
    }

    .reasons .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px 0;
    }

    .reasons .item:last-child {
        margin-bottom: 0;
    }

    .reasons .reason {
        overflow: hidden;
    }

    .reasons .number {
        float: left;
        width: 20px;
        margin-right: 10px;
        font-size: 26px;
    }

    .reasons .styled_text {
        overflow: hidden;
    }

    .rent_list .item:last-child {
        margin-bottom: 0;
    }

    .rent_list .block {
        padding: 20px 15px;
    }

    .rent_list .block .photo {
        height: 100px;
        margin-bottom: 10px;
    }

    .rent_list .title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .rent_list .block .callback_link {
        margin-top: 10px;
        padding: 0 40px;
    }

    #product_arenda .product_gallery_arenda .image, #product_arenda .product_gallery_arenda .no_photo {
        height: 260px;
    }
    #product .product_gallery .image, #product .product_gallery .no_photo {
        height: 260px;
    }

    #product .main_char .row {
        margin-bottom: 5px;
    }

    #product .main_char .row:last-child {
        margin-bottom: 0;
    }

    #product .main_char .value {
        text-align: left;
    }

    #product .order_form .name {
        margin-bottom: 15px;
    }

    #product .order_form .textarea {
        padding-top: 15px;
    }

    #product .order_form input[type=submit] {
        margin-top: 15px;
    }

    #product_arenda .characteristics_table .value,
    #product .characteristics_table .value {
        text-align: left;
    }

    #catalog .with_sidebar {
        overflow: visible;
    }

    #catalog .sidebar {
        position: relative;
        width: auto;
        float: none;
        margin: 0 0 20px;
    }

    #catalog .sidebar .filter {

        width: 100%;
        display: none;
        padding: 20px;
        background: #fff;
        z-index: 20;
    }

    .products_list_arenda .main_char .value 
    .products_list .main_char .value {
        text-align: left;
    }

    #contacts .contacts {
        font-size: 14px;
    }

    #contacts .orange_btn {
        font-size: 14px;
    }

    #contacts .feedback_form textarea, #contacts .feedback_form .info {
        margin-top: 15px;
    }

    #contacts .feedback_form .submit, #reviews .review_form .submit {
        margin-top: 15px;
    }

    #map {
        margin-top: 40px;
        height: 300px;
    }

    #map .popover {
        width: 160px;
    }

    #map .popover-title {
        width: 140px;
        font-size: 10px;
    }

    #map .popover-content {
        width: 140px;
        font-size: 8px;
    }

    #error_404 .main .large {
        font-size: 80px;
    }

    #error_404 .main .medium {
        font-size: 20px;
        line-height: 26px;
        margin: 5px 0;
    }

    #error_404 .products_list .product:nth-child(2) {
        display: none;
    }

    #error_404 .catalogue_link {
        margin-top: 25px;
    }

    #footer .main_menu, #footer .blocks .navigation {
        display: none;
    }

    #footer .blocks {
        border-top: none;
        padding: 35px 0;
    }

    #footer .logo {
        max-width: 160px;
    }

    #footer .contacts {
        margin-top: 20px;
    }

    #order_arenda_modal .add_comment,
    #order_modal .add_comment {
        margin-bottom: 15px;
    }

    #order_arenda_modal .textarea,
    #order_modal .textarea {
        padding-bottom: 15px;
    }

    #mobile_menu .modal-content {
        padding: 40px 0;
    }

    #mobile_menu .navigation {
        margin-top: 30px;
    }
    #product_arenda .main_char .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #product_arenda .preview .photo {
        height: 69px;
    }
    .flex .styled_banner,
    .flex .styled_form {
        width: 100%;
        height:auto;
        padding: 30px;
    }
    .form-title {
        margin: 0 auto 25px;
    }
    #trade_in .column {
        margin: 0 auto;
    }
    #trade_in .advantages .item{
        width: 100%;
        margin: 0 auto;
        justify-content: center;
    }
    .service_list {
        flex-wrap: wrap;
    }
    .service {
        height: 196px;
        padding: 35px 30px;
        width: 50%;
    }
    .service span {
        font-size: 24px;
    }
    .service:nth-child(1) {
        order:1;
    }
    .service:nth-child(2) {
        order:2;
    }
    .service:nth-child(3) {
        order:4;
    }
    .service:nth-child(4) {
        order:3;
    }
    .works_list .work {
        width: calc(50% - 15px);
    }
    .works_list .work span:nth-child(1) {
        min-width: 60px;
        line-height: 1.2;
    }
    .works_list .work span:nth-child(2) {
        font-size: 16px;
    }
    .advantages .item img {
        min-width: 68px;
        max-height: 50px;
    }
    .main_char .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {

    #catalog .sidebar .filter {
        display: block !important;
    }
}
@media (max-width: 320px) {
	/*#header .contacts .phone {
        display: inline-block;
        padding-left: 0;
        font-size: 13px;
        line-height: 14px;
    }*/
	#header .search_link {
    	right: 55px;
	}
	#header .top {
    	padding: 35px 0 0;
	}
	#header .content {
 	   padding: 0 52px 0 0;
	}
}
.modal{
    position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1000;
  overflow: auto;
  display:unset;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility ease-in-out .2s,opacity ease-in-out .2s;
  transition: visibility ease-in-out .2s,opacity ease-in-out .2s;
}
.modal--opened {
  opacity: 1;
  visibility: visible;
}
.modal-dialog {
  position: relative;
  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;
  min-height: 100%;
  padding: 1.75rem 45px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.5);
}
@media (min-width: 576px) {
    .modal-dialog{
        max-width:unset;
        margin:0;
    }
  .modal-dialog .modal-conent{
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (max-width: 575px) {
  .products_list_arenda .product_arenda {
    width: 100%;
  }
  #trade_in .banner_phone {
    font-size: 28px;
  }
  .service {
    width: 100%;
    order:unset !important;
  }
  .works_list {
    flex-direction: column;
    justify-content: flex-start;
  }
  .works_list .work {
    width: 100%;
    margin: 0 auto;
  }
  .brands_list .slick_arrow.prev {
    margin-left: 0;
  }
  .brands_list .slick_arrow.next {
    margin-right: 0;
  }
  .main_char .col-md-6 {
      font-size:14px;
  }
}
/*--------*/
#cookie-dental {
  height: auto;
  width: 876px;
  position: fixed;
  bottom: 50px;
  left: calc(50% - 438px);
  z-index: 10001;
  padding: 10px;
  display: inline-flex;
    padding: 16px 28px 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background:#edeaea;
    color:#000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    box-shadow:0px 4px 12px rgba(0, 0, 0, 0.05);
    font-family:Inter;
}
#cookie-dental a{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline !important;
}
#cookie-dental button{
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
}
.popup-content.info{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#cookie-dental button.popup-submit{
    position: relative;
    top:unset;
    right: unset;
    margin: 0 auto;
    min-width: 130px;
  height: 38px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color:#E9AF04;
  border: none;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  transform: translateX(0) rotate(0deg);
  transition: 0.6s;
  cursor: pointer;
  border-radius:3px;
  margin-left: 20px;
}
#cookie-dental button.popup-submit:hover{
    opacity:0.8;
}
#cookie-dental {
  padding: 16px 24px 16px 24px !important;
}
@media(max-width:991px){
    #cookie-dental {
        width: 690px;
        left: calc(50% - 345px);
        line-height: 20px;
    }
    #cookie-dental button.popup-submit{
        margin:15px auto 0;
    }
    .popup-content.info{justify-content: center;}
    .popup-content.info p{text-align:center}
}
@media(max-width:767px){
    #cookie-dental {
        bottom: 30px;
        padding: 16px 12px 16px 12px !important;
        font-size: 14px;
        width: calc(100% - 40px);
        left: 20px;
    }
    #cookie-dental button{
        top: 3px;
        right: 3px;
    }
}