body {
    background: url('/assets/images/top-bg.jpg');
    background-position: top center;
    background-repeat:no-repeat;
    font-family: Arial;
}

body, div, p, span, td {
    font-family: Arial;
}

.f12 {
    font-size:12px;
}

.f13 {
    font-size:13px;
}

.f14 {
    font-size:14px;
}

.f15 {
    font-size:15px;
}

.f16 {
    font-size:16px;
}

.f17 {
    font-size:17px;
}

.f18 {
    font-size:18px;
}

.f19 {
    font-size:19px;
}

.f20 {
    font-size:20px;
}

.container {
    max-width:1220px !important;
}

header {
    margin-top:20px;
}

.logo {
    width:138px;
}

@media screen and (max-width: 650px) {
    .logo {
        height:40px;
        width:auto;
        margin-right:20px;
    }
}

.logo-bottom {
    height:43px;
    margin-right:30px;
}

.hamburger {
    width:38px;
    margin-left:20px;
}

@media screen and (max-width: 576px) {
    .hamburger {
        margin-left:0px;
    }
}



.red-round {
    position:absolute;
    top:0px;
    left:97px;
    font-family: Arial;
    font-size:10px;
    line-height:10px;   
    background:#c13131;
    padding:2px 2px 2px 1px;
    color:#ffffff;
    margin-left:0px;
    border-radius:15px;
    width:15px;
}

@media screen and (max-width: 576px) {
    .red-round {
        left:22px;
    }
}

.mobile-link {
    margin-top:8px;
    margin-left:17px;
    position:relative;
    padding-right:25px;
}

@media screen and (max-width: 576px) {
    .mobile-link {
        margin-left:0px;
    }
}

.desktop-link {
    position:relative;
    margin-bottom:5px;

}

.desktop-link .red-round {
    right:17px;
}

@media screen and (max-width: 990px) {
    .desktop-links {
        display:none;
    }
}

.mobile-links {
    display:none;
}

@media screen and (max-width: 990px) {
    .mobile-links {
        display:flex;
    }
}

@media screen and (max-width: 576px) {
    .mobile-text {
        display:none;
    }
}

.arrow {
    height:43px;
    margin:0 25px;
}

.red {
    color:#c13131;
    margin-bottom:7px;
}

.red-bg {
    font-family: Arial;
    font-size:13px;
    background:#c13131;
    padding:3px 7px;
    color:#ffffff;
    margin-right:10px;
    font-weight:bold;
}



.gray {
    color: #919090;
    font-family: Arial;
    font-size:13px;
    line-height:13px;
}

.top-link {
    color: #272727;
    font-family: Arial;
    font-size:14px;
    line-height:25px;
    text-decoration:none;
    white-space:nowrap;
}

.top-link:hover,.top-link-green,.link-green {
    color: #2d8a37 !important;
}

.compare-icon,.wishlist-icon,.login-icon,.reg-icon {
    height:13px;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom:3px;
}

.location-icon {
    height:13px;
    margin-right: 10px;
    vertical-align: middle;
}

.location {
    margin: 10px 0;
    white-space:nowrap;
}

@media screen and (max-width: 650px) {
    .compare-icon,.wishlist-icon {
        height:17px;
    }

    .location-icon {
        height:20px;
    }
}

.location-link {
    color: #919090;
    font-family: Arial;
    font-size:14px;
    text-decoration:none;
    white-space:nowrap;
    border-bottom: 1px #919090 dashed;
}

.location-link:hover {
    color: #b1b1b1;
    border-bottom: 1px #b1b1b1 dashed;
}

@media screen and (max-width: 650px) {
    .location-link {
        font-size:13px;
    }
}

.top-hr {
    border-bottom: 1px #808080 solid;
    margin-top: 10px;
    margin-bottom:15px;
    display:none;
}

@media screen and (max-width: 990px) {
    .top-hr {
        display:block
    }
}

.profile-hr {
    border-bottom: 1px #dadada solid;
    margin-top: 28px;
    margin-bottom:10px;
}

.menu {
    background-color:#2d8a37;
    text-align:center;
    padding:10px 0;
    border-right:1px solid #f5f5f5;
    margin-top:10px;
    cursor:pointer;
    -webkit-box-shadow: 0px 3px 7px -2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 3px 7px -2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 3px 7px -2px rgba(34, 60, 80, 0.2);
}


.menu a {
    color:#ffffff;
    font-family: Arial;
    font-size:15px;
    line-height:15px;
    text-decoration:none;
    font-weight:bold;
    font-smoothing:auto;
}

@media screen and (max-width: 990px) {
    .menu {
        display:none
    }
}

.menu:hover {
    background-color:#389941;
}

.menu-nav {
    padding-left:12px;
}

@media screen and (max-width: 650px) {
    .menu-nav {
        padding-left:10px;
        padding-right:10px;
    }
}

.intro {
    align-items:flex-start;
    margin-top:50px;
}


.quote {
    font-family: Arial;
    font-size:65px;
    line-height:65px;
    color:#c13131;
    margin-right: 25px;
    margin-top:-15px;
}

.intro h1 {
    color:#000000;
    font-family: Arial;
    font-size:36px;
    line-height:48px;
    font-weight:bold;  
}

.intro p {
    color:#000000;
    font-family: Arial;
    font-size:28px;
    line-height:36px;
}

@media screen and (max-width: 767px) {
    .intro {
        margin-top:10px;
    }    

    .intro h1 {
        font-size:22px !important;
        line-height:36px;
    }
    
    .intro p {
        font-size:16px;
        line-height:24px;
    }

    
    .quote {
        font-family: Arial;
        font-size:32px;
        line-height:36px;
        font-weight:bold;
        margin-right: 10px;
        margin-top:-5px;
    }
}

@media screen and (max-width: 479px) {
    .intro {
        margin-top:10px;
    }    

    .intro h1 {
        font-size:18px;
        line-height:24px;
    }
    
    .intro p {
        font-size:14px;
        line-height:18px;
    }

    
    .quote {
        font-family: Arial;
        font-size:26px;
        line-height:26px;
        font-weight:bold;
        margin-right: 10px;
        margin-top:-5px;
    }
}

.main-round {
    text-align:center;
    cursor:pointer;
}

.main-round-div {
    font-family: Arial;
    font-size:24px;
    line-height:36px;
    background:#c13131;
    padding:3px 7px;
    color:#ffffff;
    font-weight:bold;
    display:table;
    margin:25px auto;
    cursor:pointer;
    width:100%;
}

@media screen and (max-width: 767px) {
    .main-round-div {
        font-size:14px;
        line-height:18px;
    }
}

@media screen and (max-width: 479px) {
    .main-round-div {
        font-size:13px;
        line-height:16px;
    }
}

@media screen and (max-width: 650px) {
    .main-round-div {
        border-right:1px #ffffff solid;
    }
}

.img-round:hover {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    scale: 1.05; 
}

.main-row {
    margin-bottom:30px;
} 


@media screen and (max-width: 650px) {
    .main-row {
        margin: 0 25px;
    }   

    .main-round {
        padding:0
    }

    .main-round div {
        font-size:13px;
        line-height:16px;
        margin:25px 0;
    }
}

.main-gray {
    background:#e7e7e7;
    padding:30px 0 15px 0;
    border-top:1px #ffffff solid;
}

.main-gray h3,.main-gray a {
    color:#272727;
    font-family: Arial;
    font-size:24px;
    font-weight:bold;  
    line-height:30px; 
    text-decoration:none
}

.main-gray p {
    color:#272727;
    font-family: Arial;
    font-size:14px;
    line-height:23px; 
}


.main-gray-borders {
    border-left:1px #c9c9c9 solid;
    border-right:1px #c9c9c9 solid;
    padding-left:30px;
    padding-right:30px
}

.main-gray-padding {
    padding-left:30px
}

.main-gray-bottom {
    height:10px
}

@media screen and (max-width: 990px) {
    .main-gray {
        padding:10px 0 15px 0;
    }

    .main-gray-padding {
        padding-left:10px
    }

    .main-gray-borders {
        border-width:0;
        padding-left:10px;
        padding-right:10px
    }

    .main-gray h3,.main-gray a {
        font-size:14px;
        line-height:20px; 
    }
    
    .main-gray p {
        font-size:13px;
        line-height:20px; 
    }

    .main-gray-tab {
        border-bottom:1px #c9c9c9 solid;
        margin-bottom:10px;
    }

    .main-gray-bottom {
        height:0;
        margin-top:-20px;
    }
}

.main-gray a:hover {
    color:#2d8a37;
}

.img-action {
    max-width:107px;
    margin:0;
}

.actions-box {
    position:relative;
    background-color:#f2eee3;
    margin-right:20px;
    margin-bottom:20px;
    cursor:pointer;
	max-width: 360px;
}

.actions-box-margin {
    margin-left:20px;
}

.actions-box div {
    padding:7px 12px
}

