@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/themes/technotheme/fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/themes/technotheme/fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/wp-content/themes/technotheme/fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3 {
    font-weight: 400;
    margin: 0;
}

html {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

p {
    margin-bottom: 20px;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    flex: 1;
}

body.overflow {
    overflow: hidden;
}

body.overflow-without-margin {
    overflow: hidden;
}

.wrapper.padding {
    padding-top: 104px;
}

.row:after {
    clear: both;
    content: "";
    display: block;
}

.container {
    margin: auto;
    width: 100%;
    max-width: 1340px;
    padding: 0 20px;
    box-sizing: border-box;
}

.medium-container {
    margin: auto;
    width: 100%;
    max-width: 1080px;
    padding: 0 20px;
    box-sizing: border-box;
}

.small-container {
    width: 100%;
    max-width: 740px;
    padding: 0 20px;
    margin: auto;
    box-sizing: border-box;
}

.main {
    flex: 1;
}

.feedback-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 126px;
    height: 60px;
    box-shadow: 0 8px 34px 0 rgba(64, 40, 207, 0.6);
    background-color: #4028cf;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
    line-height: 1.38;
    color: #ffffff;
    border: none;
    box-sizing: border-box;
    padding: 0 10px;
    cursor: pointer;
    z-index: 999;
}

.feedback-btn:focus,
.feedback-btn:active {
    outline: none;
}

