@font-face {
    font-family: Helvetica Light;
    src: local("Helvetica Light"),
        url(/fonts/HelveticaNeueCyr-Light.otf);
}

@font-face {
    font-family: Helvetica Light Italic;
    src: local("Helvetica Light Italic"),
        url(/fonts/HelveticaNeueCyr-LightItalic.otf);
}

@font-face {
    font-family: Helvetica Medium;
    src: local("Helvetica Medium"),
        url(/fonts/HelveticaNeueCyr-Medium.otf);
}

@font-face {
    font-family: Helvetica Roman;
    src: local("Helvetica Roman"),
        url(/fonts/HelveticaNeueCyr-Roman.otf);
}

* {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Medium", "Arial";
    line-height: 22px;
}

.block {
    background-color: #343434;
}

#menu {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    padding: 0 10px;
    background-color: #343434;
    height: 58px;
}

#menu #ul1, #menu #ul2 {
    list-style: none;
}

#menu #ul1 img {
    vertical-align: middle;
}

#menu #ul1 {
    right: 670px;
    position: absolute;
    top: 0;
}

#menu #ul2 {
    position: absolute;
    top: 0;
    left: 670px;
}

#menu #ul1 li, #menu #ul2 li {
    float: left;
}

#menu #ul1 li {
    margin-right: 20px;
}

#menu #ul2 li {
    margin-left: 20px;
}

#menu #ul1 li:hover, #menu #ul2 li:hover, #menu #ul1 li.active, #menu #ul2 li.active {
    background-color: #2d2d2d;
}

#menu #ul1 li a, #menu #ul2 li a {
    display: block;
    padding: 18px 10px 15px 10px;
    color: #aeaeae;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 3px solid #343434;
    font-family: "Helvetica Light";
}

#menu #ul1 li a:hover, #menu #ul2 li a:hover, #menu #ul1 li.active a, #menu #ul2 li.active a {
    border-bottom: 3px solid #df1e31;
    color: #fff;
}

#dd1 {
    display: none;
    position: absolute;
    top: 58px;
    left: 146px;
    background-color: #343434;
    list-style: none;
    z-index: 15;
}

#dd2 {
    display: none;
    position: absolute;
    top: 58px;
    left: 285px;
    background-color: #343434;
    list-style: none;
    z-index: 15;
}

#dd1 li a{
    width: 200px;
    display: block;
    padding: 12px 15px;
    font-family: "Helvetica Light";
    font-size: 14px;
    color: #cecece;
    text-decoration: none;
}

#dd2 li a {
    width: 370px;
    display: block;
    padding: 12px 15px;
    font-family: "Helvetica Light";
    font-size: 14px;
    color: #cecece;
    text-decoration: none;
}

#dd1 li:hover, #dd2 li:hover {
    background-color: #2d2d2d;
    cursor: pointer;
}

#logo {
    display: block;
    position: absolute;
    top: 0;
    left: 535px;
    box-shadow: 0 0px 15px 0px rgba(0,0,0,0.5);
    z-index: 2;
}

#lang {
    position: absolute;
    top: 0;
    right: 0;
}

#lang ul {
    list-style: none;
}

#lang ul li {
    padding: 10px 3px 2px 3px; 
    margin-right: 5px;
    float: left;
    background-color: #262626;
}

#lang ul li:hover, #lang ul li.active {
    background-color: #d71f31;
}

#lang ul li a {
    font-family: "Helvetica Roman", "Arial";
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}

#bgvideo {
    width: 100%;
}

#services {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin: 20px 0;
    padding: 20px 0 10px 0;
}

#services h2, #projects_table h2, #content h1 {
    width: 980px;
    margin: 45px auto 15px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Helvetica Roman";
}

#projects_table h2 {
    margin: 0px auto 15px auto!important;
}

#services p {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    color: #7a7a7a;
    font-size: 18px;
    font-family: "Helvetica Light";
}

#services table {
    width: 980px;
    margin: 0 auto;
}

#services table tr td {
    width: 305px;
    text-align: center;
    padding: 10px;
    vertical-align: top;
}

