/*@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,700&display=swap');*/
/*
.translate-button {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: .85em 1em;
    margin: 1rem 0 1rem;
    font-size: .9rem;
    background-color: #ed6c08;
    color: #fefefe;
    text-transform: uppercase;
}
.translate-button:hover {
    background-color: #c95c07;
    color: #fefefe;
}
a, body, div, h1, h2, h3, h4, h5, h6, html, input, li, ol, option, p, select, span, textarea, ul {
    font-family: Poppins, sans-serif;
    color: #3e3e3f;
}
a, button {
    outline: 0;
}
a:active, a:focus, a:hover, button:active, button:focus, button:hover {
    outline: 0;
    text-decoration: none;
}*/
.border {
    border: 1px solid #ebebeb;
}
.nopad {
    padding: 0;
    margin: 0;
}
.simpleflex {
    display: flex;
    flex-wrap: wrap;
}
.simpleflex-item {
    align-self: center;
}
.img-center {
    margin: 0 auto;
    display: block;
}
.text-r {
    width: 100%;
    text-align: right;
}
.list-article-item {
    background-color: #f8f8f8;
    margin-bottom: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.list-article-item .list-article-item-image {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    transition: .2s all;
}
.list-article-item .articleCreated p {
    margin-top: 10px;
    margin-bottom: 4px;
}
.list-article-item .articleCreated p span {
    color: #4ec0ef;
    font-size: 13px;
}
/*.list-article-item .list-article-item-heading {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin-bottom: 16px;
    transition: .2s all;
}*/
.list-article-item .list-article-item-short p {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #676767;
    margin: 0;
    height: 54px;
    overflow: hidden;
}
.list-article-item .myButton {
    right: 15px;
    bottom: -30px;
}
@media only screen and (max-width:1200px) {
    .list-article-item .myButton.desktopButton {
    display: none;
}
}
.list-article-item .myButton.mobileButton {
    display: none;
}
@media only screen and (max-width:1200px) {
    .list-article-item .myButton.mobileButton {
    display: inline-block;
    right: 0;
    bottom: 0;
    margin-top: 25px;
}
}
.list-article-item:hover .list-article-item-image {
    opacity: .9;
}
/*.list-article-item:hover .list-article-item-heading {
    color: #4ec0ef;
}*/
.list-article-item:hover .myButton {
    background-color: #4ec0ef;
    color: #fff;
}
/*
.myButton {
    width: 190px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background-color: #77a942;
    display: inline-block;
    text-align: left;
    padding: 25px 25px 25px 35px;
    position: relative;
    transition: .2s all;
}
.myButton:after {
    content: "";
    display: block;
    position: absolute;
    right: 25px;
    top: 28px;
    height: 13px;
    width: 8px;
    background-image: url(../images/web/arrow_white_button.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.myButton:hover {
    background-color: #4ec0ef;
    color: #fff;
}*/
/*
@media only screen and (max-width:1200px) {
    main #mainSlider .slick-dots {
    top: auto;
    bottom: 10px;
    left: calc(50% - 58px);
    right: auto;
}
}
main #mainSlider .slick-dots li {
    position: relative;
    margin-top: 8px;
    cursor: pointer;
}
@media only screen and (max-width:1200px) {
    main #mainSlider .slick-dots li {
    display: inline-block;
    margin: 0 15px;
}
}
main #mainSlider .slick-dots li button {
    color: transparent;
}
main #mainSlider .slick-dots li.slick-active:before {
    background-color: #77a942;
    transform: scale(1.5);
}
main #mainSlider .slick-dots li:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
main #mainSlider .slide-background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media only screen and (max-width:1200px) {
    main #mainSlider .slide-background {
    height: 490px;
}
}
main #mainSlider .slide-background .slide-content {
    background-color: rgba(78, 192, 239, .7);
    height: 100%}
@media only screen and (max-width:415px) {
    main #mainSlider .slide-background .slide-content {
    padding: 15px 25px;
}
}
main #mainSlider .slide-background .slide-title {
    font-size: 44px;
    color: #fff;
    margin-top: 120px;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}
@media only screen and (max-width:768px) {
    main #mainSlider .slide-background .slide-title {
    font-size: 32px;
    margin-top: 55px;
}
}
main #mainSlider .slide-background .slide-description {
    font-size: 28px;
    color: #fff;
    margin-top: 12px;
    margin: 0;
}
@media only screen and (max-width:768px) {
    main #mainSlider .slide-background .slide-description {
    font-size: 22px;
}
}
main #mainSlider .slide-background .sliderButtons {
    margin-top: 45px;
    margin-bottom: 110px;
}
@media only screen and (max-width:415px) {
    main #mainSlider .slide-background .sliderButtons {
    margin-top: 15px;
}
}
main #mainSlider .slide-background .sliderButtons .myButton {
    margin: 0 8px;
}
@media only screen and (max-width:415px) {
    main #mainSlider .slide-background .sliderButtons .myButton {
    margin-bottom: 15px;
}
}
main #mainSlider .slide-background .sliderButtons .myButton.sliderFirstButton:hover {
    background-color: #fff;
    color: #3e3e3f;
}
main #mainSlider .slide-background .sliderButtons .myButton.sliderFirstButton:hover:after {
    background-image: url(../images/web/arrow_gray_button.svg);
}
main #mainSlider .slide-background .sliderButtons .myButton.sliderSecondButton {
    background-color: #fff;
    color: #3e3e3f;
}
main #mainSlider .slide-background .sliderButtons .myButton.sliderSecondButton:after {
    background-image: url(../images/web/arrow_gray_button.svg);
}
main #mainSlider .slide-background .sliderButtons .myButton.sliderSecondButton:hover {
    background-color: #77a942;
    color: #fff;
}
main #mainSlider .slide-background .sliderButtons .myButton.sliderSecondButton:hover:after {
    background-image: url(../images/web/arrow_white_button.svg);
}*/
/*main .partVehicles {
    padding-left: 79px;
    padding-right: 79px;
    padding-top: 6px;
}
@media only screen and (max-width:576px) {
    main .partVehicles {
    padding-left: 0;
    padding-right: 0;
}
}
main .partVehicles .sluzba {
    height: 160px;
    margin-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
}
main .partVehicles .sluzba .serviceImage img {
    height: 100%;
    width: 193px;
    object-fit: cover;
    object-position: left;
    position: absolute;
    transition: .2s all;
}
@media only screen and (max-width:1780px) {
    main .partVehicles .sluzba .serviceImage img {
    width: 153px;
}
}
@media only screen and (max-width:576px) {
    main .partVehicles .sluzba .serviceImage img {
    width: 133px;
}
}
main .partVehicles .sluzba .serviceText {
    margin-left: 193px;
    padding-left: 17px;
    height: 160px;
    background-color: #f1f1f1;
    position: relative;
    transition: .2s all;
}
@media only screen and (max-width:1780px) {
    main .partVehicles .sluzba .serviceText {
    margin-left: 153px;
}
}
@media only screen and (max-width:576px) {
    main .partVehicles .sluzba .serviceText {
    margin-left: 133px;
}
}
main .partVehicles .sluzba .serviceText:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/web/button_arrow_green.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 67px;
    right: 15px;
    transition: .2s all;
}
main .partVehicles .sluzba .serviceText .smallText {
    font-size: 13px;
    margin: 0;
    margin-top: 50px;
    display: inline-block;
    transition: .2s all;
}
main .partVehicles .sluzba .serviceText .bigText {
    font-size: 18px;
    margin: 0;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    width: 170px;
    height: 64px;
    transition: .2s all;
}
main .partVehicles .sluzba .serviceText .bigText.accessoriesHeading {
    padding-top: 68px;
}
@media only screen and (min-width:1200px) {
    main .partVehicles .sluzba: hover .serviceText {
    margin-left: 203px;
}
main .partVehicles .sluzba:hover .serviceText .bigText, main .partVehicles .sluzba:hover .serviceText .smallText {
    color: #f99d1c;
}
main .partVehicles .sluzba:hover .serviceText:after {
    background-image: url(../images/web/button_arrow_yellow.svg);
}
main .partVehicles .sluzba:hover img {
    width: 203px;
}
}*/
/*main .partSticker {
    margin-top: 77px;
    margin-bottom: 95px;
    padding-left: 81px;
    padding-right: 81px;
}
@media only screen and (max-width:574px) {
    main .partSticker {
    padding-left: 0;
    padding-right: 0;
}
}
main .partSticker .stickerBg {
    background-color: #f8f8f8;
    padding-top: 42px;
    padding-bottom: 38px;
    position: relative;
}
main .partSticker .stickerBg h3 {
    color: #4ec0ef;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    line-height: 52px;
    position: relative;
    margin-right: 35px;
}
@media only screen and (max-width:1750px) {
    main .partSticker .stickerBg h3 {
    padding-left: 50px;
}
}
@media only screen and (max-width:1380px) {
    main .partSticker .stickerBg h3 {
    text-align: center;
}
}
@media only screen and (max-width:574px) {
    main .partSticker .stickerBg h3 {
    padding: 0 15px;
    margin: auto;
    font-size: 38px;
}
}
main .partSticker .stickerBg h3:first-of-type:before {
    position: absolute;
    content: "";
    display: block;
    width: 236px;
    height: 7px;
    background-image: url(../images/web/strip_gray_azure.svg);
    top: 20px;
    left: 147px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media only screen and (max-width:1870px) {
    main .partSticker .stickerBg h3: first-of-type:before {
    left: 67px;
}
}
@media only screen and (max-width:1750px) {
    main .partSticker .stickerBg h3: first-of-type:before {
    display: none;
}
}
main .partSticker .stickerBg h3 span {
    font-weight: 700;
    color: #4ec0ef;
}
@media only screen and (max-width:574px) {
    main .partSticker .stickerBg h3 span {
    display: block;
}
}
main .partSticker .stickerBg p {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 3px;
    margin-right: 35px;
}
@media only screen and (max-width:1750px) {
    main .partSticker .stickerBg p {
    padding-left: 50px;
}
}
@media only screen and (max-width:1380px) {
    main .partSticker .stickerBg p {
    text-align: center;
}
}
@media only screen and (max-width:574px) {
    main .partSticker .stickerBg p {
    padding: 0 15px;
    margin: auto;
}
}
main .partSticker .stickerBg p span {
    font-weight: 700;
}
main .partSticker .stickerBg .bigSticker {
    position: absolute;
    width: 480px;
    top: -35px;
    right: 0;
}
@media only screen and (max-width:1750px) {
    main .partSticker .stickerBg .bigSticker {
    top: 0;
}
}
@media only screen and (max-width:1380px) {
    main .partSticker .stickerBg .bigSticker {
    display: none;
}
}
@media only screen and (max-width:1380px) {
    main .partSticker .stickerBg .buttonWrapper {
    text-align: center;
}
}
main .partSticker .stickerBg .myButton {
    width: 216px;
}
@media only screen and (max-width:1750px) {
    main .partSticker .stickerBg .myButton {
    margin-left: 50px;
}
}
@media only screen and (max-width:1380px) {
    main .partSticker .stickerBg .myButton {
    margin-left: 0;
    margin-top: 20px;
}
}*/
/*main .partNews a:nth-child(odd) .list-article-item h3, main .partNews a:nth-child(odd) .list-article-item p {
    text-align: right;
}
main .partNews a .alignFix.myButton {
    left: 20px;
}
main .partNews .partHeading {
    font-size: 35px;
    text-align: center;
    color: #4ec0ef;
    text-transform: uppercase;
    margin-bottom: 12px;
    position: relative;
}
main .partNews .partHeading span {
    font-weight: 700;
    color: #4ec0ef;
}
main .partNews .partHeading:before {
    content: "";
    width: 236px;
    height: 7px;
    position: relative;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 15px;
    left: 135px;
    background-image: url(../images/web/strip_gray_azure.svg);
}
@media only screen and (max-width:1200px) {
    main .partNews .partHeading:before {
    top: -20px;
    left: calc(50% - 118px);
}
}
main .partNews .partHeading:after {
    content: "";
    width: 236px;
    height: 7px;
    position: relative;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 15px;
    right: 135px;
    background-image: url(../images/web/strip_gray_azure.svg);
    transform: rotateY(180deg);
}
@media only screen and (max-width:1200px) {
    main .partNews .partHeading:after {
    display: none;
}
}
main .partNews .partText {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 38px;
}
main .partNews .partText span {
    font-weight: 700;
}*/
/*main .partRecycle {
    padding-left: 81px;
    padding-right: 81px;
}
@media only screen and (max-width:574px) {
    main .partRecycle {
    padding-left: 0;
    padding-right: 0;
}
}*/
/*main .partRecycle .recycleBg {
    position: relative;
    background-color: #77a942;
    margin-top: 75px;
}
main .partRecycle .recycleBg h3 {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: right;
    margin-right: 100px;
}
@media only screen and (max-width:1850px) {
    main .partRecycle .recycleBg h3 {
    font-size: 42px;
}
}
@media only screen and (max-width:1750px) {
    main .partRecycle .recycleBg h3 {
    text-align: center;
    margin-right: 0;
}
}
main .partRecycle .recycleBg h3:first-of-type {
    margin-top: 30px;
}
main .partRecycle .recycleBg p {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    text-align: right;
    margin-right: 100px;
}
@media only screen and (max-width:1750px) {
    main .partRecycle .recycleBg p {
    text-align: center;
    margin-right: 0;
}
}
main .partRecycle .recycleBg .infoBanners {
    margin-left: -60px;
}
@media only screen and (max-width:1750px) {
    main .partRecycle .recycleBg .infoBanners {
    margin-left: 0;
    justify-content: center;
    width: 100%}
}
main .partRecycle .recycleBg .recycleInfo {
    background-color: #fff;
    width: 256px;
    margin-left: 11px;
    text-align: center;
    padding: 7px 37px 16px;
    position: relative;
    margin-top: 40px;
    z-index: 2;
}
@media only screen and (max-width:1850px) {
    main .partRecycle .recycleBg .recycleInfo {
    width: 27%}
}
@media only screen and (max-width:1750px) {
    main .partRecycle .recycleBg .recycleInfo {
    padding: 16px 37px;
    width: 320px;
}
}
@media only screen and (max-width:764px) {
    main .partRecycle .recycleBg .recycleInfo {
    margin: 15px auto;
}
}
main .partRecycle .recycleBg .recycleInfo:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 32px;
    top: -18px;
    left: 0;
    z-index: 1;
    background-color: #fff;
    transform: skewY(-6deg);
}
@media only screen and (max-width:1750px) {
    main .partRecycle .recycleBg .recycleInfo:before {
    display: none;
}
}
main .partRecycle .recycleBg .recycleInfo img {
    height: 52px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}
main .partRecycle .recycleBg .recycleInfo p {
    font-size: 15px;
    color: #3e3e3f;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 0;
    margin-bottom: 0;
}
main .partRecycle .recycleBg .recycleInfo p span {
    font-weight: 700;
}
main .partRecycle .recycleBg .recycleButtonMobile {
    display: none;
    text-align: center;
}
@media only screen and (max-width:1750px) {
    main .partRecycle .recycleBg .recycleButtonMobile {
    display: block;
}
}
main .partRecycle .recycleBg .recycleButtonMobile .mobileButton {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    top: 0;
    right: 0;
}
main .partRecycle .recycleBg .myButton {
    background-color: #4ec0ef;
    position: absolute;
    top: 53px;
    right: 34px;
}
@media only screen and (max-width:1750px) {
    main .partRecycle .recycleBg .myButton.desktopButton {
    display: none;
}
}
main .partRecycle .recycleBg .myButton:hover {
    background-color: #fff;
    color: #3e3e3f;
}
main .partRecycle .recycleBg .myButton:hover:after {
    background-image: url(../images/web/arrow_gray_button.svg);
}*/
main .partMap {
    /*padding-left: 81px;
    padding-right: 81px;*/
    margin-top: 24px;
    position: relative;
    z-index: 3;
    margin-bottom: -150px;
}
/*@media only screen and (max-width:574px) {
    main .partMap {
    padding-left: 0;
    padding-right: 0;
}
}*/
main .partMap .bigMap {
    position: relative;
}
main .partMap .bigMap .findUs {
    position: absolute;
    top: 58px;
    left: 50px;
    width: 308px;
    background-color: #4ec0ef;
    color: #fff;
    font-size: 26px;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    text-transform: uppercase;
    z-index: 5;
}
@media only screen and (max-width:574px) {
    main .partMap .bigMap .findUs {
    top: 25px;
    width: 300px;
    left: calc(50% - 150px);
}
}
main .partMap .bigMap .findUs span {
    font-weight: 700;
    color: #fff;
}
main .partMap .bigMap #map {
    width: 100%;
    height: 570px;
    border: 1px solid #000;
}
/*main .introHeading {
    min-height: 220px;
    background-image: url(../images/web/header_katalog_s.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}
main .introHeading .subpageHeader h1 {
    color: #fff;
    font-weight: 700;
    margin: 0;
}*/
main .articleDetailPage, main .contactPage, main .newsPage, main .searchPage, main .sectionsPage, main .static-content, main .technologiesPage, main .whereToBuyPage {
    margin-bottom: 100px;
}
main .static-content p {
    margin-bottom: 26px;
    line-height: 26px;
}
main .static-content h2, main .static-content h3, main .static-content h4, main .static-content h5 {
    margin-top: 12px;
    margin-bottom: 20px;
    color: #4ec0ef;
}
main .static-content h2, main .static-content h3 {
    text-transform: uppercase;
}
main .static-content a {
    color: #4ec0ef;
    transition: .2s all;
}
main .static-content a:hover {
    color: #77a942;
}
main .static-content ul {
    list-style: none;
}
main .static-content ul li {
    line-height: 32px;
    position: relative;
}
main .static-content ul li:before {
    position: absolute;
    top: 10px;
    left: -30px;
    height: 10px;
    width: 10px;
    background-color: #4ec0ef;
    display: block;
    content: ""}
