@media (max-height: 710px) and (min-width: 769px){

	.solut_hex{
		margin: 0 10px;
	}
	.solut_hex .hexagon{
		width: 150px;
		height: 80px;
	}
	.solut_hex .hexagon::after{
		bottom: -39px;
		border-left: 75px solid transparent;
		border-right: 75px solid transparent;
		border-top: 40px solid #fff;
	}
	.solut_hex .hexagon::before {
	    top: -39px;
	    left: 0;
	    width: 0;
	    height: 0;
	    border-left: 75px solid transparent;
	    border-right: 75px solid transparent;
	    border-bottom: 40px solid #fff;
	}
	.solut_hex .hexagon:hover::after{
		border-top: 40px solid  #f2f1f1;
	}
	.solut_hex .hexagon:hover::before{
		border-bottom: 40px solid #f2f1f1;
	}

	.solut_hex .hexagon span {
	    font-size: 40px;
	}
	.top.solut_hex svg {
	    left: 10px;
	    top: -100px;
	}
	.solut_hex svg {
	    position: absolute;
	    left: -40px;
	    top: 20px;
	}
	.hex_name{
	    left: -55px;
	    font-size: 12px;
	}
	.top.solut_hex .hex_name{
		left: 59px;
		width: 100px;
	}
	.solutions_container .hexagon{
	    width: 100px;
    	height: 60px;
	}
	.solutions_container .hexagon:before {
	    content: "";
	    position: absolute;
	    top: -29px;
	    border-left: 50px solid transparent;
	    border-right: 50px solid transparent;
	    border-bottom: 30px solid #fff;
	}
	.solutions_container .hexagon:after {
		bottom: -29px;
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
		border-top: 30px solid #fff;
	}
	.solut_hex .hexagon:hover::after{
		border-top: 30px solid  #f2f1f1;
	}
	.solut_hex .hexagon:hover::before{
		border-bottom: 30px solid #f2f1f1;
	}
}

