body {
	min-height: 100vh;
	background: #f7f7f7 url("../images/bg1.jpg") top center no-repeat;
}
.container {
	width: 1170px;
	margin: 0 auto;
}

* {
	box-sizing: border-box;
}

header {
	padding: 20px 0px 25px 0px;
}

header .header-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.top-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.logo {
	margin: 0px 0px 10px 0px;
	font: 32px/32px 'kz_arial_bold', serif;
	color: #000000;
	text-decoration: none;
}

.address {
	padding: 0px 0px 0px 21px;
	background: url("../images/ico1.svg") left center no-repeat;
	background-size: 16px;
	font: 16px/26px 'Gilroy-Regular', serif;
	color: #000000;
}

.top-right {
	display: flex;
	flex-wrap: wrap;
}

.phones {
	margin: 0px 40px 0px 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.phones .phone {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 25px;
	font: 16px/24px 'Gilroy-Medium', serif;
	color: #000000;
}

.phones .phone a {
	text-decoration: none;
	color: #000000;
}

.phones .phone:nth-of-type(1) {
	background: url("../images/ico2.svg") left center no-repeat;
	background-size: 18px;
}

.phones .phone:nth-of-type(2) {
	background: url("../images/ico3.svg") left center no-repeat;
	background-size: 18px;
}

.top-info {
	width: 280px;
	display: flex;
	flex-direction: column;
}

.search {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.4);
	box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
}

.search form {
	width: 100%;
	display: flex;
	align-items: center;
}

.search form input {
	width: calc(100% - 30px);
	background: #ffffff;
	padding: 0px 20px 0px 10px;
	border: 0 none;
	font: 14px/30px 'Gilroy-Regular', serif;
	color: #000000;
}

.search form button {
	width: 30px;
	height: 30px;
	background: #ffffff url("../images/ico4.svg") center center no-repeat;
	background-size: 16px;
	padding: 0px 0px 0px 0px;
	border: 0 none;
}

.top-links {
	margin: 8px 0px 0px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.langs {
	display: flex;
	align-items: flex-end;
}

.langs a {
	margin: 0px 5px 0px 0px;
}

.langs a img {
	width: 25px;
	height: 17px;
	vertical-align: bottom;
}

.special {
	background: url("../images/ico5.svg") left center no-repeat;
	background-size: 16px;
	padding: 0px 0px 0px 20px;
	font: 12px/18px 'Gilroy-Regular', serif;
	color: #000000;
	text-decoration: none;
}

.special:hover {
	text-decoration: underline;
}

.menu-top {
	width: 100%;
	margin: 25px 0px 0px 0px;
	background: #ffffff;
}

.menu-top .menu {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.menu-top .menu li a {
	padding: 0px 18px 0px 18px;
	display: block;
	font: 15px/50px 'Gilroy-Regular', serif;
	color: #000000;
	text-decoration: none;
	transition: 0.3s ease;
}

.menu-top .menu li:hover>a {
	background: #0088EB;
	color: #ffffff;
}

/*.menu-top .menu .current-menu-item a {
	background: #0088EB;
}

.menu-top .menu .current_page_parent a {
	background: #0088EB;
}

.menu-top .menu .current_page_item a {
	background: #0088EB!important;
	color: #ffffff;
}*/

.menu-top .menu li .sub-menu {
	width: 250px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	position: absolute;
	z-index: 20;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease;
	display: flex;
	flex-direction: column;
}

.menu-top .menu li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
}

.menu-top .menu li .sub-menu li a {
	background: #2ea5fc;
	font: 15px/40px 'Gilroy-Medium', serif;
	color: #ffffff;
}

.menu-top .menu li .sub-menu li:hover>a {
	background: #4eb3fc;
}

.menu-top .menu li .sub-menu li {
	position: relative;
}

.menu-top .menu li .sub-menu li ul {
	width: 250px;
	position: absolute;
	left: 250px;
	top: 0px;
	opacity: 0;
	transition: 0.3s ease;
}

.menu-top .menu li .sub-menu li:hover ul {
	opacity: 1;
}

.menu-top .menu li .sub-menu li ul li:hover a {
	opacity: 0.9;
}

.slider-wrap .item {
	height: 450px;
	padding: 0px 0px 0px 40px;
	background-size: cover!important;
	background-position: right center!important;
	display: flex!important;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.slider-wrap .item-desc {
	width: 400px;
}

.slider-wrap .item-title {
	margin: 0px 0px 10px 0px;
	font: 26px/34px 'Gilroy-Bold', serif;
	color: #000000;
	text-decoration: none;
}

.slider-wrap .item-text p {
	margin: 0px 0px 15px 0px;
	font: 15px/22px 'Gilroy-Medium', serif;
	color: #000000;
}

.slider-wrap .slick-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 10px;
}

.slider-wrap .slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #C4C4C4;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
	border: 0 none;
	font-size: 0px;
}