main .static-content .firm {
    position: relative;
    padding-left: 60px;
    margin-top: 40px;
}
main .static-content .firm:before {
    width: 50px;
    height: 50px;
    content: "";
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -8px;
    left: -5px;
}
main .static-content .firm.company::before {
    background-image: url(../images/web/exide_icon_1.svg);
}
main .static-content .firm.tradition::before {
    background-image: url(../images/web/exide_icon_2.svg);
}
main .static-content .firm.vision::before {
    background-image: url(../images/web/exide_icon_3.svg);
}
main .static-content .firm.partnership::before {
    background-image: url(../images/web/exide_icon_4.svg);
}
main .static-content .firm.position::before {
    background-image: url(../images/web/exide_icon_5.svg);
}
main .technologiesPage a.technology {
    background-color: #fff;
    min-height: 300px;
    display: block;
    text-align: center;
    padding: 25px;
    transition: .2s all;
    border: 1px solid #f0f0f0;
}
main .technologiesPage a.technology:hover {
    border: 1px solid #4ec0ef;
}
main .technologiesPage a.technology h4 {
    font-weight: 700;
    color: #4ec0ef;
}
/*main .searchPage .searchForm {
    margin-bottom: 65px;
}
main .searchPage .searchForm form .searchInput {
    background-color: #f1f1f1;
    padding: 24px 30px;
    height: 85px;
}
main .searchPage .searchForm form .searchInput input {
    background-color: #f1f1f1;
    border: none;
    border-radius: 0;
    height: auto;
    border-bottom: 1px solid #515c4f;
    color: #4ec0ef;
}
main .searchPage .searchForm form .searchInput input:focus {
    border: none;
    border-bottom: 1px solid #4ec0ef;
    box-shadow: 0 0 0 1000px #ececec inset;
}
main .searchPage .searchForm form .myButton {
    width: 100%;
    border-radius: 0;
    height: 85px;
    background-color: #4ec0ef;
}
main .searchPage .searchForm form .myButton:hover {
    background-color: #77a942;
}
main .searchPage .searchForm form .myButton:after {
    top: 36px;
}
main .searchPage .searchHeading {
    font-weight: 700;
    color: #4ec0ef;
    margin-top: 25px;
    margin-bottom: 15px;
    width: 100%}
main .searchPage .searchNews {
    list-style: none;
}
main .searchPage .searchNews li {
    position: relative;
}
main .searchPage .searchNews li:before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #4ec0ef;
    border-radius: 99px;
    top: 9px;
    left: -25px;
}
main .searchPage .searchNews li a h3 {
    font-size: 20px;
    transition: .2s all;
}
main .searchPage .searchNews li a h3:hover {
    color: #4ec0ef;
}
main .searchPage .searchMenu span {
    transition: .2s all;
}
main .searchPage .searchMenu span:hover {
    color: #4ec0ef;
}*/
main .whereToBuyPage {
    margin-bottom: 0;
}
main .whereToBuyPage .partMap .bigMap #map {
    height: 720px;
}
@media only screen and (max-width:992px) {
    main .whereToBuyPage .partMap .bigMap #map {
    height: 540px;
}
}
main .newsPage .list-article-item {
    position: relative;
    padding: 15px 15px 60px 15px;
    margin-bottom: 50px;
}
/*main .newsPage .list-article-item .list-article-item-heading {
    height: 70px;
}*/
main .newsPage .list-article-item .myButton {
    position: absolute;
    left: calc(50% - 95px);
}
/*main .articleDetailPage {
    margin-top: 55px;
}
main .articleDetailPage .article-detail-image {
    height: 275px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    opacity: 1;
    transition: .2s all;
}
main .articleDetailPage .article-detail-image:hover {
    opacity: .9;
}
main .articleDetailPage .article-detail-gallery-image {
    height: 255px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    opacity: 1;
    transition: .2s all;
}
main .articleDetailPage .article-detail-gallery-image:hover {
    opacity: .9;
}
main .articleDetailPage .myButton {
    color: #fff;
    margin: auto;
    margin-top: 30px;
}
main .articleDetailPage .myButton:hover {
    color: #fff;
}
main .articleDetailPage .article-detail-heading {
    color: #4ec0ef;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 22px;
}
main .articleDetailPage p {
    margin-bottom: 26px;
    line-height: 26px;
}
main .articleDetailPage h2, main .articleDetailPage h3, main .articleDetailPage h4, main .articleDetailPage h5 {
    margin-top: 12px;
    margin-bottom: 20px;
    color: #4ec0ef;
}
main .articleDetailPage h2, main .articleDetailPage h3 {
    text-transform: uppercase;
}
main .articleDetailPage a {
    color: #4ec0ef;
    transition: .2s all;
}
main .articleDetailPage a:hover {
    color: #77a942;
}
main .articleDetailPage ul {
    list-style: none;
}
main .articleDetailPage ul li {
    line-height: 32px;
    position: relative;
}
main .articleDetailPage ul li:before {
    position: absolute;
    top: 10px;
    left: -30px;
    height: 10px;
    width: 10px;
    background-color: #4ec0ef;
    display: block;
    content: ""}*/
