@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
/*Oswald|*/
@font-face {
    font-family: 'Gilroy';
    src: url('/design/images/fonts/Gilroy-ExtraBold.eot');
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('/design/images/fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/design/images/fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('/design/images/fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: 'Roboto Condensed';
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    color: #333
}


a {
    color: rgba(87, 152, 181, 1);
    text-decoration: underline;
}

a:hover {
    color: rgba(184, 72, 72, 1);
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    padding: 0;
    font-weight: normal;
    font-family: 'Gilroy', sans-serif;
    line-height: 110%;
    color: #333;
    text-align: center;
    margin: 0.4em 0 0.1em 0;
}


.h1, h1 { font-size: 2.5rem; margin: 0; color: #585858}
.h2, h2 { font-size: 1.5rem; color: #505050 }
.h3, h3 { font-size: 1.3rem; color: #424242}
.h4, h4 { font-size: 1.2rem; color: #353535}
.h5, h5 { font-size: 1.1rem; }

.hup h2 { font-size: 1.6rem; }
.hup h3 { font-size: 1.4rem; }
.hup h4 { font-size: 1.3rem; }
.hup h5 { font-size: 1.2rem; }

@media screen and (max-width: 600px) {
    html,
    body {  font-size: 19px;  }
    
    h1 {font-size: 2.0rem; }
    h2 {font-size: 1.3rem; }
    h3 {font-size: 1.15rem; }
    h4 {font-size: 1.05rem; }

    .hup h2 { font-size: 1.4rem; }
    .hup h3 { font-size: 1.25rem; }
    .hup h4 { font-size: 1.15rem; }
    .hup h5 { font-size: 1.05rem; }

    .dump { display: none; }
}

/* section  */
section, .section {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    display: table;
}

.fat-section {
    padding: 30px 0
}

.tin-section {
    padding: 10px 0
}


.p, p {
    display: block;
    margin-block-start: 1.0rem;
    margin-block-end: 1.0rem;
    margin-inline-start: 0;
    margin-inline-end: 0;
    line-height: 140%;
}

ul,ol {
    display: block;
    margin-block-start: 0.3rem;
    margin-block-end: 1rem;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}

ul {
    list-style-type: disc;
}

li {
    margin: 0.7rem 0;
    padding: 0;
    line-height: 130%;
}

.txtdecno, .txtdecno:hover {
    text-decoration: none !important;
}
 
.navbar {
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    z-index: 100;
    padding: 2px 4px 2px 8px;
}

.navbtngreen {
    background: #89b583;
    color: #fff
}

.navbtngreen:hover {
    background: #def6db;
    color: #333
}

.dropnav {
    margin: 0;
    padding: 0;
    font-size: 18px
}

.naventer {
    margin-left: 8px
}


/* colors */

.text-shadow-none {text-shadow: none !important}

#footer {
    padding: 20px 0;
    /* margin-top:20px; box-shadow: 0px -4px 20px 3px rgba(0,0,0,0.3); */
    background: #f5f5f5;
}

.img100 {width: 100%; height:auto; }
.img100Heigth {height: 100%; width:auto; }

.w100 {
    width: 100%
}

.img70 {
    width: 70%
}

.img50 {
    width: 50%
}

.top100 {
    margin-top: 100px !important;
}

.top70 {
    margin-top: 70px !important;
}

.top50 {
    margin-top: 50px !important;
}

.top40 {
    margin-top: 40px !important;
}

.top30 {
    margin-top: 30px !important;
}

.top20 {
    margin-top: 20px !important;
}

.top10 {
    margin-top: 10px !important;
}

.top0 {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}

.bot0 {
    margin-bottom: 0 !important;
    margin-block-end: 0 !important
}

.bot10 {
    margin-bottom: 10px !important;
}

.bot20 {
    margin-bottom: 20px !important;
}

.bot30 {
    margin-bottom: 30px !important;
}

.bot50 {
    margin-bottom: 50px !important;
}

.topbot0 {
    margin: 0;
    padding: 0 !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.padtop30 {
    padding-top: 30px;
}

.padtop20 {
    padding-top: 20px;
}

.padtop10 {
    padding-top: 10px;
}

.padbot30 {
    padding-bottom: 30px;
}

.padbot20 {
    padding-bottom: 20px;
}

.padbot10 {
    padding-bottom: 10px;
}

.padtopbot30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.padtopbot20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.padtopbot10 {
    padding-bottom: 10px;
    padding-top: 10px;
}





.wid {
    margin: 0 16px;
}

@media screen and (min-width: 830px) {
    .wid {
        width: 800px;
        margin: 0 auto;
    }
}

.fansy-window {
    max-width: 750px;
    display: none;
    padding: 15px;
}

.circle-pic {
    border-radius: 50%
}

.center {
    text-align: center
}

.admin {
    font-size: 12px;
    margin-left: 20px;
}

.paypop {
    max-width: 680px;
    display: none;
    padding: 10px;
    line-height: 110%;
    min-width: 280px;
}

.paypop p {
    margin: 0.6rem 0 0 0;
    line-height: 130%;
}

.paypop ul {
    margin: 0.6rem 0 0.3rem 2rem;
    line-height: 130%;
}

.paypop input[type='submit'] {
    padding: 8px 0;
    margin-top: 2px !important;
}



/* - sbloks - */
.sbloks {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sbloks .one {
    background: #fff;
    margin: 10px 2% 10px 0;
    padding: 7px 1%;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: block;
    position: relative;
    width: 100%;
}

.sbloks .one:hover {
    background: #f1f1f1;
}

.sbloks a {
    text-decoration: none;
}

.sbloks .one .left {
    float: left
}

.sbloks .one .left img {
    width: 58px
}

.sbloks .right {
    margin-left: 72px;
}

.sbloks p {
    margin: 0 0 0.6rem 0
}

.sbloks .right .more {
    position: absolute;
    bottom: 10px;
    right: 10px
}

/*.sbloks .one:nth-child(2n){margin:1% 0}*/

@media screen and (min-width: 750px) {
    .sbloks .one {
        width: 48%;
    }
}

@media screen and (min-width: 1000px) {
    .sbloks .one {
        width: 23%;
    }
}

.oneresponse {
    display: table;
    width: 100%;
    background: #f1f1f1;
    padding: 5%;
    box-sizing: border-box;
    margin: 14px 0;
}

.oneresponse .photo {
    width: 23%;
    float: left;
    text-align: center
}

.oneresponse .photo img {
    border-radius: 3px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.oneresponse .response {
    width: 73%;
    float: right;
}

.oneresponse .response .text {}

.oneresponse .response .who {
    margin: 10px 0 0 0;
}

.oneresponse .response .who img {
    margin: 0 20px;
}

.oneresponse .tren_name {
    margin: 0 0 10px;
    font-size: 1.2rem;
}

.grey_button {
    display: table;
    width: 100%
}

.grey_button a {
    display: block;
    float: left;
    text-decoration: none;
    background: #777;
    color: #fff;
    padding: 0.1rem 0.8rem .3rem 0.8rem;
    border-radius: 0.2rem;
}

.grey_button a:hover {
    color: #fff;
    text-decoration: none;
    background: #4B84C9;
}

.oneresponse .all_resp {
    margin: 10px 0 0 0;
    font-size: 0.9rem;
}

/* - small gallery - */
.smalgal {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.smalgal .one {}

.smalgal .one img {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    width: 94%;
    margin: 2%;
}

.smalgal .one img:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    width: 94%;
    margin: 2%;
}

/* - small gallery - */
.trenFull {
    display: table;
    width: 100%;
    margin: 0 0 30px 0;
}

.trenFull .trow {
    display: block;
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 10px;
    margin: 20px 0 0 0;
    color: #000
}

.trenFull .left {
    display: block;
    float: left;
    width: 30%;
}

.trenFull .right {
    display: block;
    margin-left: 33%;
}

.trenFull .left img {
    border-radius: 3px 200px 200px 3px;
    width: 100%
}

.trenFull .right h3 {
    margin: 0
}

.trenFull .right h4 {
    margin: 10px 0
}

.trenFull .right h3 span {
    background: #85b5db;
    color: #fff;
    font-size: 0.5rem;
    padding: 5px;
}

.trenFull .trow:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    color: #000;
}

.trenFull .trow:hover .left img {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    color: #000;
}

@media screen and (min-width: 700px) {
    .trenFull .left {
        width: 20%;
    }

    .trenFull .right {
        margin-left: 23%;
    }
}

.products {}

.products .attr {
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0
}

.products .attr ul {
    margin: 0 0 0 40px;
}

.products .attr li {
    margin: 4px 0;
}

.products p {
    margin: 2px 0;
}


.load {
    margin-bottom: 50px;
}

.load .attr {
    margin: 0 0 0 40px;
}

.load .attr li {
    margin: 2px 0
}

.load .dir {
    margin: 10px 10px;
    padding: 5px 10px;
    background: #f0f0f0;
    border-left: 10px solid #ccc
}

.load .name-dir {
    margin: 0 0 6px 0;
    font-weight: bold;
}

.load .name-file {
    margin: 0 0 6px 0
}

.pointer {
    cursor: pointer;
}

.gallary {
    margin: 0 0 20px 0;
    width: 100%;
    display: table;
}

.gallary .year {
    float: left;
    margin: 10px;
    font-size: 18px;
    width: 90px;
}

.gallary .gallary-block {
    margin-left: 100px;
}

.gallary .photo {
    float: left;
    margin: 10px;
    font-size: 13px;
    line-height: 120%;
    width: 170px;
    height: 230px;
}

.gallary .photo img {
    width: 100%;
}

.gallary .photo a,
.gallary .photo a:hover {
    text-decoration: none;
}

.gallary .one-photo {
    width: 100%;
    text-align: center;
}

.gallary .one-photo img {
    max-width: 100%;
}

.resp-big {}

/* отзыв попап */
.resp-big .body {
    background: #fff;
    padding: 10px
}

.resp-big .left {
    width: 150px;
    margin: 0 auto;
}

.resp-big .right {
    width: 100%;
    margin: 10px 0;
}


@media screen and (min-width: 700px) {
    .resp-big {}

    /* отзыв попап */
    .resp-big .body {
        background: #fff;
        padding: 10px
    }

    .resp-big .left {
        width: 150px;
        float: left;
        margin: 0;
    }

    .resp-big .right {
        margin: 0 0 0 170px;
        width: initial;
    }
}

.textblock {}

/* статьи */

.textblock .marker {
    margin: 20px 40px 20px 20px;
    padding: 6px 10px;
    border-left: 5px #e7e7e7 solid;
    font-size: 90%;
}

.textblock .youtube {
    margin: 1rem auto;
    max-width: 600px;
}

.review .signN {
    padding: 10px;
    font-size: 0.9rem;
    background: #707070;
    color: #fff;
    border-radius: 5px;
}

.copytobuf {
    border-bottom: 1px dashed #337ab7;
    color: #337ab7;
}

.copytobuf:hover {
    cursor: pointer
}

#sitestat {
    position: absolute;
    top: -10px;
    left: -10px
}

.onof {
    border-bottom: 1px dashed #333;
    cursor: pointer;
    text-decoration: none;
}

.onofdiv {
    margin: 20px;
    padding: 12px;
    background: #f0f0f0;
    border-radius: 3px;
}

.lalist {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
}

.lalist li {
    padding: 2%;
    margin: 10px 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    line-height: 150%;
    border-radius: 6px;
    border: 1px solid #eee;
}

.la-center li {
    text-align: center
}

.la-white li {
    background: #fff;
    color: #333 !important;
}

.la-gray li {
    background: #ccc;
}

.la-dark-gray li {
    background: #999;
    color: #fff;
}

.la-orange li {
    background: #ff983c;
    color: #fff;
}

.la-green li {
    background: #def6db;
    color: #000;
}

.la-red li {
    background: #f2c7c7;
    color: #000;
}

.la-violet li {
    background: #dcd8fa;
    color: #000;
}

.lalist .ico {
    text-align: center;
    margin-bottom: 20px;
}

.lalist .ico img {
    width: 100%;
    max-width: 64px;
}

.lalist .ico128 {
    text-align: center;
    margin-bottom: 20px;
}

.lalist .ico128 img {
    width: 100%;
    max-width: 128px;
}

@media screen and (min-width: 640px) {
    .lalist {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .lalist li {
        margin: 0 0 2% 2%;
    }

    .la-50 li {
        width: 47%;
    }

    .la-33 li {
        width: 30.5%;
    }

    .la-21 li {
        width: 20.5%;
    }

    .la-4 li {
        width: 47%;
    }
}

@media screen and (min-width: 800px) {
    .la-4 li {
        width: 22%;
    }
}

.hcenter h1, .hcenter .h1,
.hcenter h2, .hcenter .h2,
.hcenter h3, .hcenter .h3,
.hcenter h4, .hcenter .h4,
.hcenter h5, .hcenter .h5 
{
    text-align: center;
}

.bullet {
    margin-left: 0;
    list-style: none;
    counter-reset: li;
}

.bullet li {
    position: relative;
    margin-bottom: 2rem;
    border: 3px solid #89b583;
    padding: 1rem;
    border-radius: 16px;
    background: #f5f5f5;
}

.bullet li:before {
    position: absolute;
    top: -1rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    font-size: 16px;
    font-weight: bold;
    color: #ff983c;
    background: #fff;
    border-radius: 50%;
    counter-increment: li;
    content: counter(li);
    border: 3px solid #89b583;
}

.cols {
    width: 100%;
}

@media screen and (min-width: 640px) {
    .cols {
        display: flex;
        flex-wrap: wrap;
    }

    .cols .w22 {
        width: 22%;
    }

    .cols .w30 {
        width: 30%;
    }

    .cols .w33 {
        width: 33%;
    }

    .cols .w45 {
        width: 45%;
    }

    .cols .w70 {
        width: 70%;
    }

    .cols .l50 {
        width: 50%;
    }

    .cols .r50 {
        width: 50%;
    }

    .cols .w60 {
        width: 60%;
    }

    .cols .w40 {
        width: 40%;
    }

    .cols .padding {
        padding: 8px 16px;
    }

    .cols .padding:nth-of-type(1) {
        padding-left: 0;
    }

    .cols .padding:nth-last-of-type(1) {
        padding-right: 0
    }
}



.nimda {
    position: fixed;
    padding: 5px;
    background: #fff;
    border: 1px solid #67BADE;
    font-size: 14px;
    top: 0;
    right: 200px;
    z-index: 10000;
    text-align: center;
    border-radius: 3px
}

.nimda a {
    margin: 0 16px;
    font-size: 14px;
}




.trening {}

.trening .navbar {
    background: #def6db;
}

.trening .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #0d4a02;
}

.trening .fbloks {
    width: 100%;
    box-sizing: border-box
}

.trening .fbloks .one {
    display: inline-block;
    margin: 10px;
    box-sizing: border-box
}

@media screen and (max-width: 750px) {
    .trening .fbloks .one {
        display: block;
        width: 100%;
    }
}

.morea {
    text-decoration: none;
    border-bottom: 1px dashed #333;
    color: #333;
    cursor: pointer;
}

.morea:hover {
    text-decoration: none;
    cursor: pointer;
}

.payb {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.payb a {
    display: block;
    background: #89b583;
    color: #fff;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 6px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.payb a:hover {
    text-decoration: none;
    color: #fff !important;
    background: #4B84C9;
}

.pic400 {
    text-align: center;
}

.pic400 img {
    width: 100%;
    max-width: 400px;
}

.pic500 {
    text-align: center;
}

.pic500 img {
    width: 100%;
    max-width: 500px;
}


.max100 {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
}

.max150 {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.max640 {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.max600 {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.max500 {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.max400 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.max300 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px;
}

.max250 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 250px;
}

.max200 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 200px;
}

.max50 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 50px;
}

.max75 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 75px;
}

.box-shadow {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

#botsociale {
    display: flex;
    justify-content: center;
}

#botsociale a {
    display: block;
    margin: 10px;
}

#botsociale a img {
    height: 32px
}

.tren-bot-list a {
    margin: 0 12px;
    text-align: center;
}

.artlist {
    margin: 30px 0;
}

.artlist h3 {
    font-size: 21px;
    margin: 0
}

.artlist p {
    margin: 10px 0 0 0
}

.artlist a {
    text-decoration: none;
    color: #333;
}

.artlist a:hover {
    text-decoration: none;
    color: #333;
}


.artlist2 {
    margin: 30px 0;
}

.artlist2 h3 {
    font-size: 20px;
    margin: 0
}

.artlist2 p {
    margin: 10px 0 0 0;
    font-size: 17px;
}

.artlist2 a {
    text-decoration: none;
    color: #333;
}

.artlist2 a:hover {
    text-decoration: none;
    color: #333;
}

.article {
    margin: 20px 0
}

.article h2 {
    font-size: 24px;
    margin: 20px 0
}

.article .text {
    margin: 20px 0
}

.inn {
    font-size: 11px;
    line-height: 100%;
    font-family: 'Arial', sans-serif;
    color: #333
}

.pic-round-shadow {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.circle-pic-shadow {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.invite-button {
    padding: 20px 0;
    text-align: center;
}

.invite-button button {
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 3px 3px 6px #333;
    color: #fff;
}

.invite-button button:hover {
    box-shadow: none
}

.socregcontainer {
    max-width: 400px;
    margin: 0 auto;
}

.socreg {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.socreg .scone {
    width: 47%;
    padding: 3px 6px;
    border-radius: 4px;
    display: block;
    margin: 5px 1%;
    min-height: 44px;
    text-align: left;
}

.socreg .scone img {
    margin-right: 5px
}

:root {
    --back-op: 0.20;
}

:root {
    --back-op-35: 0.35;
}

.trenhead {
    background-size: cover;
    position: relative;
    background-position: center;
}

.trenhead:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, var(--back-op));
    z-index: 2;

}

.trenhead-05:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;

}

.innertop {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
    padding: 10px;
}

.innertop h1,
.innertop h2,
.innertop h3, .innertop .h3,
.innertop h4, .innertop .h4,
.innertop h5 {
    color: #fff;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-shadow: rgb(0, 0, 0) -3px -3px 12px, rgb(0, 0, 0) 3px -3px 12px, rgb(0, 0, 0) -3px 3px 12px, rgb(0, 0, 0) 3px 3px 12px;
    
}


@media screen and (max-width: 540px) {
    .innertop {
        padding: 10px 20px;
    }
}

h2+p,
h3+p,
h4+p,
h5+p,
h2+ul,
h3+ul,
h4+ul,
h5+ul {
    margin-block-start: 0.4rem;
}


@media screen and (min-width: 600px) {
.innertop h1 { font-size: 2.5rem }
.innertop h2 { font-size: 2.2rem }
.innertop h3 { font-size: 1.8rem }
}


.vimeoVideo {
    border-style: none;
    box-sizing: border-box;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}


.price-old {
    text-decoration: line-through;
    font-size: 75%;
    padding-right: 2px;
    color: #888
}

.price-old-big {
    text-decoration: line-through;
    padding-right: 2px;
}

.price {}


.price .discount {
    font-size: 75%;
    color: #888
}

.price .rub:after {
    content: "₽";
    font-size: 75%;
    padding-left: 2px
}

.price .old {
    text-decoration: line-through;
}


.price .usd {
    font-size: 90%;
    /*margin-left: 8px;*/
    opacity: 0.7;
}

.price .usd:before {
    content: "/";
    font-size: 75%;
    /*padding-left: 2px*/
}

.price .usd:after {
    content: "$";
    font-size: 75%;
    /*padding-left: 2px*/
}

.price .eur2 {}

.price .eur2:after {
    content: "€";
    font-size: 75%;
    padding-left: 2px
}


.price .rub2 {}

.price .rub2:after {
    content: "₽";
    font-size: 75%;
    padding-left: 2px
}

.price .usd2:after {
    content: "$";
    font-size: 75%;
    padding-left: 2px
}

.price-rub:after {
    content: "₽";
    font-size: 75%;
    padding-left: 2px
}

.price-usd:after {
    content: "$";
    font-size: 75%;
    padding-left: 2px
}

.price-eur:after {
    content: "€";
    font-size: 75%;
    padding-left: 2px
}



.top-standart {
    background-size: cover;
    position: relative;
    background-position: center;
}

.top-standart:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, var(--back-op));
    z-index: 2;
}

.top-standart .inner {
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 10px;
    height: 45vw;
    max-height: 500px;
}

.top-standart  h1,
.top-standart h2,
.top-standart h3,
.top-standart h4 {
    color: #fff;
    line-height: 100%;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Gilroy', sans-serif;
    padding: 0;
}

.top-standart  h1 {
    font-size: 50px;
    margin: 16px 0;
}

.top-standart  h2 {
    font-size: 28px;
}

.top-standart h3 {
    font-size: 24px;
}

.top-standart  h4 {
    font-size: 20px;
}

.top-standart  .head {
    position: absolute;
    bottom: 20px;
    left: 5%;
}

@media screen and (max-width: 600px) {
.top-standart .inner {
        height: 60vh;
    }

    .top-standart h1 {
        font-size: 34px;
    }

    .top-standart h2 {
        font-size: 26px;
    }

    .top-standart h3 {
        font-size: 20px;
    }

    .top-standart h4 {
        font-size: 18px;
        margin: 0;
    }

    .top-standart .head {
        bottom: 10px;
    }

}

.table-condensed tr td {
    padding: 0.25rem;
    border-top: none;
}

.list-inline {
    display: flex;
}

.list-inline li {
    display: block;
    margin-left: 10px;
}

.icon {
    padding-right: 4px;
    padding-left: 4px;
}

.icon-left {
    padding-right: 6px;
}

.icon-right {
    padding-left: 6px;
}



/* загрузка */
.load-directory {
    display: block;
    width: 100%
}

.load-directory .surce {
    margin: 0 0 20px 0;
}

.surce .licon {
    margin-right: 8px;
}

.file-list {
    margin: 0 0 16px 20px;
    width: 100%
}

.file-load {
    display: flex;
    margin: 16px 0;
    width: 100%;
    border: 1px solid #4ca517;
    padding: 2px 6px;
    border-radius: 8px;
    background: #f1ffe9;
    align-items: center;
}

.file-load .iconload {
    padding-right: 8px;
}

.iconload .icon-file {
    color: #4ca517;
    font-size: 2.0rem;
}

.file-load .size {
    font-size: 0.7rem;
    color: #777;
    white-space: nowrap;
    text-align: right;
}

.file-load .name {
    color: #333;
    flex-grow: 1;
    line-height: 120%;
}

.name .add-text {
    font-size: 0.6rem;
}

.file-load a {
    text-decoration: none;
    color: #333;
    display: flex;
    width: 100%;
    padding: 8px 0;
}

.file-load:hover {
    background: #def6db
}

.file-load .link {
    text-decoration: none;
    color: #333;
    display: flex;
    width: 100%;
    padding: 8px 0;
}

@media screen and (max-width: 600px) {
    .file-load .size {
        display: none;
    }
}


.ul-left {
    text-align: left;
}

.ul-left li {
    text-align: left;
}

.my-container {
    max-width: 1170px;
    padding: 0 20px;
    margin: 0 auto;
}

/*===========*/

.ushkov {
    padding-top: 20px;
}

.col1 {}

.ushkov .col2 {
    text-align: center;
    position: relative;
    /* border:1px solid #f00; */
}

.ushkov .col2 .pic {
    max-width: 400px;
    display: inline-block;
    /* border:1px solid #fff*/
}


@media screen and (min-width: 640px) {
    .ushkov {
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
    }

    .ushkov .col1 {
        width: 50%;
        padding-right: 10px;
    }

    .ushkov .col2 {
        width: 50%;
        padding-left: 10px;
    }

    .book-pic {
        padding-bottom: 20px
    }

    .col2 .fio {
        position: absolute;
        top: 10px;
        left: 10px;
        text-align: center;
    }

    .col2 .pic {
        position: absolute;
        bottom: 0;
        right: 0
    }
}

@media screen and (min-width: 960px) {
    .col2 .fio {
        width: 50%;
    }
}

.book-pic {
    max-width: 500px;
    margin: 0 auto;
}

.cabMenu {
    margin-left: 0;
    list-style-type: none;
}

.cabMenu li {
    position: relative;
    margin: 12px 0;
    margin-left: 30px;
}

.cabMenu li img {
    position: absolute;
    margin-left: -30px
}

.persmenu {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    justify-content: center;
}

.persmenu .punkt {
    padding: 4px 8px;
    margin: 0 10px 10px 0;
    display: block;
    border-radius: 8px;
    border: 1px solid rgba(87, 152, 181, 1);
    text-decoration: none;
    font-size: 16px;
}

.persmenu .link {
    background: rgba(87, 152, 181, 1);
    color: #fff;
}

.persmenu .link:hover {
    background: #fff;
    color: rgba(87, 152, 181, 1);
    border: 1px solid rgba(87, 152, 181, 1);
}

.persmenu .active {
    background: #fff;
    color: rgba(87, 152, 181, 1);
    border: 1px solid rgba(87, 152, 181, 1);
}

@media screen and (max-width: 600px) {
    .persmenu .punkt {
        font-size: 14px;
    }
}

/* pay 22 */

.payselected {
    border: 5px solid #28a745;
}

.paydefault {
    border: 5px solid #ccc;
}

.paycontainer {
    display: flex;
    flex-wrap: wrap;
}

.payblock {
    cursor: pointer;
    border-radius: 8px;
    margin: 0 2% 2% 0;
    padding: 2%;
    width: 47%;
}

.payarea {
    display: flex;
    flex-wrap: wrap;
}

.payimg {
    width: 100%
}

.payimg img {
    width: 75%;
}

.paytext {
    width: 100%
}

@media screen and (max-width: 600px) {
    .payblock {
        margin: 2% 0;
        width: 100%;
    }

    .payimg img {
        width: 50%;
    }
}

.text105 {
    font-size: 105%;
}

.text110 {
    font-size: 110%;
}

.text115 {
    font-size: 115%;
}

.text120 {
    font-size: 120%;
}

.text150 {
    font-size: 150%;
}

.text200 {
    font-size: 200%;
}


.line-height160 {
    line-height: 160%;
}

.line-height200 {
    line-height: 200%;
}

.tizer {
    margin: 0 auto;
    border-radius: 10px;
    display: inline-block;
    padding: 0.5rem;
}

.webinarhead {
    background-size: cover;
    position: relative;
    background-position: center;
    margin-top: -10px;
}

.webinarhead:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, var(--back-op));
    z-index: 2;

}

