@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;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    transition: opacity 0.5s ease-in-out 0.3s, visibility 1s ease-in-out 0.3s, -webkit-transform 1s ease-in-out 0.3s;
    transition: transform 1s ease-in-out 0.3s, opacity 0.5s ease-in-out 0.3s, visibility 1s ease-in-out 0.3s;
    transition: transform 1s ease-in-out 0.3s, opacity 0.5s ease-in-out 0.3s, visibility 1s ease-in-out 0.3s, -webkit-transform 1s ease-in-out 0.3s;
}

header.hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50px) translateZ(0);
    transform: translateY(-50px) translateZ(0);
    transition: opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.65s cubic-bezier(0.165, 0.84, 0.44, 1), visibility 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-header {
    width: 100%;
    padding: 32px 37px;
    display: flex;
    justify-content: space-between;
}

.header_left {
    width: 758px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 37px;
}

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

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

.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: #262626;
    position: relative;
}

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

.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: #262626;
    width: 0;
    max-width: 0;
    transition: all 0.4s ease-in-out;
}

.header_right {
    width: calc(100vw - 758px);
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 100px;
}

.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;
}

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

.header_contacts_list {
    text-align: right;
}

.header_contacts_item {
    display: block;
}

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

.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_contacts_link {
    transition: all 0.3s ease-in-out;
}

.header_contacts_link:hover {
    opacity: 0.7;
}

.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");
}

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

.page1 .bg_section {
    overflow: hidden;
}

.page1 .bg_section video {
    position: absolute;
    z-index: 1;
    min-width: 100%;
    min-height: 100vh;
    width: auto;
    height: auto;
}

.page1 .main_left {
    width: 795px;
    background-color: rgba(255, 255, 255, 0);
}

.main_left {
    height: 100%;
    background-color: #ffffff;
    position: relative;
    display: table;
}

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

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

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

.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: #3C52D2;
    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::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%;
}

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

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

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

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

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

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

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(116, 142, 255, 0.8), 0 0 10px 10px #ffffff, 0 0 0 10px #748eff;
    }

    100% {
        box-shadow: 0 0 0 2px rgba(116, 142, 255, 0.8), 0 0 10px 10px #ffffff, 0 0 0 10px #748eff;
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

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

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(116, 142, 255, 0.8), 0 0 10px 10px #ffffff, 0 0 0 10px #748eff;
    }

    100% {
        box-shadow: 0 0 0 2px rgba(116, 142, 255, 0.8), 0 0 10px 10px #ffffff, 0 0 0 10px #748eff;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.main_social {
    position: absolute;
    left: 37px;
    bottom: 40px;
    width: 100%;
}

.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;
}

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

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

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

.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;
}

.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;
}

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

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

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

.onepage-pagination {
    right: 97px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 66px 0;
    background: transparent;
    z-index: 4;
}

.onepage-pagination li {
    width: 10px;
    height: 10px;
    position: relative;
    padding: 18px 0;
}

