/* v.250716-03 */
:root {
  --color-text-1: #3f4345;
  --color-blue: #617b12;  
  --font-main: Roboto Light, Verdana, Tahoma;
  --font-text: Roboto Light, Verdana, Tahoma;
  --font-medium:  Roboto Medium, Verdana, Tahoma;
  --font-bold:  Roboto Bold, Verdana, Tahoma;
  --width-wsm: 1200px;
}

@media(max-width:1300px) {
	:root {
		--width-wsm: 90%;
	}
}
* {padding:0; margin:0; border:none; outline:none; list-style:none; font-weight:normal;}
html{
    line-height:1.4;
    -webkit-text-size-adjust:100%;
	font-family:var(--font-main);
	color:var(--color-text-1);
}
input{
	font-family: var(--font-main) !important;
}
body{
    margin:0
}
h1, p.h1, span.h1{
    font-size:2em;
    margin:.67em 0;
	font-weight:normal;
}
h2, p.h2, span.h2{
}
h3, p.h3, span.h3{
}
h4, p.h4, span.h4{
}
hr{
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
    overflow:visible
}
pre{
    font-family:monospace,monospace;
    font-size:1em
}

a{
    background-color:transparent;
	color: var(--color-text-1);
}
a:visited{color: var(--color-text-1);}
a:hover{
	color: var(--color-blue);
}

abbr[title]{
    border-bottom:none;
    text-decoration:underline;
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
}
b,strong{
    font-weight:bolder
}
code,kbd,samp{
    font-family:monospace,monospace;
    font-size:1em
}
small{
    font-size:80%
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}
sub{
    bottom:-.25em
}
sup{
    top:-.5em
}
img{
    border-style:none
}
button,input,optgroup,select,textarea{
    font-family:inherit;
    font-size:100%;
    line-height:1.15;
    margin:0
}
button,input{
    overflow:visible
}
button {
    background: none;
    border: none;
    cursor: pointer;
}
button,select{
    text-transform:none
}
[type=button],[type=reset],[type=submit],button{
    -webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{
    border-style:none;
    padding:0
}
[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{
    outline:1px dotted ButtonText
}
fieldset{
    padding:.35em .75em .625em
}
legend{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}
progress{
    vertical-align:baseline
}
textarea{
    overflow:auto
}
[type=checkbox],[type=radio]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:0
}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
    height:auto
}
[type=search]{
    -webkit-appearance:textfield;
    outline-offset:-2px
}
[type=search]::-webkit-search-decoration{
    -webkit-appearance:none
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit
}
details{
    display:block
}
summary{
    display:list-item
}
template{
    display:none
}
[hidden]{
    display:none
}

/*--- named classes */
.margin-0 {margin:0px !important;padding:0px !important;}
.padding-bottom-0{padding-bottom:0px !important;}
a.button{}
a.button:hover{}
a.see_more {}
a.more {}
a.zoom_in {cursor:zoom-in;}
a.blue{
	color: var(--color-blue);
	text-decoration:none;
}
a.blue:visited{color: var(--color-blue);}
a.blue:hover{
	color: var(--color-blue);
	text-decoration:underline;
}
@media (max-width:767px) {
	.desktop_only {display:none !important;}
}
@media (min-width:768px) {
	.mobile_only {display:none !important;}
}

.wsm {
    position: relative;
    max-width: var(--width-wsm);
    margin: 0 auto;
}

.wsm .list-container {
	display:flex;
	flex-wrap:wrap;
	list-style-type:none;
	padding-inline-start: 0px;
	margin-left:-10px;/*компенсация интервала*/
	margin-right:-10px;
	margin-top:-10px;
	/*margin-bottom:50px;*/
}
.wsm .list-container .item {
	height: 190px;
    width: 285px;
	/*padding:10px;*/
	position: relative;
    float: left;
	background: #fff;
	margin:10px;
}

/*.wsm .list-container .item:before {
    opacity: 0;
    content: "";
    position: absolute;
    z-index: 0;
    width: 210px;
    height: 170px;
    top: -10px;
    left: -10px;
    border: 10px solid var(--color-blue);
}*/
.wsm .list-container .item a {
	position: relative;
    z-index: 1;
}
.wsm .list-container .item a.preview {
	width:100%;
	display: block;
    height: /*118px*/ 140px;
    background: #000;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.wsm .list-container .item a.preview:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px /*118px*/;
    background: rgba(0,0,0,0.5) url(/images/playN.png) center center no-repeat;
    z-index: 1;
    opacity: 0;
	transition: 400ms;
}
.wsm .list-container .item a.preview:after span.lang{
	font-family: var(--font-medium);
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 0 #000;
    top: 6px;
    left: 10px;
	position: absolute; 
    z-index: 2;
}
.wsm .list-container .item .caption{
    display: flex;
    align-items: center;
    height: 50px;
}
.wsm .list-container .item .caption img.logo{
	opacity: 1;
	position: relative;
    z-index: 1;
	float: left;
	width: 40px;
    margin: 5px 10px 5px 5px;
}