main .contactPage .contact_form {
    background-color: #f1f1f1;
    padding: 40px 50px;
}
main .contactPage .contact_form h2 {
    font-size: 22px;
    font-weight: 700;
    color: #4ec0ef;
}
main .contactPage .contact_form .form-message {
    display: block;
    margin-bottom: 45px;
    padding: 15px;
    background-color: #4ec0ef;
    color: #fff;
}
main .contactPage .contact_form .form-error {
    color: #8b0000;
    background-color: #ffcaca;
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #8b0000;
    font-size: 13px;
    font-weight: 300;
}
main .contactPage .contact_form .form-group {
    margin: 0;
}
main .contactPage .contact_form .form-group .form-control {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #515c4f;
    padding: 16px 20px;
    margin-bottom: 45px;
    transition: .2s all;
    color: #4ec0ef;
}
main .contactPage .contact_form .form-group .form-control:focus {
    border-bottom: 1px solid #4ec0ef;
    box-shadow: 0 0 0 1000px #ececec inset;
}
main .contactPage .contact_form .form-group .form-control.myTextarea {
    border: 1px solid #515c4f;
    height: 138px;
    transition: .2s all;
}
main .contactPage .contact_form .form-group .form-control.myTextarea:focus {
    box-shadow: 0 0 0 1000px #ececec inset;
    border: 1px solid #4ec0ef;
}
main .contactPage .contact_form .form-group .form-check {
    padding: 0;
}
main .contactPage .contact_form .form-group .myButton {
    cursor: pointer;
}
main .contactPage .contact_form .form-group ::placeholder {
    color: #3e3e3f;
    font-size: 14px;
    opacity: 1;
    color: #3e3e3f;
    font-size: 14px;
    color: #3e3e3f;
    font-size: 14px;
}
main .contactPage .contact_form .form-group [type=checkbox]:checked, main .contactPage .contact_form .form-group [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
}
main .contactPage .contact_form .form-group [type=checkbox]:checked+label, main .contactPage .contact_form .form-group [type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 54px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    padding: 0;
    color: #000;
    padding-left: 35px;
    width: 110%}
@media only screen and (max-width:576px) {
    main .contactPage .contact_form .form-group [type=checkbox]: checked+label, main .contactPage .contact_form .form-group [type=checkbox]:not(:checked)+label {
    width: auto;
}
}
main .contactPage .contact_form .form-group [type=checkbox]:checked+label:before, main .contactPage .contact_form .form-group [type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #515c4f;
    background: #262c25;
}
main .contactPage .contact_form .form-group [type=checkbox]:checked+label:after, main .contactPage .contact_form .form-group [type=checkbox]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #4ec0ef;
    position: absolute;
    top: 5px;
    left: 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
