body {
		font-family: 'Montserrat', Arial, sans-serif;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #333333;
}
a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #22D0F2;
		text-decoration: underline;
}
a:focus,
a:hover {
    text-decoration: underline;
    color: #23b9d6;
    outline: none;
}
.h1,
h1 {	 
   text-align: center;
	 margin-bottom: 40px;
	 font-size: 36px;
	 font-weight: 700;
	 line-height: 1.2;
} 
.h1 span.smaller,
h1 span.smaller {
    font-size: 60%;
} 
.h2,
h2 {
   text-align: left;	 
	 margin-bottom: 40px;
	 font-size: 30px;
	 font-weight: 700;
	 line-height: 1.2;
} 
.h3,
h3 {
   text-align: left;	 
	 margin-bottom: 30px;
	 font-size: 24px;
	 font-weight: 700;
	 line-height: 1.2;
} 
.h4,
h4 {
   text-align: left;	 
	 margin-bottom: 30px;
	 font-size: 20px;
	 font-weight: 400;
	 line-height: 1.2;
} 
.smaller {
	font-size: 70%;
} 
.btn,
.btn:first-child,
.btn:focus {
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	color: #FFFFFF;
	padding: 12px 30px 10px 30px;
	background-color: #22D0F2;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.btn:first-child:hover, 
.btn:hover,
.btn:active,
:not(.btn-check)+.btn:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #23b9d6;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.btn.btn-primary {
	background-color: #23b9d6;
	border: none;
	border-radius: 50px;
	color: #ffffff;
	padding: 16px 45px 14px 45px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
}
.btn.btn-primary:hover,
.btn.btn-primary:active {
	background-color: #23b9d6;
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5) inset;
}
input[type='text'] {
	font-size: 20px;
	padding: 12px 20px 10px 20px;
	border: 1px solid transparent;
	border-radius: 10px;
}
input[type='text']:focus,
input[type='text']:active {
	border: 1px solid transparent;
	outline: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) inset;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) inset;
}
@media (max-width: 991.98px) {
	.btn {
		padding: 8px 25px;
	}
	.btn.btn-primary {
		font-size: 14px;
	}
	.h1,
	h1 {
		margin-bottom: 30px;
		font-size: 46px;
	} 
	.h2,
	h2 {
		margin-bottom: 30px;
		font-size: 32px;
		line-height: 1.1;
	} 
	.h3,
	h3 {
		font-size: 26px;
		line-height: 1.1;
	} 
	.h4,
	h4 {
		font-size: 20px;
		line-height: 1.1;
	} 
}
@media (max-width: 461.98px) {	
	.h1,
	h1 {
		margin-bottom: 30px;
		font-size: 34px;
	} 
	.h2,
	h2 {
		margin-bottom: 30px;
		font-size: 30px;
		line-height: 1.1;
	} 
	.h3,
	h3 {
		font-size: 24px;
		line-height: 1.1;
	} 
	.h4,
	h4 {
		font-size: 20px;
		line-height: 1.1;
	} 
}
p {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.blue {
	color: #22D0F2;
}
.light {
	color: #FFFFFF;
}
ol li::marker {
	color: #22D0F2;
	font-size: 120%;
}
ul {
	padding-left: 15px;
	margin-top: 15px;
	margin-bottom: 30px;
}
ul li {
	margin-bottom: 14px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 45px;
	background: url(../images/marker.webp) 0px 0px no-repeat;
	list-style: none;
}
.strong {
	font-weight: 700;
	display: inline;
}

.header.shadowheader {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); 
}
.header__wrap-out {
	background: #FFFFFF;
}
.header__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 125px;
}
.header__logo {
	max-width: 200px;
}
.header__menu {
	padding-bottom: 25px;
	margin-top: 20px;
}
.header__contacts__phones {
	background: url(../images/sprite.webp);
	background-color: transparent;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-top: 20px;
}
.header__contacts__phones a {
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
}
.header__contacts__phones a:hover {
	text-decoration: underline;
	color: #22D0F2;
}
.header__contacts__phones a:last-child {
	margin-left: 10px;
}
.header__contacts__email {
	margin-top: 5px;
	text-align: right;
	height: 20px;
}
.header__contacts__email a {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	color: #22D0F2;
	text-decoration: underline;
}
.header__contacts__email a:hover {
	text-decoration: underline;
	color: #23b9d6;
}

