@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-Italic.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-ExtraBold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Raleway;
  src: url(../fonts/Raleway/Raleway-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Square721 BT";
  src: url(../fonts/Square721BT/Square721BT-Roman.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*, ::after, ::before {
  box-sizing: inherit;
}
html {
  height: auto;
  min-height: 100%;
  box-sizing: border-box;
}
body {
  font-size: 16px;
  font-family: Raleway, sans-serif;
  height: auto;
  min-height: 100%;
  color: #545454;
  background-color: #fafbfc;
  font-feature-settings: "lnum";
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
  height: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
body.no-scroll {
	overflow: hidden;
}
h1, h2, h3, h4, h5, ol, p, ul {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #143f74;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
	max-width: 1440px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-left: 120px;
	padding-right: 120px;
}
/*
.full-width .container {
	padding:0;
}
*/
.container__title {
	font-weight: 600;
	font-size: 34px;
	line-height: 46px;
	color: #282828;
}
.btn {
	background: #fff;
	border-radius: 4px;
	height: 60px;
	font-weight: 600;
	font-size: 18px;
	color: #282828;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0 30px;
	box-sizing: border-box;
}
.btn:hover {
	background-color:#0A3365;
	color: #fff;
}
.btn svg {
	margin-left: 25px;
}
.btn svg path {
	stroke: #282828;

}
.btn:hover svg path {
	stroke: #ffffff;
}
.btn.btn-blue {
	background-color: #4E98DA;
	color: #fff;
}
.btn.btn-blue:hover {
	background-color: #143f74;
	text-decoration: none;
}
.top-line {
	background-color: #f1f1f1;
}
.top-line__container {
	height: 43px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 70px;
	padding-right: 70px;
}
.top-line__link {
	font-size: 12px;
	line-height: 150%;
	color: #2E363E;
}
.hpr {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	visibility: hidden;
}
.top-line__hpr {
	margin-left: auto;
	margin-right: 30px;
}
.hpr-ico {
	margin-right: 9px;
	display: block;
}
.hpr-label {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #545454;
	border-bottom: 1px solid transparent;
	cursor: pointer;
}
.hpr:hover .hpr-label {
	border-bottom: 1px solid #545454;
}
.header__hpr {
	margin-right: 100px;
}
.top-line__login, .top-line__reg {
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #545454;
	border-left: 1px solid #dadada;
	padding-left: 18px;
	padding-right: 18px;
	height: 43px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition-duration: .3s;
}
.top-line__login:hover, .top-line__reg:hover {
	background-color: #dadada;
}
.top-line__reg {
	border-right: 1px solid #dadada;
}
.top-line__login-ico {
  display: block;
  margin-right: 7px;
  margin-top: -2px;
}
.header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgb(89 89 89 / 5%);
  position: relative;
}
.no-home .header {
  border-bottom: 1px solid #dadada;
}
.header__container {
	padding-top: 14px;
	padding-bottom: 11px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
}
.logo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.logo__header {
  margin-right: auto;
}
.logo__item {
  display: block;
  margin-right: 18px;
}
.logo__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #545454;
  margin-bottom: 5px;
}
.logo__content {
  padding-top: 7px;
}
.logo__subtitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #545454;
  letter-spacing: .03em;
}
.header__socials {
	display: flex;
	align-items:center;
}
.header__socials > a {
	width: 40px;
	height: 40px;
	background-repeat:no-repeat;
	background-size: contain;
	background-position: center center;
	border-radius: 50%;
	background-color:#ccc;
	margin-left: 22px;
}
.header__socials > a:hover {
	opacity: 0.7;
}
.header__socials > a.tg {
	background-image:url(../img/icons/ico-tg.svg);
}
.header__socials > a.yb {
	background-image:url(../img/icons/ico-yt.svg);
}
.header__socials > a.vk {
	background-image:url(../img/icons/ico-vk.svg);
}
.header__plea {
  background: #4e98da;
  border-radius: 3px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #fff;
  width: 345px;
  padding: 13px 18px;
  transition-duration: .3s;
}
.header__plea:hover {
  background-color: #3b87cb;
}
.header__plea-arrow {
  display: inline-block;
  background-image: url(../img/icons/ico-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 35px;
  height: 13px;
  margin-left: 10px;
}
.header-line-mob {
	display: none;
}
.nav-mob {
	display: none;
}
.nav {
	background-color: #fff;
	position: relative;
	z-index: 1;
	box-shadow: rgb(89 89 89 / 5%) 15px 14px 16px;
	box-shadow: 0 2px 4px rgba(89, 89, 89, .05);
	border-bottom: 1px solid transparent;
	height: 50px;
	position: sticky;
	top: 0;
}
.nav.active {
	border-bottom: 1px solid #dadada;
}
.nav.active:after {
	content: '';
	display: block;
	width: 100%;
	height: 355px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50px;
	box-shadow: 0px 2px 4px rgba(89, 89, 89, 0.05);
}
.nav__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 70px;
	padding-right: 70px;
}
.mega-menu {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 8px;
}
.mega-menu a {
	display: block;
	padding: 15px 0 11px;
	margin-right: 33px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #545454;
	transition-duration: .3s;
}
.mega-menu li > a {
	border-bottom: 4px solid transparent;
}
.mega-menu li a:hover, 
.mega-menu > .current-menu-item > a,
.mega-menu > .current-category-parent > a,
.mega-menu > .menu-item-has-children.active > a,
.mega-menu > .current-post-ancestor > a {
	border-bottom: 4px solid #143f74;
}
.mega-menu > .current-category-parent.disable:not(.active) > a,
.mega-menu > .menu-item-has-children.disable:not(.active) > a {
	border-bottom-color: transparent;
}
.mega-menu > .menu-item-has-children:after {
	position: static;
}
.mega-menu .menu-item-has-children .menu-item-has-children.active {
	transition-duration: 1s;
}
.sub-menu a:hover {
	text-decoration: underline;
}
.mega-menu .menu-item-has-children .menu-item-has-children.active > a {
	background-color: #f0f0f0;
}
.mega-menu .menu-item-has-children .menu-item-has-children.active > .sub-menu {
	display: block;
}
.sub-menu__wrap {
	background-color: #eee;
}
.mega-menu .sub-menu {
	display: none;
	position: absolute;
	left: -40px;
	top: 50px;
	background-color: #fff;
	width: 328px;
	height: 355px;
	padding-top: 17px;
	border-right: 2px solid #dadada;
	z-index: 1;
}
.mega-menu .sub-menu a {
  margin-right: 0;
  margin-bottom: 0;
  padding: 12px 0 11px 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #282828;
  display: block;
  border-bottom: none!important;
}
.mega-menu .sub-menu a:hover {
  background-color: #f0f0f0;
  border-bottom-color: transparent!important;
}
.mega-menu>.menu-item-has-children.active>.sub-menu {
  display: block;
}
.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  z-index: 5;
}
.mega-menu .sub-menu .sub-menu {
  left: 328px;
  top: 0;
  width: 1032px;
  height: 355px;
  padding-right: 40px;
  border-right: 0;
  padding-top: 9px;
}
.mega-menu .sub-menu .sub-menu li {
  width: 343px;
}
.menu-item-has-children .menu-item-has-children {
  position: static;
}
.mega-menu .sub-menu .sub-menu a {
  background-color: #fff;
  padding: 22px 0 0px 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.mega-menu .sub-menu .sub-menu a:hover {
  text-decoration: underline;
}
.menu-item-has-children .menu-item-has-children>a, .mega-menu>.menu-item-has-children>a {
  position: relative;
}
.mega-menu .menu-item-has-children .menu-item-has-children>a:after, .mega-menu>.menu-item-has-children>a:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background-color: transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  border-left: 4px solid #282828;
  position: absolute;
  right: 20px;
  top: 19px;
}
.mega-menu>.menu-item-has-children>a:after {
  background-color: transparent;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 4px solid #282828;
  right: -14px;
  top: 23px;
}
.nav__wrap {
  position: relative;
}
.mega-menu__aticles {
  display: flex;
  justify-content: flex-start;
  width: 640px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 76px;
  right: -552px;
  z-index: 1;
  background-color: #ffffff;
  display: none;
}
.mega-menu__aticles.active {
  display: flex;
}
.mega-menu__aticles-item {
  width: 200px;
  flex-shrink: 0;
  margin-right: 20px;
}
.mega-menu__aticles-item-photo {
  margin-bottom: 11px;
  display: block;
  width: 200px;
  height: 133px;
}
.mega-menu__aticles-item-desc {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #282828;
}
.mega-menu__aticles-item-desc:hover {
  text-decoration: underline;
}
.search {
  position: relative;
}
.search__input {
  right: 0;
  top: 0;
  height: 49px;
  background: #fff;
  border: 1px solid transparent;
  padding: 5px 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  max-width: 0;
  outline: 0;
}
.search__input.active {
  width: 300px;
}
.search__input::-moz-placeholder {
  color: #a6a7a7;
}
.search__input:-ms-input-placeholder {
  color: #a6a7a7;
}
.search__input::placeholder {
  color: #a6a7a7;
}
.search__input:active::-moz-placeholder {
  color: #282828;
}
.search__input:active:-ms-input-placeholder {
  color: #282828;
}
.search__input:active::placeholder {
  color: #282828;
}
.search__input:focus::-moz-placeholder {
  color: #a6a7a7;
}
.search__input:focus:-ms-input-placeholder {
  color: #a6a7a7;
}
.search__input:focus::placeholder {
  color: #a6a7a7;
}
.search__btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 77px;
  height: 50px;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 10px;
  text-align: left;
  color: #545454;
  outline: 0;
  background-image: url(../img/icons/ico-loupe.svg);
  background-size: 21px;
  background-position: right center;
  background-repeat: no-repeat;
}
.search__ico {
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
  bottom: 0;
}
.search.active .search__input {
  border: none;
  max-width: none;
  width: 420px;
  /* position: absolute; */
}
.search.active button {
  color: #fff;
  width: 50px;
  font-size: 0;
}
.header__search {
  height: 50px;
}
.header__search.active {
  width: 420px;
  position: absolute;
  right: 0;
}
.header__search.active .search__input {
  width: 420px;
}
.header__search.active .search__input {
  border: 1px solid #dadada;
  position: absolute;
}
.header__search .search__btn {
  background-position: left 10px center;
  width: 87px;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}
