@media (min-width:1199px) and (max-width:1260px) {

    .header_top_menu,
    .header_bottom_menu {
        width: 100%;
        max-width: 1260px;
    }

    .header_bottom_menu {
        padding: 20px 30px;
    }
}

@media (max-width:1600px) {
    .team_slider {
        max-width: 90%;
        margin: auto;
    }

    .team_arrow_prev {
        left: 2%
    }

    .team_arrow_next {
        right: 2%;
    }

    .team_slide {
        margin: 0 15px;
    }
}

@media (min-width:1200px) {
    .team_container {
        width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
}



@media (max-width:1300px) {
    .center_solution {
        position: static;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .hex_link {
        padding: 20px 10px;
    }
}

@media (max-width:1199px) {

    .footer_logo img {
        display: block;
        margin: 0 auto;
    }

    .footer_logo {
        margin-bottom: 10px;
    }

    .footer_contacts {
        max-width: 100%;
        margin-left: unset;
        text-align: center;
    }

    .header_custom {
        border-bottom: none;
    }

    .custom_full {
        margin: 0;
    }

    .solution_row {
        padding-top: 20px;
    }

    .solution_block {
        margin-bottom: 20px;
    }

    .service_block {
        max-width: 100%;
        position: static;
        float: left;
        width: 50%;
    }

    .row_1,
    .row_2 {
        padding-top: 50px;
    }

    #arr_3 {
        width: calc(100% - 650px);
        left: 295px;
    }
}
@media (max-width:1150px){
	.hex_4_desc{
		bottom:13%;
	}
}
@media (max-width:960px) {
	.recrut_personal_container{
		background:none;
	}
	
    .footer_contacts {
        display: block;
        text-align: center;
    }

    .footer_social {
        text-align: center;
    }

    .net_hex {
        position: relative;
        left: 0;
        top: 0;
        max-width: 210px;
        width: 100%;
        height: 210px;
        transform: none;
        margin-bottom: 20px;
    }

    .net_hexagon {
        float: left;
        width: 30%;
        position: relative;
        display:flex;
        justify-content:center;
        
    }
    .consult_net_hexagon{
    	width:50%;
    }
    .net_hex_1 .net_hex_inside,
    .net_hex_3 .net_hex_inside,
    .net_hex_4 .net_hex_inside{
    	padding:15px;
    }

    .net_hex_1 .net_hex_inside,
    .net_hex_2 .net_hex_inside,
    .net_hex_3 .net_hex_inside,
    .net_hex_4 .net_hex_inside {
        transform: none;
    }

    .consult_net_block {
        padding-top: 20px;
        background: none;
    }

    .net_hex_1:hover,
    .net_hex_2:hover,
    .net_hex_3:hover,
    .net_hex_4:hover {
        transform: scale(1.1);
    }

    .pr_container {
        background: none;
        position: static;
        margin-top: 20px;
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
    }

    .pr_net_hex {
        position: relative;
        float: left;
    }

    #pr_1,
    #pr_2,
    #pr_3,
    #pr_4,
    #pr_5,
    #pr_6 {
        width: 210px;
        height: 210px;
        transform: none;
        margin-bottom: 20px;
        top: 0;
        left: 0;
    }

    #pr_1 .net_hex_inside,
    #pr_2 .net_hex_inside,
    #pr_3 .net_hex_inside,
    #pr_4 .net_hex_inside,
    #pr_5 .net_hex_inside,
    #pr_6 .net_hex_inside {
        transform: none;
    }

    #pr_1:hover,
    #pr_2:hover,
    #pr_3:hover,
    #pr_4:hover,
    #pr_5:hover,
    #pr_6:hover {
        transform: scale(1.1);
    }

    .net_hex .net_hex_img {
        position: absolute;
    }

    /*.net_hex_img {
        position: static;
    }*/

    #pr_1 .net_hex_title {
        position: static;
    }

    .checkbox {
        vertical-align: top;
    }

    .accept_label {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .net_hex_description {
        left: 0;
        width:100%;
        height:max-content;
        top: calc(100% - 20px);
    }

    .functions_hex {
        font-size: 16px;
        width:160px;
        height:160px;
    }

    #arr_3 {
        width: calc(100% - 320px);
        left: 155px;
        bottom: 30%;
    }

    .third_arr {
        bottom: 26%;
        right: 40%;
    }
    .functions_wrapper{
    	max-width:600px;
    }
    #arr_1{
    	top: 32%;
    	left: 18%;
    }
    .first_arr{
    	top: 41%;
    	left: 13%;
    }
    .second_arr{
    	top: 40%;
    	right: 20%;
    }
    #arr_2{
    	top:30%;
    	right:18%;
    }
}

@media (max-width:600px) {
	#pr_1:hover,
    #pr_2:hover,
    #pr_3:hover,
    #pr_4:hover,
    #pr_5:hover,
    #pr_6:hover {
        transform: none;
    }

    #pr_1,
    #pr_2,
    #pr_3,
    #pr_4,
    #pr_5,
    #pr_6 {
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
        padding:15px;
        max-width:210px;
    }

    .net_hexagon {
        width: 50%;
    }
	.pr_container{
		    justify-content: space-around;
	}
    .net_hex {
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 5px;
    }

    .service_block {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .row_2 {
        padding-top: 0;
    }

    .servie_title {
        margin-bottom: 10px;
    }

    .solution_hex {
        display: flex;
    }

    .line {
        display: none;
    }

    .functions_hex {
        position: relative;
        margin-bottom: 125px;
    }

    #func_2 {
        position: static;
    	margin: 0 auto;
    	margin-bottom:170px;
    }
    #func_1{
    	position: static;
    	margin: 0 auto;
    	margin-bottom:170px;
    }
    #func_3{
    	position:static;
    	margin:0 auto;
    }

    #arr_2,
    .second_arr {
        display: none;
    }

    #arr_1 {
        top: 28%;
        left: 55%;
        right:50%;
        max-height: 100px;
        transform: rotate(320deg) translate(-50%, -50%);
    }

    .first_arr {
        top: 32%;
        left: calc(50% - 115px);
        width:max-content;
        transform: rotate(270deg);
    }

    #arr_3 {
        display: none;
    }

    #arr_4 {
        display: block;
	    bottom: 22%;
	    left: 55%;
	    right: 50%;
	    transform: rotate(320deg) translate(-50%, -50%);
    }

    .third_arr {
        bottom: 27%;
	    left: calc(50% - 100px);
	    transform: rotate(270deg);
	    right: unset;
    }
    .news_thumb_img img{
    	margin:0 auto;
    }
    .news_thumb_title,
    .news_thumb_preview{
    	text-align:center;
    }
    .team_slider{
    	padding:0 20px;
    }
}

@media (max-width:480px) {
    .hex_link {
        display: block;
        max-width: 150px;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 20px 5px;
    }

    .margin-link {
        margin-right: 0;
    }

    .hex_link:before,
    .hex_link:after {
        height: 33px;
        width: 33px;
    }

    .net_hex_title{
    	font-size:14px;
    }

    .solution_steps {
        flex-direction: column;
        align-items: center;
    }
}