main .contactPage .contact_form .form-group [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
main .contactPage .contact_form .form-group [type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
main .contactPage .contact_form .form-group input:-webkit-autofill, main .contactPage .contact_form .form-group input:-webkit-autofill:active, main .contactPage .contact_form .form-group input:-webkit-autofill:focus, main .contactPage .contact_form .form-group input:-webkit-autofill:hover {
    -webkit-text-fill-color: #4ec0ef!important;
    -webkit-box-shadow: 0 0 0 1000px #ececec inset;
}
/*main .productsPage .productsIntro {
    min-height: 360px;
    background-image: url(../images/web/header_katalog_s.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}*/
main .productsPage .productsIntro h1 {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    margin-top: 90px;
    margin-bottom: 0;
}
main .productsPage .productsIntro p {
    font-size: 30px;
    color: #fff;
    margin-bottom: 40px;
}
main .productsPage .productsIntro p span {
    text-transform: lowercase;
    color: #fff;
}
/*main .productsPage .productsInfo {
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, .07);
    margin-top: 33px;
    margin-bottom: 125px;
}
main .productsPage .productsInfo #bateryImage {
    width: 100%;
    height: 327px;
    object-fit: contain;
    object-position: center;
    padding: 46px;
}
@media only screen and (max-width:768px) {
    main .productsPage .productsInfo #bateryImage {
    height: auto;
    padding: 15px 15px 0;
}
}
main .productsPage .productsInfo .myButton {
    width: 100%;
    padding: 27px 25px 27px 35px;
}
main .productsPage .productsInfo .myButton:after {
    display: none;
}
main .productsPage .productsInfo .productText {
    padding: 90px 45px 20px 20px;
}
@media only screen and (max-width:768px) {
    main .productsPage .productsInfo .productText {
    padding: 30px 30px 15px 30px;
}
}
main .productsPage .productsInfo .productText #batteryName {
    font-size: 30px;
    margin-bottom: 22px;
    color: #4ec0ef;
    font-weight: 700;
    position: relative;
}
main .productsPage .productsInfo .productText #batteryName::before {
    position: absolute;
    content: "";
    display: block;
    top: -33px;
    left: 0;
    background-image: url(../images/web/strip_gray_azure.svg);
    width: 175px;
    height: 5px;
    transform: rotate(180deg);
    background-size: cover;
}
main .productsPage .productsInfo .productText .lessText p, main .productsPage .productsInfo .productText .lessText ul {
    display: none;
}
main .productsPage .productsInfo .productText .lessText p {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
}
@media only screen and (max-width:768px) {
    main .productsPage .productsInfo .productText .lessText p {
    max-height: 200px;
    margin-bottom: 50px;
}
}
@media only screen and (max-width:574px) {
    main .productsPage .productsInfo .productText .lessText p {
    margin-bottom: 120px;
}
}
main .productsPage .productsInfo .productText .lessText p:first-child {
    display: block;
}
main .productsPage .productsInfo .productText .firsIconRow .batteryIcon {
    display: none;
}
main .productsPage .productsInfo .productText .firsIconRow .batteryIcon img {
    width: 128px;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
}
/*main .productsPage .productsInfo .productText ul.secondIconRow {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 20px;
    bottom: 21px;
}
@media only screen and (max-width:768px) {
    main .productsPage .productsInfo .productText ul.secondIconRow {
    left: 30px;
    bottom: 120px;
}
}
main .productsPage .productsInfo .productText ul.secondIconRow li.batteryIcon {
    display: none;
}
main .productsPage .productsInfo .productText ul.secondIconRow li.batteryIcon img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    cursor: pointer;
}
@media only screen and (max-width:768px) {
    main .productsPage .productsInfo .productText ul.secondIconRow li.batteryIcon img {
    margin-bottom: 10px;
}
}*/
/*main .productsPage .productsMenu {
    margin-top: 33px;
}
main .productsPage .productsMenu ul li a {
    font-size: 15px;
    color: #404041;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: right;
    background-color: transparent;
    line-height: 19px;
    padding: 12px 38px 12px 12px;
    position: relative;
}
main .productsPage .productsMenu ul li a:after {
    content: "";
    background-color: #efefef;
    height: 1px;
    width: 175px;
    position: absolute;
    display: block;
    bottom: -1px;
    left: 0;
}
main .productsPage .productsMenu ul li a .firstWord {
    font-weight: 400;
    display: block;
}
main .productsPage .productsMenu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    left: -5px;
    top: 29px;
    z-index: -1;
    transform: rotate(45deg);
}
main .productsPage .productsMenu ul li a:hover {
    background-color: #4ec0ef;
    color: #fff;
}
main .productsPage .productsMenu ul li a:hover .firstWord {
    color: #fff;
}
main .productsPage .productsMenu ul li a:hover:before {
    background-color: #4ec0ef;
    left: -5px;
}*/
/*main .cataloguePage .catalogueFilter {
    background-color: #e2ebf7;
    min-height: 160px;
    margin-bottom: 54px;
}
main .cataloguePage .catalogueFilter .propertyName {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
}
main .cataloguePage .catalogueFilter .propertyName span {
    font-weight: 400;
}
main .cataloguePage .catalogueFilter .fs-wrap {
    width: 100%}
main .cataloguePage .catalogueFilter .fs-wrap:focus {
    border: 1px solid #7bd5f4;
    box-shadow: 0 0 4px 2px rgba(123, 213, 244, .5);
}
main .cataloguePage .catalogueFilter .fs-wrap .fs-label-wrap {
    position: relative;
}
main .cataloguePage .catalogueFilter .fs-wrap .fs-label-wrap .fs-label {
    border: 1px solid #d7d7d7;
    color: #858585;
    height: 45px;
    font-size: 13px;
    padding-left: 15px;
    transition: .2s all;
    padding-top: 15px;
    padding-bottom: 15px;
}
main .cataloguePage .catalogueFilter .fs-wrap .fs-label-wrap .fs-arrow {
    border: none;
    position: absolute;
    top: -5px;
    right: 20px;
}
main .cataloguePage .catalogueFilter .fs-wrap .fs-label-wrap .fs-arrow:after {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    transform: rotate(90deg);
    background-image: url(../images/web/arrow_gray_button.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
main .cataloguePage .catalogueFilter .fs-wrap .fs-dropdown {
    width: 158px;
}*/
/*main .cataloguePage .breadcrumb {
    color: #77a942;
    background-color: #f0f0f0;
    padding: 23px;
}
main .cataloguePage .breadcrumb a {
    font-size: 15px;
    color: #4d4d4d;
    transition: .2s all;
}
main .cataloguePage .breadcrumb a:hover {
    color: #4ec0ef;
}*/
main .cataloguePage .catalogueContent {
    position: relative;
    min-height: 225px;
    padding-top: 25px;
}
main .cataloguePage .catalogueContent .categoryImage {
    width: 160px;
    height: auto;
    object-fit: cover;
}
main .cataloguePage .catalogueContent h2 {
    font-weight: 700;
    font-size: 25px;
    color: #4d4d4d;
    margin-top: 20px;
}
main .cataloguePage .catalogueContent .textRoller p, main .cataloguePage .catalogueContent .textRoller ul {
    font-size: 13px;
    color: #4d4d4d;
}
main .cataloguePage .catalogueContent .textRoller ul {
    padding-left: 10px;
    list-style: none;
}
main .cataloguePage .catalogueContent .textRoller ul li {
    position: relative;
}
main .cataloguePage .catalogueContent .textRoller ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -20px;
    background-color: #4ec0ef;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 0;
}
main .cataloguePage .catalogueContent .textRoller ul li ul {
    padding-left: 20px;
}
main .cataloguePage .catalogueContent .textRoller ul li ul li:before {
    border-radius: 99px;
}
main .cataloguePage .catalogueContent .textRollerUp p, main .cataloguePage .catalogueContent .textRollerUp ul {
    display: none;
}
main .cataloguePage .catalogueContent .textRollerUp p:first-child {
    display: block;
}
main .cataloguePage .catalogueContent .moreInfo {
    color: #77a942;
    font-size: 13px;
    display: inline-block;
    border-bottom: 1px solid #77a942;
    transition: .2s all;
    text-align: right;
    display: inline-block;
    cursor: pointer;
}
main .cataloguePage .catalogueContent .moreInfo:hover {
    border-bottom: 1px solid #4ec0ef;
    color: #4ec0ef;
}
main .cataloguePage .cataloguePDF {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
    position: relative;
    transition: .2s all;
    display: block;
}
main .cataloguePage .cataloguePDF:last-child {
    border-bottom: none;
}
main .cataloguePage .cataloguePDF:after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/web/pdf_gray_icon.svg);
    background-size: cover;
    top: 3px;
    right: 15px;
    transition: .2s all;
}
main .cataloguePage .cataloguePDF span {
    display: block;
    font-size: 12px;
    color: #4d4d4d;
    width: 95px;
    padding-bottom: 15px;
    padding-left: 14px;
    transition: .2s all;
}
main .cataloguePage .cataloguePDF:hover span {
    color: #4ec0ef;
}
main .cataloguePage .cataloguePDF:hover:after {
    background-image: url(../images/web/pdf_blue_icon.svg);
}
/*.catalogueList h5 {
    font-size: 15px;
    font-weight: 400;
    margin: 2px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 32px;
}
.catalogueList h5 .codeSecondWord {
    font-weight: 700;
}
.catalogueList h3 {
    color: #4ec0ef;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 34px;
}*/
/*.catalogueList .myProductWrap {
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
    padding-bottom: 40px;
}
.catalogueList .myProductWrap:nth-child(3n+2) {
    border-left: none;
    border-right: none;
}*/
/*.catalogueList .myProductWrap .myProduct .myProperty {
    padding: 0 10px;
    margin: 0;
}
.catalogueList .myProductWrap .myProduct .myProperty p {
    line-height: 20px;
    font-size: 12px;
    margin: 0;
}
.catalogueList .myProductWrap .myProduct .myProperty:nth-of-type(1) {
    padding-top: 12px;
}
.catalogueList .myProductWrap .myProduct .myProperty:nth-of-type(3) {
    padding-bottom: 12px;
}
.catalogueList .myProductWrap .myProduct .myProperty:nth-of-type(4):before {
    content: "Maximálne rozmery";
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    padding-left: 14px;
    margin-bottom: 2px;
    color: transparent;
}
.catalogueList .myProductWrap .myProduct .myProperty:nth-of-type(6) {
    padding-bottom: 26px;
}
.catalogueList .myProductWrap .myProduct .myProperty:nth-of-type(1), .catalogueList .myProductWrap .myProduct .myProperty:nth-of-type(2), .catalogueList .myProductWrap .myProduct .myProperty:nth-of-type(3) {
    background-color: #f6f6f6;
}
.catalogueList .myProductWrap .myProduct .myProperty:nth-of-type(1) .myPropertyValue, .catalogueList .myProductWrap .myProduct .myProperty:nth-of-type(2) .myPropertyValue, .catalogueList .myProductWrap .myProduct .myProperty:nth-of-type(3) .myPropertyValue {
    font-weight: 700;
}*/
.cf {
    *zoom: 1;
}
.cf:after, .cf:before {
    content: ' ';
    display: table;
}
.cf:after {
    clear: both;
}
.br:after {
    content: '\A';
    white-space: pre;
}
#topline {
    background-color: #000;
    color: #ff0;
}
#topline a {
    color: #cdcdcd;
}
#topline a:hover {
    color: #fff;
}
#topline ul#lang {
    display: inline-block;
    font-size: .8rem;
}
/*header {
    border-top: 4px solid #77a942;
    min-height: 189px;
    display: flex;
    position: relative;
    z-index: 9;
}
@media only screen and (max-width:1200px) {
    header {
    min-height: 60px;
}
}
header .navbar-toggler {
    padding: 0;
    position: absolute;
    right: 13px;
    top: 9px;
}
@media only screen and (min-width:1200px) {
    header .navbar-toggler {
    display: none;
}
}
header .navbar-toggler .navbar-toggler-icon i {
    font-size: 35px;
    color: #4ec0ef;
}
header .navbar-brand {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 81px;
    top: 55px;
    z-index: 10;
}
@media only screen and (max-width:1600px) {
    header .navbar-brand {
    top: 75px;
}
}
@media only screen and (max-width:1200px) {
    header .navbar-brand {
    top: 8px;
    left: 13px;
}
}
header .navbar-brand img {
    width: 300px;
}
@media only screen and (max-width:1750px) {
    header .navbar-brand img {
    width: 275px;
}
}
@media only screen and (max-width:1650px) {
    header .navbar-brand img {
    width: 250px;
}
}
@media only screen and (max-width:1600px) {
    header .navbar-brand img {
    width: 150px;
}
}
@media only screen and (max-width:1200px) {
    header .navbar-brand img {
    width: 125px;
}
}
@media only screen and (max-width:1200px) {
    header nav.navbar {
    padding: 0;
}
}
header nav ul.nav {
    list-style: none;
    margin-left: 27px;
    margin-right: 53px;
}
@media only screen and (max-width:1650px) {
    header nav ul.nav {
    margin-right: 0;
}
}
@media only screen and (max-width:1460px) {
    header nav ul.nav {
    margin-left: 170px;
}
}
@media only screen and (max-width:1200px) {
    header nav ul.nav {
    margin-left: 0;
    margin-top: 56px;
    background-color: #4ec0ef;
    padding-top: 10px;
    padding-bottom: 10px;
}
}
header nav ul.nav li {
    position: relative;
    white-space: nowrap;
    text-transform: uppercase;
}
header nav ul.nav li .arrow_down_wrap {
    content: url(../images/web/arrow_blue_select_DOWN_icon.svg);
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 14px;
    cursor: pointer;
    top: 0;
    right: 65px;
    z-index: 2;
    transition: .2s all;
    display: none;
    content: url(../images/web/arrow_white_button.svg);
    transform: rotate(90deg);
}
@media only screen and (max-width:1200px) {
    header nav ul.nav li .arrow_down_wrap {
    display: block;
}
}
header nav ul.nav li .arrow_down_wrap.arrow_down_wrap_up {
    transform: rotate(-90deg);
}
header nav ul.nav li.active a {
    color: #4ec0ef;
}
@media only screen and (max-width:1200px) {
    header nav ul.nav li.active {
    background-color: #77a942;
}
header nav ul.nav li.active a {
    color: #fff;
}
}
header nav ul.nav li a {
    padding-left: 24px;
    padding-right: 24px;
    height: 100%;
    font-size: 13px;
}
header nav ul.nav li a:hover {
    color: #4ec0ef;
}
@media only screen and (max-width:1460px) {
    header nav ul.nav li a {
    padding-left: 16px;
    padding-right: 16px;
}
}
@media only screen and (max-width:1200px) {
    header nav ul.nav li a {
    padding: 0;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 18px;
    color: #fff;
    border-bottom: 1px solid #034c8a;
}
header nav ul.nav li a:hover {
    background-color: #77a942;
}
}
header nav ul.nav li>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}
header nav ul.nav li:hover>ul {
    display: block;
    position: absolute;
    left: 0;
    background-color: #fff;
    border-top: 80px solid #fff;
}
@media only screen and (max-width:1200px) {
    header nav ul.nav li: hover>ul {
    border: none;
    width: 100%;
    position: relative;
}
}
header nav ul.nav li:hover>ul>li {
    white-space: nowrap;
    background-color: #fff;
    transition: .2s all;
}
header nav ul.nav li:hover>ul>li a {
    transition: .2s all;
    display: block;
    padding: 8px 16px;
}
@media only screen and (max-width:1200px) {
    header nav ul.nav li: hover>ul>li a {
    color: #4ec0ef;
    text-transform: lowercase;
    font-weight: 400;
    padding: 8px 16px;
    line-height: 28px;
    border: none;
}
}
header nav ul.nav li:hover>ul>li:hover {
    background-color: #4ec0ef;
}
header nav ul.nav li:hover>ul>li:hover a {
    color: #fff;
}
header nav ul.nav li:hover>ul>li>ul {
    left: 100%;
    top: 0;
    background-color: #444;
}*/
header nav .languagePanelMobile {
    position: absolute;
    right: 0;
    top: 100px;
    box-shadow: 0 0 10px 0 #383838;
}
header nav .languagePanelMobile ul#lang {
    position: relative;
    top: 0;
    right: 0;
}
header nav .languagePanelMobile ul#lang li {
    margin-bottom: 0;
}
header nav .languagePanelMobile ul#lang li:hover a {
    background-color: #77a942;
}
header nav .languagePanelMobile ul#lang li.selected a {
    background-color: #77a942;
}
header nav .languagePanelMobile .headerFacebook img, header nav .languagePanelMobile .headerSearch img {
    width: 54px;
    height: 54px;
    margin: 0;
    padding: 0;
    background-color: #e6e6e6;
    padding: 12px;
}
header nav .headerSearch img {
    margin: 12px;
    width: 23px;
    height: 23px;
}
header nav .headerSearch img.icon1 {
    display: block;
}
header nav .headerSearch img.icon2 {
    display: none;
}
header nav .headerSearch:hover img.icon1 {
    display: none;
}
header nav .headerSearch:hover img.icon2 {
    display: block;
}
header nav .headerFacebook img {
    margin: 12px;
    height: 26px;
    width: 26px;
}
header nav .headerFacebook img.icon1 {
    display: block;
}
header nav .headerFacebook img.icon2 {
    display: none;
}
header nav .headerFacebook:hover img.icon1 {
    display: none;
}
header nav .headerFacebook:hover img.icon2 {
    display: block;
}
/*header .headerExiqa {
    position: absolute;
    right: 185px;
    top: 75px;
    width: 150px;
}
@media only screen and (max-width:1600px) {
    header .headerExiqa {
    width: 100px;
    top: 80px;
}
}
@media only screen and (max-width:1460px) {
    header .headerExiqa {
    display: none;
}
}*/
header .mobileExiqa {
    width: 125px;
    margin-top: 8px;
    margin-left: 13px;
    margin-bottom: 8px;
}
/*header ul#lang {
    position: absolute;
    right: 81px;
    top: 34px;
    width: 54px;
    padding: 0;
}
header ul#lang li {
    width: 54px;
    margin-bottom: 6px;
}
header ul#lang li.selected a {
    background-color: #4ec0ef;
    color: #fff;
}
header ul#lang li a {
    padding: 0;
    text-align: center;
    background-color: #e6e6e6;
    color: #828282;
    padding: 15px 0;
}
header ul#lang li a:hover {
    background-color: #4ec0ef;
    color: #fff;
}*/
footer .footerPart1 {
    background-color: #4ec0ef;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}
footer .footerPart1 img {
    width: 468px;
    margin: 100px 0 52px 30px;
}
@media only screen and (max-width:992px) {
    footer .footerPart1 img {
    margin: 100px auto 50px;
}
}
footer .footerPart1::before {
    content: "";
    width: 100%;
    height: 104px;
    top: -54px;
    transform: skewY(-3deg);
    background-color: #fff;
    position: relative;
    z-index: 1;
    display: block;
}
footer .footerPart1::after {
    content: "";
    width: 100%;
    height: 104px;
    transform: skewY(-3deg);
    background-color: #4ec0ef;
    position: absolute;
    bottom: -50px;
    z-index: -1;
    display: block;
}
footer .footerPart1 h4 {
    text-transform: uppercase;
    color: #1D1D1B;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 16px;
}
@media only screen and (max-width:992px) {
    footer .footerPart1 h4 {
    margin-top: 35px;
}
}
footer .footerPart1 h4 span {
    font-weight: 400;
    color: #1D1D1B;
}
/*footer .footerPart1 .mainFooterMenu ul {
    columns: 2;
    -webkit-columns: 2;
    -webkit-columns--moz-columns: 2;
    height: 120px;
}
@media only screen and (max-width:574px) {
    footer .footerPart1 .mainFooterMenu ul {
    height: auto;
}
}*/
footer .footerPart1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footerPart1 ul li {
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}
footer .footerPart1 ul li a {
    color: #1D1D1B;
    transition: .2s all;
    display: block;
}
footer .footerPart1 ul li a:hover {
    color: #fff;
}
footer .footerPart1 ul li#menu-15 a {
    font-weight: 700;
}
footer .footerPart1 .footerContact p {
    line-height: 30px;
    color: #1D1D1B;
    font-size: 13px;
}
footer .footerPart1 .footerContact p a {
    color: #1D1D1B;
    transition: .2s all;
}
footer .footerPart1 .footerContact p a:hover {
    color: #fff;
}
footer .footerPart2 {
    margin-top: 90px;
    background-color: #fff;
}
footer .footerPart2 p {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 38px;
}
footer .footerPart2 p a {
    display: inline-block;
}
footer .footerPart2 p a img {
    width: 68px;
}
.test111 {
    color: red;
    font-size: 50px;
    display: inline-block;
    width: 200px;
}
.test111:hover {
    -webkit-transform: scale(1.5);
    -khtml-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.cookieinfo {
    background-color: rgba(0, 0, 0, .8)!important;
    color: #fff!important;
}
.cookieinfo span {
    color: #fff;
}
.cookieinfo #cookie_more_info {
    color: #fff!important;
    text-decoration: underline!important;
}
.cookieinfo .cookieinfo-close {
    background-color: transparent!important;
    border: 2px solid #fff!important;
    color: #fff!important;
}
.cookieinfo .cookieinfo-close:hover {
    background-color: #fff!important;
    color: #000!important;
}
[class*=" fi-"]::before, [class^=fi-]::before {
    margin-right: 0;
    margin-left: 0;
}
/*.content-web {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    font-size: 16px;
    font-family: Poppins, sans-serif;
}
.content-web img {
    max-width: 100%}*/