.webinartop {
    position: relative;
    z-index: 3;
    color: #fff;
    text-align: center;
}

.head-content {
    max-width: 980px;
    margin: 0 auto
}

.webinartop h1, 
.webinartop .h2,
.webinartop .h3,
.webinartop .h4,
.webinartop .h5,
.webinartop .what,
.webinartop .webinar-plashka {
    color: #fff;
    line-height: 100%;
text-shadow: 
    2px 0 0 black,
   -2px 0 0 black,
    0 2px 0 black,
    0 -2px 0 black,
    2px 2px 0 black,
   -2px 2px 0 black,
    2px -2px 0 black,
   -2px -2px 0 black;
};
    margin: 0;
    padding: 0;
    font-family: 'Gilroy', sans-serif;
}

.webinartop .invite-button {
    padding: 10px 0 !important;
}

.webinartop h1 {
    font-size: 2.8rem;
}

.webinartop .h2 {
    font-size: 1.8rem;
    margin: 10px 0 0 0;
}

.webinartop .h3 {
    font-size: 1.4rem;
    margin: 10px 0 0 0;
}

.webinartop .what {
    font-size: 1.2rem;
    margin: 10px 0 0 0;
}

.webinartop .webinar-plashka {
    font-size: 1.2rem;
    margin: 10px 0;
    background: #00000057;
    padding: 20px 30px;
    border-radius: 6px
}

