@font-face {
    font-family: 'Conv_Pragmatica Light';
    src: url('/css/fonts/Pragmatica Light.eot');
    src: local('☺'), url('/css/fonts/Pragmatica Light.woff') format('woff'), url('/css/fonts/Pragmatica Light.ttf') format('truetype'), url('/css/fonts/Pragmatica Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Pragmatica Bold';
    src: url('/css/fonts/Pragmatica Bold.eot');
    src: local('☺'), url('/css/fonts/Pragmatica Bold.woff') format('woff'), url('/css/fonts/Pragmatica Bold.ttf') format('truetype'), url('/css/fonts/Pragmatica Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Pragmatica Black';
    src: url('/css/fonts/Pragmatica Black.eot');
    src: local('☺'), url('/css/fonts/Pragmatica Black.woff') format('woff'), url('/css/fonts/Pragmatica Black.ttf') format('truetype'), url('/css/fonts/Pragmatica Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Pragmatica Medium';
    src: url('/css/fonts/Pragmatica Medium.eot');
    src: local('☺'), url('/css/fonts/Pragmatica Medium.woff') format('woff'), url('/css/fonts/Pragmatica Medium.ttf') format('truetype'), url('/css/fonts/Pragmatica Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.light {
    font-family: 'Conv_Pragmatica Light';
}

.medium {
    font-family: 'Conv_Pragmatica Medium';
}

.bold {
    font-family: 'Conv_Pragmatica Bold';
}

.black {
    font-family: 'Conv_Pragmatica Black';
}

.custom_full {
    margin: 0 30px;
}

.header_custom {
    border-bottom: 1px solid #E5E5E5;
}

.header {
    text-transform: uppercase;
}

.header_top_menu,
.header_bottom_menu {
    padding: 5px 0;
}

.flex_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_block {
    text-align: right;
    width: 100%;
}
.contact_block a:first-child{
	margin-right:20px;
}

.header_social a {
    padding: 0 5px;
    margin-right: 8px;
}

.hexagon {
    width: 100%;
    height: 100%;
    max-height: 300px;
    max-width: 300px;
    margin: 0 auto;
}

/* hex link */
.hex_link {
    display: inline-block;
    border-top: 1px solid #305CA7;
    border-bottom: 1px solid #305CA7;
    position: relative;
    text-align: center;
    color: #305CA7;
    font-size: 13px;
    background: none;
    border-left: 0;
    border-right: 0;
    cursor: pointer;
    max-width:90px;
    height:60px;
    width:100%;
    padding:0;
}

.hex_link:before,
.hex_link:after {
    content: '';
    position: absolute;
    top: 12px;
    height: 33px;
    width: 33px;
    border: 1px solid #305CA7;
    -webkit-transform: scale(0.8, 1.25) rotate(45deg);
    -moz-transform: scale(0.8, 1.25) rotate(45deg);
    -ms-transform: scale(0.8, 1.25) rotate(45deg);
    transform: scale(0.8, 1.25) rotate(45deg);
}

.hex_link:before {
    left: -17px;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
}

.hex_link:after {
    right: -17px;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
}

.hex_link:hover,
.hex_link:hover:before,
.hex_link:hover:after {
    background-color: #305CA7;
    color: white;
}

/**/
.team_slide_wrapper {
    position: relative;
    margin-bottom: 85px;
}

.team_arrow_prev,
.team_arrow_next {
    cursor: pointer;
    border: none;
    border-top: 1px solid #305CA7;
    border-bottom: 1px solid #305CA7;
    position: absolute;
    background: white;
    top: 30%;
    height: 30px;
    padding: 0 5px;
    transform: rotate(90deg);
}

.team_arrow_prev svg {
    vertical-align: middle;
    transform: rotate(90deg);
    position: relative;
    z-index: 2;
}

.team_arrow_next svg {
    position: relative;
    z-index: 2;
}

.team_arrow_next {
    right: 0;
}

.team_arrow_prev {
    left: 0;
}

.team_arrow_prev:before,
.team_arrow_prev:after {
    content: '';
    position: absolute;
    top: 5px;
    height: 17px;
    width: 17px;
    border: 1px solid #305CA7;
    -webkit-transform: scale(0.8, 1.25) rotate(45deg);
    -moz-transform: scale(0.8, 1.25) rotate(45deg);
    -ms-transform: scale(0.8, 1.25) rotate(45deg);
    transform: scale(0.8, 1.25) rotate(45deg);
    background: white;
}

.team_arrow_prev:before {
    left: -8px;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
}

.team_arrow_prev:after {
    right: -8px;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
}

.team_arrow_next:before,
.team_arrow_next:after {
    content: '';
    position: absolute;
    top: 5px;
    height: 17px;
    width: 17px;
    border: 1px solid #305CA7;
    -webkit-transform: scale(0.8, 1.25) rotate(45deg);
    -moz-transform: scale(0.8, 1.25) rotate(45deg);
    -ms-transform: scale(0.8, 1.25) rotate(45deg);
    transform: scale(0.8, 1.25) rotate(45deg);
    background: white;
}

.team_arrow_next:before {
    left: -8px;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
}

.team_arrow_next:after {
    right: -8px;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
}

.team_arrow_next svg {
    vertical-align: top;
    transform: rotate(270deg);
}

.hexagon img {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.header_social img {
    filter: brightness(0) invert(34%) sepia(16%) saturate(2198%) hue-rotate(179deg) brightness(98%) contrast(98%);
    max-height:16px;
}

.header_social a:hover img {
    filter: none;
}

.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu li {
    display: inline-block;
}

.submenu {
    position: absolute;
    top: 100%;
    background: white;
    margin: 0;
    padding: 10px;
    width: 100%;
    z-index: 2;
    display: none;
}

.submenu li {
    display: block;
    font-size: 14px;
}

.submenu li a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #E5E5E5;
}

.main_full {
    background: url(/images/elements/page_bg.png) no-repeat 200px -400px/cover;
}

.solutions_full {
    background: url(/images/elements/solution_bg.png) no-repeat;
    position: relative;
    top: 40px;
    background-position:top;
    background-size:cover;
    max-width:1920px;
    margin:0 auto;
}

.service_block {
    position: relative;
    text-align: center;
    display: inline-block;
    max-width: 405px;
}

.servie_title {
    font-size: 26px;
    padding-top: 15px;
    padding-bottom: 45px;
}

.row_1 {
    padding-top: 120px;
}

.row_2 {
    padding-top: 200px;
}

.service_1 {
    left: 2%;
}

.service_2 {
    left: 17%;
    bottom: 100px;
}

.service_3 {
    left: 28%;
    bottom: 200px;
}

.service_4 {
    left: 43%;
    bottom: 270px;
}

.footer_full {
    min-height: 135px;
    background: url(/images/elements/footer_back.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer_container {
    max-width: 1720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 20px 15px;
}

.footer_social {
    text-align: right;
    margin-top: 10px;
}

.footer_social img {
    filter: brightness(0) invert(1);
    max-height:40px;
}

.footer_social a {
    padding: 0 8px;
}

.footer_social a:last-of-type {
    padding-right: 0;
}

.footer_contacts {
    font-size: 25px;
    color: white;
    max-width: 845px;
    margin-left: auto;
}

.copyright {
    font-size: 12px;
    margin-top: 20px;
}

.block_title {
    font-size: 28px;
    text-align: center;
}

.block_description {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 80px;
    line-height: 1.7;
}

.team_slide {
    text-align: center;
}

.team_slide .hexagon img {
    margin: 0 auto;
}

.menu li a.active {
    color: #305CA7;
}

.teammate_name {
    margin-top: 30px;
}

.slide_link {
    color: #305CA7;
    margin-top: 30px;
    padding: 25px 35px;
    display: inline-block;
    border: 1px solid #305CA7;
    font-size: 13px;
}

.page_title {
    color: #204795;
    font-size: 32px;
    margin:10px 0;
    text-align: center;
}

.page_subtitle {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
.page_subtitle p{
	margin:0;
}

.page_subtitle_bottom {
    font-size: 24px;
    margin-top: 5px;
    text-align: center;
}
.page_subtitle_bottom p{
	margin:0;
}

.has_submenu {
    cursor: pointer;
    position: relative;
}

.has_submenu::before {
    content: '';
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: -12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.has_submenu:hover .submenu {
    display: block;
}

.menu a:hover,
.contact_block a:hover {
    color: #8DA5E3;
}

.consult_net_block {
    min-height: 430px;
    background: url(/images/elements/consult_back.svg) no-repeat top center / contain;
    position: relative;
    max-width:960px;
    margin:0 auto;
    margin-bottom:135px;
}

.net_hex {
    background: #ECF1F9;
    color: #325CA9;
}

.net_hex_1 {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 150px;
    height: 135px;
    position: absolute;
    top: 140px;
    left: 100px;
    transform: rotate(90deg);
}

.net_hex_1:hover {
    transform: rotate(90deg) scale(1.1);
}

.net_hex_inside {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content:center;
}

.net_hex_1 .net_hex_inside {
    transform: rotate(270deg);
    padding: 30px;
}

.net_hex_title {
    font-size: 17px;
}

.net_hex_img {
    position: absolute;
}

.net_hex_img svg path {
    fill: #305CA7;
    fill-opacity: 0.14;
}

.net_hex_description {
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 12px rgba(27, 65, 143, 0.2);
    border-radius: 8px;
    display: none;
    position: absolute;
    z-index: 4;
}

.net_hex_description ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.net_hex_description ul li {
    margin-bottom: 15px;
}

.net_hex_description ul li:last-child {
    margin-bottom: 0;
}

.net_hex_description ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(/images/elements/li.svg) no-repeat;
    margin-right: 15px;
}

.net_hex:hover+.net_hex_description {
    display: block;
}

.hex_1_desc {
    top: 245px;
    left: 190px;
}

.net_hex_2 {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 170px;
    height: 150px;
    position: absolute;
    top: 40px;
    left: 350px;
    transform: rotate(101deg);
}

.hex_2_desc {
    top: 165px;
    left: 450px;
}

.net_hex_2:hover {
    transform: rotate(101deg) scale(1.1);
}

.net_hex_2 .net_hex_inside {
    transform: rotate(260deg);
    padding: 10px;
}

.net_hex_2 .net_hex_img {
    width: 100%;
}

.net_hex_3 {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 230px;
    height: 205px;
    position: absolute;
    top: 130px;
    right: 75px;
    transform: rotate(353deg);
}

.hex_3_desc {
    bottom: 10px;
    right: 210px;
}

.net_hex_3:hover {
    transform: rotate(353deg) scale(1.1);
}

.net_hex_3 .net_hex_inside {
    transform: rotate(7deg);
    padding: 50px;
    text-align: center;
}


.net_hex_4 {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 170px;
    height: 160px;
    position: absolute;
    bottom: -70px;
    left: 205px;
    transform: rotate(103deg);
}

.hex_4_desc {
    bottom: 50px;
    left: 325px;
}

.net_hex_4:hover {
    transform: rotate(103deg) scale(1.1);
}

.net_hex_4 .net_hex_inside {
    transform: rotate(258deg);
    padding: 25px;
    text-align: center;
}

.net_hex:hover {
    background: linear-gradient(180deg, #325CA9 0%, #0F3382 100%);

}

.net_hex:hover .net_hex_title {
    color: white;
    /*font-family: 'Conv_Pragmatica Black';*/
}

.net_hex:hover .net_hex_img svg path {
    fill: #E2E8F3;
    fill-opacity: 0.31;
}
.hover_image{
	display:none;
}
.net_hex:hover .index_image{
	display:none;
}
.net_hex:hover .hover_image{
	display:block;
}
.page_title .span {
    color: #254B96;
    font-size: 35px;
}

.functions {
    min-height: 600px;
    margin-top: 50px;
    padding-top: 30px;
    background: url(/images/elements/leasing_back.svg) no-repeat center / cover;
}

.functions_title {
    font-size: 28px;
}

.solution_block {
    text-align: center;
}

.solution_row {
    padding-top: 185px;
    padding-bottom: 100px;
}

.center_solution {
    position: relative;
    bottom: 100px;
}

.pr_container {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: 600px;
    background: url(/images/elements/pr_back.svg) no-repeat;
    background-size: 100% 80%;
    top: 70px;
}

@media (min-width: 960px) {
    .pr_container {
        width: 960px
    }
}

.pr_container:after {
    clear: both;
    content: " ";
    display: table
}

.pr_net_hex {
    background: #ECF1F9;
    color: #325CA9;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    text-align: center;
}

#pr_1 {
    height: 150px;
    width: 180px;
    left: 150px;
    top: 0%;
    padding: 30px;
}

#pr_1:hover {
    transform: scale(1.1);
}

#pr_2 {
    height: 130px;
    width: 155px;
    left: 400px;
    top: 0%;
    padding: 30px;
    transform: rotate(40deg);
}

#pr_2:hover {
    transform: rotate(40deg) scale(1.1);
}

#pr_2 .net_hex_inside {
    transform: rotate(320deg);
}


#pr_3 {
    height: 155px;
    width: 180px;
    right: 150px;
    top: 40px;
    padding: 20px;
    transform: rotate(22deg);
}

#pr_3:hover {
    transform: rotate(22deg) scale(1.1);
}

#pr_3 .net_hex_inside {
    transform: rotate(340deg);
}