@media screen and (max-width: 990px) {
    .actions-box {
        margin-right:0px;
    }

    .actions-box-margin {
        margin-left:0px;
    }
}

.actions-box a {
    color:#272727;
    font-family: Arial;
    font-size:14px;
    font-weight:bold;  
    line-height:18px; 
    text-decoration:none
}

.actions-box div,.actions-box p {
    color:#272727;
    font-family: Arial;
    font-size:14px;
    line-height:20px; 
}


.actions-box a:hover {
    color:#2d8a37;
}

.actions-label {
    position:absolute;
    top:0;
    left:0;
    font-family: Arial;
    font-size:11px;
    background:#c13131;
    padding:2px 7px;
    color:#ffffff;
    cursor:pointer;
}

.main-bottom h2 {
    color:#272727;
    font-family: Arial;
    font-size:24px;
    font-weight:bold;  
    line-height:30px;     
}

@media screen and (max-width: 650px) {
    .main-bottom h2 {
        font-size:18px;
        line-height:24px;     
    }
}

.main-companies {
    background-color:#f0f5f0; 
}

.main-companies2 {
    padding:25px;
    background:url('/assets/images/top-5-bg.png');
    background-repeat: no-repeat;
    background-size:contain;
    background-position:top center;
}

.img-top5 {
    height:31px;
}

.img-company {
    max-width:150px;
    width:150px;
    height:auto;
    max-height:70px;
}

.company-box {
    padding-bottom:15px;
    border-bottom: 1px #c9c9c9 solid;
    flex-flow: wrap
}

.no-border {
    border-width:0;
}

.box-company1 {
    width:70px;
    color:#272727;
    font-family: Arial;
    font-size:24px;
    line-height:24px; 
    font-weight:bold;
    margin-right:15px;
}

.box-company1 span {
    width:70px;
    color:#272727;
    font-family: Arial;
    font-size:14px;
    font-weight:bold;
}

.box-company2 {
    width:190px;
}

.box-company3 {
    color:#272727;
    font-family: Arial;
    font-size:14px;
    line-height:24px;
}

@media screen and (max-width: 650px) {
    .box-company3 {
        padding-left:15px;
        padding-top:20px;
    }
}

.img-rating {
    width:65px;
    margin-right:30px;
    vertical-align: middle;
    margin-bottom:3px;
}

.img-rating2 {
    width:65px;
    margin-right:10px;
    vertical-align: middle;
}


.main-profilies {
    text-align:center;
    padding:25px;
    border: 1px #c3c2bf solid;
}

.img-profile {
    margin: 0 20px 20px 0
}

.main-shadow {
    background:url('/assets/images/shadow.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height:36px;
}

.profiles {
flex-direction: row;
flex-wrap: wrap;
justify-content:space-between;
padding-left:20px;
}

.main-events {
    padding-left:20px;
}



.events-box a {
    color:#4682c5;
    font-family: Arial;
    font-size:14px;
    line-height:18px; 
}

.events-box div,.events-box p {
    color:#272727;
    font-family: Arial;
    font-size:14px;
    line-height:22px; 
}

.events-box span,.events-date {
    display:block;
    color:#909090;
    font-family: Arial;
    font-size:12px;
    line-height:22px; 
}

.events-box a:hover {
    color:#2d8a37;
}

a.link-black {
    color:#272727;
    font-family: Arial;
    font-size:14px;
    line-height:18px; 
}

a.link-black:hover {
    color:#2d8a37;
}

.img-events {
    margin-right:13px;
    max-width:130px;
}

.main-info {
    padding-left:20px;
}

@media screen and (max-width: 768px) {
    .main-events {
        padding-left:0px;
    }

    .main-info {
        padding-left:0px;
    }
}

.info-box a {
    color:#4682c5;
    font-family: Arial;
    font-size:14px;
    line-height:18px; 
}

.info-box p {
    color:#272727;
    font-family: Arial;
    font-size:14px;
    line-height:22px; 
}



.info-box a:hover {
    color:#2d8a37;
}



footer {
    margin-top:40px;
    background: #e7e7e7;
    padding:48px 0; 
}

.mobile-menu {
    position:absolute;
    top:18px;
    right:10px;
    width:280px;
    height:320px;
    background:#323030;
    display:none;
    z-index:10;
    padding:30px;
}

.mobile-menu-link {
font-family: Arial;
font-size: 15px;
text-decoration:none;
color:#FFFFFF;
}

.mobile-menu-links {
    margin-bottom:10px
}

.menu-close {
    width:20px;
    margin-top:9px;
}

.menu-close-bg {
    background:#555555;
    position:absolute;
    top:0;
    right:0;
    width:38px;
    height:38px;
    text-align:center;
}

.menu-close-bg2 {
    position:absolute;
    top:0;
    right:0;
    width:38px;
    height:38px;
    text-align:center;
}

.menu-close2 {
    width:15px;
    margin-top:9px;
}

.menu-corner {
    position:absolute;
    top:-9px;
    left:25px;
    width:19px;
    height:10px;
    background:url('/assets/images/corner.gif');
    background-repeat: no-repeat;
}


.mobile-menu-links-hr {
    border-bottom:1px #838282 solid;
    margin-top:20px;
    margin-bottom:20px;
}


.mobile-menu2 {
    position:absolute;
    top:18px;
    right:10px;
    width:290px;
    /*height:160px;*/
    background:#323030;
    display:none;
    z-index:10;
    padding:23px 30px;
    color: #ffffff;
}

.mobile-menu2-box {
    width:180px;
}

.mobile-buttons {
    margin-top:20px;
    margin-bottom:10px;
}

.mobile-list {
    margin:0;
    white-space: nowrap;
    font-size:14px;
    padding-top:10px;
}

.mobile-list a {
    color: #ffffff;
    font-size:14px;
    text-decoration:none;
    white-space: nowrap;
    margin-left:5px;
}

.mobile-list a:hover {
    color: #aeaeae;
}

.light {
    color:#3fcfcfc;
}

.btn-mobile-stroke {
    border-radius:0 !important;
    font-family:Arial;
    font-size:14px;
    padding:10px 42px ;
    border: 1px #ffffff solid;
    background:#323030;
    color:#ffffff; 
    text-decoration: none;
}

.btn-mobile-stroke:hover {
    background:#2d8a37;
}

.btn-mobile-filled {
    border-radius:0 !important;
    font-family:Arial;
    font-size:14px;
    padding:10px 42px ;
    border: 1px #ffffff solid;
    background:#2d8a37;
    color:#ffffff;
    text-decoration: none;
    margin-right:25px;
}

.btn-mobile-filled:hover {
    background:#237b2c;
}


.second {
    margin-top:20px;
    margin-bottom:40px;
    min-height:500px;
}

.second-body {
    background:none
}


.second h1 {
    font-family: Arial;
    font-size:32px;
    line-height:36px; 
    font-weight:bold;
    color:#272727;
}

@media screen and (max-width: 992px) {
    .second h1 {
        font-size:29px;
        line-height:33px; 
    }
}

@media screen and (max-width: 480px) {
    .second h1 {
        font-size:24px;
        line-height:28px; 
    }
}

@media screen and (max-width: 320px) {
    .second h1 {
        font-size:20px;
        line-height:26px; 
    }
}

.breadcrumbs ul {
    list-style-type: none;
    list-style-image: none;
    display:flex;
    margin:0 0 20px 0;
    padding:0;  
}

.breadcrumbs ul li
{
background: url('/assets/images/crumb.gif');
background-repeat:no-repeat;
padding-left:24px;
}

.breadcrumbs ul li.first
{
background: none;
padding-left:0;
}

.breadcrumbs ul li,.breadcrumbs ul li a
{
    font-family: Arial;
    font-size:13px;
    line-height:18px; 
    color:#a9a9a9;
}

@media screen and (max-width: 992px) {
    .breadcrumbs ul li,.breadcrumbs ul li a {
        font-size:12px;
        line-height:17px; 
    }
}

.content-left {
    width:100%
}



.ads {
    width:259px;
    height:325px;
    background:#6c6c6d;
    margin-top:30px;
    margin-left:30px;
}

.ads2 {
    width:259px;
    height:325px;
    background:#6c6c6d;
    margin-top:40px;
    margin-left:15px;
}

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

@media screen and (max-width: 767px) {
    .content-right {
        display:none
    }
}

.page-green {
    background-color: #2d8a37 !important;
    border:1px #2d8a37 solid !important;
}

.img-big {
    float:left;
    max-width:250px;
    margin: 0 15px 15px 0;
}

.profile-box {
    width:150px;
}

.form-control {
    border-radius:0 !important;
    background-color:#f3f3f3;
    border:#cbcbc9 1px solid;
    font-family:Arial;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08) inset;
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08) inset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size:14px;
}

.btn {
    border-radius:0 !important;
    font-family:Arial;
    font-size:14px;
    padding:7px 20px;
    border-width:0;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3)
}

label {
    font-size:14px;
}

.btn-success {
    background-color:#459850
}

.btn-success:hover {
    background-color:#3b8e46
}

