/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/


/*
@font-face {
    font-family: OpenSans-Bold; !* имя шрифта для CSS правил *!
    font-display: auto;
    src: local("OpenSans-Bold"), !* проверяем наличие шрифта в ОС пользователя *!
    url(images\2204.ttf); !* если шрифт не установлен, тогда загружаем его по указанному пути *!
}
h1 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 38px;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 700;
}
h2 {
    text-transform: uppercase;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 700;
    font-size: 28px;
    text-align: left;
    color: #333;
}
h3 {
    text-transform: uppercase;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    color: #333;
}
*/
/*
.longWrapp {
    background-color: #fff;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.longWrapp i {
    font-size: 18px;
    font-family: "OpenSans";
    margin-top: 20px;
    display: block;
    text-align: center;
}
.longWrapp li {
    margin-left: 20px;
    padding-left: 17px;
}
.longWrapp ol li {
    margin-left: -20px;
    padding-left: 17px;
}
.longWrapp a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}
.longWrapp a:hover {
    color: #e3b933;
}
.textInVideo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 130px;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 5px;
    font-family: DINPro;
}
.d880s20 {
    max-width: 940px;
    font-size: 18px;
    text-align: left;
    margin: 43px auto;
    padding: 0 10px;
    color: #333333;
    font-family: OpenSans;
}
.prodButton {
    display: inline-block;
    max-width: 290px;
    max-height: 70px;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    line-height: 70px;
    font-size: 24px;
    color: black;
    letter-spacing: 3px;
    margin: 3px;
    text-align: center;
    text-transform: uppercase;
}
.prodButton:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

.zag57b {
    font-weight: bold;
    font-size: 50px;
    margin: 25px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: DINPro;
}
.headH2 {
    font-weight: bold;
    font-size: 40px;
    margin-top: 40px;
    text-transform: uppercase;
}
.zag40 {
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.zag35 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 38px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.zag30 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
.plusBox {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 80px;
    height: 80px;
    pointer-events: none;
    -webkit-perspective: 800px;
    -webkit-perspective-origin: 50% 50%;
    perspective: 800px;
    perspective-origin: 50% 50%;
}
.plusBox::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: rgba(255,255,255,0.3);
    cursor: pointer;
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}
.plusBox:hover::before {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    top: 1px;
    left: 1px;
}
.plusBox:hover .textInfo, .plusBox:hover .intImg {
    display: block;
    opacity: 1;
}

.plusBox:hover .plusLabel {
    display: none;
}

.wrapIconPlus {
    top: 17px;
    left: 17px;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #dbcb71;
    border-radius: 50%;
    cursor: pointer;
    color: white;
    font-size: 1.5rem;
    padding: 8px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    pointer-events: all;
    z-index: 3;
}
.iconPlus {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
}
.plusLabel {
    position: absolute;
    left: 65px;
    top: 24px;
    white-space: nowrap;
    font-size: 10px;
    pointer-events: none;
}

.airPodpis {
    position: absolute;
    white-space: nowrap;
    font-size: 10px;
    text-align: left;
}

.plusBox:hover .wrapIconPlus {
    background-color: black;
}

.iconPlus::before {
    content: "+";
}
.iconPlus::before {
    font-family: "gore_icons";
    line-height: 13px;
    font-size: 27px;
    font-weight: bold;
    margin: -10px 0 0 -10px;
}
.textInfo {
    display: none;
    opacity: 0;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    padding: 15px;
    position: absolute;
    text-align: left;
    z-index: 2;
}
.intImg {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 1;
}
.fixedBG {
    width: 100%;
    height: 910px;
    position: relative;
    background-size: 100% !important;
    background-attachment: fixed !important;
}

.textInFixedParalax {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    font-size: 20px;
    width: 850px;
    text-align: center;
    height: 142px;
    line-height: 24px;
}
.inFoto {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: black;
    font-size: 14px;
    width: 600px;
    text-align: center;
    height: 23px;
    line-height: 20px;
}
.inFoto a {
    color: #000;
}
.inFoto2 {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    font-size: 14px;
    width: 600px;
    text-align: center;
    height: 23px;
    line-height: 20px;
    margin-top: -45px;
}
.inFoto2 a {
    color: #fff;
}

.blueBox {
    background-color: #f1f5ff;
    padding: 1px 0;
    position: relative;
    margin: 60px 0;
}

.kav1 {
    position: absolute;
    top: -35px;
    left: 120px;
}

.w810f20 {
    max-width: 940px;
    text-align: left;
    font-size: 20px;
    line-height: 23px;
    margin: 25px auto;
    padding: 0 10px;
    color: #333333;
}
.inlineTov {
    display: inline-block;
    margin: 10px 30px;
}
.inlineTov a {
    display: block;
    font-size: 14px;
    margin: 10px auto;
}

.prlx {
    background-color: white;
    overflow: hidden;
    position: relative;
}

.prlx1, .prlx2, .prlx3 {
    height: 800px;
}

.img {
    background-position: 50% 50%;
    background-size: cover;
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: -19vh;
}

.img1 {
    background-image: url('images/bg1.jpg');
    top: -5vh;
    height: 900px;
}

.img2 {
    background-image: url('images/bg2.jpg');
    top: -5vh;
    height: 900px;
}

.img3 {
    background-image: url('images/bg3.jpg');
    top: -5vh;
    height: 900px;
}

.img4 {
    background-image: url('images/bg4.jpg');
    top: -5vh;
    height: 900px;
}

.textInParalax {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    max-width: 1260px;
    height: 79px;
    font-size: 50px;
    font-weight: bold;
    color: white;
    letter-spacing: 3px;
    font-family: DINPro;
    text-transform: uppercase;
}
.textInParalax2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    max-width: 940px;
    height: 17px;
    font-size: 29px;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.imgCaruselWrapper {
    !*max-width: 1040px;*!
    !*max-height: 500px;*!
    width: 100%;
    !*height: 100%;*!
    margin: auto;
}

.imgCaruselWrapper .caruselWrapper {
    max-height: 950px;
}

.caruselWrapper {
    max-width: 1040px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}
.caruselProduct {
    max-width: 275px;
    display: inline-block;
    min-height: 376px;
    width: 100%;
    vertical-align: top;
}
.caruselLine {
    width: 30000px;
    text-align: left;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(.67,.01,.23,1);
    -o-transition-timing-function: cubic-bezier(.67,.01,.23,1);
    transition-timing-function: cubic-bezier(.67,.01,.23,1);
}
.productImg {
    margin: 20px auto 25px;
    text-align: center;
    max-width: 210px;
    max-height: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.productImg img {
    max-width: 210px;
    max-height: 250px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.caruselGal {
    max-height: unset;
    max-width: 830px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
    font-style: italic;
    position: relative;
}
.caruselGal img {
    display: block;
}
.caruselNaw {
    max-width: 1040px;
    max-height: 600px;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}
.caruselPrev, .caruselPrevG {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -70px;
    cursor: pointer;
    height: 125px;
    z-index: 2;
}
.caruselNext, .caruselNextG {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -70px;
    cursor: pointer;
    height: 125px;
}

.products .caruselPrev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -70px;
    cursor: pointer;
    height: 100px;
    z-index: 2;
}
.products .caruselNext {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -70px;
    cursor: pointer;
    height: 100px;
}

.productHead {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 10px 60px;
    text-transform: uppercase;
}
.productName {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
.buyButton {
    display: block;
    max-width: 200px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    line-height: 49px;
    background-color: #d02323;
    font-size: 14px;
    font-family: OpenSans;
    color: white !important;
    letter-spacing: 1px;
    margin: 20px auto;
    text-align: center;
    text-decoration: none !important;
    font-weight: normal !important;
}
.buyButton:hover {
    color: #fff !important;
    background-color: #e3b933 !important;
    text-decoration: none;
    font-weight: normal !important;
}
.loocButton {
    display: block;
    width: 430px;
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    font-size: 20px;
    color: #000;
    margin: 40px auto;
    text-decoration: none;
}
.loocButton:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}
.resButton {
    display: inline-block;
    width: -moz-max-content;
    width: max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    height: 50px;
    line-height: 49px;
    font-size: 14px;
    margin: 40px 11px;
    text-decoration: none;
    border: 1px solid #d02323;
    padding: 0 53px;
    font-weight: normal !important;
    text-decoration: none !important;
    color: #fff !important;
    background-color: #d03131;
    text-align: center;
    border-radius: 35px;
}
.resButton:hover {
    color: #d03131 !important;
    border-color: #d03131;
    text-decoration: none;
    background-color: #fff;
}
.notVision {
    opacity: 0;
}

.zag120b {
    font-weight: bold;
    font-size: 120px;
    margin: 25px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: DINPro;
    color: #fff;
    line-height: 140px;
}

.wLine {
    border-bottom: 1px solid white;
    max-width: 808px;
    margin-left: 9px;
}

.text18 {
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
}

.smallBlock {
    display: inline-block;
    margin: 0 50px;
    text-align: left;
    font-weight: bold;
    color: #333333;
}

.smallBlock a {
    color: #333333;
    font-weight: normal;
    text-decoration: underline;
}

.zag24 {
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 1px;
    font-family: DINPro;
}
.zag24-2 {
    font-size: 19px;
    letter-spacing: 1px;
    font-family: DINPro;
}

.kvadButton {
    display: block;
    width: 159px;
    height: 32px;
    margin: 30px auto;
    border: 1px solid black;
    line-height: 29px;
    color: black;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.kvadButton:hover {
    color: white;
    background-color: black;
    text-decoration: none;
}

.inlineImg {
    margin: 20px 40px;
}

.bigImg {
    max-width: 500px;
    margin: 30px auto;
    height: 430px;
    position: relative;
}

.bigImg img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 500px;
    max-height: 430px;
}

.diez {
    color: #333333;
    font-size: 60px;
    font-weight: bold;
    font-family: DINPro;
}

.afterDiez {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    font-family: DINPro;
}

.f50b {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: DINPro;
    line-height: 60px;
    margin: 0;
}

.f30n {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: DINPro;
}

.f30b {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: DINPro;
    margin: 30px auto;
    text-transform: uppercase;
}

.w900f20 {
    max-width: 900px;
    text-align: left;
    font-size: 20px;
    line-height: 23px;
    margin: 50px auto;
    padding: 0 10px;
    color: #333333;
}

.imgCaruselWrapper .caruselWrapper {
    max-width: 830px;
    max-height: 950px;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

.imgCaruselWrapper .caruselProduct {
    max-width: 160px;
    height: 100px;
    display: inline-block;
    max-height: 500px;
    !* margin: 0 36px;*!
    width: 100%;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    border: 0;
    border-bottom: 4px solid transparent;
    text-align: center;
    min-height: unset;
}

.imgCaruselWrapper .caruselProduct:hover {
    border: 0;
    border-bottom: 4px solid #e4ae27;
}

.imgCaruselWrapper .caruselProduct img {
    max-width: 60px;
    max-height: 90px;
}

.imgCaruselWrapper .redBorder {
    border: 0;
    border-bottom: 4px solid #e4ae27;
}


.imgCaruselWrapper .caruselNaw {
    max-width: 830px;
    max-height: 920px;
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
}

.imgCaruselWrapper .caruselPrev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -18px;
    cursor: pointer;
    height: 30px;
}

.imgCaruselWrapper .caruselNext {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -18px;
    cursor: pointer;
    height: 30px;
}

.imgCaruselWrapper .caruselNext svg, .imgCaruselWrapper .caruselPrev svg {
    width: 15px;
    height: 30px;
}

.sizeTable {
    max-width: 650px;
    margin: auto;
    border: 8px solid #f6f6f6;
}

.sizeTable td,th {
    padding: 8px 2px;
    border: 1px solid #ececec
}

.sizeTable tr td:nth-child(1) {
    text-align: left;
    padding-left: 26px;
    background-color: #f6f6f6;
    width: 192px;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url("images/vk.png");
    background-color: #fff;
}
.ya-share2__item_service_facebook .ya-share2__icon {
    background: url("images/fb.png");
    background-color: #fff;
}
.ya-share2__item_service_twitter .ya-share2__icon {
    background: url("images/twit.png");
    background-color: #fff;
}
.ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background: url("images/ok.png");
    background-color: #fff;
}
.ya-share2__item_service_lj .ya-share2__icon {
    background: url("images/live.png");
    background-color: #fff;
}
.ya-share2__item_service_gplus .ya-share2__icon {
    background: url("images/go.png");
    background-color: #fff;
}

.ya-share2__container_size_m .ya-share2__icon {
    height: 39px;
    width: 39px;
}

.ya-share2__badge {
    border-radius: unset;
    margin: 0 16px;
}

.readTo {
    display: inline-block;
    width: 300px;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    vertical-align: top;
    margin: 10px;
}
.readTo a {
    color: black;
    font-weight: normal;
    text-decoration: none;
}
.readTo a:hover {
    text-decoration: underline;
    color: black;
}
#showInfo {
    display: inline-block;
    position: relative;
}
#hideDiv {
    display: none;
    position: absolute;
    width: 200px;
    font-size: 14px;
    background: white;
    bottom: 22px;
    right: -22px;
    text-align: left;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    padding: 15px;
    z-index: 2;
}
#showInfo:hover #hideDiv {
    display: block;
}
.bigView {
    cursor: pointer;
}
.bigImgView {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    background: white;
    overflow: auto;
}
.bigImgView img {
    width: 95%;
    display: block;
    margin: auto;
    box-shadow: 1px 1px 1px 172px rgba(0,0,0,0.2);
    max-width: unset !important;
}

.aboutAuthor {
    display: inline-block;
}

.osB700 {
    font-family: 'Open Sans', 'sans-serif' !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    text-align: left !important;
    padding: 0 !important;
}

#modalDiv {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
}

.flagBase {
    right: 14px !important;
}

.loocProduct {
    font-weight: normal;
}
.readToLink {
    display: block;
    margin-top: 20px;
    color: #333;
    text-decoration: underline;
}

@media only screen and (max-width: 720px) {
    .imgC {
        margin: 10px auto !important;
        display: block !important;
    }
    .caruselNaw {
        max-width: 490px;
    }
    .caruselProduct {
        max-width: 490px;
    }
    .imgShoes {
        max-width: 490px !important;
    }
    .textInVideo {
        font-size: 40px;
    }
    .zag120b {
        font-weight: bold;
        font-size: 75px;
        margin: 25px 0 0 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: DINPro;
        color: #fff;
        line-height: 105px;
    }
    .caruselGal {
        max-width: 490px;
    }
    .caruselPrevG img {
        width: 50px;
    }
    .caruselNextG img {
        width: 50px;
    }
    .mob100 {
        width: 100% !important;
    }
    .aboutAuthor {
        max-width: 166px;
        overflow: hidden;
        padding-bottom: 30px;
        border-bottom: 2px solid #999;
        margin: 30px auto;
        display: block;
    }
}

@media (max-width: 1224px) {
    .aboutAuthor {
        max-width: 166px;
        overflow: hidden;
        padding-bottom: 30px;
        border-bottom: 2px solid #999;
        margin: 30px auto;
        display: block;
    }
    .caruselNaw {
        width: 80%;
    }
    .imgCaruselWrapper {
        width: 84%;
    }
    .imgCaruselWrapper .caruselNaw {
        width: 90%;
    }
    .caruselWrapper {
        max-height: unset;
    }
    .caruselNaw {
        max-height: unset;
    }
    .textInParalax {
        height: 147px;
    }
    .kav1 {
        display: none;
    }
}

@media (max-width: 2050px) {
    .fixedBG {
        background-size: cover !important;
    }
}







!*кусок для нижних 3х блогов*!
.blogEl {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    height: 350px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 14px;
    font-family: OpenSans;
    color: #fff;
    cursor: pointer;
    border: 5px solid white;
    margin: 0;
    background-position: center center;
}
.blInfo {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 10px 20px 50px;
    transition: 2s;
}
.blInfoG {
    position: absolute;
    top: 350px;
    left: 0;
    padding: 33px 10px 20px 50px;
    width: 100%;
    height: 100%;
    color: #000;
    transition: 0.5s;
}
.bgInfo {
    background-color: rgb(255,255,255);
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 1s;
}
.blogEl:hover .blInfoG {
    top: 0px;
}
.blogEl:hover .bgInfo {
    opacity: 0.8;
}
.blogEl:hover .blInfo {
    opacity: 0;
    transition: 0s;
}
.blSection {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom: 3px;
    margin-bottom: 17px;
}
.blHeader {
    font-size: 19px;
    font-weight: bold;
}
.sections {
    margin: 20px 0 18px;
}
.section {
    display: inline-block;
    margin-right: 35px;
    font-size: 14px;
    padding-bottom: 5px;
    cursor: pointer;
}
.section span {
    width: 10px;
    height: 10px;
    line-height: 13px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
}
.section:hover, .section.selected {
    color: #e4ae27;
}
.section:hover span {
    border-color: #e4ae27;
}
.section.selected span {
    border-color: #e4ae27;
    background-color: #e4ae27;
}
a.section {
    color: #000;
    text-decoration: none;
}
.tags {
    margin: 18px 0 20px;
    max-height: 48px;
    overflow: hidden;
    transition: 1s;
}
.tag {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #7c7c7c;
    cursor: pointer;
    margin-bottom: 7px;
}
.tag:hover, .tag.selected {
    color: #e4ae27;
}
.blogs {
    margin-bottom: 45px;
    text-align: center;
}
.bldescription {
    margin-top: 20px;
    font-size: 15px;
    max-width: 470px;
    height: 85px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-right: 10px;
}
.blbutton {
    position: absolute;
    bottom: 25px;
}
.blbutton a {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 49px;
    background-color: #d03131;
    color: #fff;
    text-align: center;
    border-radius: 35px;
    font-size: 14px;
    text-decoration: none;
}
.blbutton a:hover {
    text-decoration: none;
    background-color: #e4ae27;
    color: #fff;
}
#subscrabeForm {
    height: 400px;
    text-align: center;
    border: 5px solid white;
}
.subForm, .fromAuthor {
    width: 33%;
    margin: 80px;
    display: inline-block;
    vertical-align: top;
}
.z19b {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    margin: auto;
}
.t15 {
    font-size: 15px;
    margin: 15px;
}
.fromAuthor a {
    display: block;
    max-width: 300px;
    text-align: center;
    margin: 25px auto;
    height: 50px;
    line-height: 49px;
    border: 1px solid;
    border-radius: 50px;
    font-size: 15px;
    text-decoration: none;
}
.st8 {
    font-size: 8px;
    color: #bebebe;
    max-width: 300px;
    margin: 8px auto;
}
.subForm input {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    height: 50px;
    line-height: 49px;
    border-radius: 50px;
    font-size: 15px;
}
.subForm input[type="submit"] {
    background-color: #d02323;
    color: white;
}
.subForm input[type="submit"]:hover {
    background-color: #e3b933;
}
.subForm input[type="text"] {
    border: 1px solid #bebebe;
    padding-left: 20px;
}
.subForm input[type="text"]::placeholder {
    font-size: 12px;
}
.pageNavigation {
    text-align: center;
    margin: 50px auto;
}
.pageNav {
    display: inline-block;
    margin: 5px 20px;
    color: #d02323;
}
.pageNavigation .active {
    text-align: center;
    cursor: pointer;
    color: #bebebe;
}
.pageLoader {
    text-align: center;
    cursor: pointer;
    color: #d02323;
    margin: 50px auto 20px;
}
.pageLoader:hover, .pageNav.active:hover {
    color: #e4ae27;
}
#showAllTags {
    cursor: pointer;
}
.mobSectBlock {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    display: none;
    cursor: pointer;
}
.mobSectBlockArrow, .nextArrow, .prewArrow {
    transform: rotate(90deg);
    width: 17px;
    height: 27px;
    margin-left: 27px;
    fill: #d02323;
}
.nextArrow {
    transform: unset;
    margin-left: 10px;
    width: 10px;
    height: 11px;
}
.prewArrow {
    transform: rotate(180deg);
    margin-right: 10px;
    width: 10px;
    height: 11px;
    margin-left: 0px;
}
.relative {
    position: relative;
}
#mailError {
    position: absolute;
    bottom: -7px;
    margin: auto;
    left: 0;
    right: 0;
    color: #d02323;
    font-size: 13px;
}
.arrowLeft, .arrowRight {
    position: absolute;
    font-weight: bold;
    color: #d02323 !important;
}
.arrowLeft:hover, .arrowRight:hover {
    color: #e4ae27 !important;
}
.tablePlus td, .tablePlus th {
    padding: 5px;
    border: none;
    text-align: center;
    background: unset;
}
.tablePlus th {
    border-bottom: 1px solid #000;
    line-height: 22px;
    height: 30px;
}

.redFoxNote {
    background: url('images/fox.png') #F0F0F0 no-repeat 100% 5px;
    background-size: 231px 210px;
    border-radius: 18px;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    padding: 50px 250px 50px 25px;
    text-align: left;
}

@media (max-width: 768px) {
    .redFoxNote {
        background: url('images/fox.png') #F0F0F0 no-repeat 100% 100%;
        padding: 50px 25px 220px 25px;
    }
}


@media (min-width: 769px) and (max-width: 1024px) {
    .blogEl {
        width: 50% !important;
    }
}

@media (min-width: 769px) and (max-width: 987px) {
    .subForm, .fromAuthor {
        width: 40%;
        margin: 20px;
    }
    #subscrabeForm {
        height: unset;
    }
}

@media (max-width: 768px) {
    .blogEl {
        width: 100% !important;
    }
    .blogs {
        margin-left: 0px;
    }
    .subForm, .fromAuthor {
        width: 100%;
        margin: 15px auto;
    }
    #subscrabeForm {
        height: unset;
    }
    .tags, #showAllTags, .pageNavigation, #blogsCounter {
        display: none;
    }
    .section {
        display: block;
        font-size: 28px;
        padding-bottom: 15px;
    }
    .section:last-child {
        padding-bottom: 0px;
    }
    .sections {
        margin-left: 5px;
        display: none;
    }
    .blInfoG, .bgInfo {
        display: none;
    }
    .blInfo {
        opacity: 1 !important;
        padding: 0 10px 20px 20px;
    }
    .pageLoader {
        width: 100%;
        max-width: 300px;
        margin: 30px auto 10px;
        height: 50px;
        line-height: 49px;
        border-radius: 50px;
        font-size: 15px;
        background-color: #d02323;
        color: white;
    }
    .pageLoader:hover {
        background-color: #e3b933;
        color: #fff;
    }
    .mobSectBlock {
        display: block;
    }
    .z19b {
        font-size: 34px;
    }
    .t15 {
        font-size: 26px;
    }
    .subForm input[type="text"] {
        max-width: 535px;
        height: 88px;
        font-size: 22px;
    }
    .subForm input[type="text"]::placeholder {
        font-size: 22px;
    }
    .subForm input[type="submit"] {
        max-width: 535px;
        height: 88px;
        font-size: 28px;
        line-height: 86px;
    }
    .st8 {
        font-size: 13px;
        max-width: 505px;
    }
    .fromAuthor a, .pageLoader {
        max-width: 535px;
        height: 88px;
        font-size: 28px;
        line-height: 86px;
    }
    .blSection {
        font-size: 17px;
    }
    .blHeader {
        font-size: 29px;
    }
    .mobSectBlock {
        font-size: 40px;
    }
    .section span {
        width: 16px;
        height: 16px;
        margin-right: 22px;
    }
    .pageLoader {
        margin: 36px auto 0px;
    }
    .longWrapp ol li {
        margin-left: 0px;
        padding-left: 17px;
    }
    .longWrapp li {
        margin-left: 20px;
        padding-left: 17px;
    }
    .d880s20 {
        font-size: 26px;
        padding: 0 22px;
    }
}
*/