#pr_3 .net_hex_img {
    left: 25px;
}

#pr_4 {
    height: 160px;
    width: 180px;
    right: 110px;
    bottom: 160px;
    padding: 20px;
    transform: rotate(40deg);
}

#pr_4:hover {
    transform: rotate(40deg) scale(1.1);
}

#pr_4 .net_hex_inside {
    transform: rotate(320deg);
}

#pr_4 .net_hex_img {
    left: 40px;
}

#pr_5 {
    height: 160px;
    width: 190px;
    right: 380px;
    bottom: 230px;
    padding: 30px;
    transform: rotate(40deg);
}

#pr_5:hover {
    transform: rotate(40deg) scale(1.1);
}

#pr_5 .net_hex_inside {
    transform: rotate(320deg);
}

#pr_6 {
    height: 160px;
    width: 160px;
    left: 150px;
    bottom: 175px;
    padding: 20px;
}

#pr_6:hover {
    transform: scale(1.1);
}

#pr_6 .net_hex_img {
    left: 40px;
}

.pr_net_hex:hover {
    color: white;
    font-size: 24px;
    background: linear-gradient(180deg, #325CA9 0%, #0F3382 100%);
}

.pr_net_hex:hover svg path {
    fill: #E2E8F3;
    fill-opacity: 0.31;
}

.offer_link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 40px;
}

