.slider-slide img {
    max-height: none !important;
}

.page-header__search-link {
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    z-index: 2;
    background: 0 0;
    border: 0;
}

.product-cards{
    margin-left: 0 !important;
}


.page-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 620px;
    margin-top: 2px;
    margin-right: 20px
}


.table-col-center-1 tr>td:nth-child(1){
    text-align: center !important;
}
.table-col-center-2 tr>td:nth-child(2){
    text-align: center !important;
}
.table-col-center-3 tr>td:nth-child(3){
    text-align: center !important;
}
.table-col-center-4 tr>td:nth-child(4){
    text-align: center !important;
}
.table-col-center-5 tr>td:nth-child(5){
    text-align: center !important;
}
.table-col-center-6 tr>td:nth-child(6){
    text-align: center !important;
}
.table-col-center-7 tr>td:nth-child(7){
    text-align: center !important;
}
.table-col-center-8 tr>td:nth-child(8){
    text-align: center !important;
}

@media (max-width: 1200px) {
    .page-header__nav-list {
        width: 560px
    }
}

@media (max-width: 768px) {
    .page-header__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
        margin-right: 0
    }
}

.blog-tabs__production-link {
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}

.blog-tabs__nav-link, .blog-tabs__production-link, .blog-tabs__production-small a {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog-tabs__production-small a {
    margin-bottom: 20px;
    color: #000
}

.blog-tabs__nav-link {
    padding: 45px 0px 20px 0px;
}

.blog-tabs__nav-link:active, .blog-tabs__nav-link:focus, .blog-tabs__nav-link:hover{
    -webkit-box-shadow: inset 0 -4px #ffd429;
    box-shadow: inset 0 -4px #ffd429
}

.blog-tabs__nav-link.active {
    -webkit-box-shadow: inset 0 -8px #ffd429;
    box-shadow: inset 0 -8px #ffd429;
    font-weight: bold;
}

@media (max-width: 768px) {
    .blog-tabs__nav-link {
        padding: 0;
        font-size: 24px;
        line-height: 40px
    }
}

.blog-tabs__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*justify-content: space-between;
    width: 520px;*/
    margin-top: 2px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.blog-tabs__nav-item {
    margin-left: 60px;
}

.blog-tabs__nav-item:first-child {
    margin-left: 0px;
}

/*@media (max-width: 1200px) {
    .blog-tabs__nav-list {
        width: 520px
    }
}*/

@media (max-width: 768px) {
    .blog-tabs__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
        margin-right: 0
    }


    .blog-tabs__nav-item {
        margin-left: 0px;
    }
}

.lds-wrapper.show{
   display: block;
}

.lds-wrapper{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(100,100,100,0.3);
    z-index: 999;
    transition: 0.2s all;
}

.lds-ripple {
    display: none;
    position: relative;
    width: 64px;
    height: 64px;
    margin-top: -32px;
    margin-left: -32px;
    left: 50%;
    top: 50%;
}

.lds-wrapper.show .lds-ripple {
    display: inline-block;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}



table.cell2{
    border: 0px;
    padding: 0;
    margin: 0;
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 14px;
    background: none;
}

table.cell2 tr{
    border: 0px;
    padding: 0;
    margin: 0;

    background: none;
    font-family: "Noto Sans", Arial, sans-serif;
    font-size: 14px;
}

table.cell2 td{
    border: 0px;
    padding: 0;
    margin: 0;
    background: none;
    width: 50%;
}

table.cell2 td:first-child{
    padding-right: 10px;
}

table.cell2 td:last-child{
    padding-left: 10px;
}



.alert-popup {
    position: fixed;
    z-index: 100;
    left: 35px;
    bottom: 35px;
    width: 330px
}

.alert-popup--closed {
    display: none
}

@media (max-width: 768px) {
    table.cell2 td{
        display: block;
        padding: 0;
        margin: 0;
        background: none;
        width: 100%;
    }

    .alert-popup {
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0
    }
}

.alert-popup__wrapper {
    font-size: 14px;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 14px 0 rgba(11, 31, 53, .15);
    box-shadow: 0 6px 14px 0 rgba(11, 31, 53, .15);
    background: #fff;
    line-height: 1.5
}

@media (max-width: 768px) {
    .alert-popup__wrapper {
        border-radius: 0
    }
}

.alert-popup__text a {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #007eb9
}

.alert-popup__text a:active, .alert-popup__text a:focus, .alert-popup__text a:hover {
    color: #1b458e
}

.alert-popup__button {
    width: 180px;
    margin-top: 10px
}

.blog-tabs__production-link {
    color: #000;
    margin-bottom: 20px;
    font-weight: 700;
}

.blog-tabs__nav-link, .blog-tabs__production-link, .blog-tabs__production-small a {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.blog-tabs__production-small a {
    margin-bottom: 20px;
    color: #000
}

.blog-tabs__nav-link {
    padding: 45px 0px 20px 0px;
    cursor: pointer;
}

.blog-tabs__nav-link:active, .blog-tabs__nav-link:focus, .blog-tabs__nav-link:hover{
    -webkit-box-shadow: inset 0 -4px #ffd429;
    box-shadow: inset 0 -4px #ffd429
}

.blog-tabs__nav-link.active {
    -webkit-box-shadow: inset 0 -8px #ffd429;
    box-shadow: inset 0 -8px #ffd429;
    font-weight: bold;
}

@media (max-width: 768px) {
    .blog-tabs__nav-link {
        padding: 0;
        font-size: 24px;
        line-height: 40px
    }
}

.blog-tabs__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    width: 520px;
    margin-top: 2px;
    margin-right: 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    list-style: none !important;
}

.blog-tabs__nav-list.blog-tabs__products{
    margin: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 20px;
}

@media (max-width: 1200px) {
    .blog-tabs__nav-list {
        width: 520px
    }
}

@media (max-width: 768px) {
    .blog-tabs__nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
        margin-right: 0
    }
}

