@import url("../fonts/fixel-display/stylesheet.css");
@import url("../fonts/fixel-text/stylesheet.css");

body {
    font-family: "Fixel Text", Arial, sans-serif;
}
/*
.wrapper {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
} */

header {
    font-family: "Fixel Display Semi", serif;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.18px;
	padding: 0;
}
.header-logo{
	padding: 26px 0;
}

header .nav li {
    padding: 0 1rem;
}

header .nav li a.nav-link {
    color: #202020;
    border-bottom: 2px transparent solid;
    padding: 0;
	line-height: 94px;
	transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;
}

header .nav li a.nav-link:hover {
   text-decoration: underline;
   text-underline-offset: 5px;
   text-decoration-color: #9B1E86;
}

header .nav ul.dropdown-menus {
	position: absolute;
    z-index: 1000;
    display: block;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: center;
    list-style: none;
    border: none;
    border-radius: 0;
    padding: 0;
    background: #202020;
	overflow:hidden;
	width: 100%;
	height: 460px;
	line-height: 40px;
    left: 0;
    top: -500px;
	transition:.75s;
}
header .nav ul.dropdown-menus.active  {
    top: 99px;  
    left: 0;
}

header .nav ul.dropdown-menus li {
    display: inline-block;
    width: 25%;
	margin-right: -4px;
    height: 100%;
    padding: 0;
	text-align: center;
	    
}
header .nav ul.dropdown-menus li a {
    color: white;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    line-height: 460px;
	font-size:26px;
	transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;
}

header .nav ul.dropdown-menus li a.academy:hover {
    background: #F89C13;
}

header .nav ul.dropdown-menus li a.plab:hover {
    background: #22C3FF;
}

header .nav ul.dropdown-menus li a.ds:hover {
    background: #7300BA;
}

header .nav ul.dropdown-menus li a.nutrition:hover {
    background: #7FB619;
}

header .nav li a.nav-link.header-nav-button{
    background-image: url(/img/menu-down.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 14px;
    background-size: 8px;
}

header .nav li a.nav-link.header-nav-button.active{
    background-image: url(/img/menu-top.svg);
}

header a.btn.btn-outline-primary {
    padding: 11px 57px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #9B1E86;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 0;
    border: 0;
    color: white;
	transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;
}
header a.btn.btn-outline-primary:hover {
    background: #CB00A8;
}

#home-slider {
    height: 460px;
    background: #202020;
    margin-bottom: 90px;
}

.home h2 {
    color: #202020;
    font-family: "Fixel Text", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#about {
    margin-bottom: 90px;
}

#about .subtitle {
    color: #202020;
    font-family: "Fixel Display", Arial, sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0.38px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

#about .section-title {
    color: #202020;
    font-family: "Fixel Display", Arial, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

#about p {
    color: #202020;
    font-family: "Fixel Text", Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
}
#about .info>div{
    margin-bottom: 20px;
}
#about .block {
    background: #F5F5F6;
    padding: 30px;
    height: 100%;
    /*margin-bottom: 20px;*/
}
#about .block .content p{
    margin-bottom: 0;
}
#about .block .content {
    border-left: 2px #9B1E86 solid;
    padding-left: 20px;
}

#partner-slider {
    margin-bottom: 90px;
    height: 80px;
    background: #cccccc;
}

.home #people {
    background: #202020;
    margin-bottom: 90px;
}

.home #people .people {
    padding: 90px 100px;
}

.home .people .media {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 300px;
}

