@charset "UTF-8";

@font-face {
    font-family: 'SFUIText';
    src: url("../fonts/SFUIText-Light.ttf") format("truetype");
    src: url("../fonts/SFUIText-Light.eot?") format("eot");
    src: url("../fonts/SFUIText-Light.woff") format("woff");
    font-weight: 300;
}

@font-face {
    font-family: 'SFUIText';
    src: url("../fonts/SFUIText-Regular.ttf") format("truetype");
    src: url("../fonts/SFUIText-Regular.eot?") format("eot");
    src: url("../fonts/SFUIText-Regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: 'SFUIText';
    src: url("../fonts/SFUIText-Medium.ttf") format("truetype");
    src: url("../fonts/SFUIText-Medium.eot?") format("eot");
    src: url("../fonts/SFUIText-Medium.woff") format("woff");
    font-weight: 500;
}

@font-face {
    font-family: 'SFUIText';
    src: url("../fonts/SFUIText-Semibold.ttf") format("truetype");
    src: url("../fonts/SFUIText-Semibold.eot?") format("eot");
    src: url("../fonts/SFUIText-Semibold.woff") format("woff");
    font-weight: 600;
}

@font-face {
    font-family: 'SFUIText';
    src: url("../fonts/SFUIText-Bold.ttf") format("truetype");
    src: url("../fonts/SFUIText-Bold.eot?") format("eot");
    src: url("../fonts/SFUIText-Bold.woff") format("woff");
    font-weight: 700;
}

@font-face {
    font-family: 'SFUIText';
    src: url("../fonts/SFUIText-Heavy.ttf") format("truetype");
    src: url("../fonts/SFUIText-Heavy.eot?") format("eot");
    src: url("../fonts/SFUIText-Heavy.woff") format("woff");
    font-weight: 800;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus, a:visited, a:active {
    outline: none;
    text-decoration: none;
}

body, html {
    overflow-x: hidden;
    width: 100%;
}

ul {
    list-style: none;
}

button {
    border: none;
    box-shadow: none;
    outline: none;
}

button:hover, button:focus, button:active {
    outline: none;
    border: none;
    box-shadow: none;
}

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

body {
    min-height: 100%;
    line-height: 1;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}

body::after {
    display: none;
    content: url("../img/service_bg1.png") url("../img/service_bg2.png") url("../img/service_bg4.png") url("../img/left_arrow_blue.svg") url("../img/left_arrow_white.svg") url("../img/left_arrow_blue2.svg") url("../img/cloud_video_h.svg");
}

body.hidden, html.hidden {
    overflow: hidden;
}

body.hidden {
    position: fixed;
    width: 100%;
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-family: "SFUIText";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-family: "SFUIText";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-family: "SFUIText";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-family: "SFUIText";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-family: "SFUIText";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}

textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-family: "SFUIText";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}

textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-family: "SFUIText";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.3s ease;
    font-family: "SFUIText";
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.order_service_form_row input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.order_service_form_row input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.order_service_form_row input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.order_service_form_row input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.order_service_form_row textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.order_service_form_row textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.order_service_form_row textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.order_service_form_row textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

body {
    font-family: "SFUIText";
    font-size: 16px;
    font-weight: 300;
    color: #262626;
    position: relative;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 120px;
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 35px 37px;
    z-index: 2;
}

.c-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.header_logo a {
    display: block;
    width: 174px;
}

.header_logo a img {
    display: block;
    width: 100%;
}

.header_logo a img.mobile {
    display: none;
}

.header_right {
    display: flex;
    justify-content: flex-end;
}

.header_contacts_list {
    text-align: right;
}

.header_contacts_item {
    display: block;
}

.header_contacts_item:not(:last-child) {
    margin-bottom: 25px;
}

.header_contacts_link {
    transition: all 0.3s ease-in-out;
}

.header_contacts_link:hover {
    opacity: 0.7;
}

.header_contacts_text {
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

.header_tel .header_contacts_text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.header_contacts_icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.header_telegram .header_contacts_icon {
    width: 26px;
    height: 22px;
    background-image: url("../img/telegram.svg");
}

.header_whatsup .header_contacts_icon {
    width: 23px;
    height: 23px;
    background-image: url("../img/whatsup.svg");
}

.header_nav_list {
    display: flex;
    justify-content: flex-end;
}

.header_nav_item {
    margin-left: 30px;
}

.header_nav_link {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
}

.header_nav_link:hover span::after {
    width: 100%;
    max-width: 100%;
}

.header_nav_link span {
    position: relative;
    display: inline-block;
}

.header_nav_link span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    background-color: #ffffff;
    width: 0;
    max-width: 0;
    transition: all 0.4s ease-in-out;
}

.header_private a {
    position: relative;
    padding-left: 35px;
}

.header_private a .header_private_text {
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header_private a .header_private_text::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    background-color: #ffffff;
    width: 0;
    transition: all 0.4s ease-in-out;
}

.header_private a .header_private_icon {
    width: 25px;
    height: 25px;
    background-image: url("../img/private.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.header_private a:hover .header_private_text::after {
    width: 100%;
}

.header_contacts, .header_private {
    margin-left: 85px;
}

section {
    width: 100%;
    position: relative;
}

.about_item_section {
    min-height: 440px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.about_item_section .wrap {
    height: auto;
    min-height: 440px;
}

.about_item_section .title_h1 {
    z-index: 2;
}

.about_item_section .main_content {
    position: absolute;
    left: 0;
    bottom: 50px;
}

.breadcrumbs {
    z-index: 2;
    margin-bottom: 10px;
}

.wrap {
    position: relative;
    width: 100%;
    max-width: 1060px;
    margin: auto;
}

.title_h1 h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 300;
}

.breadcrumbs_list {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.breadcrumbs_item {
    position: relative;
}

.breadcrumbs_item:not(:last-child) {
    padding-right: 20px;
    margin-right: 15px;
}

.breadcrumbs_item:not(:last-child)::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-image: url("../img/arrow_breadcrumbs.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

.breadcrumbs_link {
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    transition: all 0.2s ease-in-out;
}

.breadcrumbs_link:hover {
    opacity: 0.6;
}

.profile_item {
    padding: 75px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.profile_item:not(:last-child) {
    border-bottom: 1px solid rgba(209, 212, 230, 0.5);
}

.profile_title {
    margin-right: 85px;
    flex-basis: 265px;
    flex-grow: 0;
    flex-shrink: 0;
}

.profile_desc p {
    color: rgba(38, 38, 38, 0.8);
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
}

.profile_desc p:not(:last-child) {
    margin-bottom: 15px;
}

.profile_desc li {
    display: block;
    position: relative;
    padding-left: 65px;
    color: rgba(38, 38, 38, 0.8);
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
}

.profile_desc li::before {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: #D1D4E6;
    position: absolute;
    top: 11px;
    left: 0;
}

.profile_desc li:not(:last-child) {
    margin-bottom: 15px;
}

.profile_img {
    width: 100%;
    margin-top: 30px;
}

.profile_img img {
    display: block;
    width: 100%;
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
}

.c-footer {
    display: flex;
    justify-content: space-between;
    padding: 45px 37px;
}

.footer_nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 3;
}

.footer_copy {
    margin-right: 65px;
}

.footer_copy p {
    color: #262626;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.footer_menu_item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.footer_menu_item:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
}

.footer_menu_item:not(:last-child)::after {
    content: '/';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(60, 82, 210, 0.2);
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.footer_menu_link {
    color: #3C52D2;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.footer_menu_link.active {
    color: #262626;
}

.footer_menu_link:hover {
    opacity: 0.7;
}

.footer_logo {
    text-align: right;
    z-index: 3;
}

.footer_logo div {
    display: inline-block;
    vertical-align: baseline;
}

.footer_logo_megastar {
    margin-right: 65px;
    position: relative;
}

.footer_logo_megastar a {
    display: block;
    width: 177px;
    height: 21px;
}

.footer_logo_megastar a img {
    display: block;
    width: 100%;
}

.footer_logo_megastar::after {
    content: '';
    display: block;
    width: 1px;
    height: 43px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    bottom: -10px;
}

.footer_logo_positron a {
    display: block;
    width: 104px;
    height: 27px;
}

.footer_logo_positron a img {
    display: block;
    width: 100%;
}

.news_item {
    padding: 40px 0;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(209, 212, 230, 0.5);
}

.news_img {
    flex-basis: 360px;
    flex-grow: 0;
    flex-shrink: 0;
}

.news_img a {
    display: block;
    width: 100%;
}

.news_img a img {
    display: block;
    width: 100%;
}

.news_desc {
    padding-left: 30px;
    height: 210px;
    position: relative;
}

.news_date {
    color: #3C52D2;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    margin-bottom: 15px;
}

.news_title {
    margin-bottom: 10px;
}

.news_title a {
    color: #262626;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}

.news_title a:hover {
    color: #3C52D2;
}

.news_text {
    color: #262626;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.news_link {
    position: absolute;
    left: 30px;
    bottom: 10px;
}

.news_link a {
    color: #3C52D2;
    font-size: 14px;
    line-height: 17px;
}

.news_link a span {
    display: inline-block;
    vertical-align: middle;
}

.news_link a span:nth-of-type(2) {
    width: 19px;
    height: 8px;
    background-image: url("../img/left_arrow_blue.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
    transition: all 0.2s ease-in-out;
}

.news_link a:hover span:nth-of-type(2) {
    margin-left: 20px;
}

.pagination {
    padding: 35px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.pagination li {
    font-size: 16px;
    line-height: 23px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
}

.pagination a {
    color: #262626;
    font-size: 16px;
    line-height: 23px;
    transition: all 0.2s ease-in-out;
}

.pagination a:hover {
    color: #3C52D2;
}

.pagination a.active:hover {
    color: #3C52D2;
    border-color: #3C52D2;
}

.pagination a.active {
    border-bottom: 1px solid #262626;
}

.certificate_item {
    padding-top: 65px;
}

.certificate_item:not(:last-child) {
    border-bottom: 1px solid rgba(209, 212, 230, 0.5);
}

.certificate_gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 45px;
}

.certificate_gallery_item {
    width: 215px;
    margin-bottom: 80px;
}

.certificate_gallery_item:not(:nth-child(4n)) {
    margin-right: 66px;
}

.certificate_image {
    width: 100%;
    margin-bottom: 20px;
}

.certificate_image a {
    display: block;
    width: 100%;
    border: 1px solid rgba(209, 212, 230, 0.5);
    position: relative;
}

.certificate_image a img {
    display: block;
    width: 100%;
}

.certificate_category {
    color: rgba(38, 38, 38, 0.5);
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
}

.certificate_name {
    color: #262626;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}

.section_text {
    margin-top: 20px;
}

.section_text {
    color: rgba(38, 38, 38, 0.8);
    font-size: 16px;
    line-height: 23px;
}

.section_text p:not(:last-child) {
    margin-bottom: 15px;
}

.projects_item {
    padding: 70px 0;
}

.section_title p {
    color: #262626;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
}

.section_title p::before {
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    color: rgba(38, 38, 38, 0.5);
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}

.section_title p.section_title_one::before {
    content: '01';
}

.section_title p.section_title_two::before {
    content: '02';
}

.section_title p.section_title_three::before {
    content: '03';
}

.section_title p.section_title_four::before {
    content: '04';
}

.section_title h3 {
    color: #262626;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    position: relative;
}

.partners_slider {
    margin-top: 40px;
}

.partners_slider_item {
    width: 265px;
    height: 195px;
    position: relative;
}

.partners_slider_item img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    transition: all 0.3s ease-in-out;
}

.partners_slider_item:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}

.c-partners_slider .slick-slide:not(:nth-child(4n)) > div {
    border-right: 1px solid rgba(209, 212, 230, 0.5);
}

.c-partners_slider .slick-slide > div {
    border-top: 1px solid rgba(209, 212, 230, 0.5);
}

.c-partners_slider .slick-slide > div:nth-child(3) {
    border-bottom: 1px solid rgba(209, 212, 230, 0.5);
}

.c-partners_slider .slick-arrow, .c-projects_gallery .slick-arrow {
    position: absolute;
    bottom: 0;
    box-shadow: none;
    background-color: #ffffff;
    color: #262626;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.c-partners_slider .slick-arrow.slick-prev, .c-projects_gallery .slick-arrow.slick-prev {
    left: 0;
}

.c-partners_slider .slick-arrow.slick-next, .c-projects_gallery .slick-arrow.slick-next {
    right: 0;
}

.c-partners_slider .slick-arrow:hover, .c-projects_gallery .slick-arrow:hover {
    color: #3C52D2;
}

.c-partners_slider .slick-dots, .c-projects_gallery .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.c-partners_slider .slick-dots button, .c-projects_gallery .slick-dots button {
    font-size: 0;
    box-shadow: none;
    background-color: #C4C4C4;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    cursor: pointer;
}

.c-partners_slider .slick-dots li, .c-projects_gallery .slick-dots li {
    padding: 0 8px;
}

.c-partners_slider .slick-dots li.slick-active button, .c-projects_gallery .slick-dots li.slick-active button {
    width: 7px;
    height: 7px;
}

.projects_item_bg {
    background-color: #F3F3F7;
}

.projects_gallery_item {
    height: 208px;
}

.projects_gallery_item a {
    display: block;
    width: 204px;
    height: 204px;
}

.projects_gallery_item a img {
    display: block;
    width: 100%;
}

.projects_gallery {
    margin-top: 40px;
}

.section_accordion {
    margin-top: 40px;
}

.section_accordion_item {
    border-top: 1px solid rgba(209, 212, 230, 0.5);
}

.section_accordion_item:last-of-type {
    border-bottom: 1px solid rgba(209, 212, 230, 0.5);
}

.section_accordion_head {
    padding: 25px 20px;
    color: #3C52D2;
    font-size: 18px;
    line-height: 21px;
    position: relative;
    cursor: pointer;
}

.section_accordion_head::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/full_arrow_blue.svg");
    transition: all 0.2s ease-in-out;
}

.section_accordion_head.active::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.section_accordion_head:hover::after {
    right: 15px;
}

.section_accordion_body {
    padding: 10px 20px 35px;
    display: none;
}

.section_accordion_body {
    color: #262626;
    font-size: 16px;
    line-height: 23px;
}

.section_accordion_body p:not(:last-child) {
    margin-bottom: 15px;
}

.vacancy_block {
    padding: 70px 0;
}

.vacancy_title p {
    padding-left: 0;
}

.vacancy_desc {
    display: flex;
    justify-content: space-between;
}

.vacancy_desc:not(:last-child) {
    margin-bottom: 45px;
}

.vacancy_desc_half:first-of-type {
    flex-basis: 37.8%;
    flex-grow: 0;
    flex-shrink: 0;
}

.section_accordion_body .vacancy_desc_name {
    color: #262626;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.section_accordion_body .vacancy_desc_text {
    color: rgba(38, 38, 38, 0.8);
}

.vacancy_desc_list li {
    display: block;
    position: relative;
    padding-left: 65px;
    color: rgba(38, 38, 38, 0.8);
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
}

.vacancy_desc_list li::before {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: #D1D4E6;
    position: absolute;
    top: 11px;
    left: 0;
}

.vacancy_desc_list li:not(:last-child) {
    margin-bottom: 15px;
}

.full_btn {
    display: block;
    width: 216px;
    height: 45px;
    text-align: center;
    background-color: #3C52D2;
    position: relative;
    border: 1px solid #3C52D2;
}

.full_btn span {
    line-height: 43px;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.full_btn::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.full_btn:hover span {
    color: #3C52D2;
    transition: all 0.3s ease-in-out 0.1s;
}

.full_btn:hover::before {
    width: 100%;
    opacity: 1;
}

.vacancy_btn {
    margin-left: 37.8%;
}

.section_item {
    height: 1005px;
    overflow: hidden;
}

.section_item .wrap {
    height: 100%;
}

.section_item_table {
    width: 100%;
    height: 100%;
    display: table;
}

.section_item_tableCell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.title_text {
    margin-top: 30px;
}

.title_text p {
    color: #ffffff;
    font-size: 17px;
    line-height: 26px;
}

.company_link {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.company_link_item {
    display: block;
    width: 204px;
    height: 204px;
    background-color: #3C52D2;
    position: relative;
    padding: 20px;
}

.company_link_item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.company_link_item:hover::before {
    width: 100%;
    opacity: 1;
}

.company_link_item:hover .company_link_name {
    color: #3C52D2;
    transition: all 0.3s ease-in-out 0.1s;
}

.company_link_item:hover .company_link_arrow {
    background-image: url("../img/left_arrow_blue2.svg");
}

.company_link_name {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.company_link_arrow {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 23px;
    height: 9px;
    background-image: url("../img/left_arrow_white2.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

.company_block {
    padding: 90px 0;
}

.company_bg {
    background-color: #F3F3F7;
}

.title_h2 {
    margin-bottom: 30px;
}

.title_h2 h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #262626;
}

.company_desc p {
    color: #262626;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 25px;
}

.company_desc li {
    display: block;
    color: #262626;
    font-size: 16px;
    line-height: 23px;
    position: relative;
    padding-left: 65px;
}

.company_desc li::before {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: #D1D4E6;
    position: absolute;
    top: 11px;
    left: 0;
}

.company_desc li:not(:last-child) {
    margin-bottom: 20px;
}

.company_desc ul {
    margin: 25px 0;
}

.services_link {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    max-width: 1060px;
}

.services_link_item {
    width: 248px;
    height: 248px;
}

.services_link_item:nth-child(1) {
    margin-bottom: 25px;
}

.services_link_item a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.services_link_item a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #3C52D2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.services_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.services_img img {
    display: block;
    width: 100%;
}

.services_name {
    color: #ffffff;
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 25px;
    padding-right: 30px;
}

.services_more {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.services_more_icon {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 9px;
    background-image: url(../img/left_arrow_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.services_more.services_more_hover {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.services_more_text {
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.services_link_item a:hover::before {
    opacity: 1;
    width: 100%;
}

.services_link_item a:hover .services_more {
    opacity: 0;
}

.services_link_item a:hover .services_more.services_more_hover {
    opacity: 1;
}

.services_bg {
    background-color: #3C52D2;
}

.services_bg .title_h2 h2, .services_bg .company_desc p, .services_bg .company_desc li {
    color: #ffffff;
}

.subservices_item {
    width: 340px;
    height: 75px;
    margin-bottom: 10px;
}

.subservices_item a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #3C52D2;
    padding: 15px 20px;
}

.subservices_item a span {
    display: inline-block;
    vertical-align: middle;
}

.subservices_item a::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}

.subservices_item a:hover::before, .subservices_item a:hover::before {
    width: 100%;
    opacity: 1;
}

.subservices_item a:hover .subservices_item_name, .subservices_item a:hover .subservices_item_name {
    color: #3C52D2;
    transition: all 0.3s ease-in-out 0.1s;
}

.subservices_item a:hover .subservices_item_icon svg path, .subservices_item a:hover .subservices_item_icon svg path {
    fill: #3C52D2;
}

.subservices_item_icon {
    width: 47px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.subservices_item_icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.subservices_item_icon svg path {
    transition: all 0.3s ease-in-out;
}

.subservices_item_name {
    width: calc(100% - 52px);
    padding-left: 15px;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.servicesItem_section {
    padding: 95px 0;
}

.servicesItem_title {
    margin-bottom: 35px;
}

.servicesItem_title h3 {
    color: #262626;
    font-size: 30px;
    line-height: 48px;
    font-weight: 400;
    position: relative;
}

.servicesItem_title h3 span {
    display: inline-block;
    vertical-align: middle;
}

.servicesItem_title h3 span:nth-of-type(2) {
    width: calc(100% - 47px);
    padding-left: 15px;
}

.servicesItem_title h3 .servicesItem_title_icon {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    width: 47px;
    height: 48px;
}

#cloud_storage .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url("../img/cloud_storage_b.svg");
}

#cloud_ats .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url("../img/cloud_ats_b.svg");
}

#cloud_video .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url("../img/cloud_video_b.svg");
}

#cloud_1c .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url("../img/cloud_1c_b.svg");
}

.servicesItem_link {
    margin-top: 45px;
}

.servicesItem_content {
    display: flex;
    justify-content: flex-start;
}

.servicesItem_content_half:nth-of-type(2) {
    flex-basis: 310px;
    flex-grow: 0;
    flex-shrink: 0;
}

.servicesItem_content_half:nth-of-type(1) {
    padding-right: 50px;
}

.servicesItem_content_img {
    width: 310px;
}

.servicesItem_content_img img {
    display: block;
    width: 100%;
}

.contacts_content {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.contacts_form {
    width: 386px;
}

.contacts_form_row {
    position: relative;
}

.contacts_form_row:not(:last-child) {
    margin-bottom: 20px;
}

.contacts_form_row input {
    width: 100%;
    height: 70px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0);
    outline: none;
    color: #ffffff;
    font-size: 16px;
    padding: 0 30px;
}

.contacts_form_row textarea {
    width: 100%;
    height: 160px;
    resize: none;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0);
    outline: none;
    color: #ffffff;
    font-size: 16px;
    padding: 0 30px;
    padding-top: 20px;
}

.contacts_form_row button {
    display: block;
    width: 177px;
    height: 45px;
    border: 1px solid #3C52D2;
    background-color: #3C52D2;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.contacts_form_row button span {
    display: inline-block;
    vertical-align: middle;
    line-height: 43px;
}

.contacts_form_row button .btn_link_text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.contacts_form_row button .btn_link_icon {
    width: 19px;
    height: 8px;
    margin-left: 14px;
    position: relative;
}

.contacts_form_row button .btn_link_icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.contacts_form_row button .btn_link_icon svg path {
    transition: all 0.3s ease-in-out;
}

.contacts_form_row button::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.contacts_form_row button:hover::before {
    width: 100%;
    opacity: 1;
}

.contacts_form_row button:hover .btn_link_text {
    color: #3C52D2;
    transition: all 0.3s ease-in-out 0.1s;
}

.contacts_form_row button:hover .btn_link_icon svg path {
    fill: #3C52D2;
}

.contacts_form_row input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacts_form_row input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacts_form_row input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacts_form_row input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacts_form_row textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacts_form_row textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacts_form_row textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacts_form_row textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contacts_list li {
    display: block;
    position: relative;
    padding-left: 45px;
    height: 70px;
}

.contacts_list li:not(:last-child) {
    margin-bottom: 20px;
}

.contacts_list li::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
}

.contacts_list li.contacts_geo::before {
    top: 2px;
    height: 24px;
    background-image: url("../img/geo_w.svg");
}

.contacts_list li.contacts_tel::before {
    top: 4px;
    height: 18px;
    background-image: url("../img/phone_w.svg");
}

.contacts_list li.contacts_mail::before {
    top: 7px;
    height: 14px;
    background-image: url("../img/mail_w.svg");
}

.contacts_text {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}

.contacts_form_success {
    display: none;
    color: #ffffff;
    font-size: 28px;
    min-height: 408px;
}

.contacts_form_row input.error, .contacts_form_row textarea.error {
    border-color: rgba(243, 10, 10, 0.5);
}

.contacts_form.success {
    display: none;
}

.contacts_form_success.show {
    display: block;
}

#map {
    width: 100%;
    height: 450px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1000;
}

.c-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/logo2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 100px;
}

.main {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.main section {
    width: 100%;
    height: 100%;
}

.bg_section {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    overflow: hidden;
}

.bg_section video {
    position: absolute;
    z-index: 1;
    min-width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.main_left {
    height: 100%;
    background-color: #ffffff;
    position: relative;
    display: table;
    width: 795px;
    background-color: rgba(255, 255, 255, 0);
}

.container_tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.error_img {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: auto;
    position: relative;
    background-image: url(../img/error.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main_right {
    width: calc(100vw - 795px);
    height: 100%;
    position: absolute;
    display: table;
    padding: 0 100px;
    top: 0;
    right: 0;
    min-height: 100%;
}

.main_title {
    margin-bottom: 30px;
}

.main_title h1 {
    color: #ffffff;
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
}

.main_text {
    margin-bottom: 30px;
}

.main_text p {
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    max-width: 745px;
}

body.error {
    padding-bottom: 0;
    height: 100%;
}

.main_logo {
    position: absolute;
    left: 37px;
    top: 30px;
    z-index: 2;
}

.main_logo a {
    display: block;
    width: 173px;
    height: 82px;
    position: relative;
}

.main_logo a img {
    display: block;
    width: 100%;
}

.error_btn {
    display: block;
    width: 265px;
    height: 45px;
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    position: relative;
}

.error_btn span {
    display: inline-block;
    vertical-align: middle;
    line-height: 43px;
}

.error_btn .btn_link_text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.error_btn .btn_link_icon {
    width: 19px;
    height: 8px;
    margin-right: 14px;
    position: relative;
}

.error_btn .btn_link_icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.error_btn .btn_link_icon svg path {
    transition: all 0.3s ease-in-out;
}

.error_btn::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.error_btn:hover::before {
    width: 100%;
    opacity: 1;
}

.error_btn:hover .btn_link_text {
    color: #3C52D2;
    transition: all 0.3s ease-in-out 0.1s;
}

.error_btn:hover .btn_link_icon svg path {
    fill: #3C52D2;
}

.newsItem_date {
    padding-top: 50px;
    padding-bottom: 30px;
}

.newsItem_date p {
    color: rgba(38, 38, 38, 0.8);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.newsItem_text {
    padding-top: 35px;
    padding-bottom: 90px;
    border-top: 1px solid rgba(209, 212, 230, 0.5);
    border-bottom: 1px solid rgba(209, 212, 230, 0.5);
}

.newsItem_text p {
    color: rgba(38, 38, 38, 0.8);
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
}

.newsItem_text p:not(:last-child) {
    margin-bottom: 15px;
}

.newsItem_text a {
    color: #3C52D2;
    transition: all 0.2s ease-in-out;
}

.newsItem_text a:hover {
    color: #262626;
}

.newsItem_text ul, .newsItem_text ol {
    list-style: none;
    margin: 20px 0;
}

.newsItem_text li {
    color: rgba(38, 38, 38, 0.8);
    font-size: 16px;
    line-height: 23px;
    font-weight: 300;
    display: block;
    position: relative;
    padding-left: 65px;
}

.newsItem_text li:not(:last-child) {
    margin-bottom: 10px;
}

.newsItem_text li::before {
    content: '';
    display: block;
    width: 35px;
    height: 1px;
    background-color: #D1D4E6;
    position: absolute;
    top: 11px;
    left: 0;
}

.newsItem_text img {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 20px auto;
}

.services_bg.servicesItem_section .servicesItem_content {
    display: block;
}

.burger {
    display: none;
}

.section_accordion_head {
    padding-right: 45px;
}

.send_mess {
    display: none;
}

#departmental_telephony .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/departmental_telephony.svg);
}

#analog_telephony .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/analog_telephony.svg);
}

#digital_telephony .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/digital_telephony.svg);
}

#colocation .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/colocation.svg);
}

#hosting .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/hosting.svg);
}

#cloud_surveillance .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/cloud_surveillance.svg);
}

#analog_surveillance .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/analog_surveillance.svg);
}

#digital_surveillance .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/digital_surveillance.svg);
}

#service_LAN .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/service_LAN.svg);
}

#service_ats .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/service_ats.svg);
}