@media (max-width: 479px) {

	h1{
		font-size: 30px;
    	line-height: 35px;
	}
	.intro_container{
		background-image: url(../img/mobile/main_bg.jpg);
	}
	.solutions-cont{
		background-image: none;
	}
	.breadcrumb{
		top: 60px;
		left: 20px;
	}
	.header_container, .white_header_container, .black_header_container {
		height: 60px;
   		width: 100%;
		overflow: hidden;
	}
	.logo{
		margin: 0 10px;
		font-size: 40px;
	    display: flex;
	    height: 100%;
	    align-items: center;
	    top: 10px;
	}
	.name_section p {
    		font-size: 16px;
	}
	.icon_nav{
		display: none;
	}
	.lang_container select{
	    padding: 0px;
	    font-size: 16px;
	}

	.separation, .chat_container{
		display: none;
	}
	.header_fixed_nav{
		left: 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
   		height: 100%;
	}
	.nav_item{
		padding: 3px 0;
	}
	.nav_link{
		font-size: 28px;
		line-height: 35px;
	}
	.header_fixed_link{
		bottom: 10%;
		bottom: 10%;
	    width: 100%;
	    left: 0%;
	    transform: none;
	}
	.header_fixed_link ul{
		justify-content: center;
	}
	.header_fixed_footer{
	    bottom: 0px;
	    display: none;
	}
	/*************************************/
	.intro_text{
		top: 80px;
		height: 70%;
	}
	.content_container{
		padding: 0 10px;
	}
	.content-cont{
		padding: 0 15px;
    	padding-top: 0px;
	}
	.intro_content{
		justify-content: space-around;
	}
	.intro_content h1 {
		font-size: 18px;
		line-height: 140%;
	}
	.intro_content span.h2 {
		font-size: 24px;
		line-height: 140%;
	}
	.intro_content span.h3 {
		font-size: 36px;
		line-height: 140%;
	}
	.link_container {
	    bottom: 10px;
        right: 0;
	    width: 100%;
	    display: flex;
	    justify-content: center;
	}
	.scroll_container{
		display: none;
	}
	.scroll {
	    width: 25px;
	    height: 40px;
	    border: 2px solid white;
	}
	.scroll-doth{
		height: 5px;
		width: 5px;
	}
	/***********************************************/
	.solutions_container{
		display: flex;
		flex-direction: row-reverse;
	}
	.solut_row{
		width: 50%;
		height: 100%;
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	.solut_hex{
		height: auto;
	    display: flex;
    	flex-direction: row-reverse;
	    margin: 20px 5px;
	}
	.solut_hex .hexagon{
		box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.15);
	}
	.top.solut_hex{
		padding: 0; 
		height: auto;
		flex-wrap: nowrap;
	}
	.solut_hex .hexagon span {
		font-size: 25px;
    	transform: rotate(-90deg);
	}
	.solut_hex svg, .top.solut_hex svg {
		position: absolute;
        transform: scale(0.5) scale(1, 1);
	    top: -23px;
	    left: -49px;
	    right: 0;
		stroke: #D3D3D3;
	    stroke-width: 4;
    	stroke-dasharray: 5,5;
	}
	.top.solut_hex svg {
	    top: -96px;
    	left: -6px;	
	}
	.hex_name{
	    left: -6px;
    	top: -29px;
	    font-size: 11px;
    	line-height: 14px;
    	width: 100%;
    	z-index: 1;
    	width: calc(100% - 80px);
    	padding: 0 5px;
	    text-align: left;
	    overflow: hidden;
	}
	.top.solut_hex .hex_name{
		left: 3px;
    	top: 50px;
    	width: calc(100% - 80px);
		text-align: right;
	}
	.solut_hex .hexagon{
        width: 70px;
    	height: 49px;
	    transform: rotate(90deg);
	}
	.solut_hex .hexagon::before {
	    top: -19px;
	    border-left: 35px solid transparent;
	    border-right: 35px solid transparent;
	    border-bottom: 20px solid #fff;
	}
	.solut_hex .hexagon::after {
	    bottom: -19px;
	    border-left: 35px solid transparent;
	    border-right: 35px solid transparent;
	    border-top: 20px solid #fff;
	}
	.solut_hex  .hexagon:hover{
		transform: rotate(90deg) scale(1.1);
		background: #f2f1f1;
	}
	.solut_hex .hexagon:hover::after{
		border-top: 20px solid  #f2f1f1;
	}
	.solut_hex .hexagon:hover::before{
		border-bottom: 20px solid #f2f1f1;
	}

/*	.solutions_container{
		padding: 60px 0;
	}
	.solutions-cont{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.solutions-cont .spot{
		position: relative;
		width: 30%;
	}
	.solutions-cont .hexagon span{
		font-size: 17px;
	}
	.solut-name{
		font-size: 12px;
		line-height: 12px;
		width: 70px;
		overflow: hidden;
	}
	.hexagon {
	    width: 80px;
	    height: 55px;
	}
	.hexagon:before {
	    top: -19px;
	    border-left: 40px solid transparent;
	    border-right: 40px solid transparent;
	    border-bottom: 20px solid #fff;
	}
	.hexagon:after {
	    bottom: -19px;
	    border-left: 40px solid transparent;
	    border-right: 40px solid transparent;
	    border-top: 20px solid #fff;
	}*/

	/***********************************************/
	.section.decisions_container.section_container.fp-section.active.fp-completely {
	    height: 100% !important;
	}
	.info{
		margin: 0px;
	    width: 100%;
	    height: 60px;
    	padding: 0 50px;
    	position: absolute;
    	bottom: 0px;

	}
	.info p {
		font-size: 18px;
		line-height: 23px;
		padding: 0 10px;
		padding-top: 5px;
		font-weight: 500;
		margin-bottom: 8px;
	}
	.info a{
		font-size: 12px;
		line-height: 15px;
		padding: 0 10px;
	}
	.fp-tableCell img{
    	width: 100%;
		height: 40%;
		object-fit: cover;
	}
	.fp-tableCell .info{
		background-color: #00000047;
	}
	.top {
		height: 60%;
		display: flex;
		position: relative;
		flex-wrap: wrap;
		padding: 5px 5px 60px 5px;
	}
	.top .spot {
		height: 50%;
		width: 50%;
		position: relative;
		visibility: hidden;
	}
	.top .spot:nth-child(n+5) {
		display: none;
	}
	.hidden_item {
		width: 100%;
		height: 100%;
		opacity: 1;
		visibility: visible;
		margin-bottom: 0;
		left: 0;
	}
	.top .spot img{
		    height: 70%;
		object-fit: contain;
	}

	.more{
		right: 0;
		margin: 10px;
	}
	.more a{
		font-size: 18px;
		line-height: 23px;
	}
	.slider__control_left {
	    right: 13%;
	}
	.slider__control_right{
		right: 0;
	}
	.fp-controlArrow{
    		top: 100% !important;
   		margin-top: -45px !important;
	}	

/***********************************************/
	.cat_cont ul{
    	height: 100%;
	}
	.cat_cont li {
	    list-style: none;
	    padding: 10px 0px;
    		width: 100%;
	}
	.cat_cont span{
		float: left;
   		width: 70px;
		padding: 0;
	}
	.cat_cont ul.cat_submenu {
    		display: none;
	}
	.cat_cont p {
		font-size: 18px;
		line-height: 23px;
	}
	.categories_container{
		padding-bottom: 50px;
	}
	.content-cont{
		overflow: hidden;
	}
	/***********************************************/
	#advantages .link_container{
		bottom: -10px;
	}
	#advantages .hexagon svg{
		display: none;
	}
	.col-cont {
	    width: 100%;
	    height: 100%;
	    display: block;
	    padding: 10px;
	    padding-top: 60px;
	}
	.one-col {
	    width: 100%;
	    height: 20%;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: space-between;
	    padding: 10px;
	}
	.col_num{
		font-size: 30px;
		width: 10%;
		height: 30%;
		line-height: 12px;
		padding-bottom: 0;
	}
	.col_title{
		font-size: 20px;
		padding-bottom: 0;
		width: 90%;
		height: 20%;
		line-height: 24px;
	}
	.col_txt {
	    padding-bottom: 0px;
	    width: calc(100% - 80px);
		height: 80%;
		overflow: hidden;
		padding-top: 8px;
	}
	.col_hexagon{
		width: 60px;
		height: 80%;
	}
	.col_hexagon .hexagon {
	    width: 60px;
	    height: 45px;
	    top: 0px;
	    display: flex;
	    align-items: center;
	    left: 10px;
	    top: -20px;
	}
	.col_hexagon .hexagon::before {
	    top: -9px;
	    border-left: 30px solid transparent;
	    border-right: 30px solid transparent;
	    border-bottom: 10px solid #fff;
	}
	.col_hexagon .hexagon::after {
	    bottom: -9px;
	    border-left: 30px solid transparent;
	    border-right: 30px solid transparent;
	    border-top: 10px solid #fff;
	}
	.col_hexagon .hexagon span {
	    font-size: 35px;
	}