.sm-simple {
    border: 0 none;
    background: 0 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
@media (min-width:768px) {
    #main-menu>ul>li {
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center;
}
}
.main-nav {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background-color: #fff;
}
.main-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0/0 serif;
    overflow: hidden;
}
.nav-brand {
    float: left;
    margin: 0;
}
.nav-brand a {
    display: block;
    padding: 11px 11px 11px 20px;
    color: #555;
    font-size: 20px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    height: 60px;
}
.nav-brand a img {
    height: 100%;
    width: auto;
}
@media (min-width:768px) {
    .nav-brand a {
    height: 100px;
}
}
#main-menu>ul {
    clear: both;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: none;
}
#main-menu>ul li {
    background-color: rgba(255, 255, 255, .75);
}
#main-menu>ul>li>a {
    text-transform: uppercase;
}
@media (min-width:768px) {
    .main-nav {
    position: absolute;
    background-color: transparent;
}
#main-menu>ul {
    float: right;
    clear: none;
    display: block;
}
#main-menu>ul>li>a>.sub-arrow {
    display: none;
}
}
.main-menu-btn {
    float: right;
    margin: 5px 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.main-menu-btn-icon, .main-menu-btn-icon:after, .main-menu-btn-icon:before {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #555;
    -webkit-transition: all .25s;
    transition: all .25s;
}
.main-menu-btn-icon:before {
    content: '';
    top: -7px;
    left: 0;
}
.main-menu-btn-icon:after {
    content: '';
    top: 7px;
    left: 0;
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: 0 0;
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}
#main-menu-state:not(:checked)~#main-menu {
    display: none;
}
#main-menu-state:checked~#main-menu {
    display: block;
}
@media (min-width:768px) {
    .main-menu-btn {
    position: absolute;
    top: -99999px;
}
#main-menu-state:not(:checked)~#main-menu {
    display: block;
}
}
/*ul#lang {
    list-style: none;
    margin: 0;
    *zoom: 1;
}
ul#lang li {
    float: left;
    visibility: collapse;
}
ul#lang li a {
    display: block;
    padding: 3px 10px;
    visibility: visible;
}
ul#lang:after, ul#lang:before {
    content: ' ';
    display: table;
}
ul#lang:after {
    clear: both;
}
ul#lang.flag a {
    width: 2rem;
    height: 1.5rem;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
ul#lang.code a:before {
    content: attr(data-code);
    text-transform: uppercase;
}
ul#lang.name a:before {
    content: attr(title);
}*/
.relative {
    position: relative;
}
.align-center {
    text-align: center;
}
.middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.bold {
    font-weight: 700;
}
.uppercase {
    text-transform: uppercase;
}
.br:after {
    content: '\A';
    white-space: pre;
}
.cf {
    *zoom: 1;
}
.cf:after, .cf:before {
    content: ' ';
    display: table;
}
.cf:after {
    clear: both;
}
@media screen and (max-width:1024px) {
    .cf-medium {
    *zoom: 1;
}
.cf-medium:after, .cf-medium:before {
    content: ' ';
    display: table;
}
.cf-medium:after {
    clear: both;
}
}
@media screen and (min-width:1025px) {
    .small-0 {
    width: 0;
}
}
#testProportional {
    margin: 50px auto;
    width: 300px;
    background-color: green;
}
.crust {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.crust:before {
    content: '';
    display: block;
    padding-top: 100%}
.crust .core {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}
.crust .core .content, .crust .core img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.crust .core .content {
    width: 100%;
    height: 100%}
.crust.cover .core img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    max-width: none;
}
.crust.ratio-2_1:before {
    padding-top: 50%}