.wsm .list-container .item .caption p{
	font-family: var(--font-medium);
    color: #2c3336;
    font-size: 14px;
    letter-spacing: -0.05em;
    max-width: 140px;
	text-align: left;
    line-height: 18px;
	max-height:50px;
}
.wsm .list-container .item p a{
	text-decoration: none;
}


/*--- named classes end */

/*--- icon -------------*/
.arrow-left{
    width:20px;
    height:20px;
    border-left:solid 5px var(--color-blue);
    border-bottom:solid 5px var(--color-blue);
    /*border-color:var(--color-blue);*/
    -webkit-transform:translateX(50%) rotate(45deg);
    transform:translateX(50%) rotate(45deg);
    cursor:pointer;
    position:relative; 
    left:-20px;
}
.arrow-left:hover{
    opacity:.6
}
.arrow-right{
    width:20px;
    height:20px;
    border-right:solid 5px var(--color-blue);
    border-top:solid 5px var(--color-blue);
    -webkit-transform:translateX(-50%) rotate(45deg);
    transform:translateX(-50%) rotate(45deg);
    cursor:pointer;    
    position:relative; 
    right:-20px;

}    
.arrow-disabled {display:none;}

@media (min-width:220px) and (max-width:767px){
    .arrow-right{
        position:relative;
        right:-14px;
    }
    .arrow-left {left:0;}
    .review {width:80% !important;}
}
.arrow-right:hover{
    opacity:.6
}
.arrow-disabled>.arrow-left,.arrow-disabled>.arrow-right{
    border-color:#9b9b9b
}
.arrow-disabled>.arrow-left:hover,.arrow-disabled>.arrow-right:hover{
    opacity:1
}
.arrow-hidden{
    display:none
}
.arrow-bottom-small{
    width:12px;
    height:12px;
    border-right:solid 4px var(--color-blue);
    border-bottom:solid 4px var(--color-blue);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
.icon-phone{
    width:100%;
    height:100%;
    background:url(images/phone.svg) no-repeat center
}
.icon-mail{
    width:100%;
    height:100%;
    background:url(images/email.svg) no-repeat center
}
.icon-lighting{
    width:100%;
    height:100%;
    background:url(images/lighting.svg) no-repeat center
}
.icon-c3po{
    width:100%;
    height:100%;
    background:url(images/c3po.svg) no-repeat center
}
.icon-social-facebook{
    width:100%;
    height:100%;
    background:url(images/facebook.svg) no-repeat bottom
}
.icon-social-facebook-team{
    width:100%;
    height:100%;
    background:url(images/facebook-team.svg) no-repeat bottom
}
.icon-social-linkedin{
    width:100%;
    height:100%;
    background:url(images/linkedin.svg) no-repeat bottom
}
.icon-social-linkedin-team{
    width:100%;
    height:100%;
    background:url(images/linkedin-team.svg) no-repeat bottom
}
.icon-social-googleplus{
    width:100%;
    height:100%;
    background:url(images/googleplus.svg) no-repeat bottom
}
.icon-social-youtube{
    width:100%;
    height:100%;
    background:url(images/youtube.svg) no-repeat bottom
}
.icon-social-telegram{
    width:100%;
    height:100%;
    background:url(images/telegram.svg) no-repeat bottom
}
.icon-social-vk{
    width:100%;
    height:100%;
    background:url(images/vk.svg) no-repeat bottom
}
.icon-social-linkedin-team:hover, .icon-social-facebook-team:hover{
    transition: .3s;
    opacity: .6;
}
/*--- icon end ---------*/

.header{
    z-index:11;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    width:100%;
    height:80px;
    background: #617b12 url(/online/images/mfon.jpg) 0 0 repeat-x;
    /*border-top:solid 2px var(--color-blue);*/
    border-bottom: 1px solid #A4B371;	
	color:#fff;
}

.header a{color:#fff;}
.header a.visited{color:#fff;}
.header a:hover{color:#fff;text-decoration:underline;}

@media (min-width:220px) and (max-width:1023px){
    .header{
        height:80px
    }
}
.header-wrp{
    display:block;
    height:80px
} 
@media (min-width:220px) and (max-width:1023px){
    .header-wrp{
        height:80px;/*40*/
    }
}
.header__second+.header-wrp{
    display:none
}
.header-links{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%
}
@media (min-width:220px) and (max-width:1023px){
    .header-links{
        z-index:11;
        position:fixed;
        top:0;
        left:0;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-flow:column nowrap;
        flex-flow:column nowrap;
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:start;
        padding-left:20px;
        width:100%;
        /*max-width:500px;*/
        height:90vh; /*100*/
        background-color:#faf9f9;
        /*display:none;*/
        left:100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
.header-fixed{
    position:fixed;
    left:0;
    top:0;
    opacity:1;
    -webkit-transition:.3s;
    transition:.3s
}
@media (min-width:220px) and (max-width:1023px){
    .header-fixed{
        position:fixed;
    }
}
.header-fixed:hover{
    opacity:1!important
}
.header-fixed .header__second,.header__second{
    position:relative
}
.header-container{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    height:100%;
    width:90%
}
.header-logo{
    margin-right:30px;
	margin-top:20px;
    min-width:220px;
    height:43px;
	width:210px;
    background-image:url(/online/images/newlogo.png);
    background-repeat:no-repeat no-repeat;
    background-position:center center;
    background-size:contain;
    -webkit-transition:.3s;
    transition:.3s
}
.header-logo-2{
    text-decoration: none;
    font-size: 40px;
    font-family: var(--font-medium);
    color: #ffffff;
    line-height: 40px;
    margin-top: 20px;
}

@media (min-width:220px) and (max-width:1023px){
    .header-logo{
        display:none
    }
}
.header-logo:hover{
    opacity:.6
}
.header-logo-mobile{
    display:none
}
@media (min-width:220px) and (max-width:1023px){
    .header-logo-mobile{
        display:block;
        width:220px;
        height:100%;
        background-image:url(/online/images/newlogo.png);
        background-repeat:no-repeat no-repeat;
        background-position:center center;
        background-size:contain
    }
}
.header-menu{
    display:none
}
@media (min-width:220px) and (max-width:1023px){
    .header-menu{
        display:block;
        width:32px;
        height:100%;
        background-image:url(/online/images/hamburger.svg);
        background-repeat:no-repeat no-repeat;
        background-position:center center;
        background-size:contain;
        -webkit-transition:.3s;
        transition:.3s
    }
    .header-menu:hover{
        opacity:.6
    }
}
.header-menu-close{
    display:none
}
@media (min-width:280px) and (max-width:1023px){
    .header-menu-close{
        position:relative;
        display:block;
        height:50px;  
        width:90%;  
    }
    .header-menu-close:hover>.header-menu-close-cross:after,.header-menu-close:hover>.header-menu-close-cross:before{
        background:var(--color-blue)
    }
    .header-menu-close-cross{
        position:absolute;
        /*right:30px; */
        right:10%;
        top:10px;
        width:32px;
        height:32px
    }
    .header-menu-close-cross:after,.header-menu-close-cross:before{
        position:absolute;
        left:15px;
        width:2px;
        height:33px;
        background-color:#4a4a4a;
        content:''
    }
    .header-menu-close-cross:before{
        -webkit-transform:rotate(45deg);
        transform:rotate(45deg)
    }
    .header-menu-close-cross:after{
        -webkit-transform:rotate(-45deg);
        transform:rotate(-45deg)
    }
}
.header-nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-left:5px;
    margin-right:5px;
    width: 55%;
    max-width:500px;
    font-family:MullerMedium;
    font-size:13px;
    letter-spacing:.8px;
    color:#9b9b9b;
    text-align:center
}
@media (min-width:220px) and (max-width:1023px){
    .header-nav{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-flow:column nowrap;
        flex-flow:column nowrap;
        text-align:start;
        width:100%;
      /* background-color:red; */
      /*height: 700px;*/ /*820px temporary fix menu for iphone*/ /*50vh*/  
		}
}
.header-nav-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-left:2px;
    margin-right:2px;
    -webkit-transition:.1s;
    transition:.1s;
    font-family:var(--font-main);
    text-transform:uppercase;
	text-decoration:none;
    font-size:16px;
    letter-spacing:.8px;
    color:#fff;
    text-align:center
}
@media (max-width:1023px){
    .header-nav-item{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-flow:column nowrap;
        flex-flow:column nowrap;
        margin-top:10px;
        font-family:var(--font-main);
        font-size:23px;
        letter-spacing:0.06em;
        line-height:36px;
        color:var(--color-text-1);
        text-align:left;
        font-family:MullerBold;
        text-transform:uppercase;
		text-decoration:none;
		min-height:35px;
    }
}
.header-nav-item:hover{

}
@media (min-width:220px) and (max-width:1023px){
    .header-nav-item:hover{
        border-bottom:none
    }
}
.header-nav-item a,.header-nav-item a:visited{
    font-family:var(--font-main);
    font-size:13px;
    letter-spacing:.8px;
    color:var(--color-text-1);
    text-align:center;
    text-decoration:none;
}
@media (min-width:220px) and (max-width:1023px){
    .header-nav-item a,.header-nav-item a:visited{
        font-family:MullerLight;
        font-size:32px;
        letter-spacing:0;
        line-height:45px;
        color:#4a4a4a
    }
}
.header-right{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin-left:5px;
    width:auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
	align-items:center;
}
@media (min-width:220px) and (max-width:1023px){
    .header-right{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-flow:column nowrap;
        flex-flow:column nowrap;
        margin-top:10px;
    }
}
.header-arena{
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    min-width:110px;
    height:100%;
    -webkit-transition:.1s;
    transition:.1s;
    font-family:MullerMedium;
    font-size:13px;
    letter-spacing:1.1px;
    color:var(--color-blue);
    text-align:center;
}
@media (min-width:220px) and (max-width:1023px){
    .header-arena{
        width:240px;
        font-family:MullerLight;
        font-size:30px;
        line-height:30px;
        letter-spacing:0; 
        display:block; margin:20px 0;
        color:var(--color-blue);
        text-align:left;
        height:auto;
    }
}
.header-arena:hover{
    border-bottom:solid 2px var(--color-blue);
    color:#4a4a4a
}
@media (min-width:220px) and (max-width:1023px){
    .header-arena:hover{
        border-bottom:none
    }
}
.header-arena:after{
    position:absolute;
    top:28px;
    right:-6px;
    display:block;
    width:8px;
    height:8px;
    background-image:url(images/linkout.svg);
    background-repeat:no-repeat no-repeat;
    background-position:center center;
    background-size:cover;
    content:''
}
@media (min-width:220px) and (max-width:1023px){
    .header-arena:after{
	display:none;
        top:5px;
        width:12px;
        height:12px
    }
}
.header-language{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-left:20px;
    height:100%;
    -webkit-transition:.1s;
    transition:.1s;
    font-family:var(--font-main);
    font-size:16px;
    letter-spacing:2.4px;
    color:var(--color-text-1);;
    text-align:center;
	text-decoration:none;
}
@media (max-width:1023px){
    .header-language{
        margin-top:30px;
        margin-left:0;
        font-family:MullerHeavy;
        font-size:20px;
        letter-spacing:4.8px;
        display:block;
        text-align:left;
    }
}
.header-language:hover{
    border-bottom:solid 2px var(--color-blue);
    color:var(--color-blue);
}
@media (min-width:220px) and (max-width:1023px){
    .header-language:hover{
        border-bottom:none
    }
}
.header-cir{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    /*margin-left:20px;*/
    margin:0 8%;
    height:100%;
    -webkit-transition:.1s;
    transition:.1s;
    font-family:MullerHeavy;
    font-size:10px;
    letter-spacing:2.4px;
    color:#4a4a4a;
    text-align:center;
}
@media (max-width:1023px){
    .header-cir{
        margin-top:0px;
        margin-left: 0px;
        margin-bottom: 20px;
        font-family:MullerHeavy;
        font-size:20px;
        letter-spacing:4.8px;
        color:#4a4a4a;
        display:block;
        text-align:left;
	height:60px;
    }
    .header-cir img {height:60px !important; width:auto !important; margin-left:0;}
}
.header-cir:hover{
    border-bottom:solid 2px var(--color-blue);
    color:var(--color-blue)
}
@media (min-width:220px) and (max-width:1023px){
    .header-cir:hover{
        border-bottom:none
    }
}
.footer{
    z-index:10;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    background:#4a4a4a;
	padding-top:30px;
	padding-bottom:30px;
}
.footer-links{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
}
@media (min-width:220px) and (max-width:1023px){
    .footer-links{
        display:-webkit-box;
        display:-ms-flexbox;
        display:none; /*flex;*/
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
        flex-flow:row wrap;
        /*margin-top:60px;*/
        max-width:none;
        width:90%
    }
}
.footer-links-cases{
    overflow:hidden;
    margin-left: 25px;
    margin-right: 25px;
}
.footer-links-cases-header{
    font-family:var(--font-bold);
    font-size:18px;
    letter-spacing:0;
    color:#fff
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-cases-header{
        font-family:var(--font-bold);
        font-size:26px;
        letter-spacing:0;
        color:#fff
    }
}
.footer-links-cases-items{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column wrap;
    flex-flow:column wrap;
    margin-top:30px;
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-cases-items{
        margin-top:0px
    }
}
.footer-links-cases-items-item{
    margin-top:7px;
    width:150px;
    cursor:pointer;
    -webkit-transition:.6s;
    transition:.6s;
    font-family:var(--font-main);
    font-size:14px;
    letter-spacing:0;
    color:var(--color-blue);
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-cases-items-item{
        font-family:var(--font-main);
        font-size:12px;
        letter-spacing:0;
        color:var(--color-blue);
        width:100px
    }
}
.footer-links-cases-items-item:hover{
    color:#fff
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-cases{
        width:255px
    }
}
.footer-links-services{
    margin-left: 25px;
    margin-right:25px;
}
@media (max-width:320px){
    .footer-links-services{
        margin-right:0px;
        margin-left: 0px;
    }
    
}
@media (min-width:320px) and (max-width:767px){
    .footer-links-services{
        margin-left: 5px;
        margin-right: 0px;
    }
}

.footer-links-services-header{
    font-family:var(--font-bold);
    font-size:18px;
    letter-spacing:0;
    color:#fff
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-services-header{
        font-family:var(--font-bold);
        font-size:26px;
        letter-spacing:0;
        color:#fff
    }
}
.footer-links-services-items{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap;
    margin-top:30px;
    height:125px
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-services-items{
        margin-top:0px;
    }
}
.footer-links-services-items-item{
    margin-top:7px;
    width:150px;
    cursor:pointer;
    -webkit-transition:.6s;
    transition:.6s;
    font-family:var(--font-main);
    font-size:14px;
    letter-spacing:0;
    color:var(--color-blue)
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-services-items-item{
        font-family:var(--font-main);
        font-size:12px;
        letter-spacing:0;
        color:var(--color-blue);
        width:100px
    }
}
.footer-links-services-items-item:hover{
    color:#fff
}
.footer-links-policies{
    margin-left:50px;
    margin-right:25px
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-policies{
        margin-left:40px;
    }
}
.footer-links-policies-header{
    font-family:var(--font-bold);
    font-size:18px;
    letter-spacing:0;
    color:#fff
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-policies-header{
        font-family:var(--font-bold);
        font-size:26px;
        letter-spacing:0;
        color:#fff
    }
    .footer-links-policies{
        margin-right:0px
    }
}
.footer-links-policies-items{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap;
    margin-top:30px;
    height:125px
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-policies-items{
        margin-top:0px;
    }
}
.footer-links-policies-items-item{
    margin-top:7px;
    width:150px;
    cursor:pointer;
    -webkit-transition:.6s;
    transition:.6s;
    font-family:var(--font-main);
    font-size:14px;
    letter-spacing:0;
    color:var(--color-blue)
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-policies-items-item{
        font-family:var(--font-main);
        font-size:12px;
        letter-spacing:0;
        color:var(--color-blue);
        width:100px
    }
}
.footer-links-policies-items-item:hover{
    color:#fff
}
.footer-links-vacancies{
    margin-left:50px;
    margin-right:25px
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-vacancies{
        margin-left:0px;
    }
}
.footer-links-vacancies-header{
    font-family:var(--font-bold);
    font-size:18px;
    letter-spacing:0;
    color:#fff
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-vacancies-header{
        font-family:var(--font-bold);
        font-size:26px;
        letter-spacing:0;
        color:#fff
    }
    .footer-links-vacancies{
        margin-right:0px
    }
}
.footer-links-vacancies-items{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap;
    margin-top:30px;
    height:125px
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-vacancies-items{
        margin-top:0px
    }
}
.footer-links-vacancies-items-item{
    margin-top:7px;
    width:150px;
    cursor:pointer;
    -webkit-transition:.6s;
    transition:.6s;
    font-family:var(--font-main);
    font-size:14px;
    letter-spacing:0;
    color:var(--color-blue)
}
@media (min-width:220px) and (max-width:767px){
    .footer-links-vacancies-items-item{
        font-family:var(--font-main);
        font-size:12px;
        letter-spacing:0;
        color:var(--color-blue);
        width:100px
    }
}
.footer-links-vacancies-items-item:hover{
    color:#fff
}
.footer-links-group{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap
}
@media (max-width:572px){
    .footer-links-group{
        margin-top: 45px;
        width: 260px;
    }

}
.footer-subscribe{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-flow:column nowrap;
    flex-flow:column nowrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
@media (min-width:220px) and (max-width:767px){
    .footer-subscribe{
        margin-top: 30px;
    }
}
.footer-subscribe-header{
    margin-top:55px;
    margin-bottom:0;
    font-family:var(--font-bold);
    font-size:36px;
    letter-spacing:0;
    color:#fff;
    text-align:center
}
@media (min-width:220px) and (max-width:767px){
    .footer-subscribe-header{
        margin-top:30px;
        font-family:var(--font-bold);
        font-size:26px;
        letter-spacing:0;
        line-height:36px;
        color:#fff;
        text-align:center
    }
}
.footer-subscribe-content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    margin-top:12px
}
.footer-subscribe-content-input{
    padding-left:20px;
    width:320px;
    height:36px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    font-family:var(--font-main);
    font-size:14px;
    letter-spacing:0;
    color:#9b9b9b
}
@media (min-width:220px) and (max-width:767px){
    .footer-subscribe-content-input{
        width:100%
    }
}
.footer-subscribe-content-button{
    margin-left:10px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    cursor:pointer;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    width:146px;
    height:36px;
    border:solid 1px var(--color-blue);
    -webkit-transition:.8s;
    transition:.8s;
    font-family:var(--font-bold);
    font-size:14px;
    letter-spacing:1px;
    color:var(--color-blue);
    background:var(--color-blue);
    color:#fff
}
.footer-subscribe-content-button:hover{
    background:var(--color-blue);
    color:#fff;
    background:#fff;
    color:var(--color-blue)
}
@media (min-width:220px) and (max-width:767px){
    .footer-subscribe-content-button{
        margin-left:0;
        margin-top:21px;
        width:100%
    }
}
.footer-other-header{
    margin-top:60px;
    margin-bottom:0;
    font-family:var(--font-bold);
    font-size:18px;
    letter-spacing:0;
    color:#fff;
    text-align:center
}
@media (min-width:220px) and (max-width:767px){
    .footer-other-header{
        font-family:var(--font-main);
        font-size:14px;
        letter-spacing:0;
        color:#fff;
        text-align:center
    }
}
.footer-other-content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin-top:24px
}
@media (min-width:220px) and (max-width:767px){
    .footer-other-content{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-flow:row wrap;
        flex-flow:row wrap;
        margin-top:0
    }
}
.footer-other-content-item{
    margin-left:70px;
    width:120px;
    -webkit-transition:.2s;
    transition:.2s;
    cursor:pointer
}
@media (min-width:220px) and (max-width:767px){
    .footer-other-content-item{
        margin-top:45px
    }
}
.footer-other-content-item:hover{
    opacity:.6
}
.footer-other-content-item-logo{
    height:60px;
    background-position:center center;
    background-repeat:no-repeat no-repeat;
    background-size: contain;
}
.footer-other-content-item-description{
    margin-top:13px;
    font-family:var(--font-main);
    font-size:14px;
    letter-spacing:0;
    color:#9b9b9b;
    text-align:center
}
@media (min-width:220px) and (max-width:767px){
    .footer-other-content-item-description{
        font-family:var(--font-main);
        font-size:12px;
        letter-spacing:0;
        color:#9b9b9b;
        text-align:center
    }
}
.footer-other-content-item:first-child{
    margin-left:0
}
.footer-social{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row nowrap;
    flex-flow:row nowrap;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:45px
}
.footer-social-item{
    margin-left:15px;
    width:40px;
    height:30px;
    -webkit-transition:.2s;
    transition:.2s;
    cursor:pointer
}
@media (min-width:220px) and (max-width:767px){
    .footer-social-item{
        width:34px;
        height:25px
    }
}
.footer-social-item:first-child{
    margin-left:0
}
.footer-social-item:hover{
    opacity:.6
}
.footer-rights{
    /*margin-top:30px;
    margin-bottom:30px;*/
    font-family:var(--font-main);
    font-size:14px;
    letter-spacing:0;
    line-height:20px;
    color:#9b9b9b;
    text-align:center
}
.footer-rights a{
	color:#9b9b9b;
}
.footer-rights a:hover{
	color:#fff;
}
@media (min-width:220px) and (max-width:767px){
    .footer-rights{
        font-family:var(--font-main);
        font-size:12px;
        letter-spacing:0;
        line-height:20px;
        color:#9b9b9b;
        text-align:center
    }
}

.header-container {max-width:var(--width-wsm); margin:0 auto;} 

main {max-width:1980px; margin:0 auto;}   

main section {
    position: relative;
    z-index: 1;
}

section.top-banner {
    width: 100%;
    clear: both;
    height: auto;
    height: 503px;
	background: #617b12 url(/online/images/zfon_1280.jpg) top center no-repeat;
	overflow:hidden;
}
section.top-banner .top-banner-wrap {
    width: 100%;
    position: relative;
    height: 100%;
    max-width: var(--width-wsm);
    margin: 0 auto;
}
section.top-banner .top-banner-wrap img.top-banner-img {
    position: absolute;
    top: 0;
    /* right: -50px; */
    left: 45%;
    /* width: 74%; */
    height: 450px;
    background-position: right center;
    background-repeat: no-repeat;
    transition: 0.3s;
    margin: 0px;
}
section.top-banner .top-banner-wrap .top-banner-description2 {
    position: absolute;
    top: 80px /*0*/;
    left: 0;
    width: fit-content;
	max-width:550px;
    min-width: 300px;
    padding: 40px 25px 35px 35px;
    background: rgba(0,8,30,0.5);
    box-sizing: border-box;
}
section.top-banner .top-banner-wrap .top-banner-description2 h1,
section.top-banner .top-banner-wrap .top-banner-description2 h2  {
    font-size: 34px;
    line-height: 38px;
    padding: 0 0 20px 0;
	margin:0;
    font-family: var(--font-medium);
    color: #fff;
    max-width: 500px;
}
section.top-banner .top-banner-wrap .top-banner-description2 p {
	font-size: 16px;
	color: #fff;
    line-height: 22px;
	margin:0;
}
section.top-banner.px480{
	height:auto;
}
section.top-banner.px480 .top-banner-wrap{
	height:auto;
	display:flex;
	justify-content:space-between;
	margin-top:50px;
	margin-bottom:50px;
	background: rgba(0,8,30,0.5);
}
section.top-banner.px480 .top-banner-wrap img.top-banner-img {
	top:unset;
	right:unset;
	left:unset;
	height:100%;
	width:auto;
	overflow:visible;
	position:unset;
}
section.top-banner.px480 .top-banner-wrap .top-banner-description2 {
	min-height:auto;
	max-width:none;
	position:unset;
	padding: 40px 50px 35px 50px;
	background:none;
}
section.top-banner.px480 .top-banner-wrap .top-banner-description2 p{
}
a.more {
    display: block;
    background: var(--color-blue);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 230px;
    line-height: 50px;
    text-decoration: none;
    font-size: 18px;
    margin: 30px 0 10px 0;
    transition: 0.1s;
}
section.channels-list {
    clear: both;
	background: #c6d4dc;
	padding-top:30px;
	padding-bottom:50px;
}
section.channels-list .wsm {
}
section.channels-list .wsm .description-wrap {
}
section.channels-list .wsm .description-wrap .channels-list-title {
	margin-bottom:30px;
}
section.channels-list .wsm .list-container {
}
section.channels-list .wsm .list-container .item{
}
section.channel {
    width: 100%;
    clear: both;
    /*height: auto;
    height: 485px;*/
	/*background: #eaf6fd;*/
    box-shadow: rgb(160 160 160 / 60%) 1px 1px 5px;
	overflow:hidden;
}
section.channel .channel-wrap {
	display:flex;
    position: relative;
    height: 100%;
    width: var(--width-wsm);
	max-width: var(--width-wsm);
    margin: 0 auto;
	background-color: #c6d4dc;
}
section.channel .channel-wrap .channel-player-wrap{
	width:65%;
	min-width:65%;
	background-color: #545454;
}

section.channel .channel-wrap .channel-player-wrap .channel-player{
	background-color:#545454;
	width:100%;
	/*height:60vw;*/
    position: relative;
    /*height: 1px; 
    min-height: 100%;	*/
	aspect-ratio:16/10;
}
section.channel .channel-wrap .channel-player-wrap .channel-player #containerId{
    position: absolute;    
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section.channel .channel-wrap .channel-description2{
	padding:30px;
	/*padding-right:0px;*/
}
section.channel .channel-wrap .channel-description2 .anons-block  {
	display:flex;
	margin-bottom:30px;
}
section.channel .channel-wrap .channel-description2 .anons-block .logo {
	display:inline-block;
	max-width:100px;
	max-height:100px;
	width:100%;
	margin-right:30px;
	background: #fff;
    border: 1px solid #c6d4dc;
    border-radius: 7px;
}
section.channel .channel-wrap .channel-description2 .anons-block h1 {
	font-size:1.5em;
	font-family: var(--font-medium);
	line-height: 1.2;
}
section.channel .channel-wrap .channel-description2 .text {
	/*overflow-y:scroll;*/
}
section.channel .channel-wrap .channel-description2 .text h2{
	margin-bottom:0.5em;
}
section.channel .channel-wrap .channel-description2 .text p{
	margin-bottom:1em;
}
section.channel .description-wrap {
	display:flex;
    position: relative;
    /*height: 100%;*/
    width: var(--width-wsm);
	max-width: var(--width-wsm);
    margin: 0 auto;
}
section.channel .description-wrap .channel-description-full{
	padding:30px;
	padding-right:0px;
	padding-left:0px;
	max-width:65%;
}
section.channel .description-wrap .channel-description-full h2{
	margin-bottom:1em;
}
section.channel .description-wrap .channel-description-full p{
}
section.channel .description-wrap .description-right{
	padding:30px;
	padding-right:0px;
	max-width:300px;
}

section.channel .description-wrap .channel-description-full p.breadcrumbs-wrapper{
	margin-top:2em;
}
section.channel .description-wrap .channel-description-full p.share-wrapper{
	margin-top:1em;
}
section.channel .description-wrap .channel-description-full p.share-wrapper div.ya-share2__container{
	display:inline;
	line-height: unset;
    vertical-align: text-top;
	font-size: unset;
}
section.channel .description-wrap .channel-description-full p.share-wrapper div.ya-share2__container ul{
	margin-top:0;
}
section.channel .description-wrap .channel-description-full ul{
	margin-top:0.5em;
	margin-bottom:0.5em;
}
section.channel .description-wrap .channel-description-full ul li{
	margin-left: 1em;
	list-style: disc;
}
section.channel .bottom-sharer-wrap {
	padding-bottom:30px;
}

#yandex-ad-gorizont{
	max-height:100px;
}

section.channel .description-wrap .channel-description-full .chromecast-message img {
    height: 20px;
    display: inline;
    vertical-align: text-bottom;
}


@media (max-width:1199px){
	section.channel .channel-wrap {
		flex-direction: column;
	}
	section.channel .channel-wrap .channel-player-wrap{
		width:100%;
	}

	section.channel .channel-wrap .channel-player-wrap .channel-player{
		height:60vw;
	}
	section.channel .channel-wrap .channel-description2{
		padding: 30px 15px 30px 15px;
		max-width: 65%;
	}
	
	section.channel .description-wrap .channel-description-full{

	}
	section.channel .description-wrap .channel-description-full h2{

	}
}

@media (max-width:767px){
	.wsm .list-container .item{
		width:45%;
		margin:2.5%;
		height:160px;
	}
	
	.wsm .list-container .item a.preview{
		height:110px;
	}
	
	section.top-banner{
		height:400px;
	}
	
	section.top-banner .top-banner-wrap img.top-banner-img {
		display:none;
	}
	
	section.top-banner .top-banner-wrap .top-banner-description2 {
		top: 30px /*0*/;
		padding: 20px 20px 20px 20px;
	}
	
	section.top-banner .top-banner-wrap .top-banner-description2 h1, 
	section.top-banner .top-banner-wrap .top-banner-description2 h2 {
		font-size: 24px;
		line-height: 28px;
	}
	
	section.top-banner.px480 {
		height: auto;
		background-image: none;
	}
	section.top-banner.px480 .top-banner-wrap {
		height: auto;
		display: flex;
		flex-direction: column;		
		justify-content: space-between;
		margin-top: 50px;
		margin-bottom: 50px;
		background: rgba(0,8,30,0.5);
		margin-top: 20px;
		margin-bottom: 20px;
		/* margin: 0px; */
	}
	section.top-banner.px480 .top-banner-wrap .top-banner-description2 {
		background: none;
		padding: 20px;
	}	
	
	section.top-banner.px480 .top-banner-wrap img.top-banner-img {
		height: 100%;
		width: auto;
		overflow: visible;
		display: block;
	}	
	section.channel {
		height: auto;
	}
	section.channel .channel-wrap {
		flex-direction: column;
        width: 100%;
        max-width: 100%;		
	}
	section.channel .channel-wrap .channel-player-wrap{
		width:100%;
        position: fixed;
        z-index: 100;		
	}

	section.channel .channel-wrap .channel-player-wrap .channel-player{
		height:60vw;
	}
	section.channel .channel-wrap .channel-description2{
        max-width: var(--width-wsm);
        margin: 68% auto 0 auto;
	}
	
	section.channel .description-wrap .channel-description-full{
		padding:30px;
		padding-right:0px;
		padding-left:0px;
		max-width:100%;
	}
	section.channel .description-wrap .channel-description-full h2{
		line-height:1.2;
		font-size:1.3em;
	}
	
	section.channel .description-wrap .description-right{
		display:none;
	}
	
}



 