/***********************************************/

	.news_container {
	    padding-top: 60px;
	}
	.news_container .content-cont{
		display: block;
		height: 47%;
	}
	.news-block{
		width: 100%;
		display: block;
	}
	.news-block img {
    	width: 100%;	
    	height: 60%;
    }
    .news_info {
	    width: 100%;
	    height: 40%;
	    padding: 10px;   
	}
	.news_info .news-title{
		font-size: 18px;
		line-height: 24px;
    		height: 70%;
	}
	.news_info p {
		display: none;
	}
		.news_info a{
		font-size: 12px;
    		line-height: 18px;
    		margin: 5px 0;
	}
	.news_info a span{
		height: 15px;
    		width: 15px;
	}
	.news-block.reorder {
    		display: none;
	}

/***********************************************/

	.footer_contacts {
	   	padding-top: 70px;
		display: flex;
		overflow: hidden;
		display: none;
	}
	.foot-title{
	    font-size: 18px;
	}
	.ff_title p{
	    font-size: 12px;
	}

	.footer_contacts h3{
		font-size: 14px;
		border-bottom: 1px solid grey;
		padding: 5px 0;
	}
	.footer_contacts p{
		margin: 10px 0;
	}

	.footer_top {
	    height: 80%;
	    padding-top: 20px;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	.footer_logo_container {
	    padding: 15px 0;
	    width: 100%;
	}
	.footer_logo{
		width: 40%;
	}
	.logo_text{
		width: 60%;
	}
	.footer_logo span {
	    font-size: 42px;
	}

	.logo_text p {
	    font-size: 10px;
	    line-height: 14px;
	    margin: 0;
	    padding: 0px;
	    text-align: end;
	}
	.footer_bottom {
		height: 22%;
		border-radius: 0;
	}
	.footer_company {
	    margin: 0 auto;
	    border-top: 1px solid #7F7F7F;
	    width: 100%;
	    display: flex;
	    justify-content: center;
	}
	.footet_bottom_container{
		flex-wrap: wrap;
	}
	.footer_top_information{
	    width: 60%;
	}
	.footer_follow {
	    width: 40%;
	}
	.footer_inform_item {
	    width: 100%;
	    padding-right: 41px;
	    padding-bottom: 15px;
	    margin: 0;
	}
	.footer_company span{
	    display: inline-grid;
        font-size: 10px;
    	width: auto;
	}
	.footer_company img {
	    height: 50px;
	}
	.follow_form .flex_set{
	display: block;
	}

}