.onepage-pagination li a {
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

.onepage-pagination li a::before {
    display: none;
}

.onepage-pagination li a.active {
    background-color: #ffffff;
}

.page2 .bg_section {
    background-image: url("../img/bg2.png");
    width: 482px;
    top: 0;
    right: 0;
}

.page2 .main_left {
    width: calc(100vw - 482px);
}

.wrap {
    width: 1070px;
    margin: auto;
}

.title_h2 {
    margin-bottom: 45px;
}

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

.services_block_grid {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

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

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

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

.services_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_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_text {
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.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_item a:hover::before {
    opacity: 1;
    width: 100%;
}

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

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

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

.nav_line {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 102px;
    z-index: 2;
}

.nav_line_top {
    width: 1px;
    height: 35.8%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.nav_line_bottom {
    width: 1px;
    height: 35.8%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.services_block {
    position: relative;
}

.services_popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    height: 522px;
}

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

.services_popup_item {
    display: flex;
    justify-content: flex-start;
    min-height: 522px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.services_popup_item.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.services_block_popup_left {
    width: 380px;
    background-color: #3C52D2;
    padding: 40px;
    min-height: 100%;
    height: 100%;
    position: relative;
}

.services_popup_title {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 20px;
}

.services_popup_desc {
    padding-top: 30px;
    color: #ffffff;
    font-size: 15px;
    line-height: 23px;
    position: relative;
}

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

.services_popup_link {
    position: absolute;
    left: 40px;
    bottom: 40px;
}

.services_block_popup_right {
    width: 690px;
    border: 1px solid #D1D4E6;
    border-left: none;
    background-color: #ffffff;
    padding: 40px 50px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    align-content: flex-start;
    height: 100%;
}

.services_element_item {
    width: 285px;
    height: 80px;
    background-color: rgba(244, 245, 248, 0.6);
    padding: 15px 20px;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
}

.services_element_title {
    color: #3C52D2;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
}

.close_services_popup {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 13px;
    right: 13px;
    z-index: 3;
    cursor: pointer;
}

.close_services_popup::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(38, 38, 38, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close_services_popup::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(38, 38, 38, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.services_element_hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #3C52D2;
    padding: 15px 20px;
    z-index: 3;
    cursor: default;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.services_element_hover .services_element_title {
    color: #ffffff;
    margin-bottom: 25px;
}

.services_element_link .btn {
    width: 123px;
    height: 35px;
}

.services_element_link .btn .btn_link_text {
    line-height: 33px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
}

.services_element_link .btn:hover .btn_link_text {
    color: #3C52D2;
}

.services_element_item:hover .services_element_hover {
    opacity: 1;
    visibility: visible;
}

.page2 .bg_section[data-service]::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(38, 38, 38, 0.4);
}

.page2 .bg_section[data-service]::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(60, 82, 210, 0.2);
}

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

.page2 .bg_section[data-service='0'] {
    background-image: url("../img/service_bg1.png");
}

.page2 .bg_section[data-service='1'] {
    background-image: url("../img/service_bg2.png");
}

.page2 .bg_section[data-service='2'] {
    background-image: url("../img/service_bg1.png");
}

.page2 .bg_section[data-service='3'] {
    background-image: url("../img/service_bg4.png");
}

.page2 .bg_section[data-service='4'] {
    background-image: url("../img/service_bg1.png");
}

.page2 .bg_section[data-service='5'] {
    background-image: url("../img/service_bg1.png");
}

.page2 .bg_section[data-service='6'] {
    background-image: url("../img/service_bg1.png");
}

.page2 .bg_section[data-service='7'] {
    background-image: url("../img/service_bg1.png");
}

.page3 .bg_section {
    background-image: url("../img/bg3.png");
}

.page3 .wrap {
    width: 1535px;
}

.page3 .title_h2 h2 {
    color: #ffffff;
}

.page3 .main_left {
    width: 100%;
    background-color: rgba(255, 255, 255, 0);
}

.news_item {
    display: inline-block;
    vertical-align: top;
}

.news_link {
    display: block;
    width: 360px;
    height: 487px;
    position: relative;
}

.news_img {
    width: 100%;
    height: 207px;
    overflow: hidden;
    position: relative;
}

.news_img img {
    display: block;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.news_img::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 2;
}

.news_desc {
    width: 100%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    height: 280px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

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

.news_date {
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    margin-bottom: 13px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.news_title {
    color: #ffffff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

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

.news_more {
    position: absolute;
    left: 30px;
    bottom: 30px;
    transition: all 0.3s ease-in-out;
}

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

.news_more.news_more_hover {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.news_more.news_more_hover .news_more_icon {
    background-image: url("../img/left_arrow_blue.svg");
}

.news_more_text {
    display: inline-block;
    vertical-align: middle;
    color: #3C52D2;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-right: 15px;
}

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

.news_link:hover .news_date {
    color: #3C52D2;
}

.news_link:hover .news_title,
.news_link:hover .news_text {
    color: #262626;
}

.news_link:hover .news_more {
    opacity: 0;
}

.news_link:hover .news_more.news_more_hover {
    opacity: 1;
}

.news_link:hover .news_img1 {
    opacity: 0;
}

.news_link:hover .news_img2 {
    opacity: 1;
    width: 100%;
}

.news_slider .slick-arrow {
    position: absolute;
    bottom: 0;
    font-size: 0;
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    width: 43px;
    height: 13px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/left_arrow_white2.svg");
    cursor: pointer;
}

.news_slider .slick-arrow.slick-disabled {
    background-image: url("../img/left_arrow_opacity.svg");
}

.news_slider .slick-next {
    right: 23px;
}

.news_slider .slick-prev {
    right: 96px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.news_slider {
    padding-bottom: 46px;
}

.news_img .news_img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.cases-main-v1 .news_desc {
    height: 100%;
    padding-top: 70px;
}

.cases-main-v1 .case_number {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.cases-main-v1 .news_link:hover .case_number {
    color: #3C52D2;
}

.cases-main-v1 .news_text {
    max-height: 140px;
    overflow: hidden;
}

.page4 .bg_section {
    background-image: url("../img/bg4.png");
    width: 630px;
    top: 0;
    right: 0;
}

.page4 .main_left {
    width: calc(100vw - 630px);
    background-image: url("../img/map.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page4 .wrap {
    width: 910px;
}

.contacts_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contacts_form {
    width: 386px;
}

.contacts_form_row {
    position: relative;
    width: 100%;
}

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

.contacts_form_row input {
    width: 100%;
    height: 70px;
    border: 1px solid rgba(38, 38, 38, 0.1);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    outline: none;
    padding: 0 30px;
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
}

.contacts_form_row input:focus {
    border-color: #3C52D2;
}

.contacts_form_row textarea {
    width: 100%;
    height: 160px;
    resize: none;
    border: 1px solid rgba(38, 38, 38, 0.1);
    background-color: rgba(255, 255, 255, 0);
    box-shadow: none;
    outline: none;
    padding: 0 30px;
    padding-top: 20px;
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.contacts_form_row textarea:focus {
    border-color: #3C52D2;
}

.contacts_form_row .btn {
    border-color: #3C52D2;
    cursor: pointer;
}

.contacts_form_row .btn .btn_link_text {
    color: #3C52D2;
}

.contacts_form_row .btn::before {
    background-color: #3C52D2;
}

.contacts_form_row .btn:hover {
    border: 1px solid #3C52D2;
}

.contacts_form_row .btn:hover .btn_link_text {
    color: #ffffff;
}

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

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

.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.svg");
}

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

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

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

.contacts_mail .contacts_text {
    color: #3C52D2;
}

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

.c-footer {
    display: flex;
    justify-content: space-between;
    padding-left: 37px;
    padding-bottom: 30px;
    padding-right: 166px;
}

.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 {
    padding-right: 30px;
    margin-right: 30px;
    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%;
}

.burger {
    position: fixed;
    top: 30px;
    right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    z-index: 5;
}

.burger.show {
    opacity: 1;
    visibility: visible;
    transition: opacity .8s ease-in-out 0.8s;
}

.c-burger_label {
    color: transparent;
}

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

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

.c-burger_icon span.burger_line_straight {
    width: 33px;
    height: 3px;
    background-color: #ffffff;
    display: block;
    transition: opacity .55s .3s;
}

.c-burger_icon span:nth-of-type(2) {
    margin: 6px 0;
}

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

.prev_logo_white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc((100vw - 325px) / 2);
    background-color: #ffffff;
}

.post_logo_white {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc((100vw - 320px) / 2);
    background-color: #ffffff;
}

.section_logo {
    position: absolute;
    top: 30px;
    left: 37px;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

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

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

section.active .section_logo {
    opacity: 1;
    transition: opacity .6s ease-in-out 0.8s;
}

section.active .next_slide {
    opacity: 1;
    transition: opacity .6s ease-in-out 0.8s;
}

section.page1.active .next_slide {
    opacity: 1;
    transition: opacity .6s ease-in-out 0.8s;
}

.next_slide {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    background-image: url("../img/arrow_down.svg");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    z-index: 4;
    border-radius: 50%;
    bottom: 40px;
    right: 82px;
    opacity: 0;
}

.next_slide.up {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

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

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

.next_slide.up:hover {
    -webkit-transform: scale(0.93) rotate(-180deg);
    transform: scale(0.93) rotate(-180deg);
}

.next_slide:hover:after {
    -webkit-animation: nextSlide 1.3s ease-out 75ms;
    animation: nextSlide 1.3s ease-out 75ms;
}

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

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3C52D2, 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 #3C52D2, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

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

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3C52D2, 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 #3C52D2, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.next_slide_text {
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    bottom: 50px;
    right: 160px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

section.active .next_slide_text {
    opacity: 1;
    transition: opacity .4s ease-in-out 0.8s;
}

section.page1.active .next_slide_text {
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.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;
}

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

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

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

.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;
}

.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;
}

.right_contacts {
    text-align: right;
}

.right_contacts p {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    opacity: 0.7;
}

.full_menu_social .main_social_link {
    background-color: #ffffff;
}

.full_menu_social .main_social_link.facebook {
    background-image: url("../img/facebook_b.svg");
}

.full_menu_social .main_social_link.vk {
    background-image: url(../img/vk_b.svg);
}

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

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

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

@-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;
    }
}

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

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

.full_menu_item {
    display: block;
}

.full_menu_item:not(:last-child) {
    margin-bottom: 40px;
}

.full_menu_item:last-child {
    margin-top: 100px;
}

.full_menu_link {
    color: #ffffff;
    font-size: 45px;
    line-height: 54px;
    transition: all 0.4s ease-in-out;
    opacity: 0.7;
    position: relative;
}

.full_menu_link:hover {
    opacity: 1;
}

.full_menu_link:hover span::after {
    width: 100%;
}

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

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

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

.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);
}

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

.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);
}

.burger.full-nav_active .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;
}

.burger.full-nav_active .burger_text {
    opacity: 1;
}

.burger_line_slant {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 33px;
    height: 3px;
    display: block;
}

.c-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;
}

.c-burger_icon span:nth-of-type(4) {
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
}

.c-burger_icon span:nth-of-type(5) {
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
}

.burger.full-nav_active .c-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;
}

.burger.full-nav_active .burger_line_straight {
    opacity: 0;
    transition: opacity .55s;
}

.burger.full-nav_active {
    opacity: 1;
    visibility: visible;
}

.main_right .main_contacts {
    display: none;
}

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

.services_popup_desc.mobile {
    display: none;
}

.send_mess {
    display: none;
}

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

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

.services_popup {
    z-index: -1;
}

.services_popup.active {
    z-index: 2;
}

.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;
}

.resize_mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 100;
    background-image: url("../video/sis_bg_video.gif");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}

