html {
    height: 100%;
}

body {
	/*font-family: 'ralewaymedium';*/
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:14px;
	line-height:20px;
	width: 100%;
	height: 100%;
	color: #3c3d42;
    overflow-x: hidden;
}

a {
	color: #be1e2d;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:18px;
}

strong {
  font-style: normal;
  font-weight: bold;
}

input,
select,
textarea {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:0;
	height:auto;
}

hr {
   border : 0;
   height : 1px;
   background :#cccccc;
   margin :20px 0 20px;
   clear:both;
}

h1 {
    font-size: 22px;
    line-height: 22px;
    color:#3c3d42;
    margin-bottom: 30px;
    border-left: 2px solid #be1e2d;
    padding-left: 12px;
    font-weight: bold;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color:#be1e2d;
    margin-bottom: 20px;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color:#3c3d42;
    margin-bottom: 20px;
}


#wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    padding: 0 30px;
}

/* Header
-----------------------------------------------------------------------------*/
header {
    height: 74px;
    padding: 36px 0 0;
    background: #fff;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 50;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-box-shadow: 0px 3px 18px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 18px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 18px -6px rgba(0,0,0,0.75);
    height: 50px;
    padding-top: 10px;
}

header #logo {
    margin-top: 3px;
}

/*
.scrolled header {
    -webkit-box-shadow: 0px 3px 18px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 18px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 18px -6px rgba(0,0,0,0.75);
    height: 50px;
    padding-top: 10px;
}

.scrolled header #logo {
    margin-top: 3px;
}

/*
#logo {
	background: #fff;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

.scrolled #logo {
	height: 50px;
	width: 180px;
	margin-top: -10px;
	margin-left: -54px;
	padding-left: 54px;
	padding-top: 10px;
	background: #CCC;
	margin-right: 42px;
}
*/

header .inner {
    margin: 0 30px;
    position: relative;
    max-width: none;
}

.inner .inner {
    margin: 0 auto;
    max-width: 1220px;
}


header a {
    color: #3c3d42;
    text-decoration: none;
}

header a.active {
    font-weight: bold;
}

header p,
header strong {
    margin: 0;
    font-weight: normal;
}

#logo {
    float: left;
    margin-right: 35px;
}

header section {
    float: left;
    padding-top: 11px;    
}

header ul li {
    margin-right: 25px;
    display: inline;
    position: relative;
}

header ul li.expanded:hover ul{
    display: block;
}

header ul li.expanded:hover a {
    text-decoration: underline;
}

header ul li.expanded a {
    position: relative;
    z-index: 10;
}

header ul li.expanded ul {
    width: 200px;
    position: absolute;
    top:0;
    left: 0;
    padding-top: 34px;
    border-bottom: 15px solid #be1e2d;
    display: none;
}

.scrolled header ul li.expanded ul {
    padding-top: 34px;
}

header ul li.expanded ul:before {
    width: 11px;
    height: 4px;
    display: block;
    position: absolute;
    top:30px;
    left:15px;
    background: url(/media/1064/pin.png) center bottom no-repeat;
    content: "\0020";
}

.scrolled header ul li.expanded ul:before {top:30px;}

header ul li.expanded ul li {
    background: #be1e2d;
    display: block;
    padding: 10px 10px 0px;
    margin: 0;
}

header ul li.expanded:hover li a{text-decoration: none;}
header ul li.expanded:hover li a:hover{text-decoration: underline;}

header ul li.expanded a.active-trail {
    color:#be1e2d;
}

header ul li.expanded li a.active {
    color:#fff;
}


/*header ul li.expanded ul li:first-child {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}*/

header ul li.expanded ul li a {
    color:#fff;
}

#block-locale-language,
#block-block-1 {
    float: right;
}


#block-block-1 strong {
    background: url(/media/1001/phone.png) 0 2px no-repeat;
    padding-left: 22px;
    margin-right: 10px;
}

#block-block-1 a {
    background: url(/media/1003/letter.png) 0 2px no-repeat;
    padding-left: 24px;
}

