* {
	margin: 0;
	padding: 0;
	/*outline: 1px solid red;*/
	box-sizing: border-box;
	text-align: unset;
	font-family: 'Exo 2';
	font-style: normal;
	cursor: inherit;
}
li {
	list-style: none;
}.text_item p {	margin: 0 0 20px 0}.text_item ul {	padding-left:20px;	margin:10px 0;}.text_item ol {	padding-left:20px;	margin:10px 0;	}.text_item ul li {	color: #000;	margin: 10px 0;	list-style: square;}.text_item ol li {	color:#000;	margin: 10px 0;	list-style: decimal;}.container_text p {	margin: 0 0 20px 0}.container_text ul {	padding-left:20px;	margin: 10px 0 25px;}.container_text ol {	padding-left:20px;	margin: 10px 0 25px;}.container_text ul li {	color: #000;	margin: 10px 0;	list-style: square;}.container_text ol li {	color: #000;	margin: 10px 0 20px;	list-style: decimal;}
a {
	text-decoration: none;
	cursor: pointer;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
button, input, textarea {
	outline: none;
}
button {
	cursor: pointer;
}
button span {
	cursor: pointer;
}
body {
	overflow: auto;
}
.hidden_opacity {
	opacity: 0;
}
.visible_opacity {
	opacity: 1;
}
.red_line {
	overflow: hidden;
	margin-top: 34px;
	margin-bottom: 37px;
}
.red_line hr{
	display: block;
	height: 1px;
	border:none;
	width: 0;
	background: #b61316;
	margin-right: auto;
	margin-left: 0;
	transition: 200ms linear;
}
.hidden_caption{
	-webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    -moz-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    transition: all .3s cubic-bezier(.25,.5,.5,.9)
}
.visible_caption {
	transform: translateX(0%);
    opacity: 1;
}
#main nav .nav_ul .nav_li .list {
	margin-top: 32px;
}
header {
	height: auto;
	background-color: #06060a;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.container {
	padding-top: 64px;
}
#main .row {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	height: 100%;
}
#main {
	position: static;
	padding: 0;
}
#main nav {
	width: auto;
	display: flex;
	margin-top: 0;
}
#main nav .nav_ul {
	justify-content: space-between;
}
#header_contact {
	float: none;
	margin: 0;
	margin-left: 90px;
	
}
#header_contact a {
	display: grid;
	grid-template-columns: 29px auto;
	grid-gap: 0 28px;
	align-items: center;
}
#main .logo {
	float: none;
	width: 98px;
	opacity: 1;
	margin-right: 70px;
}
#main nav a {
	color: rgba(253,253,253,0.70);
	opacity: 1;
	transition: 200ms linear;
	font-weight: 700;
	font-size: 11px;
	line-height: 38px;
	padding: 13px 0;
	position: relative;
}
#main nav a span {
	display: flex;
	align-items: center;
}
#main nav a span img {
	width: 25px;
	margin-left: 20px;
	transform: rotate(-90deg);
	transition: 200ms linear;
	display: none;
}
#main nav a:hover span img {
	transform: rotate(0deg);
}
#main nav a:hover .list {
	opacity: 1;
	z-index: 10;
}
#main nav a .list {
	width: 236px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: -2px -2px 18px 0 rgba(0,0,0,0.07);
    border-radius: 0;
    margin-top: 55px;
    border: 0;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 2;
    display: block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    z-index: -1;
}
#main nav a .list .top_li {
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#main nav a .list .top_li:after {
    content: '';
    position: absolute;
    left: 25px;
    top: 15px;
    width: 6px;
    height: 12.5px;
    background-image: url(../icon/sorting_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px 12.5px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#main nav a  .list li span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    padding: 0 24px 0 54px;
    cursor: pointer;
    color: #06060a;
    font-size: 11px;
    line-height: 14px;
    font-weight: bold;
}
#main nav a  .list .sub_list {
    background-color: #eeeeee;
    display: none;
}
#main nav a  .list .top_li:hover:after {
	opacity: 1;
}
#main nav a  .list .option {
    list-style: none;
    background-color: #ebebeb;
    cursor: pointer;
    height: 40px;
    width: 100%;
    padding: 0 60px 0 60px;
    display: flex;
    align-items: center;
    border: 1px solid #ebebeb;
    transition: 200ms linear;
     color: #06060a;
    font-size: 11px;
    line-height: 14px;
    font-weight: 300;
}