#communication_channels .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/communication_channels.svg);
}

#VPN .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/VPN.svg);
}

#WiFi .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/WiFi.svg);
}

#IP .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/IP.svg);
}

#construction_networks .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/construction_networks.svg);
}

#corporate_networks .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/corporate_networks.svg);
}

#domain_names .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/domain_names.svg);
}

#network_equipment .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/network_equipment.svg);
}

#storage_systems .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/storage_systems.svg);
}

#information_security .servicesItem_title h3 .servicesItem_title_icon {
    background-image: url(../img/information_security.svg);
}

.services_link.subservices_link {
    justify-content: flex-start;
}

.services_link.subservices_link .subservices_item:not(:nth-child(3n)) {
    margin-right: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img {
        border: none;
        text-decoration: none;
    }
}

html.mobile.landscape body {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
    padding: 12px;
}

html.mobile .full_menu_nav {
    margin-top: -50px;
}

html.mobile .c-order_service {
    display: block;
    padding-top: 100px;
    min-height: auto;
    height: auto;
    margin-bottom: 40px;
}

html.mobile .order_service {
    padding-bottom: 20px;
}

html.mobile .order_service .full_menu_social, html.mobile .order_service .full_menu_contacts {
    position: relative;
    bottom: 0;
    left: 0;
}

