

/* Start:/local/templates/landind_svobodny/template_styles.css?17434198457501*/
@font-face {
	font-family: 'Roboto';
	src: url('/local/templates/landind_svobodny/./fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Light';
	src: url('/local/templates/landind_svobodny/./fonts/Roboto-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('/local/templates/landind_svobodny/./fonts/RobotoCondensed-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Condensed Light';
	src: url('/local/templates/landind_svobodny/./fonts/RobotoCondensed-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html,
body {
    padding: 0;
    margin: 0;
}

.f-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
  
.f-row { flex-direction: row; }
.f-col { flex-direction: column; }


header.new {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 10;
    background-color: #981D97;
    box-shadow: 0px 5px 5px #3551B5;
}

.new h1 {
    width: 80%;
    margin: 0 auto;
    padding: 32px 0;
    color: #ffffff;
    background-color: #981D97;  
    font-family: 'Roboto Condensed', Arial, sans-serif;  
    font-size: 46px;
    text-align: center;
}

@media screen and (max-width: 1600px) {
    .new h1 {
        font-size: 36px;
    }
}

h1 span { display: none; }
/*
#top,
#bottom { 
    position: relative;    
    width: 100%;    
    height: 100vh;
    min-height: 900px;    
    box-sizing: border-box;
    background-position: 0 10%;
    background-repeat: no-repeat;
    background-size: cover;
}

#top { 
    padding-top: 14vw;
    padding-left: 11vw;
    background-image: url('/local/templates/landind_svobodny/./img/b_top_d.jpg');    
}

#bottom {    
    background-image: url('/local/templates/landind_svobodny/./img/b_bott_d.jpg');    
}

.content {    
    box-sizing: border-box;
    color: #ffffff;
}

#bottom .content {
    position: absolute;
}

.content__subh {
    flex-wrap: nowrap;
    align-items: center;    
}

.content__subh h3 {
    width: 100%;
    margin: .5em 0;
    font-family: 'Roboto Condensed Light', sans-serif;
    font-size: 2.6vw;
    font-weight: 100;
}

.content__subh h3 b { font-family: 'Roboto Condensed', sans-serif; }

.content__subh img {
    width: 2vw;
    height: 2vw;
    margin-right: 2vw;
}

.content__row {
    position: relative;
    margin-top: -20px;
    width: 99%;
    justify-content: space-between;
    align-items: flex-end;    
}

.logo-wrap {    
    flex: 200px 0 0;    
    height: 60px;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 10px 16px;
    box-sizing: border-box;
}

.logo {
    position: relative;
    left: 2px;
    bottom: 2px;
    width: 100%;
    height: 100%;
}

#content_promo {
    position: relative; 
    flex: 50% 0 0; 
    flex-wrap: nowrap;
    align-items: flex-end;
}

#curva {
    position: relative;
    left: 60px;
    top: 30px;
    z-index: 7;    
}

#request_link {    
    width: 380px;
    height: 68px;
    line-height: 68px;
    font-size: 20px;    
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #ffffff;
    background-color: #3551B5;
    border-radius: 10px;
    z-index: 5;
    cursor: pointer;
    transition: .2s;
}

#request_link:hover {
    color: #3551B5;
    background-color: #fafafa;
}

#round {
    position: relative;
    left: -70px;
    bottom: -10px;
    width: 300px;
    height: 300px;
    background-color: #981D97;
    border-radius: 50%;    
}

#month {
    position: absolute;
    bottom: 40px;
    right: 66px;
    font-family: 'Roboto Condensed Light', sans-serif;
    font-size: 46px;
    color: #ffffff;
    transform: rotate(5deg);    
}

#price {
    position: absolute;
    bottom: 50px;
    left: 300px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 200px;
    color: #ffffff;
    transform: rotate(5deg);
    animation-name: priceanim;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

@keyframes priceanim {
    0% {
        transform: rotate(5deg);
        font-size: 200px;
    }

    50% {
        transform: rotate(2deg);
        font-size: 210px;
    }

    100% {
        transform: rotate(5deg);
        font-size: 200px;
    }
}

#action_remark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;    
}

#action_remark svg {
    position: relative;
    top: 5px;
    width: 100%;
    height:40px;
    fill:#3f51b5;    
}
#action_remark svg path { pointer-events: initial; }

#remark_txt {
    font-family: 'Roboto', sans-serif;
    background-color:#3f51b5;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 24px;
    padding: 24px;
}

#action_remark_b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 40px;
    transform: scale(-1, -1);
}

#action_remark_b svg {    
    width: 100%;
    height:40px;
    fill:#3f51b5;    
}

#action_remark_b svg path { pointer-events: initial; }
*/

/* --------- ---------- ---------- FOOTER --------- ---------- ---------- */

footer {    
    width: 100%;    
    min-width: 380px;
    padding: 50px 0;
    box-sizing: border-box;
    background-color: #3551B5;
}

#app_link {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;        
    width: 90%;
    max-width: 800px;    
    margin-left: 20px;
    box-sizing: border-box; 
}

.app_link-wrap {
    flex: auto 0 0;
    flex-wrap: nowrap;
}

.app_link_blk { 
    height: 100%;
    margin-left: 30px;
    padding: 5px;
    box-sizing: border-box;   
     
}

.app_link_img {    
    position: relative;
    top: 2px;
    width: 110px;
    height: 110px;
}

.icon,
.qr {
    display: block;
    background-color: #ffffff;
    border-radius: 4px;
}

.text_blk {
    margin-left: 16px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}

.rustore_link {    
    display: block;
    width: 140px;
    height: 60px;
    margin-top: 7px;
}

.rustore_link img {
    position: relative;
    top: 2px;
    width: 100%;
    height: 100%;    
}

.bot_link {
    display: block;
    position: relative;
    top: 6px;
    width: 190px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #3551B5;
    border-radius: 10px;
    transition: .3s;
}
.bot_link,
.bot_link:visited {
    text-decoration: none;
}
.bot_link:hover {
    color: #ffffff;
    background-color: #981D97;
}

.doc_link {
    display: block;
    margin-top: 30px;
    margin-left: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    font-size: 14px;
}

/* --------- ---------- ---------- MEDIA --------- ---------- ---------- */

@media screen and (max-width: 999px) {
    h1 span { display: inline; }

    .new {
        margin: 0;
        width: 560px;
        text-align: right;        
    }
    .new h1 {
        text-align: left;
        margin: 0;
        margin-left: 80px;
        font-size: 28px;
    }
    .qr {
        display: none;
    }
}

/* End */
/* /local/templates/landind_svobodny/template_styles.css?17434198457501 */