.slider-wrap .slick-dots .slick-active button {
	background: #05D264;
}

.slider-wrap .slick-prev {
	display: none!important;
}

.slider-wrap .slick-next {
	width: 30px;
	height: 70px;
	border: 0 none;
	background: url("../images/arr1.svg") top center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -35px;
	font-size: 0px;
}

.butt1 {
	background: #05D264;
	border-radius: 20px;
	padding: 5px 30px 5px 30px;
	display: inline-block;
	font: 17px/27px 'Gilroy-Medium', serif;
	color: #ffffff;
	text-decoration: none;
	transition: 0.3s ease;
}

.butt1:hover {
	background: #04be5a;
}

.sections {
	padding: 30px 0px 0px 0px;
}

.sections .sections-wrap {
	width: calc(100% + 30px);
	margin: 0px -15px 0px -15px;
	display: flex;
	flex-wrap: wrap;
}

.sections .item {
	width: calc(25% - 30px);
	height: 100px;
	margin: 0px 15px 30px 15px;
	padding: 0px 20px 0px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.sections .item img:nth-of-type(1) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.sections .item .item-bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 148, 255, 0.8);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	transition: 0.3s ease;
}

.sections .item:hover .item-bg {
	background: rgba(0, 148, 255, 1);
}

.sections .item a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
}

.sections .item img:nth-of-type(2) {
	max-width: 35px;
	margin: 0px 15px 0px 0px;
	height: auto;
	position: relative;
	z-index: 3;
}

.sections .item span {
	font: 14px/20px 'Gilroy-Bold', serif;
	color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 3;
}

h3 {
	margin: 0px 0px 40px 0px;
	font: 30px/40px 'Gilroy-Bold', serif;
	color: #000000;
	text-align: center;
}

.inform {
	padding: 40px 0px 0px 0px;
}

.inform .inform-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inform .inform-links {
	width: 320px;
	min-height: 300px;
	padding: 0px 0px 50px 0px;
	background: #FFFFFF;
	position: relative;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.inform .inform-links ul {
	padding: 25px 20px 0px 20px;
}

.inform .inform-links ul li {
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	background: url("../images/dot.svg") left center no-repeat;
}

.inform .inform-links ul li a {
    font: 14px/20px 'Gilroy-Regular', serif;
    color: #000000;
}

.inform .inform-links ul li a:hover {
	text-decoration: none;
}

.inform .inform-links .more {
	border-bottom: 2px solid #00E168;
	position: absolute;
	right: 20px;
	bottom: 15px;
    font: 12px/18px 'Gilroy-Medium', serif;
    color: #000000;
	text-decoration: none;
	transition: 0.3s ease;
}

.inform .inform-links .more:hover {
	border-bottom: 2px solid #ffffff;
}

.inform .inform-blocks {
	width: calc(100% - 320px - 0px);
	margin: -15px -15px -15px -15px;
	display: flex;
	flex-wrap: wrap;
}

.inform .item {
	width: calc(50% - 30px);
	margin: 15px 15px 15px 15px;
	position: relative;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.inform .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0px;
	z-index: 1;
}

.inform .item .item-bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 148, 255, 0.1);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	transition: 0.3s ease;
}

.inform .item:hover .item-bg {
	background: rgba(0, 148, 255, 0.2);
}

.inform .item span {
    background: #05D264;
    border-radius: 20px;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    font: 12px/18px 'Gilroy-Medium', serif;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 2;
}

.inform .item:hover span {
	background: #04be5a;
}

.inform .item a {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 4;
}

.inform .inform-title {
	width: 100%;
	background: #0088EB;
	font: 17px/45px 'Gilroy-Medium', serif;
    color: #ffffff;
	text-align: center;
	position: relative;
	z-index: 3;
}

