#main .page-content {
    padding: 0;
    border: none;
}


/* ATEX */

.content-tab>div:not(:first-child) {
    display: none;
}

.left-tab #tabs-palette li a {
    background: #B5C931;
    border: none;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    padding: 8px 15px;
}

.left-tab #tabs-palette li a:hover,
.left-tab #tabs-palette li a.active {
    background: #004c9d;
}

.content-tab h2,
.content-tab-chi h2 {
    font-size: 24px;
    font-weight: 800;
    color: #004c9d;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.content-tab-chi #tabs-2 p strong {
    font-family: k2d;
    font-size: 20px;
    font-weight: 800;
}

.content-tab div>div {
    padding-left: 15px;
    position: relative;
}

.content-tab div>div strong {
    font-weight: 700;
}

#tabs-palette li {
    margin-bottom: 10px;
}

.content-tab #tabs-1>div:not(.img-container):before,
.content-tab #tabs-2>div:not(.img-container):before,
.content-tab #tabs-3>div:not(.img-container):before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #B5C931;
    position: absolute;
    left: 0;
    top: 0;
}

.table-polv-1,
.table-polv-2 {
    width: 100%;
    margin: 30px 0;
    border: 1px solid #999;
}

.table-polv-1 td,
.table-polv-2 td {
    border: 1px solid #999;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    min-width: 150px;
    padding: 0 10px 0 10px;
}

.txt-align-left {
    text-align: left !important;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.content-tab #tabs-3 div {
    margin-bottom: 20px;
}

.p-margin {
    margin: 20px 0;
}

.img-equip {
    border: none;
    margin: 15px 0 25px 0;
}

.img-container {
    width: 100%;
    text-align: center;
}

.tit-foto-pann>div {
    text-align: center;
}

.tit-foto-pann::before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff !important;
    position: absolute;
    left: 0;
    top: 0;
}

.tit-foto-pann>div::before {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff !important;
    position: absolute;
    left: 0;
    top: 0;
}


/* CHI SIAMO */

.content-tab-chi>div:not(:nth-child(3)) {
    display: none;
}

.content-tab-chi #tabs-palette-chi li a {
    background: #B5C931;
    border: none;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100px;
    padding: 8px 15px;
    margin: 0 10px 10px;
}

.content-tab-chi #tabs-palette-chi {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}

.content-tab-chi #tabs-palette-chi li a:hover,
#tabs-palette-chi li a.active {
    background: #004c9d;
}

.content-tab-chi h2 {
    text-align: center;
    padding-bottom: 15px;
}


/*  Counter */

.row-counter {
    background: #EFEEEE;
    margin: 50px 0;
    padding: 60px 0;
}

.csmx-counter {
    text-align: center;
    width: 200px;
    height: 200px;
    border: 2px dotted #494C4D;
    border-radius: 50%;
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}

.csmx-counter:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 8px solid transparent;
    border-right: 8px solid #A1CD4F;
    border-radius: 50%;
    transform: rotate(-25deg);
}

.csmx-counter span {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    width: 100%;
    margin-bottom: 15px;
    color: #0071B9;
}

.csmx-counter p {
    font-weight: 600;
    font-style: normal;
    color: #0071B9;
    max-width: 150px;
    margin-bottom: 0;
}


/* STORIA */

.row-storia {
    text-align: center;
    padding-top: 10px;
}

.row-storia img {
    width: 300px;
}

.wrapper {
    margin: 3.125em auto;
    padding: 1em 5em 1em;
    max-width: 1000px;
}

.row-storia .wrapper h2 {
    color: white;
    text-align: center;
}

.timeline {
    line-height: 1.5em;
    font-size: 14px;
    transition: all .4s ease;
    position: relative;
    counter-reset: section;
}

.timeline:before {
    content: "";
    width: 8px;
    /* height: calc(100% - 130px); */
    height: 100%;
    background: #004c9d;
    position: absolute;
    top: 0;
    left: -3.313em;
    border-radius: 40px 40px;
}

.timeline--entry {
    position: relative;
    width: 400px;
}

.timeline--entry__title {
    color: #0071B9;
    font-weight: 300;
    font-size: 55px;
    padding: 0;
    text-align: left;
}

.timeline--entry__detail {
    padding: 30px 0 30px 0;
    margin: 0;
    text-align: left;
    font-size: 24px;
    color: #004c9d;
}

.timeline--entry:before {
    content: "";
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #b5c931;
    border-radius: 50%;
    position: absolute;
    left: -42px;
    transform: translate(-50%, 0);
}

.page-category .block-category #category-description p {
    line-height: 1.8;
}

#page .breadcrumb.hidden-sm-down {
    margin-bottom: 20px;
}

.modal-dialog .modal-content {
    border: 2px solid #004c9d;
}

.btn.category-btn {
    text-transform: uppercase;
    font-family: k2D;
}