.nav__search {
  height: 50px;
}
.search__res {
	background-color: #fff;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 1;
	padding: 10px 0;
	box-sizing: border-box;
	display: none;
}
.search__res a {
	font-size: 14px;
	display: block;
	color: #a6a7a7;
	padding: 10px 20px;
	display: block;
	border-bottom: 1px #f4f4f4 solid;
}
.search__res a.last {
	border: 0;
}
.search__res .no-results {
	text-align: center;
	color: #ccc;
}
.search__res a:hover {
	background-color: #f4f4f4;
}

.footer {
	border-top: 1px solid #dadada;
	background-color: #fff;
	width: 100%;
	margin-top: auto;
}
.footer__container {
	padding-top: 24px;
	padding-bottom: 24px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.footer__logo .logo__title {
  font-size: 15px;
  margin-bottom: 1px;
  color: #282828;
}
.footer__logo .logo__subtitle {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: .001em;
}
.footer__logo .logo__item {
  width: 50px;
  margin-right: 10px;
}
.footer__col-desc {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #7e7e7e;
  margin-bottom: 5px;
}
.footer__col a {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #282828;
}
.footer__col a:hover {
  text-decoration: underline;
}
.footer__col_tech {
  text-align: right;
}
.footer__col_tech a {
  color: #7e7e7e;
  display: inline-block;
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 0;
  border-bottom: 1px solid #7e7e7e;
}
.footer__col_tech a:hover {
  text-decoration: none;
  border-color: transparent;
}
.footer__col_tech span {
  display: block;
}
.login-ihot-mob {
  display: none;
}
.hamburger {
  display: none;
}

@media only screen and (max-width:1200px) {
	.container {
		padding-left: 50px;
		padding-right: 50px;
	}
  .header__container {
    padding: 14px 20px 11px;
  }
  .header__hpr, .header__search {
    display: none;
  }
  .header-line-mob {
    display: block;
    background-color: #fff;
  }
  .header-line-mob__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
  }
  .header-line-mob__hpr {
    margin-left: auto;
    margin-right: 66px;
  }
  .header-line-mob .search__input, .header-line-mob__search {
    height: 29px;
  }
  .header-line-mob__search.active {
    position: absolute;
    width: 90%;
/*    margin-left: 20px;*/
    margin-right: 0;
    /* background-color: #F1F1F1; */
    display: flex;
    align-items: center;
  }
  .header-line-mob__search.active .search__input {
    width: 100%;
    background-color: #F1F1F1;
    margin-right: 15px;
  }
  .header-line-mob__search {
    margin-right: 20px;
    /* width: 100%; */
    /* position: absolute; */
  }
  .header-line-mob .search__btn {
    height: 30px;
    font-size: 14px;
    line-height: 16px;
    text-align: right;
    background-position: left center;
    width: 62px;
    background-size: 15px;
  }
  .header-line-mob__search.active .search__btn {
    background-position: right center;
    right: 82px;
  }
  .header-line-mob .hpr-label {
    font-size: 14px;
    line-height: 16px;
  }
  .header-line-mob .hpr-ico, .header-line-mob .search__ico {
    width: 18px;
  }
  .hamburger {
    height: 16px;
    width: 21px;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
/*    margin-left: 20px;*/
    position: relative;
    top: 0;
    display: flex;
  }
  .hamburger span {
    display: block;
    background-color: #545454;
    height: 3px;
    width: 100%;
  }
  .hamburger-label {
    margin-left: 10px;
    font-size: 14px;
  }
	.nav {
		display: none;
	}
	.header__plea, .top-line {
	  display: none;
	}
	.top-line__login-ico_mob {
	  position: relative;
	  top: 1px;
	  left: -6px;
	}
	.search__close {
	  color: #4E98DA;
	  font-size: 12px;
	  display: none;
	}
	.search.active .search__close {
	  display: block;
	}
  .nav-mob {
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px 20px 20px;
    transform: translate(-100%, 0);
    z-index: 999;
    transition-duration: .3s;
    overflow-y: scroll;
  }
  .nav-mob.active {
    transform: translate(0, 0)
  }
  .menu-mob .menu-item-has-children>a, .menu-mob .menu-item-has-children .menu-item-has-children>a, .menu-mob li>a {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #282828;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .menu-mob .current-menu-item>a, .menu-mob .current-menu-ancestor>a {
/*    color: #4E98DA!important;*/
  }
  .menu-mob .sub-menu {
    display: none;
  }
  .menu-mob .sub-menu a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #282828;
    display: inline-block;
    margin-bottom: 5px;
  }
  .menu-mob .sub-menu a {
    padding-left: 20px;
  }
  .menu-mob .sub-menu .sub-menu {
    padding-left: 20px;
  }
  .menu-mob .menu-item-has-children {
    position: relative;
  }
  .menu-mob .menu-item-has-children:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    background-color: transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    border-left: 4px solid #282828;
    position: absolute;
    right: 0px;
    top: 15px;
  }
  .menu-mob .menu-item-has-children.active:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #4E98DA;
  }
  .menu-mob .menu-item-has-children.active>.sub-menu {
    display: block;
  }
  .nav-mob__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DADADA;
    padding: 16px 20px;
    margin: 0 -20px;
  }
  .nav-mob__label {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #545454;
  }
  .nav-mob__close {
    width: 16px;
    height: 16px;
    background-image: url(../img/icons/ico-close.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .nav-mob__buttons {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nav-mob__buttons-login, .nav-mob__buttons-reg {
    padding: 9px 10px;
    width: 105px;
    background-color: #F1F1F1;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #545454;
  }
  .nav-mob__buttons-reg {
    width: 135px;
    margin-left: 10px;
  }
	.nav-mob .top-line__link {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        color: #282828;
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
	}
  .footer__logo {
    display: none;
  }
  .footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__col-desc {
    font-size: 12px;
    margin-bottom: 0;
  }
  .footer__col a {
    font-size: 13px;
  }
  .footer__col_tech a {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width:768px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.btn {
		font-size: 16px;
	}
	.logo__title {
	  font-size: 16px;
	}
	.logo__subtitle {
		font-size: 14px;
	}
	.footer__col_tech {
		width: 100%;
		text-align: left;
		margin-top: 15px;
	}
}
@media only screen and (max-width:640px) {
  .logo {
    align-items: center;
  }
  .logo__content {
    padding-top: 0;
  }
  .logo__item {
    width: 46px;
    flex-shrink: 0;
  }
  .logo__title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .logo__subtitle {
    font-size: 12px;
  }
}
@media screen and (max-width:550px) {
	.header__container {
		flex-wrap: wrap;
	}
	.logo__header, .header__socials {
		width: 100%;
	}
	.header__socials {
		justify-content: center;
		margin: auto;
	}
	.header__socials > a {
		margin: 0 5px;
		width: 29px;
		height: 29px;
	}
	.header-line-mob__search {
		margin-right: 0;
		width: 100px;
	}
	.header-line-mob__hpr {
		display: none;
	}
}
@media only screen and (max-width:480px) {
  .hamburger span {
    height: 2px;
  }
  .header-line-mob .hpr-label {
    font-size: 12px;
  }
  .header-line-mob .search__btn {
    font-size: 12px;
  }
  .header-line-mob .hpr-ico {
    width: 16px;
  }
  .header-line-mob .search__ico {
    width: 14px;
    margin-right: 5px;
  }
  .header-line-mob .search__input {
    width: 320px;
  }
}
@media only screen and (max-width:350px) {
  .hamburger {
    margin-left: 5px;
  }
  .header-line-mob__search {
    margin-right: 5px;
  }
  .header-line-mob__hpr {
    margin-right: 50px;
  }
  .footer__col_tech a {
    border-bottom: none;
    text-decoration: underline;
    text-align: left;
  }
  .header-line-mob__search.active {
    margin-left: 5px;
  }
}

/* --- NUMS && PARTNERS --- */

.about-number {
	margin-bottom: 89px;
}
.about-number__container {
	padding-bottom: 50px;
	border-bottom: 1px solid #dadada;
}
.about-number__title {
	font-weight: 600;
	font-size: 34px;
	line-height: 46px;
	color: #282828;
	margin-bottom: 60px;
}
.about-number__wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.about-number__item {
	position: static;
}
.about-number__item-num {
	font-family: 'Square721 BT';
	font-weight: 400;
	font-size: 50px;
	line-height: 46px;
	/* letter-spacing: 0.2em; */
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #4E98DA;
	display: inline-block;
	margin-bottom: 20px;
	word-spacing: -5px;
	width: 100%;
	text-align: center;
}
.about-number__item-desc {
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
}
.about-partners__title {
	font-weight: 600;
	font-size: 34px;
	line-height: 46px;
	margin-bottom: 28px;
	color: #545454;
}
.about-partners__container {
	padding-bottom: 0;
}
.no-home .about-partners__container {
	padding-bottom: 70px;
}
.about-partners__desc {
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
}
.about-partners__logo {
	border: 0px solid #DADADA;
	border-right: none;
	position: relative;
	display: flex;
	padding: 0;
	overflow: hidden;
}
.about-partners__logo.slick-initialized {
	overflow: unset;
}
.about-partners__logo-item {
	height: 293px;
	text-align: center;
	padding: 40px 46px;
	border: 1px solid #DADADA;
	text-align: center;
	border-left: 0;
	flex: 1 0 auto;
	max-width: 400px;
	box-sizing: border-box;
	width: 100%;
	max-height: 289px;
}
.about-partners__logo-item.slick-current, 
.about-partners__logo-item:first-child {
	border-left: 1px solid #DADADA;
}
.about-partners__logo-item > a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-partners__logo-item img {
	display: inline-block;
}
.about-partners__logo-item-desc {
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	margin-top: 10px;
}
.about-partners__logo-item:hover .about-partners__logo-item-desc {
	color: #282828;
	text-decoration: underline;
}
.about-partners__logo .slick-next, .about-partners__logo .slick-prev {
	font-size: 0;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background-color: #FAFBFC;
	border: 1px solid #DADADA;
	background-image: url(../img/icons/ico-slider-arrow-right.svg);
	background-size: 10px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: -25px;
	top: 42%;
	z-index: 1;
	cursor: pointer;
}
.about-partners__logo .slick-next:hover, .about-partners__logo .slick-prev:hover {
	background-image: url(../img/icons/ico-slider-arrow-right-blue.svg);
}
.about-partners__logo .slick-next.slick-disabled, .about-partners__logo .slick-prev.slick-disabled {
	display: none !important;
}
.about-partners__logo .slick-prev {
	right: auto;
	left: -25px;
	transform: rotate(180deg);
}

@media only screen and (max-width:1200px) {
	.about-number__wrap {
		justify-content: center;
	}
	.about-number__item {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 30px;
	}
	.about-partners__logo .slick-next {
		right: -13px;
	}
	.about-partners__logo .slick-prev {
		left: -13px;
	}
}
@media only screen and (max-width:768px) {
  .about-partners__logo-item {
    height: auto;
  }
  .about-number__item {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .about-number__title {
    text-align: center;
  }
  .about-number__title, .about-partners__title {
    font-size: 20px;
    line-height: 24px;
    color: #282828;
    margin-bottom: 30px;
  }
  .about-number__item-num {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 3px;
  }
  .about-partners__desc {
    font-size: 16px;
  }
  .about-number {
    margin-bottom: 45px;
  }
  .about-partners__container {
    padding-bottom: 45px;
  }
}

.mfp-close {
	width: 30px !important;
	height: 30px !important;
	right: 27px !important;
	top: 25px !important;
	cursor: pointer;
}
.mfp-close::before, .mfp-close::after {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	background-color: #545454;
	right: 15px;
}
.mfp-close::before {
	transform: rotate(45deg);
}
.mfp-close::after {
	transform: rotate(-45deg);
}
@media screen and (max-width:550px)  {
	.mfp-close {
		width: 25px !important;
		height: 25px !important;
		right: 15px !important;
		top: 15px !important;
	}	
}