@media only screen and (max-width:1024px){
	#header_contact {
		margin-left: 0;
	}
	#main .logo {
		margin-right: auto;
	}
	#main .row {
		grid-gap: 0 20px;
	}
}
@media only screen and (max-width:900px){
	#main .row {
	    grid-template-columns: 1fr 98px 1fr;
	}
	#main nav {
    display:none;
    
    position: absolute;
    left: 0;
    top: 68px;
    width: 100%;
     background-color: #06060a;
     height: calc(100vh - 68px);
    
  }
  #main nav .nav_ul {
    min-width: 300px;
    flex-direction: column;
    align-items: center;
     justify-content: flex-start;
  }
  #main nav .nav_ul .nav_li {
    width: auto;
  }
  #main nav .nav_ul .nav_li a {
    display: block;

  }
  #main nav .nav_ul .nav_li .nav_li_link {
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    line-height: 48px;
    color: #fff;
  }
}
@media only screen and (max-width: 900px){
  #main nav a .list {
    left: -62px;
    top: 0;
  }
}
@media only screen and (max-width:525px){
  #header_contact div {
    margin-right: 10px;
  }
  #main .row {
    grid-template-columns:98px auto 40px;
    grid-gap: 10px;
    grid-template-areas: "post-2 post-1 post-4 ";
    padding: 15px 10px 5px 10px;
        width: 100%;
}
#header_contact a {
  grid-gap: 10px;
      margin: 0 auto;

}
}
#callback_form1 {
	outline: none;
	background-color: #ebebeb;
}
#callback_form1 .row>div p,
#callback_form1 h2 .right_callback {
	text-align: center;
}
/********************************
sorting
********************************/
.sorting {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 10px 32px;
	align-items: center;
	margin: 23px 0;
	position: relative;
    z-index: 1;
}
.sorting p{
	font-weight: 700;
	font-size: 11px;
	line-height: 11px;
	color: #06060a;
	text-align: left;
	text-transform: uppercase;
}
.sorting .sorting_list {
	width: 278px;
    border:none;
    position: relative;
    font-weight: 700;
	font-size: 11px;
	line-height: 11px;
	color: #06060a;
	text-align: left;
	text-transform: uppercase;
    border:none;
    border-radius: 0;
    margin-bottom: 5px;
    outline: none;
}
.sorting .sorting_list .option {
	list-style: none;
	background-color: #ebebeb;
	cursor: pointer;
	height: 40px;
	width: 100%;
	padding: 0 60px 0 60px;
	display: flex;
	align-items: center;
	border: 1px solid #ebebeb;
	transition: 200ms linear;
}
.sorting .sorting_list .current {
	height: 40px;
	width: 100%;
	border-radius: 20px;
	background-color: #ebebeb;
	cursor: pointer;
	padding-right: 51px;
	padding-left: 24px;
	display: flex;
	align-items: center;
	transition: 200ms linear;
}
/*.sorting .sorting_list .option:hover {
    background-color: #fff;
    border-color: #009dbd;
}*/
.sorting .sorting_list .sub_list {
	background-color: #eeeeee;
	display: none;
}
.sorting .sorting_list .list {
	width: 246px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 0;
	margin-top: 0;
	border: 0;
	box-shadow:none;
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	z-index: 2;
	display: none;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sorting .sorting_list .list li span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 100%;
	padding: 0 60px 0 60px;
	cursor: pointer;
}
.sorting .sorting_list .list .top_li {
	position: relative;
}
.sorting .sorting_list .list .top_li.click_li:after {
	content: '';
	position: absolute;
	left: 25px;
	top: 15px;
	width: 6px;
	height: 12.5px;
	background-image: url(../icon/sorting_arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 6px 12.5px;
}
.sorting .sorting_list .arrow_white {
    display: block;
    height: 12px;
    width: 42px;
    position: absolute;
    right: 10px;
    bottom: 12px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-image: url(../icon/arrow_white_down.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% bottom;
}
/*.sorting .sorting_list .current:hover .arrow_white {
	height: 20px;
}*/
.sorting .sorting_list .arrow_black {
    display: block;
    height: 12px;
    width: 42px;
    position: absolute;
    right: 10px;
    top: 14px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-image: url(../icon/arrow_white_down.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% bottom;
    transform: rotate(180deg);
	filter: brightness(0%);
}
/*.sorting .sorting_list .current:hover .arrow_black {
	height: 20px;
}*/
/********************************
show_more_btn
********************************/
.show_more_btn {
	width: 282px;
	height: 40px;
	margin: 55px auto 35px auto;
	border:none;
	outline: none;
	border-radius: 20px;
	background: #06060a;
	font-weight: 300;
	font-size: 14px;
	line-height: 38px;
	color: #ffffff;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: all 0.2s linear 0s;
}
.show_more_btn:before {
    content: '\f178';
    font-family: 'FontAwesome';
    font-size: 10.5px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 10px;
    opacity: 0;
    height: 20px;
    width: 10px;
    z-index: 1;
    transition: all 0.2s linear 0s;
}
.show_more_btn span {
	display: block;
	transition: all 0.2s linear 0s;
}
.show_more_btn:hover span{
    margin-left: -15px;
}
.show_more_btn:hover:before {
    opacity: 1;
    text-indent: 0px;
}
/********************************
pagination
********************************/
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination li{
	list-style: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
	transition: 200ms linear;
}
.pagination li a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 11px;
	line-height: 38px;
	color: #c0c0c0;
	text-decoration: none;
	transition: 200ms linear;
}
.pagination li.active_p {
	background: #009dbd;
}
.pagination li.active_p a{
	color: #06060a;
}
.pagination li:hover {
	background: #c0c0c0;
}
.pagination li:hover a{
	color: #06060a;
}
/********************************
bread_crumb
********************************/
.bread_crumb {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 20px;
}
.bread_crumb li{
	list-style: none;
}
.bread_crumb li a{
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	color: #06060a4d;
	text-decoration: none;
	transition: 200ms linear;
}
.bread_crumb li a:hover {
	color: #06060a ;
}
.bread_crumb li span{
	margin: 0 3px;
	color: #06060a4d;
}
.bread_crumb li:last-child span {
	display: none;
}
/******************************************
изображение в popup
*******************************************/
.popup__open {
	cursor: pointer;
}
.big-image-popup {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 9999;
	display:block;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	background:rgba(6,6,10,0.40);
	opacity: 1;
  visibility: hidden;
  transition: visibility 0s linear 1s,opacity 0.5s linear;
}
.big-image-popup > div {
	background:#fff;
	display:block;
	align-items:center;
	justify-content:center;
	position: relative;
	max-width: 635px;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
  	z-index: 4;
  	text-align: center;
}
.big-image-popup > div > .popup_big_img {
	max-width: 635px;
	max-height:480px;
	height: 100%;
	width: 100%;
	opacity: 1;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.big-image-popup .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #009fc1;
}
.big-image-popup .close img {
	width:12px;
	height: 12px;
}
.big-image-popup .close:hover img{
animation: rotateCross 150ms linear forwards;
}
@media only screen and (max-width: 991px){
	.big-image-popup > div > .popup_big_img {
		max-width: 90vw;
		max-height:60vh;
	}
}
/********************************
infographics
********************************/
.infographics {
	max-width: 1300px;
	min-height: 808px;
	height: 100%;
	width: 100%;
	margin: 0 auto 55px auto;
	padding: 0 30px;
	position: relative;
	z-index: 1;
}
.infographics h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	color: #06060a;
	text-align: center;
	text-transform: uppercase;
}
.infographics_row {
	position: relative;
	background-color: #fff;
	box-shadow: -6px 0 16px 0 rgba(0,0,0,0.13);
	padding: 41px 33px 37px 35px;
}
.infographics_border {
	border: 7px solid #c8c8c8;
	min-height: 730px;
	padding-top: 40px;
}
.infographics_list {

}
.infographics_row button {
	width: 282px;
	height: 40px;
	border-radius: 20px;
	background-color: #b61316;
	border:none;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 659px;
	margin: 0 auto;
	transition: all 0.2s linear 0s;
}
.infographics_row button:before {
    content: '\f178';
    font-family: 'FontAwesome';
    font-size: 10.5px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    right: 20px;
    bottom: 10px;
    opacity: 0;
    height: 20px;
    width: 10px;
    margin: 0 auto;
    z-index: 1;
    transition: all 0.2s linear 0s;
}
.infographics_row button span {
	transition: all 0.2s linear 0s;
	display: block
}
.infographics_row button:hover span{
	margin-left: -15px;
}
.infographics_row button:hover:before {
	opacity: 1;
}
.infographics_item {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	/*background-color: #fff;
	box-shadow: -6px 0 16px 0 rgba(0,0,0,0.13);*/
	cursor: default;
	transition: 500ms linear;
	height: 150px;
}
.infographics_item .number_min {
	width: 51px;
	height: 51px;
	border-radius: 50%;
	background-color: #b61316;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
}
.infographics_item .number_big {
	font-weight: 700;
	font-size: 178px;
	line-height: 98px;
	color: rgba(237,237,237,0.7);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 auto;
	z-index: 1;
	width: 100%;
	height: 100%;
	border-radius: 0%;
	background-color: transparent;
}
.infographics_item .number_big:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	background-color: #b61316;
	transform: scale(0);
}
.infographics_item:hover .number_big:before {
	transform: scale(1);
	transition: 350ms linear 350ms;
}
.infographics_item .txt_block {
	font-weight: 700;
	font-size: 11px;
	line-height: 16px;
	color: #06060a;
	text-align: left;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px 0 12px;
    transition: 350ms linear;
}
.infographics_item .txt_block p {
	position: relative;
	z-index: 6;
}
.infographics_item:nth-child(1){
	top: 170px;
	left: 278px;
}
.infographics_item:nth-child(1) .txt_block {
	width: 220px;
	height: 120px;
}
.infographics_item:nth-child(1) .number_big {
	padding-bottom: 20px;
}
.infographics_item:nth-child(2){
    top: 168px;
    left: 635px;
}
.infographics_item:nth-child(2) .txt_block {
	width: 200px;
    height: 120px;
}
.infographics_item:nth-child(2) .number_big {
	padding-bottom: 20px;
}
.infographics_item:nth-child(3){
	top: 315px;
    left: 760px;
}
.infographics_item:nth-child(3) .txt_block {
	width: 270px;
	height: 60px;
}
.infographics_item:nth-child(3) .number_big {
	padding-bottom: 20px;
	padding-right: 20px;
}
.infographics_item:nth-child(4){
	top: 315px;
    left: 402px;
}
.infographics_item:nth-child(4) .txt_block {
	width: 225px;
	height: 120px;
}
.infographics_item:nth-child(4) .number_big {
	padding-bottom: 20px;
}
.infographics_item:nth-child(5){
    top: 460px;
    left: 278px;
}
.infographics_item:nth-child(5) .txt_block {
	width: 215px;
    height: 50px;
}
.infographics_item:nth-child(5) .number_big {
	padding-bottom: 20px;
}
.infographics_item:nth-child(6){
    top: 460px;
    left: 635px; 
}
.infographics_item:nth-child(6) .txt_block {
	width: 200px;
    height: 60px;
    padding-left: 50px;
}
.infographics_item:nth-child(6) .number_big {
	padding-bottom: 20px;
}
.infographics_item:nth-child(7){
    top: 602px;
    left: 770px;
}
.infographics_item:nth-child(7) .txt_block {
	width: 280px;
    height: 50px;
}
.infographics_item:nth-child(7) .number_big {
	padding-bottom: 20px;
	padding-right: 70px;
}