@media (max-width: 741px){
    .icon_nav{
        display: none;
    }
    .footer_company img{
        height: 40px;
        object-fit: contain;
    }
    .contacts{
    	display: flex;
    	flex-direction: column-reverse;
    	height: auto;
    	width: 100vw;
    	overflow: hidden;
    	padding-top: 60px;
    }
    .contacts .input_form{
    	width: 100%;
    	padding: 10px;
    	margin: 0 auto;
    	max-width: 350px;
    }
    .contacts .map{
    	width: 100%;
    	height: auto;
    	padding: 0;
    }

    .map-info{
    	font-size: 14px;
    	line-height: 16px;
    	width: 100%;
    	overflow: hidden;
    	padding: 10px 20px;
    }
    .map-info span{
    	font-size: 16px;
    }
    .contacts .map iframe{
    	width: 100%;
    	height: 250px;
    }
}
@media (max-width: 479px) and (max-height: 660px){
	.solutions_container .link_container{
		display: none;
	}	
	.solut_hex{
		margin: 15px 5px;
	}
	.solut_row{
		padding-top: 25px;
	}
}

@media (max-width: 769px){
	.white_black_header_container{
		height: 60px;
	}
	.socialshare{
		right: 10px;
	}
}
@media (min-width: 480px) and (max-width: 769px) {
	.breadcrumb{
		top: 70px;
    	left: 30px;
	}
	li.breadcrumb-item {
	    font-size: 14px;
	}
	.header_container{
   		 height: 60px;
   		 width: 100vw;
   		 overflow: hidden;
	}
	
	.nav_item{
		padding: 3px 0;
	}
	.nav_link{
	    font-size: 24px;
	}
	.header_fixed_link{
	    left: 80%;
	}

	.content_container{
		padding: 0 30px;
	}
	.icon_item{
	    padding: 15px 0;
	}
	.icon_item:hover .submenu {
	  display: none;
	}

	.icon_item span{
	    font-size: 22px;
	}
	.intro_text{
	    top: 0;
	    padding-top: 100px;
		height: 80%;
	}
	.intro_content h1 {
	    font-size: 26px;
	}
	.intro_content span.h2 {
	    font-size: 32px;
	}
	.intro_content span.h3 {
	    font-size: 40px;
	    line-height: 40px;
	}
	/********************************************/
	.solutions_container {
	    padding: 80px 0;
	}
	.solut_row {
	    flex-wrap: wrap;
	}
	.solut_hex {
	    height: 50%;
	    width: 33.3%;
	    margin: 0 auto;
	    align-items: center;
	    margin-bottom: 20px;
	}
	.top.solut_hex .hex_name,
	.hex_name{
		left: 0;
		top: 0;
	}
	.solut_hex .hexagon{
		width: 100px;
	    height: 60px;
	}
	.solut_hex .hexagon::before {
	    top: -19px;
	    border-left: 50px solid transparent;
	    border-right: 50px solid transparent;
	    border-bottom: 20px solid #fff;
	}
	.solut_hex .hexagon::after {
	    bottom: -19px;
	    border-left: 50px solid transparent;
	    border-right: 50px solid transparent;
	    border-top: 20px solid #fff;
	}
	.solut_hex .hexagon:hover::after{
		border-top: 20px solid  #f2f1f1;
	}
	.solut_hex .hexagon:hover::before{
		border-bottom: 20px solid #f2f1f1;
	}

	.solut_hex .hexagon span{
		font-size: 40px;
	}
	.solut_hex svg{
		display: none;
	}
	.top.solut_hex .hex_name, .hex_name{
		width: auto;
		z-index: 1;
	}

	.solutions-cont img{
		width: 20px;
		height: 20px;
	}
	.solut-name{
		font-size: 12px;
		line-height: 15px;
		padding: 5px;
	}
	.hexagon {
	    width: 100px;
	    height: 70px;
	}
	.hexagon:before {
	    top: -19px;
	    border-left: 50px solid transparent;
	    border-right: 50px solid transparent;
	    border-bottom: 20px solid #fff;
	}
	.hexagon:after {
	    bottom: -19px;
	    border-left: 50px solid transparent;
	    border-right: 50px solid transparent;
	    border-top: 20px solid #fff;
	}
	/*******************************************/
	.scroll_container{
		display: none;
	}
	.link_container {
	    position: absolute;
	    bottom: 5px;
	    display: flex;
	    justify-content: center;
	    width: 100%;
	    right: 0;
	}
	.top .spot {
	    height: 20px;
	    width: 20px;
	}
	.categories_container{
		padding-top: 60px;
	}
	.categories_container .content-cont{
		padding: 0 20px;
	}
	.cat_cont {
	    width: 100%;
	    height: 100%;
	    overflow: hidden;
	}
	.cat_cont li{
	    padding: 5px;
	}
	.cat_cont a{
		font-size: 14px;
	}
	.cat_cont p{
	    font-size: 16px;
	    line-height: 20px;
	    font-weight: 500;
	}
	ul .cat_submenu li{
	    padding: 7px 0;
	    line-height: 14px;
	}
	/***********************************************/
	.col-cont {
	    width: 100%;
	    height: 100%;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    padding: 10px;
	    padding-top: 60px;
	}
	.one-col {
	    width: 50%;
	    height: 30%;
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-items: center;
	    justify-content: center;
	    padding: 5px;
	}
	.col_num{
		font-size: 30px;
		width: 20%;
		height: 30%;
		line-height: 12px;
		padding-bottom: 0;
	}
	.col_title{
		font-size: 20px;
		padding-bottom: 0;
		width: 80%;
		height: 20%;
		line-height: 24px;
	}
	.col_txt {
	    padding-bottom: 0px;
	    width: calc(100% - 80px);
		height: 80%;
		overflow: hidden;
	}
	.col_hexagon{
		width: 60px;
		height: 80%;
	}
	.col_hexagon .hexagon {
	    width: 60px;
	    height: 45px;
	    top: 0px;
	    display: flex;
	    align-items: center;
	    left: 10px;
	    top: -20px;
	}
	#advantages .hexagon svg{
		display: none;
	}
	.col_hexagon .hexagon::before {
	    top: -9px;
	    border-left: 30px solid transparent;
	    border-right: 30px solid transparent;
	    border-bottom: 10px solid #fff;
	}
	.col_hexagon .hexagon::after {
	    bottom: -9px;
	    border-left: 30px solid transparent;
	    border-right: 30px solid transparent;
	    border-top: 10px solid #fff;
	}
	.col_hexagon .hexagon span {
	    font-size: 45px;
	}