#block-locale-language {
    width: 44px;
    margin-left: 30px;
    padding-top: 13px;
}

#block-locale-language ul li {
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    margin: 0 0 0 5px;
}

#block-locale-language ul li a.language-link,
#block-locale-language ul li span {
    display: block;
    width: 16px;
    height: 1px;
    padding: 15px 0 0 0;
    font-size: 0px;
    line-height: 0px;
    color:#fff;
    text-indent: 25px;
    text-decoration: none;
}

#block-locale-language ul li.ru a,
#block-locale-language ul li.ru span {
    background: url(/media/1004/ru.png) center center no-repeat;
}
#block-locale-language ul li.en a,
#block-locale-language ul li.en span {
    background: url(/media/1005/en.png) center center no-repeat;
}

.locale-untranslated {
    opacity: 0.3;
}
/* Tv
-----------------------------------------------------------------------------*/
#block-fblock-tv {
    /*background: url(/media/1066/tv.jpg) center top no-repeat #0d68ae;*/
    background-attachment: fixed;
    color:#fff;
    margin: 60px 0 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    overflow: hidden;
    position: relative;
    z-index: 1;
	margin-top: 100px!important;
}

.banner-item {
    position: relative;
    background-attachment: fixed;
    text-shadow: 0 1px 1px #000;
}

#block-fblock-tv blockquote {
    margin: 0 auto;
    position: absolute;
    top:0;
    left:250px;
    max-width: 750px;
}


#block-fblock-tv strong {
    font-size: 36px;
    line-height: 36px;
    display: block;
    margin-bottom: 20px;   
}

#block-fblock-tv ul {
    margin: 35px 0 60px;
}

#block-fblock-tv li {
    font-size: 16px;
    line-height: 20px;
    color:#fff;
    margin-bottom: 12px;
    padding-left: 35px;
    position: relative;
}

#block-fblock-tv li:before {
    width: 23px;
    height: 23px;
    background: url(/media/1058/cb.png) center center no-repeat;
    position: absolute;
    display: block;
    top:0px;
    left: 1px;
    content: "\0020";
    
}

#block-fblock-tv a {
    border:2px solid #95b4b5;
    color:#fff;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 66px;
    transition: all 0.3s;
}

#block-fblock-tv a:hover {
    border-color:#fff;
}

/* Main
-----------------------------------------------------------------------------*/
main {
    margin: 0 auto;
}

#container {
    padding-top: 60px;
    padding-bottom: 150px;
}

.not-front main {
    padding-top: 61px;
}

.not-front #container {
    border-top:1px solid #f4f4f4;
    padding-top: 50px;
}

.inner {
    margin: 0 auto;
    position: relative;
    max-width: 1220px;
}

.one-sidebar #content {
    width: 74%;
    float: left;
}

#content img {
	max-width: 100%;
	height: auto;
}

main blockquote {
    font-size: 16px;
    line-height: 22px;
    border:2px dashed #ddd;
    padding: 25px 25px 10px;
    margin: 0 0 25px;
    transition: all 0.2s;
    clear: both;
}

main blockquote:hover {
    box-shadow: 0 0 10px #ddd;
    background: #fffcf1;
    border-color:#be1e2d;
    text-shadow: 0 1px 1px #fff;
}

main .content-image {
    margin:0 15px 30px 0;
}

main .content-image.image-inline-image-left {
    float: left;
    margin-right: 30px;
}

main .content-image.image-inline-image-right {
    float: right;
    margin-left: 30px;
}


main ul,
main ol {
    margin-bottom: 26px;
}

main ul ul,
main ol ol,
main ul ol,
main ol ul {
    padding: 5px 0;
    margin: 0;
}

main ul ul li {
	list-style-type: disc;
	padding-left: 4px;
}

main ul li {
    margin-bottom: 6px;
    margin-left: 20px;
    position: relative;
    padding-left: 20px;
}

main ol li {
    padding-left: 20px;
    list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 6px;
}

