/* +++++++ © 2016 Centroarts.com +++++++ */
@charset "UTF-8";
@font-face {
    font-family: FutH;
    src: url(/fonts/FuturaPT.ttf);
}
@font-face {
    font-family: FutHb;
    src: url(/fonts/6859_0.ttf);
}
@font-face {
    font-family: ProL;
    font-style: normal;
    src: url(/fonts/ProximaNova-Light.ttf);
}
@font-face {
    font-family: ProR;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/ProximaNova-Regular.ttf);
}
@font-face {
    font-family: ProS;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/ProximaNova-Semibold.ttf);
}
@font-face {
    font-family: ProB;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/ProximaNova-Bold.ttf);
}
@font-face {
    font-family: ProBl;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/ProximaNova-Black.ttf);
}

@font-face {
    font-family: DirF;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/DirectiveFour.ttf);
}

/* Сброс */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary { display: block; }

html { min-height: 100%; position: relative; }
html, html a {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body { margin-bottom: 40px; }
.page-partners #oncookie, .page-partners #geoip, .page-partners #infouser {
    display: none !important;
}
.ulsli {
    padding-top: 10px;
}
.linkline {
    position: relative;
    display: inline-block;
}
.linkline::after {
    content: "";
    width: 100%;
    height: 90%;
    position: absolute;
    top: -20%;
    bottom: -20%;
    left: -20%;
    right: -20%;
    border-bottom: 2px solid #e67e22;
    margin: auto;
    
}
/* Текст */
body, select, input, textarea, button { font: 15px/1.5 ProR, Helvetica, sans-serif; line-height: 120%; color: #fff; outline: none; }

a { outline: none; color: #3394e6; text-decoration: none; }
	a:hover { text-decoration: underline; }

	a img { border: 0 none; }
	a > img { vertical-align: bottom; }

.clr { clear: both }
.clrfix:after { clear: both; content: ""; display: block; height: 0; width: 0; visibility: hidden }

body { background: #004461; }

.head { margin-bottom: 40px; text-align: left; }
.offpage { max-width: 600px; padding: 4%; margin: 5% auto 0 auto; padding-bottom: 25px; }
.logo { text-align: center; }
.logo > img { max-width: 320px; vertical-align: top; }
.wrap { text-align: center; }
.wrap > .title { 
    font-size: 150%;
    line-height: 130%;
    font-family: ProR;
    display: block;
    margin: 4% 0 5% 0; 
}
.statyas {
    background: #fff;
    padding: 40px 10% 60px;
    border-radius: 20px;
    font-size: 120%;
    display: none;
    line-height: [1.6](1.6);
}
#timer {
    display: none;
}
.finsale {
    margin-top: -15px;
    display: flex;
    justify-content: center;
} 
.alltimer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem;
}
.intimer {
    max-width: 350px;
}
.finsale span {
    display: inline-flex;
    color: #fff;
    background: #004461;
    padding: 0px 10px;
    position: relative;
    z-index: 1;
    
    font-family: ProS;
}
.timerlimit {
    background: #fff;
    background: linear-gradient(-75deg, #f1cfb1, #fff, #fff);
    color: #000;
    font-size: 25px;
    font-family: DirF, ProR, Helvetica, Arial, "sans-serif" ;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    padding: 15px 20px;
    border-radius: 20px;
    margin: 0 auto 5%;
    position: relative;
}
.timerlimit::before {
    content: "";
    width: 46px;
    height: 46px;
    background: url("https://stranapro.ru/img/timer.gif") center center no-repeat;
    background-size: 100%;
    margin-right: 12px;
    margin-left: -6px;
}
.timerlimit::after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 30px;
    border: 3px dotted #fff;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
}
.timerlimit sec {
    display: inline-block;
    font-family: DirF, ProR;
}
.timerlimit day {
    display: flex;
    align-items: center;
    padding-right: 15px;
    font-size: 80%;
    font-family: DirF, ProS;
    color: #fc5952;
}
.statyas h1 {
            font-size: 24px;
            text-align: left;
            margin-bottom: 30px;
            font-family: ProB;
        }
       .statyas h2 {
            font-size: 24px;
            margin-top: 40px;
            margin-bottom: 10px;
           font-family: ProS;
        }
       .statyas p {
            margin-bottom: 15px;
        }
       .statyas strong {
            font-family: ProB;
        }
       .statyas .example {
            background-color: #f9f9f9;
            border-left: 5px solid #ccc;
            padding: 10px;
            margin: 20px 0;
        }
       .statyas .conclusion {
            margin-top: 50px;
            text-align: justify;
        }



/* Аудио для страницы партнеров начало */
.static-info .imgtab {
    position: relative;
}
.audio-play {
    display: none;
}
.button-audio-play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    gap: 1%;
}
.button-audio-play > div {
    position: relative;
    width: 15%;
    height: 100%;
   /* border: 1px solid #fff; */
}
.button-audio-play > div.tbltht {
    border: 0px solid #FF0004;
    width: 30%;
}
.button-audio-play > div.tblast {
    border: 0px solid #FF0004;
    width: 6%;
}
.button-audio-play > div > a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: -17px;
    right: 0%;
    left: 0%;
    margin: auto;
    width: 38px;
    height: 38px;
    background: #ffffff80;
    border-radius: 50%;
    transform: scale(1);
    transition: 0.2s;
}
.button-audio-play > div > a::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid #353535;
    background: url(https://stranapro.ru/img/playawh.png) #f39c12 center center no-repeat;
    background-size: 45% auto;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 0;
}
.button-audio-play > div > a.listed {
    opacity: 1;
    transform: scale(0.5);
} 
.button-audio-play > div > a.listed::after {
    border: 2px solid #363636;
    background: url(https://stranapro.ru/img/playa.png) #fff center center no-repeat;
    background-size: 45% auto;
} 
.button-audio-play > div > a:hover {
    cursor: pointer;
    transform: scale(1.4);
    transition: 0.2s;
}
.button-audio-play > div > a.aplay {
    background: #f39c12;
    transform: scale(1.4);
}
.button-audio-play > div > a.aplay::after {
    content: "";
    background: url("https://stranapro.ru/img/voice-recorder.gif") #ffffff center center no-repeat;
    background-size: 100% auto;
}
.button-audio-play > div > a.aplay:hover {
    background: #f39c12;
    transform: scale(1.6);
}

.button-audio-play > div > a::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #f39c12;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: -20px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    opacity: 0;
}
.button-audio-play > div > a:hover::before, .button-audio-play > div > a.aplay::before, .button-audio-play > div > a.listed::before {
    display: none !important;
}
.button-audio-play > div:nth-child(2) > a::before {
    animation: audio0 10s infinite;
}
.button-audio-play > div:nth-child(3) > a::before {
    animation: audio1 10s infinite;
}
.button-audio-play > div:nth-child(4) > a::before {
    animation: audio2 10s infinite;
}
.button-audio-play > div:nth-child(5) > a::before {
    animation: audio3 10s infinite;
}
.button-audio-play > div:nth-child(6) > a::before {
    animation: audio4 10s infinite;
}
@keyframes audio0 {
    5% {
        transform: scale(1);
        opacity: 0;
    }
    10% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    15% {
        transform: scale(1);
        opacity: 0;
    }
    
}
@keyframes audio1 {
    25% {
        transform: scale(1);
        opacity: 0;
    }
    30% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    35% {
        transform: scale(1);
        opacity: 0;
    }
    
}
@keyframes audio2 {
    45% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    55% {
        transform: scale(1);
        opacity: 0;
    }
    
}
@keyframes audio3 {
    65% {
        transform: scale(1);
        opacity: 0;
    }
    70% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    75% {
        transform: scale(1);
        opacity: 0;
    }
    
}
@keyframes audio4 {
    85% {
        transform: scale(1);
        opacity: 0;
    }
    90% {
        transform: scale(1.5);
        opacity: 0.8;
    }
    95% {
        transform: scale(1);
        opacity: 0;
    }
}