.offer_link li {
    margin-bottom: 15px;
}

.offer_link li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(/images/elements/li.svg) no-repeat;
    margin-right: 10px;
}

.blue_block_title {
    margin-top: 100px;
    font-size: 28px;
    color: #305CA7;
    margin-bottom: 60px;
    text-align: center;
}

.solution_hex {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 180px;
    height: 165px;
    background: #E2E8F3;
    display: inline-block;
    position: relative;
}

.solution_img {
    position: absolute;
    bottom: 15px;
    left: 60px;
}

.solution_number {
    color: white;
    font-size: 84px;
    position: absolute;
    right: 25px;
}

.solution_steps {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    flex-wrap: wrap;
}

.line {
    position: absolute;
    z-index: 1;
    height: 1px;
    width: 100%;
    background: #E2E8F3;
    top:81px;
}

.feedback_input {
    background: rgba(226, 232, 243, 0.31);
    border: 1px solid #E2E8F3;
    width: 100%;
    height: 35px;
    padding-left: 30px;
}

textarea.feedback_input {
    resize: none;
    min-height: 100px;
    padding-top:15px;
}

.feedback_input::placeholder {
    color: rgba(27, 65, 143, 0.2);
}

.feedback_row {
    margin-bottom: 10px;
}

.feedback_input_label {
    font-size: 17px;
    display: inline-block;
    margin-bottom: 5px;
}