/***********************************************/
	.news_container{
	    padding-top: 60px;
	}
	.news_info{
		padding: 10px;
	}
	.news_info .news-title{
	    font-size: 20px;
	    line-height: 25px;
	    height: 80%;
	}
	.news_info p{
		display: none;
	}
	.news_info a{
		font-size: 14px;
	    line-height: 18px;
	}
	.footer_contacts{
		display: none;
	}
	.footer_top {
	    height: 80%;
	    padding-top: 70px;
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	}
	.footer_bottom {
	    height: 20%;
	}

}
@media (min-width: 769px) and (max-width: 1025px) {
	.cat_cont li{
		padding: 10px;
	}
	.nav_link {
	    font-size: 24px;
	    line-height: 1;
	}
	ul .cat_submenu li{
		padding: 8px 0;
	}
	.carousel-info img{
	    width: 150px;
	    height: 150px;
	}
	.carousel-info.active img{
	    height: 300px;
	    width: 300px;
	}
	.news_info{
	    padding: 15px;
	}
	.news_info .news-title{
		font-size: 22px;
		line-height: 25px;
	}
	.news_info a{
		font-size: 12px;
		margin: 0;
	    height: 5%;
	    padding: 10px 0;
	}
	.footer_contacts{
	    height: 55%;
	}
	.footer_top {
	    height: 35%;
	}
	.content_container{
	    padding: 0 20px;
	}
	.footer_top_container{
	    height: 100%;
	}

}