.header {
    padding-top: 42px;
    padding-bottom: 91px;
    position: relative;
    overflow: hidden;
    min-height: 560px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header::after {
    content: '';
    display: block;
    background-image: radial-gradient(circle at 49% 99%, rgba(0, 0, 0, 0), #000000);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.small-header {
    padding: 38px 0 37px;
    background: #fff;
    box-shadow: 0 7px 24px rgba(202, 78, 25, 0.1);
    transition: 0.4s;
    min-height: 0;
    z-index: 1000;
}

.small-header::after {
    display: none;
}

.small-header .mobile-menu-btn path {
    fill: #32325c;
}

.small-header.fixed {
    position: fixed;
    padding: 15px 0 14px;
    top: 0;
    left: 0;
    width: 100%;
}

.header-img-left {
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
}

.header-img {
    position: absolute;
    top: -200px;
    right: 0;
    width: 100%;
    height: 95vh;
    pointer-events: none;
}

.header-top {
    margin-bottom: 83px;
    max-width: 100%;
    transition: 0.4s;
}


.header-top.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding-bottom: 14px;
    padding-top: 10px;
    box-shadow: 0 7px 24px rgba(202, 78, 25, 0.1);
    margin-bottom: 0;
}

.header-top.fixed .menu li a {
    color: #32325c;
    border-bottom: 1px solid rgba(50, 50, 92, 0.2);
}

.header-top.fixed svg path {
    fill: #32325c;
}

.header-logo {
    float: left;
    position: relative;
    z-index: 10;
}

.header-logo img {
    transition: 0.4s;
}

.header-logo:hover img {
    opacity: 0.6;
}

.header-middle {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.header .menu {
    float: right;
    position: relative;
    margin-top: 25px;
    z-index: 10;
}

.header .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fullscreen-menu .links-row ul li ul {
	padding-left: 40px;
	margin-top: 15px;
	margin-right: -40px;
}

.header .menu li {
    float: left;
    margin-right: 25px;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.header .menu li a {
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 1px;
    color: #fff;
    transition: 0.3s;
}

.small-header .menu li a {
    color: #32325c;
    text-decoration: none;
    border-bottom: 1px solid rgba(50, 50, 92, 0.2);
}

.header .menu li a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.small-header .menu li a:hover {
    color: #32325c;
    border-bottom: 1px solid rgba(50, 50, 92, 0);
}

.header .menu li:last-child {
    margin-right: 0;
}

.header .title {
    font-size: 45px;
    line-height: 1.33;
    color: #fff;
    margin-bottom: 32px;
    max-width: 690px;
}

.header .under-title {
    font-size: 28px;
    line-height: 1.88;
    color: #fff;
    max-width: 620px;
}

.header .under-title p:first-child {
    margin-bottom: 40px;
}

.header .under-title a {
    color: #fff;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

.header .under-title a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.events {
    padding-top: 65px;
    padding-bottom: 15px;
}

.events .container {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

.events.-active .container {
    opacity: 1;
    transform: translateY(0);
}

.events .title {
    font-size: 36px;
    line-height: 1.39;
    text-align: center;
    color: #32325c;
    margin-bottom: 103px;
}

.events .content {
    box-sizing: border-box;
    transition: 0.5s;
    transform: translateY(20px);
    opacity: 0;
}

.events.-active .content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.events .calendar-wrapper {
    float: left;
    margin-right: 45px;
    opacity: 0;
    transition: 0.4s;
    transform: translateY(20px);
    width: 415px;
    position: relative;
    z-index: 100;
    margin-top: 30px;
}

.events .posts {
    width: 95%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 97%;
    background: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
    box-sizing: border-box;
    padding: 20px;
}

.events .posts .close {
    position: absolute;
    right: -13px;
    top: 28px;
    margin-left: 20px;
    width: 28px;
    height: 28px;
    transform: translateY(-50%) translateX(-30px);
    transition: .4s;
    background: none;
    cursor: pointer;
    border: none;
    opacity: 1;
}

.event-date {
    text-align: center;
    margin-bottom: 10px;
}

.events .posts .close.active {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.events .posts .close .icon-text--line {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    height: 2px;
    width: 100%;
    background: #ca4e19;
    transition-duration: .3s;
}

.events .posts .close:hover,
.events .posts .close:focus,
.events .posts .close:active {
    outline: none;
}

.events .posts .close:hover .icon-text--line,
.events .posts .close:focus .icon-text--line,
.events .posts .close:active .icon-text--line {
    background: #4028cf;
}

.events .posts .close .icon-text--line:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.events .posts .close .icon-text--line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.events .posts.active {
    opacity: 1;
    pointer-events: auto;
    top: 67%;
}

.events .posts .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}

.events .posts ul {
    list-style: none;
    padding: 0;
    height: 85%;
}

.events .posts ul li {
    margin-bottom: 10px;
    font-size: 15px;
}

.calendar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.calendar-overlay.active {
    display: block;
}

.events .calendar {
    width: 100%;
}

.events .event {
    opacity: 0;
    transition: 0.4s;
    transform: translateY(20px);
    position: relative;
    width: 400px;
    height: 420px;
    float: left;
    box-sizing: border-box;
    padding: 19px;
}

.events .event:last-child {
    float: right;
}

.events .event .preview-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.events .event .preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events .event .preview-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000);
}

.events.-active .calendar-wrapper {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.events.-active .event:nth-child(1) {
    transition-delay: 0.8s;
    opacity: 1;
    transform: translateY(0);
}

.events.-active .event:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.1s;
}

.ui-datepicker-header {
    position: relative;
    margin-bottom: 20px;
}

.ui-datepicker-calendar {
    display: block;
}

.ui-datepicker-calendar thead,
.ui-datepicker-calendar tbody {
    display: block;
}

.ui-datepicker-calendar thead {
    padding: 12px 0 12px;
    border-top: 1px solid #DFE4E8;
    border-bottom: 1px solid #DFE4E8;
    line-height: 17px;
    font-size: 15px;
    text-align: center;
    color: #919EAB;
}

.ui-datepicker-calendar thead tr,
.ui-datepicker-calendar tbody tr {
    display: block;
}

.ui-datepicker-calendar thead tr::after,
.ui-datepicker-calendar tbody tr::after {
    clear: both;
    content: "";
    display: block;
}

.ui-datepicker-calendar thead tr th,
.ui-datepicker-calendar tbody tr td {
    width: 14.28%;
    display: block;
    float: left;
}

.ui-datepicker-calendar tbody tr td.active-date {
    background: #ca4e19;
}

.ui-datepicker-calendar tbody tr td.sub-date {
    background: rgba(202,78,25, 0.4);
}

.ui-datepicker-calendar thead tr th {
    font-weight: 300;
}

.ui-datepicker-calendar tbody tr td {
    text-align: center;
    padding: 11px 0 11px;
    margin-bottom: 2px;
}

.ui-datepicker-calendar tbody tr td a {
    line-height: 17px;
    font-size: 18px;
    text-align: center;
    border-bottom: none;
    color: #212b35;
    text-decoration: none;
}

.ui-datepicker-calendar tbody tr td.active-date a {
    color: #fff;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 24px;
    color: #212b35;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    font-size: 0;
    width: 8px;
    height: 15.82px;
    border-bottom: none !important;
    display: block;
    text-decoration: none;
    position: absolute;
    cursor: pointer;
}

.ui-datepicker-prev {
    background: url('images/prev.svg') no-repeat center;
    left: 28px;
    transform: translateY(-50%);
    top: 50%;
}

.ui-datepicker-next {
    background: url('images/next.svg') no-repeat center;
    right: 28px;
    transform: translateY(-50%);
    top: 50%;
}

.events-row {
    float: left;
    width: calc(100% - 460px);
}

.all-events {
    display: block;
    text-decoration: none;
    margin: 44px auto 50px;
    font-size: 18px;
    line-height: 2.44;
    color: #ca4e19;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s;
}

.events.-active .all-events {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.3s;
}

.all-events span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.3s;
}

.all-events:hover span {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.event .date {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}

.event .text {
    font-size: 18px;
    line-height: 1.67;
    color: #fff;
}

.event .post-content {
    position: absolute;
    left: 0;
    bottom: 19px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 19px;
    padding-right: 19px;
}


.event .text span {
    padding-bottom: 1px;
    border-bottom: 1px solid  rgba(255, 255, 255, 0.2);
}

.residents {
    padding-top: 65px;
    padding-bottom: 15px;
}

.residents .container {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

.residents.-active .container {
    opacity: 1;
    transform: translateY(0);
}

.residents .title {
    text-align: center;
    font-size: 36px;
    line-height: 1.39;
    color: #32325c;
    margin-bottom: 51px;
}

.residents-carousel {
    opacity: 0;
    transition: 0.5s;
    transform: translateY(20px);
}

.residents.-active .residents-carousel {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.residents-carousel .item-logo {
    position: relative;
    width: 100%;
    height: 240px;
    background-color: #eef1f6;
    margin-bottom: 20px;
}

.residents-carousel .item-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
	filter: grayscale(1);
	transition: 0.4s;
}

.residents-carousel .item:hover .item-logo img {
	filter: grayscale(0);
}

.residents-carousel {
    padding: 0 20px;
}

.residents-carousel .item-title span {
    text-decoration: none;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.3px;
    color: #32325c;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(50,50,92, 0.1);
    transition: 0.3s;
    cursor: pointer;
}

.residents-carousel .item-title span:hover {
    border-bottom: 1px solid rgba(50,50,92, 0);
}

.residents-carousel-wrap .owl-dots {
    text-align: center;
    margin-top: 89px;
    margin-bottom: 45px;
}

.residents-carousel-wrap  .owl-dot {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background-color: #ca4e19;
    display: inline-block;
    margin: 0 8px;
    transition: 0.4s;
}

.residents-carousel-wrap  .owl-dot.active {
    opacity: 1;
    width: 14px;
    height: 14px;
    transform: translateY(3px);
}

.all-residents {
    display: block;
    text-decoration: none;
    margin: 60px auto 20px;
    font-size: 18px;
    line-height: 2.44;
    color: #ca4e19;
    text-align: center;
    transition: 0.4s;
    transform: translateY(20px);
    opacity: 0;
}

.residents.-active .all-residents {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.all-residents span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.3s;
}

.all-residents:hover span {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.graduates {
    padding-top: 65px;
    padding-bottom: 99px;
}

.graduates .container {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

.graduates.-active .container {
    opacity: 1;
    transform: translateY(0);
}

.graduates .title {
    font-size: 36px;
    line-height: 1.39;
    text-align: center;
    color: #32325c;
    margin-bottom: 51px;
}

.graduates-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 36px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

.graduates-list.-active {
    transform: translateY(0);
    opacity: 1;
}

.graduates-list ~ .all-residents {
    margin-bottom: 100px !important;
    margin-top: 30px !important;
}

.graduates-list.-active ~ .all-residents {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.8s;
}

.residents-carousel-wrap.graduates-list .item {
    max-width: 100% !important;
}
.graduates-list .item {
    width: 100%;
    max-width: 280px;
    margin-bottom: 30px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.4s;
}

.graduates-list .item.-active {
	transform: translateY(0);
    opacity: 1
}

.graduates-list .item:nth-child(4n) {
    margin-right: 0;
}

.graduates-list .item .item-logo {
    width: 100%;
    position: relative;
    height: 240px;
    background-color: #eef1f6;
    margin-bottom: 20px;
}

.graduates-list .item .item-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
	max-width: 90%;
	filter: grayscale(1);
	transition: 0.4s;
}

.graduates-list .item:hover .item-logo img {
	filter: grayscale(0);
}

.graduates-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.graduates-list .item .item-title a {
    text-decoration: none;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #32325c;
    cursor: pointer;
}

.graduates-list .item .item-title a span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(50,50,92, 0.1);
    transition: 0.3s;
}

.graduates-list .item .item-title a:hover span {
    border-bottom: 1px solid rgba(50,50,92, 0);
}

.top-list {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
    margin-bottom: 56px;
}

.top-list.-active {
    transform: translateY(0);
    opacity: 1;
}

.top-list .item {
    background-size: cover;
    height: 290px;
    padding-left: 61px;
    padding-right: 45px;
	position: relative;
}

.top-list .item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top-list .item .item-left {
    float: left;
    position: relative;
    height: 100%;
    width: 314px;
}

.top-list .item .item-left img {
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.top-list .item .item-middle {
    float: left;
    width: calc(100% - 628px);
}

.top-list .item .item-middle .logos {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 20px;
}

.top-list .item .item-middle .logos .logo-item {
    margin: 0 10px;
}

.top-list .item .item-middle .logos .logo-item img {
    width: 90%;
}

.top-list .item .item-middle .top-title {
    text-align: center;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 1;
    padding-top: 25px;
    margin-bottom: 25px;
    min-height: 100px;
}

.top-list .item .item-middle .top-title span {
    font-size: 80px;
    display: block;
}

.top-list .item .item-right {
    float: right;
    height: 100%;
    width: 314px;
    position: relative;
}

.top-list .item .item-right .item-right-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.top-list .item .item-right .item-right-content .year {
    line-height: 32px;
    font-size: 36px;
    letter-spacing: 0.4px;
    color: #FFF;
    margin-bottom: 60px;
}

.top-list .item .item-right .item-right-content .year span {
    font-weight: 600;
    line-height: 32px;
    font-size: 40px;
    letter-spacing: 0.4px;
    color: #FFF;
}

.top-list .item .item-right .item-right-content .description {
    line-height: 40px;
    font-size: 24px;
    color: #FFF;
}

.top-carousel .owl-dots {
    text-align: center;
    margin-top: -40px;
}

.top-carousel .owl-dot {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background-color: #fff;
    display: inline-block;
    margin: 0 8px;
    transition: 0.4s;
}

.top-carousel .owl-dot.active {
    opacity: 1;
    width: 14px;
    height: 14px;
    transform: translateY(3px);
}

.advent-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

.advent-list.-active {
    transform: translateY(0);
    opacity: 1;
}

.advent-list .item {
    width: 24%;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.4s;
}

.advent-list.-active .item:first-child {
    transform: translateY(0);
    opacity: 1;
}

.advent-list.-active .item:nth-child(2) {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.3s;
}

.advent-list.-active .item:nth-child(3) {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.6s;
}

.advent-list.-active .item:nth-child(4) {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.9s;
}

.advent-list .item .title {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.3px;
    text-align: center;
    color: #32325c;
    margin-bottom: 30px;
}

.advent-list .item .number {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4028CF;
    margin-bottom: 20px;
}

.advent-list .item .sign {
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0.3px;
    text-align: center;
    color: #4028CF;
}

.opportunities {
    padding-top: 85px;
    padding-bottom: 101px;
}

.opportunities .container {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

.opportunities.-active .container {
    opacity: 1;
    transform: translateY(0);
}

.opportunities .title {
    font-size: 36px;
    line-height: 1.11;
    text-align: center;
    color: #32325c;
    margin-bottom: 31px;
}

.opportunities .description {
    width: 100%;
    max-width: 700px;
    text-align: center;
    font-size: 24px;
    line-height: 1.67;
    color: #313a5a;
    margin: auto;
}

.opportunities .description-link {
    display: block;
    text-decoration: none;
    margin: 44px auto 0;
    font-size: 18px;
    line-height: 2.44;
    color: #ca4e19;
    text-align: center;
    transition: 0.4s;
    transform: translateY(20px);
    opacity: 0;
}

.opportunities.-active .description-link {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.opportunities .description-link span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.3s;
}

.opportunities .description-link:hover span {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.service {
    padding-top: 136px;
    padding-bottom: 15px;
}

.service-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-list .item {
    width: 100%;
    max-width: 280px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s
}

.service-list .item.-active {
    opacity: 1;
    transform: translateY(0);
}

.service-list .item .image {
    width: 100%;
    height: 240px;
    margin-bottom: 21px;
}

.service-list .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-list .item .title span {
    text-decoration: none;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.3px;
    color: #32325c;
}

.service .service-link {
    width: 255px;
    height: 60px;
    padding-top: 8px;
    background-color: #ca4e19;
    display: block;
    text-decoration: none;
    margin: 44px auto 0;
    font-size: 18px;
    line-height: 2.44;
    color: #fff;
    text-align: center;
    transition: 0.4s;
    transform: translateY(20px);
    opacity: 0;
    cursor: pointer;
}

.service.-active .service-link {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.8s;
}

.service.-active .service-link {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.service .service-link:hover {
    box-shadow: 0 8px 34px 0 rgba(202, 78, 25, 0.6);
}

.team {
    padding-top: 65px;
    padding-bottom: 94px;
}

.team .container {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

.team.-active .container {
    opacity: 1;
    transform: translateY(0);
}

.team .title {
    font-size: 36px;
    line-height: 1.39;
    text-align: center;
    color: #32325c;
    margin-bottom: 51px;
}

.team .team-list .team-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team .team-list .item {
    width: 100%;
    max-width: 280px;
    margin:0 0 40px 0 !important;
    transition: 0.4s;
    opacity: 0;
    transform: translateY(20px);
    cursor: pointer;
}

.team .team-list .item.-active {
    opacity: 1;
    transform: translateY(0);
}

.team .team-list .item:nth-child(4n) {
    margin-right: 0;
}

.team .team-list .item .image {
    height: 240px;
    width: 100%;
    margin-bottom: 24px;
}

.team .team-list .item .image img {
    width: 100%;
}

.team .team-list .item .title {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.3px;
    text-align: center;
    color: #32325c;
}

.team .team-link {
    display: block;
    text-decoration: none;
    margin: -55px auto 6px;
    font-size: 18px;
    line-height: 2.44;
    color: #ca4e19;
    text-align: center;
    transition: 0.4s;
    transform: translateY(20px);
    opacity: 0;
}

.team.-active .team-link {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}

.team .team-link span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.3s;
}

.team .team-link:hover span {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.quotes {
    padding-top: 147px;
    padding-bottom: 70px;
    background: #4028cf;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

.quotes.-active {
    opacity: 1;
    transform: translateY(0);
}

.quotes::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(28, 31, 39, 0.3857), rgba(28, 31, 39, 0.3857));
}

.quotes .quotes-wrapper {
    margin: auto;
    width: 100%;
    max-width: 958px;
}

.quotes .item-quote {
    font-size: 30px;
    line-height: 1.63;
    letter-spacing: -0.1px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 59px;
}

.quotes .item-bottom {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

.quotes .item-photo {
    margin: 0 auto 24px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.quotes .item-photo img {
    width: 100%;
}

.quotes .item-name {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1.4px;
    color: #ffffff;
}

.quotes  .item-post {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
}

.quotes .owl-dots {
    text-align: center;
    margin-top: 89px;
}

.quotes .owl-dot {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background-color: #fff;
    display: inline-block;
    margin: 0 8px;
    transition: 0.4s;
}

.quotes .owl-dot.active {
    opacity: 1;
    width: 14px;
    height: 14px;
    transform: translateY(3px);
}

.partners,
.partners-web {
    padding-top: 82px;
    padding-bottom: 3px;
}

.partners-web {
    padding-bottom: 102px;
}

.partners .container {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

.partners.-active .container {
    opacity: 1;
    transform: translateY(0);
}

.partners .title,
.partners-web .title {
    font-size: 36px;
    line-height: 1.39;
    text-align: center;
    color: #32325c;
    margin-bottom: 60px;
}

.partners .partners-list,
.partners-web .partners-web-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.partners .partners-list .item,
.partners-web .partners-web-list .item {
    margin-right: 48px;
    margin-bottom: 70px;
    width: 100%;
    max-width: 17%;
    transition: 0.4s;
    opacity: 0;
    transform: translateY(20px);
}

.partners .partners-list .item img,
.partners-web .partners-web-list .item img {
    width: 100%;
	filter: grayscale(1);
	transition: 0.4s;
}

.partners .partners-list .item.-active,
.partners-web .partners-web-list .item.-active {
    opacity: 1;
    transform: translateY(0);
}

.partners .partners-list .item:hover img,
.partners-web .partners-web-list .item:hover img {
	filter: grayscale(0);
}

.partners .partners-list .item:nth-child(5n),
.partners-web .partners-web-list .item:nth-child(5n) {
    margin-right: 0;
}

.partners-web .partners-link,
.partners .partners-link {
    display: block;
    text-decoration: none;
    margin: -44px auto 0;
    font-size: 18px;
    line-height: 2.44;
    color: #ca4e19;
    text-align: center;
    transition: 0.4s;
    transform: translateY(20px);
    opacity: 0;
}

.partners-web.-active .partners-link,
.partners.-active .partners-link {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 2s;
    margin-top: -10px;
}

.partners-web .partners-link span,
.partners .partners-link span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.3s;
}

.partners-web .partners-link:hover span,
.partners .partners-link:hover span {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.footer {
    padding-top: 59px;
    padding-bottom: 32px;
    background: linear-gradient(304deg, #eef1f6, #fcfdfd)
}

.footer-top {
    margin-bottom: 60px;
}

.footer-logo {
    float: left;
}

.social {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 20px;
}

.social a {
    width: 36px;
    text-decoration: none;
    height: 36px;
    margin-right: 18px;
}

.social a:last-child {
    margin-right: 0;
}

.social a img {
    width: 100%;
    height: 100%;
}

.footer-phone {
    float: left;
    font-size: 24px;
    font-weight: 600;
    color: #32325c;
    margin-left: 208px;
    margin-top: 23px;
    text-align: center;
}

.footer-phone a {
	text-decoration: none;
    color: #32325c;
    font-size: 18px;
}


.footer-phone .address {
	font-size: 14px;
}

.footer-middle {
    margin-bottom: 55px;
}

.under-logo-bage {
    float: left;
    margin-top: 23px;
}

.footer-middle-right {
    float: right;
    margin-top: 25px;
}

.bage,
.copyright {
    font-size: 12px;
    color: #b5b5c5;
    text-transform: uppercase;
    text-align: right;
}

.bage {
    margin-bottom: 17px;
}

.bage a {
    color: #b5b5c5;
    text-decoration: none;
    transition: 0.3s;
}

.bage a:hover {
    color: #32325c;
}

.footer-menu {
    float: left;
    max-width: 213px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 130px;
}

.footer-menu a {
    display: block;
    margin-bottom: 18px;
    width: 50%;
    font-size: 14px;
    color: #32325c;
    text-decoration: none;
}

.footer-menu a:last-child {
    margin-bottom: 0;
}

.footer-menu a span {
    border-bottom: 1px solid  rgba(50, 50, 92, 0.1);
    transition: 0.3s;
    padding-bottom: 1px;
}

.footer-menu a:hover span {
    border-bottom: 1px solid  rgba(50, 50, 92, 0);
}

.footer-bottom {
    font-size: 12px;
    line-height: 1.67;
    text-transform: uppercase;
    color: #b5b5c5;
}

.footer-bottom a {
	color: #b5b5c5;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px solid rgba(181, 181, 197, 0.2);
	transition: 0.3s;
}

.footer-bottom a:hover {
	border-bottom: 1px solid rgba(181, 181, 197, 0);
}

.team-page {
    padding-top: 82px;
    padding-bottom: 113px;
}

.team-page .title {
    line-height: 40px;
    font-size: 36px;
    text-align: center;
    color: #32325C;
    margin-bottom: 37px;
}

.team-page .team-list-wrapper {
    margin-bottom: 45px;
}

.team-page .team-list-wrapper .team-list-title {
    line-height: 50px;
    font-size: 30px;
    color: #CA4E19;
    margin-bottom: 43px;
    cursor: pointer;
}

.team-page .team-list-wrapper.active .team-list-title {
    color: #32325C;
}

.team-page .team-list-wrapper .team-list-title span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
}

.team-page .team-list-wrapper.active .team-list-title span {
    border-bottom: 0;
}

.team-page .team-list {
    display: none;
}

.team-page .team-list .item {
    float: left;
    margin-right: 60px;
    width: 100%;
    max-width: 280px;
    margin-bottom: 40px;
}

.team-page .team-list .item:nth-child(4n) {
    margin-right: 0;
}

.team-page .team-list .item .avatar {
    width: 100%;
    height: 240px;
    margin-bottom: 24px;
}

.team-page .team-list .item .name {
    line-height: 32px;
    font-size: 22px;
    text-align: center;
    color: #32325C;
	white-space: nowrap;
}

.team-page .team-list .item .avatar img {
    width: 100%;
}

.partners-page {
    padding-top: 82px;
    padding-bottom: 39px;
}

.partners-page .title {
    line-height: 40px;
    font-size: 36px;
    text-align: center;
    color: #32325C;
    margin-bottom: 43px;
}

.partners-page .partners-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.partners-page .partners-list .item {
    margin-right: 48px;
    margin-bottom: 64px;
    width: 100%;
    max-width: 17%;
    position: relative;
}

.partners-page .partners-list .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.partners-page .partners-list .item:nth-child(5n) {
    margin-right: 0;
}

.partners-page .partners-list-wrapper {
    margin-bottom: 24px;
}

.partners-page .partners-list .item img {
    width: 100%;
	filter: grayscale(1);
	transition: 0.4s;
}

.partners-page .partners-list .item:hover img {
	filter: grayscale(0);
}

.partners-page .partners-title {
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    color: #32325C;
    margin-bottom: 37px;
}

.partners-web-page {
    padding-top: 82px;
    padding-bottom: 100px;
}

.partners-web-page .title {
    line-height: 40px;
    font-size: 36px;
    text-align: center;
    color: #32325C;
    margin-bottom: 43px;
}

.partners-web-page .under-title,
.partners-web-page .down-text {
    line-height: 30px;
    font-size: 18px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 90px;
    color: #313A5A;
}

.partners-web-page .down-text {
    margin: 0 auto;
}

.partners-web-page .under-title a,
.partners-web-page .down-text a {
    color: #CA4E19;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.4s;
}

.partners-web-page .under-title a:hover,
.partners-web-page .down-text a:hover {
    border-bottom: 1px solid rgba(202,78,25, 0);
}
.partnwers-web-row {
    margin-bottom: 102px;
}

.partnwers-web-row .item-left,
.partnwers-web-row .item-right {
    width: 50%;
    position: relative;
    min-height: 436px;
	box-sizing: border-box;
}

.partnwers-web-row .item {
	background: linear-gradient(to right, rgba(202, 78, 25, 0.03) 50%, #EEF1F6 50%);
}

.partnwers-web-row .item:nth-child(2n) {
	background: linear-gradient(to right, #EEF1F6 50%, rgba(202, 78, 25, 0.03) 50%);
}

.partnwers-web-row .item-left {
	padding-bottom: 56px;
	padding-top: 56px;
}

.partnwers-web-row .item:first-child .item-left,
.partnwers-web-row .item:first-child .item-right {
	min-height: 475px;
}

.partnwers-web-row .item-left {
    float: left;
    background: rgba(202, 78, 25, 0.003);
}

.partnwers-web-row .item-right {
    float: right;
    background: #EEF1F6;
}

.partnwers-web-row .item:nth-child(2n) .item-right {
    float: left;
    background: #EEF1F6;
}

.partnwers-web-row .item:nth-child(2n) .item-left {
    float: right;
    background: rgba(202, 78, 25, 0.003);
}

.partnwers-web-row .item-right img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	filter: grayscale(1);
	transition: 0.4s;
}

.partnwers-web-row .item:hover .item-right img {
	filter: grayscale(0);
}

.partnwers-web-row .item-left .item-content {
    max-width: 400px;
	margin: auto;
}

.partnwers-web-row .item-link {
    text-decoration: none;
    font-size: 18px;
    color: #ca4e19;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 400px;
    bottom: 81px;
}

.partnwers-web-row .item-link span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.4s;
}

.partnwers-web-row .item-link:hover span {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.partnwers-web-row .item-left .item-content .item-title {
    font-size: 30px;
    color: #313A5A;
    margin-bottom: 28px;
}

.partnwers-web-row .item-left .item-content .short-text {
    line-height: 24px;
    font-size: 16px;
    color: #313A5A;
}

.partnwers-web-row .item-left .item-content .short-text a {
    color: #313A5A;
	text-decoration: none;
	padding-bottom: 1px;
	transition: 0.3s;
	border-bottom: 1px solid rgba(50, 50, 92, 0.2);
}

.partnwers-web-row .item-left .item-content .short-text a:hover {
	border-bottom: 1px solid rgba(50, 50, 92, 0);
}

.partnwers-web-row .mobile-visible {
    display: none;
}

.programms {
    padding-top: 82px;
    padding-bottom: 96px;
}

.programms-page {
	padding-bottom: 0;
}

.programms .title {
    line-height: 40px;
    font-size: 36px;
    text-align: center;
    color: #32325C;
    margin-bottom: 38px;
}

.programms .under-title {
    line-height: 44px;
    font-size: 30px;
    color: #313A5A;
    margin-bottom: 44px;
}

.programms .contetn-top-description {
    line-height: 30px;
    font-size: 18px;
    color: #313A5A;
}

.programms .contetn-top-description a {
    color: #CA4E19;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.4s;
}

.programms .contetn-top-description a:hover {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.programms .content-top {
    margin-bottom: 81px;
}

.programms-row {
    margin-bottom: 87px;
}

.programms-page .programms-row {
	margin-bottom: 0;
}

.programms-row .item .item-left,
.programms-row .item .item-right {
    width: 50%;
    position: relative;
    height: 435px;
}

.programms-row .item .item-left .mobile-visible,
.programms-row .item .item-right .mobile-visible {
    display: none;
}

.programms-row .item .item-left {
    float: left;
    background: rgba(202, 78, 25, 0.03);
}

.programms-row .item .item-right {
    float: right;
}

.programms-row .item:nth-child(2n) .item-left {
    float: right;
}
.programms-row .item:nth-child(2n) .item-right {
    float: left;
    background: rgba(202, 78, 25, 0.03);
}

.programms-row .item .item-right img,
.programms-row .item .item-left img {
    width: 100%;
    height: 435px;
    object-fit: cover;
}

.programms-row .item .item-left .item-content,
.programms-row .item .item-right .item-content {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
}


.programms-row .item .item-left .item-content .item-title,
.programms-row .item .item-right .item-content .item-title {
    font-size: 30px;
    color: #313A5A;
    margin-bottom: 28px;
}

.programms-row .item .item-left .item-content .item-description,
.programms-row .item .item-right .item-content .item-description {
    line-height: 24px;
    font-size: 16px;
    color: #313A5A;
}

.programms-row .item .item-left .item-content .item-description a,
.programms-row .item .item-right .item-content .item-description a {
    color: #CA4E19;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.4s;
}

.programms-row .item .item-left .item-content .item-description a:hover,
.programms-row .item .item-right .item-content .item-description a:hover {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.service-row {
    margin-bottom: 80px;
}

.service-row .item .item-left,
.service-row .item .item-right {
    width: 50%;
    position: relative;
    height: 435px;
}

.service-row .item .item-left {
    float: left;
}

.service-row .item .item-right {
    float: right;
    background: rgba(202, 78, 25, 0.03);
}

.service-row .item:nth-child(2n) .item-left {
    float: right;
    background: rgba(202, 78, 25, 0.03);
}
.service-row .item:nth-child(2n) .item-right {
    float: left;
}

.service-row .item .item-left img {
    width: 100%;
    height: 435px;
    object-fit: cover;
}

.service-row .item .item-right .item-content {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
}


.service-row .item .item-right .item-content .item-title {
    font-size: 30px;
    color: #313A5A;
    margin-bottom: 28px;
}

.service-row .item .item-right .item-content .item-description {
    line-height: 24px;
    font-size: 16px;
    color: #313A5A;
}

.service-row .item .item-right .item-content .item-description a {
    text-decoration: none;
    color: #CA4E19;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.3s;
}

.service-row .item .item-right .item-content .item-description a:hover {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

p a {
    color: #CA4E19;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.4s;
}

p a:hover {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.item-price {
    position: absolute;
    width: 100%;
    max-width: 400px;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    font-size: 18px;
    color: #CA4E19;
}

.support {
    margin-bottom: 55px;
}

.support .title {
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    color: #32325C;
    margin-bottom: 42px;
}

.support .support-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.support .support-list .item {
    width: 100%;
    max-width: 280px;
    margin-bottom: 60px;
}

.support .support-list .item .icon {
    width: 100%;
    height: 240px;
    margin-bottom: 25px;
    position: relative;
    background: rgba(202,78,25, 0.03);
}

.support .support-list .item .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.support .support-list .item .support-link {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 32px;
    font-size: 24px;
    color: #CA4E19;
}

.support .support-list .item a.support-link span {
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.4s;
}

.support .support-list .item a.support-link:hover span {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.archive-events-link {
    width: 100%;
    text-align: center;
    color: #CA4E19;
    text-decoration: none;
    font-size: 20px;
    display: block;
    margin-top: 60px;
    margin-bottom: 100px;
}

.blog-archive-link {
    position: absolute;
    bottom: -55px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #CA4E19;
    text-decoration: none;
    left: 0;
}

.blog-archive-link span,
.archive-events-link span {
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.4s;
}

.blog-archive-link:hover span,
.archive-events-link:hover span {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.criterias {
    margin-bottom: 84px;
}

.criterias .title {
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    color: #32325C;
    margin-bottom: 42px;
}

.criterias .criterias-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.criterias .criterias-list .item {
    width: 100%;
    max-width: 280px;
    margin-bottom: 20px;
}

.criterias .criterias-list .item .icon {
    width: 100%;
    height: 240px;
    margin-bottom: 21px;
    background: rgba(202,78,25, 0.03);
    position: relative;
}

.criterias .criterias-list .item .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.criterias .criterias-list .item .criterias-title {
    line-height: 32px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.26px;
    color: #32325C;
}

.criterias-link {
    display: block;
    background: #CA4E19;
    color: #fff;
    text-align: center;
    margin: auto;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    width: 255px;
    height: 60px;
    padding-top: 20px;
}

.criterias-link:hover {
    box-shadow: 0 8px 34px rgba(202, 78, 25, 0.6);
}

.documents-carousel {
    width: 660px;
    margin: auto;
}

.documents-carousel .document-item {
    margin-bottom: 40px;
}

.documents-carousel .document-item .document-item-left {
    float: left;
    width: 50px;
    margin-right: 41px;
}

.documents-carousel .document-item .document-item-right {
    float: right;
    width: calc(100% - 91px);
}

.documents-carousel .document-item .document-item-right .document-title {
    margin-bottom: 10px;
}

.documents-carousel .document-item .document-item-right .document-title a {
    text-decoration: none;
    font-size: 20px;
    line-height: 36px;
    color: #CA4E19;
}

.documents-carousel .document-item .document-item-right .document-title a span {
    transition: 0.4s;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    padding-bottom: 1px;
}

.documents-carousel .document-item .document-item-right .document-title a:hover span {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.documents-carousel .document-item .document-item-right .document-size {
    font-size: 16px;
    color: #32325C;
}

.documents-carousel .owl-dots {
    text-align: center;
}

.documents-carousel .owl-dot {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background-color: #ca4e19;
    display: inline-block;
    margin: 0 8px;
    transition: 0.4s;
}

.documents-carousel .owl-dot.active {
    opacity: 1;
    width: 14px;
    height: 14px;
    transform: translateY(3px);
}

.events-top {
    background: linear-gradient(360deg, rgba(231, 134, 54, 0.2) 0.69%, rgba(255, 255, 255, 0.2) 97.97%);
    padding-top: 82px;
    padding-bottom: 100px;
}

.events-top .title {
    line-height: 40px;
    font-size: 36px;
    text-align: center;
    color: #32325C;
    padding-bottom: 58px;
}

.events-row-inside .calendar-wrapper {
    float: left;
    margin-right: 60px;
    width: 420px;
    position: relative;
    z-index: 100;
    background: #fff;
    padding-top: 35px;
}

.events-row-inside .calendar-wrapper .ui-datepicker-calendar tbody tr td {
    padding: 17px 0 17px;
}

.events-row-inside .calendar-event {
    width: 100%;
}

.events-row-inside .posts {
    width: 95%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 97%;
    background: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
    box-sizing: border-box;
    padding: 20px;
}

.events-row-inside .posts.active {
    opacity: 1;
    pointer-events: auto;
    top: 67%;
}

.events-row-inside .posts .close {
    position: absolute;
    right: -13px;
    top: 28px;
    margin-left: 20px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%) translateX(-30px);
    transition: .4s;
    background: none;
    cursor: pointer;
    border: none;
    opacity: 1;
}

.events-row-inside .posts .close:hover,
.events-row-inside .posts .close:focus,
.events-row-inside .posts .close:active {
    outline: none;
}

.events-row-inside .posts .close:hover .icon-text--line,
.events-row-inside .posts .close:focus .icon-text--line,
.events-row-inside .posts .close:active .icon-text--line {
    background: #4028cf;
}

.events-row-inside .posts .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.events-row-inside .posts ul {
    list-style: none;
    padding: 0;
    height: 85%;
}

.events-row-inside .posts ul li {
    margin-bottom: 10px;
    font-size: 15px;
}

.events-row-inside .posts ul li a {
    text-decoration: none;
    color: rgb(202,78,25);
    padding-bottom: 1px;
    transition: 0.3s;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
}

.events-row-inside .posts ul li a:hover {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.events-row-inside .posts .close .icon-text--line {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    height: 4px;
    width: 100%;
    background: #ca4e19;
    transition-duration: .3s;
}

.events-row-inside .posts .close .icon-text--line:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.events-row-inside .posts .close .icon-text--line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.events-content {
    float: right;
    width: calc(100% - 480px);
}

.events-content .event {
    float: none;
    width: 100%;
    position: relative;
    height: 420px;
}

.events-content .event a {
    display: block;
    height: 100%;
}

.events-content .event .preview-image {
    height: 100%;
    position: relative;
}

.events-content .event .preview-image::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 2.13%, #000000 85.98%);
}

.events-content .event .preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-page .events-list {
    padding-top: 96px;
}

.events-page .events-list.second-events-list {
    padding-top: 6px;
}

.events-list .event {
    position: relative;
    /*height: 420px;*/
    margin-bottom: 94px !important;
}

.events-list .container .container {
	padding: 0;
	margin: 0;
	max-width: 100%;
}


.events-list .event a {
    font-size: 18px;
    color: #CA4E19;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.4s;
    text-decoration: none;
}

.events-list .event a.image-link {
    border-bottom: 0;
    padding-bottom: 0;
}

.events-list .event a:hover {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.events-list .event .event-left {
    float: left;
    width: 40%;
}

.events-list .event .event-left .date {
    font-size: 14px;
    color: #B5B5C5;
    margin-bottom: 96px;
}

.events-list .event .event-left .title {
    font-size: 30px;
    color: #313A5A;
    margin-bottom: 28px;
}

.events-list .event .event-left .title span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(50, 50, 92, 0.2);
	transition: 0.3s;
}

.events-list .event:hover .event-left .title span {
	border-bottom: 1px solid rgba(50, 50, 92, 0);
}

.events-list .event .event-left .description {
    line-height: 24px;
    font-size: 16px;
    color: #313A5A;
    margin-bottom: 90px;
    max-height: 120px;
    overflow: hidden;
}

.events-list .event .event-right {
    float: right;
    width: 50%;
    height: 100%;
}

.events-list .event .event-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events-list .event .mobile-visible {
    display: none;
}

.content {
    font-size: 18px;
    line-height: 1.67;
    color: #313a5a;
}

.content p {
    margin-top: 0;
    margin-bottom: 48px;
}

.content img {
    width: 100%;
    height: auto;
}

.content a {
    text-decoration: none;
    color: rgb(202,78,25);
    padding-bottom: 1px;
    transition: 0.3s;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
}

.content a:hover {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.podr-item {
    padding-top: 84px;
}

.podr-item .title {
    font-size: 36px;
    line-height: 1.11;
    text-align: center;
    color: #32325c;
    margin-bottom: 38px;
}

.podr-item .sub-title,
.podr-item .additional-title {
    line-height: 44px;
    font-size: 30px;
    text-align: center;
    color: #313A5A;
    margin-bottom: 42px;
}

.podr-item .additional-title {
    text-align: left;
    margin-bottom: 44px;
}

.item-content ul li,
.podr-item-content ul li,
.item-content ol li,
.podr-item-content ol li {
    margin-left: 20px;
}

.podr-item-content,
.podr-item .additional-content {
    line-height: 30px;
    font-size: 18px;
    color: #313A5A;
    margin-bottom: 72px;
}

.podr-item .item {
    margin-bottom: 36px;
}

.podr-item .item .title {
    font-size: 30px;
    line-height: 1.47;
    color: #313a5a;
    margin-bottom: 42px;
    text-align: left;
}

.podr-item .item .description {
    font-size: 18px;
    line-height: 1.67;
    color: #313a5a;
}

.value-left {
    float: left;
    font-size: 80px;
    color: #c344cc;
    max-width: 140px;
    min-width: 140px;
    margin-right: 26px;
    line-height: 1;
    text-align: center;
}

.value-right {
    float: left;
    max-width: 320px;
    font-size: 18px;
    line-height: 1.67;
    color: #313a5a;
}

.contacts {
    padding-top: 84px;
}

.contacts .title {
    font-size: 36px;
    line-height: 1.11;
    text-align: center;
    color: #32325c;
    margin-bottom: 33px;
}

.contacts .under-title {
    font-size: 30px;
    line-height: 1.47;
    color: #313a5a;
    margin-bottom: 44px;
}

.contacts .description {
    font-size: 18px;
    line-height: 1.67;
    color: #313a5a;
}

.contacts .description a {
    color: #ca4e19;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.3s;
}

.contacts .description a:hover {
    border-bottom: 1px solid rgba(202,78,25, 2);
}

.documents .title {
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    color: #32325C;
    margin-bottom: 44px;
}

.contacts .map {
    height: 500px;
    margin-top: 93px;
}

.contacts .map::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0 40px 100px 0 rgba(0, 0, 0, 0.25);
	pointer-events: none;
}

.blog {
    position: relative;
    padding-top: 84px;
    background: linear-gradient(to right, #fff 70%, rgba(202, 78, 25, 0.1) 70%);
}

.blog-container,
.item-content {
    max-width: 700px;
    width: 100%;
}

.item-content {
    position: relative;
}

.item-content .blog-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-container .title {
    text-align: center;
    font-size: 36px;
    line-height: 1.11;
    color: #32325c;
    margin-bottom: 41px;
}

.blog-cotent .item {
    padding-bottom: 100px;
    padding-top: 91px;
}

.blog-cotent.single .item {
    padding-bottom: 48px;
}

.blog-cotent .item:first-child {
    padding-top: 0;
}

.blog-cotent .item:nth-child(2n) {
    background: linear-gradient(to right, rgba(202, 78, 25, 0.03) 70%, transparent 70%);
}

.blog-cotent .item a {
    text-decoration: none;
    color: #313a5a;
}

.blog-cotent .item .see-more {
    margin-top: 20px;
    color: #CA4E19;
}

.blog-cotent .item .see-more span {
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.4s;
}

.blog-cotent .item:hover .see-more span {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.blog-cotent .item .date {
    font-size: 18px;
    line-height: 1.67;
    color: #313a5a;
    margin-bottom: 28px;
}

.blog-cotent .item .item-title {
    font-size: 30px;
    line-height: 1.47;
    color: #313a5a;
    margin-bottom: 40px;
}

.blog-cotent .item .item-title span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(50, 50, 92, 0.2);
	transition: 0.3s;
}

.blog-cotent .item:hover .item-title span {
	border-bottom: 1px solid rgba(50, 50, 92, 0);
}

.blog-cotent .item .preview-text {
    font-size: 18px;
    line-height: 1.67;
    color: #313a5a;
    margin-bottom: 30px;
}

.blog-cotent .item .preview-text iframe {
    width: 100%;
}

.blog-cotent .item .preview-text a {
    color: #ca4e19;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.3s;
    z-index: 10;
    position: relative;
}

.blog-cotent .item .preview-text a:hover {
    border-bottom: 1px solid rgba(202,78,25, 0);
}


.blog-cotent .item .preview-image img {
    width: 100%;
    height: auto;
}

.load-more {
    background-color: #4028CF;
    text-align: center;
    color: #fff;
    padding: 24px 0 21px;
    transition: 0.4s;
    cursor: pointer;
    box-sizing: border-box;
    height: 111px;
    position: relative;
}

.load-more span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.load-more:hover {
    background-color: #CA4E19;
}

.load-more-btn {
    border: none;
    box-shadow: none;
    background: transparent;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    line-height: 44px;
}

.load-more-btn span {
    margin-right: 10px;
    display: inline-block;
    position: static;
    transform: translateY(-14px);
}
.load-more-btn span:last-child {
    margin-left: 10px;
    margin-right: 0;
}

.load-more-btn:focus,
.load-more-btn:active {
    outline: none;
}

.newsletter-form-container {
    position: absolute;
    right: 5%;
    top: 200px;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    border-radius: 4px;
    border: solid 1px rgba(49, 58, 90, 0.3);
    padding: 30px 18px 37px;
}

.newsletter-form-container.top {
    top: 50px;
}

.newsletter-form-container .widget-title {
    padding: 0 17px;
    font-size: 18px;
    line-height: 1.67;
    color: #313a5a;
    font-weight: 600;
    margin-bottom: 40px;
}

.newsletter-form-container input:not([type=submit]) {
    background: #fff;
    width: 100%;
    height: 45px;
    font-size: 16px;
    color: #313a5a;
    box-sizing: border-box;
    padding-left: 17px;
    margin-bottom: 30px;
    border: none;
    box-shadow: none;
}

.newsletter-form-container input[type=submit] {
    padding-left: 0;
}

.newsletter-form-container input.error {
    border: 1px solid #f00a0a;
}

.newsletter-form-container input:focus,
.newsletter-form-container input:active {
    outline: none;
}

.newsletter-form-container input::placeholder {
    color: #b5b5c5
}

.success-message,.error-message {
    margin-top: -15px;
    margin-bottom: 15px;
    display: none;
}

.success-message.active, .error-message.active {
    display: block;
}
.error-message {
    color: red;
}

.newsletter-form-container .wpcf7-form [type=submit] {
    width: 100%;
    color: #fff;
    height: 60px;
    border-radius: 5px;
    background-color: #CA4E19;;
    font-size: 16px;
    cursor: pointer;
    border:none;
    transition: 0.3s;
}

.newsletter-form-container .wpcf7-form [type=submit]:hover {
    box-shadow: 0 8px 34px rgba(202, 78, 25, 0.6);
}

.newsletter-form-container .wpcf7-form [type=submit]:focus,
.newsletter-form-container .wpcf7-form [type=submit]:active {
    outline: none;
    box-shadow: 0 8px 34px rgba(202, 78, 25, 0.6);
}

.feedback-form,
.fullscreen-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    background: #eef1f6;
    transform: translateX(100%);
    z-index: 1001;
    padding: 60px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

.feedback-form {
    left: 0;
}

.fullscreen-menu {
    width: 100%;
    max-width: 420px;
    right: 0;
    padding: 34px 20px 0 40px;
    box-sizing: border-box;
}

.fullscreen-menu .menu-logo {
    margin: 0;
    width: 244px;
}

.fullscreen-menu .links-row a {
    text-decoration: none;
}

.fullscreen-menu .menu {
    float: none;
    margin-top: 0;
}

.links-row {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
}

.fullscreen-menu .links-row {
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    max-height: calc(100% - 100px);
}

.links-row ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.links-row a {
    display: block;
    color: #ca4e19 !important;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2) !important;
    transition: 0.3s;
}

.links-row a:hover {
    border-bottom: 1px solid rgba(202,78,25, 0) !important;
}

.links-row li {
    margin-right: 40px !important;
    float: none;
    transition: 0.3s;
    transform: translateX(-25px);
    opacity: 0;
    margin-bottom: 15px;
}

.fullscreen-menu .links-row li {
    float: none;
    display: block;
    width: 100%;
}

.fullscreen-menu .links-row li a {
    width: auto;
    display: inline-block;
}

.links-row li.active  {
    opacity: 1;
    transform: translateX(0)
}

.fullscreen-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(0,0,0, 0.8);
    transition: 0.5s;
    opacity: 0;
    z-index: 1001;
}

.fullscreen-menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.feedback-form.active {
    transform: translateX(0);
}

.feedback-form-content {
    width: 100%;
    max-width: 800px;
    margin: auto;
    opacity: 0;
    transition: 0.4s;
    transform: translateX(-30px);
    display: flex;
    flex-direction: column;
    position: relative;
}

.feedback-form-content .anr_captcha_field {
    margin: 0 auto 40px;
}

.link-row-wrapper {
    flex: 1;
    position: relative;
}

.feedback-form-content.active,
.fullscreen-menu.active {
    opacity: 1;
    transform: translateX(0);
}

.feedback-form-content .title {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.4em;
    text-transform: uppercase;
    text-align: center;
}

.feedback-form-content .under-title {
    font-size: 18px;
    line-height: 1.33em;
    margin: .75em auto 40px;
    max-width: 470px;
    text-align: center;
}

.feedback-form-content .name-input,
.feedback-form-content .email-input,
.feedback-form-content .phone-input {
    font-size: 14px;
    line-height: 1.5em;
    display: block;
    border: 1px solid transparent;
    padding: 0 12px;
    height: 44px;
    width: 100%;
    background: #fcfcfc;
    cursor: auto;
    margin-bottom: 40px;
}

.feedback-form-content .form-message {
    font-size: 14px;
    line-height: 1.5em;
    border: 1px solid transparent;
    padding: 12px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 40px;
    resize: none;
    height: 100px;
}

.feedback-form-content .name-input.error,
.feedback-form-content .email-input.error,
.feedback-form-content .phone-input.error {
    border: 1px solid #f00a0a;
}

.feedback-message {
    text-align: center;
    display: none;
    position: absolute;
    background: #eef1f6;
    width: 100%;
    height: 107%;
    top: 0;
    left: 0;
    z-index: 33;
}

.feedback-message span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    position: absolute;
    font-size: 16px;
}

.feedback-message.active {
    display: block;
}

.feedback-form-content input:focus,
.feedback-form-content input:active,
.feedback-form-content .form-message:focus,
.feedback-form-content .form-message:active {
    outline: none;
}

.feedback-form-content .email-input,
.feedback-form-content .phone-input {
    float: left;
    width: 48%;
}

.feedback-form-content .phone-input {
    float: right;
}

.feedback-form-content .submit {
    width: 100%;
    color: #fff;
    height: 60px;
    border-radius: 5px;
    background-color: #ca4e19;
    transition: 0.3s;
    font-size: 16px;
    cursor: pointer;
    border:none;
    max-width: 300px;
    margin: auto;
    display: block;
}

.feedback-form-content .submit:hover {
    box-shadow: 0 8px 34px 0 rgba(202, 78, 25, 0.6);
}

.feedback-form-content .submit:focus,
.feedback-form-content .submit:active {
    outline: none;
    box-shadow: 0 8px 34px 0 rgba(202, 78, 25, 0.6);
}

.feedback-form .privacy {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    margin: 30px auto 0;
    max-width: 800px;
    opacity: 0;
    transition: 0.4s;
    transform: translateX(-30px);
}

.feedback-form .privacy.active {
    opacity: 1;
    transform: translateX(0);
}

.feedback-form .privacy a {
    color: #ca4e19;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.3s;
    z-index: 10;
    position: relative;
}

.feedback-form .privacy a:hover {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.feedback-form .close-feedback,
.fullscreen-menu .close {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-left: 20px;
    width: 28px;
    height: 28px;
    transform: translateY(-50%) translateX(-30px);
    transition: .4s;
    background: none;
    cursor: pointer;
    border: none;
    opacity: 0;
}

.fullscreen-menu .close {
    top: 63px;
    right: 20px;
    transform: none;
}

.feedback-form .close-feedback.active,
.fullscreen-menu .close.active {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

.fullscreen-menu .close.active {
    transform: none;
}

.feedback-form .close-feedback .icon-text--line,
.fullscreen-menu .close.active .icon-text--line {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    height: 2px;
    width: 100%;
    background: #ca4e19;
    transition-duration: .3s;
}


.feedback-form .close-feedback:hover,
.feedback-form .close-feedback:focus,
.feedback-form .close-feedback:active,
.fullscreen-menu .close:hover,
.fullscreen-menu .close:focus,
.fullscreen-menu .close:active {
    outline: none;
}

.feedback-form .close-feedback:hover .icon-text--line,
.feedback-form .close-feedback:focus .icon-text--line,
.feedback-form .close-feedback:active .icon-text--line,
.fullscreen-menu .close.active:hover .icon-text--line,
.fullscreen-menu .close.active:focus .icon-text--line,
.fullscreen-menu .close.active:active .icon-text--line {
    background: #4028cf;
}

.feedback-form .close-feedback .icon-text--line:first-child,
.fullscreen-menu .close.active .icon-text--line:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.feedback-form .close-feedback .icon-text--line:nth-child(2),
.fullscreen-menu .close.active .icon-text--line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-btn {
    float: right;
    display: block;
    position: relative;
    margin-top: 23px;
    margin-left: 35px;
    cursor: pointer;
    z-index: 10;
}

.mobile-menu {
    display: none;
}

.pop-up-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.6);
    z-index: 1000;
    pointer-events: none;
    transition: 0.7s;
    opacity: 0;
}

.pop-up-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.team-pop-up {
    position: fixed;
    width: 100%;
    min-height: 600px;
    max-width: 900px;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(334.32deg, #EEF1F6 3.21%, #FCFDFD 92.88%);
    padding: 50px 100px;
    transition: 0.7s;
    opacity: 0;
    pointer-events: none;
    z-index: 1001;
}

.team-pop-up.active {
    opacity: 1;
    pointer-events: auto;
}

.pop-up-name {
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    color: #32325C;
}

.pop-up-post {
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    color: #5B6C94;
    margin-bottom: 21px;
}

.pop-up-email {
    text-align: center;
    margin-bottom: 48px;
}

.pop-up-email a {
    text-decoration: none;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    color: #CA4E19;
    padding-bottom: 1px;
    transition: 0.4s;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
}

.pop-up-email a:hover {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

.pop-up-description {
    line-height: 30px;
    font-size: 18px;
    color: #313A5A;
}

.close-pop-up {
    position: absolute;
    right: 19px;
    top: 22px;
    margin-left: 20px;
    width: 28px;
    height: 28px;
    transition: .4s;
    background: none;
    cursor: pointer;
    border: none;
}

.close-pop-up .icon-text--line {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    height: 2px;
    width: 100%;
    background: #ca4e19;
    transition-duration: .3s;
}


.close-pop-up:hover,
.close-pop-up:focus {
    outline: none;
}

.close-pop-up:hover .icon-text--line,
.close-pop-up:focus .icon-text--line {
    background: #4028cf;
}

.close-pop-up .icon-text--line:first-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-pop-up .icon-text--line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.residents-page {
    padding-top: 82px;
    padding-bottom: 113px;
}

.residents-page .title {
    line-height: 40px;
    font-size: 36px;
    text-align: center;
    color: #32325C;
    margin-bottom: 37px;
}

.residents-page .residents-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.residents-page .residents-list .item {
    width: 100%;
    max-width: 280px;
    margin-bottom: 40px;
    margin-right: 60px;
    cursor: pointer;
}

.residents-page .residents-list .item:nth-child(4n) {
    margin-right: 0;
}

.residents-page .residents-list .item .item-logo {
    width: 100%;
    position: relative;
    height: 240px;
    background-color: #eef1f6;
    margin-bottom: 20px;
}

.residents-page .residents-list .item .item-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
	filter: grayscale(1);
	transition: 0.4s;
}

.residents-page .residents-list .item:hover .item-logo img {
	filter: grayscale(0);
}

.residents-page .residents-list .item .item-title span {
    text-decoration: none;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.3px;
    color: #32325c;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(50,50,92, 0.1);
    transition: 0.3s;
}

.residents-page .residents-list .item .item-title span:hover {
    border-bottom: 1px solid rgba(50,50,92, 0);
}

.map-info .text {
    font-size: 15px;
}

.main-404 {
    position: relative;
}

.page-404 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.page-404-text {
    font-size: 140px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: #ca4e19;
    margin-bottom: 40px;
}

.page-404-description {
    text-align: center;
    font-size: 20px;
}

.page-404-description a {
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(202,78,25, 0.2);
    transition: 0.3s;
    color: #ca4e19;
}

.page-404-description a:hover {
    border-bottom: 1px solid rgba(202,78,25, 0);
}

@media (max-width: 1920px) {
    .header .title {
        font-size: 30px;
        max-width: 435px;
    }

    .header .under-title {
        font-size: 16px;
        max-width: 419px;
    }
}

@media (max-width: 1690px) {
    .header-img {
        top: -120px;
    }
}

@media (max-width: 1500px) {
    .header-img {
        width: 103%;
        top: 0;
        height: auto;
    }
}

@media (max-width: 1366px) {
    .header-img {
        width: 106%;
    }
}

@media (max-width: 1356px) {
    .team .team-list .item:nth-child(3n),
    .team .team-list .item:last-child {
        margin-right: 0;
    }

    .partners .partners-list, .partners-web .partners-web-list,
    .partners-page .partners-list {
        justify-content: center;
    }

    .partners .partners-list .item:nth-child(5n), .partners-web .partners-web-list .item:nth-child(5n),
    .partners-page .partners-list .item:nth-child(5n) {
        margin-right: 48px;
    }

    .partners .partners-list .item:last-child, .partners-web .partners-web-list .item:last-child,
    .partners-page .partners-list .item:last-child {
        margin-right: 0;
    }

    .team-page .team-list .item .avatar img {
        height: 100%;
        object-fit: cover;
    }
	
	.team-page .team-list .item,
	.residents-page .residents-list .item {
		margin-right: 5%;
		width: 21%;
	}

    .team-pop-up {
        max-height: 600px;
    }

    .pop-up-description {
        height: 336px;
        overflow: auto;
    }
	
	.pop-up-description ul {
		padding-left: 20px;
	}
}

@media (max-width: 1330px) {
    .events .event {
        width: 47%;
    }

    .event .text {
        font-size: 16px;
    }
}


@media (max-width: 1300px) {
    .newsletter-form-container {
        right: 3%;
    }
}

@media (max-width: 1200px) {
    .newsletter-form-container {
        right: 2%;
    }
    .header-img {
        width: 112%;
        top: -150px;
        height: 95vh;
        right: -74px;
    }
}

@media (max-width: 1190px) {
    .graduates-list .item,
    .service-list .item,
    .team-list .team-row .item {
        max-width: 250px;
    }

    .graduates-list .item .item-title a,
    .service-list .item .title span {
        font-size: 20px;
    }
}

@media (max-width: 1145px) {
    .header .menu li {
        margin-right: 10px;
    }
}

@media (max-width: 1100px) {
    .newsletter-form-container {
        right: 1%;
    }
}


@media (max-width: 1080px) {
    body {
        zoom: 75%;
    }

    .blog {
        background: #fff;
    }

    .header .menu li {
        margin-right: 25px;
    }

    .blog-cotent .item:nth-child(2n) {
        background: #f8f9fb;
    }

    .newsletter-form-container {
        position: static;
        margin: 80px auto 80px;
        max-width: 500px;
    }

    .newsletter-form-container input {
        background-color: #f8f9fb;
    }

    .blog-container, .item-content {
        margin: auto;
    }
}

@media (max-width: 1024px) {
    .team .team-list .item .image,
    .team-page .team-list .item .avatar {
        height:auto;
    }

    .team .team-list .item:nth-child(3n),
    .team-page .team-list .item:nth-child(3n) {
        margin-right: 60px;
    }

    .team .team-list .item {
        flex: 1 0 51%;
    }
}

@media (max-width: 998px) {
    body {
        zoom: 100%;
    }

    .header-middle {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .main-page .header {
        padding: 20px 0 30px;
        -webkit-animation: header-bg-color-2 15s linear infinite;
        animation: header-bg-color-2 15s linear infinite;
        min-height: 0;
    }

    .header .menu {
        display: none;
    }

    .links-row .menu {
        display: block;
        padding-left: 20px;
    }

    .fullscreen-menu .links-row {
        left: 0;
        top: calc(50% + 30px);
    }

    .header-img {
        display: none;
    }

    .mobile-menu {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        max-width: 420px;
        background: #fff;
        z-index: 1000;
        transition: 0.4s;
        transform: translateX(100%);
    }

    .mobile-menu.active {
        transform: translateX(0);
    }

    .mobile-menu .links {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
    }

    .mobile-menu .links a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #a551ed;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .mobile-menu .close {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        transition: .4s;
        background: none;
        cursor: pointer;
        border: none;
        opacity: 1;
    }

    .mobile-menu .close .icon-text--line {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2px;
        height: 4px;
        width: 100%;
        background: #940487;
        transition-duration: .3s;
    }

    .mobile-menu .close:hover,
    .mobile-menu .close:focus,
    .mobile-menu .close:active {
        outline: none;
    }

    .mobile-menu .close:hover .icon-text--line,
    .mobile-menu .close:focus .icon-text--line,
    .mobile-menu .close:active .icon-text--line {
        background: #54e0df;
    }

    .mobile-menu .close .icon-text--line:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .mobile-menu .close .icon-text--line:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mobile-menu .links a span {
        padding-bottom: 1px;
        transition: 0.3s;
        border-bottom: 1px solid rgba(165, 81, 237, 0.2);
    }

    .header-logo {
        width: 60%;
        max-width: 201px;
    }

    .header-logo img {
        width: 100%;
    }

    .header-top {
        margin-bottom: 20px;
    }

    .header .title {
        font-size: 18px;
        text-align: center;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .header .under-title {
        font-size: 14px;
        max-width: 100%;
        line-height: 1.57;
        text-align: center;
    }

    .events {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .events .content {
        height: auto;
        padding: 0;
        box-shadow: none;
        background: none;
    }

    .events .calendar-wrapper {
        float: none;
        width: 100%;
        margin: 0 auto 20px;
        max-width: 100%;
    }

    .events .posts {
        width: 100%;
        padding: 10px;
    }

    .events .posts ul li {
        font-size: 14px;
    }

    .events .event .preview-image img {
        height: 100%;
        object-fit: cover;
    }

    .events-row {
        float: none;
        width: 100%;
        flex-wrap: wrap;
    }

    .events-row .event {
        width: 100%;
        margin-bottom: 20px;
    }

    .event .date {
        margin-bottom: 20px;
        font-size: 24px;
        text-align: center;
    }

    .event .text {
        font-size: 16px;
    }

    .all-events {
        margin-top: 0;
    }

    .residents {
        padding-top: 40px;
    }

    .residents-carousel {
        padding: 0;
    }

    .residents-carousel .item-title a {
        font-size: 20px;
    }

    .residents-carousel-wrap .owl-dots {
        margin: 20px 0;
    }

    .all-residents {
        margin-top: 25px;
    }

    .graduates {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .graduates-list {
        justify-content: space-between;
    }

    .graduates-list .item {
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }

    .top-list {
        margin: 0 -20px 56px;
    }

    .top-list .item {
        padding: 20px 0;
        height: auto;
        min-height: 640px;
        box-sizing: border-box;
    }

    .top-list .item .item-left {
        float: none;
        width: 100%;
        text-align: center;
    }

    .top-list .item .item-left img {
        position: static;
        transform: none;
        width: 90%;
        max-width: 314px;
        margin: auto;
        display: block;
    }

    .top-list .item .item-middle {
        float: none;
        margin-top: 15px;
        width: 100%;
    }

    .top-list .item .item-right {
        float: none;
        margin-top: 30px;
        text-align: center;
        width: 100%;
    }

    .top-list .item .item-right .item-right-content {
        position: static;
        transform: none;
    }

    .top-list .item .item-right .item-right-content .year {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .top-list .item .item-right .item-right-content .year span {
        font-size: 30px;
    }

    .top-list .item .item-right .item-right-content .description {
        font-size: 22px;
        margin-bottom: 30px;
        padding: 0 10px;
    }

    .top-list .item .item-middle .logos {
        height: 50px;
    }

    .top-list .item .item-middle .logos .logo-item {
        width: 70%;
    }

    .top-list .item .item-middle .logos .logo-item img {
        width: 100%;
        height: 100%;
    }

    .advent-list .item {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .advent-list .item {
        margin-bottom: 56px;
    }

    .advent-list {
        justify-content: space-between;
    }

    .opportunities {
        padding: 40px 0;
    }

    .opportunities .description {
        font-size: 18px;
    }

    .service {
        padding-top: 40px;
    }

    .service-list {
        justify-content: space-between;
    }

    .service-list .item {
        margin-bottom: 20px;
        width: 100%;
        max-width: 100%;
    }

    .service-list .item .image img {
        object-fit: cover;
    }

    .team .team-list {
        justify-content: space-between;
        padding: 0;
    }

    .team .team-list .item,
    .team .team-list .item:nth-child(3n),
    .team .team-list .item:nth-child(4n) {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 0;
    }

    .team .team-list .item .title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .team .team-link {
        margin-top: 0;
    }

    .footer {
        padding-top: 30px;
    }

    .footer-logo {
        float: none;
        margin: auto;
    }

    .footer-logo img {
        margin: auto;
        display: block;
    }

    .footer-phone {
        float: none;
        margin-left: 0;
        text-align: center;
    }

    .social {
        float: none;
        justify-content: center;
    }

    .under-logo-bage {
        float: none;
        width: 100%;
        max-width: 420px;
        margin: 20px auto 0;
    }

    .under-logo-bage img {
        width: 100%;
    }

    .footer-menu {
        float: none;
        margin: 15px auto 0;
    }
	
	.footer-top {
		margin-bottom: 26px;
	}

    .footer-middle-right {
        float: none;
    }

    .bage, .copyright {
        text-align: center;
    }

    .footer-middle {
        margin-bottom: 25px;
    }

    .footer-bottom {
        text-align: center;
    }

    .feedback-form,
    .fullscreen-menu {
        padding: 15px;
    }

    .feedback-form .close-feedback,
    .fullscreen-menu .close {
        top: 20px;
        right: 20px;
    }

    .feedback-form .close-feedback.active,
    .fullscreen-menu .close.active {
        transform: translateY(0) translateX(0);
        z-index: 999;
    }

    .feedback-form-content .under-title {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .feedback-form-content .name-input, .feedback-form-content .email-input, .feedback-form-content .phone-input {
        margin-bottom: 20px;
    }

    .feedback-form .privacy {
        margin: 30px auto 20px;
    }

    .small-header {
        padding: 15px 0;
    }

    .content {
        font-size: 15px;
    }

    .team {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .team-list .item .avatar {
        width: 100%;
    }

    .team .team-list-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .team-list {
        justify-content: center;
    }

    .team-list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .team .team-list .item .image img {
        height: 100%;
        object-fit: cover;
    }

    .quotes {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .quotes .item-quote {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .quotes .owl-dots {
        margin-top: 20px;
    }

    .partners, .partners-web {
        padding-top: 40px;
    }

    .partners .partners-list, .partners-web .partners-web-list {
        justify-content: space-between;
    }

    .partners .partners-list .item, .partners-web .partners-web-list .item {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .partners .partners-list .item:last-child, .partners-web .partners-web-list .item:last-child {
        margin-bottom: 0;
    }

    .partners-web .partners-link {
        margin-top: 0;
    }

    .partners-web {
        padding-bottom: 40px;
    }

    .podr-item {
        padding-top: 35px;
    }

    .podr-item .title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .podr-item .item .title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }

    .podr-item .item .description {
        font-size: 15px;
    }

    .podr-item .item {
        margin-bottom: 20px;
        text-align: center;
    }

    .value-left {
        float: none;
        margin-right: 0;
        text-align: center;
        max-width: 100%;
    }

    .value-right {
        float: none;
        max-width: 100%;
        text-align: center;
    }

    .podr-content {
        margin-bottom: 25px;
    }

    .podr-content img {
        width: 100%;
        height: auto;
    }

    .load-more {
        height: 66px;
        padding: 12px 0 12px;
    }

    .load-more-btn img {
        height: 40px;
        transform: translateY(2px)
    }

    .load-more-btn {
        font-size: 22px;
    }

    .blog {
        padding-top: 35px;
    }

    .blog-cotent .item {
        padding-bottom: 35px;
        padding-top: 35px;
    }

    .blog-container .title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .blog-cotent .item .date {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .blog-cotent .item .item-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .blog-cotent .item .preview-text {
        font-size: 14px;
    }

    .newsletter-form-container {
        margin: 35px auto 90px;
        width: 95%;
    }

    .contacts {
        padding-top: 35px;
    }

    .contacts .title {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .contacts .under-title {
        text-align: center;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .contacts .map {
        margin-top: 40px;
    }

    .mobile-menu-btn {
        margin-top: 10px;
        margin-left: 0;
    }

    .programms {
        padding-top: 40px;
    }

    .programms .title {
        margin-bottom: 38px;
    }

    .programms .under-title {
        font-size: 22px;
        line-height: 1.5;
    }

    .programms-row .item .item-left, .programms-row .item .item-right {
        width: 100%;
        float: none;
        background: rgba(202, 78, 25, 0.03);
        height: auto;
    }

    .programms-row .item .item-right {
        padding-bottom: 30px;
    }

    .programms-row .item:nth-child(2n) .item-left {
        float: none;
    }

    .programms-row .item:nth-child(2n) .item-right {
        float: none;
    }

    .programms-row .item .item-left .mobile-hidden,
    .programms-row .item .item-right .mobile-hidden {
        display: none;
    }

    .programms-row .item .item-left .mobile-visible,
    .programms-row .item .item-right .mobile-visible {
        display: block;
    }

    .programms-row .item .item-right img, .programms-row .item .item-left img {
        height: auto;
    }

    .programms-row .item .item-right .item-content {
        position: static;
        transform: none;
        padding: 10px 20px;
        max-width: 100%;
    }

    .item-price {
        position: static;
        transform: none;
        padding: 0 20px;
    }

    .programms-row .item .item-right .item-content .item-title {
        font-size: 22px;
        margin-top: 15px;
    }

    .programms-row {
        margin-bottom: 40px;
    }

    .support {
        margin-bottom: 40px;
    }

    .support .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .support .support-list {
        justify-content: center;
        flex-wrap: wrap;
    }

    .support .support-list .item {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .service-row .item .item-left,
    .service-row .item .item-right {
        float: none;
        width: 100%;
        height: auto;
    }

    .service-row .item .item-right {
        padding-bottom: 30px;
    }

    .service-row .item .item-left img {
        height: auto;
    }

    .service-row .item .item-right .item-content {
        position: static;
        transform: none;
        max-width: 100%;
        padding: 10px 20px;
    }

    .service-row .item .item-right .item-content .item-title {
        font-size: 22px;
        margin-top: 15px;
    }

    .service-row {
        margin-bottom: 40px;
    }

    .criterias {
        margin-bottom: 40px;
    }

    .criterias .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .criterias .criterias-list {
        flex-wrap: wrap;;
        justify-content: center;
        margin-bottom: 0;
    }

    .criterias .criterias-list .item {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .documents-carousel {
        width: 100%;
        max-width: 660px;
    }

    .documents .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .documents-carousel .document-item .document-item-left {
        margin-right: 20px;
        margin-top: 7px;
    }

    .documents-carousel .document-item .document-item-right {
        width: calc(100% - 71px);
    }

    .documents-carousel .document-item .document-item-right .document-title a {
        font-size: 18px;
        line-height: 1.5;
    }

    .events-top {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .events-top .title {
        padding-bottom: 35px;
    }

    .events-row-inside .calendar-wrapper {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .events-row-inside .calendar-wrapper .ui-datepicker-calendar tbody tr td {
        padding: 11px 0 11px;
    }

    .events-content {
        float: none;
        width: 100%;
    }

    .events-page .events-list {
        padding-top: 40px;
    }

    .events-list .event .mobile-visible {
        display: block;
    }

    .events-list .event .mobile-hidden {
        display: none;
    }

    .events-list .event {
        height: auto;
        margin-bottom: 40px;
    }

    .events-list .event .event-left,
    .events-list .event .event-right {
        float: none;
        width: 100%;
    }

    .events-list .event .event-left {
        margin-top: 20px;
    }

    .events-list .event .event-left .date {
        margin-bottom: 20px;
        text-align: left;
    }

    .events-list .event .event-left .title {
        font-size: 22px;
        overflow: inherit;
        white-space: normal;
    }

    .events-list .event .event-left .description {
        margin-bottom: 20px;
    }

    .blog-cotent .item .preview-text img {
        width: 100%;
        height: auto;
    }

    .team-page .team-list-wrapper .team-list-title {
        font-size: 22px;
    }

    .team-page .team-list .item {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        max-width: 100%;
        width: 100%;
    }

    .team-page .team-list .item .avatar {
        height: auto;
        margin-bottom: 17px;
    }

    .team-page .team-list .item .avatar img {
        height: auto;
    }

    .podr-item-content img, .podr-item .additional-content img {
        width: 100%;
        height: auto;
    }

    .podr-item .sub-title, .podr-item .additional-title {
        font-size: 22px;
        line-height: 1.5;
    }

    .podr-item-content, .podr-item .additional-content {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 40px;
    }

    .partners-page {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .partners-page .title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .partners-page .partners-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .partners-page .partners-list {
        justify-content: center;
    }

    .partners-page .partners-list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        max-width: 100%;
    }

    .partners-page .partners-list .item:last-child {
        margin-bottom: 0;
    }

    .partners-web-page {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .partnwers-web-row .mobile-visible {
        display: block;
    }

    .partnwers-web-row .mobile-hidden {
        display: none;
    }

    .partnwers-web-row .item-left, .partnwers-web-row .item-right {
        width: 100%;
        min-height: 0;
        float: none;
    }

    .partnwers-web-row .item-right img {
        position: static;
        transform: none;
        width: 70%;
        display: block;
        margin: auto;
    }

    .partnwers-web-row .item-right {
        padding: 40px 0;
    }

    .partnwers-web-row .item-left {
        padding: 20px 20px 30px;
    }

    .partnwers-web-row .item-left .item-content {
        position: static;
        transform: none;
        max-width: 100%;
    }

    .partnwers-web-row .item-link {
        position: static;
        transform: none;
        margin-top: 20px;
    }

    .partnwers-web-row .item-left .item-content .item-title {
        font-size: 26px;
    }

    .partnwers-web-row {
        margin-bottom: 40px;
    }

    .team-pop-up {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 100%;
        overflow: hidden;
        min-height: 100%;
        transform: scale(0.7);
        padding: 50px 20px;
    }

    .pop-up-description {
        height: auto;
        overflow: inherit;
    }

    .team-pop-up.active {
        transform: scale(1);
    }

    .pop-up-content {
        overflow-y: scroll;
        height: 100%;
    }

    body.overflow {
        margin-right: 0;
    }

    .links-row {
        width: 100%;
        position: absolute;
    }

    .links-row ul {
        justify-content: center;
    }

    .fullscreen-menu .links-row li {
        text-align: left;
    }

    .links-row li {
        width: 100%;
        text-align: center;
    }

    .links-row li a {
        display: inline-block;
        border-bottom: none !important;
    }

    .residents-page .residents-list {
        justify-content: center;
    }

    .residents-page .residents-list .item,
    .residents-page .residents-list .item:nth-child(3n),
    .residents-page .residents-list .item:nth-child(4n) {
        width: 100%;
        margin-right: 0;
        max-width: 100%;
    }

    .page-404 {
        position: static;
        padding: 40px 0;
        transform: none;
    }

    .page-404-description {
        font-size: 16px;
        padding: 0 10px;
    }
	
	p img {
		width: 100%;
		height: auto;
	}
	
	.programms-page ul {
		padding-left: 20px;
		margin-bottom: 20px;
	}
	
	
	.fullscreen-menu .links-row ul li ul {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1023px) and (min-width: 760px)  {
    .graduates-list .item,
    .advent-list .item,
    .service-list .item,
    .team .team-list .item,
    .partners .partners-list .item,
    .partners-web .partners-web-list .item,
    .support .support-list .item,
    .criterias .criterias-list .item,
    .team-page .team-list .item,
    .residents-page .residents-list .item:nth-child(3n),
    .residents-page .residents-list .item,
    .team .team-list .item:nth-child(3n),
    .team .team-list .item:nth-child(4n){
        margin-right: 60px;
        width: 100%;
        max-width: 45%;
    }

    .graduates-list .item:nth-child(2n),
    .advent-list .item:nth-child(2n),
    .service-list .item:nth-child(2n),
    .team .team-list .item:nth-child(2n),
    .team .team-list .item:last-child,
    .partners .partners-list .item:nth-child(4n),
    .partners-web .partners-web-list .item:nth-child(4n),
    .support .support-list .item:nth-child(2n),
    .criterias .criterias-list .item:nth-child(2n),
    .team-page .team-list .item:nth-child(2n),
    .residents-page .residents-list .item:nth-child(2n) {
        margin-right: 0;
    }

    .team-page .team-list .item {
        float: left;
    }

    .partners .partners-list, .partners-web .partners-web-list,
    .partners-page .partners-list {
        justify-content: flex-start;
    }

    .partners .partners-list .item, .partners-web .partners-web-list .item,
    .partners-page .partners-list .item,
    .partners-page .partners-list .item:nth-child(5n) {
        width: 20%;
        margin-right: 6%;
    }

    .partners-page .partners-list .item,
    .partners-page .partners-list .item:nth-child(5n) {
        margin-right: 5%;
    }

    .events .title,
    .residents .title,
    .graduates .title,
    .opportunities .title,
    .team .title,
    .partners .title, .partners-web .title {
        margin-bottom: 30px;
    }

    .advent-list .item,
    .service-list .item {
        margin-bottom: 30px;
    }

}

@media (max-width: 760px) {
    .events .title,
    .residents .title,
    .graduates .title,
    .opportunities .title,
    .team .title,
    .partners .title, .partners-web .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

}