.news {
    padding: 70px 0px 0px 0px;
}

.news .news-wrap {
	width: calc(100% + 30px);
	margin: 0px -15px 0px -15px;
	display: flex;
	flex-wrap: wrap;
}

.news .item {
	width: calc(33.33% - 30px);
	margin: 0px 15px 30px 15px;
	padding: 25px 25px 40px 25px;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.news .item-img {
	width: 100%;
	height: 155px;
	margin: 0px 0px 10px 0px;
}

.news .item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news .item-desc {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.news .item-title {
	height: 44px;
    margin: 0px 0px 15px 0px;
    font: 15px/22px 'Gilroy-Medium', serif;
    color: #000000;
	text-decoration: none;
	overflow: hidden;
}

.news .item-title:hover {
	text-decoration: underline;
}

.news .item-desc p {
	margin: 0px 0px 20px 0px;
    font: 12px/18px 'Gilroy-Regular', serif;
    color: #000000;
}

.news .item-info {
	width: calc(100% - 50px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 25px;
	bottom: 20px;
}

.news .item-date {
    font: 12px/18px 'Gilroy-Medium', serif;
    color: #000000;
}

.news .item .more {
    border-bottom: 2px solid #00E168;
    font: 12px/18px 'Gilroy-Medium', serif;
    color: #000000;
    text-decoration: none;
    transition: 0.3s ease;
}

.news .item .more:hover {
	border-bottom: 2px solid #ffffff;
}

.more2 {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.more2 a {
    border-bottom: 2px solid #00E168;
    font: 12px/18px 'Gilroy-Medium', serif;
    color: #000000;
    text-decoration: none;
    transition: 0.3s ease;
}

.more2 a:hover {
	border-bottom: 2px solid #ffffff;
}

.team {
	padding: 20px 0px 0px 0px;
}

.team .team-wrap {
	width: calc(100% + 30px);
	margin: 0px -15px 0px -15px;
	display: flex;
	flex-wrap: wrap;
}

.team .item {
	width: calc(25% - 30px);
	margin: 0px 15px 30px 15px;
	border-top: 10px solid #0094FF;
	background: #ffffff;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.team .item .item-name {
    width: 100%;
	height: 52px;
	padding: 5px 30px 5px 30px;
    font: 17px/21px 'Gilroy-Medium', serif;
    color: #000000;
    text-align: center;
}

.team .item .item-photo {
	width: 100%;
	height: 300px;
}

.team .item .item-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team .item .item-job {
    padding: 10px 10px 10px 10px;
    font: 15px/22px 'Gilroy-Medium', serif;
    color: #000000;
    text-align: center;
}

.photos {
	padding: 20px 0px 0px 0px;
}

.photos .photos-wrap {
	width: calc(100% + 30px);
	margin: 0px -15px 0px -15px;
	display: flex;
	flex-wrap: wrap;
}

.photos .item {
	width: calc(33.33% - 30px);
	height: 300px;
	margin: 0px 15px 30px 15px;
}

.photos .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.partners {
	padding: 20px 0px 0px 0px;
}

.partners .partners-wrap {
	width: 100%;
	background: #FFFFFF;
	padding: 0px 70px 0px 70px;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}

.partners .item {
	height: 100px;
	padding: 15px 15px 15px 15px;
	display: flex!important;
	justify-content: center;
	align-items: center;
}

.partners .item img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.partners .slick-arrow {
	width: 20px;
	height: 40px;
	border: 0 none;
	background-size: 100% 100%!important;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	font-size: 0px;
	z-index: 3;
}

.partners .slick-prev {
	background: url("../images/arr2.svg") top center no-repeat;
	left: 20px;
}

.partners .slick-next {
	background: url("../images/arr3.svg") top center no-repeat;
	right: 20px;
}

.map {
	padding: 70px 0px 0px 0px;
}

.map .map-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.map .map-desc {
	width: 500px;
	padding: 50px 50px 50px 50px;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.map .map-desc .address {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 30px;
}

.map .map-phones {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 30px;
    background: url(../images/ico2.svg) left center no-repeat;
    background-size: 18px;
}

.map .map-desc p {
	width: 100%;
	margin: 0px 0px 0px 0px;
	font: 16px/26px 'Gilroy-Regular', serif;
    color: #000000;
}

.map .map-desc p a {
    color: #000000;
	text-decoration: none;
}

.map .map-desc .mail {
	width: 100%;
	padding: 0px 0px 0px 30px;
    background: url(../images/ico6.svg) left center no-repeat;
    background-size: 18px;
	font: 16px/26px 'Gilroy-Regular', serif;
	text-decoration: none;
}

.map .map-desc .mail a {
    color: #000000;
	text-decoration: none;
}

.map .map2 {
	width: calc(100% - 500px);
}

.map #map {
	width: 100%;
	min-height: 400px;
}

footer {
	padding: 70px 0px 40px 0px;
}

footer .footer-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footer-info {
	width: 500px;
}

footer .search {
	width: 100%;
	max-width: 350px;
	box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
}

footer .address {
	margin: 10px 0px 30px 0px;
}

footer .footer-menu {
	width: calc(100% - 500px - 40px);
}

footer ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

footer ul li {
	width: 50%;
	margin: 0px 0px 5px 0px;
}

footer ul li a {
	font: 15px/22px 'Gilroy-Medium', serif;
    color: #000000;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: underline;
}

.page-text {
	padding: 70px 0px 0px 0px;
}

.container h1 {
	margin: 0px 0px 40px 0px;
	font: 30px/40px 'Gilroy-Bold', serif;
	color: #000000;
	text-align: center;
}

.page-text p {
    margin: 0px 0px 20px 0px;
    font: 16px/20px 'Gilroy-Regular', serif;
    color: #000000;
}

.page-text ul {
    margin: 0px 0px 20px 0px;
}

.page-text ol {
    margin: 0px 0px 20px 0px;
}

.page-text ul li {
    list-style: disc inside;
    font: 16px/20px 'Gilroy-Regular', serif;
    color: #000000;
}

.page-text ol li {
    list-style: decimal inside;
    font: 16px/20px 'Gilroy-Regular', serif;
    color: #000000;
}

.page-text p strong {
    font-family: 'Gilroy-Bold', serif;
    font-weight: bold;
}

.page-text p a {
    color: #000000;
}

.page-text p a:hover {
    text-decoration: none;
}

.breadcrumbs {
    font: 15px/19px 'Gilroy-Regular', serif;
    color: #000000;
}

.breadcrumbs a {
    color: #000000;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.menu-top2 {
    display: none;
	align-items: center;
	font: 15px/50px 'Gilroy-Regular', serif;
	color: #000000;
	text-decoration: none;
}

.menu-top2 span {
    width: 36px;
    height: 28px;
    background: url(../images/menu.svg) no-repeat;
    background-size: 100% 100%;
    margin: 0px 3px 0px 3px;
}

.menu-mob {
	display: none;
}

@media (max-width: 1200px) {
.container {
	width: 970px;
}

.logo {
    font: 24px/24px 'Gilroy-Bold', serif;
}

.menu-top .menu li a {
    padding: 0px 12px 0px 12px;
    font: 15px/50px 'Gilroy-Regular', serif;
}

.photos .item {
	height: 260px;
}

footer .footer-menu {
    width: calc(100% - 400px - 40px);
}

footer .footer-info {
    width: 400px;
}

}

@media (max-width: 1000px) {
.container {
	width: 750px;
}

.menu-top2 {
    display: flex;
}

#nav-wrap {
	display: none;
}

.top-right {
    width: 100%;
    padding: 15px 0px 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menu-top {
    margin: 15px 0px 0px 0px;
}

.slider-wrap .item {
    height: 270px;
    padding: 0px 0px 0px 20px;
}

.menu-mob {
	display: none;
	width: 280px!important;
	height: 100%;
	padding: 30px 20px 30px 20px!important;
	background: #FFFFFF!important;
	position: absolute!important;
	right: 0px!important;
	top: 0px!important;
	box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
}

.menu-mob .menu {
	flex-direction: column;
}

.menu-mob .menu {
	width: 100%;
    display: flex;
	flex-direction: column;
}

.menu-mob .menu li {
	padding: 3px 0px 3px 0px;
}

.menu-mob .menu li a {
	font: 15px/21px 'Gilroy-Regular', serif;
    color: #000000;
	text-decoration: none;
}

.menu-mob .menu li a:hover {
	text-decoration: underline;
}

.menu-mob .menu li .sub-menu {
	width: 100%;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	display: none;
}

.menu-mob .menu li:hover>.sub-menu {
	display: block;
}

.menu-mob .menu li ul li ul {
	width: 100%;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	display: none;
}

.menu-mob .menu li ul li:hover ul {
	display: block;
}

.menu-mob .menu .menu-item-has-children {
	background: url("../images/down.svg") right top 5px no-repeat;
	background-size: 17px;
}

.sections .item {
    width: calc(33.33% - 30px);
    margin: 0px 15px 20px 15px;
}

.inform .inform-links {
    width: 210px;
}

.inform .inform-blocks {
    width: calc(100% - 210px - 0px);
}

.news .item {
    padding: 15px 15px 30px 15px;
}

.news .item-img {
    height: 135px;
}

.news .item-info {
    width: calc(100% - 30px);
    left: 15px;
}

.team .item {
    width: calc(50% - 30px);
    margin: 0px 15px 20px 15px;
}

.team .item .item-name {
    display: flex;
    align-items: center;
    justify-content: center;
}

.team .item .item-photo {
    height: 350px;
}

.photos .item {
    height: 210px;
}

.map .map-desc {
    width: 400px;
    padding: 20px 20px 20px 20px;
}

.map .map2 {
    width: calc(100% - 400px);
}

footer .footer-menu {
    width: calc(100% - 320px - 30px);
}

footer .footer-info {
    width: 320px;
}

}

@media (max-width: 780px) {
.container {
	width: 320px;
}

header {
    padding: 15px 0px 20px 0px;
}

.logo {
    font: 21px/21px 'Gilroy-Bold', serif;
}

.address {
    font: 15px/26px 'Gilroy-Regular', serif;
}

.phones .phone {
    margin: 0px 0px 5px 0px;
    font: 15px/24px 'Gilroy-Medium', serif;
}

.top-right {
    padding: 5px 0px 0px 0px;
}

.top-info {
    width: 100%;
    margin: 5px 0px 0px 0px;
}

.menu-top2 {
    font: 15px/44px 'Gilroy-Regular', serif;
}

.slider-wrap .item-desc {
    width: 100%;
	padding: 10px 10px 10px 10px;
	background: rgba(255, 255, 255, 0.76);
}

.slider-wrap .item {
    height: auto;
    padding: 0px 0px 0px 0px;
}

.slider-wrap .item-title {
    font: 23px/27px 'Gilroy-Bold', serif;
}

.sections .sections-wrap {
    width: calc(100% + 10px);
    margin: 0px -5px 0px -5px;
}

.sections .item {
    width: calc(50% - 10px);
    margin: 0px 5px 10px 5px;
	padding: 0px 10px 0px 10px;
	height: 70px;
}

.sections .item img:nth-of-type(2) {
    max-width: 20px;
    margin: 0px 10px 0px 0px;
}

.sections .item span {
    font: 13px/18px 'Gilroy-Bold', serif;
}

h3 {
    margin: 0px 0px 25px 0px;
    font: 20px/30px 'Gilroy-Bold', serif;
}

.inform {
    padding: 30px 0px 0px 0px;
}

.inform .inform-links {
    width: 100%;
	margin: 0px 0px 20px 0px;
}

.inform .inform-blocks {
    width: 100%;
    margin: 0px 0px -10px 0px;
}

.inform .item {
    width: calc(100% - 0px);
	height: 150px;
    margin: 0px 0px 10px 0px;
}

.news {
    padding: 40px 0px 0px 0px;
}

.news .news-wrap {
    width: calc(100% + 0px);
    margin: 0px 0px 0px 0px;
}

.news .item {
    width: calc(100% - 0px);
    margin: 0px 0px 10px 0px;
}

.team {
    padding: 30px 0px 0px 0px;
}

.team .team-wrap {
    width: calc(100% + 10px);
    margin: 0px -5px 0px -5px;
}

.team .item {
    width: calc(50% - 10px);
    margin: 0px 5px 10px 5px;
}

.team .item .item-photo {
    height: 200px;
}

.team .item .item-name {
    height: 52px;
    padding: 5px 10px 5px 10px;
    font: 14px/17px 'Gilroy-Medium', serif;
}

.team .item .item-job {
    font: 14px/20px 'Gilroy-Medium', serif;
}

.photos {
    padding: 30px 0px 0px 0px;
}

.photos .photos-wrap {
    width: calc(100% + 10px);
    margin: 0px -5px 0px -5px;
}

.photos .item {
    width: calc(33.33% - 10px);
    height: 140px;
    margin: 0px 5px 10px 5px;
}

.partners {
    padding: 30px 0px 0px 0px;
}

.partners .partners-wrap {
    padding: 0px 40px 0px 40px;
}

.partners .slick-prev {
    left: 10px;
}

.partners .slick-next {
    right: 10px;
}

.partners .item {
    padding: 5px 5px 5px 5px;
}

.map {
    padding: 40px 0px 0px 0px;
}

.map .map-desc {
    width: 100%;
    padding: 10px 10px 20px 10px;
}

.map .map2 {
    width: calc(100% - 0px);
	height: 200px;
}

.map #map {
    width: 100%;
    min-height: 200px;
}

.map .map-desc .address {
	margin: 0px 0px 10px 0px;
    font: 14px/25px 'Gilroy-Regular', serif;
}

.map .map-phones {
    margin: 0px 0px 10px 0px;
}

.map .map-desc p {
    font: 14px/25px 'Gilroy-Regular', serif;
}

.map .map-desc .mail {
    font: 14px/25px 'Gilroy-Regular', serif;
}

footer {
    padding: 40px 0px 20px 0px;
}

footer .footer-info {
    width: 100%;
}

footer .footer-menu {
    width: 100%;
}

footer .address {
    display: none;
}

footer .search {
    width: 100%;
    max-width: 100%;
    margin: 10px 0px 10px 0px;
}

footer ul li {
    padding: 0px 5px 0px 0px;
}

footer ul li a {
    font: 13px/18px 'Gilroy-Medium', serif;
}

.breadcrumbs {
    font: 14px/18px 'Gilroy-Regular', serif;
}

.container h1 {
	margin: 0px 0px 25px 0px;
    font: 20px/30px 'Gilroy-Bold', serif;
}

.page-text {
    padding: 40px 0px 0px 0px;
}

.page-text p {
    font: 15px/19px 'Gilroy-Regular', serif;
}

.page-text ul li {
    font: 15px/19px 'Gilroy-Regular', serif;
}

.page-text ol li {
    font: 15px/19px 'Gilroy-Regular', serif;
}

}


.page-text .before_list {
    margin: 0;
    font-weight: 600;
}

.table{
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.table td{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}
.table tbody tr:nth-child(odd){
	background: #fff;
}
.table tbody tr:nth-child(even){
	background: #F7F7F7;
}
.news .item-img {
    width: 100%;
    height: 380px;
    margin: 0px 0px 10px 0px;
}

.page-text .cover {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-text .box {
    flex: 1 0 340px;
    max-width: 320px;
    margin: 10px;
    text-align: center;
    box-shadow: 1px 1px 7px 0px rgb(0 0 0 / 75%);
    padding: 4px;
    /*height: 600px;*/
}

.page-text .cover img {
    width: 100%;
background: linear-gradient(rgba(0,0,0,0.5),
         rgba(0,0,0,0.5)),
          url('https://unistudy.kz/images/r01.jpg');
}
.page-text .cover span {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 0 0;
}

.folder {
    background: url(/wp-content/uploads/2022/02/folder.png) no-repeat scroll 0 0 / 130px auto rgba(0, 0, 0, 0);
    display: inline-block;
    width: 133px;
    padding-top: 130px;
    text-align: center;
    margin: 0 5px 35px;
    vertical-align: top;
    float: left;
    text-align: center !important;
	color: #3e3e3e;
}
.page-text {
    min-height: 530px;
}
.su-tabs-pane {
    min-height: 350px;
}
.page-text a {
    background-color: transparent;
    color: black;
}
.page-text a:hover {
    background-color: transparent;
    color: #0088eb;
}
.menu-top .menu li .sub-menu li a {
    background: #2ea5fc;
    font: 15px/40px 'Gilroy-Medium', serif;
    color: #ffffff;
    line-height: 15px;
    padding: 10px;
}
.copy {
    text-align: center;
    background: #0088eb;
    padding: 15px 0;
    color: white;
}