.crust.ratio-4_3:before {
    padding-top: 75%}
.crust.ratio-16_9:before {
    padding-top: 56.25%}
.crust.ratio-9_4:before {
    padding-top: 44.44%}
.crust.ratio-5_4:before {
    padding-top: 80%}
.crust.ratio-1_2:before {
    padding-top: 200%}
.crust.ratio-4_5:before {
    padding-top: 125%}
a.icon-prev:hover {
    color: #1992ff;
}
.icon-prev {
    position: relative;
    display: inline;
    margin-left: 2.25em;
    white-space: nowrap;
}
.icon-prev:before {
    position: absolute;
    margin-top: .15em;
    left: -1.2em;
    font-size: 1.1em;
    color: red;
}
.icon-prev:first-child {
    margin-left: 1.35em;
}
.tai {
    position: relative;
    white-space: nowrap;
    color: #005eb2;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-right: 1rem;
}
.tai:after {
    content: attr(data-title);
    position: relative;
    display: inline-block;
    font-size: .75rem;
    line-height: 1.5rem;
    margin-left: .33rem;
}
.tai:before {
    line-height: 1.5rem;
}
@media screen and (max-width:991px) {
    .tai {
    cursor: help;
    font-size: 2.5rem;
}
.tai:after {
    display: none;
}
.tai:active:after, .tai:focus:after, .tai:hover:after {
    display: block;
    position: absolute;
    top: .75rem;
    left: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, .85);
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 1px 4px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.tai:before {
    line-height: 3.75rem;
}
a.tai {
    cursor: pointer;
}
}
.req-sign, label .req::after {
    color: #c00;
    font-weight: 700;
}
label .req::after {
    content: '*';
    position: absolute;
    margin-left: .3rem;
    margin-left-margin-right: 1.2rem;
}
ul.evenly {
    text-align: justify;
    min-width: 500px;
}
ul.evenly:after {
    content: '';
    display: inline-block;
    width: 100%}
ul.evenly li {
    display: inline-block;
}
.clickable {
    cursor: zoom-in;
}
.admin-edit, .menu-content-edit {
    position: relative;
    overflow: hidden;
}
.admin-edit:after, .menu-content-edit:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(102, 82, 0, .25);
    background-color: rgba(0, 0, 0, .05);
}
.admin-edit:after:hover, .menu-content-edit:after:hover {
    display: none;
}
.admin-edit:hover, .menu-content-edit:hover {
    border: 1px solid #900;
    background-color: rgba(255, 255, 255, .67);
    color: #600;
    cursor: url(../images/pencil-red-16.gif) 0 16, pointer;
}
.admin-edit[data-variant=static_content], [data-variant=static_content].menu-content-edit {
    display: inherit;
}
.admin-edit[data-variant=static_content]:hover, [data-variant=static_content].menu-content-edit:hover {
    cursor: url(../images/doc-edit-16.gif) 0 16, pointer;
}
.menu-content-edit {
    display: inherit;
}
.menu-content-edit:hover {
    cursor: url(../images/doc-edit-16.gif) 0 16, pointer;
}
/*.navbar-brand, .navbar-nav>li>a {
    text-shadow: none;
}*/
.btn-first {
    background-color: #3ab54a;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 50px;
}
.btn-first:active, .btn-first:focus, .btn-first:hover {
    background-color: transparent;
    color: #3ab54a;
    border: 2px solid #3ab54a;
}
.btn-second {
    background-color: transparent;
    color: #3ab54a;
    border: 2px solid #3ab54a;
    border-radius: 50px;
}
.btn-second:active, .btn-second:focus, .btn-second:hover {
    background-color: #3ab54a;
    color: #fff;
    border: 2px solid transparent;
}
.cartcena, .cartkusy {
    color: #fff;
}
#wait {
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%}
#wait i {
    color: #3ab54a;
    margin: 20% auto;
    display: block;
}
.fulllink {
    cursor: pointer;
}
.filter-second-part {
    margin-top: 25px;
    margin-bottom: 25px;
}
.filter-heading {
    background-color: silver;
    padding: 14px;
    color: #fff;
    font-size: 18px;
}
.filter-wrapper {
    padding-top: 10px;
    padding-bottom: 15px;
}
.filter-wrapper label {
    font-size: 12px;
}
.filter-input, .filter-select {
    border-radius: 50px;
    border: 1px solid #ebebeb;
}
.fulllink button {
    margin: 4px;
    float: right;
}
.fulllink button:before {
    font-family: FontAwesome;
    content: "\f068"}
.fulllink.collapsed button:before {
    font-family: FontAwesome;
    content: "\f067"}