.c-resize_mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.resize_mobile_img {
    width: 120px;
    height: 125px;
    background-image: url("../img/mobile.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

.resize_mobile_text {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
}

html.mobile .next_slide:hover, html.mobile .next_slide:active {
    background-color: #ffffff;
    -webkit-transform: none;
    transform: none;
    color: #ffffff;
}

html.mobile .next_slide::after {
    display: none;
}

html.mobile .nav_line.other_color .next_slide:hover, html.mobile .nav_line.other_color .next_slide:active {
    background-color: #3C52D2;
    -webkit-transform: none;
    transform: none;
}

html.mobile .nav_line.hidden_arrow .next_slide {
    display: none;
}

html.mobile .page1 .bg_section video {
    display: none;
}

html.mobile .page1 .bg_section {
    background-image: url("../video/sis_bg_video.gif");
}

html.mobile .news_link:hover .news_img1, html.mobile .news_link:active .news_img1 {
    opacity: 1;
}

html.mobile .news_img .news_img2 {
    display: none;
}

html.mobile .news_desc::before {
    display: none;
}

html.mobile .news_link:hover .news_date, html.mobile .news_link:active .news_date {
    color: #ffffff;
}

html.mobile .news_link:hover .news_title, html.mobile .news_link:active .news_title, html.mobile .news_link:hover .news_text, html.mobile .news_link:active .news_text {
    color: #ffffff;
}

/*html.mobile.landscape .resize_mobile {
    display: block;
}

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.tablet .news_link:hover .news_img1, html.tablet .news_link:active .news_img1 {
    opacity: 1;
}

html.tablet .news_img .news_img2 {
    display: none;
}

html.tablet .news_desc::before {
    display: none;
}

html.tablet .news_link:hover .news_date, html.tablet .news_link:active .news_date {
    color: #ffffff;
}

html.tablet .news_link:hover .news_title, html.tablet .news_link:active .news_title, html.tablet .news_link:hover .news_text, html.tablet .news_link:active .news_text {
    color: #ffffff;
}

html.tablet .next_slide:hover, html.tablet .next_slide:active {
    background-color: #ffffff;
    -webkit-transform: none;
    transform: none;
    color: #ffffff;
}

html.tablet .next_slide::after {
    display: none;
}

html.tablet .nav_line.other_color .next_slide:hover, html.tablet .nav_line.other_color .next_slide:active {
    background-color: #3C52D2;
    -webkit-transform: none;
    transform: none;
}

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 {
    padding-bottom: 20px;
}

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

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

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

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

.order_service, .send_mess_popup {
    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;
    transition: all 0.4s ease-in-out;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.order_service.active, .send_mess_popup.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 {
    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;
}

.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, .c-burger_icon_order_service:active {
    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 {
    -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);
}

.contacts_form_success {
    display: none;
    color: #262626;
    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 {
    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;
}

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