@media (max-width: 1199.98px) {
	.header__logo {
		max-width: 160px;
	}
	.header__contacts__phones a {
		font-size: 16px;
	}
}
@media (max-width: 991.98px) {
	.header__wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-top: 0px;
		height: 54px;
		min-height: 1px;
	}
	.header__logo {
		display: none;
	}
	.header__contacts {
		display: none;
	}
	.header__menu {
		padding-left: 0px;
		padding-top: 50px;
		padding-bottom: 30px;
	}
}
@media (max-width: 767.98px) {
	.header__wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 52px;
	}
	.header__logo {
		width: 100%;
	}
	.header__menu {
		padding-left: 0px;
		padding-top: 30px;
		padding-bottom: 25px;
	}
}

.navbar__container {
	position: relative;
	width: 100%;
}
.navbar__mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ittula-navbar {
    background: transparent;
    z-index: 3;
    padding: 0;
}
.navbar__logo {
	display: none;
}
.navbar__logo__link {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-decoration: none;
}
.navbar__logo__cap {
	padding-left: 20px;
	padding-top: 15px;
}
.navbar__logo__cap__big {
	font-size: 24px;
}
.navbar__logo__cap__small {
	font-size: 12px;
	color: #333333;
	font-weight: 500;
}
@media (max-width: 1199.98px) {
	.navbar__container {
		padding-bottom: 0px;
	}
}
@media (max-width: 991.98px) {
  .ittula-navbar {
        position: relative;
        top: 0;
        padding: 8px 15px;
  }
  .ittula-navbar .navbar-nav {
        padding-bottom: 10px;
  }		
	.navbar__logo {
		display: block;
	}
}