@media screen and (max-width: 640px) {
    .webinartop h1 {
        font-size: 1.8rem;
    }

    .webinartop .h2 {
        font-size: 1.4rem;
    }

    .webinartop .h3 {
        font-size: 1.2rem;
    }

    .webinartop .what {
        font-size: 1.2rem;
    }

    .webinartop .webinar-plashka {
        font-size: 1.0rem;
        margin: 10px 0;
        background: #00000057;
        padding: 20px 30px;
        border-radius: 6px;
        line-height: 120%;
    }
}

.smaller {
    font-size: 0.9rem !important;
}

.smaller li {
    font-size: 0.9rem;
    margin: 0.2rem 0 !important;
}

.small {
    font-size: 0.8rem !important;
}

.small li {
    font-size: 0.8rem;
    margin: 0.3rem 0 !important;
}

.supsmall {font-size: 0.75rem;}

.btn-noborder {
    border: none;
    cursor: auto !important;
}

.btn-noborder:focus,
.btn-noborder:focus-visible {
    border: none;
    cursor: auto !important;
}

.btn-usd {
    font-size: 20px;
}

.btn-usd .old {
    text-decoration: line-through;
    font-size: 75%;
    padding-right: 2px;
    opacity: 0.8
}

.btn-usd .old:after {
    content: "$";
    font-size: 60%;
    padding-left: 2px
}