html.mobile .send_mess_popup, html.mobile .vacancy_form {
    padding-bottom: 20px;
}

html.mobile .send_mess_popup .full_menu_social, html.mobile .send_mess_popup .full_menu_contacts, html.mobile .vacancy_form .full_menu_social, html.mobile .vacancy_form .full_menu_contacts {
    position: relative;
    bottom: 0;
    left: 0;
}

html.mobile #service_form + .contacts_form_success, html.mobile .contacts_form_success, html.mobile #vacancy_form + .contacts_form_success {
    min-height: auto;
}

html.mobile .order_service .full_menu_contacts.success, html.mobile .send_mess_popup .full_menu_contacts.success, html.mobile .vacancy_form .full_menu_contacts.success {
    position: absolute;
    bottom: 40px;
}

.order_service, .send_mess_popup, .vacancy_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg6.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.order_service.active, .send_mess_popup.active, .vacancy_form.active {
    opacity: 1;
    visibility: visible;
}

.c-order_service {
    display: table;
    width: 100%;
    height: 100%;
    padding-left: 235px;
}

.order_service_form {
    width: 540px;
    position: relative;
}

.order_service_form_row {
    position: relative;
}

.order_service_form_row:not(:last-child) {
    margin-bottom: 10px;
}

.order_service_form_row input {
    width: 538px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 0 30px;
}

