body {
    font-size: 14px;
    color: white;
    font-family: 'Open Sans', sans-serif;
}
.hidden{
    display: none;
}
.select2-results__options{
    color: #000000;
}
.address {
    background-color: #202020;
    height: 30px;
    width: 100%;
    margin: 0;
    padding-top: 10px;
    padding-left: 15%;
    padding-right: 15%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#YMapsID * {
    touch-action: auto
}
.address-content {
    display: inline-block;
}

.address__image {
    width: 25px;
    height: 20px;
    display: inline-block;
}

.address__image path {
    fill:#e31d27;
}

.address__text {
    display: inline-block;
    padding-bottom: 15px;
}

.address__text__span {
    text-transform: uppercase;
}

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

.logo {
    width: 80%;
}

.contact-us__link-number {
    text-decoration: none;
    display: block;
    color: #202020;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
}

.contact-us__link-number:hover {
    border-bottom: 1px solid #202020;
    margin-bottom: 4px;
    color: #202020;
}

.contact-us__text {
    color: #202020;
    font-size: 16px;
}

.contact-us__text__span {
    font-weight: bold;
}

.header__container {
    margin: 0;
    padding-left: 15vw;
    padding-right: 15vw;
    height: 60px;
    background-color: #e31d27;
}

.header {
    height: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
}

.header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-size: 13px;
    height: 100%;
    -webkit-transition:background-color 0.3s;
    -o-transition:background-color 0.3s;
    transition:background-color 0.3s;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.header__link:hover {
    background-color: #b7232e;
    color: white;
    text-decoration: none;
}

.search {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    height: 850px;
    background-repeat: no-repeat;
    background-image: url(../images/bg-header.jpg);
    background-size: cover;
    position: relative;
}

.search__image {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
}

.search-site {
    font-weight: bold;
    padding-top: 100px;
    text-transform: uppercase;
    font-size: 50px;
}

.search-headline {
    text-transform: uppercase;
    font-size: 40px;
    padding-top: 50px;
    line-height: 65px;
}

.search__container {
    width: 100%;
    height: 50px;
    position: relative;
    margin-top: 50px;
}

.search__input {
    height: 100%;
    -webkit-height: 100%;
    width: 100%;
    -webkit-width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-background-color: rgba(255, 255, 255, 0.8);
    outline: none;
    -webkit-outline: none;
    padding-left: 20px;
    -webkit-padding-left: 20px;
    border: none;
    -webkit-border: none;
}

.search__button {
    position: absolute;
    top: 2px;
    right: 2px;
    height: 46px;
    width: 150px;
    text-transform: uppercase;
    background-color: #e31d27;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    -webkit-transition:background-color 0.3s;
    -o-transition:background-color 0.3s;
    transition:background-color 0.3s;
    outline: none;
}

.search__button:hover {
    background-color: #b7232e;
    outline: none;
}

.search__button:active {
    outline: none;
}

.search__button:focus {
    outline: none;
}

.services {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    -webkit-width: 100%;
    margin: 0;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15%;
    -webkit-padding-left: 15%;
    padding-right: 15%;
    -webkit-padding-right: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.services__content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50px;
    left: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.services__content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.services__content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50px;
    right: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 925px) {
    .services__content-left {
        left: 5%;
    }
    .services__content-center {

    }
    .services__content-right {
        right: 5%;
    }
}

.services__container__image {
    background-color: #fff;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
}

.services__image {
    margin-top: 30px;
    width: 50px;
    height: 50px;
}

.services__image path {
    fill: #e31d27;
}

.services__text {
    margin-top: 10px;
    line-height: 20px;
    color: #202020;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.advanced-search {
    padding: 60px 15% 0 15%;
}

.advanced-search__headline {
    color: #202020;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.advanced-search__block {
    width: 110px;
    height: 3px;
    background-color: #e31d27;
    margin: auto;
}