@supports (display: grid) {
    @media (min-width: 768px) {
        .timeline {
            display: grid;
            grid-gap: 4.75em;
            grid-template-areas: ". entry1""entry2  ."". entry3""entry4 ."". entry5""entry6 ."". entry7""entry8 .";
        }
        .timeline:before {
            left: calc((100% / 2) + 10px);
        }
        .timeline--entry:nth-child(1) {
            grid-area: entry1;
        }
        .timeline--entry:nth-child(2) {
            grid-area: entry2;
        }
        .timeline--entry:nth-child(3) {
            grid-area: entry3;
        }
        .timeline--entry:nth-child(4) {
            grid-area: entry4;
        }
        .timeline--entry:nth-child(5) {
            grid-area: entry5;
        }
        .timeline--entry:nth-child(6) {
            grid-area: entry6;
        }
        .timeline--entry:nth-child(7) {
            grid-area: entry7;
        }
        .timeline--entry:nth-child(8) {
            grid-area: entry8;
        }
        .timeline--entry:nth-of-type(odd):before {
            left: -32px;
        }
        .timeline--entry:nth-of-type(even):not(:nth-of-type(odd)) .timeline--entry__title:before {
            left: 100%;
            border-right: 0;
        }
        .timeline--entry:nth-of-type(even):before {
            left: auto;
            right: -64px;
        }
        .timeline--entry:nth-child(even) .timeline--entry__title {
            text-align: right;
        }
        .timeline--entry:nth-child(even) .timeline--entry__detail {
            text-align: right;
        }
    }
}


/* MONDO */

.row-mondo {
    text-align: center;
    padding: 20px 20px 30px 20px;
    background: #1B75BB url("/img/cms/bg-mondo.png") top center no-repeat;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
}

.row-mondo .h-100 {
    height: 100%;
    background: #ffffff;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    overflow: hidden;
}

.row-mondo h2 {
    font-size: 50px;
    font-weight: 500;
    padding: 10px 0 20px 0;
    color: #fff;
    width: 100%;
}

.row-mondo img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px 12px 0px 0px rgba(160, 205, 79, 1);
    margin-bottom: 7px;
    max-width: unset;
    min-height: 220px;
    max-height: 220px;
}

.row-mondo .content-mondo {
    width: auto;
    text-align: center;
    background: #fff;
    padding-bottom: 10px;
    margin: auto;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    justify-content: space-between;
    height: calc(100% - 227px);
    border-left: 3px solid #A1CD4F;
    border-right: 3px solid #A1CD4F;
    border-bottom: 3px solid #A1CD4F;
}

.row-mondo .content-mondo .tit-mondo {
    width: 100%;
    font-family: k2d;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding-top: 10px;
    text-align: center;
}

.row-mondo .content-mondo .cell-mondo,
.row-mondo .content-mondo .map-mondo,
.row-mondo .content-mondo .email-mondo {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.row-mondo .content-mondo .cell-mondo i,
.row-mondo .content-mondo .map-mondo i,
.row-mondo .content-mondo .email-mondo i {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
}

.row-mondo .content-mondo .cell-mondo:hover i,
.row-mondo .content-mondo .map-mondo:hover i,
.row-mondo .content-mondo .email-mondo:hover i {
    color: #A1CD4F;
}

.row-mondo .content-mondo .h-sep {
    width: 100%;
    max-width: 200px;
    height: 1px;
    background: #999;
    margin: 10px auto;
}

.row-mondo .content-mondo p {
    font-size: 16px;
    font-family: Assistant;
    font-weight: 600;
    padding: 0 10px;
    color: #004c9d;
    margin-bottom: 30px;
}

.row-mondo .content-mondo>div {
    width: 100%;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .row-mondo>div {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .row-mondo img {
        margin-bottom: 7px;
    }
    .row-mondo .content-mondo {
        width: 100%;
        max-width: 300px;
    }
}


/*  TEAM */

.row-team {
    margin-top: 80px;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
}

.row-team .team-container {
    margin-bottom: 35px;
}

.row-team .team-title {
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.row-team h2 {
    font-size: 60px;
    color: #004c9d;
}

.row-team .team-title h2+p {
    margin-left: 20px;
    border-left: 2px solid #232323;
    padding-left: 20px;
}

.row-team .cont-item-team {
    max-width: 300px;
    margin: 0 auto 30px auto;
    box-shadow: 0px 0px 5px 0px rgba(3, 108, 180, 1);
}

.row-team .cont-item-team .tit-team {
    width: auto;
    max-width: 170px;
    text-align: left;
    margin-left: 30px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 3px solid #b5c931;
    display: inline-block;
}

.row-team .cont-item-team .subtit-team {
    width: 100%;
    max-width: 170px;
    text-align: left;
    padding-left: 30px;
    color: #999;
}


/* SPORT */

.row-sport {
    background: #0071B9 url("/img/cms/bg-sport.jpg") top center no-repeat;
    margin-top: 50px;
    text-align: center;
}

.row-sport h2 {
    font-size: 50px;
    font-weight: 500;
    padding: 30px 0 30px 0;
    color: #fff;
    width: 100%;
    text-align: center;
}

.row-sport p {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 30px;
    color: #fff;
}

.row-sport .img-sport-left {
    width: 500px;
}

.row-sport .img-sport-right {
    width: 400px;
}

.row-sport .sport-align {
    text-align: center;
}

.row.row-sport .col-md-12 {
    float: none;
    margin: auto;
    max-width: 1000px;
}

.row.row-sport .sport-align .img-sport-left {
    float: left;
}

.row.row-sport .sport-align .img-sport-left {
    float: right;
}


/* ASSISTENZA CLIENTI (0) */

.row.row-assistenza {
    text-align: center;
}

.row.row-assistenza .col-md-12 p {
    font-size: 26px;
    font-weight: 600;
    line-height: 45px;
    color: #444;
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}

.row.row-assistenza .col-md-4 p {
    font-size: 20px;
    font-weight: 600;
    line-height: 45px;
    color: #444;
}

.row.row-assistenza .col-md-4 h2 {
    font-size: 40px;
    font-weight: 800;
    color: #004c9d;
    margin-bottom: 30px;
    text-align: center;
}

.row.row-assistenza .col-md-4.offset-md-1 img,
.row.row-assistenza .col-md-4.offset-md-2 img {
    width: 100%;
    max-width: 350px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.row.row-assistenza .col-md-4.offset-md-1,
.row.row-assistenza .col-md-4.offset-md-2 {
    text-align: justify;
}


/* ASSISTENZA CLIENTI (1) */

.ass-page-2,
.ass-page-3,
.ass-page-3,
.ass-page-4 {
    display: none;
}

.row.row-assistenza label {
    font-size: 40px;
    font-weight: 600;
    color: #004c9d;
    margin-bottom: 10px;
    float: left;
}

.row.row-assistenza .ass-code {
    font-size: 24px;
    line-height: 24px;
    border: 1px solid #004c9d;
    border-radius: 6px;
    padding: 0 10px;
    width: 100%;
    height: 50px;
}

.row.row-assistenza .ass-btn {
    width: 150px;
    height: 50px;
    border: none;
    background: #004c9d;
    border-radius: 6px;
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
    float: right;
}

.row.ass-page-4.row-assistenza .col-md-12 {
    font-size: 40px;
    font-family: k2d;
    font-weight: 700;
    line-height: 45px;
    color: #004c9d;
    margin-bottom: 15px;
}

.row.ass-page-4.row-assistenza .col-md-12 .form_using_ajax label {
    font-size: 24px;
    font-weight: 600;
    color: #004c9d;
    margin-bottom: 0;
}

.row.ass-page-4.row-assistenza .col-md-12 .form_using_ajax .checkbox_item_wp label {
    font-size: 16px;
    font-weight: 500;
    color: #004c9d;
    margin-bottom: 0;
    float: none;
}

.row.ass-page-4.row-assistenza .col-md-12 .gformbuilderpro_form.gformbuilderpro_form_4 .form_using_ajax .checkbox_item_wp .col-md-12 p {
    font-size: 16px;
    font-weight: 500;
    color: #004c9d;
    margin-bottom: 0;
    width: 67%;
}

#contact #contact_rich_toggle div {
    margin: 4px 0 15px;
}

.form-control {
    border: 1px solid #999 !important;
    border-radius: 6px;
}

.btn {
    text-transform: capitalize;
}

.row.ass-page-4.row-assistenza .col-md-12 .gformbuilderpro_form.gformbuilderpro_form_4 .form_using_ajax #gformbuilderpro_28 {
    margin-bottom: 0;
}

.row.ass-page-4.row-assistenza .col-md-12 .gformbuilderpro_form.gformbuilderpro_form_4 .form_using_ajax .gformbuilderpro_action {
    margin-top: 0;
    float: right;
}

.row.ass-page-4.row-assistenza .col-md-12 .gformbuilderpro_form.gformbuilderpro_form_4 .form_using_ajax #submitForm {
    width: 200px;
    height: 50px;
    border-radius: 6px;
}

.row.ass-page-4.row-assistenza .col-md-12 .gformbuilderpro_form.gformbuilderpro_form_4 .form_using_ajax #submitForm span {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.row.ass-page-5.row-assistenza {
    text-align: center;
}

