/* FONT Golos Text */


@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

@font-face {
    font-family: "Golos Text", sans-serif;
    src: url('/fonts/golos/golos-text_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Golos Text", sans-serif;
    src: url('/fonts/golos/golos-text_medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Golos Text", sans-serif;
    src: url('/fonts/golos/golos-text_demibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Golos Text", sans-serif;
    src: url('/fonts/golos/golos-text_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Golos Text", sans-serif;
    src: url('/fonts/golos/golos-text_black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }

/* FONT Golos Text */


body {
    /* padding-top: 54px;*/
    font-family: "Golos Text", sans-serif;
    background-color: #f4f6f8;
    color: #535a5f;
    font-size: 15px;
}



/*
a {
	color: #fff;	
}

a:hover {
	color: #fff;	
}
*/
a {
    color: #1B505D;
}

a:hover {
    color: #1B505D;
    text-decoration: underline;
}

b, strong {
    font-weight: bold;
}

@media (min-width: 992px) {
    body {
        /* padding-top: 56px; */
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1270px;
    }
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.product-item {
    margin: 5px 0px 50px 0px;
}

/***********SEARCH FORM*****************/
.search-blcok {
    position: relative;
    margin-left: 30px;
}

.search-wrapper {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.search-wrapper.active {
}

.search-wrapper .input-holder {
    overflow: hidden;
    height: 70px;
    background: rgba(255, 255, 255, 0);
    border-radius: 6px;
    position: relative;
    width: 50px;/*
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}

.search-wrapper.active .input-holder {
    border-radius: 1.5rem;
    width: 40rem;
    background: #e9ecef;
    position: absolute;
    right: 0;
    bottom: -35px;/*
    -webkit-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);*/
    transition: all .5s;
}

.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 50px;
    padding: 0px 70px 0 1.5rem;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #495057;/*
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);*/

    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    transform: translate(0, 10px);
}

.search-wrapper .input-holder .search-icon {
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 6px;
    background: none;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    color: #fff;
}

.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 30px;
}

.search-wrapper .input-holder .search-icon span {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    -moz-transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);

}

.search-wrapper.active .input-holder .search-icon span {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content: '';
}

.search-wrapper .input-holder .search-icon span::before {
    width: 4px;
    height: 11px;
    left: 9px;
    top: 18px;
    border-radius: 2px;
    background: #974BE0;
}

.search-wrapper .input-holder .search-icon span::after {
    width: 14px;
    height: 14px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 4px solid #974BE0;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    /*-webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -moz-transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;*/
}

.search-wrapper.active .close {
    right: -50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    /*-webkit-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -moz-transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;*/
    position: absolute;
    top: -10px;
    left: 1rem;
}

.search-wrapper .close::before, .search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #FFF;
    border-radius: 2px;
}

.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}

.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}

.search-wrapper .result-container {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0px;
    text-align: center;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 14px;
    display: none;
    color: #B7B7B7;
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .1);
    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 999rem;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    border-radius: 15px;
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 .6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333;
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6;
}

.autocomplete-suggestion.selected {
    background: #f0f0f0;
}

.autocomplete-suggestions a {
    display: block;
    padding: 10px 15px;
    color: #1e1d1d;
}

.autocomplete-suggestions a:hover {
    background: #f2f2f2;
    text-decoration: none;
}


/******* NAV MENU **********/

#mobile-main-nav {
    display: none;
}

.hc-nav-trigger {
    top: 17px;
    left: 12px;
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    background: #fff;
}

.hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav li.nav-back a:hover, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
    background: #495057;
    color: #fff;
}

.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
    background: #14434f;
    border-top: 1px solid #14434f;
    border-bottom: 1px solid #14434f;
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: #1b505d;
}

.hc-offcanvas-nav ul.bottom-nav {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    justify-content: center;
    border-top: 1px solid #31616D;
}

.hc-offcanvas-nav ul.bottom-nav a {
    padding: 14px 17px;
    font-size: 20px;
}

.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
    padding: 1rem 1.5rem;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    border-bottom: 1px solid #31616D;
}

.hc-offcanvas-nav li.nav-back span::before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.hc-offcanvas-nav span.nav-next::before {
    border-top: 2px solid #343a40;
    border-left: 2px solid #343a40;
}


.sidenav__content .top-nav-menu {
    margin: 0 !important;
}

.sidenav__content .top-nav-menu {
    list-style: none;
    width: 100%;
}

.sidenav__content .top-nav-menu li {
    display: inline;
    margin-right: 10px;
    transition: 0.2s easy-in;
}

.sidenav__content .top-nav-menu li:hover {

}