.order_service_form_row textarea {
    width: 538px;
    height: 120px;
    resize: none;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 0 30px;
    padding-top: 20px;
    overflow: hidden;
}

.order_service_form_row .btn {
    width: 177px;
    height: 45px;
    background-color: #3C52D2;
    border-color: #3C52D2;
    cursor: pointer;
}

.input_service_tel input, .input_service_email input {
    width: 368px;
}

.required_text {
    position: absolute;
    top: 0;
    left: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
}

.required_text {
    content: '*Обязательно заполните все поля';
    display: block;
    position: absolute;
    left: 100%;
    top: 80px;
    width: 300px;
    color: #ffffff;
    font-size: 16px;
    line-height: 70px;
    padding-left: 25px;
}

#service_agree, #vacancy_agree {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    z-index: -1;
    opacity: 0;
}

.service_agree_label {
    padding-left: 26px;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
}

.service_agree_label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.service_agree_label::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

#service_agree:checked + .service_agree_label::after {
    opacity: 1;
}

#vacancy_agree:checked + .service_agree_label::after {
    opacity: 1;
}

.order_service_form_row.input_service_agree {
    margin-top: 20px;
    margin-bottom: 40px;
}

.close_order_service {
    position: absolute;
    top: 30px;
    right: 15px;
}