.btn-default {
    background-color:#a7aaa7;
    font-family:Arial;
    font-size:14px;
    color:#ffffff;
}

.btn-default:hover {
    background-color:#b5b6b5;
    font-family:Arial;
    font-size:14px;
    color:#ffffff;
}

.btn-uppercase {
    text-transform: uppercase;
    font-weight:bold;
    padding:10px 20px;
}

.gray-header {
    color:#909090;
    font-size:14px;
    font-weight:bold;
	margin-bottom: 10px!important;
	margin-top: 20px!important;

}

.f14 {
    font-size:14px;
}

.f15 {
    font-size:15px;
}

.f16 {
    font-size:16px;
}

.f17 {
    font-size:17px;
}

.f18 {
    font-size:18px;
}


.img-companies {
    max-width:120px;
    min-width:120px;
    margin-right:20px;
    max-height:120px;
}

.company-title {
    color:#4682c5;
    font-family: Arial;
    font-size:15px;
    line-height:18px; 
    text-transform: uppercase;  
    font-weight:bold; 
}

.companies-box {
align-items: center;
}

.companies-box1 {
    width:150px
}

.companies-box2 {
    align-items: center;
    flex-wrap: wrap; 
}

.companies-divider {
    margin-top:25px;
    border-bottom:1px #e4e4e4 solid;
}

.company-item {
    padding-top:4px;
    padding-bottom:4px;
}

.company-item1 {
    width:150px
}

.company-item2 {
    width:180px
}

@media screen and (max-width: 767px) {
    .company-item1 {
        width:240px
    }
    
    .company-item2 {
        width:240px
    }
}

.company-page-breadcrumbs {
    margin-top:20px;
}

.company-header {
    height:134px;
    background: url('/assets/images/bg.gif');
    background-repeat:repeat-x;
}

.company-header {
    display:flex;
    align-items: center;
}

.container-company {
    padding-left:110px;
    padding-right:110px;
    font-size:15px;
}

@media screen and (max-width: 769px) {
    .container-company {
        padding-left:10px;
        padding-right:10px;
        font-size:13px;
    }
}

