@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400&display=swap');
body {
    font-family: Roboto;
    color: #2F2F2F;
    
}

/**** TEMPLATE FULL-WIDTH CHANGE в файде заменен цвет #FFFFFF на #FFFFFF ****/
.front #art-main {
    background: none;
}
.front .art-nav {
    background: linear-gradient(180deg, #FF1818 0%, #FE1900 52.08%, #CF0100 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
ul.art-hmenu>li {
    padding: 0 0.5em;
}
ul.art-hmenu>li:hover {
    background: #A20E0E;
}
.front .header-top .button .btn {
    padding: 0;
    box-shadow: none;
}
.front .header-top .button .btn a.red {
    background: linear-gradient(180deg, #FF1818 0%, #FE1900 52.08%, #CF0100 100%);
    box-shadow: 0px 2px 3px rgba(168, 0, 0, 0.15);
    border-radius: 3px;
}
body.front, .front .art-sheet {
    background: #F4F4F4;
}

body.front a {
    text-decoration: none;
}

.front .art-layout-wrapper {
    max-width: none;
    background: #F4F4F4;
    box-shadow: none;
    -webkit-box-shadow: none;
}
body.front .art-content-layout {
    padding: 0;
}
.front .content {
    max-width: 1150px;
    margin: 0 auto;
}

/**** COMMON ****/
.h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}
.front .btn, .reshenia-block-info .link a {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.btn-red, .reshenia-block-info .link a {
    background: linear-gradient(180deg, #FF1818 0%, #FE1900 52.08%, #CF0100 100%);
    padding: 12px 24px;
}

.front ul li {
    list-style: none;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
    gap: 2em;
}
.block__content_col {
    /* padding: 0 1em; */
}
.block__content_title {
    text-align: center;
}
.front .block {
    padding: 100px 0 0px;
}
.block__content_content p {
    margin-bottom: 14px;
}
.text-red {
    color: #FF0000;
}
.form-item-fz152-agreement a {
    text-decoration: underline !important;
}
.art-button {
    padding: 12px 22px;
}

/**** FRONT-PAGE ****/
body.front h2, body.front h1 {
    text-transform: none;
}
.banner img {
    width: 100%;
}

/**** banner front page ****/

.kartinka-block {
    display: none;
}
div.banner {
    background: #F4F4F4;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.banner .banner__text {
   position: absolute;
   top: 17em;
   left: 10%;
   width: 48%;
}
.banner__text_mobile {
    display: none;
}

.banner__text_title {
   font-weight: 700;
   font-size: 2.5em;
   line-height: 1.4em;
}
@media (width: 1440px) {
    .banner__text_title {
        font-size: 2em;
    }
}

.banner__text_title span {
   font-weight: 500;
   font-size: 18px;
   line-height: 21px;
   color: #FF0000;
   /* top: -1em;
   display: block; */
}
.banner__text_advtg {
   margin-top: 60px;
}
.banner__text_advtg ul {
   list-style: none;
   font-weight: 700;
   font-size: 30px;
   line-height: 35px;
   color: #2F2F2F;
}
.banner__text_advtg ul li {
   margin-left: 55px;
}
.banner__text_advtg ul li:first-child {
   margin-bottom: 20px;
}
.banner__text_advtg ul li::before{
   position: absolute;
   width: 40px;
   height: 40px;
   content: "";
   background: url(/sites/default/files/advtg_li_img.svg) no-repeat center;
   left: 0px;
}
.banner__text_buttons {
   display: flex;
   flex-direction: row;
   margin-top: 60px;
   gap: 1em;
}
.banner__text_buttons a {
   text-decoration: none;
   display: block;
   padding: 10px 40px;
   font-weight: 700;
   font-size: 25px;
   line-height: 29px;

}
.banner__text_buttons .btn:first-child a {
   background: linear-gradient(180deg, #FF1818 0%, #FE1900 52.08%, #CF0100 100%);
   box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
   border-radius: 3px;
   color: #FFFFFF;
}
.banner__text_buttons .btn:last-child a {
   background: #FFE600;
   box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
   border-radius: 3px;
}

/*** Blocks with white background ****/
#block-block-15 {
    background: transparent;
}

/*** block install ceilings on the main ****/
/* #block-block-15 {
    font-size: 18px;
} */
.content__potolki_title {
    padding: 22px 0 35px;
}
.content__potolki_items {
    display: FLEX;
    justify-content: space-between;
    margin-bottom: 45px;
}
.potolki_item__title {
    font-weight: 600;
    line-height: 21px;
    margin-top: 8px;
}
.potolki_item__title, .potolki_item__icon, .content__potolki_text, .content__potolki_btn, .howweworks_item__title, .howweworks_item__icon {
    text-align: center;
}
.content__potolki_text, .content__potolki_btn {
    margin-bottom: 35px;
    font-size: 18px;
}
.content__potolki_text_1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.content__potolki_text_3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}
.content__potolki_text_3 span {
    color: #FF0000;
}
.content__potolki_text:last-child {
    margin-bottom: 0px;
    padding-bottom: 60px;
}

.content__potolki_text a, .content__howweworks_items a, #block-block-18 p a {
    text-decoration: underline !important;
}

.content__potolki_btn a {
    padding: 10px 80px;
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #FFFFFF !important;
    border-radius: 3px;
	text-decoration: none;
}

/**** how we works block on front ****/
.content__howweworks_items {
    display: flex;
    justify-content: space-around;
}

.howweworks_item__icon img {
    width: 115px;
}

.howweworks_item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #2F2F2F;
    text-transform: uppercase;
    margin-top: 20px;
}
.howweworks_item__description {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #747474;
    margin-top: 5px;

}

/**** sliders and tabs slide on fornt ****/
#block-views-gotovie-reshenia-front, #block-views-howwework-block, .front .block-panels-mini {
    padding: 80px 0 0;
}
#block-views-gotovie-reshenia-front .content {
    max-width: 1250px;
}
#block-views-gotovie-reshenia-front .view, #block-views-primer-potolkov-front-block .content, #block-views-akcii-block-1 .content {
    background: #FAFAFA;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 30px 1em 50px;
    display: flow-root;
}
.slick--skin--boxed-carousel .slick-list {
    margin: 0 70px;
}