main ul li li:before {
    display: none;
}

main ul li:before {
    content: "\0020";
    background: #be1e2d;
    position: absolute;
    top:8px;
    left:0;
    width: 4px;
    height: 4px;
    border-radius: 10px;
}


.one-sidebar #sidebar {
    width: 23%;
    float: left;
    padding:5px 3% 0 0;
}

#sidebar ul li{
    margin-bottom: 15px;
    padding-left: 0;
    margin-left: 0;
}

#sidebar ul li:before {
    display: none;
}

#sidebar ul li a {
    color:#999;
}

#sidebar ul li a.active,
#sidebar ul li a.active:hover {
    color:#be1e2d;
    cursor: default;
    text-decoration: none;
}

.projects-title {
	margin-bottom: 60px !important;
}
/* Icons
-----------------------------------------------------------------------------*/
#block-block-3 {
    margin-bottom: 80px;
}

#block-block-3 h2 {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    color:#636c6c;
}

#block-block-3 p {
    text-align: center;
    font-size:16px;
    margin-bottom: 50px;
}

#block-block-3 aside.sl{
    width:370px;
    height: 330px;
    float: left;
    border-right:1px solid #dbe2e2;
}

#block-block-3 aside.sl br,
#block-block-3 aside.sl p {
    display: none;
}

#block-block-3 aside.sl div {
    height: 110px;
    position: relative;
    color:#636c6c;
    font-size: 20px;
    line-height: 110px;
    padding-left: 90px;
    transition: all 0.3s;
}

#block-block-3 aside.sl div:hover {
    color:#be1e2d;
}

#block-block-3 aside.sl div:after {
    content: "\0020";
    display: block;
    position: absolute;
    top:50%;
    right:-4px;
    width: 7px;
    height: 80px;
    margin-top: -40px;
    background: #be1e2d;
    border-radius: 24px;
    transition: all 0.3s;
    opacity:0;
}

#block-block-3 aside.sl div:hover:after {
    opacity:1;
}

#block-block-3 aside.sl div:before {
    content: "\0020";
    display: block;
    width:52px;
    height: 52px;
    position: absolute;
    top:50%;
    left:0;
    margin-top:-26px;
    background-image: url(/media/1063/icon.png);
    transition: all 0.3s;
}

#block-block-3 aside.sl div.ibd:before { background-position: 0 0; left:8px;}
#block-block-3 aside.sl div.ibd:hover:before { background-position: 0 52px;}

#block-block-3 aside.sl div.ipo:before { background-position: top center;}
#block-block-3 aside.sl div.ipo:hover:before { background-position: bottom center;}

#block-block-3 aside.sl div.icons:before { background-position: top right;}
#block-block-3 aside.sl div.icons:hover:before { background-position: bottom right;}

#block-block-3 aside.sr {
    height: 270px;
    padding-left: 430px;
    padding-top: 50px;
}

#block-block-3 aside ul {
    margin-bottom: 53px;
}
/* Partner
-----------------------------------------------------------------------------*/
.news {
    border-bottom:1px solid #f4f4f4;
    padding: 0 0 20px 90px;
    margin-bottom: 20px;
    position: relative;
}

.news .date {
    display: block;
    position: absolute;
    top:0;
    left: 0;
    color:#959e9e;
    width: 60px;
    padding-top: 10px;
    height: 50px;
    border:2px dashed #f4f4f4;
    text-align: center;
    font-size: 20px;
    font-weight: bold;    
}

.news .date small {
    display: block;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 0 0;
}

#block-fblock-news {
    background: #f2f9fe;
    padding: 50px 30px 40px;
    clear: both;
    margin: 0 -30px;
}

.news-feed label {
    float: left;
    width: 90px;
    padding-left: 10px;
    font-weight: bold;
    padding-right: 30px;
}