.close_order_service .burger_icon_border {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: opacity 0.65s 0.3s, -webkit-transform 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, opacity 0.65s 0.3s;
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, opacity 0.65s 0.3s, -webkit-transform 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}

.close_order_service .burger_text {
    opacity: 1;
}

.burger_icon_order_service {
    width: 70px;
    height: 70px;
    position: relative;
    display: inline-block;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
}

.c-burger_icon_order_service {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    width: 33px;
}

.first_line_slant {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 33px;
    height: 3px;
    display: block;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
}

.c-first_line_slant, .c-second_line_slant {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-10px) scaleX(0) translateZ(0);
    transform: translateX(-10px) scaleX(0) translateZ(0);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #ffffff;
}

.second_line_slant {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 33px;
    height: 3px;
    display: block;
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
}

.c-burger_icon_order_service:hover {
    opacity: 0.7;
}

.order_service.active .c-first_line_slant, .order_service.active .c-second_line_slant, .send_mess_popup.active .c-first_line_slant, .send_mess_popup.active .c-second_line_slant, .vacancy_form.active .c-first_line_slant, .vacancy_form.active .c-second_line_slant {
    -webkit-transform: translateX(0) scaleX(1) translateZ(0) !important;
    transform: translateX(0) scaleX(1) translateZ(0) !important;
    transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.order_service_title {
    color: #ffffff;
    font-size: 45px;
    line-height: 54px;
    margin-bottom: 40px;
}

.contacts_form_row input.error, .contacts_form_row textarea.error,
.order_service_form_row input.error, .order_service_form_row textarea.error {
    border-color: rgba(243, 10, 10, 0.5);
}

.service_agree_label.error::before {
    border-color: rgba(243, 10, 10, 0.5);
}

.vacancy_file_btn.error {
    border: 1px solid rgba(243, 10, 10, 0.5);
}

.contacts_form_success {
    display: none;
    font-size: 28px;
    min-height: 408px;
}

.contacts_form_success.show {
    display: block;
}

.contacts_left {
    position: relative;
}

.contacts_form.success, #send_mess.success, #service_form.success, #vacancy_form.success {
    display: none;
}