.home .people .media .position {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.home .people .media .position {
    color: #FFF;
    font-family: "Fixel Display", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 142%;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    background: #9B1E86;
    padding: 10px;
    text-align: center;
}

.home .people .media .position span {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: normal;
    letter-spacing: .3rem;
}

.home .people.odd .info {
    margin-left: 100px;
}

.home .people.honest .info {
    margin-right: 100px;
}

.home .people .info>div {
    margin-bottom: 40px;
}

.home .people .info .name {
    color: #FFF;
    font-family: "Fixel Text", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.home .people .info .position {
    color: #FFF;
    font-family: "Fixel Text", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 144%;
    border-left: 2px #BE0477 solid;
    padding-left: 10px
}

.home .people .info .text {
    color: #FFF;
    font-family: "Fixel Text", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 144%;
}

.home .people .info .social {
    margin-bottom: 20px;
}

.home .people .info .social a {
    color: #FFF;
    font-family: "Fixel Text", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    text-decoration: none;
    margin-right: 30px;
	transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;
	border-bottom: 2px transparent solid;
	padding-bottom: 4px;
}

.home .people .info .social a:hover {
	border-bottom: 2px #9B1E86 solid;
}


#departments {
    margin-top: 110px;
    margin-bottom: 110px;
}

.department-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
}

.department {
    min-height: 600px;
    color: #fff;
	margin-bottom: 0;
    position: sticky;
    top: 30px;
}
.department .media {
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.department-1 {
    background: #F89C13;
}

.department-2 {
    background: #22C3FF;
}

.department-3 {
    background: #7300BA;
}

.department-4 {
    background: #7FB619;
}

.department .info {
    margin: 136px 60px auto 60px;
}

.department .info .title {
    font-family: "Fixel Display", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.department .info .text {
    font-family: "Fixel Text", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 50px;
}

.department .info a.learn-more {
    font-family: "Fixel Display", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    /*display: block;*/
    padding: 11px 60px;
    background-color: #202020;
    color: #ffffff;
    text-decoration: none;
    margin: 0;
	transition: color .25s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.department .info a.learn-more:hover {
	color: #202020;
	background-color: #ffffff;
}

#statistics {
    background-image: url("../img/statistics-min.jpg");
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 100px;
	overflow: hidden;
}

#statistics .item {
    padding-left: 90px;
}

#statistics .data {
    color: #FFF;
    font-family: "Fixel Display", sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 67.391%;
    text-transform: uppercase;
    margin-bottom: 10px;
	vertical-align: sub;
}
#statistics .data span{
	vertical-align: sub;
}

#statistics .data svg{
	height: 40px;
    vertical-align: text-bottom;
}

#statistics .text {
    color: #FFF;
    font-family: "Fixel Display", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 121%;
    text-transform: uppercase;
}

#contact {
    margin-top: 110px;
    margin-bottom: 110px;
}

#contact .info {
    background: #F5F5F6;
    padding: 63px 294px 63px 100px;
    position: relative;
    margin-bottom: 90px;
}

#contact .info h2 {
    color: #202020;
    font-family: "Fixel Text", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 137%;
    text-transform: uppercase;
}

#contact .info p {
    color: #202020;
    font-family: "Fixel Display", sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: 0.38px;
    text-transform: uppercase;
    margin: 0;
}

#contact .info p>span {
    font-style: italic;
    font-weight: 400;
}

#contact .info .link {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 63px 100px;
}

#contact .info .link a{
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;
}
#contact .info .link a:hover svg circle {
    fill: #CB00A8;
}


#contact .contact-data {
    padding-left: 130px;
    padding-right: 130px;
}

#contact .contact-data .contact-form,
#contact .contact-data .contact-info {
    margin: 0 40px;
}

#contact .contact-data .contact-form .title {
    color: #732265;
    font-family: "Fixel Display", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

#contact .contact-data .contact-form .title-text {
    color: #433F3E;
    font-family: "Fixel Text", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 144%;
    margin-bottom: 40px;
}

#contact .contact-data .contact-form form {
    margin: 0;
}

#contact .contact-data .contact-form .btn-submit {
    color: #FFF;
    font-family: "Fixel Display", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.19px;
    text-transform: uppercase;
    background: #9B1E86;
    padding: 10px;
    width: 100%;
    border: none;
	transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;
}
#contact .contact-data .contact-form .btn-submit:hover {
    background: #CB00A8;
}
#contact .contact-data .contact-info {
    height: 100%;
    width: 100%;
    padding: 65px 68px 35px 68px;
    background-color: #202020;
    color: #ffffff;
}