.row.ass-page-5.row-assistenza>div>div:nth-child(1) {
    font-size: 70px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.row.ass-page-5.row-assistenza>div>p {
    font-size: 26px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}

.row.ass-page-5.row-assistenza>div img {
    width: 200px;
    margin: 20px 0 50px 0;
}

.row.ass-page-5.row-assistenza>div>div a {
    font-size: 20px;
    font-weight: 500;
    color: #004c9d;
}

.gformbuilderpro_form label.required_label:after {
    content: '*';
    color: #004c9d;
    font-size: 24px;
    position: relative;
    line-height: 18px;
}

#img-ass-sx:hover,
#img-ass-dx:hover,
#img-2-ass-sx:hover,
#img-2-ass-dx:hover,
#h2-ass-sx:hover,
#h2-ass-dx:hover,
#h2-2-ass-sx:hover,
#h2-2-ass-dx:hover {
    cursor: pointer;
}

.row.ass-page-3.row-assistenza .my-img-ce {
    margin-bottom: 30px;
    height: 180px;
}


/* Photogallery */


/* .thumbnail-container.photogallery-thumb,
.thumbnail-container.photogallery-thumb
{
    position: relative;
    margin-bottom: 30px;
} */

.thumbnail-container.photogallery-thumb h3.h3.cat-title a,
.thumbnail-container.photogallery-thumb h3.h3.cat-title a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    align-items: flex-end;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 30px;
    background: rgba(0, 0, 0, .1);
    border: 1px solid #004c9d;
    padding-left: 10px;
}

.thumbnail-container.photogallery-thumb h3.h3.cat-title a:hover,
.thumbnail-container.photogallery-thumb h3.h3.cat-title a:hover {
    background: rgba(0, 0, 0, .0);
    color: #ffffff;
}

.thumbnail-container.photogallery-thumb h3.h3.cat-title,
.thumbnail-container.photogallery-thumb h3.h3.cat-title {
    margin: 0;
}

.row.photo-gallery .thumbnail-container.photogallery-thumb {
    cursor: pointer;
    margin-bottom: 30px;
}

#ligthbox-modal-undefined {
    text-align: center;
}

.page-content.page-cms.page-cms-11 .row.photo-gallery>div.col-md-4 {
    margin-bottom: 30px;
    cursor: pointer;
}


/* MODAL */

.page-cms .prev,
.page-cms .next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 50px;
    left: 20px;
    cursor: pointer;
}

.page-cms .next {
    right: 20px;
    left: auto;
}

body:not(.page-cms) .next,
body:not(.page-cms) .prev {
    display: none;
}


/* Formattazione */