/* Аудио для страницы партнеров конец */





.dinobusines, .evobusines {
    min-height: 160px;
}

.img-busines {
    min-width: 160px;
}
.dinobusines > .img-busines {
    background: url("https://stranapro.ru/img/dinobusines.png") bottom right no-repeat;
    background-size: auto 95%;
}
.evobusines > .img-busines {
    background: url("https://stranapro.ru/img/xxlbusines.png") bottom right no-repeat;
    background-size: auto 95%;
}
.basepaketin {
    width: 100%;
    max-width: 1100px;
    display: flex;
    gap: 2rem;
}
.dinobusines > span {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.dinobusines > span > span > b, .dinobusines > span > span, .dinobusines > span > span > span {
    display: block;
    width: 100%;
    font-family: ProS;
}
.dinobusines > span > span > b {
    text-transform: uppercase;
    font-family: ProS;
    font-size: 130%;
}
.basepaketin > div {

}
.basepaket {
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap !important;
    margin: -2% auto 5rem;
    color: #fff;
}
.dinobusines {
    font-family: ProB;
    font-size: 120%;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    margin: 1rem auto 0;
    background: #dde1e2;
    border-radius: 20px;
    color: #000;
}
.dinobusines > img, .evobusines > img {
    width: auto;
    height: 170px;
    margin: 0 10px -10px -20px;
}
.dinobusines > span, .evobusines > div.txtevo {
    padding: 35px 30px 35px 20px;
}

.evobusines > div span, .evobusines > div b {
    display: block;
}
.evobusines > div b {
    font-family: ProS;
    text-transform: uppercase;
    font-size: 130%;
}
.evobusines > div span.evovnimanie {
    color: #e67e22;
    font-family: ProB;
    font-size: 110%;
}
.evobusines {
    font-size: 110%;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    margin: 1rem auto 0;
    width: auto !important;
    padding: 0px 0px;
    border-radius: 20px;
    background: #003d57;
}

.freeblock, .akcent-bord {
    width: 90%;
    max-width: 400px;
    margin: 3rem auto 0;
    padding: 3px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(45deg, #e67e22, #fff);
    position: relative;
    transition: 1.5s;
}
.freeblock::after, .akcent-bord::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url("https://stranapro.ru/uploads/img/logo-ob.webp") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -27px;
    top: 0%;
    bottom: 20%;
    margin: auto 0;
    transform: rotate(-15deg);
    transition: 0.2s;
}
.freeblock::before {
    content: "";
    max-width: 100%;
    width: 400px;
    height: 240px;
    position: absolute;
    top: -236px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("https://stranapro.ru/img/volna-sale.png") center bottom no-repeat;
    background-size: auto 100%;
}
.freeblock {
    margin-top: 270px !important;
}
.freeblock:hover::after, .akcent-bord:hover::after {
    transform: scale(1.2) rotate(-18deg);
    transition: 0.2s;
}
.freeblock:hover, .akcent-bord:hover {
    background: linear-gradient(70deg, #e67e22, #fff);
    transition: 1.5s;
}
.freeblockin, .akcent-in {
    border-radius: 18px;
    padding: 2rem 5%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: wrap;
    background: #004461;
}
.freeblockin > div, .akcent-in > div {
    width: 100%;
    text-align: center;
}
.att-title1 {
    font-size: 150%;
    line-height: 100%;
}
.att-title2 {
    font-size: 250%;
    font-family: ProB;
}
.att-title3 {
    font-size: 100%;
}
.att-title3 span {
    font-family: ProB;
    color: #f39c12;
}
.akcent-in {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.akcent0 {
    font-family: ProB;
    font-size: 301%;
    line-height: 120%;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #00a6ed;
}
.akcent1 {
    font-family: ProB;
    font-size: 150%;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}
.akcent2 {
    font-size: 800%;
    line-height: 100%;
    font-family: ProB;
    color: #f39c12;
    text-transform: uppercase;
}
.akcent3 {
    font-family: ProB;
    font-size: 170%;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}
.akcent4 {
    font-family: ProB;
    font-size: 120%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto 0;
    width: auto !important;
    padding: 10px 30px;
    background: #fff;
    border-radius: 20px;
    color: #000;
}
.pomni {
    display: flex;
    width: 100%;
    max-width: 800px;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5rem;
}
.pomni.inblockfact {
    margin: 5rem auto;
}
.pomni little {
    font-family: ProR;
}
.pomni > div {
    padding: 70px 40px 30px;
    border-radius: 20px;
    background: #fff;
    color: #353535;
    position: relative;
    font-family: ProS;
    text-align: left;
}
.pomni > div fact {
    position: absolute;
    background: linear-gradient(90deg, #004461, #23586e, #00446169);
    color: #fff;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 10px 40px;
    border-radius: 0px 20px 0 0;
}
.pomni > div fact::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    width: 22px;
    height: 22px;
    background: url("https://stranapro.ru/uploads/img/idea.webp") no-repeat;
    background-size: 100% auto;
}
.akcent-txt {
    display: block;
    text-align: center;
    color: #fff;
    margin: 5rem auto 5rem;
}
.akcent-txt > span {
    margin-bottom: 0.3rem;
    font-size: 120%;
}
.akcent-txt > span:last-child {
    margin-bottom: 0;
}
acolor {
    color: #f39c12;
    font-size: 140%;
}
img.fonts {
    width: auto;
    height: 1.4em;
    margin: -0.3em 3px -0.3em;
}
a > img.fonts {
    width: auto;
    height: 1.4em;
    margin: auto 7px auto 7px;
}
.akcent-txt > span, .akcent-txt > b {
    display: block;
    text-align: center;
}
.akcent-pro {
    text-align: center;
    color: #fff;
    font-size: 120%;
    margin: 0 auto 5rem;
}
.title-important {
    font-size: 180%;
    font-family: ProB;
}
.title-important > span {
    color: #f39c12;
}
.txt-important {
    margin: 1rem auto;
    font-size: 110%;
}
mini {
    font-size: 80%;
    color: #f39c12;
}
.akcentvigodi {
    
}
.inimportant {
    color: #fff;
    margin-bottom: 1rem;
}
.att-title4 {
    display: flex;
    justify-content: center;
    margin: 10px auto;
}
.att-title4 > span {
    font-size: 180%;
    font-family: ProB;
    background: #fff;
    padding: 10px 30px 11px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #353535;
}
.att-title5 {
    font-size: 150%;
}
.att-title5 > b {
    color: #f39c12;
}
	.copyright {
		position: absolute;
		bottom: 0; left: 0; right: 0;
		padding: 10px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		font-size: .8em;
		background-color: #f7f7f7;
		color: #919191;
	}
.story h2.title.managers span.akcent span {
    font-size: 150% !important;
    line-height: 150%;
    margin-top: 0px;
}
.desc-on {
    display: block;
}
.mobile-on {
    display: none;
}
.akcent {
    padding-top: 1rem;
    font-family: ProR;
    color: #f39c12;
    line-height: 130% !important;
}
.akcent date {
    background: #fff;
    color: #363636;
    padding: 4px 10px 5px 12px;
    border-radius: 12px;
    display: inline-block;
    margin: 8px 5px;
}
.title.managers b clr {
    color: #f39c12;
}
.offline .story .title.datetitle {
    color: #f39c12;
}
.title.managers b wt {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.imgtipusl, .imgtab {
    max-width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: wrap;
}
.imgtipusl > div {
    display: flex;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 19px 35px 20px 30px;
    border-radius: 30px;
    margin: 10px 10px 10px 10px;
    font-size: 110%;
    font-family: ProS;
    transition: 0.2s;
}
.imgtipusl > div:hover {
    transform: scale(1.1);
    cursor: default;
    transition: 0.2s;
}
.imgtab img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.imgtipusl > div > img {
    width: auto;
    height: 20px;
    margin: -2px 10px 0px 0px;
}
.akcent strong {
    font-size: 150%;
    font-family: ProS;
    position: relative;
    display: inline-block;
    padding: 5px 5px 7px;
}

.akcent strong::before {
    content: "";
    display: block;
    width: 90%;
    border-radius: 2px;
    height: 2px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 0px;
    position: absolute;
    background: #f39c12;
}
.primerrazm::after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
.primerrazm::before {
    content: "";
    display: block;
    position: absolute;
    right: 32px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
	.copyright a { }
	.copyright:hover { opacity: 1; }
.busines-service .info-block-all {
    background: #dde1e2;
    color: #363636 !important;
}
.info-txt > div {
    line-height: 150%;
    color: #363636;
}
.offline .reason {
    color: #fff !important;
    font-size: 115%;
} 
@media only screen and (max-width: 900px) {
.basepaketin {
        flex-flow: wrap;
    }
.basepaketin > div {
    width: auto !important;
}
}
@media only screen and (max-width: 600px) {
.offline .logo > img {
    max-width: 240px;
}
    .offline .story .title {
    margin: 3rem 0 !important;
}
    .akcent-txt {
    margin: 3rem auto 3rem !important;
}
    .offline .story h2.title.managers span {
        line-height: 150%;
    }
    .akcent-txt > span {
    margin-bottom: 1rem;
}
    mini {
    margin-top: 1rem;
    display: block;
    font-size: 80%;
}
    .offline .story .title.datetitle {
    margin: 2rem 0 !important;
}
    acolor {
    font-size: 130%;
    padding-bottom: 5px;
    display: inline-block;
}
    .pomni {
    margin: 0 auto 3rem;
}
    .offline .story .title.managers > b, .offline .story .title.managers > span {
        margin: 1.5rem 0;
    }
    
    .payaddorganisation > .oplatablock.saleplus:last-child, .payaddorganisation > .oplatablock.saleplus {
        margin-bottom: 2rem !important;
    }
    .pomni.inblockfact {
    margin: 1.2rem auto;
}
.basepaketin > div {
        flex-flow: wrap-reverse;
    } 
.img-busines {
    min-width: 160px;
    height: 230px;
}
    .evobusines > div span.evovnimanie {
    font-size: 100%;
}
    .dinobusines > span, .evobusines > div.txtevo {
    padding: 35px 35px 10px 35px;
        text-align: center;
        font-size: 90%;
}
    .evobusines, .basepaket {
        margin: auto;
    }
    .basepaketin {
        gap: 1.2rem;
        margin-bottom: 2rem;
    }
.offline .presentationvideo {
    margin: auto;
}
.freeblock::after, .akcent-bord::after {
    width: 50px;
    height: 50px;
    right: -21px;
    }
    .title-important {
    font-size: 150%;
}
    .inimportant {
    margin-bottom: 3rem;
}
    .att-title2 {
    font-size: 220%;
}
    .att-title4 > span {
    font-size: 160%;
}
.offline .ulsli {
    margin: 20px auto 0px;
    width: 80%;
        text-align: left;
    }
.offline .story h2.title.managers span {
    font-size: 75%;
}
.offline .button-allmanager {
    margin: 60px auto 50px;
}
    .offline .reason {
    color: #fff !important;
} 
    .akcent date br, .akcent strong br {
    display: block;
}
    .desc-on {
    display: none;
}
.mobile-on {
    display: block;
}
.imgtab img.mobile-on {
    width: 110%;
    margin: auto;
    } 
     .button-audio-play {
        display: block;
    }
    .button-audio-play > div.tbltht {
    width: 100%;
    height: 18.5%;
}
    .button-audio-play > div {
        width: 100%;
        height: 15%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
  .button-audio-play > div.tblast {
    width: 100%;
    height: 5%;
}  
   .button-audio-play > div > a {
    display: flex;
        justify-content: center;
        align-items: center;
        top: auto;
        right: auto;
        left: 15%;
       transform: scale(1.1);
}
        .button-audio-play > div > a::after {
    background: url(https://stranapro.ru/img/playawh.png) #f39c12 center center no-repeat;
    background-size: 45% auto;
}
}
