@charset "utf-8";
/* CSS Document */

/*

font-family:400 12px/120% 'PT Sans', sans-serif;

box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;


background-size: px px;
	-webkit-background-size:

content: '\f054';
    font-family: "FontAwesome";
    font-size:14px;
    color: #5F5F5F;


*/

html
{
    -webkit-text-size-adjust: 100%;
}

body
{
	margin: 0;
	padding: 0;
}
/* Accessibility map */
.as_map_c
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.as_map
{
    height: 28px;
    margin: -250px auto 0 auto;
    display: table;
    table-layout: fixed;
    padding: 3px 25px 14px 10px;;
    background-color: #FFFFFF;
    transition: margin-top 400ms;
    -webkit-transition: margin-top 400ms;
}
.as_map.opened { margin-top: 0; }
.as_map ul { float: left; margin: 0; padding: 0; list-style: none; }
.as_map ul li { float: left; margin: 15px 10px; }
.as_map ul li > *
{
    padding: 5px 15px;
    background-color: #222222;

    font-family: 'Saira', Verdana, sans-serif;
    font-size: 20px;
    color: #8B3131;
    text-decoration: none;
    line-height: 20px;
}
.as_map ul li > *:focus { background-color: #FFFFFF; outline: 1px dotted #222222; }

*
{
	outline: none;
    transition:background-color ease 1s;
    -webkit-transition:background-color ease 1s;
}

*:focus
{
    outline: none;
}

.focus-visible
{
    outline: 2px dotted #8B3131;
}

a
{
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}

a img
{
	border: 0px solid;
}

p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
::selection {
 color: #fff;
 background: #004494;
}
::-moz-selection {
 color: #fff;
 background: rgba(0, 68, 148, 0.8);
}
.content p
{
	float: none;
}

a.art_anchor,
.content a.art_anchor
{
	text-decoration:none;
}

body .ui-widget { font-size: 11px; }

.page_c
{
	width: 100%;	
	overflow: hidden;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 1020px)
{
	.page_c
	{
		min-width: 320px;
	}
	body .ui-widget { font-size: 14px; }
}
@media only screen and (max-width: 620px)
{
	body .ui-widget { font-size: 16px; }
}

.offscreen
{
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*****************************/
/*			HEAD			*/
/***************************/
.head_c
{
	width: 100%;
	position:relative;
	z-index:5;
    float: left;
    min-height:265px;
}
.header_c
{
    background-color: #8B3131;
    height:80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
	position: fixed;
	    z-index: 1;
}

.logo_c
{
    position: absolute;
    top: 140px;
	z-index: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.logo_c img
{
    width: 600px;
    height: 160px;
}

/*Desktop menu*/
.h_menu_c
{
    display: table;
    float: right;
}

/*Menu */
     .h_menu_c
    {
        padding: 0px 29px;
        box-sizing: border-box;
    }

    .mobile_menu_btn
    {
        display: block;
        margin: 0;
        padding: 0 10px;
        float: right;
        box-sizing: border-box;
        cursor:pointer;

        font: 400 1.4rem/157% 'Saira', Verdana, sans-serif;
        color: #FFF;
        text-transform:uppercase;
        position:relative;
    }

    .mobile_menu_btn.closed
    {
    }
    .mobile_menu_btn::before
    {
        width:1px;
        height:70px;
        background-color:#FFF;
        content:"";
        position: absolute;
        top:50%;
        left:-68px;
        transform:translateY(-50%);
        -webkit-transform:translateY(-50%);
    }

    .mobile_menu_btn span
    {
        display: inline-block;
        padding: 0 0 0 3px;
        position: relative;
    }
    .mobile_menu_btn span::before
    {
        content:'';
        background: url("../img/icons/icon_cross.svg");
        background-size:cover;
        width:22px;
        height:22px;
        position:absolute;
        left: -51px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transition:opacity ease 1.1s;
        -webkit-transition:opacity ease 1.1s;
        opacity:1;
    }
    .mobile_menu_btn.closed span::before
    {
        opacity:0;
    }
    .mobile_menu_btn span::after
    {
        content:'';
        background: url("../img/icons/icon_menue.svg");
        background-size:cover;
        width: 31px;
    height: 20px;
    position: absolute;
    left: -46px;
    top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        opacity:0;
        transition:opacity ease 1.1s;
        -webkit-transition:opacity ease 1.1s;
    }
    .mobile_menu_btn.closed span::after
    {
        opacity:1;
    }

    .menu_slide_c
    {
        width: 25%;
    min-width: 455px;
    	float: left;
    	position: absolute;
    	top: 80px;
    	right: 0;
    	z-index: 6;
    	overflow: hidden;
    	z-index:3;
        background-color: #222222;
        display: block;
        opacity:1;
    }

    .menu_slide_c.closed
    {
/*    	display: none;  */
        top:-100vh;
        opacity:0;
    }

    .menu_slide_c .menusl
    {
    	width: 100%;
    	float: left;
    	position: relative;
    	z-index: 1;
    	overflow: hidden;
        padding:79px 56px;
        box-sizing:border-box;
    }

    .menusl > ul
    {
        margin: 0;
        padding:0 15px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        overflow:hidden;
        left: 0;
        width:100%;
    }

    .menusl ul li
    {
        width: 100%;
        list-style: none;
        padding:7px 0;
        position:relative;
    }
    .menusl > ul > li::after
    {
        content:'';
        width:0px;
        height:0px;
        position: absolute;
        bottom:0;
        left:50%;
        transform:translateX(-50%);
        background-color:rgba(255, 255, 255, 0.15);
    }

    .menusl li a
    {
        width: 100%;
        padding: 0;
        margin:0;
        box-sizing: border-box;
        display: block;
        text-transform: uppercase;
        font: 400 1.25rem/170% 'Saira', Verdana,sans-serif;
        text-decoration: none;
        color: #FFF;
        text-align: center;
    }

    .menusl li > a:hover,
    .menusl li.opened > a,
    .menusl li > a:focus,
    .menusl li.current_link > a,
    .menusl li.current_path > a
    {
        text-decoration: underline;
    }
    .menusl li a span
    {
        position:relative;
    }

    .menusl ul li.link_down > a span::before {
        position: absolute;
        top: 50%;
        right: -30px;
        content:"";
        background: url(../img/icons/drop_down.svg);
        background-size:12px 13px;
        width:12px;
        height:13px;
        transform: translateY(-50%) rotate(-90deg);
    }
    .menusl ul li.link_down.opened > a span::after
    {
        position:absolute;
        top:50%;
        left:-20px;
        content:"";
        width:7px;
        height:7px;
        background-color:#FFF;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .menusl ul li.link_down.opened > a span::before
    {
        transform: translateY(-50%) rotate(0deg);
    }

    .menusl ul li a:hover::before
    {
    }
    .menusl ul li.sub_links a
    {

    }
    .menusl ul li a:focus
    {
        border: none;
        outline: none;
    }

    /*Mobile Submenu*/
    .menusl .submenu
    {
        padding:0px;
        box-sizing: border-box;
        overflow:hidden;
        max-height:0;
        height:auto;
        transition:max-height 1.5s;
    }
    .menusl ul li.link_down.opened ul
    {
        max-height: 700px;
        padding:16px 0 10px;
    }

    .menusl .submenu li
    {
        padding: 0;
    }
    .menusl .submenu li a
    {
       text-transform: none;
       text-decoration: none;
       font-size:1.125rem;
       line-height:155%;
       letter-spacing:0;
    }


    .menusl .submenu li:hover a,
    .menusl .submenu li a:focus,
    .menusl .submenu li.current_path a,
    .menusl .submenu li.current_link a
    {
        color:#CA5050;
        text-decoration: underline;
    }

    .menusl .submenu li a span
    {
        color:#FFF;
        text-decoration: none;
    }

    .menusl .submenu li:hover a span,
    .menusl .submenu li a:focus span,
    .menusl .submenu li.current_path a span,
    .menusl .submenu li.current_link a span
    {
        color:#CA5050;
        text-decoration: underline;
    }

/*----------------------------header image icons------------------------*/
.header_image_icons
{
    display:flex;
    align-items:center;
    justify-content: center;
    z-index: 2;
    padding-left:102px;
}

.header_image_icons .icons_c > a
{
    float: left;
    position: relative;
    padding:0 16px;
}

.header_image_icons .icon_c
{
    width: 100%;
    box-sizing: border-box;
    height: 80px;/*44px;*/
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_image_icons .icons_c > a:hover .icon_c,
.header_image_icons .icons_c > a:focus .icon_c
{
}

.header_image_icons .icon_c::after
{
    content: " ";
    position: absolute;
    top: 50%;
    right: -32px;
    width: 0px;
    height: 61px;
    background-color: #FFF;
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.header_image_icons .icons_c a:last-child .icon_c::after
{
    content: none;
}

.header_image_icons .icon_c .language_icon
{
    width: 30px;
    height: 30px;
}

.header_image_icons .icons_c .phone_icon
{
    width: 13px;
    height: 32px;
}

.header_image_icons .icons_c .mail_icon
{
    width: 33px;
    height: 19px;
}
.header_image_icons .icons_c .webcam_icon
{
    height: 43px;
    width: 55px;
}
.header_image_icons .hint
{
    position: absolute;
    top: auto;/*100px;*/
    left: 0px;
    min-width: 218px;
    height: auto;/*100%;*/
    padding:14px 37px;
    box-sizing: border-box;
    background-color: #222222;
    font: 400 0.85rem/157% 'Saira', Verdana, sans-serif;
    color:#FFF;
/*    transition: opacity ease 0.5s;
    -webkit-transition: opacity ease 0.5s;*/
    z-index: 1;
    display: none;/*flex; */
    justify-content: center;
/*    opacity:0;  */
    align-items: center;
}

.header_image_icons .hint:hover
{
    text-decoration: underline;
}

.header_image_icons a:hover .hint,
.header_image_icons a:focus .hint
{
/*    opacity:1;        */
    display:flex;
}

.header_image_icons .icons_c .gtranslate_c .gtranslate_inner
{
    position: absolute;
    top:auto;
    left: 0px;
    min-width: 232px;
    box-sizing: border-box;
    padding: 14px 37px;
    background-color: #222222;
    transition: opacity ease 0.5s;
    -webkit-transition: opacity ease 0.5s;
    z-index: 1;
    display: none;
    opacity:0;
}

.header_image_icons .icons_c .gtranslate_c.opened .gtranslate_inner
{
    display: block;
    opacity:1;
}

/*****************************/
/*			MAIN			*/
/***************************/
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
    float: left;
}
.main
{
	width: 100%;
	min-height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 1;
    display: block;
    padding-top: 40px;
    padding-bottom: 100px;
}

.main::before
{
    content: " ";
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/icons/border.svg) repeat-x;
    background-size: 70px 40px;
}

/*****************************/
/*			FOOTER			*/
/***************************/
.footer_c
{
	width: 100%;
	position:relative;
	z-index: 4;
    float: left;
    background: url(../img/bgs/highlight_footer.png) repeat;
}

#no_btn
{
    position: absolute;
    top: 0;
    lefT: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 62px;
    height: 62px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #222222;
    cursor: pointer;
    transition: background-color ease 0.7s;
    -webkit-transition: background-color ease 0.7s;
    z-index: 2;
}

#no_btn:hover,
#no_btn:focus
{
    background-color: #8B3131;
}
#no_btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: url(../img/icons/arrow_up.svg);
    background-size: cover;
    width: 29px;
    height: 30px;
    content: ' ';
}

.footer_top
{
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.footer_top_c
{
    width: 100%;
    max-width: 1850px;
    box-sizing: border-box;
    padding: 112px 20px 35px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font: 400 1.125rem/156% 'Saira', Verdana, sans-serif;
    color: #000;
    position: relative;
    z-index: 2;
}

.footer_l_c
{
    width: 100%;
    float: left;
    margin-bottom: 45px; /*62px;*/
}

.footer_l_c img
{
    width: 495px;
    height: 130px;
}

.footer_top p
{
    width: 100%;
    float: left;
}

.footer_top p a
{
    color: #000;
    text-decoration: none;
}

.footer_top p a.mail_link span
{
    text-decoration: underline;
}

.footer_top p a:hover,
.footer_top p a:focus
{
    color: #731226;
}

.footer_top .footer_links
{
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 50px;
}

.footer_top .footer_links a
{
    font: 500 0.8125rem/146% 'Saira', Verdana, sans-serif;
    letter-spacing: 0.05em;
    color: #731226;
    text-decoration: none;
    display: inline-block;
    margin-left: 14px;
    margin-right: 14px;
    position:relative;
}
.footer_top .footer_links a::after
{
    content:'';
    width:1px;
    height:22px;
    background-color:#A09E9F;
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    left:-14px;
}
.footer_top .footer_links a:first-child::after,
.footer_top .footer_links a:last-child::after
{
    content:none;
}

.footer_top .footer_links a:first-child
{
    margin-left: 0;
}

.footer_top .footer_links .algo_logo
{
    width: 46px;
    height: 14px;
    margin-left: 6px;
}

.footer_top .footer_links a:hover,
.footer_top .footer_links a:focus
{
    text-decoration: underline;
}


@media( max-width: 1025px)
{
    .as_map_c
    {
        display: none !important;
    }

    /*****************************/
    /*			HEAD			*/
    /***************************/
    .head_c
    {
        min-height: 183px; /*=head_c-height*2+head_c-height*3/4+img height*/
    }

    .header_c
    {
        height: 80px;
    }

    .logo_c
    {
        top: 120px;
    }

    .logo_c img
    {
        width: 400px;
        height: 107px;
    }

    .header_image_icons
    {
        padding-left:81px;
    }

    .header_image_icons .icon_c
    {
        height: 80px;
    }

    .header_image_icons .icon_c::after
    {
        right:-25px;
        height:45px;
    }

    .header_image_icons .icons_c > a
    {
        padding:0 13px;
    }

    .header_image_icons .icon_c .language_icon
    {
           width: 15px;
    height: 31px;
    }

    .header_image_icons .icons_c .phone_icon
    {
        width: 24px;
        height: 27px;
    }

    .header_image_icons .icons_c .mail_icon
    {
        width: 29px;
    height: 21px;
    }
	.header_image_icons .icons_c .webcam_icon
    {
            height: 39px;
    width: 55px;
    }

    .header_image_icons .hint
    {
        padding: 12px 30px;
    font-size: 0.825rem;
    min-width: 247px;
    }

    .header_image_icons .icons_c .gtranslate_c .gtranslate_inner
    {
        padding:12px;
        min-width: 180px;
    }

/*------------------------------------menu---------------------------*/
    .menu_slide_c
    {
        top:80px;
        min-width:600px;
    }
    .menu_slide_c .menusl
    {
       padding:45px 30px;
    }
    .menusl ul li
    {
        padding: 6px 0;
    }
    .menusl ul li.link_down.opened ul {
        padding: 14px 0 8px;
    }
    .menusl ul li a
    {
        font-size:1.625rem;
        line-height:140%;
    }
    .menusl .submenu li a
    {
        font-size:1.063rem;
    }
    .main
    {
        padding-bottom: 50px;
		padding-top:100px;
    }

    #map
    {
        height: 400px;
    }


    .footer_top_c
    {
        padding-top: 75px;
    }

    #no_btn
    {
        width: 50px;
        height: 50px;
    }
    #no_btn::after
    {
        height:25px;
        width:25px;
    }
    .footer_l_c img
    {
        width: 355px;
        height: 77px;
    }

    .footer_top .footer_links
    {
        margin-top: 35px;
    }

}

@media( max-width: 900px)
{
    .header_image_icons {
        padding-left: 29px;
    }
}

@media( max-width: 650px)
{
	/*****************************/
	/*			HEAD			*/
	/***************************/
    .head_c
    {
        min-height: 120px;
    }

    .header_c
    {
        height:65px;
    }

    .logo_c
    {
        top: 100px;
    }

    .logo_c img
    {
        width: 260px;
        height: 69px;
    }
    .header_image_icons
    {
        padding-left:10px;
    }
    .header_image_icons .icons_c > a {
        padding: 0 6px;
    }
    .header_image_icons .icon_c {
        height: 65px;
    }
    .header_image_icons .icon_c::after
    {
        right: -20px;
        height: 40px;
    }
    .header_image_icons .icons_c .phone_icon {
        width: 20px;
        height: 34px;
    }
    .header_image_icons .icons_c .mail_icon {
        width: 33px;
        height: 24px;
    }
    .header_image_icons .icons_c .language_icon {
        width: 31px;
        height: 31px;
    }
    .header_image_icons .hint {
        padding: 10px 20px;
    font-size: 0.85rem;
    min-width: 211px;
    }
    .header_image_icons .icons_c .gtranslate_c .gtranslate_inner {
        padding: 10px;
        min-width: 175px;
    }


	/*****************************/
	/*			MAIN			*/
	/***************************/


	/*****************************/
	/*			FOOTER			*/
	/***************************/
    .footer_top_c
    {
        padding-top: 45px;
        font-size: 1rem;
    }
    .footer_l_c
    {
        margin-bottom: 27px;
    }
    .footer_l_c img
    {
        width: 231px;
        height: 50px;
    }

    .footer_top p a
    {
        font-size: 1.063rem;
    }

    .footer_top .footer_links
    {
        text-align: center;
        margin-top: 25px;
    }

    .footer_top .footer_links a
    {
        font-size: 0.6875rem;
        margin-left:10px;
        margin-right:10px;
    }
    .footer_top .footer_links a::after {
        height: 18px;
        left: -10px;
    }
}
@media( max-width: 700px)
{
	/*---------------------------------------------------menu--------------------------------------*/
    .h_menu_c
    {
       padding:0 10px;
    }
    .mobile_menu_btn
    {
        padding:0 5px;
        font-size:1.5rem;
        line-height:120%;
    }
    .mobile_menu_btn::before
    {
        left:-50px;
        height:40px;
    }

    .mobile_menu_btn span::before
    {
        width:20px;
        height:20px;
        left: -32px;
    }
    .mobile_menu_btn span::after
    {
        width:26px;
        height:18px;
        left: -38px;
    }
    .menu_slide_c
    {
        width:100%;
        top:65px;
        min-width:320px;
    }
    .menu_slide_c .menusl
    {
       padding:30px 15px;
    }
    .menusl ul li
    {
        padding: 5px 0;
    }
    .menusl ul li a
    {
        font-size:1rem;
        line-height:140%;
    }
    .menusl .submenu li a
    {
        font-size:1rem;
    }
    .menusl ul li.link_down.opened ul {
        padding: 12px 0 5px;
    }
}
@media( max-width: 450px)
{
    .header_c
    {
        height:50px;
    }
    .head_c
    {
        min-height: 75px;
    }
    .logo_c
    {
        top: 95px;
    }

    .header_image_icons .icons_c > a {
        padding: 0 10px;
    }
    .header_image_icons .icon_c {
        height: 50px;
    }
    .header_image_icons .icon_c::after
    {
        right: -10px;
        height: 30px;
    }
    .header_image_icons .icons_c .phone_icon {
        width: 14px;
        height: 24px;
    }
    .header_image_icons .icons_c .mail_icon {
        width: 24px;
        height: 18px;
    }
    .header_image_icons .icons_c .language_icon {
        width: 22px;
        height: 22px;
    }
    .header_image_icons .hint {
        padding: 5px 10px;
        font-size: 1.25rem;
        min-width: 250px;
    }

/*---------------------------------------------------menu--------------------------------------*/
    .mobile_menu_btn
    {
        font-size:1.5rem;
    }
    .mobile_menu_btn::before
    {
        left:-40px;
        height:30px;
    }

    .mobile_menu_btn span::before
    {
        width:18px;
        height:18px;
        left: -30px;
    }
    .mobile_menu_btn span::after
    {
        width:23px;
        height:14px;
        left: -28px;
    }
    .menu_slide_c
    {
        top:50px;
    }
}