.photo-gallery .col-md-4 {
    max-height: 300px;
    min-height: 300px;
    overflow: hidden;
    border: 6px solid #ffffff
}

.photo-gallery .col-md-4 .zoom-cat img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 200%;
    transform: translate(-50%, -50%);
}

.photo-gallery .col-md-4 img {
    position: absolute;
    top: 50%;
    left: 50%;
    /* max-width: 200%; */
    transform: translate(-50%, -50%);
}

.photo-gallery .col-md-4 img:hover {
    cursor: pointer;
}


/* Tama per il sociale */

#blogpage .blog-detail .blog-description .soc-cont {
    width: 100%;
    text-align: left;
}

#blogpage .blog-detail .blog-description {
    text-align: center;
}

#blogpage .blog-detail .blog-description .h-sep-soc {
    height: 2px;
    background: #ACC947;
    margin: 20px 0;
}

#blogpage .blog-detail .blog-description div {
    margin: 5px 0;
}

#blogpage .blog-detail .blog-description .red {
    color: red;
}

.block-category h1 {
    font-size: 50px;
    color: #004c9d;
    text-align: center;
}

.btn-settore {
    margin: 0 10px 20px;
}

#category p.h2 {
    font-size: 33px;
    text-transform: initial;
    color: #004c9d;
}

#img-tmb-atex {
    -webkit-animation: mymove 3s infinite;
    animation: mymove 3s infinite;
}

@keyframes mymove {
    0% {
        right: 0px;
    }
    15% {
        right: 8px;
    }
    30% {
        right: 0;
    }
}

#gformbuilderpro_form_1 {
    padding: 30px 30px;
    background: #EFEEEE;
}

.form-control {
    border-radius: 0;
}

.bg-gray-index {
    background: #efefef;
}

#submitForm {
    width: 150px;
    font-size: 14px;
    text-transform: capitalize;
}

.blog_title.tab-main-title {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.products-section-title {
    font-weight: 500;
    font-family: 'K2D', sans-serif;
    color: #004c9d;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    text-transform: capitalize !important;
    clear: both;
    display: inline-block;
    direction: ltr !important;
}

.products-section-title+p {
    margin: 0;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #232323;
}

.my-index-form-container {
    padding: 30px 30px 0 30px;
}

.homecat-container .homecat-title {
    padding-top: 30px;
    padding-bottom: 40px;
}

.col-xs-12.homecat-title h2,
h2.h1.products-section-title.text-uppercase {
    font-size: 46px;
}

#tmcms2_block .container-fluid .row {
    padding: 30px 0 0 0;
}

.lastest_block.block.tmblog-latest {
    padding-top: 20px;
}


/* SLIDESHOW HOME */

.flexslider .caption-description {
    display: block;
    width: calc(((100% - 1000px) / 2) + 250px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 100px;
    text-align: center;
}

.flexslider .caption-description h2,
.flexslider .caption-description h1 {
    /* font-size: 60px; */
    /* font-weight: 100; */
    /* line-height: 90px; */
    /* margin-top: 90px; */
    /* text-align: center; */
    /* word-break: break-all; */
    /* text-transform: uppercase; */
}

.flexslider .caption-description a {
    min-width: 200px;
    font-size: 18px;
    color: #fff;
    background: #004c9d;
    margin-top: 20px;
}

.flexslider .caption-description a:hover {
    background: #b5c931;
    transition: .4s;
}

.flexslider .caption-description {
    left: unset;
}

@media (max-width: 1600px) {
    .flexslider .caption-description h2,
    .flexslider .caption-description h1 {
        /* font-size: 40px; */
        /* line-height: 55px; */
        /* margin-top: 70px; */
    }
    .flexslider .caption-description a {
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .flexslider .caption-description {
        display: block;
        width: calc(((100% - 940px) / 2) + 250px);
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 100px;
        text-align: center;
    }
    .flexslider .caption-description h2,
    .flexslider .caption-description h1 {
        /* font-size: 30px; */
        /* line-height: 45px; */
        /* margin-top: 60px; */
    }
    .flexslider .caption-description a {
        width: 160px;
        font-size: 16px;
        margin-top: 10px;
    }
}

@media (max-width: 1000px) {
    .flexslider .caption-description {
        width: calc(((100% - 500px) / 2) + 250px);
    }
    .flexslider .caption-description h2,
    .flexslider .caption-description h1 {
        /* font-size: 26px; */
        /* line-height: 45px; */
        /* margin-top: 40px; */
        /* margin-bottom: 10px; */
    }
    .flexslider .caption-description a {
        width: 140px;
        font-size: 14px;
        margin-top: 5px;
    }
}

@media (max-width: 867px) {
    .flexslider .caption-description h2,
    .flexslider .caption-description h1 {
        /* font-size: 32px; */
        /* line-height: 1.5; */
        /* margin-top: 15px; */
        /* margin-bottom: 5px; */
    }
    .flexslider .caption-description a {
        width: 125px;
        font-size: 16px;
        margin-top: 5px;
    }
}

#header .logo {
    width: 285px;
    margin: 10px 0 10px 0;
}

#header .header-top .menu a.dropdown-item,
#mobile_top_menu_wrapper .top-menu a,
#mobile_top_menu_wrapper .top-menu .sub-menu a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

#header .header-top a[data-depth="0"]::before {
    background: #fff;
}

#header .header-top {
    background: #004c9d;
}

#header .header-top .menu a,
#mobile_top_menu_wrapper .top-menu a,
#mobile_top_menu_wrapper .top-menu .sub-menu a {
    color: #000;
}