#service_form + .contacts_form_success {
    color: #fff;
    line-height: 40px;
    min-height: 565px;
}

.contacts_form_row .btn:hover .btn_link_icon svg path {
    fill: #ffffff;
}

.order_service_block_form, .contacts_form_full {
    position: relative;
}

.full_menu_logo {
    position: absolute;
    top: 30px;
    left: 37px;
}

.full_menu_contacts {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 35px;
    display: flex;
    justify-content: space-between;
    padding: 0 37px;
    align-items: baseline;
}

.right_contacts {
    text-align: right;
}

.full_menu_contacts .header_contacts_list {
    text-align: left;
}

.full_menu_contacts .header_contacts_item {
    display: inline-block;
    vertical-align: middle;
}

.full_menu_contacts .header_contacts_item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 70px;
}

.full_menu_contacts .header_contacts_link {
    opacity: 0.7;
    transition: all 0.4s ease-in-out;
}

.full_menu_contacts .header_contacts_link:hover {
    opacity: 1;
}

.main_social_item {
    display: inline-block;
    vertical-align: middle;
}

.main_social_item:not(:last-child) {
    margin-right: 15px;
}

.main_social_link {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    position: relative;
    transition: background 0.2s, -webkit-transform ease-out 0.1s;
    transition: transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
    z-index: 1;
}

