/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/ /* Examples (uncomment to use):*/ /* Expand site width */ /* body .wrapper { max-width: 1400px !important; } */ /* Set site background image */ /* body { background: url(image_source) top no-repeat; } /* Hide compare button */ /* a.compare_item { display: none !important; }*/ .logo { max-width: 182px; height: 85px; display: flex; align-items: center; } /*Фикс шапка*/ .header__top-part--height_81 { height: 90px; } .s-about { background: url(/upload/medialibrary/7d6/6j24zenvcuxjbwxisniwfo5etx392tv8.jpg) center bottom no-repeat #eef3f9; background-size: cover; min-height: 963px; padding: 10px; }
.wd_propsorter table tr:not(.row_header) td {
    background: none;
    /* background-position: 0 14px; */
    /* background-repeat: repeat-x; */
    /* vertical-align: top; */
}
.wd_propsorter table td.cell_name {
    font-weight: bold;
    text-align: left;
    width: 55%;
}

.img-cont-1{
padding-right: 20px;
}


.row_empty{
    background: #fafafa;
}

@media (max-width: 767px){
.logo a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70%;
}

.banners-big--adaptive-2 .banners-big__adaptive-block {
    align-items: unset;
    background: var(--card_bg_black);
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    padding: 13px 16px 16px;
   text-align: -webkit-left;
}

}

.index-block__title {
    font-size: 30px;
    line-height: 50px;
    margin: 0;
}

.status-icon.notsupplied {
    padding: 0 0 0 12px;
    position: relative;
    display: inline-block;
    color: #ff0000;
    white-space: nowrap;
}

.status-icon.notsupplied:before {
    content: "";
    position: absolute;
    background: #ff0000;
    border: 1px solid #ff037a
    width: 6px;
    height: 6px;
    border-radius: 100%;
    top: 8px;
    left: 0;
}

section.toggle label.us {
   border-left: 3px solid;
    background: #fafafa;
    border-radius: 3px;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    border-color: var(--light,var(--fill_dark_light_white_hover)) #e5e5e5;
    color: #333333;
}

.btn-top {
    background-color: #0E64BF;
    border-color: #5ba5ef;
    color: #fff;
}