.accept_label {
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    width: calc(100% - 50px);
}

.checkbox {
    display: inline-block;
    width: 11px;
    height: 19px;
    margin-right: 20px;
    border-top: 1px solid #305CA7;
    border-bottom: 1px solid #305CA7;
    position: relative;
    transform: rotate(90deg);
    vertical-align: middle;
    cursor: pointer;
}


.checkbox:before,
.checkbox:after {
    content: '';
    position: absolute;
    top: 3px;
    height: 11px;
    width: 11px;
    border: 1px solid #305CA7;
    -webkit-transform: scale(0.8, 1.25) rotate(45deg);
    -moz-transform: scale(0.8, 1.25) rotate(45deg);
    -ms-transform: scale(0.8, 1.25) rotate(45deg);
    transform: scale(0.8, 1.25) rotate(45deg);
}

.checkbox:before {
    left: -5px;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
}

.checkbox:after {
    right: -5px;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
}

#accept:checked+.checkbox,
#accept:checked+.checkbox::before,
#accept:checked+.checkbox::after,
.checkbox:hover,
.checkbox:hover:before,
.checkbox:hover:after {
    background-color: #305CA7;
}

.feedback_form {
    padding-bottom: 65px;
    padding-top:20px;
}

.feedback_btn {
    cursor: pointer;
    border: none;
    background: #1B418F;
    font-size: 13px;
    color: white;
    height: 50px;
    width: 200px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.feedback_btn:before,
.feedback_btn:after {
    content: '';
    position: absolute;
    top: 11px;
    height: 28px;
    width: 28px;
    border: 1px solid #1B418F;
    -webkit-transform: scale(0.8, 1.25) rotate(45deg);
    -moz-transform: scale(0.8, 1.25) rotate(45deg);
    -ms-transform: scale(0.8, 1.25) rotate(45deg);
    transform: scale(0.8, 1.25) rotate(45deg);
}

.feedback_btn:before {
    left: -14px;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    background-color: #1B418F;
}

.feedback_btn:after {
    right: -14px;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
    background-color: #1B418F;
}

.functions_hex {
    width: 220px;
    height: 220px;
    background: url(/images/elements/func_back1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 23px;
    color: #325CA9;
    word-spacing: 999px;
    position: absolute;
    display:flex;
    align-items:center;
    justify-content:center;
}

#func_1 {
    bottom: 15%;
    left: 0;
}

#func_2 {
    top: 5%;
    left: 35%;
}

