@font-face {
    font-family: 'AvenirNext';
    src: url('/fonts/AvenirNextCyr-Medium.eot');
    src: url('/fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNextCyr-Medium.woff') format('woff'),
    url('/fonts/AvenirNextCyr-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextBold';
    src: url('/fonts/AvenirNextCyr-Demi.eot');
    src: url('/fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
    url('/fonts/AvenirNextCyr-Demi.woff') format('woff'),
    url('/fonts/AvenirNextCyr-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

main,
article,
section,
footer,
header,
aside,
canvas {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

html {
    height: 100%;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}

body {
    min-width: 320px;
    min-height: 100%;
    background-color: #fff;
    font-size: 16px;
    font-family: AvenirNext;
    color: #000;
    position: relative;
    background: #121820;
}
header {
    background: #12181f;
    display: flow-root;
    /* ie */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
header > ul {
    float: right;
    list-style: none;
    padding: 30px 80px 16px 0;
}
header ul li {
    display: inline;
    padding: 16px 0 16px 26px;
}
header ul li a, header ul li .like_a {
    display: inline-block;
    color:#cccccc;
    line-height: 1;
    cursor: pointer;
    position:relative;
}
header ul li a:hover {
    color: #fff;
}
header ul li .like_a:hover {
    color: #fff;
}
header ul li a:after,
header ul li .like_a:after {
    background-color: #f26532;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    left:50%;
    bottom: -8px;
    position:absolute;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
}
header ul li a:hover:after,
header ul li .like_a:hover:after,
header ul li .like_a:focus:after,
header ul li a:focus:after {
    width: 100%;
}
h1 {
    font-weight: normal;
}
.menu > li {
    position: relative;
}
.submenu {
    position: absolute;
    left: 0;
    top: 52px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* ie */
    width: auto;
    white-space: nowrap;
    /* ie */
    background: #28292b;
    padding: 13px 30px 13px 0;
    -webkit-transition: 0.5s  opacity;
    -o-transition: 0.5s  opacity;
    transition: 0.5s  opacity;
    opacity: 0;
    display: none;
    z-index: 2;
}
.submenu:before {
    content: " ";
    position: absolute;
    border-style: solid;
    top: -8px;
    left: 70px;
    border-width: 0 8px 8px;
    border-color: transparent transparent #28292b;

}

.B_crumbBox {
    display: flex;
    color: #f26532;
    flex-wrap: wrap;
    font-size: 13px;
   
}

.B_crumb{
    list-style-type: none;
    margin-right: 3px;
    margin-left: 3px;
   color: #757373;
}
.B_firstCrumb {
    margin-left: 0;
    list-style-type: none;
    margin-right: 5px;
    color: #757373;
}
.B_currentCrumb {
    list-style-type: none;
    margin-right: 5px;
    margin-left: 5px;
    color: #757373;
}

.B_lastCrumb{
    list-style-type: none;
    color: #757373;
}

.catalog__tags {
    display: flex;
    width: 100%;
    padding: 0 0 20px 0;
    flex-wrap: wrap;
}
.catalog__tags a {
    background: #dedede;
    padding: 5px 20px;
    border-radius: 14px;
   /*  border: 1px solid #dedede; */
    margin: 5px 15px 5px 0;
}

.catalog__tags a:hover {
    background: #f26532;
}

/*карта сайта*/

.dropdown-menu-large {
    margin-left: 30px;
}

@media screen and (min-width: 169px) {
    .menu > li:hover > .submenu {
        display: block;
        opacity: 1;
    }
}
@media screen and (max-width: 769px) {
    .submenu {
        padding: 0;
        top: 30px;
        z-index: 1;
    }
    .submenu:before {
        top: -6px;
        left: 35px;
    }
    .submenu li {
        display: block;
        text-align: left;
        padding: 15px 30px;
    }
}

.top {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 80px;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
        flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

@media screen and (max-width: 768px) {
.top {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 80px;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}
.top__logo {
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    margin-right: 0;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.top__logo a {
    display: inline-block;
}
.top__logos {
    /* padding-top: 20px; */
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.top__logos a {
    margin-right: 5px;
    line-height: 0;
    will-change: contents;
}
.top__logos a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.top__logos img {
    image-rendering: -webkit-optimize-contrast;
    max-height: 54px;
}
.top__logos a:nth-child(2) {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.top__logos a:nth-child(2) img {
    max-height: 20px;
}

/* .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #fff;
} */

/* .bx-viewport {
    -webkit-transform: translatez(0);
    height: 160px !important;
} */

.top__gto  {
    
}

.top__gto img {
    height: 66px;
}

.top__phones img{
    width: 36px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.top__phone {
    
    font-size: 15px;
}
.top__sales-department {
    display: inline-block;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-end;
}
.top__phone a:hover, .footer__phone a:hover, .contacts__address a:hover, .catalog__item__detail__phones a:hover {
    color: #f26634;
}

.top__phones {
    padding-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}
.top__sales-department {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 2;
    -ms-grid-row-align: center;
    -ms-grid-rows: 1fr 10px 1fr;
}
.top__phones a {
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    color: inherit;
}
.top__phones a:first-child {
    border: 2px solid #f26532;
    margin-right: 10px;
    padding: 3px 7px 3px;
    border-radius: 10px;
    display: inline-block;
    height: 44px;
    width: 44px;
    align-self: center;
}
.top__phones > a:hover {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top__phone {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.top__phone:last-of-type {
    -ms-grid-row: 3;
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
}
.main .bor, .main .parnas {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: relative;
}
.main .bor img, .main .parnas img {
    width: 100%;
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}
.main .box {
    position: absolute;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer;
    width: 311.75px;
}
.main .bor .box {
    top: 0;
    right: 0;
    background: #1e3d67;
    opacity: 0.8;
}
.main .parnas .box {
    bottom: 0;
    left: 0;
    background: #101010;
    opacity: 0.6;
}
.main .box__text {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 auto 40px;
    line-height: 1;
    color: #fff;
    text-align: center;
}
.main .box__text-right {
    text-align: right;
}

.main .bor .box:hover {
    opacity: 0.95;
}
.main .parnas .box:hover {
    opacity: 0.75;
}

.arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}

.arrow__bor, .arrow__parnas {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 45px;
    font-size: 30px;
    text-transform: uppercase;
}
.arrow__bor {
    background: #f26532;
    z-index: 1;
    text-align: right;
    color: #fff;
}
.arrow__parnas {
    background: #dedede;
    text-align: left;
}


.arrow__right {
    background: #dedede;
    margin: -42px 0;
}
.arrow__right, .arrow__right:after {
    border-width: 108px 0 108px 85px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: relative;
}
.arrow__right:after {
    content: '';
    position: absolute;
    left: -115px;
    top: -108px;
    border-left-color: #f26532;
}

footer {
    width: 100%;
    background: #121820;
    padding: 40px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*justify-content: flex-end;*/
}
.footer__logo, .footer__bor, .footer__parnas, .footer__orwo {
    margin-right: auto;
}
.footer__orwo {
    background: url(/img/about/orwo3.png) 100% 0 no-repeat;
    margin-right: 15px;
    width: 180px;
    height: 55px;
    padding: 0px 65px 0 0;
    text-align: right;
}
.footer__social {
    display: inline-block;
}
.footer__social a {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border: 1px solid #cccccc;
    display: inline-block;
}
.vk {
    background: url(/img/social.png) -10px -10px no-repeat transparent;
}
.vk:hover {
    background-position: -10px -70px;
}
.fb {
    background: url(/img/social.png) -70px -10px no-repeat transparent;
}
.fb:hover {
    background-position: -70px -70px;
}
.insta {
    background: url(/img/social.png) -247px -10px no-repeat transparent;
}
.insta:hover {
    background-position: -247px -70px;
}
.youtube {
    background: url(/img/social.png) -311px -10px no-repeat transparent;
}
.youtube:hover {
    background-position: -311px -70px;
}
.footer__copyright {
    color: #cccccc;
    font-size: 14px;
    text-align: center;
}
.footer__parnas, .footer__bor, .footer__orwo {
    color: #cccccc;
    font-size: 17px;
    margin: 0px 20px;
}

.footer__bor {
    /*min-width: 314px;*/
}


.footer__callme {
    background: #d01818;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 20px;
    float: right;
}
.footer__callme:hover {
    border-radius: 20px;
    cursor: pointer;
}

.content {
    background: #fff;
    padding: 20px 80px 40px;
}
.content__caption {
    text-transform: uppercase;
    font-size: 25px;
    margin-top:20px;
}
.hr {
    border-top: 2px solid #f26532;
    width: 45px;
    margin: 5px 0 10px;
}
p.service__caption {
    font-size: 20px;
    border-bottom: 1px solid #f26532;
    display: inline-block;
    margin: 20px 0 10px;
}
.content__text {
    display: flow-root;
}
.tradein {
    width:50%;
    float: right;
    margin: 0 0 40px 40px;
}
.content__text p {
    padding-bottom: 10px;
    line-height: 24px;
}
.content__text ul {
    margin: -10px 0 15px 0;
    list-style-type: none;
}
.content__text ol {
    margin: -10px 0 15px 13px;
}
.content__text ol ul {
    margin: 0;
}
.content__text li {
    margin-left: 5px;
}
.content__text ul li:before {
    content: "—";
    position: relative;
    left: -5px;
    color: #f26532;
    font-size: 18px;
}
.content__text .link {
    border-bottom: 1px solid;
    font-family: AvenirNextBold;
}
.content__text .link:hover {
    color: #f26532;
}
.service__inner p img {
    max-width: 49%;
}


.contacts {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0 0;
}
.contacts__parnas {
    float: right;
    width: 50%;
    padding-left: 1%;
}
.contacts__bor {
    float: left;
    width: 50%;
    padding-right: 1%;
}
.contacts__address {
    border-bottom: 1px solid #dedede;
    padding: 10px 0;
}
.contacts__address span {
    color: #df3b00;
}
.contacts__address a {
    text-decoration: underline;
}

#map__parnas *, #map__bor * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.requisites {
    padding: 20px 0 0;
    overflow: auto;
}
.requisites table {
    border-collapse: collapse;
}
.requisites tr {
    border-bottom: 1px solid #ffff;
}
.requisites td {
    padding: 5px 20px;
}
.requisites td:first-child {
    background: #f26532;
    color: #fff;
}
.requisites td:last-child {
    background: #dedede;
}


/*tabs*/
.service__menu {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    padding-right: 2%;
}
.service__menu__item {
    display: block;
    width: 100%;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #e2e6e7;
    text-align: left;
    font-family: AvenirNext;
    font-size: 16px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.service__menu__item:last-child {
    border-bottom: none;
}
.service__menu__item:hover {
    cursor: pointer;
    background: #f26532;
    color: #fff;
    opacity: 0.9;
}
.service__menu__item.selected {
    background: #f26532;
    color: #fff;
}
/*end tabs*/

.news__blocks{
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    grid-gap: 36px;
}


@media only screen and (max-width: 1440px) {
    .news__blocks {
        grid-gap: 24px;
        display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    }
}

@media only screen and (max-width: 1024px) {
    .news__blocks {
        grid-gap: 24px;
        grid-template-columns: repeat(2, minmax(200px, 1fr));
    }
}

@media only screen and (max-width: 640px) {
    .news__blocks {
        grid-template-columns: repeat(1, minmax(200px, 1fr));
        grid-gap: 16px;
    }
}

.card__content {
    gap: 16px;
    padding: 32px;
    display: flex
;
    flex-direction: column;
}

.news__item {
    
    border: 1px solid #737373;
    display: flex;
    flex-direction: column;
    height: 100%;
}
/* .news__item:nth-child(4n) {
    margin-right: 0;
} */
.news__item img {
    aspect-ratio: 16 / 9;
    display: flex;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.news__item__caption {
    padding: 10px 30px 0;
    text-align: left;
    color: #f26532;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.news__item__date {
    padding: 10px 30px;
    text-align: left;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.news__item__more > span {
    float: left;
}
.zaglushka {
    opacity: 0.3;
}

.news__detail {
    display: flow-root;
}
.news__detail > img {
    float: left;
    width: 25%;
    margin: 0 15px 15px 0;
    padding: 0 15px 15px 0;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.news__detail__caption {
    font-size: 30px;
    border-bottom: 1px solid #e2e2e2;
    display: inline;
    padding: 0 0 5px 0;
}
.news__detail__text {
    padding: 30px 0;
}
.news__detail__text > p {
    margin-bottom: 10px;
}
.news__detail__text ul {
    list-style-type: circle;
    margin-bottom: 10px;
}
.news__detail__text li {
    margin-left: 20px;
}
.news__detail__text table {
    margin-bottom: 15px;
    border-collapse: separate;
    border-spacing: 1px 10px;
}
.news__detail__text tr {
    background: #dedede;
}
.photos-element {
    margin: 20px 0;
}

.cars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.cars__item {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    overflow: hidden;
    margin: 0 5% 50px 0;
    position: relative;
    line-height: 0;
}
.cars__item:nth-child(3n) {
    margin-right: 0;
}
.cars__item img {
    width: 100%;
}
.cars__item__caption {
    position: absolute;
    left: 5%;
    top: 10%;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    line-height: 30px;
    word-spacing: 9999999px;
}
.cars h3 {
    font-weight: 100;
}
.cars__item__section {
    position: absolute;
    bottom: 5%;
    left: 5%;
    line-height: normal;
    background: #333;
    color: #fff;
    padding: 5px 10px;
}
.cars__item:hover > img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.mercedes {
    background: #000;
}





.catalog__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.catalog__caption {
    -ms-flex-preferred-size: 20%;
    flex-basis: 30%;
    background: #f26532;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 31px 20px 25px;
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-basis: auto;
    white-space: nowrap;
    margin: 0 30px 0 0;
}
.catalog__caption a {
    z-index: 11;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.catalog__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    color: #FFF;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    position: relative;
    padding: 0 0 0 5%;
    line-height: 16px;
}
.catalog__menu__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
    padding: 20px;
    border-right: 1px solid white;
    position: relative;
}
.catalog__menu__item:last-child {
    border-right: none;
    min-width: 144px;
}
ul.catalog__menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    right: 100%;
    background-color: white;
    border-width: 0 0 72px 50px;
    border-color: #f26532 #f26532 #000000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.catalog__topsubmenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* ie */
    width: auto;
    white-space: nowrap;
    /* ie */
    padding: 15px 20px 15px 0;
    background: #000;
    -webkit-transition: 0.5s  opacity;
    -o-transition: 0.5s  opacity;
    transition: 0.5s  opacity;
    opacity: 0;
    z-index: 1;
}
.catalog__topsubmenu__item {
    padding: 0 0 0 20px;
    display: inline;
}
.catalog__menu__item a:hover {
    opacity: 0.8;
}
.catalog__menu__item:hover > .catalog__topsubmenu {
    display: block;
    opacity: 1;
}




.catalog__content {
    padding: 40px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
}
.catalog__leftmenu {
    list-style: none;
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
    margin-right: auto;
}
.catalog__leftmenu__item {
    border-bottom: 1px solid #e0e0e0;
}
.catalog__leftmenu__item:last-child {
    border-bottom: none;
}
.catalog__leftmenu__item > a {
    padding: 15px;
    display: block;
    position: relative;
}
.catalog__menu__item > a.dropdown:after, .catalog__leftmenu__item > a:last-of-type:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTAuNHB4IiBoZWlnaHQ9IjYuOXB4IiB2aWV3Qm94PSIwIDAgMTAuNCA2LjkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBvbHlnb24gZmlsbD0iI2ZmZiIgcG9pbnRzPSIwLDEuNyAxLjcsMCA1LjIsMy42IDguOCwwIDEwLjQsMS43IDUuMiw2LjkgCSIvPg0KPC9nPg0KPC9zdmc+DQo=);
    background-image: url(/img/svg.png);
    vertical-align: middle;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-mask-box-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiDQoJIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTAuNHB4IiBoZWlnaHQ9IjYuOXB4IiB2aWV3Qm94PSIwIDAgMTAuNCA2LjkiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBvbHlnb24gZmlsbD0iI2ZmZiIgcG9pbnRzPSIwLDEuNyAxLjcsMCA1LjIsMy42IDguOCwwIDEwLjQsMS43IDUuMiw2LjkgCSIvPg0KPC9nPg0KPC9zdmc+DQo=);
}
.catalog__leftmenu__item > a:last-of-type:after {
    background-image: url(/img/svg1.png);
    position: absolute;
    right: 0;
    top: 45%;
}
.catalog__menu__item > a:hover:after {
    background-image: url(/img/svg2.png);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (min-width: 1000px) {
    .catalog__leftmenu__item:hover > .mobile_arrow:after {
        background-image: url(/img/svg2.png);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.catalog__leftsubmenu {
    list-style: none;
}
.catalog__leftsubmenu__item {
    padding: 10px 15px;
    border-bottom: 1px solid #f8f8ff;
}




.catalog__leftmenu__item:last-child ul {
    border-bottom: 1px solid #dcdcdc !important;
}
.catalog__leftmenu__item a:hover {
    opacity: 0.8;
}

.catalog__leftmenu__item:last-of-type > .mobile_arrow:after {
    display: none;
}

.catalog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: max-content;
}

.catalog__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: max-content;
    flex-basis: 100%;
}
.catalog__item {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin-bottom: 2%;
    overflow: hidden;
    background: #dedede;
    position: relative;
    padding-bottom: 40px;
}
.catalog__item > a {
    display: block;
    overflow: hidden;
    max-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.catalog__item img {
    width: 100%;
    display: block;
}
.catalog__item img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.catalog__item:nth-child(3n-2), .catalog__item:nth-child(3n-1) {
    margin-right: 2%;
}
a.catalog__item__caption {
    text-align: center;
    font-family: AvenirNextBold;
    margin: 20px;
    font-size: 20px;
    display: block;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    text-align: left;
}
a.catalog__item__caption:hover {
    color: #848484;
}
.catalog__item__properties {
    width: 100%;
    padding: 0 20px 20px;
}
.catalog__item__properties td {
    width: 60%;
}
.catalog__item__properties tr td:first-child {
    font-family: AvenirNextBold;
}
.catalog__item__properties tr td:last-child {
    text-align: right;
}
.catalog__item__buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.catalog__item__callback {
    text-align: center;
    background: black;
    color: #fff;
    width: 50%;
    float: left;
}
.catalog__item__callback:first-child {
    /*border-right: 1px solid #dedede;*/
    width: 100%;
}
.catalog__item__callback:last-child {
    border-left: 1px solid #dedede;
    display: none;
}
.catalog__item__callback a,
.catalog__item__callback span {
    display: block;
    padding: 10px;
}
.catalog__item__unavailable span {
    background: gray;
    padding: 10px;
    text-align: center;
    color: #fff;
    width: 50%;
    float: left;
    width: 100%;
}
.catalog__item__callback a:hover {
    background: #f26532;
}


.catalog__item__detail {
    display: flow-root;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
}
.catalog__item__detail > img, .catalog__item__detail__left {
    width: 45%;
    margin: 0 5% 5% 0;
    float: left;
}
.catalog__item__detail__left > a.modal-form {
    display: block;
    margin: 20px 0;
    padding: 10px;
    background-color: black;
    color: #fff;
    text-align: center;
    transition: 0.6s;
}
.catalog__item__detail__left > span.unavailable {
    display: block;
    margin: 20px 0;
    padding: 10px;
    background-color: gray;
    color: #fff;
    text-align: center;
}
.catalog__item__detail__left > a.modal-form:hover {
    background-color: #f26532;
}
.catalog__item__detail__right {
    float: left;
    width: 50%;
}
.catalog__item__detail__caption {
    font-size: 30px;
    word-break: break-word;
}
.catalog__item__detail__properties {
    padding: 30px 0;
}
.catalog__item__detail__properties__caption {
    font-family: AvenirNextBold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid black;
}
.catalog__item__detail__property {
    text-align: right;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 3px;
    display: flow-root;
}
.catalog__item__detail__property.info {
    text-align: left;
}
.catalog__item__detail__property:hover {
    border-bottom-color: #000;
}
.catalog__item__detail__property span:first-child {
    font-family: AvenirNextBold;
    float: left;
}
.catalog__item__detail__phones {
    padding: 10px 0;
}
.catalog__item__detail__return {
    position: relative;
    display: inline;
}
.catalog__item__detail__return:after, .news__detail__back:after {
    background-color: #121820;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    left: 0;
    bottom: -8px;
    position: absolute;
    -webkit-transition: width .2s ease-in-out;
    -moz--transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
.catalog__item__detail__return:hover:after, .news__detail__back:hover:after {
    width: 100%;
}
.catalog__item__detail__return a, .news__detail__back {
    position: relative;
    padding-left: 18px;
}
.catalog__item__detail__return a svg, .news__detail__back svg {
    position: absolute;
    top: 3px;
    bottom: 0;
    height: 15px;
    width: 15px;
    left: 0;
}
.catalog__menu > a {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 20px;
}

.catalog__menu__back {
    position: relative;
    padding-left: 22px;
}
.catalog__menu__back:after {
    background-color: #f26532;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    left: 0;
    bottom: -8px;
    position: absolute;
    -webkit-transition: width .2s ease-in-out;
    -moz--transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
a.catalog__menu__back:hover:after {
    width: 100%;
}
.catalog__menu__back img {
    position: absolute;
    top: -1px;
    left: 0;
    height: 18px;
}

ul.catalog__menu.fourth_resize:before {
    border-width: 0 0 168px 50px;
}
ul.catalog__menu.third_resize:before {
    border-width: 0 0 136px 50px;
}
ul.catalog__menu.second_resize:before {
    border-width: 0 0 104px 50px;
}
ul.catalog__menu.first_resize:before {
    border-width: 0 0 88px 50px;
}



.fancybox-overlay * {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
#callback {
    min-width: 400px;
}
#callback * {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.form-horizontal {
    border: 1px solid black;
    padding: 30px;
    background: white;
    z-index: 2;
}
.controls {
    padding: 10px;
}
input, textarea {
    padding: 10px;
    font-family: AvenirNext;
    font-size: 15px;
    border: 1px solid rgba(0,0,0,.2);
}
textarea {
    resize: vertical;
}
input:focus, textarea:focus {
    border: 1px solid #f26532;
}
.red_star {
    color: red;
}
.control-group:nth-child(-n+2) .red_star {
    margin: 2px;
}
.control-group:nth-child(n+3) .red_star {
    margin: 5px;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e95a18;
    background-color: white;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #e95a18;
    border-bottom: 4px solid #e95a18;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

#callback button[type="submit"] {
    background: #f26532;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 30px;
    float: unset;
    font-family: AvenirNext;
    font-size: 16px;
    width: 100%;
}
button[type="submit"]:not(:disabled):hover {
    border-radius: 20px;
    cursor: pointer;
    opacity: 0.95;
}
#callback button[type="submit"]:disabled {
    background: grey;
}
#callback .error {
    color: #ff2900;
}

.callback_success {
    display: none;
    position: absolute;
    z-index: 1;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 50% 0;
    font-size: 18px;
    line-height: 32px;
}


.spareparts img {
    width: 32%;
}

.service__photos img {
    width: 28%;
}
.contacts__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contacts__photos a {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    margin-right: 0.8%;
}
.contacts__photos a:last-child {
    margin-right: 0;
}
.contacts__photos img {
    width: 100%;
}

.about__photos img {
    width: 24%;
}

.photos-element img:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

@media screen and (max-width: 1550px) {
    .top__logo {
        margin-right: auto;
    }
    /*.top__logos {
        order: 1;
        flex-basis: 100%;
        display: flex;
        justify-content: space-between;
        padding: 20px 0 0;
    }*/
    .top__logos a {
        margin-right: calc( (100vw - 1240px)/(1550 - 1240) * (40 - 20) + 20px);
    }
}

@media screen and (max-width: 1480px) {
    .catalog__menu {
        padding: 0;
    }
    .catalog__menu__item {
        padding: 20px 12px;
        -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    }
    .catalog__menu__item:last-child {
        min-width: 133px;
    }
}

@media screen and (max-width: 1300px) {
    .catalog__caption {
        font-size: 20px;
    }
    .catalog__menu__item {
        padding: 18px 10px;
    }
    .catalog__menu {
        line-height: 13px;
        font-size: 13px;
    }
    ul.catalog__menu:before {
        border-width: 0 0 64px 50px;
    }
}
@media screen and (max-width: 1240px) {
    header ul, .top, footer, .content {
        padding-left: 40px;
        padding-right: 40px;
    }
    .top__logo {
        padding-right: 5%;
    }
    .top__logos {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 0 0;
    }
    .main .box__text {
        font-size: 30px;
    }
    .arrow__bor, .arrow__parnas {
        padding: 25px;
    }
    .arrow__right {
        margin: -65px 0;
    }

    .footer__parnas, .footer__bor, .footer__orwo {
        font-size: 13px;
    }
    .footer__phone {
        display: block;
    }
    .hideformobile {
        display: none;
    }
}

/* @media screen and (max-width: 1150px) {
    .news__item:nth-child(n) {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        margin-right: 10%;
    }
    .news__item:nth-child(2n) {
        margin-right: 0;
    }
} */
@media screen and (max-width: 1050px) {
    header ul, .top, footer, .content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .top__logos a {
        margin-right: 30px;
    }
}


@media screen and (max-width: 999px) {
    footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__copyright{
        width: 100% !important;
    }
    
    footer div {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .footer__parnas, .footer__bor,{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 20px 0 0;
        font-size: 13px;
    }
    .footer__parnas{
        margin-top: -32px;
        margin-left: auto;
    }
    .footer__orwo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 13px;
    }
    .footer__button{
        margin:10px 10px 10px 0;
    }
     .footer__button, .footer__orwo{
           margin-left: 90px;
    }
    .footer__bor {
        min-width: unset;
    }
    .footer__parnas {
        text-align: right;
    }

    .footer__logo a img {
        height: 36px;
        width: auto;
    }
    .footer__callme {
        padding: 10px 10px;
        font-size: 13px;
    }

    .main .box__text {
        font-size: 22px;
        margin: 0 auto 15px;
    }


    .news__detail > img {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
        float: unset;
    }
    .news__detail__caption {
        padding: 15px 0 5px 0;
        border-bottom: 0;
    }

    .tradein {
        float: none;
        width: 100%;
        margin: 0;
    }
    h2 {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .top__gto img {
    margin-top: 20px;
    height: 130px;
}


    .top__logos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .top__logos a {
        margin-right: 17%;
    }
    .top__logos a:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .top__logos a:nth-child(3) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        margin-right: 0;
        text-align: center;
        min-width: 50%;
        margin-top: 10px;
    }
    .top__logos a:nth-child(3) img {
        max-height: 34px;
    }
    .top__logos a:nth-child(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .top__logos a:nth-child(2) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-right: 0;
        min-width: 50%;
        margin-top: 15px;
        text-align: center;
    }
    .top__logos a:nth-child(5) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-right: 0;
    }


    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px 20px 20px;
        width: 100%;
    }
    .menu > li {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        font-size: 14px;
        padding: 0;
        margin: 10px 0 0 0;
    }
    .menu > li:nth-child(3n+2) {
        text-align: center;
        /*border-left: 1px solid grey;
        border-right: 1px solid grey;*/
    }
    .menu > li:nth-child(3n+3) {
        text-align: right;
    }
    .menu > li:last-child {
        flex-basis: 100%;
        text-align: center;
    }

    .main .box__text {
        font-size: 20px;
    }

    .contacts {
        display: block;
    }
    .contacts__parnas, .contacts__bor {
        width: 100%;
        float: none;
        padding: 0;
    }
    .contacts__parnas {
        padding-top: 40px;
    }

    .news__item__more > a span {
        display: none;
    }

}

@media screen and (max-width: 620px) {
    .top__sales-department span {
        /* display: none; */
    }

    .arrow__bor, .arrow__parnas {
        padding: 15px;
        text-align: center;
        font-size: 20px;
    }
    .arrow__right {
        margin: -81px 0;
    }

    .main .box__text {
        font-size: 16px;
    }

   /*  .news__item {
       margin: 0 0 30px 0;
       -ms-flex-preferred-size: 45%;
       flex-basis: 45%;
       margin-right: 10%;
   } */
    /* .news__item:nth-child(2n) {
        margin-right: 0;
    } */
    .news__item__caption {
        padding: 25px 25px 0;
    }
    .news__item__more {
        padding: 25px;
    }
}
@media screen and (max-width: 515px) {
 .footer__parnas {
    text-align: right;
    margin-top: 20px;
    margin-left: auto;
}
}
    
@media screen and (max-width: 500px) {
    .top {
        padding: 20px;
    }
    .top__logo, .top__phones {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .top__logo a img {
        width: 100%;
    }

    .top__phones a:first-child {
        display: none;
    }
    .top__sales-department {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .top__phone {
        font-size: 15px;
    }
    .top__phone:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .arrow__bor, .arrow__parnas {
        padding: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .arrow__bor {
        padding-right: 0;
    }
    .arrow__parnas {
        padding-left: 0;
    }

    .main {
        display: block;
    }

    .footer__social {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 40px 10px 40px;
        grid-template-columns: 40px 40px;
        grid-gap: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 424px) {
    /* .news__item:nth-child(n) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
    } */
    #callback {
        min-width: unset;
    }
}





@media screen and (max-width: 1600px) {
    .catalog__caption {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
    .catalog__leftmenu {
        -ms-flex-preferred-size: 27%;
        flex-basis: 27%;
    }
    .catalog__list, .catalog__item__detail {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
}

@media screen and (max-width: 1805px) {
        
/*     .top__logos {
    padding-top: 20px;
   
}     */
    
    .top__logos a {
        margin-right: 18px;
    }    
    
    .top__logos img {
        max-height: 40px;
    }

}

@media screen and (max-width: 1548px) {
        
    .top__logos {
        padding-top: 20px;
       order: 1; 
    }    
    
    .top__logos a {
        margin-right: 20px;
        min-width: 40%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .top__logos img {
        max-height: 40px;
    }

}

@media screen and (max-width: 1000px) {
    .catalog__caption {
        -ms-flex-preferred-size: 30%;
        flex-basis: 100%;
        margin: 0;
        white-space: normal;
    }
    .catalog__menu {
        display: none;
    }
    .catalog__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .yellow:after {
        background: #ffd800 !important;
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
    }

    .catalog__item__detail {
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    }
    .catalog__item__detail > img, .catalog__item__detail__left  {
        width: 100%;
        margin-bottom: 5%;
    }
    .catalog__item__detail__right {
        width: 100%;
    }
    .catalog__leftsubmenu {
        display: none;
    }
}

.catalog__leftmenu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
}
.catalog__leftmenu__item > a:first-of-type {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-right: auto;
}
.catalog__leftmenu__item > a:last-of-type {

}
.catalog__leftsubmenu {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media screen and (max-width: 700px) {
    .catalog__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
    .catalog__leftmenu, .catalog__list, .catalog__item__detail {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .catalog__item__detail {
        margin-top: 10px;
    }
    .catalog__item {
        margin: 30px 0;
    }
}

.actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.actions__left {
    -ms-flex-preferred-size: 59%;
    flex-basis: 59%;
    margin-right: 1%;
}
.actions__right {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}
.actions__left .action__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    border: 1px solid #dedede;
}
.action__item__caption {
    font-family: AvenirNextBold;
}
.actions__left img {
    width: auto;
    height: 230px;
}
.action__item > a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.action__text {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.action__item > a {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 480px;
}
.action__item__href {
    border-bottom: 1px solid black;
    display: inline-table;
}
.action__item__href:hover {
    color:#f26532;
    border-bottom: 1px solid #f26532;
}
.action__item__bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.actions__right img {
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .actions__left, .actions__right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .actions__left .action__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 740px;
    }
    .action__item > a {
        min-width: unset;
        width: 100%;
    }
    .actions__left img {
        height: 100%;
        width: 100%;
    }
    .action__text > div, .action__text > a {
        margin-bottom: 10px;
    }
    .action__text > div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media screen and (max-width: 999px) {
    .actions {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


.arrow__bor__img, .arrow__parnas__img {
    left: -11%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: absolute;
    z-index: 1;
    height: 100%;
}
.arrow__parnas__img {
    left: 48%;
}
.arrow__bor:hover ~ .arrow__bor__img, .arrow__bor__img:hover {
    left: 48% !important;
}
.arrow__parnas:hover ~ .arrow__parnas__img, .arrow__parnas__img:hover {
    left: 100% !important;
}

@-webkit-keyframes bloom {
    0% {
        -webkit-filter: grayscale(.8);
        filter: grayscale(.8);
    }
    40% {
        -webkit-filter: grayscale(.5);
        filter: grayscale(.5);
    }
    100% {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
}

@keyframes bloom {
    0% {
        -webkit-filter: grayscale(.8);
        filter: grayscale(.8);
    }
    40% {
        -webkit-filter: grayscale(.5);
        filter: grayscale(.5);
    }
    100% {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
}
@-webkit-keyframes circle {
    0% {
        opacity: .5;
        background: rgba(213,156,34,.2);

    }
    40% {
        opacity: 1;
        background: rgba(213,34,160,.2);
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: .5;
        background: rgba(213,156,34,.2);

    }
    40% {
        opacity: 1;
        background: rgba(213,34,160,.2);
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@-webkit-keyframes aitf {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.jGrowl {
    z-index: -1 !important;
}
.news__detail__text img {
    max-width: 100%;
}
.news__detail__text a {
    word-break: break-word;
}

.service__table tr:first-child {
    font-family: AvenirNextBold;
}
.service__table tr:first-child td {
    border-bottom: 1.5px solid #cccccc;
}
.service__table td:first-child {
    padding-right: 30px;
}
.service__table td:last-child {
    text-align: center;
}
.service__table td {
    padding-bottom: 5px;
    padding: 3px;
    border-bottom: 1px solid #cccccc;
}
.service__table tr:last-child td {
    border-bottom: none;
}
.service__table caption {
    padding: 30px 0 10px;
    border-bottom: 1.5px solid #f26532;
    text-align: center;
    font-family: AvenirNextBold;
}
.service__table tr:hover td {
    border-bottom: 1px solid #f26532;
}


.cars__text ol {
    margin: 5px 0 0 20px;
}


/* slider */

.mySlides {display: none}
.mySlides img {vertical-align: middle;    width: 100%;}
.slider__banner {
    position: relative;
}
.dots {
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #fff;
    background: url("/img/dot.png") center no-repeat;
    background-color: #b6b7bc;
    display: inline-block;
    -webkit-transition: background-color 0.6s ease;
    -o-transition: background-color 0.6s ease;
    transition: background-color 0.6s ease;
}
.dot.active, .dot:hover {
    background-color: #717171;
    background: url("/img/active_dot.png")  center no-repeat;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}
/* end slider */

.persons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;

    display: -ms-flexbox;
    flex-wrap: wrap;
}
.persons > div {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    border-width: 3px;
    border-style: outset;
    padding: 5px;
    flex-basis: 45%;
}
@media all and (-ms-high-contrast:none) {
    .persons > * {
        margin-bottom: 25px;
    }
    .persons h2 {
        margin-right: 100%;
        white-space: nowrap;
    }
    .persons > div:nth-child(odd) {
        margin-right: auto;
    }
}
@media screen and (-ms-high-contrast:none) and (max-width: 768px)  {
    .persons > div {
        flex-basis: 100%;
    }
}



.persons div img {
    width: 180px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    /*object-position: 0 -45px;*/
}
.persons div a {
    color: blue;
    text-decoration: underline;
}
.persons p {
    padding: 1.6px 10px;
}
.persons p:nth-child(1) {
    font-family: "AvenirNextBold";
}
h2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-weight: normal;
    border-bottom: 2px solid #dedede;
    display: inline-block;
}
.persons h2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.content__text > h2 {
    margin: 30px 0 15px;
}

@media screen and (max-width: 1000px) {
    .persons {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
    .persons h2 {
        grid-column: unset;
    }
}
@media screen and (max-width: 500px) {
    .persons > div {
        display: block;
    }
    .persons p {
        padding: 5px 0;
    }
}
@media all and (-ms-high-contrast:none) and (max-width: 500px) {
    .top__logo {
        padding-right: 0;
    }
    .top__phones {
        display: -ms-inline-flexbox;
    }
}

.hd-h1{position:absolute; left:-9999rem; top:-9999rem;}









.catalog__leftmenu * {
    transition: 0s !important;
}

.leftmenu {
    list-style: none;
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
    margin-right: auto;
}

.leftmenu .link, .leftmenu .link2 {
    cursor: pointer;
    display: block;
    /*color: #4D4D4D;*/
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.leftmenu .link a, .leftmenu .link span {
    display: block;
    padding: 15px 15px 15px 20px;
    font-family: 'AvenirNextBold';
    font-size: 16px;
}
.leftmenu .link2 a, .leftmenu .link2 span, .submenu1 > li > a, .submenu1 > li > span {
    padding: 15px 15px 15px 30px;
    font-size: 15px;
}

.leftmenu li:last-child .link, .leftmenu li:last-child .link2 { border-bottom: 0; }

.leftmenu li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.leftmenu li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
    top: 0;
    right: 0;
    padding: 17px 12px;
}

.leftmenu li.open .link, .leftmenu li.open .link2 {
    color: #000;
}

.leftmenu li.open i {
    color: #000;
    font-weight: bold;
}
.leftmenu li.open link2 i {
    color: #4D4D4D;
}

.leftmenu li.open .link > i.fa-chevron-down, .leftmenu li.open > .link2 > i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu1, .submenu2 {
    list-style-type: none;
    display: none;
}
.submenu1 {
    background: #ececec;
    font-size: 14px;
}
.submenu2 {
    background: #d7d7d7;
    font-size: 14px;
}

.submenu1 li, .submenu2 li {
    border-bottom: 1px solid #4b4a5e;
}

.submenu1 a, .submenu1 span, .submenu2 a, .submenu2 span {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 12px;
    padding-left: 40px;
}
.link a, .submenu1 a, .submenu2 a, .link span, .submenu1 span, .submenu2 span {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.link a:hover, .submenu1 a:hover, .submenu2 a:hover, .link span:hover, .submenu1 span:hover, .submenu2 span:hover {
    background: #cbcbcb;
}

.link2 a, .link2 span {
    padding: 0;
}

.pagination {
    list-style: none;
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
    padding: 10px 0;
}

.pagination a,
.pagination span {
    margin: 2px;
    padding: 10px;
    background: #f26532;
}

.pagination .active {
    background: #dedede;
}
.sorting-section {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	font-size: 13px;
	color: #757373;
}
.sorting-section__wrapper {
    display: inherit;
    width: inherit;
}
.sorting-section__values {
    display: flex;
	flex-wrap: wrap;
}
.sorting-section__title 
{
    margin-right: 10px;
}
.sorting-section__values-item:not(:last-child) {
	margin-right: 30px;
}
.sorting-section__values-item a {
	position: relative;
	color: #757373;
}
.sorting-section__values-item a:after {
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 4px;
    right: -15px;
    font-size: 12px;
    font-weight: bold;
}
.sorting-section__values-item a.desc:after {
	content: "\f107";
}
.sorting-section__values-item.simple a:after {
	content: "";
}
.sorting-section__values-item.simple:not(:last-child) a:after {
	border-right: 1px solid #000;
	height: 10px;
}
.sorting-section__values-item.simple a {
	transition: .3s all;
}
.sorting-section__values-item.simple a:hover,
.sorting-section__values-item.simple a.active 
{
	color: #f26532;
}
.leftmenu .current, .menu .current {
	pointer-events: none;
	cursor: default;
}

    .swiper {
    margin-top: 20px;
    order: 0 !important;
}  