.company-menu {
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.company-right {
    width:500px;
    flex-wrap: wrap; 
}

.company-top-1 {
    width:230px;
    padding:4px 0;
}

.company-top-2 {
    width:190px;
    padding:4px 0;
}

.company-top-3 {
    width:80px;
    padding:4px 0;
}

.company-top-4 {
    width:230px;
    padding:4px 0;
    padding-left:20px;
}

.company-top-5 {
    width:190px;
    padding:4px 0;
}

@media screen and (max-width: 870px) {
    .company-top-2,.company-top-3,.company-top-5 {
        display:none !important;
    }

    .company-top-1,.company-top-4 {
        padding-left:30px;
    }
}

@media screen and (max-width: 348px) {
    .img-phone {
        display:none !important;
    }
}

.img-company {
    max-width:150px;
}

@media screen and (max-width: 769px) {
    .img-company {
        max-width:120px;
    }
}

.img-testimonial {
    width:23px;
    margin-right:5px;
}

.img-testimonial2 {
    width:16px;
    margin-right:5px;
}

.img-phone {
    width:18px;
    height:18px;
    margin-top:-5px;
}

.show-phone {
    font-size:15px;
    padding:0;
    color: #a9a9a9;
    text-decoration:none;
    border-bottom: 1px #a9a9a9 dashed;
}

.company-h1 {
    font-size:20px;
    font-weight:bold;
}

@media screen and (max-width: 769px) {
    .company-h1 {
        font-size:18px;
    }
}

ul.company-list {
    margin:0

}

.company-list li {
    list-style-image: url('/assets/images/marker.gif');
    margin: 7px 0px;
}

.company-contact {
    padding:0 0 5px 0;
    margin:0;
}

.divider-margin {
    margin-left:100px;
    margin-right:100px;
}

@media screen and (max-width: 769px) {
    .divider-margin {
        margin-left:20px;
        margin-right:20px;
    }
}

.company-gray {
    color:#4f4f4f
}



.company-light {
    color:#adadad
}

.company-light2 {
    color:#949494
}

.company-promotion {
    border: 1px #e4e4e4 solid;
    padding:35px 90px 35px 90px;
    flex-wrap:nowrap;
}

.company-actions {justify-content: center;}


@media screen and (max-width: 769px) {
    .company-promotion {
        padding:35px;
    }

    .company-actions {

        flex-wrap:wrap;
    }
}

@media screen and (max-width: 479px) {
    .company-promotion {
        padding:10px;
    }
}

.red-divider {
    margin: -6px auto 20px auto;
    border-bottom:2px #c13131 solid;
    width:50px;
}

.category-promotion {
   margin-right:0px; 
   text-align:left;
   min-width:250px;
   cursor:pointer;
}



.promotion-margin {
    width:50px;
    height:1px;
}

.promotion-title {
    font-size:20px;
    font-weight:bold;
    color:#3b8e46
}

@media screen and (max-width: 769px) {
    .promotion-title {
        font-size:18px;
    }
}

.divider-actions {
    margin-left:20px;
    margin-right:20px;
}

.promotion-right {
    padding-left:20px
}

.catalog {
    margin-top:30px;
    padding-right:25px;
}

@media screen and (max-width: 992px) {
    .catalog {
        margin-right:30px;
    }
}

@media screen and (max-width: 768px) {
    .catalog {
        margin-right:0;
        padding-right:0;
    }
}

.catalog-left {
    width:300px;
    position:static;
}

@media screen and (max-width: 992px) {
    .catalog-left {
        display:none;
    }
}

.catalog-end {
    width:297px;
}

.catalog-menu {
    border-top: 1px #e4e4e4 solid;
    border-left: 1px #e4e4e4 solid;
    border-right: 1px #e4e4e4 solid;
}

.catalog-right {
    width:100%;
}

.catalog-items {
    position:relative;
    padding-left:40px;
}




.filter-header {
    color:#272727;
    font-family: Arial;
    font-size:14px;
    line-height:17px; 
    font-weight:bold; 
    margin-bottom:15px;
}

.filter-header h2 {
color: #272727;
font-family: Arial;
font-size: 16px;
line-height: 17px;
font-weight: bold;
margin-bottom: 15px;
text-align: center;
margin:5px;
}

.filter-section {
    border-bottom: 1px #e4e4e4 solid;
    padding:16px 15px 0 15px;
}

.filter-checkbox {
    font-family: Arial;
    font-size:15px;
    line-height:18px; 
    margin-bottom:10px; 
    position:relative;
}

.filter-readonly {
    cursor:not-allowed;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.filter-checkbox-readonly {
    opacity:0.4;
}



.checkbox-menu {
    margin-right:10px;
    width:18px;
    height:18px;
    background: url('/assets/images/checkbox.gif');
    background-repeat:no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkbox-menu:checked {
    background: url('/assets/images/checkbox2.gif');
    background-repeat:no-repeat;
}

.filter-checkbox label {
    width:185px;
    /*
    overflow:hidden;
    white-space:nowrap;
    position:relative;
    */
}

.filter-checkbox label div {
    display:none;
    /*
    position:absolute;
    top:0;
    right:0;
    width:10px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    */
}

.filter-content {
    margin-bottom:16px;
}

.filter-scroll {
    height:135px;
    overflow-y:scroll;
}


.price-from, .price-to {
    width:126px;
    padding:6px 15px 6px 35px ;
    color:#909090;
    font-family: Arial;
    font-size:14px;
    border:1px #cbcbc9 solid;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 1px 2px 0px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px 1px 2px 0px rgba(34, 60, 80, 0.2) inset;
}

.price-otkos,.price-podokonnik {
    width:126px;
    padding:6px 10px 6px 10px ;
    color:#272727;
    font-family: Arial;
    font-size:14px;
    border:1px #cbcbc9 solid;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 1px 2px 0px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px 1px 2px 0px rgba(34, 60, 80, 0.2) inset;
}

.text-otkos {
    color:#909090;
    font-family: Arial;
    font-size:14px;
    line-height:18px;
    margin-bottom:9px;
}

.text-otkos2 {
    padding-left:15px;
}

.price-to, .price-podokonnik {
    margin-left:15px;
}

.filter-prices div {
    position: relative;
}

.filter-prices div span {
    position: absolute;
    top:7px;
    left:12px;
    font-family: Arial;
    font-size:14px;
    color:#272727;
}

.pr2 {
    left:27px !important;    
}


.constructor-list ul {
    margin:-30px 0 0 0;
    padding:0;
}

.constructor-list ul li {
    list-style-type: none;
    background: url('/assets/images/marker2.gif');
    background-repeat:no-repeat;
    background-position: left center;
    margin: 5px 0;
    font-family: Arial;
    font-size:14px;
    padding:0 0 0 20px;;
}

.constructor-top {
    overflow:hidden;
}

#constructor-top2 {
    margin-top:-1px
}

.constructor-arrow-right {
    position: absolute;
    right:0;
    top:30px;
    width:33px;
    height:66px;
    cursor:pointer;
    background: url('/assets/images/kon-arrow-to-right.svg');
    background-repeat:no-repeat;
    z-index:10;
    display:none;
}

.constructor-arrow-right2 {
    position: absolute;
    right:0;
    top:170px;
    width:33px;
    height:66px;
    cursor:pointer;
    background: url('/assets/images/kon-arrow-to-right.svg');
    background-repeat:no-repeat;
    z-index:10;
    display:none;
}

.constructor-arrow-left {
    position: absolute;
    left:0;
    top:30px;
    width:33px;
    height:66px;
    cursor:pointer;
    background: url('/assets/images/kon-arrow-to-left.svg');
    background-repeat:no-repeat;
    z-index:10;
    display:none;
}

.constructor-arrow-left2 {
    position: absolute;
    left:0;
    top:170px;
    width:33px;
    height:66px;
    cursor:pointer;
    background: url('/assets/images/kon-arrow-to-left.svg');
    background-repeat:no-repeat;
    z-index:10;
    display:none;
}

@media screen and (max-width: 800px) {
    .constructor-arrow-left,.constructor-arrow-left2,.constructor-arrow-right,.constructor-arrow-right2 {
        display:block;
    }
}

@media screen and (max-width: 992px) {
    #constructor_modal_dialog {
        max-width:95% !important;
    }
}





.filter-image {
    width:auto;
    max-height: 125px;
    margin-top:6px;
}

.filter-4-1, .filter-4-2, .filter-4-3, .filter-5-1, .filter-5-2, .filter-5-3, .filter-5-4 {
    margin-bottom:35px;
}


.filter-sizes {
    font-family: Arial;
    font-size:14px; 
    color:#272727; 
    margin-top:10px; 
    margin-bottom:8px
}

.filter-sizes span {
    color:#909090;
}

.filter-links {
    font-family: Arial;
    font-size:14px; 
    font-weight:bold;
    color:#c13131; 
    text-decoration:none;
    border-bottom: 1px #a9a9a9 dashed;
    margin-bottom:10px
}

.filter-question {
    width:21px;
    height:21px;
}

.filter-question-position {
    width:21px;
    height:21px;
    margin-left:6px;
}

.filter-collapse {
    width:11px;
    height:auto;
    margin-left:16px;
    margin-bottom:4px;
}


:root {
    --top_position: 210px;
}
  
@media screen and (max-width: 720px) {
    :root {
        --top_position: 380px;
    }
}

.catalog-company {
    border: 1px #e4e4e4 solid;
    width:100%;
    height:180px;
    overflow:hidden;
    position: absolute;
    left:30px;
    z-index:1;
    background:#ffffff;

    font-family: Arial;
    font-size:14px; 
    color:#272727;

    /*
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    */
}


@media screen and (max-width: 768px) {
    .catalog-company {
        left:0;
    }
}

@media screen and (max-width: 720px) {
    .catalog-company {
        font-size:13px; 
        height:350px;
    }
}

.company-divider {
    margin-top:25px;
    margin-right:20px;
    border-bottom:1px #dbdbda solid;
}

.company-shadow {
    -webkit-box-shadow: 0px 4px 9px 1px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 9px 1px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 9px 1px rgba(34, 60, 80, 0.2);
    height:calc(var(--top_position)+70px);
    /*height:280px;*/
    z-index:90;
/*
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    */
}
/*
@media screen and (max-width: 720px) {
    .company-shadow {
        height:450px;
    }
}
    */

.offer-preview {
    width:120px;
    height: auto;
}

.company-col1 {
    width:132px;
    text-align:center
}

@media screen and (max-width: 420px) {
    .offer-preview {
        width:90px;
        height: auto;
    }
    
    .company-col1 {
        width:103px;
        text-align:center
    }
}

.company-col2 {
    width:300px;
}

@media screen and (max-width: 768px) {
    .company-col2 {
        width:220px;
    }
}

@media screen and (max-width: 420px) {
    .company-col2 {
        width:180px;
    }
}


.company-col3 {
    width:180px;
}

@media screen and (max-width: 768px) {
    .company-col3 {
        width:130px;
    }
}

@media screen and (max-width: 430px) {
    .company-col1 {
        width:130px;
    }

    .company-col3 {
        width:130px;
        padding-left:15px;
    }

    .offer-price {
        margin-left:0px !important;
    }
}

@media screen and (max-width: 420px) {
    .company-col3 {
        width:130px;
        padding-left:15px;
    }


}

.company-col4 {
    margin-top:-3px;
}

@media screen and (max-width: 820px) {
    .company-col4-repair {
        width:300px;
    }
}

.company-col0 {
    width:0;
}

@media screen and (max-width: 720px) {
    .company-col0 {
        width:100%;
        height:50px;
    }
}

@media screen and (max-width: 720px) {
    .company-wrap {
        flex-wrap: wrap;
    }
}


.offer-gray {
    font-family: Arial;
    font-size:14px; 
    line-height:14px;
    color:#909090;
    margin-bottom:4px;
    line-height:18px;
}

@media screen and (max-width: 480px) {
    .offer-gray {
        font-size:13px; 
        line-height:13px;
    }
}





.offer-mb {
    margin-bottom:11px;
}

.offer-mb2 {
    margin-bottom:15px;
}

.offer-mb3 {
    margin-bottom:5px;
}

.offer-mb4 {
    margin-bottom:8px;
}

.offer-mr {
    margin-right:27px;
}

.offer-mt {
    margin-top:27px;
}

.offer-ml {
    margin-left:25px;
}

@media screen and (max-width: 820px) {
    .catalog-phone-box {
        padding:0;
        margin:0 0 15px 0;
        width:170px;
    }
}

.repair-offer-ml {
    margin-left:20px !important;
}

@media screen and (max-width: 480px) {
    .offer-mt {
        margin-top:10px;
    }
    
    .offer-ml {
        margin-left:5px;
    }



    .repair-mt {
        margin-top:22px;
    }
    
    .repair-ml {
        margin-left:20px;
    }

    .repair-com {
        margin-bottom:15px;
    }


    .company-divider-repair {
        margin-left:0 !important;
        margin-top:8px !important;
    }


    .catalog-wishlist {
        margin-top:15px;
    }

    .company-divider {
        margin-left:15px;
        margin-top:13px;
    }

    .company-col0 {
        height:30px;
    }
}


.offer-price {
    font-family: Arial;
    font-size:18px; 

    margin: 0px 0 21px 0px;  
}

@media screen and (max-width: 480px) {
    .offer-price {
        font-size:17px; 
        font-weight:bold;
    }
}

.offer-compare {
    width:13px;
    height:auto;
    margin-right:8px;
    margin-top:-2px;
}

.offer-wishlist {
    width:15px;
    height:auto;
    margin-right:8px;
}

.offer-link {
    font-family: Arial;
    font-size:13px; 
    line-height:13px;
    text-decoration:none;
    color:#272727;
    white-space: nowrap;
}

.offer-link:hover {
    color: #c63435;
}

.offer-link-red {
    font-family: Arial;
    font-size:13px; 
    line-height:13px;
    text-decoration:none;
    color: #c63435;
}

.offer-divider {
    border-bottom: 1px #ffffff solid;
    margin:15px 25px 10px 25px;
}



.offer-border {
    border-bottom: 1px #dbdbda solid;
}

@media screen and (max-width: 1500px) {
    .offer-divider {
        border-bottom: 1px #ffffff solid;
        margin:10px 25px 7px 25px;
    }
}

@media screen and (max-width: 487px) {
    .offer-divider {
        border-bottom: 1px #ffffff solid;
        margin:20px 25px 10px 25px;
    }
}

.offer-bg {
    background: #f2eee3;
    padding:8px 25px;
}
.offer-ads {
    width:17px;
    height:17px;
    margin-right:10px;
    margin-top:2px;
}

.offer-phone {
    width:18px;
    height:18px;
}

.offer-show-phone {
    font-family: Arial;
    font-size:14px; 
    line-height:20px;
    color:#a9a9a9; 
    text-decoration:none;
    border-bottom: 1px #a9a9a9 dashed;
}

@media screen and (max-width: 786px) {
    .offer-show-phone {
        font-size:13px; 
        line-height:20px;
    }
}

.btn-offer {
    padding-top:5px;
    padding-bottom:5px;
    margin-top:3px;
}

.offer-testimonials {
    width:18px;
    height:auto;
    margin-right:5px;
}

.offer-link-testimonials {
    font-family: Arial;
    font-size:14px; 
    line-height:20px;
    color:#333333; 
    text-decoration:none;
    border-bottom: 2px #a9a9a9 solid; 
}

.offer-rating {
    width:65px;
    margin-right:10px;
    vertical-align: middle;
    margin-bottom:3px;
}

@media screen and (max-width: 480px) {
    .offer-rating {
        display:none
    }
}



.catalog-top {
    background:#f3f3f3;
    padding:12px 15px;
    margin-left:30px;
    margin-bottom:20px;
    margin-top:20px;
    width:100%;
    font-family: Arial;
    font-size:14px; 
    line-height:14px; 
    color:#272727;
}

@media screen and (max-width: 768px) {
    .catalog-top {
        margin-left:0;
        margin-right:0;
        width:100%
    }
}



@media screen and (max-width: 480px) {
    .catalog-top {
        font-size:13px; 
        line-height:13px; 
    }
}

@media screen and (max-width: 580px) {
    .catalog-top-links {
        flex-wrap: wrap;
    }
}



.catalog-top-mr {
    margin-right:30px;
}

@media screen and (max-width: 480px) {
    .catalog-top-mr {
        margin-right:13px;
    }
}




.catalog-top-menu {
    font-family: Arial;
    font-size:14px; 
    line-height:14px;
    color:#272727; 
    text-decoration:none;
    border-bottom: 1px #272727 dashed;
    margin:2px 0;
}

@media screen and (max-width: 580px) {
    .catalog-top-mr2 {
        margin-bottom:10px;
    }
}


@media screen and (max-width: 480px) {
    .catalog-top-menu {
        font-size:13px; 
        line-height:13px;  
        margin-right:0;
    }
}

.catalog-top-menu:hover {
    color:#3b8e46; 
    border-bottom: 1px #272727 dashed;
}

.catalog-top-menu-active {
    color:#272727; 
    border-bottom: 1px #272727 dashed;
}

.catalog-top-menu-sort {
    width:8px;
    height:auto;
    margin:4px 0 0 5px;
}

.catalog-top-price {
    margin-left:30px;
    margin-bottom:30px;
}

@media screen and (max-width: 768px) {
    .catalog-top-price {
        margin-left:0;
    }
}




.offer-ads2 {
    width:17px;
    height:18px;
    margin-right:10px;
    margin-bottom:3px;
}

.catalog-search {
    padding-left:30px;
    width:100%;
    font-family: Arial;
    font-size:14px; 
    line-height:14px; 
    color:#272727;   
}

@media screen and (max-width: 480px) {
    .catalog-search {
        font-size:13px; 
        line-height:13px;  
        margin-left:10px;
    }
}

@media screen and (max-width: 320px) {
    .catalog-search {
        flex-wrap: wrap;
    }
}

.catalog-often {
    width:100px;
    text-align:right;
    margin-top:9px;
    margin-right:22px;
}

@media screen and (max-width: 480px) {
    .catalog-often {
        width:75px;
        margin-right:10px;
    }
}

@media screen and (max-width: 320px) {
    .catalog-often {
        width:0px;
        font-weight:bold;
        margin-bottom:10px;
    }

    .catalog-search {
        padding:0;
        margin:0;
    }
}


.search-item {
    background:#ffffff;
    border: 1px #e4e4e4 solid;
    padding: 8px;
    color:#a9a9a9;
    font-family: Arial;
    font-size:14px; 
    line-height:14px; 
    border-radius:20px;
    margin-right: 15px;
    margin-bottom: 15px;
    text-decoration:none;
}


@media screen and (max-width: 480px) {
    .search-item {
        font-size:13px; 
        line-height:13px;  
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

.search-item-active {
    background:#4073b8;
    border: 1px #3a6eb6 solid;
    color:#ecf0f7;
}

.search-all {
    font-family: Arial;
    font-size:14px; 
    line-height:14px;
    color:#a9a9a9; 
    text-decoration:none;
    border-bottom: 1px #a9a9a9 dashed;
    margin-left:10px;;
}

@media screen and (max-width: 480px) {
    .search-all {
        font-size:13px; 
        line-height:13px;  
    }
}

.search-all-img {
    width:9px;
    height:auto;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    transform:rotate(180deg);
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.catalog-text {
    margin-left:30px;
    margin-top:30px;
    margin-bottom:30px;
    font-family: Arial;
    font-size:14px; 
    line-height:20px;   
}

@media screen and (max-width: 768px) {
    .catalog-text {
        margin-left:0px;
    }
}

.catalog-text h2 {
    font-family: Arial;
    font-size:18px; 
    line-height:25px;   
    font-weight:bold;
}

.catalog-ads {
    margin:0;
    width:100%;
}

@media screen and (max-width: 480px) {
    .catalog-ads {
        flex-wrap: wrap;
    }
}

.catalog-text-ad {
    width:360px;
    height:130px;
    background:#f3f3f3;
    margin-bottom:30px;
    color:#a9a9a9;
    font-family: Arial;
    font-size:14px; 
    line-height:18px; 
    padding:15px 25px 15px 25px;
    margin-left:70px;
    overflow:hidden;
}



.catalog-text-ad h2 {
    color:#272727;
    font-family: Arial;
    font-size:24px; 
    line-height:28px; 
    margin-bottom:5px;
    margin-top:0;
}

@media screen and (max-width: 768px) {
    .catalog-text-ad {
        margin-left:0px;
        margin-right:0px;
        width:320px;
    }
}

@media screen and (max-width: 900px) {
    .catalog-text-ad h2 {
        font-size:20px; 
        line-height:24px; 
    }
    
}

@media screen and (max-width: 600px) {
    .catalog-text-ad h2 {
        font-size:18px; 
        line-height:20px; 
    }
    
}

@media screen and (max-width: 340px) {
    .catalog-text-ad h2 {
        font-size:16px; 
        line-height:18px; 
    }
    
}

.catalog-text-between {
    width:80px;
}

@media screen and (max-width: 768px) {
    .catalog-text-between {
        width:20px;
    }
}

@media screen and (max-width: 480px) {
    .catalog-text-between {
        display:none;
    }
}

.catalog-promotion {
    width:360px !important;
    margin:0 0 30px 0 !important;
    height:130px;
    overflow:hidden;
}

@media screen and (max-width: 768px) {
    .catalog-promotion {
        width:320px !important;
    }
}

.mobile-menu3 {
    position:absolute;
    top:18px;
    right:10px;
    width:270px;
    /*min-height:250px;*/
    background:#323030;
    display:none;
    z-index:10000;
    padding:19px 30px;
    color: #ffffff;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 2px 5px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 2px 5px 0px rgba(34, 60, 80, 0.2);
}

.mobile-menu3-box {
font-size: clamp(14px, 2vw, 16px); line-height: clamp(21px, 2vw, 23px);
}

.mobile-menu3-box a {color: #77b1f2; transition: color 0.2s ease-in-out;}
.mobile-menu3-box a:hover {color: #6ec77a;}

.menu-close-bg3 {
    position:absolute;
    top:0;
    right:0;
    width:38px;
    height:38px;
    text-align:center;
}

.menu-close3 {
    width:15px;
    margin-top:9px;
}

.menu-corner3 {
    position:absolute;
    left:-9px;
    top:center;
    width:10px;
    height:18px;
    background:url('/assets/images/corner2.gif');
    background-repeat: no-repeat;
    display:none;
}

.menu-corner4 {
    position:absolute;
    right:31px;
    top:-10px;
    width:18px;
    height:10px;
    background:url('/assets/images/corner3.gif');
    background-repeat: no-repeat;
    display:none;
}

.catalog-filter-mobile {
    display:none;
    margin:20px 0 30px 0;
    text-align:center;
}

@media screen and (max-width: 992px) {
    .catalog-filter-mobile {
        display:block;
    }
}

.btn-filter {
    color:#ffffff;
    text-decoration:none;
    background-color:#c13131;
    border:1px #c94040 solid;
    padding: 8px 27px;
    font-family: Arial;
    font-size:18px; 
    line-height:18px; 
}

.btn-filter:hover {
    background-color:#c94040
}

.img-filter {
    width:16px;
    height:auto;
    margin-right:7px;
}

.cover {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000000;
    z-index:100;
    opacity:0.6;
}

.cover-hidden {
    display:none;
}

.left-fixed {
    position:fixed;
    background:#ffffff;
    width:324px;
    top:0;
    left:0;
    height:100%;
    z-index:101;
    display:none;
    -webkit-box-shadow: 12px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 12px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 12px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.left-close {
    display:none;
    position:absolute;
    top:0;
    left:0;
    z-index:102;
    width:320px;
}

.left-close h2 {
    font-size:18px;
    font-weight:bold;
    text-align:center;
    margin-top:20px;
}


.filter-close {
    position:absolute;
    top:23px;
    right:12px;
    width:14px;
    height:14px;
}

.catalog-left-fixed {
    position:absolute;
    z-index:102;
    display:block;
    top:60px;
}


.catalog-cover {
    opacity:0.2;
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.modal-content {
    border-radius:0 !important;
    padding:20px 30px;
    min-height: 100%; 
    height: auto;
}

.modal-header {
    border-width:0;
    padding:0;
    margin:0;
}

.constructor-header {
    justify-content: space-between;
}

.constructor-header-text {
    width:100%;
    font-family: Arial;
    font-size:16px; 
    line-height:16px; 
}

.constructor-navigation {
 z-index:2;
 margin-top:25px;
 display:table-row;
}

.constructor-img {
    width:auto;
    height:80px;
    margin:20px 0;
}

.constructor-img2 {
    width:auto;
    height:60px;
}

.constructor-img4 {
    width:auto;
    height:100px;
    border:3px #ffffff solid;
    margin:auto;
}

.constructor-img3 {
    width:auto;
    height:62px;
}

.constructor-img-border {
    border:3px #c13131 solid
}



.constructor-content {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(2, 2, 2, 0.24);
    -moz-box-shadow: 0px 3px 8px 0px rgba(2, 2, 2, 0.24);
    box-shadow: 0px 3px 8px 0px rgba(2, 2, 2, 0.24);
    border:#cdccc9 1px solid;
    border-radius:0;
    height:130px;
    display:table
}

.constructor-menu {
    display:table-cell;
    width:140px;
    max-width:140px;
    min-width:140px;
    height:140px;
    text-align:center;
    position:relative;
    cursor:pointer;
    border-top:#ffffff 1px solid;
    border-left:#ffffff 1px solid;
    border-right:#ffffff 1px solid;
    z-index:1;
}

.constructor-menu-bottom {
    background:#ffffff;
    position:absolute;
    height:10px;
    width:100%;
    bottom:-10px;
    left:0;
    display:none;
}

.constructor-menu-top {
    background:#c13131;
    position:absolute;
    height:3px;
    width:100%;
    top:0;
    left:0;
    display:none;
}

.constructor-menu-active .constructor-menu-top,.constructor-menu-active .constructor-menu-bottom  {
    display:block;
}

.constructor-menu-active {
    -webkit-box-shadow: 0px -3px 8px 0px rgba(2, 2, 2, 0.24);
    -moz-box-shadow: 0px -3px 8px 0px rgba(2, 2, 2, 0.24);
    box-shadow: 0px -3px 8px 0px rgba(2, 2, 2, 0.24);
    border-top:#cdccc9 1px solid;
    border-left:#cdccc9 1px solid;
    border-right:#cdccc9 1px solid;
    border-bottom:#ffffff 1px solid;
    background:#ffffff;
    z-index:2;
    width:142px;
    max-width:142px;
    min-width:142px;
}

.constructor-submenu {
    margin:0;
    
    width:700px;
    overflow-x:hidden;
    max-width:700px;
}

.constructor-submenu-content {
    width:141px;
    height:120px;
    cursor:pointer;
    padding-top:5px;
    text-align:center;
    vertical-align: middle;
    display:table-cell;
}

.constructor-bottom {
    flex-wrap: wrap;
}

.constructor-left, .constructor-right {
    width:50%;
    min-width:330px;
    color:#272727;
    font-family: Arial;
    font-size:13px; 
}

.constructor-right {
    margin-top:30px;
}

.constructor-left {
    margin-top:8px;
}

.constructor-left2 {
    margin-top:30px;
}

.constructor-sostav {
    height: 160px;
}

.constructor-sostav ul {
    margin:0

}

.constructor-sostav ul li {
    list-style-image: url('/assets/images/marker.gif');
    margin: 4px 0px;
}

.constructor-red {
    color:#c13131;
}

#constructor-big {
    width:auto;
    height:220px;
}




.modal-body {
    min-height: 600px
}

@media screen and (max-width: 479px) {
    .modal-body-constructor {
        padding-right:0;
        padding-left:0;
    }
}

.btn-apply {
    color:#ffffff;
    text-decoration:none;
    background-color:#c13131;
    border:1px #c94040 solid;
    padding: 10px 14px;
    font-family: Arial;
    font-size:14px; 
    line-height:14px; 
    font-weight:bold;
    margin-top:30px;
}

.btn-apply:hover {
    background-color:#c94040
}

#horizontal-handle {
	width: 44px;
	height: 29px;
	top: 50%;
	margin-top: -34px;
    margin-left: -22px;
	text-align: center;
	outline: none;
    border-width:0;
    background: url('/assets/images/plastic/arrow-to-down.svg');
    background-repeat:no-repeat;
    color:#ffffff;
    font-family: Arial;
    font-size:12px; 
    line-height: 20px;
}

#vertical-handle {
	width: 49px;
	height: 24px;
	margin-bottom: -14px;
    margin-left: 12px;
	text-align: center;
	outline: none;
    border-width:0;
    background: url('/assets/images/plastic/arrow-to-left.svg');
    background-repeat:no-repeat;
    color:#ffffff;
    font-family: Arial;
    font-size:12px; 
    line-height: 20px;
}



.horizontal-slider .ui-slider {
    background: #ececeb;
    border-width:0 !important;
    border-radius:0;
    height:5px;
    outline: none;
}

.horizontal-slider .ui-widget-header { 
    background: #2f8e3a; 
    border-width:0 !important;
}

.vertical-slider {
    width:62px;
    padding-top:30px;
    
}

.vertical-slider  .ui-slider {
    background: #ececeb;
    border-width:0 !important;
    border-radius:0;
    width:5px;
    height:180px;
    outline: none;
}

.vertical-slider .ui-widget-header { 
    background: #2f8e3a; 
    border-width:0 !important;
}

.constructor-image-box {
    height:300px;
}


.constructor-width, .constructor-height {
    width:70px;
    padding:6px 20px 6px 5px ;
    color:#272727;
    font-family: Arial;
    font-size:14px;
    border:1px #cbcbc9 solid;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(34, 60, 80, 0.2) inset;
    -moz-box-shadow: 0px 1px 2px 0px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 0px 1px 2px 0px rgba(34, 60, 80, 0.2) inset;
    margin: 0 13px;
}

.constructor-sizes {
    margin-top:25px;
}

.constructor-size {
    position:relative;
    margin-right:33px;
}

.constructor-size span {
    position:absolute;
    top:7px;
    right:25px;
    color:#909090;
}

.wishlist-content {
    margin-top:40px;
    position:relative;
    width:75%;
}

.wishlist-content .catalog-company {
    left:0
}

@media screen and (max-width: 992px) {
    .wishlist-content {
        width:100%;
    }
}

.width100 {
    width:100%
}

.width50 {
    width:50%
}

.call-form {
    flex-wrap:wrap;
}

.mb20 {
    margin-bottom:5px;
}

.comments-textarea {
    height:180px;
}

.pr10 {
    padding-right:10px;
}

.pl10 {
    padding-left:10px;
}

.btn-call {
    padding:10px 30px;
}

.count-text {
    color:#a9a9a9;
    font: 13px Arial;
    padding:6px 10px;
}

@media screen and (max-width: 479px) {
    .call-form .pr10 {
        padding-right:0;
    }
    
    .call-form .pl10 {
        padding-left:0;
    }

    .call-form .width50 {
        width:100%
    }
    
}

.message-sent {
 margin: 100px 0;
 text-align:center;
}

.message-sent img {
    width:40px;
    height:auto;
}

.message-sent h2 {
    text-transform:uppercase;
    font: 17px Arial;
    color:#378b41;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:15px;
}

.message-sent a {
    font-size:15px;
    padding:0;
    color: #919191;
    text-decoration:none;
    border-bottom: 1px #919191 dashed;
}

.error-text {
    color:#c13131;
    font:14px Arial;
    line-height:15px;
    height:15px;
}

.error-border {
    border-color: #c13131;
}

.call-header-text {
    font:18px Arial;
    line-height:25px;
    margin-bottom:0px;
}

.message-sent-register h2 {
    font: 16px Arial;
    line-height:25px;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:25px;
}

.width33 {
    width:33.33%
}

.form-testimonial {
    width:70%
}

.green {
    color:#2d8a37;
}

@media screen and (max-width: 991px) {
    .form-testimonial {
        width:100%
    }
}

@media screen and (max-width: 767px) {
    .form-testimonial .pr10 {
        padding-right:10px;
    }
    
    .form-testimonial .pl10 {
        padding-left:0;
    }

    .form-testimonial .width33 {
        width:50%
    }
    
}

@media screen and (max-width: 479px) {
    .form-testimonial .pr10 {
        padding-right:0;
    }
    
    .form-testimonial .pl10 {
        padding-left:0;
    }

    .form-testimonial .width33 {
        width:100%
    }
    
}

.testimonial-rating {
    position:relative;
    margin:-1px 10px 0px 10px;
}

.testimonial-rating1 {
position: absolute;
top:0;
left:0;
bottom:0;
right:80%;
cursor:pointer;
}

.testimonial-rating2 {
    position: absolute;
    top:0;
    left:20%;
    bottom:0;
    right:60%;
    cursor:pointer;
}

.testimonial-rating3 {
    position: absolute;
    top:0;
    left:40%;
    bottom:0;
    right:40%;
    cursor:pointer;
}

.testimonial-rating4 {
    position: absolute;
    top:0;
    left:60%;
    bottom:0;
    right:20%;
    cursor:pointer;
}

.testimonial-rating5 {
    position: absolute;
    top:0;
    left:80%;
    bottom:0;
    right:0;
    cursor:pointer;
}



.testimonial-rating img {
    width:100px;
    height:auto;
}

.testimonial-rating-text {
    padding-top:4px;
    color:#bbbbbb;
    font:14px Arial;
    line-height:14px;
}

.testimonial-rating-text span {
    color:#000000
}

.rating-separator {
    display:none;
}

@media screen and (max-width: 479px) {
    .rating-separator {
        display:block;
        width:100%;
        height:8px;
    }

    .testimonial-rating img {
        width:130px;
        height:auto;
    }

    .testimonial-rating {
        position:relative;
        margin:-1px 10px 0px 0px;
    }
}


.wishlist-delete {
    position:absolute;
    right:0;
    width:33px;
    height:33px;
    border: 1px #ececec solid;
    z-index:1;
    margin-top:-32px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    cursor:pointer;
    text-align:center;
}

.wishlist-delete img {
    width:12px;
    height:auto;
    margin: 6px 0 0 1px;
}

.wishlist-no {
    font: 15px Arial;
    color: #585858
}

.menu-repair {
    margin-top:3px;
    margin-bottom:10px;
}

.repair-additional {
    max-height:35px;
    overflow-y: hidden;
}

.menu-problem {
    background: url('/assets/images/menu_problem.gif');
    background-position: top left;
    background-repeat:no-repeat;
    width:100%;
    height:9px;
}

.menu-service {
    background: url('/assets/images/menu_service.gif');
    background-position: top right;
    background-repeat:no-repeat;
    width:100%;
    height:9px;
}

.menu-problem-text {
    width:180px;
    padding-left:10px;
}

.menu-service-text {
    width:83px;
    padding-left:24px;
}

.menu-repair-link a {
    color:#909090;
    font:14px Arial;
    line-height:14px;
    text-decoration:none;
}

.menu-repair-link-active a {
    color:#272727;
    font:14px Arial;
    line-height:14px;
    font-weight:bold;
    text-decoration:none;
}

.filter-repair {
    margin-bottom:25px;
}

.company-repair {
    width:100%;
    margin:-5px;
}

.repair-description {
    color:#909090;
    font:13px Arial;
    line-height:18px;
    padding-right:20px;
}

@media screen and (max-width: 713px) {

    .company-repair {
        margin:0;
    }


    .repair-divider {
        height:20px;
    }


}

.application_textarea {
    height:100px;
}

.logout-img {
    width:22px;
    height:14px;
}

.logout-link {
    font:14px Arial;
    color:#272727;
    line-height:14px;
    text-decoration:none;
}

.profile-header {
    text-align:right;
    color:#2d8a37;
    text-transform:uppercase;
    font:14px Arial;
    font-weight:bold;
    margin-bottom:10px;
    margin-top:5px;
}

#form-logout {
    float:right;
}

.profile-page {
    margin-top:30px;
    width:100%;
}

.profile-menu {
    width:267px;
}

.profile-menu ul {
    list-style-type: none;
    list-style-image: none;
    margin:0 0 20px 0;
    padding:0;  
}

.profile-menu ul li
{
display:block;
padding: 12px 15px;
border:1px #e0e0e0 solid;
margin-top:-1px;
cursor:pointer;
font:14px Arial;
color:#272727;
line-height:14px;
}

.profile-menu ul li.active,.profile-menu ul li.active:hover {
    background:#2d8a37;
    color:#ffffff;
    font-weight:bold;
}

.profile-menu ul li:hover {
    background:#f5f5f5;
}


.profile-content {
    padding:0px 30px;
    width:80%;
}

.profile-welcome {
    font:14px Arial;
    color:#272727;
    line-height:14px;
    font-weight:bold;
    text-align:center;
    margin-top:10px;
}

.profile-support {
    color:#a9a9a9;
    font:14px Arial;
    line-height:22px;
    text-align:center
}

.profile-support a {
    color:#272727;
    font:14px Arial; 
    line-height:22px;
}

.profile-td1 {
    font:14px Arial;
    line-height:22px;
    width:132px;
    color:#272727;
    padding-top:8px;
    height:60px;
}

.profile-td3 {
    font:14px Arial;
    line-height:22px;
    width:222px;
    color:#272727;
    padding-top:8px;
    height:60px;
    font-weight:bold;
}

.h50 {
    height:50px;
}

.profile-td2 {
    width:765px;
}

.profile-td-text {
    padding-top:8px;
    font:14px Arial;
    line-height:22px;
    color:#272727;
}

.profile-td50 {
    font:14px Arial;
    width:50%;
    color:#272727;
    height:30px;
}

.w200 {
    width:200px;
}

.h250 {
    height:250px !important;
}

.profile-separator {
    border-top:1px #c9c8c8 solid;
    margin: 32px 0;
}

.w100 {
    width:100%
}

.profile-shadow {
    background: url('/assets/images/shadow.gif');
    background-position: top center;
    background-repeat:no-repeat;
    width:850px;
    height:12px;
    margin: 30px 0 20px 0;
}


.profile-table {
    width:620px;
    border-collapse: separate;
    border-spacing: 1px;
}

.profile-table th {
    background:#dedede;
    padding:24px 10px;
    font:13px Arial;
    color:#272727;
    font-weight:bold;
    text-align:center
}

.profile-table td {
    background:#f3f3f3;
    padding:8px;
    font:13px Arial;
    color:#272727;
}

.profile-stats {
    text-align:center;
    width: 118px;
}

.profile-stats-menu {
    font:14px Arial;
    color:#4e4e4e;
    line-height:14px;
    margin-bottom:30px;
}

.profile-stats-menu div {
    padding-top:11px;
}

.profile-stats-menu input {
    width:90px;
    margin:0 12px;
    height:37px;
    padding-left:9px;
    padding-right:9px;
}

.profile-stats-menu select {
    width:160px;
    margin:0 12px 0 0;
    height:37px;
    padding-left:9px;
    padding-right:9px;
}

.profile-stats-menu button {
    height:37px;
}

.profile-stats-menu img {
    width:39px;
    height:39px;
    margin:0 15px 0 0;
}

.td-white {
    background:#FFFFFF !important;
    width:200px;
}

.td-white img {
    width:20px;
    height:20px;
    margin-right:9px;
    float:left
}

.profile-stop {
    color: #c2b41d;
    font-family: Arial;
    font-size:14px;
    text-decoration:none;
    border-bottom: 1px #919090 dashed;
}

.profile-run {
    color: #2d8a37;
    font-family: Arial;
    font-size:14px;
    text-decoration:none;
    border-bottom: 1px #919090 dashed;
}

.profile-delete {
    color: #c13131;
    font-family: Arial;
    font-size:14px;
    text-decoration:none;
    border-bottom: 1px #919090 dashed;
}

.profile-count {
    font:13px Arial;
    color:#272727;
    margin:-7px 0 25px 0;
}

.profile-more {
    width:19px;
    height:13px;
}

.profile-help {
    position:absolute;
    display:none;
    width:420px;
    background:#ffffff;
    z-index:200000;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    padding:10px;
    text-align:left;
}

.profile-corner {
    position:absolute;
    top:-7px;
    right:5px;
    width:11px;
    height:7px;
}

.profile-constructor ul {
    margin:0;
    padding:0;
}

.profile-constructor ul li {
    list-style-type: none;
    background: url('https://okvsem.ru/assets/images/marker2.jpg');
    background-repeat:no-repeat;
    background-position: left 6px;
    margin: 7px 0;
    font-family: Arial;
    font-size:13px;
    padding:0 0 0 20px;;
}

.profile-constructor2 ul li {
    margin: 4px 0;
}

.profile-window-preview {
    width:120px;
    text-align:center
}

.profile-text-header {
    margin-bottom:8px;
}

.profile-gray {
    font-family: Arial;
    font-size:13px; 
    line-height:13px;
    color:#909090;
}

.profile-price {
    margin-top:3px;
    font-size:12px; 
}

.profile-content h3 {
    font-family: Arial;
    font-size:22px; 
    line-height:13px;
    color:#272727;
    font-weight:bold;
    margin-top:3px;
}


.profile-table2 {
    width:100%;
    border-collapse: separate;
    border-spacing: 0;
}

.profile-table2 th {
    padding:10px 10px 10px 0;
    font:13px Arial;
    color:#272727;
    font-weight:bold;
    border-bottom:1px #c9c8c8 solid;
}

.profile-table2 td {
    padding:10px 10px 10px 0;
    font:13px Arial;
    color:#272727;
}

.profile-tr-gray td {
    background:#f5f5f5;
}

.profile-form-text {
    padding-top:8px
}

.profile-form {
    padding:0 10px;
}

.profile-hr {
    margin-top:17px;
    margin-bottom:17px;
    border-bottom:1px #c9c8c8 solid;
}

.profile-add {
    width:11px;
    height:11px;
    margin-right:7px;
    margin-left:-9px;
}

.profile-subheader {
    margin-bottom:10px;
}

.profile-dots {
    width:4px;
    height:16px;
    margin-left:10px;
    margin-right:10px;
}

.profile-action {
    position:absolute;
    display:none;
    width:155px;
    height:110px;
    background:#323030;
    z-index:2px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    text-align:left;
    padding-top:10px;
}

.profile-edit, .profile-remove  {
    padding:14px 24px;
    cursor:pointer;
    color:#ffffff;
    font:14px Arial;
}

.profile-edit:hover {
    background: #459850;
}

.profile-remove:hover {
    background: #c13131;
}

.profile-green {
    color: #2d8a37;
    font:14px Arial;
    font-weight:bold;
    margin-bottom:20px;
}

.profile-black {
    font:14px Arial;
    font-weight:bold;
    margin-bottom:10px;
}

.profile-hr2 {
    margin: 30px 0 20px 0;
}

.profile-repair {
    margin-left:20px;
}

.delete-red {
    width:12px;
    height:15px;
    margin-left:-8px;
    margin-right:8px;
}

.profile-password {
    position:relative;
}

.img-password {
    width:20px;
    height:19px;
    position:absolute;
    top:8px;
    left:170px;
}

.activity-delete {
    width:15px;
    height:auto;
    margin-left:10px;
    margin-top:6px;
}

.profile-gray {
    color:#272727;
}

.profile-bar {
    width:920px;
}

.profile-progress {
    width:34%;
    text-align:center;
    font:14px Arial;
    border-top: 1px #cac8c8 solid;
    border-right: 1px #cac8c8 solid;
    border-left: 1px #cac8c8 solid;
    border-bottom: 3px #cac8c8 solid;
    color:#cac8c8;
    padding:8px;
    margin-left:-1px;
}

.profile-progress-active {
    border-bottom: 3px #2d8a37 solid;
    color:#151515;
    font-weight:bold;
    background:#d5eed8;
}


.profile-td5 {
    font:14px Arial;
    line-height:22px;
    width:220px;
    color:#272727;
    padding-top:8px;
    height:60px;
}


.profile-td6 {
    width:1720px;
}

.profile-create {
    font-size: 18px;
    margin: 30px 0 30px 0 !important;
}

.profile-red {
    color:#c13131;
}

.w320 {
    width:320px
}

.profile-success {
    font-size: 18px;
    font-weight:bold;
    margin: 30px 0 30px 0 !important;
    color:#2d8a37;
}

.comparison-bar {
    margin:20px 0 30px 0;
    flex-wrap: wrap;
}

.comparison-tab {
    text-align:center;
    font:14px Arial;
    border: 1px #cac8c8 solid;
    padding:8px 30px;
    margin-left:-1px;
    margin-bottom:-1px;
    cursor:pointer;
}

.comparison-tab:hover {
    background:#f5f5f5;
}

.comparison-tab-active,.comparison-tab-active:hover {
    background:#2d8a37;
    color:#ffffff;
}

.comparison-box {

}

.comparison-content {
    overflow:hidden;
    max-width:1100px;
    width:1100px;
    min-width:220px;
}

@media screen and (max-width: 479px) {

    .comparison-tab {
        width:220px;
    }

    .comparison-box {
        margin-left:80px
    }

    .comparison-content {
        max-width:220px;
        width:220px;
        min-width:220px;
    }
}

.compare-table { 
    border-spacing:0;
}

.compare-td {
    width:220px;
    max-width:220px;
    min-width:220px;
    padding:0 20px 13px 20px;
    font-family: Arial;
    font-size:14px;
    line-height:18px;
}

.compare-td ul {
    margin:0;
    padding:0;
}

.compare-td ul li {
    list-style-type: none;
    margin: 7px 0;
    padding:0;
}

.compare-tr {
    border-top:1px #e9e9e9 solid;
}

.compare-td p { 
    margin:0;
    padding: 0 0 9px 0;
}

.compare-tr td {
    color:#6cac73;
    text-transform: uppercase;
    font-family: Arial;
    font-size:11px;
    padding:7px 20px 7px 20px;
    position:relative;
    height:30px;
}

.compare-tr td span{
    position:absolute;
    top:5px;
    left:20px;
}

.compare-img {
    width:133px;
}

.compare-delete {
    width:34px;
    height:33px;
}

.compare-move {
    width:34px;
    height:33px;
    margin-bottom:10px;
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}



#compare-previous {
    width:39px;
    height:41px;
    margin-top:40px;
    margin-left:20px;
}

#compare-next {
    width:39px;
    height:41px;
    margin-top:40px;
    margin-right:20px;
}

.compare-right {
    margin-right:7px;
}

.compare-top {
    top:3px !important;
}

.compare-repair {
    padding-right:15px;
    width:150px;
}

.compare-repair-top {
    margin-top:10px;
}

.compare-item {
    background:#ffffff;
    padding:20px;
    z-index:1;
    border-left: 2px #ffffff solid;
    border-right: 2px #ffffff solid;
}

.compare-item-active {
    z-index:10;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 2px 9px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 2px 9px 0px rgba(34, 60, 80, 0.2);
}


.compare-place {
    padding:5px 0 0 0;
}

.smart-captcha {
    margin-top:15px;
    margin-bottom:15px;
    width:200px !important;
}

.preview-events {
    width:130px;
    height:130px;
    min-width:130px;
    background-position:center center;
    cursor:pointer;
    margin-right:13px;
}


.mobile-blue {
    position:absolute;
    top:18px;
    right:10px;
    width:270px;
    min-height:215px;
    background:#4073b8;
    display:none;
    z-index:100;
    padding:25px 25px 19px 30px;
    color: #ffffff;
    font-size: 18px;
-webkit-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.45);
-moz-box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.45);
box-shadow: 0px 5px 8px 0px rgba(34, 60, 80, 0.45);
opacity:0.7
}