.view-primer-potolkov-front .views-row {
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);*/
    /*border-radius: 6px;*/
    /* margin: 1em; */
}

.slide__content .reshenia-block, .reshenia-block-info .price {
    font-size: 18px;
}
/* .reshenia-block,*/ .view-primer-potolkov-front .views-row {
/*    max-width: 216px;*/
}
.view-primer-potolkov-front .views-row {
    /*padding: 10px;*/
}
.reshenia-block-info {
    flex-direction: column;
}
.slick-prev::before{
    background: url("/sites/default/files/images/prev.svg") no-repeat center, linear-gradient(180deg, #FF1818 0%, #FE1900 52.08%, #CF0100 100%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}
.slick-next::before{
    background: url("/sites/default/files/images/next.svg") no-repeat center, linear-gradient(180deg, #FF1818 0%, #FE1900 52.08%, #CF0100 100%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}
body.front .ui-tabs-panel {
    /*justify-content: space-evenly;*/
}
#block-views-primer-potolkov-front-block {
    margin: 0;
}
.reshenia-block {
    padding: 8px 8px 17px;
    max-width: 340px;
    /* margin: 0 5px; */
}
.reshenia-block .inner {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding-bottom: 17px;
	min-height: 340px; /* Антон */
    
}
.reshenia-block img {
    padding: 8px 8px 0 8px;
}


.reshenia-block-image img {
    max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}


/**** how we work block ****/

/**** оставить заявку на главной блок и с формой ****/
#block-block-17 {
    padding: 100px 0 50px 0;
}
#block-block-17 .content {
    display: flex;
    color: #2F2F2F;
}
#mini-panel-zayavka_na_zamer_front {
    color: #2F2F2F;
}
#block-block-17 .col-first {
    width: 40%;
    padding-top: 18px;
}