#services table tr td img {
    margin-bottom: 10px;
    width: 180px;
    height: 180px;
    border-radius: 100px;
    border: 10px solid #fff;
    transition: all 0.3s ease;
}

#services table tr td img:hover {
    border: 10px solid #ededed;
    transition: all 0.3s ease;
}

#services table tr td a {
    color: #343434;
    text-decoration: none;
    font-size: 16px;
    font-family: "Helvetica Medium";
}

#projects {
    padding: 20px 0;
}

#projects h2 {
    color: #aeaeae;
    width: 980px;
    margin: 15px auto 15px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Helvetica Roman";
}

#projects table {
    width: 980px;
    margin: 0 auto;
}

#projects table tr td {
    width: 305px;
    text-align: center;
    padding: 10px;
    vertical-align: top;
}

#projects table tr td img {
    width: 250px;
    border: 8px solid #4c4b4b;
    border-radius: 133px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

#projects table tr td img:hover {
    border: 8px solid #fff;
    transition: all 0.3s ease;
}

#projects table tr td a {
    color: #aeaeae;
    text-decoration: none;
}

#projects table tr td .work_btn {
    margin: 20px auto;
    width: 130px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    padding: 10px;
    font-family: "Helvetica Medium";
    transition: all 0.3s ease;
}

#projects table tr td .work_btn:hover, #work_all_btn:hover {
    color: #343434;
    background-color: #f9f9f9;
    border: 1px solid #f9f9f9;
    transition: all 0.3s ease;
}

#work_all_btn {
    margin: 0px auto 20px auto;
    width: 230px;
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    padding: 13px;
    font-family: "Helvetica Medium";
    text-align: center;
    transition: all 0.3s ease;
}

.pr_name {
    font-size: 18px;
    color: #aeaeae;
    display: block;
    margin-bottom: 15px;
    font-family: "Helvetica Medium";
}

.pr_sq {
    font-size: 14px;
    color: #aeaeae;
    font-family: "Helvetica Light";
}

.ptop55 {
    padding-top: 55px!important;
}

.ptop35 {
    padding-top: 55px!important;
}

#team {
    background-color: #f9f9f9;
    padding: 15px 0;
}

#team h2 {
    color: #343434;
    width: 980px;
    margin: 15px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Helvetica Roman";
}

#team table {
    width: 1200px;
    margin: 0 auto;
}

#team table tr td {
    width: 380px;
    text-align: center;
    padding: 60px 10px 40px 10px;
    vertical-align: top;
    position: relative;
}

#team table tr td .team_td {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    padding: 60px 30px 30px 30px;
    box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
}

#team table tr td .team_td .team_name {
    color: #343434;
    font-size: 18px;
    display: block;
    font-family: "Helvetica Medium";
}

#team table tr td .team_td .team_post {
    color: #818080;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    font-family: "Helvetica Light";
}

#team table tr td .team_td .team_about {
    text-align: left;
    color: #818080;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    font-family: "Helvetica Light"!important;
}

#team table tr td .team_td .team_about p {
    font-family: "Helvetica Light"!important;
}

#team table tr td .team_img {
    position: absolute;
    top: 0;
    left: 143px;
    width: 108px;
    border: 3px solid #eaeaea;
    border-radius: 57px;
}

#team table tr td .team_btn {
    margin: 20px auto 0 auto;
    width: 130px;
    display: block;
    color: #343434;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    padding: 10px;
    font-family: "Helvetica Medium";
    transition: all 0.3s ease;
}

#team table tr td .team_btn:hover, #team_all_btn:hover {
    color: #fff;
    background-color: #343434;
    transition: all 0.3s ease;
}

#team_all_btn {
    margin: 20px auto 20px auto;
    width: 230px;
    display: block;
    color: #343434;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #aeaeae;
    border-radius: 5px;
    padding: 13px;
    font-family: "Helvetica Medium";
    text-align: center;
    transition: all 0.3s ease;
}

#team table tr td .team_btn img {
    vertical-align: middle;
}

#clients {
    width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

#clients h2 {
    color: #343434;
    width: 980px;
    margin: 0px auto 30px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Helvetica Light";
}

#clients table {
    margin: 30px 0;
}