#contact .contact-data .contact-info .item {
    margin-bottom: 30px;
}

#contact .contact-data .contact-info .item .title {
    color: #FFF;
    font-family: "Fixel Display", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 178%;
    letter-spacing: 0.19px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

#contact .contact-data .contact-info .item .text {
    color: #FFF;
    font-family: Arial, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    letter-spacing: 0.18px;
}



.form-control-plaintext,
.form-control-textarea {
    padding: 10px;
    padding-right: 60px;
    font-family: 'Fixel Display';
    font-style: normal;
    font-size: 14px;
    line-height: 150%;
    color: #433F3E;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #433F3E;
}

.form-control-plaintext:placeholder {
    color: #433F3E;
    opacity: 1;
}

.form-control-plaintext:focus,
.form-control-textarea:focus {
    outline: none;
}

.form-control-textarea {
    resize: vertical;
}

.input-wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.input-wrap .is-invalid{
	color: #9B1E86;
}
.input-wrap .sn-error {
    font-size: 10px;
    margin-top: 5px;
    height: 15px;
	color: #9B1E86;
}

.input-name {
    width: auto;
    position: absolute;
    right: 0;
    top: 20px;
    transform: translateY(-50%);
    font-family: 'Fixel Display';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: #D9D9D9;
    opacity: 0;
    transition: 0.3s;
}

.input-name.active{
    opacity: 1;
}