#func_3 {
    bottom: 18%;
    right: 0%;
}

#arr_1 {
    position: absolute;
    top: 25%;
    left: 20%;
}

#arr_2 {
    position: absolute;
    top: 24%;
    right: 24%;
}

#arr_3 {
    position: absolute;
    bottom: 32%;
    left: 23%;
}

#arr_4 {
    position: absolute;
    max-height: 100px;
    display: none;
}

.first_arr {
    position: absolute;
    top: 34%;
    left: 17%;
    transform: rotate(310deg);
}

.second_arr {
    position: absolute;
    top: 33%;
    right: 25%;
    transform: rotate(47deg);
}

.third_arr {
    position: absolute;
    bottom: 30%;
    right: 48%;
    transform: rotate(358deg);
}

.lang_select .list li.selected {
    display: none;
}

.open_mobile {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 30px;
    float: right;
}

.mobile_menu {
    display: none;
    z-index: 5;
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    height: auto;
    padding: 20px;
    padding-bottom: 60px;
    padding-right:50px;
}

.mobile_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4;
    display: none;
}

.close_menu {
    border: none;
    background: none;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.mobile_menu_links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile_menu_links li {
    padding: 5px 0;
    margin-bottom: 5px;
}

.mobile_menu .header_social img {
    filter: none;
}

.margin_link {
    margin-right: 90px;
}
.team_detail_container{
	margin-top:40px;
}
.team_detail_img{
	margin:0 auto;
	margin-bottom:20px;
}
.teammate_detail_description{
	max-width:100%;
	font-size:20px;
	line-height:1.5;
}
.txt_page_container{
	padding-top:30px;
}
.contact_page_container{
	margin-top:40px;
}
.contact_item_wrapper{
	margin-bottom:20px;
	position:relative;
}
.flex_container{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.contact_hexagon{
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	-webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 250px;
    height: 250px;
    background: rgba(48, 92, 167, 0.14);
    display: flex;
    align-items:center;
    justify-content:center;
    position: relative;
    font-size:18px;
}
.contact_hexagon:hover{
	background:linear-gradient(180deg, #325CA9 0%, #0F3382 100%);
	color:white;
	font-family: 'Conv_Pragmatica Black';
	font-size:20px;
}
.solution_hex_wrapper{
	text-align:center;
	z-index:2;
}
.solution_title{
	font-size:18px;
	max-width:165px;
	margin-bottom: 20px;
}
.solution_img img{
	width:65px;
	height:70px;
}
.recrut_personal_container{
	min-height:550px;
	background:url(/images/elements/new_back.svg) no-repeat top center / contain;
	max-width:960px;
}
.net_hex_7{
	    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 200px;
    height: 200px;
    position: absolute;
    top: 10px;
    left: 280px;
    padding:30px !important;
    text-align:center;
}
.hex_7_desc {
    top: 45%;
    left: 15%;
}
.net_hex_8{
	    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 200px;
    height: 190px;
    position: absolute;
    top: 125px;
    right: 135px;
    padding: 30px !important;
    text-align: center;
}
.hex_8_desc {
    top: 275px;
    left: 60px;
}
.net_hex_9{
	 clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    width: 200px;
    height: 180px;
    position: absolute;
    bottom: 30px;
    left: 170px;
    padding: 30px !important;
    text-align: center;
}
.hex_9_desc {
    bottom: 170px;
    left: 290px;
}
.teammate_detail_position{
	text-align:center;
}
#pr_1:hover .index_image,
#pr_2:hover .index_image,
#pr_3:hover .index_image,
#pr_4:hover .index_image,
#pr_5:hover .index_image,
#pr_6:hover .index_image{
	display:none;
}
#pr_1:hover .hover_image,
#pr_2:hover .hover_image,
#pr_3:hover .hover_image,
#pr_4:hover .hover_image,
#pr_5:hover .hover_image,
#pr_6:hover .hover_image{
	display:block;
}
.pr_net_hex:hover + .net_hex_description{
	display:block;
}
.net_hex_description p{
	margin:0;
}
.pr_1_desc{
	top: 20%;
    left: 19%;
}
.pr_2_desc{
	top: 18%;
    left: 38%;
}
.pr_3_desc{
	top: 30%;
    right: 20%;
}
.pr_4_desc{
	top: 45%;
    right: 18%;
}
.pr_5_desc{
	top: 50%;
    right: 40%;
}
.pr_6_desc{
	bottom: 32%;
    left: 22%;
}
.feedback_input.accented{
	border-color: red;
}
.net_hex_description:hover{
	display:block;
}
.banner_video{
	width:100%;
	max-height: 600px;
    object-fit: cover;
    object-position: center;
}
.detail_team_card{
	margin-bottom:20px
}
.label_block{
	display:block;
}
.file_input{
	display:inline-block;
	cursor:pointer;
	padding:5px;
	background: rgba(226, 232, 243, 0.31);
    border: 1px solid #E2E8F3;
}

.main_full,
.row_1,
.row_2{
	max-width:1200px;
	margin:0 auto;
}
.banner img{
	margin:0 auto;
	max-width:1200px;
	width:100%;
}
.contact_img{
	max-width: 70px;
    position: absolute;
    bottom: 20px;
    left: 35%;
}
.solutions_hex_link{
	max-width:100%;
	width:auto;
	padding:0 20px;
}
.news_thumb{
	padding:20px;
	text-align:center;
}
.news_thumb_img {
	margin-bottom:15px;
	
}
.news_thumb_img img,
.news_detail_image img{
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.news_thumb_img img{
	margin:0 auto;
}
.news_thumb_title{
	font-size:20px;
}
.news_detail_image{
	float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}
.flex-container{
	display:flex;
	flex-wrap:wrap;
}
.flex{
	display:flex;
}
.social_media_contacts a{
	margin-right:20px;
}
.social_media_contacts a img{
	max-height:40px;
}
.team_slider{
	padding:0 50px;
}
.functions_wrapper{
	min-height: 600px;
    max-width: 960px;
    position: relative;
    margin: 0 auto;
}