.infographics .arrow_red {
	opacity: 0;
	transition: 200ms linear;
}
.infographics .line-1 {
	position: absolute;
	left: -41px;
	top: 245px;
}
.infographics .line-1 .arrow_red {
	position: absolute;
	right: 0;
	top: -9px;
}
.infographics .line-2 {
	position: absolute;
	left: 511px;
	top: 230px;
}
.infographics .line-2 .arrow_red {
	position: absolute;
	right: 0;
	top: 5.5px;
}
.infographics .line-3 {
	position: absolute;
	left: 846px;
	top: 245px;
}
.infographics .line-3 .arrow_red {
	position: absolute;
	right: 0;
	bottom: -1px;
	transform: rotate(90deg) translateY(-4.5px);
}
.infographics .line-4 {
	position: absolute;
	left: 637px;
	top: 377px;
}
.infographics .line-4 .arrow_red {
	position: absolute;
	left: 0;
	top: 6px;
	transform: rotate(180deg);
}
.infographics .line-5 {
	position: absolute;
	left: 290px;
	top: 390px;
	transform: scale(1, -1) rotate(-180deg);
}
.infographics .line-5 .arrow_red {
	position: absolute;
	right: -5px;
	bottom: -1px;
	transform: rotate(90deg);
}
.infographics .line-6 {
	position: absolute;
	left: 508px;
	top: 522px;
}
.infographics .line-6 .arrow_red {
	position: absolute;
	right: 0;
	top: 5.5px;
}
.infographics .line-7 {
	position: absolute;
	left: 846px;
	top: 534px;
}
.infographics .line-7 .arrow_red {
	position: absolute;
	right: 0;
	bottom: -1px;
	transform: rotate(90deg) translateY(-4.5px);
}

