@font-face {
  font-family: OpenSans;
  src: url("fonts/OpenSansRegular/OpenSansRegular.eot");
  src: url("fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/* font-family: "OpenSansLight"; */
@font-face {
  font-family: OpenSans;
  src: url("fonts/OpenSansLight/OpenSansLight.eot");
  src: url("fonts/OpenSansLight/OpenSansLight.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansLight/OpenSansLight.woff") format("woff"), url("fonts/OpenSansLight/OpenSansLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}

/* font-family: "OpenSansBold"; */
@font-face {
  font-family: OpenSans;
  src: url("fonts/OpenSansBold/OpenSansBold.eot");
  src: url("fonts/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansBold/OpenSansBold.woff") format("woff"), url("fonts/OpenSansBold/OpenSansBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

/* font-family: "OpenSansSemiBold"; */
@font-face {
  font-family: OpenSans;
  src: url("fonts/OpenSansSemiBold/OpenSansSemiBold.eot");
  src: url("fonts/OpenSansSemiBold/OpenSansSemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSansSemiBold/OpenSansSemiBold.woff") format("woff"), url("fonts/OpenSansSemiBold/OpenSansSemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
/* font-family: "OpenSansBold"; */
@font-face {
  font-family: Caveat;
  src: url("fonts/Caveat/Caveat-Bold.ttf");
  src: url("fonts/Caveat/Caveat-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

/* font-family: "OpenSansSemiBold"; */
@font-face {
  font-family: Caveat;
  src: url("fonts/Caveat/Caveat-Regular.ttf");
  src: url("fonts/Caveat/Caveat-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body {
  font-family: "OpenSans", sans-serif;
  font-size: 14px;
  color: #000;
}

/*ul,ol,li,*/
h1, .h1, h2, .popup-form__header, #custom-formcallback__header, h3, h4, h5, h6, figure {
  padding: 0;
  margin: 0;
}

/*li{
    list-style: none;
}*/
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

a, a:hover, a:visited {
  outline: none;
}

h1, .h1, h2, .popup-form__header, #custom-formcallback__header {
  font-weight: 200;
  color: #333333;
}

h1, .h1 {
  font-size: 40px;
}
img {
    max-width: 100%;
}
article li {
    text-indent: 20px;
}
@media screen and (max-width: 480px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .popup-form__header, #custom-formcallback__header {
  margin: 10px 0;
}

address {
    font-style: normal;
    border-bottom: 3px dashed rgba(210, 5, 50, 1);
  cursor: pointer;
}

.figure img {
  width: 100%;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
    width: 100%;
}

.container:after {
  content: " ";
  display: block;
  clear: both;
}

.phone {
  color: #333333;
}

.phone strong {
  font-weight: 800;
}

.phone a {
  color: #000;
  text-decoration: none;
}

.phone i, .address i {
  color: rgba(210, 5, 50, 1);
}

.button, button {
  display: inline-block;
  background-color: rgba(210, 5, 50, 1);
  color: #fff;
  text-align: center;
    padding: 5px 35px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
}

.main-header {
  position: relative;
  -webkit-box-shadow: 5px 5px 8px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 8px -2px rgba(0, 0, 0, 0.2);
    position: sticky;
    background-color: #fff;
    z-index: 999999;
    top: 0;
}

.main-header__top {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-header__item [data-salesCountry-id] {
  display: block;
}

.region-open {
  position: absolute;
  top: 0;
  left: 52%;
  transform: translateX(-50%);
  background: #fff;
  border-bottom: 2px solid rgba(210, 5, 50, 1);
  display: flex;
  flex-direction: column;
  z-index: 999999;
  align-items: flex-start!important;
  box-shadow: 6px 13px 16px rgba(0, 0, 0, .2);
  padding: 10px 0;
}

.region-open [data-salesCountry-id] {
  display: block !important;
  border-bottom: none;
  position: relative;
  width: 100%;
  padding: 10px 25px;
}

.region-open [data-salesCountry-id]:hover {
  background-color: #f1f1f1;
}

.main-header__item .address i {
  margin-right: 5px;
}

.main-header__item .address a  {
  pointer-events: none;
}

.main-header__item .address.current-region a  {
  pointer-events: all;
}

.region-open .address i {
  color: #0632ad;
  margin-right: 5px;
}

.region-open .address:hover i {
  color: rgba(210, 5, 50, 1);
}

.region-groups {
  margin-bottom: 20px;
}
.region-group {
  margin-right: 20px;
  margin-bottom: 20px;
}

.region-group .branch {
  margin-bottom: 5px;
}

.contacts-region__title {
  font-size: 24px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #aaaaaa;
  border-bottom: 2px solid rgba(0,0,0,0);
}

.contacts-phone__link {
  color: #000000;
  text-decoration: none;
}

.contacts-phone__link:hover {
  text-decoration: underline;
}

.region-group.active .contacts-region__title {
  border-bottom: 2px solid rgba(210, 5, 50, 1);
  color: #000000;
}

#ContactsMap  {
  height: 300px !important; min-width: 300px;
  flex-grow: 1;
}
#ContactsMap>ymaps,
#ContactsMap>ymaps>ymaps{ width: 100% !important;}

.main-header__item {
  min-height: 40px;
    display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    font-size: 19px;
}

.main-header__logo {
  float: left;
  margin: 0;
  line-height: 0;
  min-height: auto;
}

.main-header__logo img {
  max-width: 255px;
}
.flex-row {
    display: flex!important;
    flex-wrap: wrap!important;
}
.nowrap {
    flex-wrap: nowrap !important;
}
.flex-col {
    display: flex!important;
    flex-direction: column!important;
}
.align-start {
    align-items: flex-start!important;
}
.align-center {
    align-items: center!important;
}
.align-end {
    align-items: flex-end!important;
}
.justify-start {
    justify-content: flex-start!important;
}
.justify-end {
    justify-content: flex-end!important;
}
.justify-center {
    justify-content: center!important;
}
.justify-around {
    justify-content: space-around!important;
}
.justify-between {
    justify-content: space-between!important;
}
.items {
    justify-content: space-between;
}
.items-title {
    font-weight: 800;
    color: #fff;
    font-size: 39px;
    margin-bottom: 10px;
}
.items-sub-title {
    font-weight: 600;
    color: #fff;
    font-size: 26.6px;
    margin-bottom: 40px;
}
.free-check {
    padding: 20px;
    border-radius: 15px;
    border: 3px solid #fff;
    text-align: left;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid rgba(210, 5, 50, 1);

}

@media (max-width: 768px){
    .free-check {
        position: absolute;
        bottom: -200px;
    }
}

.free-check .popup-form{
    padding: 0;
    width: 100%;
}

.free-check .popup-form input, .free-check .popup-form select{
    background: #F1F1F1;
    color: #000;
    border: none;
    font-size: 16px;
    padding: 10px;
    margin: 7px 0;
}

.free-check .popup-form input[type="checkbox"]{
    max-width: 30px;
}

.free-check .popup-form button{
    width: 100%;
}

.free-check h2{
    display: none;
}

.free-check > *:nth-child(1), .free-check > *:nth-child(2) {
    margin: 0 0 10px 0;
}

.free-check__title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.free-check__sub-title {
    color: #999999;
    font-size: 19px;
}
.free-check .button {
    width: 100%;
}
.item1 {
    color: #ffffff;
    text-align: center;
    margin: 0 0 15px 0;
}
.item1 img {
    max-width: 60px;
    max-height: 45px;
}
.item-text {
    font-weight: 800;
    font-size: 24px;
    max-width: 150px;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
}
.item-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(210, 5, 50, 1);
    left: 0;
    bottom: -7px;
}
.item-small-text {
    font-size: 13px;
    max-width: 140px;
    color: #999999;
    margin: auto;
}
.mp-service__footer {
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;s
}
.mp-service__footer a{
    width: auto;
    position: relative;
}
.line {
    width: 33%;
    height: 2px;
    background-color: rgba(210, 5, 50, 1);
}
.mp-section2 {
    box-shadow: 8px 20px 16px rgba(0, 0, 0, .2);
    padding-bottom: 20px;
}
.special-offers__section {
    padding: 30px 0;
}
.special-offers {
    align-items: center;
    justify-content: space-between;
}
.special-offer {
    margin-bottom: 50px;
    width: 26%;
    min-height: 350px;
    background-color: #cccccc;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 8px 13px 16px rgba(0, 0, 0, .4);
}
.special-offer__information{
  background-color: rgba(0,0,0,.8);
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: -280px;
    height: 260px;
  transition: .3s all ease;
  left: 0;
  padding:20px;
    opacity: 0;
    width: 100%;
    overflow-y: auto;
}
.special-offer__information::-webkit-scrollbar {
    width: 5px;
}
 
.special-offer__information::-webkit-scrollbar-track {
    background:  rgba(0,0,0,.1);
}
 
.special-offer__information::-webkit-scrollbar-thumb {
    background-color: rgb(210, 5, 50);
    outline: 0px solid rgba(0,0,0,0);
    border-radius: 50px;
}
.special-offer:hover .special-offer__information{
  top: 0;
    opacity: 1;
}
.special-offer:nth-child(1) {
    background-image: url(images/mp-section1-bg_v2.jpg);
}
.special-offer:nth-child(2) {
    background-image: url(images/mp-section1-bg_v2.jpg);
    transform: scale(1.1);
    box-shadow: 8px 13px 20px rgba(0, 0, 0, .3);
}
.mp-section__works .special-offer:nth-child(2) {
  transform: scale(1);
}
.mp-section__works .special-offers{
  margin-bottom: 60px;
}
.special-offer:nth-child(3) {
    background-image: url(images/mp-section1-bg_v2.jpg);
}
.special-offer__mask {
    position: absolute;
    min-height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    z-index: -1;
}
.mp-section__works .special-offer__mask {
    background-color: rgba(0, 0, 0, .4);
}
.special-offer__big-text {
    color: #fff;
    font-weight: 800;
    font-size: 50px;
    position: relative;
    z-index: 1;
}
.special-offer__big-text:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(210, 5, 50, 1);
    z-index: -1;
}
.special-offer__text {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    z-index: 1;
    text-transform: uppercase;
    position: relative;
}
/*.special-offer:nth-child(2) .special-offer__text {
    font-size: 20px;
    margin-left: 10px;
}*/
.special-offer__small-text {
    color: #fff;
    background-color: rgba(77, 96, 167, 1);
    font-size: 10px;
    display: inline-block;
}
.red {
    color:rgba(210, 5, 50, 1);
}
.fast-form {
    background: rgba(6, 50, 173, 1);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0;
    margin-top: 60px;
}
.car-form img {
    min-width: 110px;
    max-width: 110px;
    transform: scale(1.3);
}
.car_image {
    max-width: 60%;
    margin-left: -80px;
}
.car-form {
    padding: 10px 0;
    justify-content: space-around;
}
.car-form .custom-form {
    width: auto!important;
    max-width: 440px;
    margin: 0!important;
    background-color: rgba(0,0,0,0)!important;
    position: relative;
    padding: 0!important;
    display: block !important;
}
.car-form .custom-form h2 {
    display: none;
}
.car-form form, .bottom-cars_form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.car-form .after-send, .bottom-cars_form .after-send {
    color: #fff;
}
.car-form form .btn {
    margin-left: 20px;
}
.car-form__title{font-weight: 600; color: #fff; font-size: 30px;}
.car-form_sub-title{font-weight: 400; color: #fff; font-size: 22px;}
.car-form__info {
    justify-content: space-between;
    align-items: center;
}
.car-form__info img {
    margin: 0 10px 0 0;
}
.fast-form__row {
    justify-content: space-between;
}
.fast-form__row-reverse{
  justify-content: space-between;
  flex-direction: row-reverse;
}
.fast-form__row-reverse .car_image {
    margin-left: 0;
    margin-right: -80px;
    position: relative;
}
.man-form{
  margin-top: calc(305px);
}
.man{
text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-60%, 0%);
}
.car-form button {
    width: auto;
    border: 2px solid #fff;
    transition: .2s all ease;
    background-color: rgba(6, 50, 173, 1);
    font-size: 18px;
}
.car-form button:hover {
    color: rgba(6, 50, 173, 1);
    background-color: #fff;
}
.car-form input, .car-form select {
    padding: 7px 40px 7px 10px !important;
    border: none!important;
    font-size: 18px;
}
.car-form__more {
    font-size: 19px;
    color: #e0e0e0;
}
.nowrap {
    flex-wrap: nowrap;
}
.scroll-text__container{
    max-width: 55%;
}
.scroll-text {
    max-height: 370px;
    overflow-y: scroll;
    overflow-x:hidden;
    direction: rtl;
    text-align: left;
    padding:0 0 0 10px;
    font-size: 18px;
    margin-left: -12px;
    position: relative;
}
.arrow-down{
  max-width: 30px;
  margin: 10px auto;
}
.write-text{
  color: #0632AD;
  font-size: 30px;
  font-family: "Caveat";
  margin-bottom: 10px;
  font-weight: 700;
}
.scroll-text::-webkit-scrollbar {
  width: 5px;
}
 
.scroll-text::-webkit-scrollbar-track {
 background:  rgba(0,0,0,.1);
}
 
.scroll-text::-webkit-scrollbar-thumb {
  background-color: rgb(210, 5, 50);
  outline: 0px solid rgba(0,0,0,0);
  border-radius: 50px;
}
.scroll-text p{
  margin: 10px 0;
  direction: ltr;
}
.scroll-text ul {
  padding-left: 20px;
}
.scroll-text li + li {
  margin-top: 10px;
}
.scroll-text li {
  margin: 2px 0;
  direction: ltr;
}
.about-button{
  width: 40%;
  margin-left: auto;
  margin-top: -40px;
}
.fast-rewiew{
  justify-content: space-around;
    align-items: center;
    padding:10px;
    border: 2px solid #fff;
    border-radius: 25px;
    max-width: 820px;
    margin: 30px auto 0 auto;
}
.fast-rewiew__title{
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.fast-rewiew__title:before {
    content: '';
    position: absolute;
    top: 15px;
    left: -2%;
    width: 72%;
    height: 12px;
    z-index: -1;
    background-color: rgba(210, 5, 50, 1);
}
.fast-rewiew__sub-title{
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
}
.smile{
  margin: 10px;
  width: 60px;
  height: 60px;
  -webkit-background-size: contain;
  background-size: contain;
  filter: invert(1);
  cursor: pointer;
}
.smile1{
  background-image: url(images/icons/1smile.svg);
}
.smile2{
  background-image: url(images/icons/2smile.svg);
}
.smile3{
  background-image: url(images/icons/3smile.svg);
}
.promocode{
  position: absolute;
  background-color: #fff;
  border-radius: 25px;
  padding:15px; 
  color: #000;
  display: none;
}
.promocode__title{
  font-weight: 700;
}
.news-blog .slider-wrapper{
  max-width: 45%;
}
.news-blog .owl-prev, .news-blog .owl-next{
  filter: invert(1)!important;
  /*opacity: 0.5!important;*/
  top: 60%!important;

}
.news-slider, .blog-slider{
  max-width: 80%;
  margin: 0 auto;
}
.news-slider .owl-item, .blog-slider .owl-item{
  padding: 0 10px;
  text-align: justify;
}
.callback_bottom{
  border-radius: 25px;
  background-color: rgb(210, 5, 50);
  padding:10px 30px;
}
.bottom-cars_form {
  justify-content: space-between;
  align-items: center;
}
.bottom-cars{
  justify-content: center;
  margin: 10px 0;
}

.bottom-cars_form button:hover{
  border: 2px solid #fff;
  background-color: #fff;
  color: rgb(210, 5, 50);
}
.bottom-cars_form button, .bottom-cars_form input{
  font-size: 16px;
  width: auto;
  margin:3px 0;
}
.bottom-cars_form button{
  margin: 3px 10px;
  border: 2px solid #fff;
  transition: .2s all ease;
}
.bottom-car{
  justify-content: flex-end;
  align-items: center;
  margin: 0  5px;
}
.bottom-car img:hover{
      filter: invert(90%) sepia(54%) saturate(1621%) hue-rotate(218deg) brightness(86%) contrast(115%);
}
.bottom-car img{
  min-width: 110px;
}
.bottom-car p{
  color: #fff;
  font-weight: 700;
}
.callback_bottom__title{
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}



.service_first {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0 10px 0;
    /* clip-path: polygon(0 0, 100% 0, 100% 60%, 25% 60%, 35% 100%, 0 100%); */
    position: relative;
}
.service_first .left_img {
    background-repeat: no-repeat;
    width: 500px;
    height: 620px;
    position: absolute;
    top: 60%;
    right: 65%;
    /* clip-path: polygon(70% 15%, 50% 0, 80% 0, 100% 15%, 0 100%, 0 15%); */
    clip-path: polygon(65% 20%, 40% 0, 70% 0, 95% 20%, 0 100%, 0 20%);
    background-size: cover;
    background-position: center;
    filter: contrast(.2) brightness(1.5);
}
.service_first .service__logo {
    filter: brightness(290%) drop-shadow(0px 0px 0px #fff) invert(0);
    padding: 10px;
    background-color: #46000f;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
}
.service_first .mp-service:after {
    display: none;
}
.service_first .mp-service__caption {
    min-width: max-content;
}
.service_first .mp-service__caption h1 {
    color: #000;
    font-size: 26px;
    min-width: max-content;
}
.annotation {
    color: #000;
    background-color: #fff;
    padding: 10px;
    border: none;
}
.service_second {
    z-index: 10;
    position: relative;
    padding: 10px 0;
    margin-top: 0;
    overflow: hidden;
    margin-top: 20px;
}
.ss_bg {
    position: relative;
    width: 100%;
    background: #fff;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}
.border-block {
    padding: 80px 50px;
    border-top: 5px solid #000;border-right: 5px solid #000;border-bottom: 5px solid #000;
    max-width: 50%;
    z-index: 11;
    position: relative;
    mix-blend-mode: difference;
    /* filter: invert(1); */
    margin-left: 50px;
}
.border-block:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 10%;
    background-color: #000000;
}
.border-block .red-line{
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 15px;
    height: 60%;
    background-color: #d20532;
}
.border-block .red-triangle{
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 0;
    height: 0;
    border-bottom: 80px solid #d20532;
    border-left: 82px solid #fff0;
}
.red-triangle:before {
    content: '';
    position: absolute;
    top: 34px;
    left: -107px;
    width: 130px;
    height: 10px;
    transform: rotate(-44deg);
    background-color: #F9F9F9;
}
.red-triangle:after {
    content: '';
    position: absolute;
    top: 31px;
    left: -110px;
    width: 125px;
    height: 5px;
    transform: rotate(-44deg);
    background-color: #000;
}
.border-block:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 60%;
    background-color: #000000;
}
.border-block .h1 {
    transform: translateX(-28%);
    font-weight: 600;
    font-size: 55px;
}
.border-text ul {
    list-style: none
}
.border-text li {
    font-size: 18px;
    margin: 10px 0 20px 60px;
    position: relative;
}
.border-text li:before {
    content: url(images/services/settings_2.svg);
    position: absolute;
    top: -10px;
    left: -70px;
    width: 50px;
}
.border-text li:nth-child(1) {
    font-size: 18px;
    margin: 50px 0 20px 60px;
}
.border-text .border-text__info {
    font-size: 14px;
    margin: 50px 0 10px 50px;
    position: relative;
}
.border-text .border-text__info:before {
    content: url(images/services/attention.svg);
    position: absolute;
    top: -10px;
    left: -75px;
    width: 60px;
}
.service_second .diamond_img {
    /* clip-path: polygon(95% 0, 100% 5%, 100% 85%, 30% 85%, 25% 100%, 0 25%, 25% 0); */
    clip-path: polygon(95% 0, 100% 5%, 100% 85%, 73% 85%, 60% 100%, 0 25%, 19% 0%);
    background-repeat: no-repeat;
    width: 1100px;
    height: 800px;
    position: absolute;
    top: 0;
    left: 40%;
    background-size: cover;
    background-position: center;
    z-index: 10;
}
.service-links {
    /*    margin-left: 50px;
    margin-top: 50px;*/
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
}
/*.service-links:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 110%;
    height: 2px;
    background-color: #d20532;
}*/
.service-links__more {
    position: absolute;
    top: calc(100% - 38.5px);
    left: 110%;
    background-color: #d20532;
    color: #fff;
    padding: 10px;
    width: max-content;
    cursor: pointer;
    border: 2px solid rgba(0,0,0,0);
}
.service-links__more:hover {
    border: 2px solid #fff;
}
.service__button {
    filter: brightness(290%) drop-shadow(0px 0px 0px #fff) invert(0);
    padding: 10px 35px 10px 50px;
    background-color: #46000f;
    background-size: 13%;
    background-repeat: no-repeat;
    background-position: 5px;
    margin: 0 10px 10px 0;
    border-radius: 15px;
    position: relative;
    color: #666;
    min-height: 60px;
    max-height: 60px;
    min-width: 265px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.service__button:before {
    content: '';
    position: absolute;
    left: 44px;
    top: 0;
    height: 100%;
    width: 1px;
    border: 1px dashed #666;
}
.service__button:after {
    content: url(images/services/next.svg);
    position: absolute;
    right: -3%;
    top: 53%;
    transform: translate(-50%, -50%);
    /* height: 100%; */
    width: 30px;
    border: none;
}
/*.service__button:nth-child(n+4) {
    display: none;
}*/
.service__price-list table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    font-size: 16px;
    table-layout: fixed;
}

.service__price-list table th:nth-child(even){
    text-align: center;
}

.service__price-list table td, .service__price-list table th {
    border: 1px solid #0632ad;
    text-align: left;
    padding: 15px 50px;
    width: 50%;
    font-size: 18px;
    font-weight: 400;
}
.service__price-list table tr:nth-child(1){
    background-color: #0632ad;
    color: #fff;
}
.service__price-list table tr:nth-child(1) th{
    font-size: 20px;
    font-weight: 600;
}   
.service__price-content ul {
    list-style: none;
}
.service__price-content ul li {
    padding-left: 20px; 
    text-indent: 0em;
    position: relative;
    margin-bottom: 5px;
}
.service__price-content ul li:before {
    content: url(images/services/settings.svg);
    position: absolute;
    width: 15px;
    left: 0px;
}
.service__price-list .button {
    margin: 20px auto 20px 0;
}
.maybe_use {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
}
.maybe_use:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 150%;
    height: 2px;
    background-color: #cb002c;
}
.service_form {
    background-color: #cb002c;
}
.service_form .car-form button {
    background-color: #cb002c;
}
@media screen and (min-width: 1800px) {
    .service_second .diamond_img {
        left: auto;
        right: 0;
    }
}


@media screen and (min-width: 1440px) {
    .service_first .left_img {
        width: 35%;
        height: 200%;
        /* top: 60%; */
        left: 0;
    }
}
@media screen and (max-width: 1280px) {
    .annotation {
        padding: 0;
    }
    .service_first .left_img {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .service_second .diamond_img {
        opacity: .4;
    }
    .border-block {
        max-width: 100%;
        margin-left: 0;
        mix-blend-mode: normal;
    }
    .border-block .h1 {
        transform: translateX(0);
        font-size: 40px;
    }
    .service_second {
        z-index: 10;
        position: relative;
        padding: 50px 0;
        margin-top: 0;
        overflow: hidden;
        margin-top: 20px;
    }
    .service-links:before {
        display: none;
    }
    .service-links__more {
        position: relative;
        top: auto;
        left: auto;
        filter: brightness(290%) drop-shadow(0px 0px 0px #fff) invert(0);
        padding: 10px 35px 10px 35px;
        background-color: #46000f;
        margin: 0 10px 10px 0;
        border-radius: 15px;
        color: #666;
        min-height: 45px;
        max-height: 45px;
        max-width: 200px;
        min-width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 17px;
    }
    .service-info {
        flex-wrap: wrap !important;
    }
    .service_first .mp-service__caption h1 {
        color: #000;
        font-size: 26px;
        min-width: auto;
    }
}
@media screen and (max-width: 480px) {
    .service__price-list table td, .service__price-list table th {
        padding: 10px 15px;
        font-size: 14px;
    }
    .border-block .h1 {
        transform: translateX(0);
        font-size: 30px;
    }
    .service__price-list table tr:nth-child(1) th {
        font-size: 16px;
        font-weight: 600;
    }
    .border-block {
        padding: 60px 30px;
    }
    .border-text li {
        font-size: 18px;
        margin: 10px 0 20px 10px;
        position: relative;
    }
    .border-text li:before {
        content: url(images/services/settings_2.svg);
        position: absolute;
        top: 30%;
        left: -30px;
        width: 25px;
    }
    .border-text li:nth-child(1) {
        margin: 20px 0 20px 10px;
    }
    .border-text .border-text__info {
        margin: 20px 0 10px 0px;
    }
    .border-text .border-text__info:before {
        display: none;
    }
    .service-links {
        margin-left: 0px;
        margin-top: 50px;
    }
    .service_second {
        z-index: 10;
        position: relative;
        padding: 20px 0;
        margin-top: 0;
        overflow: hidden;
        margin-top: 20px;
    }
}















@media screen and (max-width:1150px) {
    .special-offer {
        width: 31%;
    }
}
@media screen and (max-width: 768px) {
  .main-header__item {
    margin: 50px 20px 0 0;
    width: 50%;
    float: left;
    text-align: center;
  }
  
  .region-open {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0%);
    background: #fff;
    border-bottom: 2px solid rgba(210, 5, 50, 1);
    display: flex;
    flex-direction: column;
    z-index: 999999;
    align-items: flex-start!important;
    box-shadow: none;
    width: 100%;
  }

  .region-open [data-salesCountry-id] {
    display: block !important;
    border-bottom: none;
    position: relative;
    width: 100%;
    padding: 10px 5px;
    text-align: left;
  }

  .main-header__logo {
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #ec1f36;
    margin-top: 0px;
  }
  .main-header__logo a {
    margin: 0 auto;
  }
    .main-header__item:nth-last-child(2) {
        margin-top: 0;
    }
    .items-title {
        font-weight: 800;
        color: #fff;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .items-sub-title {
        font-weight: 600;
        color: #fff;
        font-size: 16px;
        margin-bottom: 40px;
    }
    .mp-services {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .car_image {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0!important;
    }
    .car-form__title{font-weight: 600; color: #fff; font-size: 27px;}
    .car-form_sub-title{font-weight: 400; color: #fff; font-size: 21px;}
    .car-form img {
        min-width: 70px;
        max-width: 70px;
    }
    .car-form form {
        margin: 20px 0;
    }
    .car-form form, .bottom-cars_form form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
      gap: 10px;
    }
    .car-form form .btn {
        margin-left: 0px;
    }
    .bottom-cars_form {
        justify-content: space-around;
    }
    .bottom-cars {
        justify-content: space-around;
    }
    .bottom-car {
        margin: 10px;
    }
    .special-offers{
      justify-content: space-around;
    }
    .special-offer{
      width: 45%;
      margin: 10px;
    }
    .special-offer:nth-child(2){
      transform: scale(1);
    }
    .news-blog .slider-wrapper{
      max-width: 100%;
    }
    .news-blog .owl-prev, .news-blog .owl-next{
      filter: invert(1)!important;
      /*opacity: 0.5!important;*/
      top: 50%!important;

    }
    .news-slider, .blog-slider{
      max-width: 80%;
      margin: 0 auto;
    }
    .news-slider .owl-item, .blog-slider .owl-item{
      padding: 0 10px;
      text-align: justify;
    }
}

@media screen and (max-width: 480px) {
  .main-header__item {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
      font-size: 16px;
  }
    .mp-services {
        list-style: none;
        padding: 0;
        margin: 0;
        justify-content: center;
        flex-direction: column;
    }
  .main-header__item:nth-last-child(2) {
    margin-top: 0;
  }
  .callback_bottom__title {
      font-size: 18px;
      margin-bottom: 20px;
  }
}

.main-logo {
  max-width: 253px;
  width: 100%;
}

.main-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 200;
  flex-wrap: wrap;
  gap: 10px;
}

.main-menu__link {
  display: block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  position: relative;
  text-decoration: none;
}
.main-header a:hover {
    color: rgba(210, 5, 50, 1)!important;
}

/* .main-menu__link:after { */
/*   display: block; */
/*   content: ""; */
/*   background-color: #ec1f36; */
/*   width: 0; */
/*   height: 4px; */
/*   position: absolute; */
/*   bottom: 0; */
/*   left: 0px; */
/*   -webkit-transition: width 0.3s ease-in-out 0s; */
/*   -o-transition: width 0.3s ease-in-out 0s; */
/*   transition: width 0.3s ease-in-out 0s; */
/* } */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-menu__link:after {
    bottom: -4px;
  }
}

/* .main-menu__link:hover:after { */
/*   -webkit-transition: width 0.3s ease-in-out 0s; */
/*   -o-transition: width 0.3s ease-in-out 0s; */
/*   transition: width 0.3s ease-in-out 0s; */
/*   width: 100%; */
/* } */



.main-menu .contact-link {
  text-transform: none;
  color: #ec1f36;
}

.main-menu .contact-link i {
  padding-right: 5px;
}

@media screen and (max-width: 768px) {
  .main-menu {
    background-color: #000;
    z-index: 1000;
    position: absolute;
    top: 130px;
    width: 100%;
    left: 0;
    left: -100%;
    -webkit-transition: left 0.5s ease-in-out 0s;
    -o-transition: left 0.5s ease-in-out 0s;
    transition: left 0.5s ease-in-out 0s;
    min-height: 400px;
  }
  .main-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1000;
  }
  .main-menu ul li {
    z-index: 1000;
    text-align: center;
    padding: 0 20px;
  }
  .main-menu__link {
    display: inline-block;
    color: #fff;
    min-height: auto;
    padding: 20px 0;
    width: 100%;
    text-align: center;
  }
  .main-menu__link:after {
    display: block;
    content: "";
    background-color: #ec1f36;
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0px;
    -webkit-transition: width 0.3s ease-in-out 0s;
    -o-transition: width 0.3s ease-in-out 0s;
    transition: width 0.3s ease-in-out 0s;
  }
    .items {
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .main-menu__link:after {
    bottom: -4px;
  }
}

@media screen and (max-width: 768px) {
  .main-menu__link:hover:after {
    -webkit-transition: width 0.3s ease-in-out 0s;
    -o-transition: width 0.3s ease-in-out 0s;
    transition: width 0.3s ease-in-out 0s;
    width: 100%;
  }
  .main-menu_visible {
    left: 0;
    -webkit-transition: left 0.5s ease-in-out 0s;
    -o-transition: left 0.5s ease-in-out 0s;
    transition: left 0.5s ease-in-out 0s;
  }
}

@media screen and (max-width: 480px) {
  .main-menu {
    top: 130px;
  }
}

.main-menu__dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 100;
  background-color: #fff;
  display: block;
  max-width: 350px;
  padding: 10px 10px 20px 10px;
  border-bottom: solid 4px #ec1f36;
  -webkit-box-shadow: 0px 5px 8px -2px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0px 5px 8px -2px rgba(0, 0, 0, 0.2) inset;
  display: none;
}

@media screen and (max-width: 768px) {
  .main-menu__dropdown {
    display: none;
    visibility: hidden;
  }
}

.dropdown__link {
  padding: 10px 30px 10px 10px;
  display: block;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.dropdown__link:hover {
  color: #ec1f36;
}

.dropdown__link .icon {
  margin: 0 10px;
}

.nav-button {
  color: #000;
  position: absolute;
  right: 15px;
  bottom: 7px;
  font-size: 24px;
  display: none;
}

.nav-button a {
  color: #000;
  display: none;
}

.nav-button a.visible {
  display: block;
}

.nav-button a:hover {
  color: #ec1f36;
}

@media screen and (max-width: 768px) {
  .nav-button {
    display: block;
  }
}

.section__header {
  text-align: center;
  padding: 0 0 30px 0;
  position: relative;
}

.mp-section_bg {
  background-color: #333333;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  -webkit-box-shadow: 0 0 0 30000px rgba(0, 0, 0, 0.71) inset;
          box-shadow: 0 0 0 30000px rgba(0, 0, 0, 0.71) inset;
  margin-bottom: 0;
}

.mp-section_bg h1, .mp-section_bg .h1 {
  color: #fff;
}

.mp-section_bg__content {
  z-index: 2;
}

.company-logo {
  margin-bottom: 20px;
  max-width: 164px;
}

.link_bg {
  background-color: #ec1f36;
  color: #fff;
  padding: 0 5px;
  white-space: nowrap;
  clear: both;
  text-decoration: none;
  display: inline-block;
}

.right {
  float: right;
}

.all-works {
  font-size: 16px;
  position: relative;
  top: -4px;
}

.mp-section1 {
  margin-top: 0;
  min-height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(images/412629-PD51I6-459.jpg);
  background-position: center;
}

.mp-section1__content {
    justify-content: space-between;
    align-items: flex-start;
}

/*banner-cookie*/

#banner-cookie .banner-cookie-container {
    position: absolute;
    z-index: 1111;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

#banner-cookie .banner-cookie-item {
    position: fixed;
    background: #FFFFFF;
    box-shadow: 0 0 15px rgb(0 0 0 / 25%);
    border-radius: 10px;
    display: flex;
    max-width: 1012px;
    padding: 30px;
    gap: 5px;
    align-items: center;
    margin: 0 24px;
}

#banner-cookie .banner-cookie-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

#banner-cookie .banner-cookie-text a {
    color: #0632ad;
    text-decoration: underline;
}

#banner-cookie .banner-cookie-text a:hover {
    cursor: pointer;
    text-decoration: none;
}

#banner-cookie .btn-simple {
    min-width: 90px;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 6px;
    text-transform: none;
}
/*banner-cookie*/

/*checkbox */
.form-callback-checkbox {
    display: flex;
    align-items: flex-start;
    color: black;
    font-weight: normal;
    padding-top: 10px;
    margin: 0;
    justify-content: flex-start;
}

#custom-formcallback .form-callback-checkbox input,
.form-callback-checkbox input{
    width: auto;
    margin: 2px 5px 0 0;
}

.form-callback-checkbox label {
    width: auto;
    float: none;
    text-align: left;
    padding-top: 0;
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.checkbox-link {
    color: #0632AD;
    text-decoration: underline;
}

.checkbox-link:hover {
    text-decoration: none;
}

.login-cont .form-callback-checkbox {
    padding: 15px 0 0 0;
}
/*checkbox */

@media (max-width: 1150px) {
  .mp-section1__content{
    justify-content: space-evenly;
    padding:10px 0;
  }
  .fast-form__row, .fast-form__row-reverse {
    justify-content: space-around;
  }
  .car-form form {
      margin: 20px 0;
  }
}

.button:hover, button:hover {
    border: solid 2px #fff;
}
.mp-services {
  list-style: none;
  padding: 0;
  margin: 0;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.mp-services li {
  width: 26%;
}

@media screen and (max-width: 768px) {
  .mp-services li {
      width: 50%;
    float: left;
    text-align: center;
  }
  .mp-services li:nth-child(3n+1) {
    clear: both;
  }
    .mp-section1__content {
        justify-content: space-around;
        padding: 20px 0 170px 0;
    }
    .mp-section2 {
        justify-content: space-around;
        padding: 220px 0 0 0;
    }
  .car-form input, .car-form select {
    font-size: 15px;
  }
    .car-form button{
      font-size: 15px;
    }
    .car-form__info{
      justify-content: center;
    }
    .car_image{
      display: none;
    }
    .car-form button{
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
  .mp-services li {
    width: 100%;
    float: left;
  }
    .special-offer {
        width: 95%;
        margin: 20px auto;
    }
  .mp-services li:nth-child(3n+1) {
    clear: none;
  }
  .mp-services li:nth-child(2n+1) {
    clear: both;
  }
  .car-form__title {  
    font-size: 23px;
  }
  .car-form_sub-title {  
    font-size: 15px;
  }
  .car-form__more {
    font-size: 12px;
    text-align: center;
  }
  .scroll-text__container {
      max-width: 100%;
  }
  .about-button {
      width: 100%;
      margin: 40px auto 0 auto;
  }
  .mp-about{
    background: #fff!important;
  }
     /*banner-cookie*/
    #banner-cookie .banner-cookie-item {
        flex-direction: column;
        gap: 10px;
        padding: 20px;
    }

    #banner-cookie .btn-simple {
        width: 100%;
    }
    /*banner-cookie*/
}
@media screen and (max-width: 415px) {
  .car-form__title {  
    font-size: 20px;
  }
  .car-form_sub-title {  
    font-size: 14px;
  }
  
}

.mp-service {
    position: relative;
  display: flex;
    align-items: center;
    color: #000;
    padding: 10px;
    margin: 15px 0;
}

.mp-service:after {
  display: block;
  content: "";
    background-color: rgba(210, 5, 50, 1);
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0px;
  -webkit-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s;
}
.mp-service__caption{
  text-align: left;
}
.mp-service__price {
    min-width: 57px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(210, 5, 50, 1);
    text-align: center;
    color: #fff;
    max-height: 0px;
    -webkit-transition:  0.3s ease-in-out 0s;
    -o-transition:  0.3s ease-in-out 0s;
    transition:  0.3s ease-in-out 0s;
}
.mp-service__price p {
    padding: 3px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mp-service:after {
    bottom: -4px;
  }
}

.mp-service:hover:after {
  -webkit-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s;
  width: 98%;
}
.mp-service:hover .mp-service__price {
    max-height: 100px;
}
@media screen and (min-width: 768px) {
  .mp-service.has-button:after,
  .mp-service.has-button:hover:after {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .mp-service.has-button:hover:after {
    width: 40%;
    opacity: 0;
  }
}

.mp-service__button {
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: rgba(210, 5, 50, 1);
  text-align: center;
  color: #fff;
  max-height: 0;
}

.mp-service__button .button {
  display: block;
  margin-top: 0 !important;
  float: none !important;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
  padding: 5px 10px;
  text-transform: none;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out 0s;
  -o-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  width: 20%;
  opacity: 0;
  transform-origin: left center;
}

.mp-service:hover .mp-service__button .button {
  opacity: 1;
  width: 100%;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .mp-service {
    margin-bottom: 20px;
  }
  .mp-service:after {
    display: block;
    content: "";
    background-color: #d20532;
    width: 0px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0px;
    -webkit-transition: width 0.3s ease-in-out 0s;
    -o-transition: width 0.3s ease-in-out 0s;
    transition: width 0.3s ease-in-out 0s;
  }
  .mp-service__button {
    display: none;
  }
}

@media screen and (max-width: 768px) and (-ms-high-contrast: active), screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .mp-service:after {
    bottom: -4px;
  }
}

@media screen and (max-width: 768px) {
  .mp-service:hover:after {
    -webkit-transition: width 0.3s ease-in-out 0s;
    -o-transition: width 0.3s ease-in-out 0s;
    transition: width 0.3s ease-in-out 0s;
    width: 100%;
  }
}

.mp-service__caption a {
  color: #000;
  padding: 20px 0;
  text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.mp-service__logo {
  height: 50px;
  width: 50px;
  -webkit-background-size: contain;
          background-size: contain;
    display: block;
}

@media screen and (max-width: 768px) {
  .mp-service__logo {
    background-position: left;
    margin-left: auto;
    margin-right: auto;
  }
}

.service__logo {
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    background-size: cover;
    margin: 0 20px 0px 0;
}

.service__logo1 {
  background-image: url("images/icons/dvs.svg");
}

.mp-service:hover .service__logo1 {
  background-image: url("images/icons/dvs.svg");
}

.service__logo2 {
  background-image: url("images/icons/disk.svg");
}

.mp-service:hover .service__logo2 {
  background-image: url("images/icons/disk.svg");
}

.service__logo3 {
  background-image: url("images/icons/condition.svg");
}

.mp-service:hover .service__logo3 {
  background-image: url("images/icons/condition.svg");
}

.service__logo4 {
  background-image: url("images/icons/shyny.svg");
}

.mp-service:hover .service__logo4 {
  background-image: url("images/icons/shyny.svg");
}

.service__logo5 {
  background-image: url("images/icons/diagnostic.svg");
}

.mp-service:hover .service__logo5 {
  background-image: url("images/icons/diagnostic.svg");
}

.service__logo6 {
  background-image: url("images/icons/05car.svg");
}

.mp-service:hover .service__logo6 {
  background-image: url("images/icons/05car.svg");
}

.service__logo7 {
  background-image: url("images/icons/shod-razval.svg");
}

.mp-service:hover .service__logo7 {
  background-image: url("images/icons/shod-razval.svg");
}

.service__logo8 {
  background-image: url("images/icons/to.svg");
}

.mp-service:hover .service__logo8 {
  background-image: url("images/icons/to.svg");
}


.service__logo_link {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-background-size: 200% 200%;
          background-size: 200%;
  background-position: 100% 0;
  margin-right: 10px;
  -webkit-background-size: contain;
  background-size: contain;
}

.mp-section3 {
  background: url(images/fon.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: left;
/*  min-height: 430px;*/
  padding: 65px 0;
 /* background: linear-gradient(-20deg, #fff 40%, rgba(210, 5, 50, 1) 200px, rgba(210, 5, 50, 1));
  background: linear-gradient(-20deg,  rgba(210, 5, 50, 1) 200px, rgba(210, 5, 50, 1), #fff 40%);*/
/*  background: rgba(255, 255, 255, 1);
  background: linear-gradient(150deg, rgba(210, 5, 50, 1) 0%, rgba(210, 5, 50, 1) 68%, rgba(255,255,255,1) 48%, rgba(255,255,255,1) 100%);
*/
  overflow: hidden;
  box-shadow: none;
  margin: 0;
}

.link {
  color: #ec1f36;
}

.mp-about {
width: 90%;
    max-width: 1020px;
    background: #fff url(images/about.png);
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    padding: 40px;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: top right;
    box-shadow: 8px 13px 30px rgba(0,0,0,.2);
}

.mp-about .mp-about__header {
  color: #000;
}

.mp-about__img {
  width: 41%;
  float: left;
  max-width: 410px;
  height: 284px;
  float: left;
  padding: 0 15px 15px 0;
}

@media screen and (max-width: 768px) {
  .mp-about {
    /*&__photo{		
			@include span (1 of 1);
			float: none;
			margin: 0 auto;
		}*/
  }
  .mp-about__img {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  .mp-about__text {
    height: auto;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .mp-about__header {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .mp-about {
    /*&__photo {
			height: auto;
			img{
				width: 100%;
			}
			
		}*/
  }
  .mp-about__img {
    height: auto;
    width: 100%;
  }
}

.mp-section4 {
  padding-bottom: 60px;
  -webkit-box-shadow: 5px 5px 8px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 8px -2px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 480px) {
  .mp-section4 .all-works {
    display: block;
    margin-top: 10px;
  }
}

.mp-works {
  margin: 0 -15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mp-works li {
  width: 25%;
  float: left;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .mp-works li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .mp-works li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.mp-work {
  text-align: center;
  border: solid 1px #e9e9e9;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.mp-work__photo {
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.mp-work__photo img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  left: 0;
  top: 0;
  /*width: 120%;
			height: auto;*/
}

.mp-work__photo:hover img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.mp-work__caption, .mp-benefit__caption {
  padding: 20px 0;
  display: inline-block;
  color: #333333;
  font-size: 20px;
  min-height: 90px;
  text-decoration: none;
}

.mp-section5 {
  padding-bottom: 50px;
}

.mp-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mp-benefits li {
  width: 25%;
  float: left;
  text-align: center;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .mp-benefits li {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .mp-benefits li:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (max-width: 480px) {
  .mp-benefits li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.mp-benefit__img img {
  height: 80px;
  width: auto;
}

.mp-benefit__caption {
  color: #000;
  max-width: 210px;
}

.mp-benefit__description {
  color: #666666;
}

.mp-section6 {
  min-height: 300px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url(images/rewiew1.jpg);
  background-position: center;
  color: #fff;
  padding:30px 0;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .mp-section6 {
    -webkit-background-size: initial initial;
            background-size: initial;
  }
}

.slider {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .slider__item {
    padding: 0 40px;
  }
}

.owl-item {
  float: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider-wrapper {
  position: relative;
  max-width: 820px;
  margin: 0 auto;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: -webkit-calc(50% - 21px);
  top: calc(50% - 21px);
  cursor: pointer;
  width: 23px;
  height: 42px;
  display: block;
  opacity: 0.2;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  opacity: 1;
}

.owl-nav .owl-prev {
  left: 0;
  background-image: url(images/arrow-left.png);
}

.owl-nav .owl-next {
  right: 0;
  background-image: url(images/arrow-right.png);
}

.comments-slider {
  max-width: 700px;
  margin: 0 auto;
}

.mp-comment__photo {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  text-align: center;
  margin: 0 20px;
  float: left;
}

.mp-comment__photo img {
  height: 100%;
}

.mp-comment__text {
  font-size: 16px;
  line-height: 1.4;
}

.mp-comment__name {
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .mp-comment {
    margin-bottom: 40px;
  }
  .mp-comment__photo {
    float: none;
    margin: 10px auto;
  }
  .mp-comment__text {
    font-size: 14px;
  }
}

.footer-menu li {
  display: inline-block;
}

.footer-menu__link {
  padding: 10px 20px 10px 0;
  font-size: 12px;
  display: block;
  color: #000;
  text-decoration: none;
}

.main-footer {
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
}

.main-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-footer a {
  color: #666666;
}

.main-footer a:hover {
  color: #ec1f36;
}

.main-footer__mid {
  padding: 15px 0;
  border-bottom: solid 1px #e9e9e9;
}

.main-footer__mid p, .main-footer__mid li {
  padding-top: 5px;
}

.main-footer__bottom {
  padding: 15px 0;
}

.main-footer__bottom p {
  margin: 0;
  padding: 0;
}

.main-footer__col {
  width: 25%;
  float: left;
}

@media screen and (max-width: 768px) {
  .main-footer__col {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .main-footer__col {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.main-footer__col2 {
  width: 50%;
  float: left;
}

.main-footer__caption {
  font-weight: 800;
  padding-bottom: 5px;
}

.main-footer .address {
  margin: 10px 0;
  display: inline-block;
}

.column200 {
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
}

.paging {
  clear: both;
  text-align: center;
}

section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comments__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment {
  min-height: 190px;
  padding: 20px;
  clear: both;
}

.comment__img {
  width: 20%;
  float: left;
  padding-right: 20px;
  text-align: center;
}

.comment__img img {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  max-width: 140px;
}

.comment__main {
  width: 60%;
  float: left;
}

.comment__info {
  width: 20%;
  float: left;
}

.comment__top {
  margin-bottom: 20px;
}

.comment__raiting {
  font-size: 22px;
  color: #ec1f36;
  display: inline-block;
  margin-right: 20px;
}

.comment__author {
  font-size: 16px;
  display: inline-block;
}

.comment__service ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment__service a {
  color: #000;
}

@media screen and (max-width: 480px) {
  .comment__main, .comment__info, .comment__img {
    width: 100%;
    float: left;
  }
}

.comm-stars {
  background: url(../UI/Viki/images/stars-big.gif) 0 0 no-repeat;
  height: 19px;
  padding: 0 0 0 110px;
  color: #a0a0a0;
  font-size: 11px;
  line-height: 21px;
}

.comm-stars-1 {
  background-position: 0 -19px;
}

.comm-stars-2 {
  background-position: 0 -38px;
}

.comm-stars-3 {
  background-position: 0 -57px;
}

.comm-stars-4 {
  background-position: 0 -76px;
}

.comm-stars-5 {
  background-position: 0 -95px;
}

.work-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-items li {
  display: block;
  width: 50%;
  float: left;
  padding: 20px;
}

.work-items li:nth-child(2n+1) {
  clear: both;
}

@media screen and (max-width: 480px) {
  .work-items li {
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
  }
}

.work-item {
  border: solid 1px #e9e9e9;
  width: 100%;
  min-height: 170px;
  padding: 10px 20px 30px 10px;
  position: relative;
}

.work-item__more {
  float: right;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.work-item .work__title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 600;
}

.work-item .work__title a {
  color: #000;
  text-decoration: none;
}

.work-item .work__img {
  float: left;
  width: 33.33333%;
  float: left;
}

.work-item .work__img img {
  width: 100%;
}

.work-item .work__text {
  width: 66.66667%;
  float: left;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .work-item .work__text, .work-item .work__img {
    width: 100%;
    float: left;
  }
  .work-item .work__text {
    padding: 0;
  }
  .work-item .work__title {
    margin-top: 20px;
  }
}

.article__header {
  margin: 40px 0;
}

.article-slider {
  width: 40%;
  float: left;
  min-height: 450px;
  margin: 0 50px 50px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .article-slider {
    width: 100%;
    float: left;
  }
}

.text-block {
  clear: both;
  margin-bottom: 40px;
}

.sp-works {
  /*ul{
		display: flex;
		flex-wrap:wrap;
		justify-content: center;
		margin-bottom: 20px;
		margin: 40px auto;
	}*/
}

.sp-works__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  margin: 40px auto;
}

.sp-works .link_bg {
  font-style: 16px;
}

.service__description {
  margin-top: 50px;
  float: left;
}

.service__price, .service__guarantee {
  margin-bottom: 20px;
  font-size: 20px;
}

.service .button, .service button {
  margin-top: 50px;
  float: right;
}

@media screen and (max-width: 768px) {
  .service header {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .service__description {
    width: 100%;
    margin-top: 20px;
  }
  .service__info {
    text-align: center;
  }
  .service .button, .service button {
    margin-top: 20px;
    float: none;
  }
}

.ph {
  margin-top: 20px;
}

.ph > .wr > div, .ph > .wr > a {
  display: inline-block;
  white-space: nowrap;
  padding-bottom: 10px;
}

.ph a {
  color: #000;
}

.ph a:hover {
  color: #ec1f36;
}


body {
    overflow-x: hidden;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-shadow: 5px 5px 8px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 8px -2px rgba(0, 0, 0, 0.2);
}

.main-footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.field {
  margin: 20px 0;
}

label {
  margin-right: 20px;
}

input[type="text"],
input[type="email"],
textarea, select {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 5px;
  border: solid 1px #666666;
}

.hidden {
  display: none;
}

.popup-form, #custom-formcallback {
  width: 90%;
  max-width: 440px;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 40px 30px 40px 30px;
}

.popup-form__header, #custom-formcallback__header {
  margin-bottom: 20px auto;
  font-size: 24px;
  text-align: center;
}

.popup-form input, .popup-form textarea, #custom-formcallback input, #custom-formcallback textarea, #custom-formcallback select, .popup-form select {
  clear: both;
  width: 100%;
  margin: 10px 0;
}

.popup-form .button, .popup-form button, .popup-form button, #custom-formcallback .button, #custom-formcallback button, #custom-formcallback button {
  display: block;
  margin: 0 auto;
}

.contacts-block1, .contacts-block2 {
  width: 50%;
  float: left;
}

.contacts ul{
  list-style: none;
}

@media screen and (max-width: 768px) {
  .contacts-block1, .contacts-block2 {
    width: 100%;
    float: left;
  }
}

.gallery_one .big {
  margin-bottom: 20px;
  width: auto;
  text-align: center;
  background: url(../UI/Viki/images/icon_wait4.gif) no-repeat center center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.gallery_one .big img {
  display: inline-block;
  max-width: 100%;
  max-height: 400px;
  vertical-align: middle;
  border: 1px solid #cccccc;
}

.gallery_one .small a {
  height: 93px;
  width: 124px;
  display: inline-block;
  margin: 0 5px 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.gallery_one .small a:after {
  display: block;
  content: "";
  background-color: #ec1f36;
  width: 0;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0px;
  -webkit-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gallery_one .small a:after {
    bottom: -4px;
  }
}

.gallery_one .small a:hover:after {
  -webkit-transition: width 0.3s ease-in-out 0s;
  -o-transition: width 0.3s ease-in-out 0s;
  transition: width 0.3s ease-in-out 0s;
  width: 100%;
}

.gallery_one .small img {
  width: 100%;
  height: 100%;
}

.required {
  color: Red;
  padding-left: 3px;
}

.error {
  color: Red;
  padding: 10px 0 10px 0;
  margin: 0;
}
.bottom-cars_form .error, .fast-form .error {
  margin: 3px 10px;
}
@media (max-width: 768px) {
    .bottom-cars_form .error {
      margin: 0;
        width: 100%;
    }
}
.bottom-cars_form .error li, .fast-form .error li {
    color: #fff;
}
.error li {
  background: url(../UI/Viki/images/warning.png) 0 0 no-repeat;
  margin: 0;
  padding: 0 0 0 20px;
  min-height: 24px;
}

.err-field label {
  color: Red;
}

.err-field input, .err-field select, .err-field textarea {
  border: solid 1px Red !important;
}

a.viki-ajax-worked {
  color: Gray;
}
.block-filds {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 230px;
  gap: 10px;
}

  .block-filds .field-left input, .block-filds .field-left select {
    width: 100%;
    max-width: 230px;
    margin: 0;
  }
.captcha.field-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.captcha.field-left .img {
  display: flex;
  flex-direction: column;
  width: 100%;
}
  .captcha.field-left .im, .captcha.field-left img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    transform: none;
  }
.captcha-titel {
  color: white;
  font-size: 14px;
}
.viki-ajax-wait {
  z-index: 30;
  display: none;
  background: url(../UI/Viki/images/icon_wait.gif) 0 0 no-repeat;
  position: absolute;
  overflow: hidden;
  height: 24px;
  width: 24px;
}

.pgngwr {
  width: 100%;
  height: auto;
  clear: both;
  margin: 20px 0 0 0;
}

.pgng {
  float: none !important;
  text-align: center;
  width: 100%;
  font: 11px arial,sans-serif;
  margin: 20px auto 0;
  width: auto;
  display: table;
  width: auto;
}

.pgng a {
  font: 11px arial,sans-serif;
  text-decoration: none;
  padding: 5px 10px;
  margin: 0 2px;
  background-color: #E0E0E0;
  color: #000;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FAFAFA,EndColorStr=#DCDCDC);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAFAFA), to(#DCDCDC));
  background-image: -webkit-linear-gradient(top, #FAFAFA 0, #DCDCDC 100%);
  background-image: -o-linear-gradient(top, #FAFAFA 0, #DCDCDC 100%);
  background-image: linear-gradient(to bottom, #FAFAFA 0, #DCDCDC 100%);
  -webkit-box-shadow: 0 0 1px #FFFFFF inset;
          box-shadow: 0 0 1px #FFFFFF inset;
  border: 1px solid #999999;
  border-bottom-color: #AAAAAA;
  -webkit-border-radius: 2px 2px 2px 2px;
          border-radius: 2px 2px 2px 2px;
  display: inline-block;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #999999;
  border-radius: 2px 2px 2px 2px;
}

.pgng a:hover {
  background: #fff;
  color: #333333;
  text-shadow: 1px 1px 3px #999999;
}

.pgng span {
  line-height: 20px;
  padding: 0 5px;
  font-weight: bold;
  display: inline-block;
}

.pgng a.on {
  background: #ec1f36;
  color: #fff;
  text-shadow: none;
  border-color: #cf0000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-header__item {
    height: 55px;
  }
  .mp-section1 {
    height: 400px;
  }
  .mp-section1 .button, .mp-section1 button {
    -webkit-animation: none;
            animation: none;
  }
  .main-menu__link {
    height: 85px;
  }
  .service__logo {
    -webkit-background-size: 200% 200%;
            background-size: 200%;
  }
  .main-menu__dropdown {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.filter {
  border: solid 2px #e9e9e9;
  margin: 30px 0;
}

.filter form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.filter form input, .filter form select, .filter form button {
  margin: 0 10px;
  height: 36px;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .filter form input, .filter form select, .filter form button {
    width: 90%;
    max-width: 480px;
    margin: 10px;
  }
  .custom-form .btn {
    width: 100%;
  }
  .custom-form .btn button {
    margin: 0;
    width: 100%;
  }
  .block-filds, .block-filds .field-left input, .block-filds .field-left select {
    max-width: 100%;
  }
}

.button_sm,
.filter button {
  font-size: 14px;
  padding: 10px;
  font-weight: normal;
  background-color: #E0E0E0;
  color: #000;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FAFAFA,EndColorStr=#DCDCDC);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FAFAFA), to(#DCDCDC));
  background-image: -webkit-linear-gradient(top, #FAFAFA 0, #DCDCDC 100%);
  background-image: -o-linear-gradient(top, #FAFAFA 0, #DCDCDC 100%);
  background-image: linear-gradient(to bottom, #FAFAFA 0, #DCDCDC 100%);
  -webkit-box-shadow: 0 0 1px #FFFFFF inset;
          box-shadow: 0 0 1px #FFFFFF inset;
  border: 1px solid #999999;
  border-bottom-color: #AAAAAA;
  -webkit-border-radius: 2px 2px 2px 2px;
          border-radius: 2px 2px 2px 2px;
}

.button_sm:hover,
.filter button:hover {
  background: #fff;
  color: #333333;
  text-shadow: 1px 1px 3px #999999;
}

.button_sm:hover,
.filter button:hover {
  background: #fff;
  color: #333333;
  text-shadow: 1px 1px 3px #999999;
}

html.fancybox-lock {
  overflow: visible !important;
}

.brands-section{
    text-align: center;
    padding-bottom: 30px;
}

.brands-section p{
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
    width: 100%;
    border-bottom: 1px solid #ec1f36;
    padding-bottom: 3px;
}

ul.brands{
    column-width: 220px;
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

ul.brands li{
    margin-bottom: 10px;
}