.section__text a {
    color: var(--secondary);
}
.review-card__author {
    width: 70%;
}
.review-card__img::after {
    border-radius: 0;
}
.wrap-sm .select2-container--default .select2-selection--single, .wrap-sm .select2-container--default .select2-selection--multiple {
    overflow-y: hidden !important;
}
.sets-table table td:first-child, .sets-table table td a {
    color: var(--secondary);
}
.wrap-sm .sets-catalog__icon svg {
    width: 30px;
    height: auto;
    max-width: 30px;
    max-height: 30px;
    fill: var(--secondary);
}
.wrap-sm .car__left, .wrap-sm .car__right {
    width: 48%;
}
.faq .faq__col .faq__item ul li {
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
    padding-top: 10px;
    height: 38px;
    max-height: 38px;
    display: block;
    overflow: hidden;
}
.select2-container--default .select2-search--inline {
    display: none;
}
.section__text__14 {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}
.office__text span.red {
    color: red;
}
.first-menu-link-inversion .first-menu__link {
    background: #FFFFFF;
    height: auto;
}
.first-menu-link-inversion .first-menu__link svg {
    fill: var(--secondary);
}
.first-menu-link-inversion .first-menu__link span {
    color: var(--secondary);
}
.first-menu-link-inversion .first-menu__link:hover {
    background: none;
}
.first-menu-link-inversion .first-menu__link:hover svg {
    fill: #fff;
}
.first-menu-link-inversion .first-menu__link:hover span {
    color: #FFFFFF;
}
.video .review-card__img, .video .wrap-sm .review-card__img {
    height: auto;
}
.mobile-menu .f-contacts .f-contacts__row {
    min-width: 225px;
}
.btn--tg {
    border-color: #0088cc;
    background-color: #0088cc;
}
.btn--tg:hover {
    color: #0088cc;
}
.btn--yt {
    border-color: #cd201f;
    background-color: #cd201f;
}
.btn--yt:hover {
    color: #cd201f;
}
.card-stock__label {
    width: auto;
    padding: 0 10px;
}
.wrap-sm .card-row__info, .card-row__info {
    grid-template-columns: 37% 25% 37% 1fr;
}
.card__desc .card__info .card__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.card__item span:nth-child(2) {
    color: var(--primary);
}
.hits__list a.active {
    font-weight: bold;
    color: var(--secondary);
}
.wrap-sm .gallery__carousel img {
    height: 350px;
}
.sets-carousel .item, .sets-carousel .item a, .sets-carousel .item img {
    display: inline-block;
}
.sets-carousel .item img {
    width: auto;
}
 