.ittula-navbar .navbar-nav > .nav-item {
	position: relative;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	background-image: none;
	display: flex;
	align-items: center;
}
.ittula-navbar .navbar-nav > .nav-item > .nav-link {
	font-size: 18px;
	line-height: 18px;
	position: relative;
	color: #333333;
	font-weight: 700;
	padding: 5px 0px 3px 0px;
	text-align: center;
	text-decoration: none;
}
.ittula-navbar .navbar-nav > .nav-item > .nav-link:hover,
.ittula-navbar .navbar-nav > .nav-item > .nav-link.selected {
	color: #22D0F2;
}
.ittula-navbar .navbar-nav > .nav-item > .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #22D0F2;
  opacity: 0;
  transition: opacity 300ms, transform 300ms;
}
.ittula-navbar .navbar-nav > .nav-item > a.nav-link::after {
  opacity: 1;
  transform: scale(0);
  transform-origin: center;
}
.ittula-navbar .navbar-nav > .nav-item > a.nav-link:hover::after,
.ittula-navbar .navbar-nav > .nav-item > a.nav-link:focus::after{
  transform: scale(1);
}
.ittula-navbar .navbar-nav > .nav-item .dropdown-menu {
    border: none;
		border-left: 3px solid #F0F0F0;
    background: #F0F0F0;
		border-radius: 0px 0px 16px 16px;
		margin-top: 0;
		padding-bottom: 13px;
    -webkit-box-shadow: 5px 5px 16px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 16px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 16px -10px rgba(0, 0, 0, 0.6);
}
.ittula-navbar .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
    font-size: 14px;
}
.ittula-navbar .navbar-toggler {
    border: none;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.ittula-navbar .navbar-toggler:focus {
    outline: none;
		text-decoration: none;
		box-shadow: none;
}
.ittula-navbar .navbar-toggler path {
	transition: transform 0.25s;
}
.ittula-navbar .navbar-toggler.collapsed path:nth-of-type(1){
	transform: rotate(0deg);
	transform-origin: 0px 2px;
}
.ittula-navbar .navbar-toggler.collapsed path:nth-of-type(2){
	transform: rotate(0deg);
	display: block;
}
.ittula-navbar .navbar-toggler.collapsed path:nth-of-type(3){
	transform: rotate(0deg);
	transform-origin: 1px 14px;
}
.ittula-navbar .navbar-toggler path:nth-of-type(1){
	transform: rotate(45deg);
	transform-origin: 0px 2px;
}
.ittula-navbar .navbar-toggler path:nth-of-type(2){
	display: none;
}
.ittula-navbar .navbar-toggler path:nth-of-type(3){
	transform: rotate(-45deg);
	transform-origin: 1px 14px;
}
.navbar__contacts {
	display: flex;
	align-items: center;
	justify-items: flex-start;
}
.navbar__phone a {
		display: flex;
		align-items: center;
		color: #333333;
		font-size: 18px;
		line-height: 20px;
		font-weight: 700;
		text-decoration: none;
		padding-left: 30px;
		background: url(../images/sprite.webp) no-repeat 0px 0px;
		margin-right: 10px;
}
.navbar__whap {
	width: 32px;
	margin-right: 10px;
}
.navbar__tel {
	width: 32px;
	margin-right: 10px;
}
@media (max-width: 1289.98px) {
	.ittula-navbar .navbar-nav > .nav-item {
		padding: 0px 10px 0px 10px;
	}
}
@media (max-width: 1199.98px) {
	.ittula-navbar .navbar-nav > .nav-item > .nav-link {
		font-size: 16px;
	}
}
@media (max-width: 991.98px) {
	.ittula-navbar {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
		margin-top: 0px;
		background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	}
	.ittula-navbar .navbar-nav {
		background: none;
		border-radius: 0;
		padding-left: 0;
		padding-right: 0;
		margin-top: 30px;
		text-align: right;
		justify-content: flex-end;
	}	
	.ittula-navbar .navbar-nav > .nav-item {
		text-align: right;
		justify-content: flex-end;
		margin: 10px 0px;
	}
	.ittula-navbar .navbar-nav > .nav-item::before {
		display: none;
	}
	.header__wrap-out {
    padding-bottom: 0px;
	}
	.navbar-nav__wrap {
		margin-top: 10px;
		width: 100%;
		border-top: 1px solid rgba(205, 205, 205, 0.25);
	}
	.collapse.navbar-nav__wrap:not(.show) {
		border-top: none;
	}
	.ittula-navbar .navbar-toggler {
			border: none;
			color: #333333;
			cursor: pointer;
			padding-right: 0;
			text-transform: uppercase;
			font-size: 16px;
			letter-spacing: 0.1em;
			display: flex;
			justify-content: flex-end;
			align-items: center;
			width: 145px;
	}
	.ittula-navbar .navbar-toggler .oi-menu {
		font-size: 22px;
		margin-right: 5px;
		margin-top: -5px;
		display: inline-block;
	}
	.ittula-navbar .nav-link {
			padding-top: 0.9rem;
			padding-bottom: 0.9rem;
	}
	.ittula-navbar .navbar-nav > .nav-item > .nav-link {
		color: #333333;
		text-align: right;
		justify-content: flex-end;
	}

	.ittula-navbar.awake {
			margin-top: 0;
			-webkit-transition: 0.3s all ease-out;
			-o-transition: 0.3s all ease-out;
			transition: 0.3s all ease-out;
	}
	.ittula-navbar.sleep {
			-webkit-transition: 0.3s all ease-out;
			-o-transition: 0.3s all ease-out;
			transition: 0.3s all ease-out;
	}
	.ittula-navbar .navbar-brand {
			margin-right: 10px;
			height: 40px;
			padding: 0;
	}
	.ittula-navbar .navbar-brand a img {
		width: auto;
		height: 40px;
	}
	.navbar__logo__cap {
		padding-left: 10px;
		padding-top: 0px;
	}
	.navbar__logo__cap__big {
		font-size: 18px;
	}
	.header__feedback__phone {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.navbar__container {
		padding-bottom: 0px;
		padding-left: 3px;
		padding-right: 3px;
	}
	.ittula-navbar .navbar-nav {
			background: none;
			padding-left: 0 !important;
			padding-right: 0 !important;
	}	
	.ittula-navbar .navbar-toggler {
		width: auto;
	}
	.ittula-navbar .navbar-brand {
		margin-right: 10px;
		height: 36px;
		padding: 0;
	}
	.ittula-navbar .navbar-brand a img {
		width: auto;
		height: 36px;
	}
	.navbar__phone a {
		font-size: 16px;
		line-height: 16px;
		padding-top: 4px;
		padding-bottom: 2px;
		background-position: 0px 1px;
	}
}
@media (max-width: 374.98px) {
	.ittula-navbar .navbar-brand {
		height: 30px;
	}
	.ittula-navbar .navbar-brand a img {
		height: 30px;
	}
	.navbar__phone a {
		font-size: 14px;
		padding-left: 22px;
		line-height: 14px;
		padding-top: 4px;
		padding-bottom: 2px;
		background-position: 0px 1px;
	}
}

.mainslider {
	background: #E5F5F9 url(../images/bg-sl.webp) no-repeat center top;
	z-index: 2;
}
.mainslider__container {
	height: 600px;
}
.mainslider__container .container,
.mainslider__container .row {
	height: 100%;
}
.mainslider__text {	
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: flex-start;
	justify-content: center;
	color: #333333;
	padding-bottom: 50px;
}
.mainslider__text__cap {	
	font-size: 50px;
	line-height: 55px;
	font-weight: 700;
	color: #333333;
}
.mainslider__text__desc {
	margin-top: 50px;
	font-size: 18px;
}
.mainslider__text__btn {
	margin-top: 50px;
}
.mainslider__text__btn a {
	font-size: 18px;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	color: #FFFFFF;
	padding: 12px 30px 10px 30px;
	background-color: #22D0F2;
	border-radius: 10px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.mainslider__text__btn a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #23b9d6;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.mainslider__picture {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 50px;
}
.mainslider__picture img {
	max-width: 100%;
	height: auto;
}
.slick-arrow {
	position: absolute;
	bottom: 50px;
	left: 50%;
	width: 46px;
	height: 46px;
	background: url(../images/sprite.png) no-repeat 0px -302px;
	border: none;
	padding: 0;
	z-index: 200;
}
.slick-arrow.slick-prev {
	background-position: 0px -399px;	
	left: calc(50% - 648px);
}
.slick-arrow.slick-next {
	background-position: 0px -302px;
	left: calc((50% - 648px) + 60px);
}
.slick-arrow:hover {	
	filter: grayscale(50%);
}

@media (max-width: 1199.98px) {
	.mainslider__container {
		height: 500px;
	}
	.mainslider__text__cap {
		font-size: 40px;
		line-height: 45px;
	}
	.mainslider__text__btn {
		margin-top: 40px;
	}
	.slick-arrow.slick-prev {
		left: calc(50% - 468px);
		bottom: 40px;
	}
	.slick-arrow.slick-next {
		left: calc((50% - 468px) + 60px);
		bottom: 40px;
	}
}
@media (max-width: 991.98px) {
	.mainslider__container {
		height: auto;
		padding: 50px 0px;
	}
	.mainslider__text {
		width: 100%;
		align-items: center;
		justify-content: center;
		padding-bottom: 40px;
	}
	.mainslider__text__cap {
		font-size: 34px;
		line-height: 36px;
	}
	.mainslider__text__desc {
		margin-top: 30px;
		font-size: 16px;
	}
	.mainslider__text__btn {
		margin-top: 30px;
	}
	.mainslider__picture {
		width: 100%;
		align-items: center;
		justify-content: center;
		padding-bottom: 50px;
	}
	.slick-arrow.slick-prev {
		left: calc(50% - 66px);
		bottom: 30px;
	}
	.slick-arrow.slick-next {
		left: calc(50% + 6px);
		bottom: 30px;
	}
}
@media (max-width: 767.98px) {
	.mainslider__text__desc {
		text-align: center;
	}
}

.services {
	background-color: #FFFFFF;
	padding: 60px 0px;
}
.services .container {
	position: relative;
}
.services__service-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background: rgb(233,233,233);
	background: linear-gradient(0deg, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 100%);
	color: #333333;
	text-decoration: none;
	border: 1px solid #E7E7E7;
	border-radius: 20px;
	height: 100%;
	padding: 40px 20px 20px 20px;
	cursor: pointer;
}
.services__service-block.services__service-block-s {
	background: #E5F5F9;
}
.services__service-block:hover {
	background: rgb(34,208,242);
	background: linear-gradient(0deg, rgba(34,208,242,1) 0%, rgba(34,208,242,0.4) 100%);
	color: #FFFFFF;
	text-decoration: none;
}
.services__service-block__image {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}
.services__service-block:hover .services__service-block__image img {
	filter: grayscale(1);
	filter: brightness(1000%);
}
.services__service-block__text {	
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 54px;
}
.services__service-block:hover .services__service-block__text {	
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
}
@media (max-width: 1199.98px) {
	.services__service-block {
		padding: 30px 10px 20px 10px;
		cursor: pointer;
	}
}
@media (max-width: 991.98px) {
	
}
@media (max-width: 767.98px) {
	
	.services__service-block {
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		padding: 20px;
	}
	.services__service-block__image {
		display: flex;
		align-items: center;
		margin-bottom: 0;
		padding-left: 20px;
		width: 90px;
	}
	.services__service-block__cap {
		font-size: 25px;
		line-height: 25px;
	}
	.services__service-block__text {
		padding-left: 20px;
		text-align: left;
		width: calc(100% - 90px);
  	justify-content: flex-start;
	}
	.services__service-block__desc {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 320.98px) {
	.services__slogan {
		top: -85px;
		left: 50%;
		margin-left: -157px;
		width: 314px;
		height: 314px;
		padding: 20px;
	}
	.services__slogan__in {
		width: 270px;
		height: 270px;
		padding: 60px 20px 20px 20px;
	}
	.services__slogan__in__b1 {
		font-size: 18px;
		margin-bottom: 0px;
	}
	.services__slogan__in__b2 {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 0px;
	}
	.services__slogan__in__b3 {
		font-size: 14px;
	}
	.services__caption {
		margin-top: 240px;
		margin-bottom: 30px;
		text-align: center;
	}
}

.main-text {
	padding: 20px 0px 60px 0px;
}
.main-text p {
	font-size: 18px;
	text-align: center;
}

.list {
	padding: 20px 0px 60px 0px;
}
.list__block__desc {
	border: 2px solid #22D0F2;
	border-radius: 20px;
	padding: 50px 55px 40px 55px;
	font-size: 18px;
	width: 520px;
}
.list__block__desc ul {
	margin: 0;
	padding: 0;
}
.list__block__desc li {
	margin-bottom: 16px;
}
.list__block__images {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.list-left .list__block {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.list-right .list__block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
@media (max-width: 991.98px) {
	.list__block__desc {
		width: 100%;
		margin-bottom: 30px;
	}
	.list__block__images {
		margin-bottom: 30px;
	}
}
@media (max-width: 767.98px) {
	.list__block__desc {
		padding: 30px 25px 20px 25px;
	}
}
@media (max-width: 361.98px) {
	.list__block__desc li {
		font-size: 16px;
	}
}

.blue-text {
	background-color: #22D0F2;
	padding: 80px 0px;
	margin-top: 60px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #FFFFFF;
}

.content {	
	padding: 60px 0px 60px 0px;
}

.partners {
  padding: 80px 0px 80px 0px;
}

.contacts {
	background-color: #E5F5F9;
	background-image: url(../images/contacts-bg.webp);
	background-repeat: no-repeat;
	background-position: 80% bottom;
	padding: 80px 0px 80px 0px;
}

.contacts__cap {	
	font-size: 36px;
	font-weight: 400;
	line-height: 41px;
}
.contacts__cap__cap2 {	
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 20px;
}
.contacts__phone a {	
	display: block;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0px -132px;
	padding-left: 50px;
	font-size: 45px;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
}
.contacts__phone a span {	
	font-size: 30px;
	font-weight: 400;
}
.contacts__text {
	margin-top: 40px;
	line-height: 28px;
}

@media (max-width: 1199.98px) {
	.contacts {
		background-position: right bottom;
		background-size: 60% auto;
	}
}
@media (max-width: 991.98px) {
	.contacts__text {
		padding-right: 50%;
	}
}
@media (max-width: 767.98px) {
	.contacts {
		background-position: center bottom;
		background-size: 95% auto;
	}
	.contacts__text {
		padding-right: 0;
		margin-bottom: 150px;
		line-height: 1.2;
	}
}
@media (max-width: 461.98px) {	
	.contacts__cap {
		font-size: 26px;
		line-height: 28px;
	}
	.contacts__phone a {		
		background-position: 0px -144px;
		padding-left: 40px;
		font-size: 30px;
	}
	.partners .col {
		flex-wrap: wrap;
		width: 33%;
		flex: none;
	}
	.blue-text {
		font-size: 20px;
	}
}

.sertificates img {
	max-width: 100%;
	height: auto;
}

/* Footer */
.ittula-footer {
	background: #494646;
	color: #F5F6F6;
}
.footer-menu {
	font-size: 14px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.ittula-footer a {
	color: #F5F6F6;
	text-decoration: none;
}
.ittula-footer a:hover {
	color: #F5F6F6;
	text-decoration: underline;
}
.ittula-footer__caption {
	font-family: 'PF Agora Serif Pro';
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	text-align: left;
}
.ittula-footer ul {
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	text-align: left;
	margin-top: 14px;
	margin-left: 0;
}
.ittula-footer ul li {
	padding: 0;
	margin: 0 0 4px 0;
}
.footer-down {
	background: #2D2D2D;
	color: #F5F6F6;
	font-size: 15px;
	padding-top: 40px;
	padding-bottom: 35px;
	text-align: center;
}

/* loader */
#ittula-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    -o-transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    transition: opacity 0.2s ease-out, visibility 0s linear 0.2s;
    z-index: 1000;
}

#ittula-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#ittula-loader.show {
    -webkit-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    transition: opacity 0.4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#ittula-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

#ittula-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}