#clients table tr td {
    width: 220px;
    text-align: center;
    padding: 10px;
    vertical-align: top;
}

#form {
    background-image: url('/img/pattern.png');
    background-color: #cc1c2d;
    padding: 100px 0;
    text-align: center;
    height: 120px;
}

#form h3 {
    font-size: 30px;
    color: #fff;
    width: 980px;
    margin: 15px auto 50px auto;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica Light";
}

.form_btn {
    margin: 10px auto;
    display: block;
    width: 230px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 20px 31px 20px 10px;
    border-radius: 5px;
    font-family: "Helvetica Medium";
    transition: all 0.3s ease;
}

.form_btn:hover {
    color: #cc1c2d;
    background-color: #fff;
    transition: all 0.3s ease;
}

.form_btn:hover .form_btn_img {
    background-image: url('/img/form_btn_h.png');
    transition: all 0.3s ease;
}

.form_btn_img {
    margin-top: 2px;
    float: right;
    display: block;
    width: 21px;
    height: 16px;
    background-image: url('/img/form_btn.png');
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

#contacts {
    padding: 20px 0;
}

#contacts table {
    width: 1200px;
    margin: 0 auto;
}

#contacts table tr td {
    color: #b6b6b6;
    width: 380px;
    text-align: center;
    padding: 10px;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    font-family: "Helvetica Light";
}

#contacts table tr td span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "Helvetica Light";
}

#copy {
    background-color: #222;
    color: #b6b6b6;
    text-align: center;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    font-family: "Helvetica Light";
}

#copy a img {
    vertical-align: middle;
}

.clear {
    clear: both;
}

#content {
    width: 1180px;
    padding: 10px;
    margin: 0 auto;
}

.gray {
    background-color: #f9f9f9;
}

#content h2 {
    font-size: 18px!important;
    width: 980px;
    margin: 20px auto 0px auto;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica Medium";
}

#content h3 {
    font-size: 18px!important;
    width: 980px;
    margin: 20px auto 30px auto;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica Medium";
}

#content img.member {
    width: 250px;
    height: 250px;
    border: 10px solid #e9e9e9;
    border-radius: 135px;
    margin: 65px 0 0 450px;
}

#content span.post {
    color: #818080;
    display: block;
    font-size: 14px!important;
    width: 980px;
    margin: 0px auto 20px auto;
    text-align: center;
    font-family: "Helvetica Light";
}

#content .member_div {
    width: 760px;
    margin: 0 auto;
}

#content .member_div p {
    margin-bottom: 10px;
    text-align: justify;
    font-family: "Helvetica Light";
    font-size: 16px;
}

#content p {
    margin-bottom: 10px;
    text-align: justify;
}

.line {
    height: 2px;
    background-color: #ccc;
    margin: 40px 0;
}

#contacts_alone {
    width: 980px;
    margin: 100px auto 80px auto;
}

#c_left h3 {
    font-size: 24px;
    color: #343434;
    width: 460px;
    margin: 15px auto 40px auto;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica Medium";
}

#c_right h3 {
    font-size: 24px;
    color: #343434;
    width: 460px;
    margin: 15px auto 30px auto;
    text-align: center;
    text-transform: uppercase;
    font-family: "Helvetica Medium";
}

#c_left {
    width: 460px;
    float: left;
    border-right: 2px solid #e0dfdf;
    padding-right: 20px;
}

#c_right {
    width: 460px;
    float: right;
}

#c_left input, #c_left textarea {
    font-family: "Helvetica Light";
    font-size: 16px;
    width: 420px;
    background-color: #fafafa;
    padding: 15px 10px;
    border: 1px solid #dedfdf;
    border-radius: 2px;
    margin-bottom: 20px;
}

.c_btn {
    font-size: 14px;
    font-family: "Helvetica medium";
    display: block;
    background-color: #e6293c;
    color: #fff;
    width: 200px;
    padding: 20px;
    margin: 40px auto 35px auto;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #e6293c;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.c_btn:hover {
    cursor: pointer;
    background-color: #f9f9f9;
    color: #e6293c;
    transition: all 0.3s ease;
}