hr {
    height: 20px;
    margin: 30px auto;
    width: 70%;
    background-image: radial-gradient(farthest-side at 50% -50%, rgb(1 239 73 / 50%), #ffffff);
    position: relative;
    border: none;
}
hr:before {
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    background-image: linear-gradient(90deg, #000000, rgba(0, 0, 0, 0.75) 50%, #000000);
}

.left-arrow_2, .right-arrow_2 {

border: 20px solid transparent;

display: inline-flex;

}

.left-arrow_2 {

border-right: 20px solid gray;

border-left: none;

}

.right-arrow_2 {

border-left: 20px solid gray;

border-right: none;

}

.brands-list__image-wrapper {
    width: 150px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    border-color: var(--stroke_black);
    padding: 10px;
}


/*Процесс взаимодействия*/
.s-def {
    padding: 50px 0;
}
.lp-steps {
    display: -webkit-flex;
    display: flex;
}
.lp-step {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    border: 1px solid #eeeeee;
    margin-right: 20px;
    padding: 15px;
}

.lp-step:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #FFF;
    position: absolute;
    right: -10px;
    top: calc(50% - 10px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: none;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.lp-step:hover, .lp-step.selected {
    background: #58a63a;
    border-color: #58a63a;
    color: #FFF;
    box-shadow: 0 12px 34px rgb(0 0 0 / 10%);
}

.lp-step:hover .lp-step__title, .lp-step.selected .lp-step__title {
    color: #FFF;
}
.lp-step__title {
    font-size: 24px;
    color: #57a639;
    margin-bottom: 0.7em;
    line-height: 1;
    font-weight: 500;
}
.lp-step__list {
    font-size: 15px;
    list-style: none;
}
.lp-step__list li {
    line-height: 1.2;
    margin-bottom: 1em;
    list-style: none;
}

.lp-step__list li:before {
content: none;
}
/*Процесс взаимодействия*/


/**/
.lp-variant {
    display: block;
    border: 3px solid #eeeeee;
    margin-top: -3px;
    max-height: 270px;
}
.lp-variant:hover {
    border: 3px solid #57a63a;
    color: #FFF;
    background-color: #57a63a;
}

.lp-variant .row {
    -webkit-align-items: center;
    align-items: center;
    padding: 40px 0;
}
.row &gt; [class*=grid] {
    padding-left: 16px;
    padding-right: 16px;
}
.grid-6 {
    width: 50%;
}
.lp-variant .user-content {
    padding: 0 40px;
    font-size: 18px;
}

.user-content h1, .user-content .h1, .user-content h2, .user-content .h2, .user-content .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .news-preview__title, .news-grid__container:nth-child(2n) .news-preview:nth-child(3) .user-content .news-preview__title, .user-content .news-grid__container:nth-child(2n+1) .news-preview:first-child .news-preview__title, .news-grid__container:nth-child(2n+1) .news-preview:first-child .user-content .news-preview__title, .user-content h3, .user-content .h3, .user-content h4, .user-content .h4, .user-content h5, .user-content .h5 {
    margin-bottom: 20px;
}

.lp-variant .row{
    box-sizing: border-box;
    margin: 0;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 1200px){
.repair-brand-block .items {
    column-gap: 34px;
}}

@media screen and (min-width: 768px){
.repair-brand-block .items {
    column-gap: 23px;
}}

@media screen and (min-width: 576px){
.repair-brand-block .items {
    column-gap: 7px;
}}

@media screen and (min-width: 480px){
.repair-brand-block .items {
    column-gap: 20px;
}}

.repair-brand-block .items {
    display: flex;
    gap: 7px;
    row-gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.repair-block .block-title {
    font-size: 28px;
}


.repair-block .block-title {
    font-family: "Oswald", Arial, sans-serif
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 23px 0;
    text-transform: uppercase;
    color: #2A4D76;
}

.repair-brand-block a.item {
    transition: opacity 0.3s;
}

@media screen and (min-width: 1200px){

.repair-brand-block .item {
    flex: 0 1 calc(20% - 27.2px);
}
}
.repair-brand-block .item .logo {
    height: 60px;
    border: 1px solid #e9e9e9;
    position: relative;
    display: block;
}
.repair-brand-block .item .name {
    display: block;
    text-align: center;
    margin-top: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    color: #252525;
    text-transform: uppercase;
}
.repair-brand-block .item .logo .img {
    position: absolute;
    object-fit: contain;
    width: 156px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-left: -78px;
    margin-top: -25px;
    object-position: center center;
}
.image-two{
display: flex;
 justify-content: space-around;
margin-bottom: 30px;
width:100%;
}

.image-preword{
display:flex}

.img-cont{
padding:20px;
}


.push-spis {
  list-style: none;
  font-family: "Museo Slab";
}
.push-spis li {
  position: relative;
  padding: 20px 0 20px 40px;
  color: #1d9d1c;
  font-variant: small-caps;
  font-weight: bold;
  cursor: pointer;
}
.push-spis li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4F5151;
  content: "";
  left: 0;
  transition: .3s ease-in-out;
  top: 27px;
}
.push-spis li:after {
  position: absolute;
  border-left: 1px dotted #4F5151;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 48px;
}
.push-spis li:hover:before{box-shadow: 0 0 0 10px rgba(0,0,0,.2)}
.push-spis li:last-child:after {content: none;}


.bullet-epc {
margin-left: 0;
list-style: none;
counter-reset: li;
}
.bullet-epc li {
position: relative;
margin-bottom: 1.5em;
border: 3px solid #CADFCF;
padding: 0.6em;
border-radius: 4px;
background: #FEFEFE;
color: #231F20;
font-family: "Trebuchet MS", "Lucida Sans";
}
.bullet-epc li:before {
position: absolute;
top: -0.7em;
padding-left: 0.4em;
padding-right: 0.4em;
font-size: 16px;
font-weight: bold;
color: #1d9d1c;
background: #FEFEFE;
border-radius: 50%;
counter-increment: li;
content: counter(li);
}

.older {
  list-style: none;
  margin: auto 0px 5px;
  width: 90%;
  counter-reset: li;
}
/*.older li {
  border-bottom: outset 1px #1d9d1c;
  margin-top: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  padding: 5px;
}
*/
.older a {
  text-decoration: none;
  padding: 10px;
  display: block;
  line-height: 30px;
  color: #3A3A3A;
  font-family: 'EB Garamond', serif;
  font-size: 20px;
}
.older a:before {
  display: inline-block;
  content: counter(li);
  counter-increment: li;
  height: 30px;
  width: 30px;
  text-align: center;
  border: solid 1px #dedede;
  margin-right: 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 30px rgba(0, 0, 0, 0.1) inset;
  font-family: 'Fredericka the Great', cursive;
  font-size: 24px;
  -webkit-transition: .4s linear;
  transition: .4s linear;
}
.older a:hover:before {
  color:#1d9d1c;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.older li:last-child:after {content: none;}

.older li:before {
    background: none;
}

.older li {
  margin-bottom: -20px;
}

.first-sim p:first-letter {
  font-size: 1.2em;
  padding: 5px 10px;
  margin-right: 5px; 
  background: #1d9d1c;
  color: #FAF4F4;
  float: left;
  border-radius: 50% 0;
  font-weight: bold;
}

.post-wrap {
   margin: 0 auto;
   display: flow-root;
   justify-content: space-between;
   flex-wrap: nowrap;
}
.post-item {
   padding: 10px;
}
.post-item-wrap {
   background: #F7F7F2;
   position: relative;
}
.post-item-wrap:after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   background: #C9F2C7;
   transform: rotate(1deg);
   transform-origin: left bottom;
   transition: .3s ease-in-out;
}
.post-item-wrap:hover:after {
   top: 5px;
   left: 5px;
   transform: rotate(2deg);
}
.post-link {
   text-decoration: none;
   display: block;
   padding: 30px;
}
.post-item-wrap:hover .post-title {
   color: #C9F2C7;
}
.post-content {
   color: #000000;
   font-size: 14px;
}

.photo-text p{
	text-align: center;
}
.photo-padding{
	padding: 10px;
}
.container-text{
display:flex;
justify-content: space-around;
}

.amoforms-footer-copyright {
display: none;
}

/*мембранка*/

.s-newbase {
    padding: 10px 0 230px 0;
    background: #FFF;
}

.newbase {
    position: relative;
    padding-top: 135px;
}

.nb-item:nth-child(1) {
    top: 105px;
    left: 75px;
    width: 225px;
}

.nb-item {
    position: absolute;
    top: 300px;
}

.nb-item .lead, .nb-item .lp-table--vodorod .lp-table__main .lpt-col, .lp-table--vodorod .lp-table__main .nb-item .lpt-col {
    margin-bottom: 0.3em;
    line-height: 1.2;
    display: block;
}

.lead, .lp-table--vodorod .lp-table__main .lpt-col {
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4;
}

.nb-item p {
    color: #7e8ca7;
    line-height: 1.3;
    font-size: 12px;
}


.nb-item:nth-child(1) figure {
    height: 120px;
    left: 70px;
    top: calc(100% + 20px);
}

.nb-item figure {
    position: absolute;
}

.nb-item figure:before {
    content: "";
    position: absolute;
    height: 2px;
    background: #002061;
    width: 100%;
    bottom: 0;
}
.nb-item:nth-child(1) figure .dot {
    bottom: -14px;
    left: -14px;
}
.nb-item figure .dot {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 32, 97, 0.5);
}

.nb-item figure:after {
    height: 100%;
    content: "";
    position: absolute;
    width: 2px;
    background: #002061;
}

.nb-item figure .dot:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(0, 32, 97, 0.5);
    z-index: 2;
    left: 4px;
    top: 4px;
    will-change: transform;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.nb-item figure .dot:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #002061;
    z-index: 3;
    left: 8px;
    top: 8px;
    will-change: transform;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}


.nb-item:nth-child(2) figure .dot {
    bottom: -14px;
    left: -14px;
}

.nb-item:nth-child(2) {
    top: 0;
    left: 460px;
    width: 280px;
}

.nb-item:nth-child(2) figure {
    height: 65px;
    top: calc(100% + 20px);
}

.nb-item:nth-child(3) figure .dot {
    bottom: -14px;
    left: -14px;
}

.nb-item:nth-child(3) {
    top: 40px;
    left: 1000px;
    width: 220px;
}
.nb-item:nth-child(3) figure {
    height: 100px;
    top: calc(100% + 20px);
}


.nb-item:nth-child(4) figure:after {
    right: 0;
}

.nb-item:nth-child(4) figure .dot {
    top: -14px;
    right: -14px;
}

.nb-item:nth-child(4) {
    top: 650px;
    left: -25px;
    width: 270px;
}
.nb-item:nth-child(4) figure {
    width: 60px;
    height: 130px;
    left: 240px;
    bottom: calc(100% - 12px);
}

.nb-item:nth-child(5) figure:after {
    right: 0;
}

.nb-item:nth-child(5) figure .dot {
    top: -14px;
    right: -14px;
}

.nb-item:nth-child(5) {
    top: 650px;
    left: 320px;
    width: 280px;
}
.nb-item:nth-child(5) figure {
    width: 33px;
    height: 360px;
    left: 160px;
    bottom: calc(100% - 12px);
}

.nb-item:nth-child(6) figure .dot {
    top: -14px;
    left: -14px;
}

.nb-item:nth-child(6) {
    top: 650px;
    left: 880px;
    width: 300px;
}
.nb-item:nth-child(6) figure {
    width: 115px;
    height: 130px;
    right: calc(100% + 12px);
    bottom: calc(100% - 12px);
}

.newbase__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}