@media (min-width: 769px) and (max-width: 1401px) {
	.col-cont{
		width: 100%;
		padding: 20px;
	}
	.col_title{
		font-size: 22px;
	}
	.col_hexagon{
		height: 100px;
		width: 150px;
	}
	.col_hexagon .hexagon{
		top: 80px;
	    height: 100px;
	}
	.col_hexagon .hexagon:before {
	    top: -29px;
	    border-left: 75px solid transparent;
	    border-right: 75px solid transparent;
	    border-bottom: 30px solid #fff;
	}
	.col_hexagon .hexagon:after {
	    bottom: -29px;
	    border-left: 75px solid transparent;
	    border-right: 75px solid transparent;
	    border-top: 30px solid #fff;
	}
	.col_hexagon .hexagon img{
		height: 50px;
	}
	.col_hexagon svg{
		display: none;
	}
}
@media(min-width: 1100px) and (max-width: 1401px)
{
	.col_hexagon svg{
		display: block;
		left: 70px !important;
    	top: -180px !important;
	}
}

@media (min-width: 769px) and (max-width: 1025px){
	.solutions-cont img{
		width: 20px;
		height: 20px;
	}
	.solut-name{
		font-size: 12px;
		line-height: 15px;
		padding: 5px;
	}
	.hexagon {
	    width: 100px;
	    height: 70px;
	}
	.hexagon:before {
	    top: -19px;
	    border-left: 50px solid transparent;
	    border-right: 50px solid transparent;
	    border-bottom: 20px solid #fff;
	}
	.hexagon:after {
	    bottom: -19px;
	    border-left: 50px solid transparent;
	    border-right: 50px solid transparent;
	    border-top: 20px solid #fff;
	}
}
@media (min-width: 2600px){

	.header_container{
	    height: 150px;
	}
	.content_container{
	    padding: 0 100px;
	}
	.logo {
	    font-size: 70px;
	}
	.separation {
	    width: 5px;
	    height: 50px;
	    margin: 0 30px;
	}
	.name_section p {
	    font-size: 40px;
	}
	.icon_item span {
	    font-size: 50px;
	    margin-right: 25px;
	}
	.submenu{
	    font-size: 30px;
	    line-height: 40px;
	    padding: 30px;
	    margin-left: -30px;
	}
	.chat_btn span {
	    font-size: 40px;
	}
	.lang_container select {
	    font-size: 30px;
	    border: 4px solid #fff;
	    padding: 0;
	}

	.nav{width: 500px;}
	.nav_link { font-size: 60px; }
	.footer_head .footer_logo_container .logo_text p {
	    width: 350px;
	}


	.intro_content h1 {
	    font-size: 50px;
	}
	.intro_content span.h2 {
	    font-size: 60px;
	}
	.intro_content span.h3 {
	    font-size: 70px;
	}
	.link_container {
	    bottom: 80px;
	    right: 80px;
	}
	.link_container ul{ width: 400px; }
	.link_item a { font-size: 30px; }

	.scroll_container { 
		width: 350px; 
		bottom: 80px;
	}
	.scroll{
	    width: 50px;
	    height: 80px;
	    bottom: 50px;
	    margin-left: -25px;
		border-radius: 70px;
	}
	.scroll-doth{
		width: 10px;
	    height: 10px;
	}
	.scroll_text p{ font-size: 27px;}


	.info { margin: 80px 70px; }
	.info p { 
		font-size: 60px; 
		line-height: 70px;
	}

	.info a {
	    font-size: 25px;
	    line-height: 40px;
	}
	.info a span {
	    height: 30px;
	    width: 30px;
	    margin: 0 30px;
	}
	.top .spot {
	    height: 60px;
	    width: 60px;
	}
	.fp-controlArrow.fp-prev {
	    left: 80px;
		border-width: 30px 30px 30px 0 !important;
	}
	.fp-controlArrow.fp-next {
		right: 80px;
	    border-width: 30px 0 30px 30px !important;
	}

	.hidden_item{
	    width: 250px;
	    height: 250px;
	    left: -150%;
	    margin-bottom: 80px;
	    border-radius: 30px;
	}
	.hidden_item p {
	    text-align: center;
	    font-size: 40px;
	    color: black;
	    line-height: 40px;
	}

/**********************************************************************/
.col-cont{
	padding: 180px 0;
	max-width: 1800px;
}
/**********************************************************************/
	.categories_container{
	    padding-top: 150px;
	}
	.content-cont {
	    padding: 0 80px;
	}
	.cat_cont{
	    align-items: center;
	    display: flex;
	}
	.cat_cont li{
	    padding: 40px;
	}
	.cat_cont p {
	    font-size: 40px;
	    line-height: 45px;
	}
	ul .cat_submenu li {
	    padding: 20px 0;
	}
	.cat_submenu a{ font-size: 30px; }


	.my-carousel path {
	    stroke-dasharray: 8 14;
	    stroke-width: 10;
	}
	.carousel-info img {
	    width: 350px;
	    height: 350px;
	    border: 8px dotted;
	    padding: 10px;
	}
	.carousel-info p {
	    width: 300px;
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 40px;
	    text-shadow: 10px 10px 10px black;
	}
	.carousel-info.active img {
	    height: 600px;
	    width: 600px;
	    margin: 30px;
	    border: 10px dotted;
	    padding: 15px;
	}
	.carousel-info.active p {
	    width: 400px;
	    font-size: 50px;
	    line-height: 38px;
	    top: -8%;
	    left: -10%;
	}


	.news_container{ padding-top: 150px; }
	.news-block img { width: 70%; }
	.news_info { width: 30%; }
	.news_info .news-title {
	    font-size: 40px;
	    line-height: 50px;
	    height: 35%;
	}
	.news_info p {
	    font-size: 32px;
	    line-height: 40px;
	    height: 55%;
	}
	.news_info a {    font-size: 25px; }
	.news_info a span {
	    height: 30px;
	    width: 30px;
	    margin: 0 30px;
	}
	.footer_contacts{  padding-top: 150px;}
	.footer_contacts h3 {
	    border-bottom: 5px solid grey;
	    padding: 20px 0;
	    font-size: 40px;
	}
	.footer_contacts a {
	    font-size: 35px;
	    line-height: 42px;
	}
	.foot-title{ font-size: 35px;}
	.ff_title p { font-size: 25px; }
	.footer_top { height: 25%; }
	.footer_top_information{  width: 1500px; }
	.footer_inform_item {  margin-right: 50px; width: 20%;}
	.footer_follow { width: 500px; }
	.footer_bottom {  height: 15%; }
	.footer_logo span { font-size: 120px; }
	.logo_text p {
	    width: 350px;
	    font-size: 25px;
	}
	.footer_company span {
	    width: 200px;
	    font-size: 28px;
		padding-right: 0px;
	    margin-right: 30px;
	}
	.footer_company img{  width: 200px;}

}