.main_social_link.facebook {
    background-image: url(../img/facebook_b.svg);
    background-size: 9px 16px;
}

.main_social_link.vk {
    background-image: url(../img/vk_b.svg);
    background-size: 18px 10px;
}

.main_social_link.inst {
    background-image: url(../img/instagram_b.svg);
    background-size: 17px 17px;
}

.main_social_link::after {
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(116, 142, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.full_menu_social .main_social_link::after {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
}

.main_social_link:hover {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
}

.full_menu_social .main_social_link:hover:after {
    -webkit-animation: socialWhite 1.3s ease-out 75ms;
    animation: socialWhite 1.3s ease-out 75ms;
}

@-webkit-keyframes socialWhite {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #131B44, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #131B44, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes socialWhite {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #131B44, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #131B44, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.order_service_form_row .btn .btn_link_text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.order_service_form_row .btn span {
    display: inline-block;
    vertical-align: middle;
    line-height: 43px;
}

.order_service_form_row .btn .btn_link_icon {
    width: 19px;
    height: 8px;
    margin-left: 14px;
    position: relative;
}

.btn .btn_link_icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.btn .btn_link_icon svg path {
    transition: all 0.3s ease-in-out;
}

.order_service_form_row .btn::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.order_service_form_row .btn:hover::before {
    width: 100%;
    opacity: 1;
}

.order_service_form_row .btn:hover .btn_link_text {
    color: #3C52D2;
    transition: all 0.3s ease-in-out 0.1s;
}

.order_service_form_row .btn:hover .btn_link_icon svg path {
    fill: #3C52D2;
}

.order_service_form_row .btn {
    width: 177px;
    height: 45px;
    background-color: #3C52D2;
    border-color: #3C52D2;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: block;
}

.full_menu_contacts .header_contacts {
    margin-left: 0;
}

.order_service.active, .send_mess_popup.active, .vacancy_form.active {
    opacity: 1;
    visibility: visible;
}

.close_order_service {
    position: absolute;
    top: 30px;
    right: 15px;
}

.burger_text {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px;
    line-height: 19px;
    opacity: 0;
    margin-right: 30px;
    transition: opacity 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.close_order_service .burger_text {
    opacity: 1;
}

.c-burger {
    display: inline-block;
    vertical-align: middle;
}

.burger_icon_order_service {
    width: 70px;
    height: 70px;
    position: relative;
    display: inline-block;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    cursor: pointer;
}

.burger_icon_border {
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-transform: scale(1.2) translateZ(0);
    transform: scale(1.2) translateZ(0);
    transition: opacity 0.45s, -webkit-transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.45s;
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.45s, -webkit-transform 0.75s cubic-bezier(0.23, 1, 0.32, 1);
}

.close_order_service .burger_icon_border {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: opacity 0.65s 0.3s, -webkit-transform 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, opacity 0.65s 0.3s;
    transition: transform 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, opacity 0.65s 0.3s, -webkit-transform 0.75s cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}

.c-burger_icon_order_service {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    width: 33px;
}

.first_line_slant {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 33px;
    height: 3px;
    display: block;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
}

.c-first_line_slant, .c-second_line_slant {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(-10px) scaleX(0) translateZ(0);
    transform: translateX(-10px) scaleX(0) translateZ(0);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #ffffff;
}

.order_service.active .c-first_line_slant, .order_service.active .c-second_line_slant, .send_mess_popup.active .c-first_line_slant, .send_mess_popup.active .c-second_line_slant,
.vacancy_form.active .c-first_line_slant, .vacancy_form.active .c-second_line_slant {
    -webkit-transform: translateX(0) scaleX(1) translateZ(0) !important;
    transform: translateX(0) scaleX(1) translateZ(0) !important;
    transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s, -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.second_line_slant {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 33px;
    height: 3px;
    display: block;
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
}

.full_menu_logo a {
    display: block;
    width: 174px;
    height: 82px;
    position: relative;
}

.full_menu_logo a img {
    display: block;
    width: 100%;
}

textarea, input {
    -webkit-appearance: none;
    border-radius: 0;
}

.full_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg5.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.full_menu.active {
    opacity: 1;
    visibility: visible;
}

#vacancy_file {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.vacancy_file_label {
    display: block;
    position: relative;
}

.vacancy_file_text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

.vacancy_file_btn {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    background-color: #3C52D2;
    position: relative;
    cursor: pointer;
    margin-right: 20px;
}

.vacancy_file_btn::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 20px;
    margin: auto;
    background-color: #ffffff;
}

.vacancy_file_btn::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    width: 20px;
    margin: auto;
    background-color: #ffffff;
}

.order_service_form_row.input_service_file {
    margin: 20px 0;
}

#vacancy_form + .contacts_form_success {
    min-height: 640px;
    color: #fff;
}