.c_btn img {
    margin-left: 20px;
    vertical-align: middle;
}

.c_btn:hover .c_btn_img {
    background-image: url('/img/form_btn_h.png');
    transition: all 0.3s ease;
}

.c_btn_img {
    margin-top: 2px;
    float: right;
    display: block;
    width: 21px;
    height: 16px;
    background-image: url('/img/form_btn.png');
    background-repeat: no-repeat;
    transition: all 0.3s ease;
}

#c_right table tr td {
    padding: 10px;
    font-family: "Helvetica Light";
}

#projects_table {
    width: 1200px;
    margin: 0 auto;
}

#projects_table tr td {
    padding: 15px;
    vertical-align: top;
}

#projects_table tr td a {
    color: #343434;
    font-family: "Helvetica Medium";
    text-decoration: none;
    font-size: 18px;
}

#projects_table tr td img {
    width: 370px;
    margin-bottom: 15px;
}

.pr_place {
    font-family: "Helvetica Light";
    color: #a1a1a1;
    font-size: 18px;
    margin-top: 5px;
}

.line_small {
    height: 2px;
    background-color: #a9a9a9;
    margin: 20px 0;
}

#project_one {
    width: 920px;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
}

#pr_left {
    position: absolute;
    top: 275px;
    left: -140px;
    display: block;
    width: 33px;
    height: 64px;
    background-image: url('/img/arrow-left.png');
    transition: all 0.3s ease;
}

#pr_left:hover {
    background-image: url('/img/arrow-left-red.png');
    transition: all 0.3s ease;
}

#pr_right {
    position: absolute;
    top: 275px;
    right: -140px;
    display: block;
    width: 33px;
    height: 64px;
    background-image: url('/img/arrow-right.png');
    transition: all 0.3s ease;
}

#pr_right:hover {
    background-image: url('/img/arrow-right-red.png');
    transition: all 0.3s ease;
}

#project_one .pr_img {
    width: 920px;
    height: 550px;
    /* border-radius: 15px 15px 0 0; */
}

#project_one h3 {
    font-family: "Helvetica Medium";
    color: #343434;
    font-size: 24px;
    margin: 30px 0;
    text-align: center;
}

#project_one p {
    font-family: "Helvetica Light";
    color: #343434;
    font-size: 16px;
    text-align: center;
}

#img_bottom {
    position: absolute;
    top: 558px;
}

.line_280 {
    width: 280px;
    height: 1px;
    background-color: #bebebe;
    margin: 15px auto;
}

#project_table {
    width: 184px;
    margin: 0 auto;
}

#project_table tr td {
    padding: 0 17px;
    text-align: center;
    font-family: "Helvetica Light";
}

#press {
    height: 240px;
    padding-top: 150px;
    background-image: url('/img/press.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#about {
    height: 240px;
    padding-top: 150px;
    background-image: url('/img/team.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#vacancies {
    height: 240px;
    padding-top: 150px;
    background-image: url('/img/vacansy.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.press_h1 {
    color: #fff!important;
    width: 350px!important;
    padding: 30px!important;
    margin: 0px auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px!important;
    font-family: "Helvetica Light";
    border: 4px solid #fff;
}

.press_div {
    width: 760px;
    margin: 30px auto;
}

.press_div p {
    font-family: "Helvetica Light";
}

.press_div a {
    color: #d71f31;
    text-decoration: none;
}

.press_div a:hover {
    text-decoration: underline;
}

#team_top {
    height: 240px;
    padding-top: 150px;
    background-image: url('/img/team.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#projects_top {
    height: 240px;
    padding-top: 150px;
    background-image: url('/img/projects.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#vac_form {
    width: 760px;
    border: 1px solid #f9f9f9;
    margin: 0 auto;
}

#vac_form form input, #vac_form form textarea {
    font-family: "Helvetica Light";
    font-size: 16px;
    width: 735px;
    background-color: #fafafa;
    padding: 15px 10px;
    border: 1px solid #dedfdf;
    border-radius: 2px;
    margin-bottom: 20px;
}

#vac_form form .c_btn {
    margin-top: 20px!important;
}