#block-block-17 .col-second {
    width: 60%;
}
#block-block-17 .col-first  p:first-child {
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
}
#block-block-17 .col-first p:last-child {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
}
#block-block-17 .col-first p:last-child span {
    color: #FF0000;
}
#block-block-17 ul {
    margin: 50px 0 30px 40px;
    /* margin-top: 50px; */
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}
#block-block-17 ul li::before {
   position: absolute;
   width: 20px;
   height: 20px;
   content: "";
   background: url(/sites/default/files/advtg_li_img.svg) no-repeat center;
   /* left: 0px; */
   background-size: cover;
   margin-left: -2em;
   margin-top: 6px;
}
#block-block-17 li {
    padding: 0.5em 0;
    color: #2F2F2F;
}
.zyavka-form-bgr {
    background: #FAFAFA;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-size: 20px;
    padding: 17px 0 15px 27px;
    margin-left: 50px;
	position: relative;
	min-height: 300px;
}
.zyavka-form-bgr img {
    position: absolute;
    bottom: -10px;
    right: -7vw;
}
.zyavka-form-bgr .form-item {
    text-align: left;
}
.zyavka-form-bgr .form-item {
    width: 55%;
}
.front div#webform-component-vash-telefon label, .front div#webform-component-vashe-imya label {
    padding-left: 2vw;
}
.front div#webform-component-vash-telefon input, .front #webform-component-telefon input {
    background: url(/sites/default/files/images/icon_gray_handset.svg) no-repeat left 10px center;
    padding-left: 2.5vw;    
}
.front div#webform-component-vashe-imya input {
    background: url(/sites/default/files/images/icon_name_gray.svg) no-repeat left 10px center;
    padding-left: 3vw; 
}
.zyavka-form-bgr input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #9B9B9B;
    border-radius: 6px;
}
.zyavka-form-bgr #edit-actions--2,
.zyavka-form-bgr #edit-actions--3 {
    width: 57%;
    margin-left: -2px;
	padding-bottom: 20px;
    text-align: left;
}
.zyavka-form-bgr > p, .form-item-fz152-agreement {
    width: 70%;
}
.zyavka-form-bgr .webform-client-form > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*gap: 1.5em;*/
    margin-top: 25px;
}
.zyavka-form-bgr .form-item, .zyavka-form-bgr .form-actions {
    margin: 0;
}
.zyavka-form-bgr .art-checkbox {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 16px;
}


.zyavka-form-bgr .form-item-fz152-agreement {
    order: 3;
    width: 75%;
}
.zyavka-form-bgr input[type="submit"] {
    background: linear-gradient(180deg, #FF1818 0%, #FE1900 52.08%, #CF0100 100%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 85%;
    font-weight: 600;
    font-size: 20px;
    line-height: 71.19%;
    padding: 15px 22px;
    text-transform: none;
	color: #fff;
}
.zyavka-form-bgr > p span {
    color:#FF0000;
}

#block-views-primer-potolkov-front-block {
    background: none;
    border: 0;
}
.front ul.ui-tabs-nav li a {
    background: #EEEEEE;
    border: 0.5px solid #9B9B9B;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: #2F2F2F;
    font-size: 18px;
    line-height: 21px;
    padding: 6px 2em;
}
.front ul.ui-tabs-nav li.ui-state-active a {
    background: linear-gradient(180deg, #FF1818 0%, #FE1900 52.08%, #CF0100 100%);
    border-radius: 6px;
    border: 0;
    color: #fff;
}

/*** block You find what your need ****/
#block-block-18 {
    clear: both;
    padding-bottom: 80px;
}
#block-block-18 .block__content_title {
    margin-bottom: 40px;
}
#block-block-18 .block__content_title h2 {
    margin: 0;
}
#block-block-18 .col-first p:first-child {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 16px;
}
#block-block-18 .col-first p:nth-child(3), #block-block-18 .col-first p:nth-child(4), #block-block-18 .col-first p:nth-child(5) {
    font-weight: 700;
}
#block-block-18 .btn-red {
    padding: 12px 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 71.19%;
    color: #fff;
    margin-top: 4px;
    display: inline-block
}
#block-block-18 .col-second p:first-child, #block-block-18 .col-second p:nth-child(5) {
    font-weight: 500;
}
#block-block-18 .col-second p:nth-child(6) .text-red {
    font-weight: 700;
}
#block-views-reviews-block {
    background: transparent;
    padding-top: 20px;
    padding-bottom: 70px;
}
.review-block__inner {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 10px;
    min-height: 205px;
    height: 205px;
}

.review-block {
    max-width: 460px;
    /* width: 478px; */
    border: 0;
    padding: 0 10px;
}
.view-reviews h2 {
    display: inline-block;
    margin-bottom: 50px !important;
}
.view-reviews a.btn {
    text-transform: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 71.19%;
    padding: 8px 25px;
    margin-left: 20em;
}
.review-block .review-name {
    justify-content: space-between;
}
.review-body {
    line-height: 22px;
}
.review-name span:nth-child(2) {
    font-weight: normal;
}

/*** PreFooter and Footer ***/
#block-block-19 {
    clear: both;
}
.prefooter {
    flex-direction: row;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}
body .prefooter h2 {
    text-align: left;
    margin-bottom: 40px;
}

.prefooter .block__content_col {
    width: 50%;
}