@media screen and (max-width: 1599px) {
    .navbar__contacts__two {
        display: none;
    }
 }
 .listAuto_v2.popular__tab.active.hits {
    display: block;
    position: relative;
}
.popular__row {
    font-size: 0;
}
.popular__row a.card-sm {
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 20px);
    margin: 10px;
    height: 400px;
}
.popular__row:before {
    display: inline-block;
    content: '';
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 10px;
    margin-right: 10px;
    width: calc(33% - 20px);
    margin-bottom: 20px;
    height: 320px;
    
}
.blockPopular .hits__select {
    height: 400px;
    padding: 25px;
    overflow: auto;
    z-index: 10;
    width: calc(33% - 20px);
    margin: 10px;
    position: absolute;
    max-height: 9999px;
}
.office__tel a {
    color: var(--primary);
}
@media screen and (max-width: 1739px) {
    .blockPopular .hits__select {
        max-height: 370px;
    }
    .popular__row a.card-sm {
        height: 370px;
    }
    .gallery__carousel img {
        height: 450px;
    }
}
@media screen and (max-width: 1023px) {
    .popular__row a.card-sm, .blockPopular .hits__select {
        width: calc(50% - 20px);
        max-height: 370px;
    }
    .popular__row:before {
        width: calc(50% - 20px);
        height: 370px;
        margin-bottom: 0;
    }
    .top-social__link {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .popular__row a.card-sm, .blockPopular .hits__select {
        width: calc(50% - 20px);
        max-height: 350px;
    }
    .popular__row:before {
        width: calc(50% - 20px);
        height: 350px;
    }
    .top-social__link {
        display: none;
    }
    .top__center {
        justify-content: left;
    }
    .image__map {
        width: 100%;
    }
    .sort {
        width: 278px;
        max-width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .popular__row a.card-sm, .blockPopular .hits__select {
        width: 100%;
        margin: 10px 0;
        height: 350px;
    }
    .popular__row:before {
        width: 100% - 20px;
    }
    .popular__row:before {
        height: 350px;
    }
    .top__center {
        justify-content: left;
    }
    .price-breakdown__desc {
        font-size: 12px;
    }
}

.section__text_font-size {
    font-size: 14px;
    overflow: auto;
    position: relative;
}

.table__t {
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
  
.table__t td, .table__t th {
    border: 1px solid #ddd;
    padding: 10px;
  }
  
.table__t tr:nth-child(even){
    background-color: #f2f2f2;
}
  
.table__t tr:hover {
    background-color: #ddd;
}
  
.table__t th {
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: var(--secondary);
    color: white;
}

.t-languages__link {
    color: var(--bg-box-gray);
    font-size: 12px;
}

.t-languages__link:hover, .t-languages__link_active {
    color: var(--secondary);
    border-color: var(--secondary);
}

.tabs-nav .active .btn {
    background: var(--secondary);
}
..tabs-nav .btn {
    color: var(--secondary);
}
.margin-left-20 {
    margin-left: 20px;
}

.wrap-sm .card__rating, .wrap-sm .rating {
    width: auto;
    padding: 0 10px;
}

.article div.gallery__carousel {
    margin-bottom: 30px !important;
}
.article div.gallery__thumbs {
    margin-bottom: 70px !important;
}
.article .gallery div.slick-slide, .article .gallery div.slick-list {
    margin-bottom: 0 !important;
}
.gallery__carousel .slick-arrow svg {
    transition: all 0.3s linear;
}
.gallery__carousel .slick-arrow:hover svg {
    stroke: var(--secondary);
    
}
.gallery__carousel .slick-arrow:hover {
    border-color: var(--secondary);
}

.article .gallery img {
    margin-bottom: 0 !important;
}

.article ul li a {
    color: var(--secondary);
    text-decoration:underline
}

.shortcode {
    margin: 30px 0;
}
.shortcode__item {
    display: flex;
    overflow-x: scroll;
    background: #282f2f;
    color: #ffffff;
    font-size: 16px;
    padding: 0;
    padding: 10px;
    white-space: nowrap;
    border-radius: 5px;
    margin-top: 10px;
}

.article .section--slider div {
    margin-bottom: 5px !important;
}
.article .section--slider {
    padding-top: 120px;
}
.article .card__price {
    margin-top: 20px;
}
.article .card__price > p {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: var(--secondary);
}

@media screen and (max-width: 767px) {
    .article .gallery__thumbs .slick-slide img {
        width: 100px;
        height: auto;
        min-height: 64px;
        object-fit: cover;
    }
}

.slick-slider .slick-track, .slick-slider .slick-list, .slick-slider .slick-slide {
    touch-action: none;
}
.card-row__col {
    word-wrap: break-word;
    word-break: break-all;
}


/* Yandex Share */
.ya-share2__container ul li:before {
	display: none !important;
}

.tabsDost {
    margin: 50px 0;
    font-size: 0
}

.tabDost:first-child {
    border-radius: 60px 0 0 60px
}

.tabDost:last-child {
    border-radius: 0 60px 60px 0
}

.tabsDostCont {
    display: none
}

.tabsDostCont.active {
    display: block
}

.tabsDostCont table {
    display: table;
    width: 100%;
    text-align: right;
    max-width: 700px
}

.tabsDostCont th:first-child,.tabsDostCont td:first-child {
    text-align: left;
    font-weight: 700
}

.tabsDostCont th,.tabsDostCont td {
    border: none;
    outline: none;
    padding: 10px;
    position: relative
}

.tabsDost tr:nth-child(2n) {
    background: #F9FAFB
}

.tabsDost thead th {
    position: relative
}

.tabsDost thead th:after {
    content: '';
    display: block;
    position: absolute;
    width: 109%;
    height: 1px;
    background: #505656;
    left: -5px;
    bottom: 0
}

.tabsDost span.typeAutoSelect {
    text-transform: uppercase;
    color: #CE0E0E
}

.tabsDostCont h2 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0
}

.tabsDostCont svg {
    width: 80px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-left: 30px;
    fill: #CED7D9
}

.tabsDostCont table {
    margin-top: 50px
}

.tabDost {
    display: inline-block;
    vertical-align: top;
    line-height: 48px;
    border: 1px solid #CED7D9;
    font-size: 16px;
    padding: 0 40px;
    margin-left: -1px;
    cursor: pointer;
    color: #798383;
    transition: all .3s;
    position: relative;
}
.tabDost.active, .tabDost:hover {
    background: var(--secondary);
    color: #fff;
    border-color: var(--secondary);
    z-index: 2;
}
@media screen and (max-width: 575px) {
    .tabDost {
        font-size:14px;
        width: 30%;
        text-align: center;
        margin-top: -1px;
        border-radius: 0 !important
    }

    .tabsDostCont th,.tabsDostCont td {
        padding: 4px;
        font-size: 12px
    }

    .rekvCol {
        width: 100%;
        padding: 0
    }

    .elemOtdel {
        width: 100%;
        padding: 0 0 20px;
        margin-bottom: 20px
    }

    .elemCont {
        width: 100%;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 414px) {
    .tabsDostConts table {
        border: 0
    }

    .tabsDostConts table thead {
        display: none
    }

    .tabsDostConts table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 1px solid #efefef
    }

    .tabsDostConts table td {
        display: block;
        text-align: right;
        font-size: 16px;
        border-bottom: none;
        border-right: none
    }

    .tabsDostConts table td:last-child {
        border-bottom: 0
    }

    .tabsDostConts table td:before {
        content: attr(data-label);
        float: left;
        font-size: 12px;
        color: #cfcbcb
    }

    .tabDost {
        font-size: 14px;
        width: 50%
    }

    .tabsDostConts h2 {
        font-size: 18px
    }

    .tabsDostCont svg {
        display: block;
        margin-left: 0;
        margin-top: 20px
    }
	
	[data-label="Город"]:before {
        display: none
    }
}
.team__item {
    border-color:var(--border)
}
.review-card__thumbs a {
    margin-bottom: 10px;
}
.page_navigation_list li a {
    color: var(--secondary);
}
.select2-search--dropdown {
    padding: 0 0 5px 0;
}
.signature {
    color: #798383;
    font-style: italic;
}
.faq__text p {
    font-size: 14px;
}
.advant .advant__grid .advant__item {
    padding: 38px;
}
input.calc-input {
    width: 80px;
}

.btn-in-calc {
    display: inline-block;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    margin-top: 15px;
}
.price-breakdown__footer .btn {
    font-size: 14px;
    font-weight: 500;
}

.scheme__icon {
    margin-bottom:50px
}
.tabbar__link svg {
    width: 50px;
}

.first-menu .first-menu__link:first-child svg {
    width: 60px;
}
@media screen and (max-width: 575px) {
    .first-menu .first-menu__link:first-child svg {
        width: 40px;
    }
    .first-menu__link {
        width: 250px;
    }
    .first-menu__link span {
        width: calc(100% - 60px);
    }
}

@media screen and (max-width: 1739px) {
    .first-left__text {
      max-width: 100%;
      margin-bottom: 50px;
      font-size: 16px;    
    }
}