.header-top .headerdiv {
    /* border-top:1px solid #004c9d; */
    border-top: 1px solid rgba(3, 108, 180, 0.5);
}

#displayNav1 #contact-link .email {
    margin-left: 60px;
}

[id*="_user_info"] a:first-of-type {
    padding: 10px;
    border-radius: 10px;
    background-color: #b5c931;
}

[id*="_user_info"] .fa-lock:before,
[id*="_user_info"] .logged,
[id*="_user_info"] a:first-of-type span {
    color: #fff;
}

#tmservicecms .fa-headset:before,
#tmservicecms .fa-search:before {
    color: #004c9d;
}


/* 
#tmservicecms p a {
    color: #004c9d;
} */

#tmservicecms p a span {
    font-size: 18px;
    color: #004c9d;
    transition: .2s;
    border-bottom: 2px solid #b5c931;
}


/* 
[id*="_user_info"] span:hover {
    color: #004c9d;
} */

.language-selector-wrapper .dropdown .expand-more {
    color: #fff;
}

.products .category .product-title a:hover {
    background: rgba(0, 0, 0, 0.1);
    transition: .2s;
}


/* Rollhover */

.homecat-container.prodotti .homecat-outer img,
.products .product_list.grid.gridcount .product_item .product-miniature .thumbnail-container img {
    transition: .2s;
}