.contact-social-wrap {
    margin: 0 auto;
    margin-top: 90px;
    width: 905px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.contact-social {
    font-weight: 600;
    font-size: 19px;
    color: #202020;
}

.contact-social-link {
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #433F3E;
    background: #F5F5F6;
    text-decoration: none;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;
}

.contact-social-link:hover,
.contact-social-link:hover svg path{
	color: #FFF;
	background: #9B1E86;
	fill :#fff;
}

footer {
    padding: 70px 0;
    background: #202020;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.footer-links-line {
    display: block;
    width: 1px;
    height: 34px;
    background: #fff;
}

.footer-links-item {
    font-family: 'Fixel Display';
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid transparent;
	transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;
}

.footer-links-item:hover {
    color: #FFFFFF;
    border-color: #9B1E86;
}

.footer-links-item--mob-button {
    display: none;
}

.footer-bottom {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom-copyright {
    font-size: 16px;
    color: #797979;
}

.footer-bottom-policy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.footer-bottom-policy a {
    font-weight: 400;
    font-size: 16px;
    color: #797979;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color .25s ease-in-out,background-color .25s ease-in-out,border-color .25s ease-in-out;
}

.footer-bottom-policy a:hover {
    color: #797979;
    border-color: #9B1E86;
}

.footer-bottom-policy span {
    width: 1px;
    height: 12px;
    background: #797979;
}


.home-slider-wrap {
    height: 100%;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}

.home-slider-photo {
    position: absolute;
    left: 0;
    top: 0;
}

.home-slider-photo__mob {
    display: none;
}

.home-slider-photo__arrow {
    display: none;
}


.home-slider-info {
    position: relative;
    padding-right: 80px;
    padding-top: 40px;
    width: 760px;
    max-width: 100%;
    height: 100%;
}

.home-slider-title {
    margin-bottom: 80px;
    font-weight: 700;
    font-size: 46px;
    line-height: 117%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.home-slider-title span {
    font-weight: 300;
    font-style: italic;
}

.home-slider-text {
    position: relative;
    margin-left: auto;
    width: 440px;
    max-width: 100%;
    font-size: 18px;
    line-height: 144%;
    color: #FFFFFF;
}

.home-slider-info-arrow {
    position: absolute;
    top: 50%;
    left: -250px;
    transform: translateY(-50%);
}

.home-slider-info-element {
    position: absolute;
    right: 0;
    bottom: 0;
}

.toggler {
    display: none;
}

.header-drop-nav {
    display: none;
}

@media (max-width:1200px) {
    #home-slider {
        margin-bottom: 45px;
    }

    .home h2 {
        font-size: 10px;
    }

    #about .subtitle {
        margin-bottom: 20px;
        font-size: 20px;
    }

    #about .block {
        padding: 20px 15px;
    }

    #about .section-title {
        font-size: 20px;
    }

    #about p {
        font-size: 14px;
    }

    .home .people .info .name {
        font-size: 20px;
    }

    .home .people .info .position {
        font-size: 14px;
    }

    .home .people .info .text {
        font-size: 14px;
    }

    .home #people .people {
        padding: 15px 0;
        padding-bottom: 45px;
    }

    .home .people.odd .info {
        margin: 0;
    }

    .home .people.honest .info {
        margin: 0;
    }

    .home .people .media {
        height: 265px;
    }

    .people.honest .row .col-12:nth-child(2) {
        order: 1;
    }

    .people.honest .row .col-12:nth-child(1) {
        order: 2;
    }

    .home .people .media .position {
        font-size: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .home .people .media .position span {
        font-size: 10px;
        margin: 0;
    }

    .department .info {
        margin: 0;
    }
    
	.department .row {
        align-items: center;
    }
    .department-2 .info, .department-4 .info
	{padding-left: 24px;}

    #statistics {
        padding: 0;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #statistics .col-12 {
        display: none;
    }

    #statistics .col-12:first-child {
        display: block;
    }

    #statistics .item {
        padding-left: 30px;
    }

    #statistics .item {
        /*padding-left: 0;*/
        /*text-align: center;*/
    }

    #contact {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    #contact .info h2 {
        font-size: 10px;
    }

    #contact .info {
        margin-bottom: 24px;
        padding: 20px 15px;
        padding-bottom: 80px;
    }

    #contact .info p {
        font-size: 20px;
    }

    #contact .info .link {
        padding: 0;
        right: 25px;
        bottom: 20px;
    }

    #contact .info .link a {
        display: block;
        width: 50px;
        height: 50px;
    }

    #contact .info .link svg {
        width: 100%;
        height: 100%;
    }

    #contact .contact-data {
        padding: 0;
    }

    #contact .contact-data .contact-form {
        margin: 0;
    }

    #contact .contact-data .contact-info {
        height: auto;
        padding: 26px;
        margin: 0;
        margin-top: 30px;
        text-align: center;
    }

    #contact .contact-data .contact-info .item:last-child {
        margin-bottom: 0;
    }

    #contact .contact-data .contact-info .item .title {
        margin-bottom: 0;
    }


    #home-slider {
        height: auto;
    }

    .home-slider-wrap {
        position: relative;
        display: block;
        height: auto;
        padding-bottom: 60px;
    }

    .home-slider-photo {
        margin-bottom: 25px;
        position: static;
        text-align: center;
    }

    .home-slider-photo img {
        margin: 0 auto;
        display: none;
        max-width: 100%;
    }

    .home-slider-photo__mob {
        display: block !important;
		height: 460px;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover; 
	}

    .home-slider-info {
        position: static;
        margin: 0 auto;
        padding: 0 15px;
        width: 480px;
        max-width: 100%;
        height: auto;
        text-align: left;
    }

    .home-slider-title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .home-slider-text {
        width: 100%;
        font-size: 14px;
    }

    .home-slider-info-element {
        width: 115px;
        height: 35px;
        right: 0;
        bottom: -4px;
    }

    .home-slider-info-element svg {
        width: 100%;
        height: auto;
    }

    .home-slider-info-arrow {
        display: none;
    }

    .home-slider-photo {
        position: relative;
    }

    .home-slider-photo__arrow {
        position: absolute;
        left: 50%;
        bottom: 10px;
        display: block;
        transform: translateX(-50%);
    }

    .home .people .media{
		min-height: 400px;
		width: 80%;
		margin:0 auto;
	}

}