.prefooter .col-frist > div:nth-child(2), .prefooter .col-frist > div:nth-child(5) {
    margin-bottom: 40px;
}
.prefooter .col-frist > div:nth-child(3), .prefooter .col-frist > div:nth-child(4) {
    margin-bottom: 18px;
}
.prefooter .col-frist > div:nth-child(4) span, .prefooter .col-frist > div:nth-child(6) span {
    display: block;
}
.prefooter .col-frist div:nth-child(4) span:last-child {
    font-size: 14px;
    line-height: 16px;
    color: #747474;   
    margin-top: 5px; 
}
.prefooter .btn-red {
    padding: 5px 24px;
    font-weight: 600;
    color: #FFFFFF;
}
.prefooter .col-frist > div:nth-child(6) span:last-child {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 11px;
}
.prefooter .col-frist div:nth-child(5) {
    display: flex;
    align-items: center;
    gap: 1em;
}
.prefooter .col-frist div:nth-child(5) span {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
}
.prefooter .col-frist > div:nth-child(3) a {
    margin-left: 16px;
}
.prefooter .col-frist > div:nth-child(4) img {
    margin-right: 16px;
}
.prefooter .col-frist > div:nth-child(4) span:last-child {
    margin-left: 37px;
}
#block-block-20 .content {
    text-align: center;
}
#block-block-20 .content>div:nth-child(2) {
    margin: 6px 0 27px;
}
.front .art-footer {
    background: #E1E1E1;
    color: #747474;
}
ul.social-media li a.fab.fa-facebook-f {
	background: url(/sites/default/files/images/sFacebook.png) center no-repeat;
}
ul.social-media li a.fab.fa-vk {
	background: url(/sites/default/files/images/vk_icon.svg) center no-repeat;
}
ul.social-media li a.fab.fa-youtube {
	background: url(/sites/default/files/images/youtube_icon.svg) center no-repeat;
}
ul.social-media li a.fab.fa-twitter {
	background: url(/sites/default/files/images/twitter_icon.svg) center no-repeat;
}
ul.social-media li a.fab.fa-odnoklassniki {
	background: url(/sites/default/files/images/ok_icon.svg) center no-repeat;
}
ul.social-media li a:first-child {
    margin-left: 0;
}
#footer-mailto {
    display: flex;
    gap: 10px;

}
.front .footer-top, .front .footer-top span {
    font-family: 'Roboto';
    text-transform: none;
    color: #747474;
}
#footer-mailto, #footer-phoneto span, #footer-mailto a {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}
#footer-phoneto img {
    vertical-align: middle;
    margin-right: 10px;
}
#footer-phoneto span:last-child {
    display: block;
    font-size: 10px;
    line-height: 12px;
    /* margin-top: 5px; */
    margin-left: 24px;
}
.front .footer-top .block {
    padding-top: 0;
}
.front footer.art-footer a {
    font-family: 'Roboto';
}
.front .footer-top .blocks .block>span {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
}
.front .footer-top ul li {
    margin: 0 0 8px 0;
}
.front .footer-top ul li a {
    font-size: 16px;
    line-height: 21px;
}
.front .ff_bottom {
    max-width: 1150px;
    background: none;
    margin: 0 auto;
    color: #747474;
    font-family: 'Roboto';
}
.front .ff_bottom .politica a {
    color: #747474;
}
#block-block-21{
    padding: 60px 0 100px;
}
#block-block-21 h1 {
    margin: 0 0 30px 0;
}
#block-block-21 .flex{
    display: flex;
    gap: 2em;
}
#block-block-21 .col-first{
    width: 48%;
    
}

#block-block-21 .col-second {
    width: 52%;    
}

#block-block-21 .col-first {
    padding-top: 10px;
}
#block-block-21 #webform-component-ploshchad, #block-block-21 #webform-component-uglov, #block-block-21 #webform-component-svetilnikov {
    display: flex;
    flex-direction: column;
    width: 30%;
    float: left;
    padding: 0 5px;
    
}
#block-block-21 #webform-component-ploshchad label, #block-block-21 #webform-component-uglov label, #block-block-21 #webform-component-svetilnikov label {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 18px;
}
.front #webform-component-cena-polotka {
    clear: both;
}
#block-block-21 input {
    border-radius: 6px;
}
#webform-client-form-89 #webform-component-telefon {
    flex-direction: column;
}
#webform-client-form-89 #webform-component-telefon label {
    font-weight: bold;
}
#block-block-21 .col-first a.btn  {
    font-weight: 700;
    font-size: 25px;
    line-height: 29px;
    color: #FFFFFF;
    padding: 11px 30px;
}