.mobile-blue button {
    display:block;
    margin-top:15px;
    color:#ffffff;
    font-size:15px;
    padding: 7px 20px;
    border: 1px #ffffff solid;
    background:#4073b8;
}

.mobile-blue button:hover {
    background:#2d8a37;
}




.blue-corner {
    position:absolute;
    left:-10px;
    top:98px;
    width:10px;
    height:18px;
    background:url('/assets/images/blue-arrow.gif');
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .blue-corner {
        left:125px;
        top:-10px;
        width:18px;
        height:10px;
        background:url('/assets/images/blue-arrow2.gif');
    }

    .mobile-blue button {
        margin: 15px auto 0 auto;
    }
}

.form-surname {
    display:none
}

.mobile-gray {
    position:absolute;
    top:0px;
    left:0px;
    min-height:70px;
    background:#323030;
    display:none;
    z-index:1000000;
    padding:25px;
    color: #ffffff;
    font-size: 14px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 2px 5px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 2px 5px 0px rgba(34, 60, 80, 0.2);
}

@media screen and (max-width: 600px) {
    .mobile-gray {
        width:288px;
    }
}

.mobile-gray a {
    color:#6da5e3;
    text-decoration: none;
}

.mobile-close-filter {
    position:fixed;
    bottom:15px;
    left:12px;
    width:298px;
    display:none;
}

