@charset "UTF-8";
 .hidden-menu {
display: none;
margin-top: 10px;
}
.hidden-menu__wrapper {
display: grid; grid-template-columns: 1fr 1fr 1fr 1fr;
gap: 20px;
background-color: #fff;
padding: 20px;
}
.hidden-menu__list {
margin: 11px 0 0;
padding: 0;
list-style: none;
}
.hidden-menu__list li {
display: flex;
}
.hidden-menu__list li:before {
content: "";
display: inline-block;
width: 3px;
height: 3px;
min-width: 3px;
border-radius: 50%;
background: #ed1c33;
margin: 11px 7px 0 0;
}
.hidden-menu__title {
font-size: 20px;
font-weight: 600;
color: var(--accent);
}
.hidden-menu__list li + li {
margin-top: 10px;
}
.hidden-menu__list a {
font-size: 16px;
line-height: 1.2;
color: #555;
font-weight: 400;
transition-duration: 0.15s;
text-decoration: none;
}
.hidden-menu__list a:hover {
color: var(--accent);
}
.btn-catalog__icon {
position: relative;
display: block;
width: 18px;
height: 1px;
margin: 0 auto;
border: none;
cursor: pointer;
color: inherit;
font-size: 0;
transition: 0.35s;
height: 10px;
background: transparent;
border-top: 1px solid #121A24;
border-bottom: 1px solid #121A24;
}
.btn-catalog__icon.active {
border-color: transparent;
}
.btn-catalog__icon.active::before {
transform: translate(-50%, -50%) rotate(135deg);
}
.btn-catalog__icon.active::after {
transform: translate(-50%, -50%) rotate(-135deg);
}
.annonce {
margin-top: 100px;
}
.sales__wrapper .services__desc,
.other-sales .services__desc {
margin-bottom: 20px;
color: #fff;
text-decoration: none;
}
.other-sales {
margin-top: 60px;
}
.mb-20 {
margin-bottom: 20px;
}
.services .tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 15px;
font-size: 0;
line-height: 0;
padding: 0;
}
.services .iframe-tabs-ya {
max-width: 700px;
}
.services .tabs li {
height: 40px;
list-style-type: none;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 5px 20px;
background: #fff;
width: auto;
border-radius: 6px;
cursor: pointer;
font-size: 18px;
font-weight: bold;
color: #000;
}
@media (min-width: 992px) {
.other-sales .services__img,
.sales__wrapper .services__img {
height: 280px;
}
}
.other-sales__wrapper {
margin-top: 40px;
position: relative;
}
.other-sales__init {
overflow: hidden;
}
.sale-in {
display: flex;
flex-direction: column;
align-items: center;
}
.sales__wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 60px;
}
.header__menu li a {
text-decoration: none;
}
.header__menu > li:hover > a {
color: var(--accent);
text-decoration: none;
}
.header__menu > li {
position: relative;
}
.header__menu > li > a {
display: flex;
align-items: center;
}
.header__menu-sub {
position: absolute;
left: -15px;
padding: 15px 15px 15px;
border-radius: 5px;
top: 100%;
min-width: 300px;
opacity: 0;
visibility: hidden;
background-color: var(--accent);
}
.have-sub:hover .header__menu-sub {
opacity: 1;
visibility: visible;
}
.have-sub > a:after {
content: "";
border: solid #fff;
border-width: 0 2px 2px 0;
margin-left: 8px;
margin-bottom: 3px;
display: inline-block;
padding: 3px;
vertical-align: middle;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-webkit-transition-duration: 0.15s;
transition-duration: 0.15s;
}
.header__menu > li:hover > a:after {
border-color: var(--accent);
}
.header__menu-sub li + li {
margin-top: 10px;
}
.header__menu-sub a {
line-height: 1.3;
}
.price-row + .btn-2 {
margin-top: 30px;
}
.number-text {
color: inherit;
}
.number-text:hover {
color: #fff;
}
.home-second__long-text {
flex-grow: 1;
}
.home-second-img {
width: 45%;
min-height: 400px;
padding-right: 5%;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.home-second-img img {
max-width: 100%;
height: auto;
max-height: 100%;
position: absolute;
object-fit: cover;
}
.home-second__wrapper {
display: flex;
margin-top: 60px;
}
.lazy:not(.swiper-lazy) {
-webkit-transition: opacity 500ms ease-in-out;
-moz-transition: opacity 500ms ease-in-out;
-o-transition: opacity 500ms ease-in-out;
transition: opacity 500ms ease-in-out;
max-width: 100%;
opacity: 0;
}
.lazy.b-loaded {
opacity: 1;
transition: initial;
-webkit-transition-duration: 0.15s;
transition-duration: 0.15s;
}
.loadmore {
cursor: pointer;
}
.blog__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 50px 15px;
}
.blog__item {
display: flex;
flex-direction: column;
text-decoration: none;
color: initial;
}
.blog__item:hover,
.blog__item:focus,
.blog__item:visited {
color: initial;
}
.blog__item-img {
position: relative;
padding-top: 50%;
}
.blog__item-img img {
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.blog__item-title {
font-weight: 700;
font-size: 23px;
line-height: 130%;
color: #FFFFFF;
margin-top: 18px;
margin-bottom: 15px;
}
.blog__item-date {
margin-top: auto;
font-weight: 500;
font-size: 17px;
line-height: 130%;
color: #9f9f9f;
padding-top: 15px;
border-top: 2px solid var(--accent);
}
h1.post-title {
font-weight: 800;
font-size: 40px;
line-height: 120%;
text-transform: uppercase;
color: #FFFFFF;
text-shadow: 2px 2px 34px rgba(0, 0, 0, 0.55);
}
.portfolio-in__sidebar .blog__item + .blog__item {
margin-top: 45px;
}
.post-content {
margin-top: 30px;
}
.post-content ul {
margin: 1.5rem 0;
}
.post-content img {
max-width: 100%;
height: auto;
}
.post-content a {
color: #333;
text-decoration: underline;
}
.portfolio-in {
position: relative;
}
.portfolio-in__sidebar {
top: 0;
}
.modal-title-table {
margin: 10px 0 0;
color: #E40825;
font-size: 16px;
font-weight: 600;
line-height: 1.35;
}
.modal-title-btn {
color: #E40825;
margin-top: 10px;
font-size: 16px;
font-weight: 600;
line-height: 1.35;
}
div.table + p {
margin-top: 15px;
}
.bread {
padding: 0;
list-style-type: none;
}
.main .bread {
position: absolute;
left: 0;
top: 0;
z-index: 4;
}
.section-price {
overflow: hidden;
}
.pjAcceptCookieBarShell {
position: fixed;
background: #1D2733;
padding: 10px 0;
z-index: 100;
left: 0;
bottom: 0;
right: 0;
}
.pjAcceptCookieBarShell .container {
display: flex;
align-items: center;
justify-content: space-between;
}
.pjAcceptCookieBarShell .btn {
flex-shrink: 0;
margin-left: 25px;
border: none;
cursor: pointer;
height: 40px;
font-size: 14px;
width: auto;
padding: 0 20px;
white-space: nowrap;
}
.pjAcceptCookieBarShell p {
margin: 0;
font-weight: 600;
font-size: 12px;
line-height: 1.3;
color: #858585;
}
.works__item {
display: flex;
flex-direction: column;
text-decoration: none;
color: initial;
}
.form__checkbox a {
display: inline-block;
color: #FA7D8D;
text-decoration: underline;
margin-left: 5px;
}
.reviews__date {
font-size: 12px;
margin-bottom: 8px;
}
.form__wrapper {
max-width: 860px;
margin-left: auto;
margin-right: auto;
}
.attach-file {
display: flex;
align-items: center;
font-weight: 600;
font-size: 14px;
line-height: 17px;
text-transform: uppercase;
color: #fff;
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 7px 40px 7px 8px;
cursor: pointer;
}
.attach-file::before {
content: "";
width: 30px;
height: 30px;
display: block;
background-image: url(//riverautolab.ru/wp-content/themes/cleantemplate/images/clip.svg);
flex-shrink: 0;
margin-right: 16px;
}
.attach-file.attach {
background-color: #9F1B2D;
border-color: #9F1B2D;
}
.file-clear {
width: 26px;
height: 26px;
background-image: url(//riverautolab.ru/wp-content/themes/cleantemplate/images/remove.svg);
position: absolute;
top: 0;
right: 9px;
bottom: 0;
margin: auto;
z-index: 2;
cursor: pointer;
opacity: 0;
visibility: hidden;
}
.file-clear.visible {
opacity: 1;
visibility: visible;
}
.form__col {
position: relative;
}
.form__field {
position: relative;
}
.form__field.is-invalid input {
border-color: #ed1c33;
}
.error {
position: absolute;
top: calc(100% + 7px);
font-size: 10px;
left: 0;
color: #000;
}
.section-text__row:last-child .section-text__text {
padding-bottom: 45px;
}
.home-second--bg + .section-text {
margin-top: 40px;
}
.section-text__gellery > img.lazy {
max-width: 400px;
}
.contacts__form a {
color: #576A83;
}
#top {
position: fixed;
left: 20px;
bottom: 20px;
width: 40px;
height: 40px;
cursor: pointer;
background-color: var(--accent);
z-index: 10;
opacity: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
visibility: hidden;
-webkit-transition-duration: 0.15s;
-o-transition-duration: 0.15s;
transition-duration: 0.15s;
}
#top:after {
content: "";
position: absolute;
border: solid #fff;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 3px;
margin-top: 4px;
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
-webkit-transform: rotate(-135deg);
}
#top.show {
opacity: 1;
visibility: visible;
}
.contacts__form .form__t-field {
color: #fff;
}
.contacts__form .form__field {
border-bottom: 1px solid #fff;
}
.contacts__form .form__field {
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.contacts__form .form__bottom input {
color: #fff;
border-color: #fff;
}
.contacts__form .form__field input {
color: #fff;
}
.contacts__form .form__bottom input:hover {
border-color: var(--red);
}
@media (max-width: 1530px) {
.blog__item-title {
font-size: 19px;
}
h1.post-title {
font-size: 36px;
}
.home-second__row-first .home-second__img > img {
top: -120px;
}
.home-second--bg {
min-height: initial;
padding-bottom: 65px;
}
}
.mobile-wrapper .bottom ul.sub-menu {
margin: 11px 0 0 19px;
}
.have-sub {
display: flex;
align-items: center;
}
.opend-sub-menu {
width: 19px;
height: 19px;
display: flex;
align-items: center;
justify-content: center;
margin: 0 0 0 10px;
cursor: pointer;
}
.opend-sub-menu:before {
content: "";
width: 11px;
height: 11px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
background-size: 100%;
transform: rotate(-45deg);
transition: all 0.6s;
margin: -5px 0 0;
}
.opend-sub-menu.opened:before {
transform: rotate(135deg);
margin: 5px 0 0;
}
.form__wrapper + .form__bottom {
margin-top: 45px;
}
@media (max-width: 1200px) {
.blog__grid {
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 15px;
}
h1.post-title {
font-size: 28px;
}
.hidden-menu__title {
font-size: 18px;
}
}
@media (max-width: 992px) {
.portfolio-in__sidebar .blog__item + .blog__item {
margin-top: 0;
}
.main .bread {
position: relative;
top: auto;
left: auto;
}
.home-second-img {
display: none;
}
.home-second__wrapper {
margin-top: 40px;
}
.annonce {
margin-top: 60px;
}
}
@media (max-width: 768px) {
.blog__item-date {
padding-top: 7px;
}
h1.post-title {
font-size: 20px;
}
.main__scroll-to-bottom {
display: none;
}
.pjAcceptCookieBarShell .container {
flex-direction: column;
}
.pjAcceptCookieBarShell .btn {
margin: 20px 0 0;
}
.contact-mobile a {
width: 30px;
height: 30px;
}
.form__checkbox {
flex-wrap: wrap;
}
.form__wrapper + .form__bottom {
margin-top: 30px;
}
.form__bottom {
flex-direction: column;
}
.annonce {
margin-top: 40px;
}
}
@media (max-width: 550px) {
.header-top__phone {
font-size: 13px;
}
.mobile-wrapper .header__logo {
width: 90px;
margin: 0;
}
}
@media screen and (min-width: 1280px) {
.slide-h {
height: 600px !important;
}
}
@media screen and (max-width: 1400px) {
.hidden-menu__wrapper {
grid-template-columns: 1fr 2fr 1fr 1fr;
gap: 10px;
}
}
.lwptoc_itemWrap1 {
margin: 10px 0px 10px 15px;
}
.lwptoc_toggle_label {
font-weight: 500;
font-size: 14px;
line-height: 1; text-decoration: none;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition-duration: 0.15s;
-o-transition-duration: 0.15s;
transition-duration: 0.15s;
}
.lwptoc_item {
margin-top: 15px;
}
.lwptoc_item a {
font-weight: 500;
font-size: 14px;
line-height: 1; text-decoration: none;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition-duration: 0.15s;
-o-transition-duration: 0.15s;
transition-duration: 0.15s;
}
.lwptoc_toggle:before {
content: "[";
}
.lwptoc_toggle:after {
content: "]";
}
.lwptoc_toggle {
display: flex;
}
.lwptoc_header {
display: flex;
gap: 15px;
}
.lwptoc_i {
margin-bottom: 25px;
}
#cookie_note {
display: none;
position: fixed;
z-index: 99999;
bottom: 15px;
left: 50%;
width: 70vw;
max-width: 90%;
transform: translateX(-50%);
padding: 20px;
background-color: white;
border-radius: 23px;
box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_note p {
margin: 0;
font-size: 1rem;
text-align: left;
color: black;
}
#cookie_note .btn-sm {
display: block;
margin: 0 auto;
cursor: pointer;
color: #fff;
overflow: inherit;
}
.cookie_accept {
white-space: nowrap;
}
@media (max-width: 1023px) {
#cookie_note.cshow {
display: flex;
text-align: left;
flex-direction: column;
justify-content: space-between;
width: 90%;
gap: 10px;
}
.cookie_accept {
width: auto;
}
#cookie_note .btn-sm {
margin-top: 15px;
}
}
#cookie_note a {
color: #006;
}
@media (max-width: 1023px) {
#cookie_note.cshow {
display: flex;
text-align: left;
}
}
@media (min-width: 1024px) {
#cookie_note.cshow {
display: flex;
column-gap: 15px;
align-items: center;
}
}
@media (max-width: 768px) {
.bclose {
padding: 10px;
width: 44px;
top: 0;
right: 0;
position: absolute;
}
#cookie_note p {
margin: 0 25px 0 0px;
}
}
@media (min-width: 769px) {
.bclose {
border: 0;
border-radius: 100px;
cursor: pointer;
height: 44px;
padding: 10px;
width: 44px;
top: -35px;
right: -35px;
color: #242f45;
position: absolute;
background-color: white;
border-radius: 23px;
box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
}
.form__checkboxs {
font-size: 12px;
font-weight: 500;
line-height: 120%;
color: #939DA9;
position: relative;
display: flex;
align-items: center;
}
input.checkbox.is-invalid {
outline: 2px solid red;
outline-offset: 2px;
}
input.checkbox {
margin-right: 15px;
height: auto;
}
#terms-error {
color: red;
}
.form__checkboxs a {
color: #758187;
cursor: revert;
}
.marquiz-widget {
position: relative;
z-index: 999;
}
.pjAcceptCookieBarShell {
z-index: 9999;
}
.s-title .full {
display: none;
}
.reviews__cols__wrap .s-title .full {
display: inline;
}
.reviews__cols__wrap {
display: flex;
gap: 40px;
max-width: 100%;
}
.iframe-tabs-ya {
min-width: 40%;
}
.reviews__cols__wrap .prems {
margin-top: 0;
}
.reviews__cols__wrap .container {
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 540px) {
.reviews__cols__wrap .prems__item {
flex: 0 1 50%;
}
}
.reviews__cols__wrap .reviews__cols__right {
max-width: calc(60% - 40px);
}
@media (min-width: 1239px) {
.reviews__cols__wrap .s-title {
font-size: 40px !important;
}
}
@media (min-width: 1539px) {
.reviews__cols__wrap .brands__wrapper {
margin-left: 50px;
margin-right: 50px;
}
.reviews__cols__wrap .next {
right: -50px;
}
.reviews__cols__wrap .prev {
left: -50px;
}
.reviews__cols__wrap .prev,
.reviews__cols__wrap .next {
width: 40px;
height: 24px;
background-size: 100%;
}
}
@media (max-width: 800px) {
.reviews__cols__wrap {
display: flex;
flex-direction: column;
gap: 40px;
margin-bottom: 40px;
}
.reviews__cols__wrap .reviews__cols__right {
max-width: 100%;
}
}
.devws-contact-widget__bubble.devws-contact--visible {
display: none;
}