@media (min-width: 1920px){
	.scroll_container {
	    width: 250px;
	}
	.scroll_text p {
	    font-size: 20px;
	    line-height: 25px;
	}
	li.breadcrumb-item {
	    font-size: 20px;
	}
}
@media (min-width: 769px) and (max-height: 900px){
	.news_info .news-title{
		font-size: 20px;
	}
	.news_info a{
		margin: 5px 0;
	}
}
@media (max-width: 479px){
	#header_navigation{
		position: fixed;
		top: 0;
		width: 100vw;
		height: 100vh;
		overflow: hidden;
		/* display: none; */
	}
	section#intro {
	    height: 100vh;
	}
	section#solutions {
	    height: auto;
	    padding-bottom: 40px;
	}
	section#solutions .section-name{
		top: 65px;
	}
	.solutions_container{
		padding: 20px 0;
		height: 100vh;
	}
	section#decisions {
	    height: 100vh;
	}
/*	.fp-tableCell {height: calc(100% - 60px) !important;}*/
	.top .spot img { left: -10%; width: 120%;}
/*	.section.decisions_container.section_container.fp-section.active.fp-completely {
		padding-top: 60px;
	}*/
	.info{
		bottom: 60%;
	}
	/* .allproj{ */
		/* bottom: 64%; */
	/* } */
	.fp-controlArrow {
	    top: 40% !important;
	}
	.advantages_container .link_container{
		display: none;
	}
	.news_container{
		height: auto;
	}
	.news-block{
		height: 40vh;
	}
	.news-block.reorder {
	    display: block;
	}
