.little-desc-block{

	text-align: center;

}

.little-desc-block h2{

	margin-bottom: 10px;

}
.another-info h3 {
	margin-bottom: 30px;
}
.swiper-wrapper a{
	height: 100%;
}
.swiper-pagination .slider-nav-item{
	max-height: 110px; 
}
.central-page .page-name:before {
	display: none;
}
@media(max-width: 1440px){
	.logic-info-blocks{
		font-size: 12px;
	}
}
.main-menu{
	display: none;
}
@media(max-width: 991px){
	.main-menu{
		display: block;
	}
}
.main-menu .menu-list{
	min-height: 100%;
}

/*form*/
.pathMark {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.pathMark.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.pathMark.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.pathMark.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

.desc-content h3 {
	text-align: center;
}

.numbers-block .items .item-wrapper .item h3 {
	font-size: 1.4em;
}
.desc-block h3{
    font-size: 1.16775em;
}