@media (max-width:991px) {
    .contact-social-wrap {
        flex-wrap: wrap;
    }
	
	header{
		padding: 0;
	}
	
	.header-logo.mb-2
	{
		margin-bottom: 0!important;
	}

    .contact-social-wrap>div {
        width: 100%;
    }

    .contact-social {
        text-align: center;
    }

    .contact-social-link {
        width: 100%;
    }

    footer {
        padding: 30px 0;
    }

    .footer {
        flex-wrap: wrap;
    }

    .footer>a {
        margin: 0 auto;
        margin-bottom: 30px !important;
    }

    .footer>div {
        width: 100%;
    }

    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 10px 22px;
    }


    .footer-links-item--mob-button {
        display: flex;
        align-items: center;
        gap: 8px;
        border: none;
    }

    .footer-links-item--mob-button.active svg {
        transform: rotate(180deg);
    }

    .footer-links-item--mob-button.active svg path {
        fill: #9B1E86;
    }

    .footer-links-item--mob {
        display: none;
    }

    .footer-links-item--mob.active {
        width: 100%;
        display: block;
    }

    .footer-links-line {
        display: none;
    }

    .header-button {
        display: none;
    }

    .nav {
        display: none;
    }

    .toggler {
        display: block;
    }

    .toggler-close {
        display: none;
    }

    .header-container {
        position: relative;
    }

    header {
        width: 100%;
        display: flex;
        justify-content: space-between !important;
        align-items: center;
    }

    .header-container.active {
        background: #202020;
    }

    .header-container.active .toggler-open {
        display: none;
    }

    .header-container.active .toggler-close {
        display: block;
    }

    .header-logo {
        width: 156px;
    }

    .header-container.active .header-logo svg line{
		stroke: #fff;
	}
    .header-container.active .header-logo svg path {
        fill: #fff;
    }

    .header-drop-nav {
        display: block;
        position: absolute;
        left: 0;
        top: -200vh;
        width: 100%;
        z-index: -10;
        transition: 0.3s;
		height: 100vh; /* Use vh as a fallback for browsers that do not support Custom Properties */
		height: calc((var(--vh, 1vh) * 100) - 47px);
		margin: 0 auto;
    }

    .header-container.active .header-drop-nav {
        top: 100%;
        z-index: 1000;
    }

    .header-drop-nav__item {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 25%;
        font-weight: 700;
        font-size: 28px;
        line-height: 111%;
        text-transform: uppercase;
        color: #FFFFFF;
        text-decoration: none;
    }
	.home-slider-photo__mob {     
		height: 350px; 
	}
}

@media (max-width:767px) {
    .home #people {
        margin-bottom: 30px;
    }

    #departments {
        margin: 30px auto;
    }

    #departments .swiper-container {
        height: 640px;
    }

    .department .media {
        min-height: auto;
        height: 260px;
    }

    .department .info {
        position: relative;
        padding: 30px 15px;
        height: 320px;
    }

    .department .info .title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .department .info .text {
        font-size: 14px;
    }

    .department .info a.learn-more {
        position: absolute;
        width: calc(100% - 60px);
        left: 30px;
        bottom: 30px;
        display: block;
        text-align: center;
        font-size: 14px;
    }

    #statistics .item {
        padding-left: 0;
        text-align: center;
    }

    #contact .contact-data .contact-form .title {
        font-size: 20px;
    }

    #contact .contact-data .contact-form .text {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .footer-bottom {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .footer-bottom>div {
        margin-bottom: 10px;
        width: 100%;
        justify-content: center;
    }

    .home .people .info .social a {
        font-size: 18px;
    }
	
	.home .people .media{
		min-height: 350px 
	}

	.home .people .media{
		width: 100% 
	}
}
@media (max-width:320px) {
	.home .people .media{
		width: 100% 
	}
	.home-slider-photo__mob{
		height: 250px 
	}
}