.s-newbase:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f6f5f5;
}

.s-dop {
    background: #FFF;
    z-index: 5;
}

.s-dop__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    background: #FFF;
    border-radius: 30px;
    border: 4px solid #e8e8e8;
    padding: 5px 20px;
    position: absolute;
    left: 0;
    right: 0;
    width: 350px;
    max-width: 100%;
    text-align: center;
    margin: auto;
}


.dop header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 16px;
    height: 100px;
}
.lead-big {
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2;
}
.grid-3 {
    width: 25%;
}
.row [class^=grid] {
    padding: 0 8px;
}

.grid-12, .grid-11, .grid-10, .grid-9, .grid-8, .grid-7, .grid-6, .grid-5, .grid-4, .grid-3, .grid-2, .grid-1, .grid-0 {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.dop main {
    border-top: 4px solid #002061;
    padding-top: 16px;
}

.row2 {
    margin-left: -8px;
    margin-right: -8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}

.user-content p{
    font-size: 14px;
}


/*Важный текст в статье*/
.important-text{
border: 2px solid #67C15A;
border-radius: 10px;
padding: 15px 20px 15px 20px;
margin: 0px 5px 15px 0px;
width: 100%;
box-shadow: 0 0 7px 3px #8AD675;
text-align: justify; 
}

/*Таблицы в статье*/
.green-table{
border: 2px solid #67C15A;
box-shadow: 0 0 7px 3px #8AD675;
}

.green-table th{
text-align: center;
}

.gl-a:hover {
   transform: scale(1.3);
}

/*Расположение div в статье*/
.rasp-div {
    display: inline-block;
}

.row-text {
    margin: 10px 0 0 20px;
}

/*Коллаж из 4 картинок*/
.row-collage {
    position: relative;
}
.collage {
    display: block;
    width: 55%;
    position: relative;
}
.collage img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    padding: 1% 0;
}
.collage:nth-child(1) {
    clip-path: polygon(0 0, 97% 0, 82% 100%, 0 100%);
}
.collage:nth-child(2) {
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 3% 100%);
    left: 45%;
    position: absolute;
    top: 0;
}
.collage:nth-child(3) {
    clip-path: polygon(0 0, 82% 0, 97% 100%, 0 100%);      
}
.collage:nth-child(4) {
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 18% 100%);
    left: 45%;        
    position: absolute;
    top: 50%;             
}


.ajax_basket .fixed_wrapper {
    position: fixed;
    top: 200px;
    right: 0px;
    z-index: 102;
}



/*Генераторы*/

.sheet {
  margin: 0 auto;
  position: relative;
  cursor: auto;
  width: 80%;
  min-width: 320px;
  max-width: 1536px;
  z-index: auto !important;
}
.section {
    width: 100%;
    margin: 0;
}
.font {
    background-color: antiquewhite;
    background-size: cover;
}
.post {
    padding: 5px;
}
.postcontent{
    font-size: 15px;
    font-family: 'Segoe UI', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: 175%;
}

.content-mks {
margin-top: 50px;
box-shadow: 5px 3px 9px 2px #e8e8e8;
}
.content-mks:hover {
margin-top: 50px;
box-shadow: 2px 9px 9px 10px #e8e8e8;
}

#huny&gt;a {
color: #fff;
}

.logo a img {
    max-height: 170%;
    max-width: 170%;
}

.header-menu--80 .header-menu__item {
    margin: 0 10px;
}