body.front #webform-client-form-89 {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
}
.raschet-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 20px 40px 60px;
	min-height: 470px;
}
.raschet-form span {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #FF0000;
    text-align: center;
    display: block;
}
.desktop #block-block-21 .form-item-fz152-agreement {
    position: absolute;
        top: 360px;
    width: 100%;
    text-align: center;
}
#block-block-21 .col-first p {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 40px;
}
#block-block-21 .col-first p:nth-child(3), #block-block-21 .col-first p:nth-child(4) {
    font-weight: 600;
}
#block-block-21 .webform-component-markup, #block-block-21 .webform-component-markup label {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
}
.front #webform-client-form-89 #webform-component-cena-polotka, .front #webform-client-form-89 #webform-component-cena-potolka-v-rassrochku {
    display: flex;
    justify-content: center;
    margin: 0;
}
.front #webform-client-form-89 #webform-component-cena-polotka {
    padding: 20px 0;
    border-top: 1px solid #C4C4C4;
}
.front #webform-client-form-89 #webform-component-cena-potolka-v-rassrochku {
    padding-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
}
.front #webform-client-form-89 #webform-component-cena-polotka label, .front #webform-client-form-89 #webform-component-cena-potolka-v-rassrochku label {
    float: left;
    width: auto;
}
.front #webform-client-form-89 .cena_polotka, .front #webform-client-form-89 .cena_potolka_v_rassrochku {
    width: auto;
    display: inline-block;
    float: left;
    clear: right;
    margin-left: 1em;
}
.front #webform-component-telefon {
    clear: both;
}
/* .front #webform-component-telefon label {
    width: 40%;
} */
.front #webform-client-form-89 input[type="submit"] {
    background: linear-gradient(180deg, #FF1818 0%, #FE1900 52.08%, #CF0100 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    font-weight: 600;
    font-size: 20px;
    line-height: 71.19%;
    text-align: center;
    color: #FFFFFF;
    text-transform: none;
    width: 60%;
    padding: 15px 0;

}

.not-front div#block-block-21 #webform-client-form-89 input[type="submit"] {
    background: linear-gradient(180deg, #FF1818 0%, #FE1900 52.08%, #CF0100 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 6px;
    font-weight: 600;
    font-size: 20px;
    line-height: 71.19%;
    text-align: center;
    color: #FFFFFF;
    text-transform: none;
    width: 60%;
    padding: 15px 0;
}

/**** mega menu ***/
.art-hmenu ul a {
    font-size: 14px;
}
li.mega-menu-li {
    display: none;
}
.desktop li.mega-menu-li {
    display: inherit;
}
.desktop .desktop-hidden {
    /*display: none;*/
}
.art-blockcontent .mega-menu-block__inner a {
    font-size: 14px;
    width: auto;
    padding: 3px 5px 3px 5px;
}

.art-hmenu .mega-menu-block {
    padding: 0;
}
.desktop .mega-menu-block ul.art-hmenu ul.art-hmenu-right-to-left {
    left: inherit;
    right: inherit;
}
.mega-menu-li li.first.last.leaf:hover {
    background: none;
}
/* .mega-menu-li > ul.menu {
    margin-left: -400px !important;
} */
.desktop .mega-menu-li ul.menu.art-hmenu-right-to-left {
    /* left:auto; */
    right: auto !important;
}
.mega-menu-block .mega-menu-block__inner .mega-menu-block__item a, .mega-menu-block .mega-menu-block__inner .mega-menu-block__item a:visited {
    color: #808080;
}
.mega-menu-block .art-blockcontent .mega-menu-block__inner .mega-menu-block__item a:hover {
    background: #EDEDED;
    /* padding: 7px 10px; */
    color: #000 !important;
    font-weight: 400;
}

.mega-menu-block__inner {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    justify-content: space-around;
    /* gap: 1em; */
}

.mega-menu-block__item_title, .mega-menu-block__item_title a {
    z-index: 11;
    position: relative;
    /* font-weight: bold !important;    */
    color: #808080 !important;
}
.mega-menu-block__item_title {
    margin: 15px 0 10px;
    font-size: 14px;
    background: #EDEDED;
    padding: 3px 10px;
    color: #808080;
}

.mega-menu-block__item a {
    margin-left: 10px !important;
}
.mega-menu-block__item_title span {
    /* border-bottom: 2px solid red; */
    padding-bottom: 4px;
}
.mega-menu-block__item_title span a {
    margin-left: 0 !important;
    display: inline !important;
    font-size: 14px !important;
}
.mega-menu-block .art-block {
    margin: 0 13px 13px;
}

@media (max-width: 768px){
#block-views-howwework-block{padding:0;}
.form.grey {margin:0;}
.top_content .mini_text .price .btn a{margin:0;}
}