.sidenav__content .top-nav-menu a {
    color: #535a5f;
    /* text-transform: uppercase; */
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.sidenav__content .top-nav-menu a:hover {

}

.sidenav__content .top-nav-menu .call-order-btn {
    background-color: transparent;
}


.alteco-top-nav a {
    color: #fff;
    /*text-transform: uppercase;*/
    font-family: "Golos Text", sans-serif;
    font-weight: 200;
    font-size: 14px;
}


.alteco-top-nav {
    background: #14434F;
    padding: 0;
}

.alteco-top-nav li {
    padding: 0px 5px;
    border-radius: 15px;
    margin: 0.5rem 0;
    position: relative;
}

.alteco-top-nav li:hover {
    background: #1B505D;
}

.alteco-top-nav a {
    color: #fff;
    /*text-transform: uppercase;*/
    font-family: "Golos Text", sans-serif;
    font-weight: 200;
    font-size: 14px;
}

.top-nav-contacts ul {
    list-style: none;
}

.top-nav-contacts li {
    /*display: inline;*/
    display: list-item;
    margin-right: 10px;
}

.top-nav-contacts i {
    opacity: 0.8;
}

.top-nav-contacts i:hover {
    opacity: 1;
}

.top-nav-contacts a {
    text-transform: none;
}

.top-nav-contacts li:hover {
    background: transparent;
}

/*.top-nav-contacts li.nav-email {
    margin-left: 20px
}*/

.alteco-nav {
    background: #1B505D;
    height: 86px;
}

.alteco-nav a {
    color: #fff;
    font-family: "Golos Text", sans-serif;
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
    border-radius: 15px;
    padding: 0.4rem 0;
}

.alteco-nav a:hover {
    background-color: #275965;
}

.nav-icons {
    padding-left: 20px;
}

.nav-icons a:hover {
    border-bottom: none;
}

.nav-icons a {
    padding-left: 20px;
}

.nav-icons i {
    font-size: 20px;
}

.call-order-btn {
    background-color: #204D58;
}

li.call-order-btn:hover {
    background-color: #0D3843;
}

.like-count {
    position: absolute;
    top: 1px;
    right: 0px;
    font-size: 10px;
    font-weight: 200;
}

a.navbar-brand, a.navbar-brand:hover {
    border: none;
    background-color: transparent !important;
}

h2 {
    font-size: 40px;
    color: #1B505D;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin-top: 4rem;
    margin-bottom: 2rem;
}

h2 span {
    color: #535a5f;
}


.nav-main-menu {

    background-color: #fff;
}

.main-menu-block {
    background-color: #fff;
    padding: 10px;

}

.nav-category-block {
    padding: 10px 20px 0px 40px;
    position: relative;


}

.nav-category-block .nav-category-header {
    font-size: 15px;
    color: #1B505D;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 5px;

}

.nav-category-block ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.nav-category-header::before {

    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    left: 1px;
    background-size: 32px;
    margin-right: 5px;

}

.nav-category-header.angle_grinder-ico::before {
    content: "";
    background: url(/images/icons/menu/angle-grinder.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.wallchaser-ico::before {
    content: "";
    background: url(/images/icons/menu/wallchaser.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.screwdriver-ico::before {
    content: "";
    background: url(/images/icons/menu/screwdriver.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.pump-ico::before {
    content: "";
    background: url(/images/icons/menu/pump.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.metalworking-icon::before {
    content: "";
    background: url(/images/icons/menu/metal-working.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.woodworking-icon::before {
    content: "";
    background: url(/images/icons/menu/wood-working.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.construction-icon::before {
    content: "";
    background: url(/images/icons/menu/construction.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.welding-icon::before {
    content: "";
    background: url(/images/icons/menu/welding.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.generator-compressor-icon::before {
    content: "";
    background: url(/images/icons/menu/gencomp.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.accessories-icon::before {
    content: "";
    background: url(/images/icons/menu/consumables.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.accessories-icon a {
    color: #1B505D;
}

.nav-category-header.perforator-icon::before {
    content: "";
    background: url(/images/icons/menu/jackhammer.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.others-icon::before {
    content: "";
    background: url(/images/icons/menu/heatgun.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.stanki-icon::before {
    content: "";
    background: url(/images/icons/menu/armature.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.heatgun-icon::before {
    content: "";
    background: url(/images/icons/menu/heating.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.auto-icon::before {
    content: "";
    background: url(/images/icons/menu/auto.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.cleaning-icon::before {
    content: "";
    background: url(/images/icons/menu/cleaning.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.measuring-icon::before {
    content: "";
    background: url(/images/icons/menu/measuring.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.diamond-icon::before {
    content: "";
    background: url(/images/icons/menu/diamond.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.drill-ico::before {
    content: "";
    background: url(/images/icons/menu/drill.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-header.garden-ico::before {
    content: "";
    background: url(/images/icons/menu/garden.svg) top center no-repeat;
    background-size: 32px;
}

.nav-category-block li {
    font-size: 15px;
    margin-bottom: 0px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    line-height: 21px;
}

.nav-category-block li a {
    font-size: 15px;
    color: #1B505D;
}

.nav-category-block li::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #CF231D;
    position: absolute;
    left: 4px;
    top: 7px;
}


/************* NEW ITEMS SECTION********************/

.new-items-section {
    margin-top: 45px;
}

.new-items-section .card-body {
    /*padding: 10px;*/
    padding: 1.25rem 1.25rem 0.5rem 1.25rem;
}

.new-items-section .card-title,
.new-items-section .card-title a {
    font-size: 15px;
    color: #535a5f;
    font-weight: bold;
}

.new-items-section .card-text {

}

.new-items-section .card-text ul {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.new-items-section .card-text li {
    font-size: 14px;
    margin-bottom: 2px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.new-items-section .card-text li a {
    font-size: 14px;
    color: #fff;
}

.new-items-section .card-text li::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #CF231D;
    position: absolute;
    left: 4px;
    top: 7px;
}

.new-items-section .card {
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: .25rem;
    position: relative;
    border-radius: 20px;
    transition: transform .2s cubic-bezier(0.4, 0, 1, 1);
}

.new-items-section .card:hover {
    /*box-shadow: 0 0 10px rgba(204, 204, 223, 0.4);*/
    transition: transform .2s cubic-bezier(0.4, 0, 1, 1);
    transform: scale(1.02);
}

.new-items-section .card .like-icon {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    color: #535a5f;
}

.new-items-section .card .like-icon.active {
    color: #CF231D;
}

.new-items-section .card-img-top {
    width: 250px;
    text-align: center;
    margin: 0 auto;
}


.pos-rel {
    position: relative;
}

/*************  SLIDERS ********************/
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 400px;
    color: #fff;
    text-align: center;

}

.carousel-caption a {
    width: 100%;
    display: block;
    min-height: 100%;
    color: transparent;
}


/************* ABOUT BRAND ********************/

.brand-about {
    position: relative;
    margin-bottom: 40px;
    background-color: #fff;
    padding: 70px 60px;
    box-shadow: 0 0 20px rgba(204, 204, 223, 0.40);
    /*background: url(/images/brand-about-bg.jpg) #fff top right no-repeat;*/
    border-radius: 15px;
}

.brand-about:after {
    content: "";
    background: url(/images/brand-about-levit.png) top right no-repeat;
    width: 600px;
    height: 460px;
    position: absolute;
    bottom: 0px;
    right: 16px;
}


.brand-about p {
    font-size: 16px;
    font-weight: 200;
}

.brand-about span {
    font-weight: bold;
    color: #1B505D;
}

/************* WHY WE SECTION ********************/
.why-we {
    padding-bottom: 2rem;
}

.why-we .card {
    padding: 35px;
    /*box-shadow: 0 0 20px rgba(204, 204, 223, 0.40);*/
    border-radius: 30px;
}

.why-we-icon {
    font-size: 75px;
    color: #1B505D;
    margin-bottom: 25px;
}

.why-we-title {
    font-weight: bold;
    font-size: 20px;
    color: #1B505D;
    text-transform: uppercase;
}

.why-we .card-text {
    font-weight: 200;
    font-size: 15px;
    text-align: center;
}


/************* Subscribe Section ********************/
.subscribe-block {
    background: #fff;
    padding: 30px 20px;
    margin: 40px 0 50px 0;
    box-shadow: 0 0 20px rgba(204, 204, 223, 0.40);
    width: 100%;
    border-radius: 15px;
}

.subscribe-block .subscribe-form input {
    width: 100%;
    height: 50px;
    border-radius: 15px;
    background: #e9ecef;
    color: #6c757d;
    border: none;
    outline: none;
    padding-left: 35px;

}

.subscribe-block .subscribe-form {
    margin-top: 0px;
    width: 100%;
    position: relative;
}

.subscribe-block .subscribe-form input::placeholder {
    color: #888;
    font-weight: 200;
    font-size: 14px;
}

.subscribe-block .subscribe-form .form-control:focus {
    color: #888;
    background-color: #dee2e6;
    border-color: rgba(0, 0, 0, .075);
    outline: 0;
    box-shadow: none;
}

.subscribe-block .description p {
    font-size: 24px;
    font-weight: bold;
    color: #1B505D;
    margin: 0;
}

.subscribe-block .desc {
    display: flex;
    justify-content: center;
    align-self: center;
}

.subscribe-block .desc p {
    font-style: italic;
    font-size: 15px;
    font-weight: 200;
    color: #535a5f;
    text-align: center;
}

/************* NEWS Section ********************/


.news-section {
    padding: 0 15px;
}

.news-section .news-item {
    padding: 0;
    box-shadow: 0 0 20px rgba(204, 204, 223, 0.40);
}

.news-section .card {
    border-radius: 0;
    border: 0;
}

.news-section .card .card-title, .news-section .card .card-title a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #1B505D;


}

.news-section .card .card-text {
    font-size: 14px;
    color: #1B505D;
    font-weight: 200;
}

.news-section .card-img {
    border-radius: 0;
}


.btn-alteco-green {
    width: 200px;
    height: 45px;
    background-color: transparent;
    color: #1B505D;
    border-radius: 25px;
    border: 1px solid #1B505D;
    box-shadow: none;
    text-transform: uppercase;
    outline: none;
    font-size: 15px;
}

.btn-alteco-green:hover {
    color: #fff;
    background-color: #1B505D;
    box-shadow: none;
    outline: none;
}

.btn-alteco-green:focus {
    background-color: #1B505D;
    box-shadow: none;
    color: #fff;
    outline: none;
}


.btn-alteco-red {
    width: 220px;
    height: 50px;
    background-color: #CF231D;
    color: #fff;
    border-radius: 15px;
    border: none;
    /*box-shadow: 0 0 15px #CF231D;*/
    text-transform: uppercase;
    outline: none;
    font-size: 15px;
}

.btn-alteco-red:hover {
    color: #fff;
    background-color: #000;
    /*box-shadow: 0 0 15px #be3539;*/
    outline: none;
}

.btn-alteco-red:focus {
    background-color: #be3539;
    box-shadow: 0 0 15px #be3539;
    color: #fff;
    outline: none;
}

.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #fff;
    padding: 0;
    box-shadow: 0 0 20px rgba(204, 204, 223, 0.40);
    border-radius: 15px;
}

.accordion-section .panel-default .panel-title {
    margin: 0;
}

.accordion-section .panel-default .panel-title a {
    display: block;
    font-size: 16px;
    color: #535a5f;

}

.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 2rem;
    content: "\f106";
    color: #1B505D;
    float: right;
    margin-top: -10px;
}

.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}

.accordion-section .panel-default .panel-body {
    font-size: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 0 0 15px 15px;
}


/************* FOOTER ********************/


.bg-alteco-dark {
    background: #14434F;
}

.bg-alteco-navig {
    background: #fff;
    border-radius: 15px;
    margin-top: 0.5rem;
}

.bg-alteco {
    background: #1B505D;
}

footer {
    color: #fff;
    font-weight: 200;
}

footer .footer-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

footer .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

footer .description {
    font-size: 14px;
    margin-top: 1rem;
    display: block;
}

.list-link {
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

.list-link li {
    margin-bottom: 7px;
}

.list-link li a {
    font-size: 14px;
    color: #fff;
    font-weight: 200;
    /*text-decoration: underline;*/
}


.subscribe-form {
    margin-top: 15px;
    width: 265px;
    position: relative;
}

.subscribe-form input {
    width: 100%;
    height: 50px;
    border-radius: 15px;
    background: #14434F;
    color: #fff;
    border: none;
    outline: none;
    padding-left: 22px;
}

.subscribe-form input::placeholder {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
}

.subscribe-form .btn-subscribe {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #fff;
    border-radius: 13px;
    height: 45px;
    width: 45px;
}

.subscribe-form .btn-subscribe:hover {
    background: #ccc;
}


.subscribe-form .form-control:focus {
    color: #fff;
    background-color: #14434F;
    border-color: #14434F;
    outline: 0;
    /*box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);*/
    box-shadow: none;
}

.social-block {

}

.social-block ul {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.social-block li {
    margin-right: 16px;
    display: inline;
}

.social-block li a {
    font-size: 28px;
    color: #d0d9dc;
}

.social-block li a:hover {
    color: #fff;
}

.social-block-dark ul {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.social-block-dark li {
    margin-right: 16px;
    display: inline;
}

.social-block-dark li a {
    font-size: 28px;
    color: #535a5f;
}

.social-block-dark li a:hover {
    color: #1B505D;
}

.footer-bottom {
    padding: 20px 20px;
    font-weight: 200;
    font-size: 15px;
}


/************ PAGES *******************/

/************ AUTH PAGE *******************/
.window-auth {
    margin: 60px 0;
    background: #fff;
}

.window-auth form {
    padding: 50px 90px;
}

.window-auth .wa-links {
    padding: 30px 20px;
}

.window-auth .wa-links .wa-link {
    text-align: center;
    display: inline-block;
    width: 49%;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 0;
    color: #535a5f;
}

.window-auth .wa-links .wa-link.active {
    color: #1B505D;
}

.window-auth .wa-links .wa-link.active::before {
    background: #1B505D;
    height: 3px;
}

.window-auth .wa-links .wa-link:hover {
    text-decoration: none;
    color: #1B505D;
}


.window-auth .wa-links .wa-link::before {
    content: "";
    zoom: 1;
    background: #535a5f;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.window-auth .wa-links .wa-link:hover::before {
    content: "";
    background: #1B505D;
    height: 3px;
}

.window-auth .wa-links .wa-link:last-child {
    margin-left: 2%;
}


.window-auth .checkbox-group label {
    font-weight: 500;
    margin-top: 0;
    padding-left: 0px;
}

.breadcrumb {
    background: transparent;
    padding: 20px 0 20px 1px;
    margin: 0;
}


.breadcrumb a {
    color: #535a5f;
    font-size: 15px;
}

.breadcrumb li > span {
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    /*font-family: 'FontAwesome';
    font-family: "Golos Text", sans-serif;*/
    display: inline-block;
    padding-right: 2px;
    color: #6c757d;
    content: "/";
    /*content: "\f105";
    color: #CF231D;*/
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
}

.breadcrumb > li.brc-mobile {
    padding-left: 20px;
}

.breadcrumb > li.breadcrumb-item.brc-mobile::before {
    font-family: 'FontAwesome';
    display: inline-block;
    padding-right: 4px;
    color: #6c757d;
    content: "\f104";
    font-size: 15px;
    line-height: 20px;
    vertical-align: middle;
}


/*********** PRODUCTS PAGE ***************/

.products h1 {
    font-size: 30px;
    color: #535a5f;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin-bottom: 2rem;
    text-align: left;
}

.products-new h1 {
    font-size: 30px;
    color: #535a5f;
    font-weight: 600;
    margin-bottom: 2rem;
    margin-top: 2rem;
    text-align: left;
}

.products .product-info .product-name, .product-info .product-name a {
    font-size: 20px;
    font-weight: 600;
    color: #535a5f;
    word-wrap: break-word;
    word-break: normal;
    margin-bottom: 0.5rem;
}

.product-info .product-name a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
}


.products .product-info .product-id {
    font-size: 15px;
    font-weight: 400;
    color: #707F8D;
    margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
.product-id {
    margin-bottom: -1rem;
}
}

/*.products .product-item {
    box-shadow: 0 3px 2px -2px #e9e8e8;
    padding-bottom: 5px;
}*/


.products .product-info .product-features {
    margin-top: 15px;
}

.products .product-info .product-features ul {
    list-style: none;
    -moz-column-count: 1; /* Firefox */
    -webkit-column-count: 1; /* Safari and Chrome */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    padding: 0;
}

.products .product-info .product-features li {
    display: flex !important;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 200;
    align-items: center;
    margin-bottom: 10px;
}

.products .product-info .product-features li div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products .product-info .product-features span {
    display: inline;
    margin-left: 0.5rem !important;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products .product-info .product-features img {
    margin-right: 5px;
    width: 18px;
}

.products .product-actions .read-more {
    font-size: 16px;
    text-transform: uppercase;
    color: #535a5f;
    padding-top: 8px;
    display: block;
}

.products .product-actions {
    text-align: center;
    margin-top: 8rem;

}

.products .product-actions .custom-control-label {
    font-size: 15px;
    font-weight: 200;
}

.products .compare_link {
    color: #535a5f;
    line-height: 28px;
}

.products .row {
    margin: 1rem 0rem 1rem 0rem;
    padding-bottom: 1rem;
    margin-right: 0;
    margin-left: 0;
}

.comparison .nav-tabs > li.active > a,
.comparison .nav-tabs > li.active > a:focus,
.comparison .nav-tabs > li.active > a:hover {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    background-color: #fff;
}

.comparison .nav-tabs > li.active > a span,
.comparison .nav-tabs > li.active > a:focus span,
.comparison .nav-tabs > li.active > a:hover span {
    color: #1B505D;
    border: none;
}

.comparison .nav-tabs > li > a > span {
    color: #393939;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    border-bottom: 1 px dashed #393939;
}


.comparison .comparison-table {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.comparison .comparison-table thead td {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    text-align: center;
    width: 25%;
}

.comparison .comparison-table thead td .img-responsive {
    display: block;
    margin: auto;
    max-width: 100%;
}

.comparison .comparison-table thead td h2 {
    color: #393939;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 20px;
}

.comparison .comparison-table thead td .id {
    color: #393939;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

.comparison .comparison-table thead td .price {
    color: #b12704;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.comparison .comparison-table thead td .price b {
    color: #393939;
}

.comparison .comparison-table thead td .btn-warning {
    margin-bottom: 30px;
    padding: 5px 60px;
}

.comparison .comparison-table thead td:first-child {
    text-align: left;
    padding: 30px;
}

.comparison .comparison-table tbody tr:nth-of-type(odd) {
    background-color: #f4f6f8;
}

.comparison .comparison-table tbody tr td {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-top: 0;
    text-align: center;
    vertical-align: middle;
}

.comparison .comparison-table tbody tr td:first-child {
    text-align: left;
    padding-left: 30px;
}

.comparison .nav-tabs .nav-item {
    margin-bottom: -1px;
}


.product-image {
    height: 250px !important;
    margin: 0 auto;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.category-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 3rem;
}

.category .sub-category {
    position: relative;
}

.category .sub-category:after {
    content: "";
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e8e8e8;
}

.portfolio-item {

}

.portfolio-item:hover {
    box-shadow: 0 0 15px #ccc;
}

.portfolio-item .card-title {
    text-align: center;
    font-size: 18px;
}

.portfolio-item .card-title a {
    color: #065073;
}

/*
img.lazy.loading {
    background: transparent url(/images/loading.gif) no-repeat 50% 50%;
}
*/

.portfolio-item .card {
    border: none;
    font-weight: 200;
    max-width: 250px;
}


.category .card-body {
    padding: 0
}

.category .card-title {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #2E2E2D !important;
    margin-bottom: 1rem;
}

.category .card-title a:hover {
    text-decoration: none;
}

.category .portfolio-item {
    border: 1px solid #e8e8e8;
    border-left: none;
    border-top: none;
    padding: 10px 20px;
    transition: all 0.2s ease-out;

}


.sidebar-menu {

}

ul.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;

}

.sidebar-menu li {
    font-weight: 300;
    font-size: 14px;
    color: #acacac;
    list-style: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
    background-image: url(/img/arrow-right.svg);
    background-position: 100% center;
    background-repeat: no-repeat;
    padding-right: 10px
}

.sidebar-menu a {
    font-size: 16px;
    color: #535a5f;
}


.products.search .product-image {
    width: auto;
    height: auto;
}


/*********** PRODUCTS CARD PAGE ***************/


.card .title {
    font-size: 24px;
    font-weight: 500;

}

.gallery-wrap .img-big-wrap {
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #fff;
    padding-left: 8px;
}

.gallery-wrap .img-small-wrap {
    position: absolute;
    top: 10px;
    left: 0;
}

.gallery-items {
    max-height: 342px;
    overflow: hidden;
}

.gallery-items-inner {
    position: relative;
}

.gallery-wrap .img-small-wrap .item-gallery-up, .gallery-wrap .img-small-wrap .item-gallery-down {
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
}

.gallery-wrap .img-small-wrap .item-gallery {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    margin: 7px 2px;
    display: block;
    overflow: hidden;
}

.gallery-wrap .img-small-wrap img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.gallery-wrap .img-small-wrap .item-gallery img:hover {
    opacity: 0.8;
}

.card {
    border: none;
    font-weight: 200;
}


.card img {
    max-width: 100%;
    margin: 0rem 0;
}

.card .description {
    font-size: 15px;
}

.card .product-features ul {
    list-style: none;
    /*margin-left: 15px;*/
    padding: 0;
}

.card .product-features li {
    display: flex !important;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 200;
    align-items: center;
    margin-bottom: 12px;
}

.card .product-features span {
    display: inline;
    margin-left: auto !important;
    font-weight: 500;
}

.card .product-features img {
    margin-right: 7px;
    width: 20px;
}

.fav-btn {
    width: 150px;
}

.fav-btn a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #535a5f
}

.fav-btn a:hover {
    color: #41464a;
}

.fav-btn span {
    padding-top: 10px;
    display: block;
    font-size: 15px;
    line-height: 18px;
}

.fav-btn i {
    font-size: 35px;
    display: block;
}

.docs-btn {
    width: 150px;
}

.docs-btn a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #535a5f
}

.docs-btn a:hover {
    color: #41464a;
}

.docs-btn span {
    padding-top: 10px;
    display: block;
    font-size: 15px;
    line-height: 18px;
}

.docs-btn i {
    font-size: 35px;
    display: block;
}


.card .product-info {
    background-color: #f4f6f8;
    border-radius: 15px;
    margin-bottom: 1rem;
    margin-top: 1rem;

}

.product-info ul {
    padding: 0;
    list-style: none;
    margin-top: 10px;
    padding: 20px 5px 10px 5px;
}

.product-info li {
    padding-left: 40px;
    margin-bottom: 10px;
    font-size: 15px;
}

.product-info li span {
    font-weight: 500;
}

.product-info ul li.warranty {
    background: url(/images/f-icons/guarantee.svg) no-repeat 3px center;
    background-size: 20px;
}

.product-info ul li.delivery {

    background: url(/images/f-icons/delivery.svg) no-repeat 3px center;
    background-size: 20px;

}


.nav-center .parent-anchors-block .card-nav {
    text-align: center;
    height: 45px;
}

.anchors-block.fixed {
    position: fixed;
    top: 0;
    width: 1206px;
    z-index: 10;
}

.card-nav ul {
    padding: 0;
    line-height: 45px;
}

.card-nav li {
    display: inline-block;
    position: relative;
    /*padding: 0 11rem;*/
}

.card-nav li a {
    color: #707F8D;
    font-size: 20px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    display: block;
    border: 2px solid #f4f6f8;
    padding: 0.2rem 14rem;
    border-radius: 15px;
    transition: 0.3s ease-out
}

@media (max-width: 575px) {
    .card-nav li a {
    color: #1B505D;
    font-size: 13px;
    font-weight: 400;
    display: inline;
    border: 0px;
    padding: 0.2rem 14rem;
    border-radius: 0px;
}
}

.card-nav li a:hover {
    color: #1B505D;
    text-decoration: none;
    border-color: #eceff2;
}

/*.card-nav li.active:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    bottom: 0;
    position: absolute;
    left: 45%;
}*/


.card .title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
}

.card .content {
    padding-top: 20px;
}


.table-stripped thead tr {
    background: #f4f6f8;
}

.table-stripped thead tr th {
    border-bottom: none;
    font-weight: 600;
}

.table-stripped tbody tr {
    background: #fff;
}

.table-stripped tbody tr td {
    border: none;
}

.td-right {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: 500;
}

.td-left {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.table-stripped tbody tr:nth-child(even) {
    background: #f4f6f8;
}

.table-stripped tr td:nth-child(even) {
    text-align: right;
}


/*********CONTACTS PAGE**********/
.contacts-page ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contacts-page li {
    margin: 0;
    list-style: none;
    color: #fff;
    padding-bottom: 25px;
    padding-left: 22px;
    position: relative;

}

.contacts-page li p {
    font-size: 16px;
    font-weight: 200;
    padding-left: 30px;
}


.address-block {
    display: flex;
    min-height: 100%;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.address-block .social, .address-block .social a {

    font-size: 22px;
    color: #fff;
    opacity: 0.8;
    padding-right: 15px;
}

.address-block .social a:hover {
    opacity: 1;
}

.address-block li::before {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 8px;
    left: 1px;
    background-size: 32px;
    margin-right: 5px;
}

.address-block .address::before {
    content: "";
    background: url(/images/icons/01-pin.svg) top center no-repeat;
    background-size: 28px;
    top: 8px;
}

.address-block .phone::before {
    content: "";
    background: url(/images/icons/02-mobile.svg) top center no-repeat;
    background-size: 28px;
    top: -1px;
}

.address-block .email::before {
    content: "";
    background: url(/images/icons/03-envelope.svg) top center no-repeat;
    background-size: 28px;
    top: -5px;
}

.address-block a {
    color: #fff;
    text-decoration: underline;
}

.address-block a:hover {
    text-decoration: none;
}


/*********.CONTACTS PAGE**********/


.m_header {
    display: none;
    background: #1B505D;
    height: 55px;
    position: relative;
}

.m_header .m_logotype {
    display: inline-block;
    margin: 15px 0 12px 60px;
}

.m_header .m_logotype img {
    width: 100%;
    max-width: 130px;
}

.m_header .burger-menu {
    height: 50px;
    width: 50px;
    float: left;
    text-align: center;
}

.m_header .burger-menu .line {
    width: 20px;
    height: 3px;
    display: inline-block;
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin-top: 23px;
}

.m_header .burger-menu .line::before {
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
}

.m_header .burger-menu .line::after {
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top: -8px;
}

.m_header .burger-menu .line::before {
    bottom: -8px;
}

.m_header .m-btn-cart {
    width: 50px;
    height: 100%;
    float: right;
    position: relative;
}

.m_header .m-btn-cart .glyphicon {
    margin-top: 5px;
}

.m_header .m-btn-cart .cartCount {
    top: 9px;
    left: 28px;
}

.m_header .m-btn-cart a {
    padding: 11px 15px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
}

.m_header .m-btn-phone {
    width: 50px;
    height: 100%;
    float: right;
    padding: 10px 0px 12px 5px;
    font-size: 20px;
    color: #fff;
}

.burger {
    position: absolute;
    left: 6%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25px;
    height: 2px;
    padding: 10px 0 10px;
    background-color: #fff;
    background-clip: content-box;
    cursor: pointer;
    box-sizing: content-box;
    transition: background 50ms ease-in 250ms;
}

.burger:before, .burger:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transition: top .25s ease-in .3s, -webkit-transform .25s ease-in 0s;
    transition: top .25s ease-in .3s, transform .25s ease-in 0s;
    transition: top .25s ease-in .3s, transform .25s ease-in 0s, -webkit-transform .25s ease-in 0s;
}

.burger:after {
    top: 20px;
}

.burger.is-open {
    background-color: transparent;
    transition: background 50ms ease-in 250ms;
}

.burger.is-open:before, .burger.is-open:after {
    top: 13px;
    transition: top .25s ease-in 0s, -webkit-transform .25s ease-in .3s;
    transition: top .25s ease-in 0s, transform .25s ease-in .3s;
    transition: top .25s ease-in 0s, transform .25s ease-in .3s, -webkit-transform .25s ease-in .3s;
}

.burger.is-open:before {
    -webkit-transform: rotate(-45deg) scaleX(1.2);
    transform: rotate(-45deg) scaleX(1.2);
}

.burger.is-open:after {
    -webkit-transform: rotate(45deg) scaleX(1.2);
    transform: rotate(45deg) scaleX(1.2);
}

.sidenav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: .2s opacity;
    z-index: 9
}

.sidenav__holder {
    position: relative;
    width: 300px;
    height: 100%;
    background: #fff;
    display: flex;
    flex-flow: column wrap;
    overflow: hidden;
    transition: .2s transform;
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
}

.sidenav__close {
    width: 19px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 3;
    cursor: pointer;
}

.sidenav__close:before, .sidenav__close:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sidenav__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sidenav__header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
    box-shadow: 0px 0px 2px 0px #ccc;
    background: #535a5f;
    color: #fff;
}

.sidenav__content {
    display: flex;
    /*  align-items: center;
      justify-content: center;*/
    padding: 15px 10px;
    flex: 1;
    background: rgba(204, 204, 223, 0.4);
    flex-direction: column;
}

.sidenav__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 2px 0 #ccc;
    padding: 15px 10px;
}

.sidenav.is-open {
    opacity: 1;
    pointer-events: auto;
}

.sidenav.is-open .sidenav__holder {
    -webkit-transform: translate(0);
    transform: translate(0);
}

ul.sidenav-contacts {
    padding: 0;
    margin: 0;
}

.sidenav-contacts li {
    list-style: none;
    display: inline;
}

.sidenav-contacts li a {
    color: #14434F;
}

.sidenav-contacts .nav-email {
    padding-left: 15px;
}


@media (max-width: 400px) {

    .carousel-item {
        min-height: 200px !important;
    }
}


@media (max-width: 480px) {

    .alteco-top-nav, .alteco-nav {
        display: none;
    }

    .m_header {
        display: block;

    }

    .carousel-item {
        height: 30vh;
        min-height: 250px;
    }

    h2 {
        font-size: 1.7rem;
    }

    .subscribe-block .description p {
        margin-bottom: 15px;
    }

    .subscribe-block .subscribe-form {
        margin: 0;
    }

    .subscribe-form .btn-alteco-red {
        margin-top: 10px;
        width: 100%;
    }

    footer .title {
        text-align: center
    }

    footer .description {
        text-align: center
    }

    .subscribe-form {
        margin: 15px auto;
    }

    .social-block {
        text-align: center;
    }

    .logo-footer {
        line-height: 90px !important;
    }

    .accordion-section .panel-default .panel-title a:after {
        margin-top: 0px;
        text-decoration: none;
    }

    .accordion-section .panel-default .panel-title a {
        display: flex;
        justify-content: center;
        align-self: center;
        text-decoration: none;
    }

    .brand-about:after {
        content: "";
        background: none;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0px;
        right: 55px;
    }

    .brand-about {
        padding: 30px 15px;
        background: none;
        text-align: justify;
        background-color: #fff;

    }

    .brand-about-btn {
        text-align: center;
    }

    .products .product-info .product-features ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .products .product-actions {
        text-align: center;
        margin-top: 5px;
    }

    .products .product-actions .custom-checkbox {
        display: none;
    }


}

@media (max-width: 575px) {
    .alteco-top-nav, .alteco-nav {
        display: none;
    }

    .m_header {
        display: block;

    }

    .carousel-item {
        height: 30vh;
    }

    h2 {
        font-size: 1.7rem;
    }

    .subscribe-block .description p {
        margin-bottom: 15px;
    }

    .subscribe-block .subscribe-form {
        margin: 0;
    }

    .subscribe-form .btn-alteco-red {
        margin-top: 10px;
        width: 100%;
    }

    footer .title {
        text-align: center
    }

    footer .description {
        text-align: center
    }

    .subscribe-form {
        margin: 15px auto;
    }

    .social-block {
        text-align: center;
    }

    .logo-footer {
        line-height: 90px !important;
    }

    .accordion-section .panel-default .panel-title a:after {
        margin-top: 0px;
        text-decoration: none;
    }

    .accordion-section .panel-default .panel-title a {
        display: flex;
        justify-content: center;
        align-self: center;
        text-decoration: none;
    }

    .brand-about:after {
        content: "";
        background: none;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0px;
        right: 55px;
    }

    .brand-about {
        padding: 30px 15px;
        background: none;
        text-align: justify;
        background-color: #fff;

    }

    .brand-about-btn {
        text-align: center;
    }

    .products .product-info .product-features ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .products .product-actions {
        text-align: center;
        margin-top: 5px;
    }

    .products .product-actions .custom-checkbox {
        display: none;
    }

    .border-right {
        border: none !important;
    }

    .category .card-title {
        font-size: 14px;
    }

    .category-title {
        font-size: 22px;
    }

    .col-md-12 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .card-nav ul {
        line-height: 1.5;
        padding: 0 1rem;
    }

    .card-nav li {
        display: list-item;
        list-style-type: disc;
        padding: 0 0;
        font-size: 13px;
    }

    .prl {
        margin-right: 0.2rem;
        margin-left: 0.2rem;
    }

    .td-left {
        font-size: 13px !important;
    }

    .td-right {
        font-size: 13px !important;
    }

    .gray-mt {
        padding-top: 0.5rem;
    }

    .gray-mt2 {
        padding-top: 0.2rem;
    }

    .gray-mb {
        padding-bottom: 0.5rem;
    }

    .pa-new {
        padding: 1rem !important;
    }

    .pa-new-cat {
        padding: 1rem !important;
    }

    .ancor {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pa-page {
        padding: 1.5rem !important;
    }

    .page-info {
        padding: 1.2rem 1.5rem 0.5rem 1.5rem !important;
    }

    .page-info-title {
        font-size: 30px !important;
    }

    .page-info-subtitle {
        font-size: 20px !important;
    }

    .page-info-ul {
        padding-inline-start: 2rem !important;
    }

    .card .description {
        font-size: 13px;
    }

    .card .product-features li {
        font-size: 14px;
    }

    .m-prl {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .card-nav li a {
        padding: 0.5rem 0rem;
    }

    .nav-center.bg-alteco-navig, .anchors-block.bg-alteco-navig {
        background: none;
    }

    .card-nav ul {
        float: left;
        width: 100%;
    }

    .card-nav li.active:before {
        border: none;
    }

    .card-nav li a:hover {
        text-decoration: none;
        background: #dee2e6;
    }

    .products h1 {
        font-size: 30px;
    }

    .products .product-info .product-name, .product-info .product-name a {
        font-size: 20px;
        word-wrap: break-word;
        word-break: break-word;
    }

}

@media (max-width: 768px) {

    .alteco-top-nav, .alteco-nav {
        display: none;
    }

    .m_header {
        display: block;

    }

    .carousel-item {
        height: 30vh;
    }

    h2 {
        font-size: 1.6rem;
    }

    .subscribe-block .description p {
        margin-bottom: 15px;
    }

    .subscribe-block .subscribe-form {
        margin: 0;
    }

    .subscribe-form .btn-alteco-red {
        margin-top: 10px;
        width: 100%;
    }

    footer .title {
        text-align: center
    }

    footer .description {
        text-align: center
    }

    .subscribe-form {
        margin: 15px auto;
    }

    .social-block {
        text-align: center;
    }

    .logo-footer {
        line-height: 90px !important;
    }

    .accordion-section .panel-default .panel-title a:after {
        margin-top: 0px;
        text-decoration: none;
    }

    .accordion-section .panel-default .panel-title a {
        display: flex;
        justify-content: center;
        align-self: center;
        text-decoration: none;
    }

    .brand-about:after {
        content: "";
        background: none;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0px;
        right: 55px;
    }

    .brand-about {
        padding: 30px 15px;
        background: none;
        text-align: justify;
        background-color: #fff;

    }

    .brand-about-btn {
        text-align: center;
    }

    .products .product-info .product-features ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .products .product-actions {
        text-align: center;
        margin-top: 5px;
    }

    .products .product-actions .custom-checkbox {
        display: none;
    }

    .border-right {
        border: none !important;
    }

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


    .anchors-block {
        white-space: normal;
        display: block;
        overflow: visible;
    }

    .anchors-block .anchor {
        width: 100% !important;
        display: block !important;
        margin-bottom: 10px;
        background: #e9ecef;
        border-radius: 15px;
    }

    .anchors-block .anchor a {
        display: block;
        color: #707F8D;
        font-size: 18px;
    }

    .anchors-block .anchor a:hover {
        color: #707F8D;
        border-radius: 15px;
    }

    .card-nav ul {
        float: left;
    }

    .card-nav li a:hover {
        background: #e9ecef;
    }

    .nav-center.bg-alteco, .anchors-block.bg-alteco {
        background: none;
        width: 100%;
    }

    .nav-center.bg-alteco {

        margin-top: 15px;
    }


    .anchor.active .ft-icon {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }


    .anchors-block .anchor::before {
        display: inline-block;
        content: "+";
        font-size: 28px;
        position: absolute;
        right: 20px;
        top: 0px;
        color: #707F8D;
    }

    .anchors-block .anchor.active:before {
        display: inline-block;
        content: "–";
        position: absolute;
        right: 20px !important;
        top: -2px;
        border: none;
        left: unset;
        width: auto;
        height: auto;
    }

    .card .content {
        padding-top: 0;
        text-align: left;
    }


}

@media all and (max-width: 991px) {

    .alteco-top-nav, .alteco-nav {
        display: none;
    }

    .m_header {
        display: block;

    }

    .carousel-item {
        height: 30vh;
    }

    .brand-about:after {
        content: "";
        background: none;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0px;
        right: 55px;
    }

    .brand-about {
        padding: 30px 15px;
        background: none;
        text-align: justify;
        background-color: #fff;

    }

    .brand-about-btn {
        text-align: center;
    }

    .support-block {
        display: none;
    }

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

    .products .product-info .product-features ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media all and (max-width: 1199px) {

    .brand-about {
        padding: 30px 20px;

    }

    .brand-about:after {
        bottom: 0px;
        right: 10px;
    }

    .list-link {
        text-align: center;
    }
}

/* The Standard Bootstrap 4.x Breakpoints */
/*
 @media all and (max-width: 1199px) { ... } 
@media all and (max-width: 991px) { ... } 
@media all and (max-width: 768px) { ... } 
@media all and (max-width: 575px) { ... }

*/


.img-responsive {
    max-width: 100%;
}

.email_error {
    text-align: center;
    color: #CF231D;
    line-height: 20px;
}

.success.response {
    color: #28a745;
    line-height: 20px;
}


#modal_order_call .text-uppercase {
    margin: 0 auto;
}

#modal_order_call input {
    width: 100%;
    height: 45px;
    background: #eee;
    color: #6c757d;
    outline: none;
}

#modal_order_call input::focus {

}

.custom-control.material-checkbox {
    --color: #26a69a;
}

.custom-control.material-checkbox .material-control-input {
    display: none;
}

.custom-control.material-checkbox .material-control-input:checked ~ .material-control-indicator {
    border-color: var(--color);
    -webkit-transform: rotateZ(45deg) translate(1px, -5px);
    transform: rotateZ(45deg) translate(1px, -5px);
    width: 10px;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
}

.custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
    transition: 0.3s;
}

.custom-control.fill-checkbox {
    --color: #26a69a;
}

.custom-control.fill-checkbox .fill-control-input {
    display: none;
}

.custom-control.fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
    background-color: var(--color);
    border-color: var(--color);
    background-size: 80%;
}

.custom-control.fill-checkbox .fill-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
    transition: 0.3s;
    background: transperent;
    background-size: 0%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-control.overflow-checkbox .overflow-control-input {
    display: none;
}

.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
    -webkit-transform: rotateZ(45deg) scale(1);
    transform: rotateZ(45deg) scale(1);
    top: -6px;
    left: 5px;
}

.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
    opacity: 1;
}

.custom-control.overflow-checkbox .overflow-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #aaa;
}

.custom-control.overflow-checkbox .overflow-control-indicator::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    transition: 0.3s;
    -webkit-transform: rotateZ(90deg) scale(0);
    transform: rotateZ(90deg) scale(0);
    width: 10px;
    border-bottom: 4px solid #aaa;
    border-right: 4px solid #aaa;
    border-radius: 3px;
    top: -2px;
    left: 2px;
}

.custom-control.overflow-checkbox .overflow-control-indicator::before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    transition: 0.3s;
    width: 10px;
    border-right: 7px solid #fff;
    border-radius: 3px;
    -webkit-transform: rotateZ(45deg) scale(1);
    transform: rotateZ(45deg) scale(1);
    top: -4px;
    left: 5px;
    opacity: 0;
}

.custom-control.material-switch {
    --color: #26a69a;
    padding-left: 0;
}

.custom-control.material-switch .material-switch-control-input {
    display: none;
}

.custom-control.material-switch .material-switch-control-input:checked ~ .material-switch-control-indicator::after {
    background-color: var(--color);
    left: 17px;
}

.custom-control.material-switch .material-switch-control-indicator {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    top: 4px;
    width: 32px;
    height: 16px;
    background: #ddd;
    border-radius: 16px;
    transition: 0.3s;
}

.custom-control.material-switch .material-switch-control-indicator::after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: 0.3s;
    top: -1px;
    left: -1px;
    background: #fdfdfd;
    box-shadow: 0 2px 10px #aaa;
}

.custom-control.ios-switch {
    --color: #4cd964;
    padding-left: 0;
}

.custom-control.ios-switch .ios-switch-control-input {
    display: none;
}

.custom-control.ios-switch .ios-switch-control-input:active ~ .ios-switch-control-indicator::after {
    width: 20px;
}

.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator {
    border: 10px solid var(--color);
}

.custom-control.ios-switch .ios-switch-control-input:checked ~ .ios-switch-control-indicator::after {
    top: -8px;
    left: 4px;
}

.custom-control.ios-switch .ios-switch-control-input:checked:active ~ .ios-switch-control-indicator::after {
    left: 0px;
}

.custom-control.ios-switch .ios-switch-control-indicator {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    top: 4px;
    width: 32px;
    height: 20px;
    background: #fff;
    border-radius: 16px;
    transition: 0.3s;
    border: 2px solid #ddd;
}

.custom-control.ios-switch .ios-switch-control-indicator::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    transition: 0.3s;
    top: 0px;
    left: 0px;
    background: #fff;
    box-shadow: 0 0 2px #aaa, 0 2px 5px #999;
}

.custom-control.border-switch {
    --color: #4cd964;
    padding-left: 0;
}

.custom-control.border-switch .border-switch-control-input {
    display: none;
}

.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator {
    border-color: var(--color);
}

.custom-control.border-switch .border-switch-control-input:checked ~ .border-switch-control-indicator::after {
    left: 14px;
    background-color: var(--color);
}

.custom-control.border-switch .border-switch-control-indicator {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    top: 4px;
    width: 32px;
    height: 20px;
    background: #fff;
    border-radius: 16px;
    transition: 0.3s;
    border: 2px solid #ccc;
}

.custom-control.border-switch .border-switch-control-indicator::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: 0.3s;
    top: 2px;
    left: 2px;
    background: #ccc;
}

.custom-control.teleport-switch {
    --color: #4cd964;
    padding-left: 0;
}

.custom-control.teleport-switch .teleport-switch-control-input {
    display: none;
}

.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator {
    border-color: var(--color);
}

.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::after {
    left: -14px;
}

.custom-control.teleport-switch .teleport-switch-control-input:checked ~ .teleport-switch-control-indicator::before {
    right: 2px;
    background-color: var(--color);
}

.custom-control.teleport-switch .teleport-switch-control-indicator {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    top: 4px;
    width: 32px;
    height: 20px;
    background: #fff;
    border-radius: 16px;
    transition: 0.3s;
    border: 2px solid #ccc;
    overflow: hidden;
}

.custom-control.teleport-switch .teleport-switch-control-indicator::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: 0.3s;
    top: 2px;
    left: 2px;
    background: #ccc;
}

.custom-control.teleport-switch .teleport-switch-control-indicator::before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: 0.3s;
    top: 2px;
    right: -14px;
    background: #ccc;
}

.list-group:first-child .list-group-control:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group::last-child .list-group-control:last-child {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.list-group.list-group-flush:last-child .list-group-control:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.list-group.list-group-flush:first-child .list-group-control:first-child {
    border-top: 0;
}

.list-group.list-group-flush .list-group-control {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group .list-group-control {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group .list-group-control .custom-control {
    margin: 0;
    padding: 0.75rem 1.25rem;
    padding-left: 3rem;
    display: block;
}

.list-group .list-group-control .custom-control .custom-control-indicator,
.list-group .list-group-control .custom-control .material-control-indicator,
.list-group .list-group-control .custom-control .fill-control-indicator,
.list-group .list-group-control .custom-control .overflow-control-indicator {
    top: 1rem;
    left: 1.25rem;
}

.prod-stickers {
    position: absolute;
    left: auto;
    max-width: 100%;
}


.prod-stickers .product-badge {
    padding: 2px 6px;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-top: 3px;
    font-size: 12px;
    border-radius: 6px;
    max-width: max-content;
}

.prod-stickers-left {
    position: absolute;
    /*left: 0;*/
    top: 0;
    width: max-content;

}

@media (max-width: 575px) {
    .prod-stickers-left {
        width: min-content;
    }
    }

.prod-stickers-left .product-badge {
    padding: 2px 8px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin-top: 3px;
    font-size: 13px;
    border-radius: 6px;
    max-width: max-content;
}

.jumbotron {
    border-radius: 15px;
    background-color: #f4f6f8;
}

.read-more {
    color: #fff;
}

.read-more:hover {
    color: #fff;
    text-decoration: none;
}

.nav-tabs .nav-link {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.polez-text {
    font-size: 15px;
    margin-bottom: 0rem;
}

.polez-title {
    font-size: 32px;
    font-weight: bold;
}

.card-body-new {
    padding: 0 !important;
}

.polez-img {
    margin-bottom: 1rem;
}

.btn-alteco-blue {
    padding: 12px 24px;
    background-color: #1B505D;
    color: #fff;
    border-radius: 15px;
    border: none;
    text-transform: uppercase;
    outline: none;
    font-size: 15px;
    font-weight: 600;
}

.btn-alteco-blue:hover {
    background-color: #14434f;
    color: #fff;
}


.youtube {
    margin-bottom: 1rem;
}

.h-100 {
    height: auto !important;
}

.hr-mail {
    border-radius: 25px;
    padding: 1.3rem 2.3rem;
    font-size: 14px;
    /*margin-top: 1.5rem;*/
    border: 1px solid #49737D;
}

.hr-mail-link {
    color: #fff;
}

.hr-mail-link:hover {
    color: #fff;
}


/************* NEW PRODUCTS ********************/

.new-prod {
    background-color: #f4f6f8;
    border-radius: 25px;
}

.card-img-top {
    margin: 0.5rem 0 0.5rem 0;
}

.new-card {
    background-color: #fff;
    border-radius: 25px;
    padding: 0.6rem;
    box-shadow: none;
    height: 100%;
    transition: transform .2s cubic-bezier(0.4, 0, 1, 1);
}

.new-card:hover {
    transition: transform .2s cubic-bezier(0.4, 0, 1, 1);
    transform: scale(1.02);
}

.col-md-2 {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    padding-bottom: 0.6rem;
}

.preparing {
    font-size: 16px;
    font-weight: 600;
    color: #3caa3c;
    margin-bottom: 1rem;
}

.preparing-listing {
    font-size: 15px;
    font-weight: 600;
    color: #3caa3c;
    margin-bottom: 0.5rem;
}

.info-wd {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 1rem;
}

.info-wd-text {
    font-size: 14px;
    margin-bottom: 1rem;
    margin-top: 0;
}

.left-img {
    float: left;
    margin: 1rem 0.5rem !important;
    height: 40px;
}

.left-img-brands {
    float: left;
    margin: 0.8rem 0.5rem 0.8rem 0 !important;
    height: 20px;
}

p {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

em {
    margin-top: 1.5rem;
    font-size: 14px;
}



@media (max-width: 575px) {
    p > em {
        font-size: 12px;
        display: inline-block;
        margin-top: 1rem;
        }
    p {
        margin-top: 0rem;
        margin-bottom: 0.5rem;
        }
    p > span > strong, p > strong {
        display: inline-block;
        margin-top: 1rem;
    }
    }

.center {
    text-align: center !important;
    margin: 0 auto !important;
}

.nav-tabs .nav-item.show .nav-link-new, .nav-tabs .nav-link.active {
    color: #535a5f;
    font-weight: 600;
    background-color: transparent;
    border-bottom: 4px solid #BE211C !important;
    border-color: transparent;

}

.nav-tabs .nav-link:hover {
    font-weight: 600;
    border-color: transparent;
}

.cat-caption {
    margin-bottom: 1rem;
}

.video {
    aspect-ratio: 16 / 9;
    width: 100%;
    padding: 0;
    border-radius: 15px;
}

.pa-new {
    padding: 2rem;
    border-radius: 30px;
    background-color: #fff;
}

.pa-new:hover {
    /*box-shadow: 0 0 10px rgba(204, 204, 223, 0.4)*/
}

.pa-new-cat {
    padding: 2rem;
    border-radius: 30px;
    background-color: #fff;
    transition: transform .2s cubic-bezier(0.4, 0, 1, 1);
}

.pa-new-cat:hover {
    /*box-shadow: 0 0 10px rgba(204, 204, 223, 0.4)*/
    transition: transform .2s cubic-bezier(0.4, 0, 1, 1);
    transform: scale(1.02);
}

.pa-page {
    padding: 3rem;
    border-radius: 30px;
    background-color: #fff;
    margin: 0 1rem !important;
}

.pdf-docs {
    font-size: 16px;
    font-weight: bold;
    padding: 1rem 0 0 1.8rem;
}

.pdf-last {
    padding-bottom: 0.5rem;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.full-page {
    padding-right: 0;
    padding-left: 0;
}

.full-page-m {
    margin-right: 0;
    margin-left: 0;
}

.full-page-m {
    margin-right: 0;
    margin-left: 0;
}

.page-info {
    padding: 3rem 3rem 2rem 3rem;
    border-radius: 30px;
    background-color: #f4f6f8;
}

.page-info-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.page-info-text {
    padding: 0.3rem 0;
}

.page-info-text a {
    color: #1f8dd6;
}

.page-info-subtitle {
    font-size: 24px;
    font-weight: 500;
}

/************* DROPDOWN MENU NEW ********************/

.dropdown-menu-brands {
    width: 17rem !important;
}

.dropdown-menu {
  position: relative;
  display: inline-block;
  margin: 0.5rem 0 0
}

.dropdown-menu {
  display: none;
  position: absolute !important;
  background-color: #f9f9f9;
  min-width: 100% !important;
  width: max-content;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 0.2rem 0.3rem;
  z-index: 999;
  left: 0;
  border-radius: 0 15px 15px 15px;
  border: 0px !important;
}

.dropdown-menu a {
    color: #202020;
    text-decoration: none;
    font-weight: 300;
  }

.dropdown-menu a:hover {
    font-weight: 500;
    color: #14434F;
  }

.dropdown-menu:hover .dropdown-menu {
  display: block;
}

.flags {
    padding-right: 0.4rem;
    height: 28px;
}

.flags-text {
    margin: 0.8rem 0.8rem !important;
}

.country-prl {
    padding: 0 0.3rem 0 0.6rem;
}

.country-ml {
    margin-left: 0.5rem !important;
}

.nav-link {
    padding: 0.4rem 1rem;
}

.black li a{
    color: #535a5f !important;
}

.black li a:hover {
    color: #303030;
}

/* SOCIAL */

.social-bg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #d62f38;
    color: #fff;
}

.social-text {
    font-size: 18px;
    font-weight: 500;
}

.text-end {
    text-align: right;
}

.social-block-bg ul {
    list-style: none;
    margin-bottom: 0;
}

.social-block-bg li {
    margin-right: 1.5rem;
    display: inline;
}

.social-block-bg li a {
    font-size: 28px;
    color: #fff;
}

.social-block-bg li a:hover {
    color: #fdecec;
}

.icon-global {
    width: 36px;
    height: 36px;
}

.icon-nav {
    margin-right: 0.6rem;
    width: 22px;
    height: 22px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        line-height: 2;
    }
}

@media (max-width: 575px) {
    .social-text {
        text-align: center;
    }

    .mobile-dis {
        display: none;
    }

    .dropdown-menu {
        border-radius: 15px 0 15px 15px;
      }
    
      .cat-caption {
        font-size: 13px;
        margin-bottom: 0rem;
    }
}

.hashtag {
    color: #fff;
}

.hashtag:hover {
    color: #fff;
    text-decoration: none;
}

.brands-title {
    font-weight: 500;
    font-size: 14px;
    margin-top: 0.5rem;
    margin-bottom: 0rem;
}

.brands-caption {
    font-size: 12px;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
}

.top-logo {
    height: 10px;
  }

@media (max-width: 575px) {

.top-logo {
    height: 12px;
    margin: .5rem 0rem;
  }

}

/* NEW ICONS & STICKERS */

.icon-heavyduty {
    height: 5rem;
}

.icon-tools {
    height: 5rem;
}

.icon-brushless {
    height: 48px;
}

@media (max-width: 575px) {

.icon-tools {
    height: 3rem;
}

.icon-brushless {
    height: 3rem;
}
}

.acces-title {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #2E2E2D !important;
}

.diambitmat {
    width: 4rem;
    border-radius: 20px;
    margin-right: .1rem !important;
}

@media (max-width: 575px) {
.diambitmat {
    width: 5rem;
    border-radius: 20px;
    margin-right: .1rem !important;
    margin-bottom: .3rem !important;
}
}