#priceslider {
    margin-top: 11px;
}
.noUi-horizontal {
    height: 10px;
}
.noUi-handle {
    top: -10px!important;
    border-radius: 50px;
    width: 30px!important;
    height: 30px!important;
    box-shadow: none;
}
.noUi-handle:after, .noUi-handle:before {
    background: 0 0;
}
.noUi-connect {
    background-color: #3ab54a;
}
.filter-manufacturers, .filter-tags {
    margin-top: 25px;
    margin-bottom: 0;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.filter-manufacturers .checkbox, .filter-tags .checkbox {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.filter-tags {
    margin-top: 0!important;
}
.filter-tagy {
    border-top: 1px silver solid;
    margin-bottom: 15px;
}
.filter-buttons button {
    margin-right: 10px;
}
input[type=checkbox] {
    -ms-transform: scale(.7);
    -moz-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
}
.tag-label {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 50px;
    font-weight: 700;
}
.product-wrap, .products-wrapper {
    padding-bottom: 80px;
}
.product {
    text-align: center;
}
.product img {
    width: auto;
    height: auto;
    max-height: 300px;
    margin: 0 auto;
    display: block;
}
.productname {
    color: #404041;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    height: 50px;
    overflow: hidden;
}
.category {
    background-color: #3ab54a;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    width: auto;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.productshort {
    font-weight: 300;
    font-size: 16px;
    color: #404041;
    margin-bottom: 5px;
    height: 50px;
    overflow: hidden;
}
.neskladom, .skladom {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
}
.skladom {
    color: #3ab54a;
}
.neskladom {
    color: red;
}
.beznacena {
    color: #404041;
    margin-bottom: 0;
}
.nasacena {
    color: #404041;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}
.buy-btn {
    background-color: #3ab54a;
    min-width: 125px;
    width: auto;
    height: 55px;
    color: #fff;
    border: 2px solid transparent;
    font-size: 15px;
    border-radius: 50px;
    transition: .4s all;
    font-weight: 700;
    text-transform: lowercase;
    padding: 5px 10px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}
.buy-btn:active, .buy-btn:focus, .buy-btn:hover {
    color: #3ab54a;
    background-color: transparent;
    border: 2px solid #3ab54a;
    transition: .4s all;
    text-decoration: none;
}
.product-detail-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}
.product-detail-name {
    color: #3ab54a;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 20px;
}
.product-detail-image {
    border: 1px solid #ebebeb;
}
.product-detail-info {
    border: 1px solid #ebebeb;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-gallery>div>div {
    padding: 5px 5px 0 0;
}
.product-detail-info-row {
    margin-bottom: 5px;
    color: #747474;
    font-weight: 300;
}
.product-detail-price-row {
    margin-bottom: 5px;
    color: #c4c4c4;
    font-weight: 300;
}
.product-detail-price-main-row {
    color: #000;
    font-weight: 700;
}
.main-price {
    color: #3ab54a;
}
.product-form {
    width: 100%;
    display: inline-block;
}
.product-detail-input {
    border-radius: 50px;
}
.product-tag {
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.product-detail-tabs {
    padding-top: 30px;
    padding-bottom: 10px;
}
.product-detail-tabs li {
    transition: .4s all;
}
.product-detail-tabs li a {
    width: auto;
    background-color: #f8f8f8;
    padding: 15px 25px;
    border: 1px solid #ebebeb;
    color: #404041;
    font-weight: 700;
    font-size: 18px;
    transition: .4s all;
}
.product-detail-tabs li a:hover {
    background-color: #fff;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    transition: .4s all;
}
.product-detail-tabs li .active {
    background-color: #fff;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    transition: .4s all;
}
.tab-content {
    border: 1px solid #ebebeb;
    padding: 15px;
}
.tab-content>div {
    padding-top: 15px;
    padding-bottom: 15px;
}
#add_to_cart_info {
    position: fixed;
    background-color: rgba(255, 255, 255, .95);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99999;
}
.add_to_cart_info_wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: auto;
}
@media only screen and (max-width:991px) {
    .add_to_cart_info_wrapper {
    display: block;
    padding-top: 3rem;
}
}
.add_to_cart_info {
    width: 100%;
    height: auto;
}
.atci_shadow {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    position: relative;
    border-radius: 5px;
}
.atci_close {
    position: absolute;
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    z-index: 1;
}
@media only screen and (max-width:991px) {
    .atci_close {
    right: 10px;
}
}
.atci_heading {
    font-size: 1.5rem;
    padding: 2rem 1rem 1rem 1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
}
.atci_product_image {
    max-height: 40px;
}
.atci_second {
    background-color: #f4f4f4;
}
.atci_buttons_wrapper {
    margin-bottom: 10px;
    padding-bottom: 2rem;
}
/*.breadcrumb {
    background-color: #f8f8f8;
    color: #3ab54a;
}
.breadcrumb a, .breadcrumb span {
    color: #404041;
    padding-left: 10px;
    padding-right: 10px;
}
.breadcrumb .actual {
    font-weight: 700;
    color: #3e3e3f;
    font-size: 15px;
}*/
.left-menu-heading {
    background-color: #4ec0ef;
    padding: 24px;
    padding-left: 58px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}
.left-menu-heading:before {
    content: "";
    background-image: url(../images/web/E_symbol_white.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 23px;
    height: 20px;
    display: block;
    position: absolute;
    left: 30px;
}
/*.leftmenu {
    background-color: #f0f0f0;
}
.leftmenu ul {
    list-style: none;
}
.leftmenu a {
    transition: .2s all;
}
.leftmenu a:hover {
    color: #4ec0ef;
    text-decoration: none;
    background-color: #e8e8e8;
}
.leftmenu>ul {
    padding: 0;
}
.leftmenu>ul>li {
    border-bottom: 1px solid #fff;
    position: relative;
}
.leftmenu>ul>li .arrow_down_wrap {
    content: url(../images/web/arrow_blue_select_DOWN_icon.svg);
    background-color: #f0f0f0;
    display: block;
    position: absolute;
    width: 53px;
    height: 53px;
    padding: 21px;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 2;
    transition: .2s all;
}
.leftmenu>ul>li .arrow_down_wrap.arrow_down_wrap_up {
    content: url(../images/web/arrow_blue_select_UP_icon.svg);
}
.leftmenu>ul>li .arrow_down_wrap:hover {
    background-color: #e8e8e8;
}
.leftmenu>ul>li>a {
    font-weight: 700;
    color: #4d4d4d;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px 14px;
}
.leftmenu>ul>li ul {
    padding: 0;
}
.leftmenu>ul>li ul li.active a {
    color: #77a942;
    font-weight: 700;
}
.leftmenu>ul>li ul li a {
    color: #4d4d4d;
    font-size: 13px;
    display: block;
    padding: 9px 49px;
    background-color: #f0f0f0;
}
.leftmenu>ul>li ul li a:hover {
    font-weight: 700;
    color: #77a942;
    background-color: #f0f0f0;
}*/
.navigation-bar-basket a, .navigation-bar-basket div {
    transition: .4s all;
}
.navigation-bar-basket a:active, .navigation-bar-basket a:focus, .navigation-bar-basket a:hover, .navigation-bar-basket div:active, .navigation-bar-basket div:focus, .navigation-bar-basket div:hover {
    transition: .4s all;
}
.navigation-bar-basket a {
    font-size: 20px;
    color: #000;
    padding: 14px;
    display: block;
    font-weight: 300;
}
.navigation-bar-basket .step {
    background-color: #eaeaea;
}
.navigation-bar-basket .step:active, .navigation-bar-basket .step:focus, .navigation-bar-basket .step:hover {
    background-color: #3ab54a;
}
.navigation-bar-basket .step:active a, .navigation-bar-basket .step:focus a, .navigation-bar-basket .step:hover a {
    text-decoration: none;
    color: #fff;
}
@media (min-width:768px) {
    .navigation-bar-basket .step: first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.navigation-bar-basket .step:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
}
.navigation-bar-basket .active {
    background-color: #3ab54a;
}
.navigation-bar-basket .active a {
    font-weight: 700;
    color: #fff;
}
.main-basket {
    padding-bottom: 50px;
}
.main-basket input {
    border-radius: 50px;
}
.main-basket h2, .main-basket h3 {
    background-color: #3ab54a;
    padding: 14px;
    color: #fff;
    border-radius: 50px;
}
.pointer {
    cursor: pointer;
}
.cart-product {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.cart-product .cart-product-image {
    max-height: 100px;
    display: block;
    margin: 0 auto;
}
.cart-product .cart-product-image:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.cart-product .cart-product-name {
    color: #000;
    font-weight: 700;
    display: block;
}
.cart-product .cart-product-name:hover {
    color: #3ab54a;
    text-decoration: none;
}
.cart-product form {
    width: 100%}
.cart-product input {
    display: inline-block;
    width: 80px;
    border-radius: 50px;
    margin: 0 15px;
}
.cart-product button {
    margin: 0 5px;
}
.voucher input {
    width: auto;
    display: inline-block;
}
.strankovanie {
    list-style: none;
}
.strankovanie li {
    display: none;
    margin: 5px;
    padding: 5px 10px;
    background-color: transparent;
    color: #4d4d4d;
    cursor: pointer;
}
.strankovanie .active {
    font-weight: 400;
    display: inline-block;
    border-bottom: 2px solid #4ec0ef;
    color: #4d4d4d;
}
.strankovanie .page {
    display: inline-block;
}
/*
.pagination li:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.pagination li:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.pagination li a {
    background-color: #fff;
    border: 2px solid #3ab54a;
    color: #3ab54a;
    border-radius: 50px;
    padding: 5px 10px;
}
.pagination li a:hover {
    background-color: #3ab54a;
    color: #fff;
    border: 2px solid #3ab54a;
    box-shadow: none;
}
.pagination .current {
    background-color: transparent;
}
.pagination .current:first-child span {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.pagination .current:last-child span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.pagination .current span {
    background-color: #3ab54a;
    border: 2px solid #3ab54a;
    color: #fff;
    border-radius: 50px;
    padding: 5px 10px;
}
.pagination .current span:hover {
    background-color: #3ab54a;
    border: 2px solid #3ab54a;
    color: #fff;
}
*/
.js_hidden {
    display: none;
}
ul.slickSlider {
    padding: 0;
}
ul.slickSlider li {
    position: relative;
    width: 100%;
    height: 33vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sixnetFooter {
    max-height: 32px;
}


/* update.css */

body header nav ul.nav li a {
    padding-left: 17px ;
    padding-right: 17px ;
}
/*
main #mainSlider .slide-background .whiteSlideContent .slide-title {
    margin-top: 90px;
    color: #1D1D1B !important;
}
main #mainSlider .slide-background .whiteSlideContent .slide-description {
    color: #1D1D1B !important;
} 
main #mainSlider .slide-background .sliderButtons {
    margin-top: 35px;
    margin-bottom: 90px;
}*/
/*footer .footerPart1 .mainFooterMenu ul {
    height: 150px !important;
}*/
/*.productsMenu ul li.active a {
    background-color: #4ec0ef !important;
    color: #fff !important;
}
.productsMenu ul li.active a span.firstWord {
    color: #fff !important;
}
.productsMenu ul li.active a:before {
    background-color: #4ec0ef !important;
}*/
/*main .productsPage .productsInfo .myButton {
    position: absolute;
    bottom: 0;
    width: 95% !important;
}*/
.partMap .bigMap #map iframe {
    width: 100%;
    height: 570px;
}
.whereToBuyPage .partMap .bigMap #map iframe {
    height: 720px;
}
.technologyArticle {
    border: 1px solid #f0f0f0;
    background-color: #fff !important;
    transition: .2s all;
    padding: 30px !important;
    text-align: center;
}
.technologyArticle h2.list-article-item-heading {
    font-size: 26px;
    height: 100px !important;
}
.technologyArticle:hover {
    border: 1px solid #4ec0ef;
}
.technologyArticle .list-article-item-image.technologiaImage {
    object-fit: contain !important;
    width: 50%;
    height: 100px;
}
/*main .articleDetailPage .article-detail-image {
    object-fit: contain !important;
}
main .articleDetailPage p {
text-align: justify;
}*/
/*.newsPage  .pagination {
    justify-content: center !important;
}
.newsPage  .pagination li a {
    border: none;
    color: #4d4d4d;
    display: inline-block;
    transition: .2s all;
    border-radius: 0px;
    border-bottom: 2px solid transparent;
}
.newsPage  .pagination li a:hover {
    background-color: #fff;
    color: #4d4d4d;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #4ec0ef;
}
.newsPage .pagination li.current span {
    font-weight: 400;
    display: inline-block;
    border: none;
    border-bottom: 2px solid #4ec0ef;
    color: #4d4d4d;
    border-radius: 0px;
    background-color: #fff;
    position: relative;
    top: -3px;
}*/
footer .footerPart1 img {
    width: 330px !important;
    margin: 120px 0 70px 30px !important; 
}

#batteryContent ul {
    list-style: none;
    padding-left: 20px;
}
#batteryContent ul li {
    color: #3e3e3f;
    font-size: 13px;
    position: relative;
}
#batteryContent ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -20px;
    background-color: #4ec0ef;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 0;
}
.textRoller ul {
    padding-left: 20px !important;
}
/*
main #mainSlider.sliderPodstranka .slide-background .slide-content {
    background-color: rgba(0, 0, 0, 0.5);
}
main #mainSlider.sliderPodstranka .slide-background .slide-title {
    margin-top: 80px;
    text-transform: none;
}
main #mainSlider.sliderPodstranka .slide-background .sliderButtons {
    margin-bottom: 80px;
}
main #mainSlider.sliderPodstranka .slick-dots {
    display: none;
}*/
/*main .introHeading {
    min-height: 270px !important;
}*/
/*#filter .filterHeading {
    color: #4ec0ef;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    transition: .2s all;
}*/
#filter .myButton {
    background-color: #ea0000;
    color: #fff;
    padding: 15px;
    text-align: center;
}
#filter .myButton:hover {
    background-color: #4ec0ef;
}
#filter .myButton::after {
    display: none;
}
main .cataloguePage .catalogueContent .textRollerUp ul:first-child {
    display: block !important;
}
/*main .productsPage .productsInfo .productText .lessText ul:first-child {
    display: block !important;
}*/
/* .fs-dropdown .fs-options .emptyOption {
    height: 29px;
}
.fs-dropdown .fs-options .emptyOption::before {
    font-size: 16px;
} */
/*.pagination li:first-child a, 
.pagination li:last-child a {
    border-radius: 0px !important;
}*/
.cataloguePage .prislusenstvoArticle {
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
    background-color: #fff;
    padding-bottom: 30px !important;
}
.cataloguePage .prislusenstvoArticle .list-article-item-short p{
    height: 74px;
}
.cataloguePage .prislusenstvoArticle .prislusenstvoImage {
    height: 240px;
    object-fit: contain;
    object-position: center;
}
/*.articleDetailPage .vlastnosti {
    background-color: #f0f0f0;
    padding: 25px;
    padding-left: 60px;
}
.articleDetailPage .vlastnosti li {
    font-size: 14px;
}
.articleDetailPage .vlastnosti li:before {
    border-radius: 99px;
    height: 8px;
    width: 8px;
    top: 12px;
}*/