main .news-feed ul {
    margin-left: 120px;
    border-left:1px solid #fff;
    padding-left: 30px;
    -webkit-box-shadow: -1px 0px 0px 0px rgba(213, 217, 228, 1);
    -moz-box-shadow: -1px 0px 0px 0px rgba(213, 217, 228, 1);
    box-shadow:-1px 0px 0px 0px rgba(213, 217, 228, 1);
    
}

main .news-feed ul li {
    padding: 0;
    margin: 5px;
}

main .news-feed ul li:before {display: none;}

main .news-feed ul li a {
    color:#72A7CD;
    
}
/* Partner
-----------------------------------------------------------------------------*/
#block-fblock-partners {
    background: #fff;
    padding: 50px 0 0;
    
}

.slider {
    padding: 0 80px;
    position: relative;
}

.slider-inner {
    overflow: hidden;
    height: 160px;
    position: relative;
}

.slider-inner:before,
.slider-inner:after {
    content: "\0020";
	display: block;
    position: absolute;
    top:0;
    width: 20px;
    height: 100%;
    z-index: 10;
}

.slider-inner:before {
    left:0;
    background: url(/media/1061/fl.png) top left repeat-y;
}

.slider-inner:after {
    right:0;
    background: url(/media/1062/fr.png) top left repeat-y;
}

.arrow {
    width: 30px;
    height: 100px;
    display: block;
    position: absolute;
    top:50%;
    margin-top: -50px;
    opacity: .1;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 5;
    -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}

.prev {
    background: url(/media/1033/arrow-slider.png) top left no-repeat;
    left:20px;
}

.slider.hover .prev {
    left:0;
    opacity: 0.5;
}

.next {
    background: url(/media/1033/arrow-slider.png) top right no-repeat;
    right: 20px;
}

.slider.hover .next {
    right:0;
    opacity: 0.5;
}

.slider.hover .prev:hover,
.slider.hover .next:hover {
    opacity: 1;
}

.slider .slider-item {
    display: block;
    float: left;
    position: relative;
    padding: 0 22px;
}

.slider .slider-item span {
    display: block;
    margin-bottom: 10px;
}

.slider .slider-item .tip {
    position: absolute;
    top:100%;
    width: 96%;
    padding: 0 2%;
    left:0;
    text-align: center;
    font-size: 11px;
    line-height: 14px;
    z-index: 11;
    color:#999;

}

.slider img {
  opacity: 0.5;
  transition: all 0.2s;
}

.slider img:hover {
  opacity: 1;
}

.partners-box {
    border-bottom:8px solid #f4f4f4;
    padding:0;
}

.partners-box h3 {
    padding: 18px 0 20px 150px;
    background: #f4f4f4;
}

.partner-item {
    border-bottom:1px solid #f4f4f4;
    padding: 20px 0;
}

.partner-item .field-name-field-cover{
    display: block;
    float: left;
    margin: 0 50px 0 0;
}

.partner-item .partner-title {
    padding-left: 150px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.partner-item .field-name-body {
    padding-left: 150px;
    display: block;
}

.partner-item .field-name-body p {
    margin-bottom: 0;
}

/* Product
-----------------------------------------------------------------------------*/
#block-fblock-products {
    background: #fff;
    padding: 0 0 50px;
    clear: both;
}

#block-fblock-products h2 {
    max-width: 1172px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 22px;
    color: #636c6c;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 1px 1px #fff;
}

.product-item {
    overflow: hidden;
    display: block;
    float: left;
    width: 273px;
    text-align: center;
    margin:0 10px 30px;
    box-shadow: 0 0 10px #d2e0ea;
}

.product-item .field-name-field-cover {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    
}