body:not(.category-id-42):not(.category-id-55) .homecat-container.prodotti .homecat-outer:hover img,
body:not(.category-id-42):not(.category-id-55) .products .product_list.grid.gridcount .product_item .product-miniature:not(.prodotti) .thumbnail-container:hover img {
    padding: 15px;
}
.homecat-container .overlay {
    background: rgba(0, 0, 0, .2);
    transition: .2s;
}
.homecat-container .overlay:hover {
    background: rgba(0, 0, 0, .1);
}
.products .thumbnail-container,
.product-accessories .thumbnail-container {
    margin-bottom: 15px;
}
body:not(.category-id-42):not(.category-id-55) .products .product_list.grid.gridcount .product_item .product-miniature .thumbnail-container img {
    padding: 30px;
}
.products .settori .thumbnail-container:hover .product-title a {
    background: rgba(0, 0, 0, .1);
}
.products .product-miniature .thumbnail-container[data-toggle="modal"]:before {
    background: transparent;
}
#content .row .content-tab-chi h2 {
    font-size: 50px;
    font-weight: 400;
}
.row.row-storia .wrapper h2 {
    color: #004c9d;
    margin-bottom: 80px;
    font-size: 40px;
    font-weight: 500px;
}
.timeline--entry__title {
    font-family: k2d;
    font-weight: 100;
}
.timeline--entry__detail {
    font-family: k2d;
    font-weight: 500;
}
.row.row-mondo>div.col-lg-6.col-sm-6.col-xs-12 {
    padding-bottom: 30px;
}
.my-cooltoaction-cat {
    width: 100%;
    text-align: center;
    margin: 50px 0 50px 0;
}
.my-cooltoaction-cat a {
    padding: 15px 80px;
}
.block_newsletter .newsletter_bg h2.h1.newsletter.hidden-sm-down {
    font-family: k2d;
    font-weight: 100;
}
.block_newsletter .newsletter_bg .title-text span {
    font-family: k2d;
    font-weight: 100;
    font-size: 16px;
}
.block_newsletter form input[type="email"] {
    padding: 12px auto 12px 12px;
    width: 100%;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
}
.block_newsletter form input.btn {
    background: #b5c931;
}
.footer-container li a {
    font-size: 16px;
    font-weight: 100;
}
.footer-container {
    padding: 40px 0 48px;
}
.footer-container .links.block_newsletter {
    margin-bottom: 50px;
}
.footer-container .footer {
    padding: 0 0 0 0;
}
.content-tab #tabs-4 .my-cal-atex-equ {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}
.content-tab #tabs-4 .my-cal-atex-equ a {
    width: 200px;
    color: #fff;
}
.footer-container .container .footer .my-link {
    padding: 0 20px 0 20px;
}
.footer-container .container .footer .my-link h3 {
    color: #fff;
    text-transform: uppercase;
}
.footer-container .container .footer .my-link span {
    color: #C6C4C7;
    font-weight: 100;
    text-align: left;
    padding-left: 0;
}
.footer-container .container .footer .my-link a {
    background: #b5c931;
    margin-top: 20px;
    text-transform: initial;
}
.footer-container .container .footer .my-link a:hover {
    background: #004c9d;
    transition: .4s;
}
.mmy {
    margin-left: 90px;
}
#block-contact_list li {
    font-size: 16px;
    font-weight: 100;
}
.block-contact .image {
    margin: 0 auto 15px;
}
.footer-container .links {
    padding-left: 50px;
}
.block-social li {
    width: auto;
}
.footer .fa-phone:before,
.footer .fa-map-marker-alt:before,
.footer .fa-envelope:before,
.footer .fa-facebook:before,
.footer .fa-youtube:before,
.footer .fa-linkedin:before {
    font-size: 30px;
    color: #fff;
}
.footer .fa-phone:hover:before,
.footer .fa-map-marker-alt:hover:before,
.footer .fa-envelope:hover:before,
.footer .fa-facebook:hover:before,
.footer .fa-youtube:hover:before,
.footer .fa-linkedin:hover:before {
    font-size: 30px;
    color: #b5c931;
    transition: .4s;
}
#tmcms1block {
    margin-top: 80px;
}
#tmcms1block .container-fluid .row div:first-child {
    height: auto;
}
.products .category .product-title a,
.products .settori .product-title a {
    background: rgba(0, 0, 0, .2);
}
.my-btn-cont-sco,
.my-btn-cont-con {
    text-align: center;
}
.secondary-blog .blog-item .blog-content-wrap {
    padding: 15px;
    /* border: 1px solid #004c9d; */
    /* border-top-width: 0; */
    
    background: #ededed;
    position: relative;
}
.secondary-blog .blog-item .blog-content-wrap:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    border-color: transparent;
    border-top-color: #ededed;
    transform: translate(-50%, 0);
}
.secondary-blog .blog-item .blog-content-wrap.bottom:after {
    top: unset;
    bottom: 100%;
    border-top-color: transparent;
    border-bottom-color: #ededed;
}
.Recent-title,
#blog-category {
    width: 100%;
}
.stick-class {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
}
.stick-class .slick-list,
.stick-class .slick-list .slick-track {
    height: 100%;
    width: 100%;
}
#block-contact_list>li {
    padding: 20px 20px 10px;
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.slider-home-linea {
    background-size: cover;
    background-position: center;
    width: 100%;
}
.slider-home-linea.a {
    background-image: url("/img/cms/home/prod-1.jpg");
}
.slider-home-linea.b {
    background-image: url("/img/cms/home/prod-2.jpg");
}
.slider-home-linea.c {
    background-image: url("/img/cms/home/prod-3.jpg");
}
.my-stick-carousel {
    display: none;
}
.slider-tama-linea {
    width: 100%;
    padding: 10px;
}
.slider-tama-linea:hover {
    cursor: pointer;
}
.my-stick-carousel,
.stick-class-2.slick-initialized.slick-slider {
    padding: 0;
}
.slider-tama-linea>span>img {
    border: 1px solid #004c9d;
}
.my-print {
    text-align: right;
    z-index: 9;
    position: relative;
}
#tmcms2_block .container-fluid .row {
    padding: 30px 0 0 15px;
}
.my-soc-cat {
    padding: 0 0 20px 0;
}
.my-tabs-cal {
    display: block;
    text-align: center;
    margin-top: 30px;
    max-width: 387px;
}
.my-tabs-cal a {
    width: 100%;
}
#blogpage .blog-detail .blog-description div {
    outline: none;
    box-shadow: none;
}
.container.homecat-container.prodotti .row,
.container.homecat-container .row {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
}
.container.homecat-container.prodotti .row .my-homecat-out,
.container.homecat-container .row .my-homecat-out {
    align-items: center;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
}
.container.homecat-container.prodotti .row .my-homecat-out a,
.container.homecat-container .row .my-homecat-out a {
    align-items: center;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    border: 1px solid #004c9d;
}
.container.homecat-container.prodotti .row .my-homecat-out h2,
.container.homecat-container .row .my-homecat-out h2 {
    color: #004c9d;
    font-size: 34px;
}
.container.homecat-container.prodotti .row .my-homecat-out h2::after,
.container.homecat-container .row .my-homecat-out h2::after {
    content: '\f054\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 600;
    color: #B5C931;
    display: inline-block;
    line-height: 32px;
    vertical-align: bottom;
    margin-left: 10px;
}
.container.homecat-container.prodotti .row .my-homecat-out a:hover,
.container.homecat-container .row .my-homecat-out a:hover {
    background: #004c9d;
    transition: .2s;
}
.container.homecat-container.prodotti .row .my-homecat-out:hover h2,
.container.homecat-container .row .my-homecat-out:hover h2 {
    color: #fff;
    transition: .2s;
}
.container.homecat-container.prodotti .row .my-homecat-out .overlay,
.container.homecat-container .row .my-homecat-out .overlay {
    background: rgba(0, 0, 0, 0);
    transition: .2s;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.product-leftside .images-container .product-cover {
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.product-leftside h1.productpage_title {
    font-size: 34px;
    color: #004c9d;
}
.product-tabcontent {
    margin-top: 0;
}
.my-cal-prod-bott {
    margin-bottom: 20px;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.my-cal-prod-bott a {
    min-width: 200px;
    margin: 10px;
}
.my-cal-prod-bott a.btn.contact {
    background: #b5c931;
    text-transform: uppercase;
}
.my-cal-prod-bott a.btn.contact:hover {
    background: rgba(167, 187, 32, .7);
}
.my-row-cert {
    margin-bottom: 50px;
}
.my-page-tit-cert h2 {
    font-size: 40px;
    font-weight: 500;
    color: #004c9d;
    text-align: center;
    margin-bottom: 30px;
}
.my-page-content {
    margin-bottom: 30px;
}
.my-tit-cert {
    font-size: 30px;
    font-weight: 600;
    color: #004c9d;
    padding: 0;
    border-bottom: 1px solid #004c9d;
}
.my-cont-img-cert {
    padding-top: 20px;
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    align-items: flex-end;
}
.my-cont-img-cert>div>div {
    text-align: center;
}
.my-link-cert {
    vertical-align: bottom;
}
.my-link-cert a::after {
    content: '\f054\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 100;
    font-weight: 900;
    color: #B5C931;
    position: absolute;
    left: 100px;
    top: 0;
}
.my-page-tit-broc {
    font-size: 40px;
    font-weight: 600;
    color: #004c9d;
    margin-bottom: 50px;
}

/* PALETTE BROCHURE */
.my-row-brochure>div:not(:first-child) {
    display: none;
}
#tabs-palette-brochure li a {
    background: #B5C931;
    border: none;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 100px;
    padding: 8px 15px;
    margin: 0 10px 10px;
}
#tabs-palette-brochure {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    flex-direction: row;
    text-align: center;
}
#tabs-palette-brochure li a:hover,
#tabs-palette-brochure li a.active {
    background: #004c9d;
}
.content-tab-brochure h2 {
    text-align: center;
    padding-bottom: 15px;
}
.my-row-brochure>div>div {
    margin-bottom: 30px;
}
.brochure-tit.readmore {
    border-left: 1px solid #004c9d;
    border-bottom: 1px solid #004c9d;
    border-right: 1px solid #004c9d;
}
.my-row-brochure .brochure-title {
    padding: 0 10px;
}
.my-row-brochure .brochure-link .btn.read-more {
    margin-left: 10px;
}
.my-row-brochure .btn.read-more {
    padding: 0;
    background: transparent;
    color: #232323;
    line-height: 1;
    border-bottom: 2px solid #b5c931;
}
.brochure-img {
    min-height: 300px;
    overflow: hidden;
    position: relative;
    border: 1px solid #004c9d;
    border-bottom: 0px;
}
.brochure-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    /* max-width: unset; */
}
.my-by-footer,
.my-by-footer a {
    font-size: 16px;
    color: #999;
}
.fa-heart:before {
    content: "\f004";
    color: #c00;
}
.footer-after {
    border-top: none;
}
.my-btn-cont-sco>a {
    text-transform: initial;
}
.my-btn-cont-con>a.btn.contact {
    text-transform: uppercase;
}
#header.fixed {
    padding-top: 65px;
}
.page-product .product-tabcontent ul li::before {
    content: "\2022";
    color: #b5c931;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-left: 5px;
}
#blogpage .blog-detail .blog-description>div {
    text-align: center;
}
#blogpage .blog-detail .blog-description div.my-blog-part-slogan p {
    max-width: 500px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: #c00;
    margin: 40px auto;
    border-left: 3px solid #b5c931;
    padding-left: 20px;
}
.my-call-btn-l a,
.my-call-btn-r a {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.my-call-btn-l {
    text-align: right;
}
.my-call-btn-r {
    text-align: left;
}
.page-my-account #content .links .listing a {
    background: #b5c931;
}
.page-my-account #content .links .catalog a {
    background: #004c9d;
}
.page-my-account #content .links .catalog a:hover {
    background: #024b7d;
}
.page-my-account #content .links .listing a:hover {
    background: #7e8c22;
}
#footer #footer_social li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#footer #footer_social li {
    position: relative;
    display: inline-block;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}