.advanced-search__container {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.mark__container {
    width: 30%;
    margin-bottom: 20px;
}

.model__container {
    width: 30%;
}

.year__container {
    width: 30%;
}

.spare-part__container {
    width: 30%;
}

.part-number__container {
    width: 30%;
}

.button__container {
/*    width: 30%;*/
    width: 100%;
}

.mark__text {
    color: #202020;
    font-weight: bold;
    margin-bottom: 5px;
}

.model__text {
    color: #202020;
    font-weight: bold;
    margin-bottom: 5px;
}

.year__text {
    color: #202020;
    font-weight: bold;
    margin-bottom: 5px;
}

.spare-part__text {
    color: #202020;
    font-weight: bold;
    margin-bottom: 5px;
}

.part-number__text {
    color: #202020;
    font-weight: bold;
    margin-bottom: 5px;
}

.part-number__input {
    padding-left: 5px;
    width: 100%;
    height: 30px;
    margin: 0;
    border: 1px solid #d6d6d6;
    color: #202020;
}

.advanced-search__button {
    width: 100%;
    height: 30px;
    background-color: #e31d27;
    outline: none;
    border: #e31d27;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 19px;
    padding: 0;
    -webkit-transition:background-color 0.3s;
    -o-transition:background-color 0.3s;
    transition:background-color 0.3s;
    outline: none;
}

.advanced-search__button:hover {
    background-color: #b7232e;
    outline: none;
}

.advanced-search__button:active {
    outline: none;
}

.advanced-search__button:focus {
    outline: none;
}

.mark__select {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #d6d6d6;
    appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	background:url('../images/down-chevron.png');
	background-repeat:no-repeat;
    background-position: 96.5% 10px;
    background-size: 10px;
    color: rgb(110, 110, 110);
    background-color: #fff;
}

.mark__select::-ms-expand {
    display: none;
}

.model__select {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #d6d6d6;
    appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
    background:url('../images/down-chevron.png');
	background-repeat:no-repeat;
    background-position: 96.5% 10px;
    background-size: 10px;
    color: rgb(110, 110, 110);
}

.model__select::-ms-expand {
    display: none;
}

.year__select-one {
    margin-right: 4%;
    width: 45%;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #d6d6d6;
    appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	background:url('../images/down-chevron.png');
	background-repeat:no-repeat;
    background-position: 92% 10px;
    background-size: 10px;
    color: rgb(110, 110, 110);
    background-color: #fff;
}

.year__select-one::-ms-expand {
    display: none;
}

.year__select-two {
    margin-left: 4%;
    width: 45%;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #d6d6d6;
    appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	background:url('../images/down-chevron.png');
	background-repeat:no-repeat;
    background-position: 92% 10px;
    background-size: 10px;
    color: rgb(110, 110, 110);
    background-color: #fff;
}

.year__select-two::-ms-expand {
    display: none;
}

.spare-part__select {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #d6d6d6;
    appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	background:url('../images/down-chevron.png');
	background-repeat:no-repeat;
    background-position: 96.5% 10px;
    background-size: 10px;
    color: rgb(110, 110, 110);
}

.spare-part__select::-ms-expand {
    display: none;
}

.stamps {
    padding: 60px 15% 0 15%;
    position: relative;
}

.stamps__headline {
    color: #202020;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.stamps__block {
    width: 110px;
    height: 3px;
    background-color: #e31d27;
    margin: auto;
}

.stamps__container {
    margin-top: 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.stamps__image__link {
    width: 11%;
    height: 11%;
    padding: 2%;
    margin: 20px;
    -webkit-transition:-webkit-box-shadow 0.3s;
    transition:-webkit-box-shadow 0.3s;
    -o-transition:box-shadow 0.3s;
    transition:box-shadow 0.3s;
    transition:box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.stamps__image__link:hover {
    -webkit-box-shadow: 0 0 5px 2px #d6d6d6;
            box-shadow: 0 0 5px 2px #d6d6d6;
}

.stamps__image {
    width: 100%;
}

.catalog {
    padding: 40px 15% 30px 15%;
    position: relative;
}

.catalog__headline {
    color: #202020;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.catalog__block {
    width: 110px;
    height: 3px;
    background-color: #e31d27;
    margin: auto;
    margin-bottom: 40px;
}

.catalog__link {
    position: absolute;
    right: 15%;
    font-size: 12px;
    text-decoration: none;
    color: #e31d27;
}

.catalog__link:hover {
    color: #e31d27;
}

.slider__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
    width: 100%;
}

.slides-first {
    margin-right: 15px;
    border: 1px solid #d6d6d6;
    text-align: center;
    padding: 15px 15px 40px 15px;
    width: 20%;
}

.slides {
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #d6d6d6;
    text-align: center;
    padding: 15px 15px 40px 15px;
    /* width: 20%; */
    width: 200px;
}

.slides:active {
    outline: none;
}

.slides:focus {
    outline: none;
}

.slides-last {
    margin-left: 15px;
    border: 1px solid #d6d6d6;
    text-align: center;
    padding: 15px 15px 40px 15px;
    width: 20%;
}

.slide__images {
    display: block;
    position: relative;
    cursor: pointer;
}

.slide__images:hover .slide__image__link__container {
    display: block;
}

.slide__image__link__container {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    background-color:rgba(0, 0, 0, 0.5);
}

.slide__image__link:active {
    outline: none;
}

.slide__image__link:focus {
    outline: none;
}

.slide__image {
    width: 100%;
}

.slide__image-eye {
    width: 20%;
    padding-top: 30%;
    fill: white;
}

.slide__link {
    display: block;
    margin-top: 35px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #202020;
    text-transform: uppercase;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.slide__link:hover {
    color: #e31d27;
}

.slide__link-mark {
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
    color: #202020;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

.slide__link-mark:hover {
    color: #e31d27;
}

.slide__text {
    color: #e31d27;
    font-weight: bold;
}

.slide__text__span {
    text-transform: uppercase;
}

.left-chevron {
    position: absolute;
    width: 25px;
    height: 15px;
    left: 11%;
    top: 260px;
    cursor: pointer;
    fill: #959595;
}

.left-chevron:hover {
    fill: #6e6e6e;
}

.right-chevron {
    position: absolute;
    width: 25px;
    height: 15px;
    right: 11%;
    top: 260px;
    cursor: pointer;
    fill: #959595;
}

.right-chevron:hover {
    fill: #6e6e6e;
}

.info {
    padding: 60px 15% 0 15%;
    position: relative;
    margin-bottom: 60px;
}

.info__headline {
    color: #202020;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.info__block {
    width: 110px;
    height: 3px;
    background-color: #e31d27;
    margin: auto;
}

.info__container {
    margin-top: 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.info-content {
    color: #202020;
    padding: 15px;
    margin: 30px 1.5% 0 1.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d6d6d6;
    width: 47%;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.info-content:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 10px 2px #d6d6d6;
            box-shadow: 0 0 10px 2px #d6d6d6;
}

.info-date {
    color: #e31d27;
    margin-right: 25px;
}

.info-number {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.info-month {
    margin-bottom: 2px;
}

.info-year {
    /**/
}

.info-content__container {
    color: #202020;
}

.info-content__headline {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 15px;
}

.info-content__text {
    line-height: 20px;
}

.contact-us-bottom {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-top: 10px;
}

.map {
    width: 50%;
    height: 400px;
    padding: 0;
}

.contact-us-bottom__container {
    height: 400px;
    background-color: #202020;
    width: 50%;
}

.contact-us-bottom__container_padding {
    padding: 50px;
    height: 300px;
}

.contact-us-bottom__headline {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.contact-us-bottom__block {
    width: 110px;
    height: 3px;
    background-color: #e31d27;
}

.contact-us-bottom-phone {
    margin-top: 20px;
}

.phone__image {
    width: 25px;
    height: 20px;
    position: relative;
    bottom: 20px;
}

.phone__image path {
    fill: #e31d27;
}

.contact-us-bottom__link-number {
    font-weight: bold;
    text-decoration: none;
    color: white;
    display: block;
    /* text-align: center; */
    margin-top: 5px;
    border-bottom: 1px solid #202020;
}

.contact-us-bottom__link-number:hover {
    border-bottom: 1px solid white;
    color: white;
}

.contact-us-bottom-job {
    margin-top: 15px;
}

.job__image {
    width: 25px;
    height: 20px;
    position: relative;
    bottom: 1.5px;
}

.job__image path {
    fill: #e31d27;
}

.contact-us-bottom-job__text {
    text-transform: uppercase;
}

.contact-us-bottom-address {
    margin-top: 25px;
}

.address__image-bottom {
    width: 25px;
    height: 20px;
    position: relative;
    bottom: 130px;
}

.address__image-bottom path {
    fill: #e31d27;
}

.search__container .select2-selection.select2-selection--single{
    border: 0;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
}
.search__container .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 11px;
}
.viber{
    color:#7b529d;
}
.watsapp{
    color:#2fb93d;
}
.telegram{
    color:#59a3d9;
}
.contact-us-content a{
    margin-bottom:5px;
    display:block;
}
.chats{
    float:right;margin-right:10px
}
.container_display-inline-block a{
    margin-bottom: 5px;
    margin-top: 0px;
}

.address__image-bottom{
    bottom:82px;
}
.contact-us-bottom-address__text {
    font-weight: bold;
    line-height: 17px;
    margin-top: -20px;
}

.contact-us-bottom-address__text-two {
    margin-top: 15px;
    line-height: 17px;
}

.contact-us-bottom-address__text-three {
    margin-top: 15px;
    line-height: 17px;
}

.container_display-inline-block {
    display: inline-block;
}

@media screen and (max-width: 402px) {
    .contact-us-bottom-address__text,.contact-us-bottom-address__text-two,.contact-us-bottom-address__text-three{
        margin-left:0px !important;
    }
    
}
@media screen and (min-width: 969px) and (max-width: 1422px) {
    .contact-us-bottom-address__text {
        margin-left: 30px;
    }
    
    .contact-us-bottom-address__text-two {
        margin-left: 30px;
    }
    
    .contact-us-bottom-address__text-three {
        margin-left: 30px;
    }
    .address__image-bottom{
        bottom: 0px;
    }
}
@media screen and (min-width: 456px) and (max-width: 711px) {
    .contact-us-bottom-address__text {
        margin-left: 30px;
    }
    
    .contact-us-bottom-address__text-two {
        margin-left: 30px;
    }
    
    .contact-us-bottom-address__text-three {
        margin-left: 30px;
    }
    .address__image-bottom{
        bottom: 0px;
    }
}


.copy {
    background-color: #e31d27;
	min-height: 30px;
	padding: 10px 15% 10px 15%;
}

.copy__text {
    text-align: center;
    font-size: 12px;
}

.burg__container {
    display: none;
}

.burg-top {
    display: none;
}

.burg-center {
    display: none;
}

.burg-bottom {
    display: none;
}

.header-burg{
    display: none;
}

/*media*/

@media screen and (max-width: 1460px) {
    .header__link {
        font-size: 12px;
    }
}

@media screen and (max-width: 1440px) {
    .search-headline {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1417px) {
    .header__link {
        font-size: 12px;
    }
}

@media screen and (max-width: 1375px) {
    .header__link {
        font-size: 11px;
    }
}

@media screen and (max-width: 1276px) {
    .header__link {
        font-size: 10px;
    }
}

@media screen and (max-width: 1166px) {
    .header__container {
        padding: 0;
    }
    .address {
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media screen and (max-width: 974px) {
    .header__link {
        display: none;
    }
    .header {
        padding-left: 50px;
        padding-right: 50px;
    }
    .burg__container {
        display: block;
        margin-top: 7.5px;
    }
    .burg-top {
        display: block;
        font-size: 30px;
        color: #202020;
        cursor: pointer;
        font-weight: bold;
        height: 6px;
    }
    .burg-center {
        display: block;
        font-size: 30px;
        color: #202020;
        cursor: pointer;
        font-weight: bold;
        height: 6px;
    }
    .burg-bottom {
        display: block;
        font-size: 30px;
        color: #202020;
        cursor: pointer;
        font-weight: bold;
        height: 6px;
    }
    .header-burg {
        width: 100%;
        z-index: 2;
        padding-left: 50px;
        padding-top: 10px;
        padding-right: 50px;
        padding-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .header__link-burg {
        z-index: 3;
        text-decoration: none;
        text-transform: uppercase;
        color: #202020;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
        -webkit-transition: color 0.3s;
        -o-transition: color 0.3s;
        transition: color 0.3s;
    }
    .header__link-burg:hover {
        text-decoration: none;
        color: #e31d27;
    }
    .active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .search {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 968px) {
    .contact-us-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
    }
    .map {
        width: 100%;
    }
    .contact-us-bottom__container {
        width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .info-content {
        margin-bottom: 10px;
        width: 100%;
    }  
}

@media screen and (max-width: 835px) {
    .address {
        display: none;
    }
}

@media screen and (max-width: 690px) {
    .services__content-left {
        left: 0;
    }

    .services__content-right {
        right: 0;
    }
}

@media screen and (max-width: 681px) {
    .catalog__link {
        top: 90px;
        right: 35%;
    }
    .catalog {
        padding-top: 60px;
    }
    .info__block {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 640px) {
    .contact-us {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media screen and (max-width: 600px) {
    .search-site {
        font-size: 30px;
    }
    .search-headline {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 576px) {
    .services {
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media screen and (max-width: 550px) {
    .advanced-search__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .mark__container {
        width: 100%;
    }
    .year__select-one {
        margin-bottom: 5px;
        background-position: 96.5% 10px;
    }
    .year__select-two {
        margin-bottom: 5px;
        background-position: 96.5% 10px;
    }
    .model__container{
        margin-bottom: 20px;
        width: 100%;
    }
    .year__container {
        margin-bottom: 20px;
        width: 100%;
    }
    .spare-part__container {
        margin-bottom: 20px;
        width: 100%;
    }
    .part-number__container {
        width: 100%;
        height: 30px;
        margin-bottom: 20px;
    }
    .button__container {
        width: 100%;
    }
    .stamps__image__link {
        margin: 10px;
        width: 15%;
        height: 15%;
    }
}

@media screen and (max-width: 520px) {
    .info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-us-bottom__container_padding {
        height: auto;
    }
    .page-info__headline {
        padding-left: 12%;
    }
}

@media screen and (max-width: 477px) {
    .contact-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contact-us-content {
        text-align: center;
    }
}

@media screen and (max-width: 455px) {
    .contact-us-bottom__container {
        height: 400px;
    }
    .phone__image {
        display: none;
    }
    .job__image {
        display: none;
    }
    .address__image-bottom {
        display: none;
    }
}

@media screen and (max-width: 401px) {
    .contact-us-bottom__container {
        height: 380px;
    }
    .contact-us-bottom__container_padding {
        font-size: 11px;
    }
    .contact-us-bottom__link-number {
        text-align: left;
    }
}

@media screen and (max-width: 400px) {
    .services__container__image {
        width: 80px;
        height: 80px;
    }
    .services__image {
        width: 25px;
        height: 25px;
    }
    .services__text {
        font-size: 12px;
    }
}

@media screen and (max-width: 353px) {
    .contact-us-bottom__container {
        height: 400px;
    }
}

@media screen and (max-width: 320px) {
    .services__text {
        font-size: 10px;
    }
}

/*End-media*/

.subheader {
    padding: 25px 15% 0 15%;
}

.subheader__link {
    text-decoration: none;
    color: #202020;
    font-size: 12px;
}

.subheader__link:hover {
    text-decoration: none;
    color: #e31d27;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.subheader__link__span {
    color: #e31d27;
}

.subheader__text {
    color: #202020;
    display: inline-block;
    font-size: 12px;
}

.parts-catalog {
    padding: 25px 15%;
}

.parts-catalog_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.parts-catalog__headline {
    color: #202020;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 25px;
}

.parts-catalog-slider {
    width: 40%;
    margin-left: -10px;
}

.slider-for {
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.slider-nav {
    /**/
}

.parts-catalog-slider__container {
    position: relative;
}

.parts-catalog-slider-left-chevron__svg {
    width: 10px;
    height: 10px;
    fill: #202020;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.parts-catalog-slider-left-chevron:hover .parts-catalog-slider-left-chevron__svg {
    fill: #e31d27;
}

.parts-catalog-slider-right-chevron__svg {
    width: 10px;
    height: 10px;
    fill: #202020;
    -webkit-transition: fill 0.3s;
    -o-transition: fill 0.3s;
    transition: fill 0.3s;
}

.parts-catalog-slider-right-chevron:hover .parts-catalog-slider-right-chevron__svg {
    fill: #e31d27;
}

.parts-catalog-slider-left-chevron {
    color: #202020;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 10px;
    width: 5%;
    height: 100%;
    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;
    cursor: pointer;
}

.parts-catalog-slider-right-chevron {
    color: #202020;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: 8.4px;
    width: 5%;
    height: 100%;
    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;
    cursor: pointer;
}

.parts-catalog-slider__slide {
    margin-left: 10px;
    margin-right: 10px;
}

.parts-catalog-price__container {
    width: 60%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.parts-catalog-price__headline {
    font-weight: bold;
    color: #202020;
    margin-bottom: 10px;
}

.parts-catalog-price-vendor-code {
    color: #b7232e;
    margin-bottom: 10px;
}

.parts-catalog-price {
    color: #e31d27;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.parts-catalog-price__span {
    text-transform: uppercase;
}

.parts-catalog-phone {
    margin-top: 20px;
}

.parts-catalog-phone__text {
    color: #202020;
    margin-bottom: 5px;
}

.parts-catalog-phone__tel {
    display: block;
    margin-bottom: 5px;
    color: #202020;
    text-decoration: none;
}

.parts-catalog-phone__tel:hover {
    color: #202020;
    border-bottom: 1px;
}

.parts-catalog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.parts-catalog-content__container-left {
    width: 50%;
}

.parts-catalog-content__container-left__text {
    color: #202020;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 20px;
}

.parts-catalog-content__container-right {
    width: 50%;
}

.parts-catalog-content__container-right__text {
    color: #202020;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 20px;
}

.texts__container {
    padding: 0 15%;
}

.texts__container__headline {
    color: #202020;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.texts__container__text {
    color: #202020;
    margin-top: 25px;
    line-height: 20px;
}
.texts__container__text p{
    margin-bottom:10px;
    line-height:20px
}
/*media*/

@media screen and (max-width: 1920px) {
    .parts-catalog-slider-right-chevron {
        right: 8px;
    }
}

@media screen and (max-width: 768px) {
    .parts-catalog_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .parts-catalog-slider {
        width: 50%;
        margin: auto;
    }

    .parts-catalog-price__container {
        width: 50%;
        margin: auto;
        padding: 40px 10px;
    }
}

@media screen and (max-width: 768px) {
    .parts-catalog-slider {
        width: 100%;
    }

    .parts-catalog-price__container {
        width: 100%;
        padding: 40px 10px;
    }

    .texts__container {
        padding-left: 17%;
        padding-right:  17%;
    }
}

@media screen and (max-width: 455px) {
    .parts-catalog-slider {
        width: 100%;
    }

    .parts-catalog-price__container {
        width: 100%;
        padding: 40px 10px;
    }

    .texts__container {
        padding-left: 17%;
        padding-right:  17%;
    }
}

@media screen and (max-width: 400px) {
    .texts__container {
        padding-left: 4%;
        padding-right: 4%;
    }

    .parts-catalog {
        padding-left: 4%;
        padding-right: 4%;
    }

    .subheader {
        padding-left: 7%;
        padding-right: 7%;
    }

    .parts-catalog__headline {
        margin-left: 10px;
        font-size: 14px;
    }
}

/*End-media*/

.page-info__headline {
    color: #202020;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.info__link__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.info__link {
    padding: 5px 25px;
    border: 1px solid ;
    color: #e31d27;
    position: absolute;
    bottom: -20px;
    text-decoration: none;
    border: 1px solid #e31d27;
    -webkit-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}

.info__link:hover {
    color: #b7232e;
    text-decoration: none;
}

.page-info__container {
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    margin-left: -1.5%;
    width: 103.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/*media*/

@media screen and (max-width: 900px) {
    .info__link {
        bottom: -35px;
    }
}

@media screen and (max-width: 425px) {
    .info-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .info-date {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 400px) {
    .page-info__headline {
        padding-left: 0;
    }
}

@media screen and (max-width: 320px) {
    .search-headline {
        font-size: 25px;
        line-height: 40px;
        padding-top: 100px;
    }
}
/*End-media*/

.subinfo__subheader {
    padding: 25px 15% 0 15%;
}

.page-subinfo__headline {
    color: #202020;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.subinfo-number {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.subinfo-month {
    margin-bottom: 2px;
    color: gray;
}

.subinfo-year {
    color: gray;
}

.subinfo {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.subinfo__container {
    /**/
}

.subinfo__text {
    color: #202020;
    line-height: 20px;
    margin-bottom: 15px;
}

.subinfo__text__span {
    font-weight: bold;
}

.subinfo__headline {
    color: #e31d27;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 20px;
}

.subinfo__subheadline {
    color: #202020;
    font-weight: bold;
    line-height: 20px;
}

.subinfo__text__container {
    margin-left: 30px;
    padding-left: 10px;
    border-left: 2px solid #e31d27;
    margin-bottom: 15px;
}

.subinfo__text__container__text {
    color: #202020;
    font-style: italic;
    font-size: 12px;
}

.about-us {
    padding-top: 60px;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 60px;
}

.about-us__headline {
    color: #202020;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.about-us__container {
    margin-top: 55px;
}

.about-us__text {
    color: #202020;
    line-height: 20px;
    margin-top: 20px;
}

.parts-catalog-content__container-left__text_color_grey {
    background-color: #ececec;
    color: #202020;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
    padding-left: 20px;
}

.parts-catalog-content__container-right__text_color_grey {
    background-color: #ececec;
    color: #202020;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
    padding-left: 20px;
}

/*media*/

@media screen and (max-width: 400px) {
    .about-us {
        padding-left: 4%;
        padding-right: 4%;
    }

    .subinfo__subheader {
        padding-left: 4%;
        padding-right: 4%;
    }
}

/*End-media*/

/*map*/
.byd-map {
    height: 400px;
}
/*map*/

.subinfo__subheader-catalog {
    padding-top: 25px;
}

.search-site__headline {
    color: #202020;
    font-size: 25px;
    margin-top: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.advanced-search__content {
    margin-top: 50px;
    /*margin-top: 100px;*/
}

.advanced-search__headline-catalog {
    color: #202020;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.advanced-search-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.advanced-search__container-catalog {
    width: 25%;
    padding: 10px;
}

.advanced-search__buttons {
    margin: 5px auto;
}

.advanced-search__button {
    text-align: center;
    height: 30px;
    padding: 10 20px;
    background-color: #e31d27;
    -webkit-transition:background-color 0.3s;
    -o-transition:background-color 0.3s;
    transition:background-color 0.3s;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    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;
}

.advanced-search__button:hover {
    background-color: #b7232e;
    text-decoration: none;
    color: white;
}

.advanced-search__button-reset {
    text-align: center;
    width: 230px;
    height: 30px;
    -webkit-transition:border 0.3s;
    -o-transition:border 0.3s;
    transition:border 0.3s;
    text-decoration: none;
    color: white;
    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;
    margin: auto;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    color: grey;
    border-bottom: 1px solid rgba(128, 128, 128, 0);
    cursor: pointer;
    outline: none;
}

.advanced-search__button-reset:active {
    outline: none;
}

.advanced-search__button-reset:focus {
    outline: none;
}

.advanced-search__button-reset:hover {
    text-decoration: none;
    color: grey;
    border-bottom: 1px solid grey;
}

@media screen and (max-width: 500px) {
    .advanced-search__headline-catalog {
        font-size: 18px;
    }
}

.search-catalog__container {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 50px;
    z-index: 999;
}

@media screen and (max-width: 1156px) {
    .advanced-search-catalog {
        margin-top: 10px;
    }
    .advanced-search__container-catalog {
        width: 50%;
    }
    .search-catalog__container {
        margin-top: 50px;
    }
}

.search-catalog__container_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.search-catalog__container__select {
    color: #202020;
    outline: none;
    border: none;
    width: 130px;
    height: 30px;
    padding-left: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background: url(../images/down-chevron.png);
    background-repeat: no-repeat;
    background-position: 96.5% 10px;
    background-size: 10px;
    background-color: #fff;
}

.search-catalog__container__select::-ms-expand {
    display: none;
}

.search-catalog__container__select:focus {
    outline: none;
    border: none;
}

.search-catalog__container__text {
    color: #202020;
    padding-top: 7.5px;
}

.search-catalog__container__text__span {
    color: #e31d27;
    font-weight: bold;
}

.search-catalog__container-content__container {
    margin-top: 25px;
}

.search-catalog__container-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px;
    width: 100%;
    border: 1px solid #d6d6d6;
    margin-bottom: 25px;
    -webkit-transition:-webkit-box-shadow 0.3s;
    transition:-webkit-box-shadow 0.3s;
    -o-transition:box-shadow 0.3s;
    transition:box-shadow 0.3s;
    transition:box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.search-catalog__container-content:hover {
    -webkit-box-shadow: 0 0 10px 2px #d6d6d6;
            box-shadow: 0 0 10px 2px #d6d6d6;
    text-decoration: none;
}

.search-catalog__container-content__image {
    height: 180px;
}

.search-catalog__container-content__container-content {
    width: 50%;
}

.search-catalog__container-content__headlines {
    /**/
}

.search-catalog__container-content__headline {
    color: #202020;
    font-weight: bold;
    font-size: 16px;
    -webkit-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}

.search-catalog__container-content__headline:hover {
    color: #b7232e;
    text-decoration: none;
}

.search-catalog__container-content__headline-vendor-code {
    color: #b7232e;
    margin-top: 5px;
    margin-bottom: 10px;
}

.search-catalog__container-content-phone__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 20%;
    padding-left: 10px;
    position: relative;
    margin-top: 20px;
}

.search-catalog__container-content-phone__container-price {
    color: #e31d27;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.search-catalog__container-content-phone__container__text {
    color: #202020;
    margin-bottom: 5px;
}

.search-catalog__container-content-phone__container-phone {
    color: #202020;
    margin-bottom: 5px;
    border-bottom: #20202000;
}

.search-catalog__container-content-phone__container-phone:hover {
    color: #202020;
}

.search-catalog__container_flex__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.search-catalog__container__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.search-catalog__container__button {
    padding: 10px;
    width: 35px;
    border: 1px solid #d6d6d6;
    display: block;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    color: #202020;
    -webkit-transition:-webkit-box-shadow 0.3s;
    transition:-webkit-box-shadow 0.3s;
    -o-transition:box-shadow 0.3s;
    transition:box-shadow 0.3s;
    transition:box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.search-catalog__container__button:hover {
    text-decoration: none;
    color: #202020;
    -webkit-box-shadow:inset 0 0 5px 1px #d6d6d6;
            box-shadow:inset 0 0 5px 1px #d6d6d6;
}

.search-catalog__container__button:active {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-box-shadow:inset 0 0 5px 1px black;
            box-shadow:inset 0 0 5px 1px black;
}

.search-catalog__container__button-one {
    padding: 10px;
    width: 35px;
    border: 1px solid #d6d6d6;
    display: block;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    color: #202020;
    background-color: #e31d27;
    color: white;
}

.search-catalog__container__button-one:hover {
    text-decoration: none;
    color: white;
}

.search-catalog__container__button_color {
    color: #d6d6d6;
}

.search-catalog__container__button_color:hover {
    color: #d6d6d6;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.search-catalog__container__button__text {
    color: #202020;
}

@media screen and (max-width: 1195px) {
    .search-catalog__container-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 48.4%;
    }

    .search-catalog__container-content__headlines {
        margin-top: 10px;
    }

    .search-catalog__container-content__container-content {
        width: 100%;
    }

    .search-catalog__container-content-phone__container {
        margin-top: 10px;
        margin: auto;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .search-catalog__container-content__image {
        height: 180px;
        width: 230px;
        display: block;
        margin: auto;
    }

    .search-catalog__container-content__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .search-catalog__container-content-phone__container-price {
        margin-top: 15px;
    }
}

.search-catalog {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    height: 450px;
    background-repeat: no-repeat;
    background-image: url(../images/bg-header-white.png);
    background-position: bottom;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 1156px) {
    .search-catalog{
        height: 650px;
    }
}
@media screen and (max-width: 855px) {
    .search-catalog__container__button {
        width: 25px;
        padding: 5px;
    }

    .search-catalog__container__button-one {
        width: 25px;
        padding: 5px;
    }
}

@media screen and (max-width: 854px) {
    .year__select-one {
        margin-right: 0;
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }
    .year__select-two {
        margin-left: 0;
        display: block;
        width: 100%;
    }
    .search-catalog__container {
        margin-top: 100px;
    }
}

@media screen and (max-width: 698px) {
    .search-catalog__container_flex__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;   
    }

    .search-catalog__container__button__text {
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    .search__container {
        display: none;
    }

    .search-headline {
        font-size: 30px;
        line-height: 40px;
        padding-top: 100px;
    }

    .search-catalog__container {
        margin-top: 0;
    }
}

@media screen and (max-width: 486px) {
    .search-catalog__container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .search-catalog__container-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .search-catalog__container-content__headlines {
        margin-top: 10px;
    }

    .search-catalog__container-content__container-content {
        width: 100%;
    }

    .search-catalog {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 365px) {
    .search-catalog__container {
        margin-top: 0;
    }
}

@media screen and (max-width: 353px) {
    .search-catalog__container__button {
        width: 20px;
        padding: 2.5px;
    }

    .search-catalog__container__button-one {
        width: 20px;
        padding: 2.5px;
    }
}

@media screen and (max-width: 352px) {
    .search-catalog__container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .search-catalog__container-content__headline {
        font-size: 14px;    
    }
}

@media screen and (max-width: 321px) {
    .search-catalog__container__button {
        margin-right: 4px;
    }

    .search-catalog__container__button-one {
        margin-right: 4px;
    }

    .search-catalog__container__button {
        margin-right: 4px;
    }
}

.error__container {
    margin-bottom: 400px;
    padding-left: 15%;
    padding-right: 15%;
}

.error {
    font-weight: bold;
    color: #e31d27;
    font-size: 30px;
    margin-bottom: 25px;
}

.error__text {
    color: #202020;
    line-height: 30px;
    font-size: 16px;
}

.error__link {
    color: #e31d27;
}

.error__link:hover {
    color: #e31d27;
}

.slider-for__container__image {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    width: 100%;
}

.slider-for__container__image:focus {
    outline: none;
}

.slider-for__container__link:focus {
    outline: none;
}

.parts-catalog-price__container__texts {
    border-bottom: 1px solid #ececec;
}

.parts-catalog-price__container__texts__container {
    border: 1px solid #ececec;
    padding: 20px 20px 15px 20px;
    margin-bottom: 20px;
}

.info__block_margin {
    width: 110px;
    height: 3px;
    background-color: #e31d27;
    margin: auto;
}

.subinfo-list {
    padding: 30px 15% 0 15%;
    position: relative;
    margin-bottom: 60px;
}

@media screen and (max-width: 830px) {
    .search-catalog__container-content {
        width: 100%;
    }
}

@media screen and (max-width: 857px) {
    .parts-catalog-content__container-left__text_color_grey {
        padding-left: 1px;
    }
    .parts-catalog-content__container-left__text {
        padding-left: 1px;
    }
    .parts-catalog-content__container-right__text {
        padding-left: 1px;
    }
    .parts-catalog-content__container-right__text_color_grey {
        padding-left: 1px;
    }
}

.slick-arrow.slick-hidden{
    display: flex;
}