.product-item.show {
    -webkit-animation: product 0.5s; /* Chrome, Safari, Opera */
    animation: product 0.5s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes product {
    from {transform:scale(0.5,0.5);}
    to {transform:scale(1,1);}
}

/* Standard syntax */
@keyframes product {
    from {transform:scale(0.5,0.5);}
    to {transform:scale(1,1);}
}

.product-item img {
    border: 2px solid #fff;
}

.product-item:hover img {
    border: 2px solid #be1e2d;
	transform: scale(0.9);
}

.product-item img {display: block;
	margin: 0 auto;
	width: 269px !important;
	height: 186px !important;
	transition: 0.5s;
}

.pi-info {
    width: 231px;
    height: 66px;
    margin: 0 auto;
    padding:10px 20px 5px;
    background: #fff;
    border-top:none;
}

.pi-title {
    font-weight: bold;
}

.pi-info span {
    display: block;
    color:#ccc;
}

.more {
    height: 52px;
    text-align: center;
    font-size: 14px;
    line-height: 48px;
    clear: both;
}

.more a {
    border:2px solid #95b4b5;
    color:#95b4b5;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 66px;
    transition: all 0.3s;
}

.more a:hover {
    border-color:#738e8f;
    color:#738e8f;
}

/* map
-----------------------------------------------------------------------------*/
#block-block-4 {
    background: url(/media/1065/shadow.png) bottom center no-repeat;
    padding-bottom: 18px;
    margin-bottom: 30px;
    position: relative;
    -webkit-animation: anim .5s; /* Chrome, Safari, Opera */
    animation: anim .5s;
}

#block-block-4 iframe {
    background: #ddd;
}

#block-block-4 p {
	padding: 0;
	margin: 0;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes anim {
    from {opacity:0; top:30px;}
    to {opacity:1; top:0px;}
}

/* Standard syntax */
@keyframes anim {
    from {opacity:0; top:30px;}
    to {opacity:1; top:0px;}
}
/* footer
-----------------------------------------------------------------------------*/ 
footer {
    background: #2d312f;
    text-align: center;
    padding: 30px 0 0px;
    height: 80px;
    position: relative;
    margin-top: -80px;
}

.developers {
    position: absolute;
    top:50%;
    right: 30px;
    color: #6F7676;
    font-size: 11px;
}

.developers span {
    width: 150px;
    display: block;
    position: absolute;
    top:3px;
    right: -160px;
    opacity: 0;
    transition: all 0.4s;
}

.developers:hover span {
    right: 0;
    opacity: 1;
}

.developers img {
    opacity:0.3;
}

.developers a {
    color: #6F7676;
}

footer ul.menu {
	width: 700px; margin: 0 auto;
    text-align: center;
}

footer ul.menu li {
    display: inline;
    margin: 0 10px;
}

footer ul.menu li a {
    color:#fff;
    font-size: 13px;
    color:#8c9494;
}

footer ul.menu li a.active {
    color: #FFF;
}