.btn-usd .price:after {
    content: "$";
    font-size: 75%;
    padding-left: 2px
}

.btn-euro {
    font-size: 20px;
}

.btn-euro .old {
    text-decoration: line-through;
    font-size: 75%;
    padding-right: 2px;
    opacity: 0.8
}

.btn-euro .old:after {
    content: "€";
    font-size: 60%;
    padding-left: 2px
}

.btn-euro .price:after {
    content: "€";
    font-size: 75%;
    padding-left: 2px
}

.btn-paypal,
.btn-paypal.focus,
.btn-paypal:focus,
.btn-paypal:hover,
.btn-paypal:active {
    background: #ffc439;
    color: #000;
    border-color: #ffc439;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.btn-visa,
.btn-visa.focus,
.btn-visa:focus,
.btn-visa:hover,
.btn-visa:active {
    background: #ffeeb1;
    color: #000;
    border-color: #ffeeb1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.btn-mir,
.btn-mir.focus,
.btn-mir:focus,
.btn-mir:hover,
.btn-mir:active {
    background: #a9efa1;
    color: #000;
    border-color: #a9efa1;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.payborder {
    border: 2px solid #aaa;
    padding: 10px;
    border-radius: 10px;
}

pre {
    line-height: 100% !important;
    font-size: 13px;
    overflow: hidden;
    margin: 0 !important;
    background: #e8ffff9e;
}

xmp {
    white-space: pre-wrap;
    display: block;
    width: 100%;
    padding: 0 4px 4px 4px;
    margin: 0;
    background: #f0f0f0;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 100%;
    color: #000;
}

/* bs 4*/


.form-group {
    max-width: 100%;
}

@media screen and (min-width: 576px) {
    .form-group {
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
    }

    .form-group label {
        margin: 0;
        padding: 0.5rem 0 0 0;
        text-align: right
    }
}


.list-group-item {
    margin: 0;
}

.list-group-sm .list-group-item {
    padding: 0.5rem 0.75rem;
}

.list-group-tdn .list-group-item {
    text-decoration: none;
}

.list-group-border0 .list-group-item {
    border: none;
}

.btn-sm2 {
    padding: 0.1rem 0.25rem;
    font-size: .7rem;
    line-height: 1.2;
    border-radius: 0.2rem;
}

.m-0 {
    margin: 0;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    padding-inline-start: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.editable {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.editable:after {
    position: absolute;
    top: -6px;
    right: -8px;
    z-index: 2;
    content: '\f044';
    font-family: 'Font Awesome 5 Free';
    width: 20px;
    height: 18px;
    font-size: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #17a2b8;
}

/*
.day-digit {
    border-radius: 50%;
    background: #4B84C9;
    color: #fff;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    padding-top: 2px;
    text-align: center;
    font-size: 17px;
    position: relative;
    z-index: 1;
    font-family: Arial,sans-serif;
}*/

.day-digit {
    font-family: Arial, sans-serif;
    border-radius: 50%;
    background: #4B84C9;
    color: #fff;
    width: 28px;
    height: 28px;
    margin: 0 auto;
    padding-top: 2px;
    font-size: 17px;
    display: grid;
    justify-content: center;
    align-items: center;
    min-width: 28px;
    min-height: 28px;
}


/* ado ADV */
.ado-adv1 {}

.ado-adv1 .link {
    display: block;
    text-decoration: none;
}

.ado-adv1 .back {
    background: url(/design/images/ado/fon2.webp);
    position: relative;
    background-position: top;
    background-size: cover;
}

.ado-adv1 .shad {
    font-family: 'Gilroy', sans-serif;
    color: #fff;
    line-height: 100%;
    text-shadow: 2px 2px 2px #000;
}

.ado-adv1 .ad-left {
    position: absolute;
    top: 20px;
    left: 7%;
    width: 35%;
}

.ado-adv1 .ad-right {
    position: absolute;
    top: 20px;
    right: 1%;
    width: 30%;
}

.ado-adv1 .hd1 {
    font-size: 4vw;
}

.ado-adv1 .hd2 {
    font-size: 3vw;
    padding-top: 20px;
}

.ado-adv1 .hd3 {
    font-size: 3vw;
}

.ado-adv1 .hd4 {
    font-size: 3vw;
    padding-top: 10px;
}

.ado-adv1 .adoushkov {
    text-align: center;
    padding-top: 40px
}

.adoushkov img {
    width: 40%;
}

.ado-adv1 .ad-bottom {
    display: none;
}

@media screen and (max-width: 700px) {

    .adoushkov img {
        width: 80%;
    }

    .ado-adv1 .ad-left {
        display: none;
    }

    .ado-adv1 .ad-right {
        display: none;
    }

    .ado-adv1 .ad-bottom {
        display: block;
    }
}

/* == */
.mob-menue-ico {
    margin: 4px 0;
    border-radius: 50%;
    background: #89b583;
    text-align: center;
    width: 4rem;
    height: 4rem;
}

.mob-menue-ico-text {
    font-size: 2rem;
    color: #fff;
}

.mob-menue-iconlink,
.mob-menue-iconlink:hover,
.mob-menue-iconlink:active,
.mob-menue-iconlink:visited {
    display: block;
    text-decoration: none;
}




.trenFull22 .t-row {
    text-decoration: none;
    padding: 10px;
    margin: 20px 0 0 0;
    color: #000;
    box-shadow: 3px 2px 4px rgb(0 0 0 / 40%);
    border-radius: 4px;
}

.trenFull22 .t-row:hover {
    box-shadow: 3px 2px 4px rgb(0 0 0 / 40%);
    border-radius: 4px;
}

.trenFull22 .t-price {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: bold; 
    text-align: center;
    background: #fff;
}

.trenFull22 .t-price-standart{
    color: #f57400;
    border: 2px solid #9f9f9f;
}

.trenFull22 .t-price-discount{
    color: #e71212;
    border: 3px solid #ff983c;
}

.trenFull22 .t-old-price {
    text-decoration: line-through;
    font-size: 1rem;
    margin-right: 10px;
    font-weight: bold;
}

.trenFull22 .t-new-price {
    font-size: 1.3rem;
    font-weight: bold;
}

.trenFull22 .t-start{
    color: #fff;
    background: #5d3db0;
    border-radius: 12px ;
    padding: 3px 12px;
    font-size: 0.7rem;
}

.trenFull22 .t-right h3 {
    margin: 0
}

.trenFull22 .t-right h4 {
    margin: 10px 0
}

.trenFull22 .t-right h3 span {
    background: #85b5db;
    color: #fff;
    font-size: 0.5rem;
    padding: 5px;
}

.t-right .t-discount{
    margin: 0 0 10px 0;
    background: #fff;
    padding: 6px 12px;
    color: #d37171;
    font-weight: bold;
    text-align: center;
}

.trenFull22 .rub:after {
    content: "₽";
    font-size: 75%;
    padding-left: 2px
}

/* отзывы заглавная */
/* - sbloks1 - 
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
*/
.sbloks1 { display:flex; flex-wrap:wrap; width:100%;}
.sbloks1 .one { 
   
    /* margin: 10px 0 10px 0; */
    padding: 12px 14px;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); */
    border-radius: 5px;
    display: block;
    /* position: relative; */
    /* border: 2px solid #c8e3f8; */
    background: #aaaaaa2e;    
    width:100%;
}
.sbloks1 .one:hover{ background:#def6db;}
.sbloks1  a {text-decoration:none; color:#333}
.sbloks1 .one .left {float: left}   
.sbloks1 .one .left img{ width:58px}
.sbloks1 .right {margin-left:72px; }
.sbloks1 p {margin: 0 0 0.6em 0} 

.sbloks1 .right .more {position: absolute; bottom: 10px; right: 10px}
/*.sbloks1 .one:nth-child(2n){margin:1% 0}*/

h2 a { text-decoration: none;}

.indxtren {margin: 20px  0 ;} 


.text-green { color: #89b583 !important;}
.text-blue { color: #4B84C9 !important;}
.text-orange { color: #ff983c !important;}
.text-magenta { color: #b85fb3 !important;}
.text-white { color: #fff !important;}
.text-red { color: #d37171 !important;}


.grecaptcha-badge {
  visibility: hidden;
}

.stripe-row .row:nth-of-type(odd) div {
background-color:#def6db;
}
.stripe-row .row:nth-of-type(even) div {
background: #f0f0f0;
}

.plashka {
    /*width: 95%;*/
    margin: 16px auto;
    padding: 18px 24px;
    border-radius: 8px ;
    font-size:90%;    
    /*padding: 10px 20px;*/
    /*border-radius: 10px;*/
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.plashka .p:nth-child(1),
.plashka p:nth-child(1),
.plashka h2:nth-child(1),
.plashka h3:nth-child(1),
.plashka h4:nth-child(1),
.plashka h5:nth-child(1) 
{
    margin-top: 0;
    padding-top: 0;
    margin-block-start: 0;
    margin-inline-start: 0;

}


.plashka .p:nth-last-child(1),
.plashka p:nth-last-child(1),
.plashka h2:nth-last-child(1),
.plashka h3:nth-last-child(1),
.plashka h4:nth-last-child(1),
.plashka h5:nth-last-child(1) 
{
    margin-bottom:  0;
    padding-bottom: 0;
    margin-block-end: 0;
    margin-inline-end: 0;  
}

.border-fat {
border-width : 12px;    
border-style : solid;
box-shadow: none;
}
.border-green {
    border-color: #def6db ;
}
    
.border-blue {
    border-color: #c8e3f8 ;
}

.border-orange {
    border-color: #ff983c ;
}

.border-magenta {
    border-color: #b85fb3 ;
}

.btnmail {margin:24px 0; text-align:center}
.btnmail a {display: inline-block; text-decoration:none; padding:6px 12px; border-radius:6px; }

figure { margin: 0;}
figcaption { line-height: 120%; font-size: 0.9rem;}

.grecaptcha-badge1 {
  visibility: hidden;
}

.ba {
    display: inline-block;
    padding: 4px 12px 2px 12px;
    text-decoration: none !important;
    border-radius: 5px;
    border: none;
}

.ba2 {
    display: inline-block;
    padding: 3px 6px 2px 6px;
    text-decoration: none !important;
    border-radius: 5px;
    line-height: 100%;
    border: none;
}

.ba-green {
    background-color: #5f8d59 !important;
    /*border-color: #5f8d59;*/
    color: #fff !important; 
}

.ba-green:hover {
    background-color: #4e7549 !important;
    color: #fff !important; 
}

.ba-blue {
    background-color: #4B84C9 !important;
    /*border-color: #4B84C9;*/
    color: #fff !important; 
}

.ba-blue:hover {
    background-color: ##3d6aa1 !important;
    color: #fff !important; 
}

.ba-magenta {
    background-color: #b85fb3 !important;
    /*border-color: #b85fb3;*/
    color: #fff !important; 
}

.ba-magenta:hover {
    background-color: #914b8d !important;
    color: #fff !important; 
}



.top-type2 {
    background-size: cover;
    background-position: center;
    height: 35vw;
    max-height: 500px;
}


@media screen and (max-width: 640px) {
    .top-type2 {
        height: 60vw;
    }
    h2 {font-size: 1.1rem;}
}

  [x-cloak] {
    display: none !important;
  }

.modal-fix {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    bottom: 0px;
    background: #ccc;
  }

  .modal-topcontainer {
    position: relative;

  }

  .close-modal {
    position: absolute;
    z-index: 101;
    top: 40px;
    right: 0;
    background: #f00;
    color: #fff;
    font-size: 22px;
    padding: 12px 21px;
  }

/*чат  */
.chat-personal {
    position: fixed;
    z-index: 300;
    max-height: 90vh;
    overflow: auto;
  }

  .chatbody {
    overflow-y: auto;
    /* border: 1px solid #881111; */
  }

  .chat-close-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
    line-height: 80%;
    padding: 3px 3px;
    cursor: pointer;
    z-index: 300;
  }
  .chat-close-icon::before {
    content: 'X';
  }

  .chatline {
    /* border-bottom: 1px solid #ccc; */
    line-height: 120%;
    font-size: 80%;
    margin: 8px 0;
  }

  .chatname {
    border-radius: 4px;
    padding: 0 8px;
  }

  .chatmsg {
    border-radius: 3px;
  }

  .chatname_personal {
    background: #ff6;
  }

  .chatmsg_personal {
    background: #ff6;
  }

  .chatname_admin {
    background: #ffeeb1;
  }

  .chatmsg_admin {
    background: #ffeeb1;
  }

  .chatname_user {
    background: #efefef;
  }

  .chatname_owner {
    background: #00ef093b;
  }

  .chatmsg_owner {
    background: #fff;
  }

  .chatname_speaker {
    background: #f2c7c7;
  }

  .chatmsg_speaker {
    background: #f2c7c7;
  }

  .chatreciver {
    margin-left: -5px;
  }
  .chatreciver::before {
    content: '\2192 ';
  }

  .errorblock {
    line-height: 130%;
    font-size: 16px;
  }

  .errormsg {
    color: #f00;
  }
  /**/

.h2, h2 { font-size: 1.5rem; color: #505050 }
.h3, h3 { font-size: 1.3rem; color: #424242}


.tren-one h2 {
    font-size: 1.3rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 1.2;
    margin: 0.8rem 0 0 0 ;
    padding: 0;
    color: #000;
}    

.tren-one h3 {
    font-size: 1.1rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 1.3;
    margin: 1.5rem 0 0 0 ;
    padding: 0;
    color: #000;
}    


@media screen and (max-width: 600px) {
.tren-one    h2 {font-size: 1.3rem; }
.tren-one    h3 {font-size: 1.1rem; }
}


.position-relative { position: relative;}
.position-absolute-tl { position: absolute; top:0; left:0}
.position-absolute-tr { position: absolute; top:0; right:0}
.position-absolute-bl { position: absolute; bottom:0; left:0}

.text-shadow-big{    text-shadow: rgb(0, 0, 0) -3px -3px 12px, rgb(0, 0, 0) 3px -3px 12px, rgb(0, 0, 0) -3px 3px 12px, rgb(0, 0, 0) 3px 3px 12px}

.position-absolute-100 { position: absolute;  top:0; left:0; height:100%; width:100%; z-index:100}

.line-height-130  { line-height: 130% !important }
.line-height-120  { line-height: 120% !important }
.line-height-110  { line-height: 110% !important }
.line-height-100  { line-height: 100% !important }

.fade_in_x {
opacity: 0; /* начальное состояние */
animation: fadeIn 0.5s ease forwards; /* анимация */
}

@keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(30px); /* опционально: легкое смещение снизу */
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
}

/* register-modal */
#register-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

#register-modal.show {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  max-width: 500px;
  background: white;
  padding: 20px;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}

#register-modal.show .modal-content {
  transform: scale(1);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  border: none;
  background: none;
  line-height: 1;
}

.close-btn:hover {
  color: #ff0000;
}  

.box-shadow2 {
    box-shadow: 0 0 14px 3px rgba(0, 0, 0, 0.3)
}

.modal-body {
  padding: 0 12px 12px 12px !important;
}
.modal-content {
  transform: none; 
}

.grecaptcha-badge { visibility: hidden; }

}
.modal-header .close {
    margin: -2rem -2rem -1rem auto;
}


.alpine-modalwindow-back {
position: fixed;
display: flex;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 100;
flex-wrap: wrap;
align-content: center;
justify-content: center;
}

.alpine-modalwindow-fon {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
background: #000;
opacity: 0.7;
}

  .alpine-modalwindow-container {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
  }
  .alpine-modalwindow-container .alpine-close-modal {
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 25px;
    padding: 10px;
    line-height: 1;
  }

  .alpine-modalwindow-content {
    background: #fff;
    overflow: auto;
    padding: 20px;
  }
  
.price-old25{
  position:relative;
  text-decoration:none; /* убираем обычное зачёркивание */
}

.price-old25::after{
  content:"";
  position:absolute;
  top:50%;
  left:-6%;
  width:112%;
  height:2px;          /* толщина линии */
  background:#777;
  transform:rotate(-16deg); /* угол диагонали: меняйте по вкусу */
  border-radius:1px;
}  

:root {
  --gray: #f5f5f5;
  --yellow: #ffeeb1;
  --red: #f2c7c7;
  --violet: #dcd8fa;
  --green: #def6db;
  --blue: #c8e3f8;
  --orangedark: #ff983c;
  --reddark: #d37171;
  --violetdark: #8881b0;
  --violetdark2: #5d3db0;
  --greendark: #558b4e;
  --bluedark: #85b5db;
  --bluedark2: #4B84C9;
  --magentadark: #b85fb3;
  --violet2: #6610f2;
  --rose: #e83e8c;
}

.h-shadow { text-shadow: 
    2px 0 0 black,
   -2px 0 0 black,
    0 2px 0 black,
    0 -2px 0 black,
    2px 2px 0 black,
   -2px 2px 0 black,
    2px -2px 0 black,
   -2px -2px 0 black;
}

.modal25[hidden] { display:none }

/* фон */
.modal25 {
  position:fixed; inset:0; display:grid; place-items:center;
  background:rgba(0,0,0,.5); z-index:1000;
  opacity:0; pointer-events:none;
  transition:opacity .3s ease;
}

/* активное состояние */
.modal25.show {
  opacity:1; pointer-events:auto;
}

/* окно */
.modal25__box {
  background:#fff; padding:20px; border-radius:10px;
  max-width:600px; max-height:90vh; overflow:auto;
  position:relative;
  transform:scale(.9);
  transition:transform .3s ease;
}
.modal25.show .modal25__box {
  transform:scale(1);
}

.modal25__close {
  position:absolute; top:0px; right:12px; font-size:32px;
  border:0; background:transparent; cursor:pointer;
  line-height: 1;
}