.vrezka{

    background: #e41a22;
    color:#ffffff;

}

.contact_footer {
	color: #b8c0c0;
    font-size: 12px;
    position: absolute;
    right: -18px;
    top: 47px;
/*!!*/   display: none; /* !!

    Лазая в чужие скомпилленые стили хорошо бы предупреждать ребят которые ведут работы, да?

    a@peachdesign.ru
    http://peachdesign.ru
    */
}



.big-text{
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 30px;
}

.page-picture{
    margin-bottom: 40px;
    max-width: 100%;
}

.header-2{
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 20px;
}


.text-decoration{
    font-family: "Roboto Slab", sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 37px;
    background: #f3efdf;
    display: inline;
}


.vrezka-s-liniyami{
    font-weight: bold;
    font-size: 30px;
    font-family: "Roboto Slab", sans-serif;
    position: relative;

    margin: 35px 0;
    padding: 25px 0;


}

.vrezka-s-liniyami:before,.vrezka-s-liniyami:after{
    position: absolute;
    left: 0;
    width: 80px;
    height: 7px;
    background: #da511f;
    content: "";
}

.vrezka-s-liniyami:before{
    top:0;
}
.vrezka-s-liniyami:after{
    bottom: 0;
}


.big-italic{
    font-size: 18px;
    font-style: italic;
    line-height: 26px;
    margin: 30px 0;
}

.gray-delimiter {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    height: 1px;
    background-color: #eee;
}


.brand_ul li {
  float: left;
  list-style: outside none none !important;
  margin: 0 10px !important;
  text-align: center;
  width: 17%;
}

.brand_ul li::before, .brand_hidden li::before {
  content:none !important;
}

.brand_ul li a, .brand_hidden a {
  color:#626e6e;
}

.brand_content_noimg .brand_ul li {
  width:10%;
}

.brand_ul .img {
  height:50px;
  margin-bottom:5px;
}

.brand_hidden {
  display:none;
}

.brand_more {
  cursor:pointer;
  float:right;
  text-decoration:underline;
  margin:10px 80px 20px 0;
}

.brand_more span {
  font-size:10px;
}

.brand_hidden li {
  float:left;
  width:17%;
}

.clear {
  clear:both;
}

.float-photo {
	float: left;
	display: block;
	width: 440px;
	height: 100%;
	margin-right: 20px;
        margin-bottom: 20px;
	position: relative;
}
.float-photo > img,
.float-photo--right > img {
	width: 100%;
	height: 100%;
}
.float-photo--right {
	float: right;
	display: block;
	width: 440px;
	height: 100%;
	margin-left: 20px;
    margin-bottom: 20px;
	position: relative;
}
.float-photo:after,
.float-photo--right:after,
.float-photo--right:before,
.float-photo:before {
	content: '';
	clear: both;
	display: table;
}

.gray-table  {
    width: 100%;
}
.gray-table td {
    width: 50%;
    border: 1px solid #e6e6e6 !important;
}
p.politika {
    width: 300px;
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
}
p.politika.order{
    font-style: italic;
    font-size: 13px;
    color: #7d8686;
}
p.politika.subscribe {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: #fff;
    margin-left: 120px;
    width:auto;
}

.collections__cert {
    border: 2px solid #F4F6F8;
    box-sizing: border-box;
}

.collections__cert .collections__banner-image-container {
    width: 200px;
    height: 80px;
}

@media (max-width: 770px) {
    .collections__cert {
        padding: 1.25rem 1.875rem;
    }
}

.collections__cert .collections__banner-text--white {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
    color: #3256C6;
}

.collections__cert .collections__banner-text--gold {
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    color: #848484;
}

.about__block--presentation {
    display: flex;
    flex-direction: row;
    column-gap: 80px;
}

.tab-formats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
}

.tab-formats__caption {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    /*margin-bottom: 10px;*/
    /*width: 100%;*/

}

.tab-formats__caption:not(:last-of-type) {
    margin-right: 15px;
}

.tab-formats__format {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
    width: 100%;
}

.tab-formats__format-value {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    letter-spacing: 0.1875px;
    color: #1A1A1A;
    width: fit-content;
    padding-left: 5px;
    margin-left: -5px;
    padding-right: 5px;
    margin-right: -5px;
    white-space: nowrap;
    background-color: #fff;
    position: relative;
    z-index: auto;
}

#formats > div > div.catalog-tabs__tab-content > div > div:nth-child(1) > div > div.tab-formats__format .tab-formats__format-value:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    background: #E7EBF2;
    width: 100vw;
    top: 50%;
    z-index: -1;
}

#formats > div > div.catalog-tabs__tab-content > div > div:nth-child(8) > div > div.tab-formats__format > div {
    width: 110%;
}

.tab-formats__caption-el {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.1875px;
    color: #1A1A1A;
}

.additional-formats {
    flex-direction: column;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.additional-formats::-webkit-scrollbar {
    display: none;
}

.additional-formats .tab-formats__caption {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.additional-formats .tab-formats__caption-el {
    width: 100%;
    flex-direction: row;
}

.additional-formats .tab-formats__caption-el > .tab-formats__format-title {
    width: 240px;
    margin-right: 10px;
    min-width: 200px;
    font-size: 12px;
}

.additional-formats .tab-formats__caption-el >  .tab-formats__format {
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
    min-width: 300px;
}

.additional-formats .tab-formats__caption-el > .tab-formats__format > .tab-formats__format-value {
    margin: 0 auto 0 0;
    font-size: 12px;
}

.additional-formats .tab-formats__caption-el > .tab-formats__format > .tab-formats__format-value:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    background: #E7EBF2;
    width: 100%;
    min-width: 120px;
    top: 50%;
    z-index: -1;
}

.sorry-plate {
    width: 100%;
    /*background-color: rgba(255, 140, 77, 0.18);*/
    font-size: 16px;
    line-height: 22px;
    color: black;
    padding: 7px 0 6px 0;
}
.sorry-plate__wrapper {
    background-color: #ffeadf;
}

.services__link:hover .services__icon--stroke svg g {
    stroke: #e20714;
}

.footer-social__link:hover svg.footer-social__svg--fill path {
    fill: #e20714;
    transition: 0.3s ease all;
}

.city-mobile-popup__wrapper {
    font-size: 24px;
    background-color: #F2F7FB;
    display: none;
    padding-top: 12px;
    padding-bottom: 16px;
}
.city-mobile-popup__text {
    color: #65666A;
    font-size: 25px;
    font-weight: 500;
}
.city-mobile-popup__city {
    color: #395CC8;
    width: 100%;
    display: flex;
}

.city-mobile-popup__city a {
    display: block;
    flex-basis: 50%;
    text-align: center;
    font-size: 13px;
    padding: 8px 0;
}
.city-mobile-popup__city a:first-child {
    border-right: 1px solid #65666A4D;
}
.city-mobile-popup__list li {
    padding: 10px 20px 0;
    /*border-top: 1px solid #65666A4D;*/
    border-collapse: collapse;
}
.city-mobile-popup__list li:nth-last-child {
    border-bottom: 1px solid #65666A4D;
}

@media (max-width: 767px) {
    .city-mobile-popup__wrapper {
        display: block;
    }
}

.catalog-list-item__label--hit {
    margin-right: unset !important;
}

/*.catalog-list-item__label--new {*/
/*    margin-left: unset !important;*/
/*}*/

.catalog-list-item__label {
    margin-right: 10px !important;
}