/*	section#solutions h2, section#decisions h2, section#categories h2, section#categories h2, section#news h2{
		display: block !important;
		width: 100%;
		text-align: center;
		font-size: 24px;
		line-height: 30px;
		font-weight: 500;
		padding: 10px;
		position: relative;
	}*/
	.section-name{
		display: block;
		width: 100%;
		text-align: center;
		font-size: 20px;
		line-height: 30px;
		font-weight: 400;
		padding: 20px;
		text-transform: uppercase;
		position: relative;
		top: -35px;
	}
	.news-block{
		height: auto;
	}
	.news-block img{
		height: 30vh;
	}
	.news_info{
		height: auto;
	}
	.news_info p{
		display: block;
		height: auto;
	}
	section#decisions, div#full, section#decisions .fp-tableCell{
		height: 360px !important;
	}
	.section.decisions_container.section_container.fp-section.active.fp-completely{
		height: 360px !important;
	}
	section#decisions .top{
		display: none;
	}
	section#decisions .info{
		bottom: 0;
		position: relative;
	}
	.fp-tableCell img{
		height: 300px;
	}
	.fp-controlArrow{
	    top: 100% !important;
	}
	.allproj {
	   min-width: 108px;
	   margin: 0;
	   right: 50px;
       bottom: 32px;
	}
	.allproj a {
	   font-size: 12px;
       line-height: 15px;
	}
	section#categories {
	    position: relative;
	    top: 70px;
	}
	.categories_container{
		padding-bottom: 0;
		padding-top: 80px;
	}

}
@media (min-width: 1000px) and (max-width: 1600px){
	.categories_container .content-cont {
	    width: 1200px;
	    margin: 0 auto;
	}
	.footer_contacts{
		width: 1200px;
	    margin: 0 auto;
	}
}
@media (min-width: 1601px){
	.categories_container .content-cont {
	    width: 1600px;
	    margin: 0 auto;
	}
	.footer_contacts{
		width: 1600px;
	    margin: 0 auto;
	}
}