#footer #footer_social li i:before {
    display: inline-block;
}

/* OTIMIZZAZIONE MOBILE */
@media (max-width: 991px) {
    /* TOP MENU */
    
    #_mobile_contact_link {
        display: none;
    }
    
    #header .headerdiv .container {
        padding: 0px;
        border: none !important;
    }
    /* HOME PAGE */
    
    #tmcms1block {
        margin-top: 40px;
    }
    
    #tmcms1block h2,
    #tmcms1block h2 span,
    #tmcms2_block h2,
    #tmcms2_block h2 span {
        font-size: 40px !important;
    }
    
    #index #columns_inner .container.homecat-container.prodotti .row .homecat-title,
    #index #columns_inner .container.homecat-container .row .homecat-title,
    #index #columns_inner .lastest_block.block.tmblog-latest .blog_title.tab-main-title,
    #index .bg-gray-index .blog_title.tab-main-title {
        display: flex;
        flex-flow: wrap;
    }
    
    #index #columns_inner .container.homecat-container.prodotti .row .homecat-title h2,
    #index #columns_inner .container.homecat-container .row .homecat-title h2,
    #index #columns_inner .lastest_block.block.tmblog-latest .blog_title.tab-main-title h2,
    #index .bg-gray-index .blog_title.tab-main-title h2 {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    
    #index #columns_inner .container.homecat-container.prodotti .row .homecat-title h2+p,
    #index #columns_inner .container.homecat-container .row .homecat-title h2+p,
    #index #columns_inner .lastest_block.block.tmblog-latest .blog_title.tab-main-title h2+p,
    #index .bg-gray-index .blog_title.tab-main-title h2+p {
        margin-left: 20px;
        margin-right: 20px;
        border-left: none;
        padding-left: 0;
        text-align: center;
    }
    
    #index .container.homecat-container {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    #tmcms1block .row .row p:before,
    #tmcms2_block .row .row p:before {
        display: none;
    }
    
    #tmcms1block .container-fluid>.row>.col-md-6+.col-md-6 {
        padding: 50px 20px 50px 20px;
    }
    /* @media (min-width: 768px) {
        #tmcms1block .container-fluid .row div:first-child {
            height: 250px;
        }
    } */
    
    .homecat-container .homecat-outer {
        padding: 5px;
        clear: both;
    }
    
    #tmcms2_block .container-fluid .row {
        padding: 0;
    }
    
    .homecat-container .overlay {
        background: rgba(0, 0, 0, .2);
        transition: .2s;
    }
    
    #tmcms1block .row .row,
    #tmcms2_block .row .row {
        margin-bottom: 0;
    }
    
    #tmcms2_block .container-fluid .row .row div {
        margin-bottom: 20px;
    }
    
    #tmcms2_block .container-fluid>.row>.col-md-6+.col-md-6 {
        width: 100%;
        height: 250px;
    }
    
    #tmcms2_block .container-fluid>.row>.col-md-6 {
        padding: 20px 20px 0 20px;
    }
    
    .lastest_block.block.tmblog-latest .blog_title.tab-main-title {
        margin-bottom: 0;
    }
    
    #footer .footer-container .container .footer .my-link {
        padding: 30px 20px 20px 20px;
    }
    
    #footer .footer-container .container .footer .my-link a {
        margin-top: 15px;
        text-transform: initial;
    }
    
    .footer-container {
        background: url("/img/footer.jpg");
    }
    
    #footer .links.block.links.hb-animate-element.top-to-bottom .title.h3.block_title.hidden-lg-up .pull-xs-right {
        display: none;
    }
    
    #footer .footer-container .links {
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #footer .footer-container .links .h3 span {
        color: #fff;
    }
    
    #footer .footer-container .footer .block_newsletter.links {
        margin-bottom: 30px !important;
    }
    
    .gformbuilderpro_content label {
        width: 270px;
    }
    
    .gformbuilderpro_content.row .formbuilder_group .itemfield_wp.row .checkbox_item_wp #checkbox_commerciale_0,
    .gformbuilderpro_content.row .formbuilder_group .itemfield_wp.row .checkbox_item_wp #checkbox_privacy_0 {
        vertical-align: top;
        margin-top: 7px;
    }
    
    #footer .footer-container .my-link span {
        padding: 5px 0 0 0;
    }
    /* CHI SIAMO */
    
    .csmx-counter {
        margin: 30px auto;
    }
    
    .row-counter {
        padding: 15px 0;
    }
    
    .row-sport {
        margin-top: 0;
    }
    
    .page-content.page-cms.page-cms-7 .left-tab-chi img {
        width: 100%;
    }
    
    .my-tabs-cal {
        max-width: none;
        margin-bottom: 30px;
    }
    /* PRODOTTI */
    
    #category #category-banner .h1 {
        margin-left: 20px;
        ;
    }
    
    #category #category-description h1 {
        font-size: 40px;
    }
    
    .products .category .product-title a,
    .products .settori .product-title a {
        font-size: 18px;
        white-space: normal;
    }
    
    .products .product_list li.product_item.col-sm-6,
    .products .product_list li.item.col-sm-6,
    .products .product_list li.product_item.col-md-6 {
        width: 100%;
        margin-bottom: 25px;
    }
    
    .products .thumbnail-container,
    .product-accessories .thumbnail-container {
        margin-bottom: 5px;
    }
    
    .block-category h1 {
        font-size: 40px;
        color: #004c9d;
        text-align: center;
    }
    
    .products .product-miniature.prodotti {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: 2px solid #efefef;
        box-shadow: none;
    }
    
    #products .products .product-miniature.prodotti .product-description {
        background: #efefef;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    #js-product-list .product-description .title-description,
    #js-product-list .product-description .h3.product-title {
        width: 100%;
    }
    /* SETTORI D'APPLICAZIONE */
    
    #products .my-cooltoaction-cat {
        margin: 20px 0 50px 0;
    }
    
    .product-miniature .btn.category-btn.quick-view {
        width: 100%;
    }
    
    body:not(.category-id-42):not(.category-id-55) .products .product_list.grid.gridcount .product_item .product-miniature .thumbnail-container img {
        width: auto;
    }
    /* CONTATTI */
    
    #contact-rich.contact-rich {
        margin-top: 40px;
    }
    
    #contact-rich .pull-xs-right {
        display: none;
    }
    
    #widget-container {
        transform: scale(0.8) translate(20%, -50%) !important;
        height: 320px !important;
    }
    
    .my-mondo-t {
        text-align: center;
    }
    
    .my-mondo-t div div p a {
        color: #b5c931;
    }
    
    .my-mondo-t div div p {
        font-size: 19px;
    }
    
    .secondary-blog .blog-item .blog-content-wrap.bottom:after {
        bottom: unset;
        top: 100%;
        border-top-color: #ededed;
        border-bottom-color: transparent;
    }
    
    .homecat-container .overlay:hover,
    .products .settori .thumbnail-container:hover .product-title a,
    .products .category .product-title a:hover {
        background: rgba(0, 0, 0, .2);
    }
}
#widget-container {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    width: fit-content;
    height: 210px;
    display: flex;
    flex-flow: wrap row-reverse;
    align-items: center;
    right: 0;
    z-index: 9;
}
#widget {
    position: sticky;
    float: right;
    width: fit-content;
    height: 210px;
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    justify-content: center;
    background-color: #004c9db8;
    border-radius: 50px 0 0 50px;
}
#widget a:first-of-type {
    display: none;
}
#arrow {
    position: sticky;
    float: right;
    width: 25px;
    height: fit-content;
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    justify-content: center;
    background-color: #004c9db8;
    border-radius: 50px 0 0 50px;
}
#arrow i {
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    transform: scale(1.5);
}
#arrow i:hover {
    color: white;
    transform: scale(2);
    cursor: pointer;
    color: #b5c931;
}
#widget a {
    margin: 20px;
    color: white;
    transform: scale(1.2);
}
#widget a:hover {
    color: #b5c931;
    transform: scale(1.5);
    cursor: pointer;
}
.top_button {
    bottom: 85px !important;
}
.edge-browser #widget,
.edge-browser #arrow {
    background-color: #004c9d;
}
@media (max-width: 991px) {
    #widget {
        height: 320px;
    }
    
    #widget a:first-of-type {
        display: block;
    }
    
    .homecat-container .homecat-title {
        margin-bottom: 0;
    }
    
    .blog_title.tab-main-title {
        padding-left: 5px;
        padding-right: 5px;
        display: flex;
        align-items: center;
        padding-top: 30px;
        padding-bottom: 40px
    }
}
@media (max-width: 1440px) {
    ul.top-menu>li:nth-of-type(3)>div {
        max-height: 400px;
        overflow-y: auto;
    }
}