.item-profile-link {
    color: #272727
}

.robot-sum {
    background-color: #f1f1f1;
    border:1px solid #cbcbc9;
    width:32px;
    height:38px;
    font: 20px Arial;
    line-height: 20px;
    font-weight:bold;
    padding-top:5px;
    text-align:center;
-webkit-box-shadow: 0px 2px 8px -3px rgba(34, 60, 80, 0.2) inset;
-moz-box-shadow: 0px 2px 8px -3px rgba(34, 60, 80, 0.2) inset;
box-shadow: 0px 2px 8px -3px rgba(34, 60, 80, 0.2) inset;
}

.accept_cookies {
    display:none;
    opacity:0;
    justify-content: center;
    position: fixed;
    z-index:1000;
    bottom:50px;
    left:0;
    right:0;
    padding: 0 15px;
}

.accept_cookies_content {
    background-color: #f3f3f3; 
    padding:9px 20px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius:10px;
    color:#646464;
    font:15px Arial;
    line-height:25px;
}

.accept_cookies_content2 {
    display: flex;
    align-items: center;
}


.btn-cookies {
    margin-left:20px;
    padding:7px 10px 10px 10px !important;
    font:15px Arial;
    line-height:15px;
}

.catalog-wishlist {
    width:120px;
    flex-wrap: nowrap;
    align-items: center;
}

.catalog-compare {
    width:120px;
    flex-wrap: nowrap;
    align-items: center;
}

@media screen and (max-width: 820px) {
    .catalog-wishlist {
        width:100px;
    }

    .catalog-compare {
        width:100px;
    }
}

@media screen and (max-width: 430px) {
    .catalog-wishlist {
        width:120px;
    }

    .catalog-compare {
        width:120px;
    }

    .catalog-wishlist-repair {
        margin-top:0 !important;
    }
}