@keyframes hoverNumber{
	0%{
		font-size: 178px;
    	line-height: 98px;
    	color: rgba(237,237,237,0.7);
		left: 0;
   	 	top: 0;
   	 	right: auto;
   	 	width: 100%;
		height: 100%;
		border-radius: 0%;
	}
	100% {
		font-size: 36px;
		line-height: 36px;
		color: rgba(255,255,255,1);
		left: -25px;
		top: -25px;
		right: auto;
		padding: 0;
		width: 51px;
		height: 51px;
		border-radius: 50%;
	}
}
@keyframes hoverCircle {
	0%{
		background-color: transparent;
	}
	100%{
		background-color: #b61316;
	}
}/*
@keyframes hoverPosition {
	0%{
		left: 0;
   	 	top: 0;
   	 	right: auto;
	}
	100%{
		left: -25px;
		top: -25px;
		right: auto;
	}
}*/
/********************************
media
********************************/
@media only screen and (max-width: 1300px) {
	.infographics .line-1 {
		left: -30px;
	}
}
@media only screen and (max-width: 1200px){
	.infographics_item:nth-child(3) {
		left: 710px;
	}
	.infographics_item:nth-child(4) {
		left: 352px;
	}
	.infographics_item:nth-child(5) {
		left: 228px;
	}
	.infographics_item:nth-child(6) {
	    left: 585px;
	}
	.infographics_item:nth-child(7) {
		left: 720px;
	}
	.infographics .line-4 {
		left: 587px;
	}
	.infographics .line-5 {
		left: 240px;
	}
	.infographics .line-6 {
		left: 458px;
	}
	.infographics .line-7 {
		left: 796px;
	}
}
@media only screen and (max-width: 1100px){
	.infographics_item:nth-child(1) {
	    left: 178px;
	}
	.infographics_item:nth-child(2) {
	    left: 535px;
	}
	.infographics_item:nth-child(3) {
		left: 560px;
	}
	.infographics_item:nth-child(4) {
		left: 202px;
	}
	.infographics_item:nth-child(5) {
		left: 78px;
	}
	.infographics_item:nth-child(6) {
	    left: 435px;
	}
	.infographics_item:nth-child(7) {
		left: 570px;
	}
	.infographics .line-1 {
		padding-top: 9px;
		margin-top: -9px;
		width: 200px;
		overflow: hidden;
	}
	.infographics .line-1 .arrow_red {
		top: 0;
	}
	.infographics .line-2 {
	    left: 411px;
	}
	.infographics .line-3 {
	    left: 746px;
	}
	.infographics .line-4 {
		left: 437px;
	}
	.infographics .line-5 {
		left: 90px;
	}
	.infographics .line-6 {
		left: 308px;
	}
	.infographics .line-7 {
		left: 646px;
	}
	.infographics_item:nth-child(3) .txt_block {
		width: 305px;
	}
	.infographics_row button {
		top: 705px;
		z-index: 3;
	}
}
@media only screen and (max-width: 991px){
	.infographics {
		max-width: 768px;
	}
	.infographics_item:nth-child(1) {
	    left: 68px;
	}
	.infographics_item:nth-child(2) {
	    left: 325px;
	}
	.infographics_item:nth-child(3) {
		left: 390px;
	}
	.infographics_item:nth-child(4) {
		left: 122px;
	}
	.infographics_item:nth-child(5) {
		left: 68px;
	}
	.infographics_item:nth-child(6) {
	    left: 325px;
	}
	.infographics_item:nth-child(7) {
		left: 395px;
	}
	.infographics .line-1 {
		padding-top: 9px;
		margin-top: -9px;
		width: 90px;
		overflow: hidden;
	}
	.infographics .line-1 .arrow_red {
		top: 0;
	}
	.infographics .line-2 {
	    left: 280px;
	    width: 40px;
	    overflow: hidden;
	        padding-bottom: 4px;
	}
	.infographics .line-3 {
	    left: 535px;
	}
	.infographics .line-4 {
		left: 347px;
		 width: 40px;
	    overflow: hidden;
	    padding-bottom: 4px;
	}
	.infographics .line-5 {
		left: 68px;
		width: 50px;
		overflow: hidden;
		    padding-bottom: 4px;
	}
	.infographics .line-5 img:nth-of-type(1){
		position: relative;
		right: 56px;
	}
	.infographics .line-5 .arrow_red {
		right: 2px;
	}
	.infographics .line-6 {
		left: 275px;
		width: 40px;
	    overflow: hidden;
	     padding-bottom: 4px;
	}
	.infographics .line-7 {
		left: 536px;
	}
	.infographics_item:nth-child(3) .txt_block {
		width: 305px;
	}
	.infographics_row button {
		top: 705px;
	}
}
@media only screen and (max-width: 768px){
	.infographics_line div {
		display: none;
	}
	.infographics_item {
		position: static;
	}
	.infographics_row button {
		position: relative;
		top: auto;
		margin: 0 auto;
	}
	.infographics_border {
		text-align: center;
		padding: 25px 0;
	}
	.infographics_item:nth-child(7) .number_big {
		padding-right: 0;
	}
	.infographics_item:nth-child(3) .number_big {
		padding-right: 0;
	}
	.infographics_item .txt_block p {
		text-align: center;
	}
	.infographics {
		padding: 0 10px;
	}
	.infographics_row {
		padding: 41px 15px 37px 15px;
	}
	.infographics h2 {
		font-size: 20px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 525px){
	.sorting {
		grid-template-columns: 1fr;
	}
	.sorting p {
		padding-left: 18px;
	}
	.bread_crumb {
		padding-left: 18px;
	}
	.infographics_row button {
		width: 240px;
	}
}