footer ul.menu li ul {display: none;} .highlight {	text-decoration: underline;} .slash {	color: #00c9a7;} footer svg {	vertical-align: middle; margin-left: 5px;}

footer ul.menu li.engiLink {	display: inline-block; margin-top: 15px;}

/* Clearing
-----------------------------------------------------------------------------*/
header:after,
main::after,
article:after,
.slider:after,
.clear:after,
section:after
 {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



main ul.primary {
    margin-bottom: 20px;
}

main ul.primary li {
    padding: 0;
    margin: 0;
}

main ul.primary li:before {
    display: none;
}

main ul.primary li a {
    margin: 0;
}







form {
   border: 5px solid #f4f4f4;
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:300px;
   padding:20px;
   width:300px;
   }

.form-item label {
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
}

.form-item {
    margin-bottom:20px;
}
   
.form-item input {
   border: 1px solid #ddd;
   background: #f2f2f2;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #614f3b;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   width:280px;
   }
.form-item input:focus {
   background: #ffffff;
   color: #3d3d3d;
   }

.form-actions {
   margin:8px 0;
   text-align:right;
   }
.form-actions input {
    cursor: pointer;
   border: 2px solid #750712;
   background: #be1e2e;
   background: -webkit-gradient(linear, left top, left bottom, from(#d6172b), to(#be1e2e));
   background: -webkit-linear-gradient(top, #d6172b, #be1e2e);
   background: -moz-linear-gradient(top, #d6172b, #be1e2e);
   background: -ms-linear-gradient(top, #d6172b, #be1e2e);
   background: -o-linear-gradient(top, #d6172b, #be1e2e);
   background-image: -ms-linear-gradient(top, #d6172b 0%, #be1e2e 100%);
   -webkit-border-radius: 30px;
   -moz-border-radius: 30px;
   border-radius: 30px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #db4655 0 1px 0;
   color: #ffffff;
   font-weight: bold;;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.form-actions input:hover {
   border: 2px solid #910715;
   text-shadow: #ad1121 0 1px 0;
   background: #d63e4d;
   background: -webkit-gradient(linear, left top, left bottom, from(#e64757), to(#d63e4d));
   background: -webkit-linear-gradient(top, #e64757, #d63e4d);
   background: -moz-linear-gradient(top, #e64757, #d63e4d);
   background: -ms-linear-gradient(top, #e64757, #d63e4d);
   background: -o-linear-gradient(top, #e64757, #d63e4d);
   background-image: -ms-linear-gradient(top, #e64757 0%, #d63e4d 100%);
   color: #fff;
   }
.form-actions input:active {
   text-shadow: #940d1b 0 1px 0;
   border: 2px solid #660b14;
   background: #6b0c15;
   background: -webkit-gradient(linear, left top, left bottom, from(#850c18), to(#d63e4d));
   background: -webkit-linear-gradient(top, #850c18, #6b0c15);
   background: -moz-linear-gradient(top, #850c18, #6b0c15);
   background: -ms-linear-gradient(top, #850c18, #6b0c15);
   background: -o-linear-gradient(top, #850c18, #6b0c15);
   background-image: -ms-linear-gradient(top, #850c18 0%, #6b0c15 100%);
   color: #fff;
   }

.service-tabs {
    height: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.service-tabs .item-list ul li {
    display: block;
    height: 40px;
    float: left;
    margin: 0 4px 0 0;
}

.service-tabs .item-list ul li:before {
    display: none;
}

.service-tabs .item-list ul li a:before {
    width: 38px;
    height: 8px;
    background: url(/media/1059/arbot.png) center center  no-repeat;
    border: none;
    border-radius: 0;
    background-color: transparent;
    bottom: -8px;
    top:auto;
    left:50%;
    margin-left: -19px;
    content: "\0020";
    display: none;
    position: absolute;
}

.service-tabs .item-list ul li a.active:before {
    display: block;
}

.service-tabs .item-list ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    height: 27px;
    padding: 13px 30px 0;
    font-size: 14px;
    line-height: 14px;
    border:1px solid #ccc;
    border-bottom:none;
    font-weight: bold;
    color:#222;
    position: relative;
}

.service-tabs .item-list ul li a.active {
    background: #be1e2d;
    color:#fff;
}

.fotorama__wrap {
	position: relative;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
	float: left;
}

.fotorama__nav-wrap {
	bottom: 15px;
	position: absolute;
	right: 90px;
	float: right;
}

.fotorama__loaded--img img {
	position: absolute;
}

.fotorama-thumb-text {
	font-size: 11px;
	line-height: 12px;
	white-space: normal;
	margin: 3px 5px;
	position: absolute;
	bottom: 0px;
	text-shadow: 0px 0px 6px #000;
}

.hider-text {
	display: none;
}

a.hider-link {
	padding-right: 25px;
	position: relative;
}

a.hider-link:before {
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
	background: url(/media/1060/arrow3.png) center center no-repeat;
	content: "\0020";
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
    opacity: 0.2;
}

a.hider-link.open:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.hider-place h2,
.hider-place h3 {
    font-size: 14px;
    margin-bottom:0;
    padding: 10px 0;
}

.hider-place {
    border-radius:10px;
}

.hider-text{
    padding:5px 0 10px 20px;
}

/* vacancies section
-----------------------------------------------------------------------------*/

.vacancies-box {
	padding: 50px;
	background-color: #ddd;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.vacancies-boxes {
	background-color: #fff;
	width: 80%;
	height: 180px;
}