.heightFix {
    height: 100%;
}
/*.leftmenu>ul>li>a {
    /* width: 90% !important; 
    padding: 16px 40px 16px 14px !important;
}*/

.deleteFilterDesktop i {
    color: #ea0000;
    font-size: 18px;
    position: relative;
    top: 1px;
}
.deleteFilterDesktop {
    text-transform: uppercase;
    font-size: 13px;
    transition: 2s all;
}
.deleteFilterDesktop:hover {
    color: #ea0000;
}
.catalogueSmallIcons {
    list-style: none;
    padding: 0px;
    text-align: left;
}
.catalogueSmallIcons li {
    display: inline;
}
.catalogueSmallIcons li img {
    /* width: 40px; */
    width: auto;
    height: 40px;
    padding: 3px;
}
/*main .productsPage .productsInfo .productText ul.secondIconRow li.batteryIcon img {
    width: auto !important;
}*/
.technologyMoreFix p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.myArticleShort p {
    color: #4ec0ef;
}
/*main .newsPage .list-article-item .list-article-item-heading {
    overflow: hidden;
}*/
/*a.clickableProduct {
    opacity: 1;
    display: block;
    transition: .2s all;
}
a.clickableProduct:hover {
    opacity: .8;
}*/

/*@media only screen and (max-width: 1500px) and (min-width: 1200px) {
    main .partVehicles {
        padding: 6px 4px 0px 4px !important;
    }
    main .partVehicles .sluzba .serviceImage img {
        width: 125px !important;
    }
    main .partVehicles .sluzba .serviceText {
        margin-left: 125px !important;
    }
    main .partVehicles .sluzba .serviceText .bigText {
        font-size: 17px !important;
        width: 160px !important;
    }
}*/
@media only screen and (max-width: 1460px) {
    body header nav ul.nav li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width: 992px) {
    .whereToBuyPage .partMap .bigMap #map iframe {
        height: 540px;
    }
    /*main .newsPage .list-article-item .list-article-item-heading {
        height: auto !important;
    }*/
}

@media only screen and (max-width: 768px) {
    .heightFix {
        height: auto;
    }
    /*main .productsPage .productsInfo .myButton {
        position: relative;
        margin: auto;
    }
    main .productsPage .productsInfo .productText ul.secondIconRow {
        position: static !important ;
        margin-bottom: 30px !important;
    }
    main .productsPage .productsInfo .productText .lessText p {
        margin-bottom: 40px !important;
    }*/
    footer .footerPart1 img {
        width: 250px !important;
        margin: 90px 0 30px !important; 
    }
}

@media only screen and (max-width: 414px) {
    /*main .productsPage .productsInfo .productText .lessText p {
        margin-bottom: 40px !important;
    }
    main #mainSlider .slide-background .sliderButtons .myButton {
        width: 135px;
        margin: 0 4px !important;
        padding: 25px 5px;
        text-align: center;
    }
    main #mainSlider .slide-background .sliderButtons .myButton:after {
        display: none;
    }*/
}


@media only screen and (max-width: 1200px) {
    /* main #mainSlider li .slide-background {
        min-height: 220px !important;
        height: auto;
        }
    main #mainSlider.sliderPodstranka .slide-background .slide-title {
        margin-top: 60px;
    } */
}

/*
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
/*.myProduct {
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}
.myProduct .image-wrapper {
    margin-top: auto;
    padding: 2.3rem 2rem 1rem 2rem;
}
.myProduct .image {
    width: 100%;
    height: 100%;
}
.myProduct .image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}*/