.vacancy_section {
    background-image: url("../img/vacancy_bg.png");
}

.certificate_section {
    background-image: url("../img/certificate_bg.png");
}

.company_section {
    background-image: url("../img/company_bg.png");
}

.contacts_section {
    background-image: url("../img/contacts_bg.png");
}

.services_item_section {
    background-image: url("../img/services_bg.png");
}

.news_section {
    background-image: url("../img/news_bg.png");
}

.profile_section {
    background-image: url("../img/profile_bg.png");
}

.projects_section {
    background-image: url("../img/projects_bg.png");
}

.services_section {
    background-image: url("../img/services_bg.png");
}

.section_item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.main_right {
	height: 100vh;
}


html.mobile .company_link_item::before, html.mobile .company_link_item::before {
    display: none;
}
html.mobile .company_link_item:hover .company_link_name, html.mobile .company_link_item:active .company_link_name {
    color: #ffffff;
}
html.mobile .company_link_item:hover .company_link_arrow, html.mobile .company_link_item:active .company_link_arrow {
    background-image: url(../img/left_arrow_white2.svg);
}
html.mobile .full_menu_link:hover, html.mobile .full_menu_link:active {
    opacity: 0.7;
}
html.mobile .full_menu_link span::after {
    display: none;
}
html.mobile .subservices_item a::before {
    display: none;
}
html.mobile .subservices_item a:hover .subservices_item_icon svg path, html.mobile .subservices_item a:hover .subservices_item_icon svg path {
    fill: white;
}
html.mobile .subservices_item a:hover .subservices_item_name, html.mobile .subservices_item a:hover .subservices_item_name {
    color: #ffffff;
}
html.mobile .full_btn::before {
    display: none;
}
html.mobile .full_btn:hover span, html.mobile .full_btn:active span {
    color: #ffffff;
}
html.mobile .vacancy_btn::before {
    display: none;
}
html.mobile .full_btn.vacancy_btn:hover span, html.mobile .full_btn.vacancy_btn:active span {
    color: #ffffff;
}
html.mobile .order_service_form_row .btn::before {
    display: none;
}
html.mobile .order_service_form_row .btn:hover .btn_link_text, html.mobile .order_service_form_row .btn:active .btn_link_text {
    color: #ffffff;
}