@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;
}

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

ul, ol {
    padding-left: 20px;
}

body.overflow {
    overflow: hidden;
    margin-right: 18px;
}

p {
    margin-bottom: 20px;
}

.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;
}

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

.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;
	display: flex;
    flex-direction: column;
}

.feedback-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 125px;
    height: 60px;
    border-radius: 5px 0 0 5px;
    background-color: #940487;
    box-shadow: 0 8px 34px 0 rgba(58, 2, 53, 0.6);
    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;
}

.feedback-btn-arrow {
    display: none;
}

.header {
    padding-top: 42px;
    padding-bottom: 122px;
    position: relative;
    min-height: 942px;
    background-image: url('/wp-content/themes/technotheme/images/header-bg-2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 -423px;
    z-index: 20;
}

@media (max-width: 1920px) {
    .header {
        min-height: 810px;
        background-position: 0 -195px;
    }
}

@media (max-width: 1865px) {
    .header {
        background-position: 0 -145px;
    }

}

@media (max-width: 1765px) {
    .header {
        background-position: 0 -100px;
    }

}

@media (max-width: 1655px) {
    .header {
        background-position: 0 -45px;
    }

}

@media (max-width: 1535px) {
    .header {
        background-position: 0 -5px;
    }

}

@media (max-width: 1440px) {
    .header {
        min-height: 740px;
        background-position: 0 0;
    }

}

@media (max-width: 1320px) {
    .header {
      background-size: 108%;
    }


}

@media (max-width: 1220px) {
    .header {
        background-size: 118%;
        background-position: -100px 0;
    }
}

@media (max-width: 1150px) {
    .header {
        background-size: 125%;
    }
}

.small-header {
    padding: 38px 0 37px;
    background: #fff;
    box-shadow: 0 7px 24px 0 rgba(83, 83, 83, 0.1);
    transition: 0.4s;
    min-height: 0;
    z-index: 1000;
    animation: 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;
}

.wrapper {
	flex: 1;
	display: flex;
    flex-direction: column;
}

.header-img {
    position: absolute;
    top: -300px;
    right: 0;
    pointer-events: none;
    width: 100vw;
    height: 120vh;
}

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

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

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

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

.header-middle {
    position: absolute;
    top: 46%;
    left: 0;
    width: 100%;
    transform: translateY(-51%);
    z-index: 1;
    overflow: hidden;
    padding-bottom: 133px;
    padding-top: 50px;
}

@media (max-width: 1920px) {
    .header-middle {
        padding-bottom: 30px;
        top: 50%;
    }
}

.carousel-wrapper {
    max-width: 1320px;
    top: 80px;
    right: -205px;
    position: absolute;
}

.carousel-wrapper .card-top {
    position: absolute;
    top: 14.25px;
    left: -7px;
    background: #FFFFFF;
    border-radius: 10px;
    width: 207px;
    height: 198px;
    z-index: 1;
}

.carousel-wrapper .card-bottom {
    position: absolute;
    top: 33.65px;
    left: -32px;
    background: #FBFAFE;
    mix-blend-mode: normal;
    border-radius: 10px;
    width: 226px;
    z-index: 0;
    height: 159px;
}

.header-carousel .owl-nav {
    font-size: 0;
    text-align: center;
    margin-top: -30px;
    width: 80%;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0 8px 16px rgba(133, 145, 176, 0.31);
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: 0 8px 34px 0 #0f0367;
    background-color: #0f0367;
}

.header-carousel .owl-nav .owl-prev {
    margin-right: 20px;
    background-image: url('images/arrow-left.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.header-carousel .owl-nav .owl-prev:hover {
    background-image: url('images/arrow-left-hover.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.header-carousel .owl-nav .owl-next {
    background-image: url('images/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.header-carousel .owl-nav .owl-next:hover {
    background-image: url('images/arrow-right-hover.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.header-carousel .owl-item {
    transition: 0.3s;
}

.header-carousel .owl-item:not(.active) {
    transition: 0.3s;
    transform: scale(0.7) translate(150px, -20px);
    opacity: 0;
}

.header-carousel .owl-stage-outer {
    padding-bottom: 70px;
    padding-top: 20px;
    padding-left: 15px;
    margin-top: -20px;
}

.header-carousel .item {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 18px 18px 13px;
    min-height: 236px;
    position: relative;
    z-index: 10;
    transition: 0.4s;
}

.header-carousel .item .inside-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    text-decoration: none;
    border: none;
}

.header-carousel .owl-item::after {
    position: absolute;
    content: '';
    opacity: 0.13;
    border-radius: 24px;
    -webkit-filter: blur(14.4px);
    filter: blur(14.4px);
    background-color: #323c5a;
    width: 90%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    transition: 0.4s;
}

.header-carousel .owl-item:hover .item {
    transform: scale(1.02);
}

.header-carousel .owl-item:hover::after  {
    opacity: 0.33;
}

.header-carousel .item-top {
    margin-bottom: 18px;
}

.header-carousel .item-top .item-logo {
    float: left;
    margin-right: 20px;
    margin-top: 22px;
}

.header-carousel .item-top .item-logo img {
	max-width: 48px;
}

.header-carousel .item-top .item-title {
    position: relative;
    float: left;
    max-width: 175px;
    width: 100%;
    font-size: 18px;
    height:76px;
    line-height: 1.44;
    color: #323c5a;
}

.header-carousel .item-top .item-title .item-title-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}

.header-carousel .item-description {
    font-size: 14px;
    line-height: 1.5;
    color: #8591b0;
    margin-bottom: 36px;
}

.header-carousel .item-link {
    font-size: 14px;
    color: #a551ed;
    text-decoration: none;
    position: absolute;
    left: 18px;
    bottom: 13px;
}

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

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

.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-video-wrapper {
    min-height: 760px;
    width: 100%;
    margin-top: -296px;
    position: relative;
    overflow: hidden;
}

.header-video-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.fullscreen-video-btn {
    position: absolute;
    z-index: 12;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: transparent;
    padding: 0;
}

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

.header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

@media (max-width: 1920px) {
    .header-video-wrapper {
        min-height: 700px;
        margin-top: -220px;
    }
}

.activities {
    padding-top: 88px;
    padding-bottom: 111px;
    position: relative;
    overflow: hidden;
    height: 927px;
    box-sizing: border-box;
}

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

.activities .napr-1,
.activities .napr-2 {
    position: absolute;
}

.activities .napr-1 {
    top: -85px;
    left: 0;
}

.activities .napr-2 {
    bottom: 0;
    right: -30px;
}

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

.activities .title {
    font-size: 36px;
    line-height: 1.11;
    text-align: center;
    color: #32325c;
    margin-bottom: 69px;
    font-weight: 600;
}

.activities-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.activities-wrapper .item-wrapper {
    transition: 0.4s;
    width: 100%;
    max-width: 426px;
    transform: translateY(20px);
    opacity: 0;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.201483);
    border-radius: 10px;
    height: 540px;
    box-sizing: border-box;
    padding-top: 33px;
    padding-bottom: 45px;
}

.activities-wrapper .item-wrapper:nth-child(1) {
    padding-right: 94px;
    margin-top: 38px;
    transform: translate(140px, 20px);
}

.activities-wrapper .item-wrapper:nth-child(2) {
    height: 620px;
    max-width: 480px;
    z-index: 30;
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.346071);
    border-radius: 10px;
}

.activities-wrapper .item-wrapper:nth-child(3) {
    padding-left: 75px;
    margin-top: 38px;
    transform: translate(-140px, 20px);
}

.activities-wrapper .item-wrapper:nth-child(2).hover {
    max-width: 426px;
    background: #32325C;
}

.activities-wrapper .item-wrapper:nth-child(2).small {
    max-width: 426px;
    height: 540px;
    z-index: 1;
    transform: translate(-250px, 38px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.201483);
}

.activities-wrapper .item {
    width: 100%;
    transition: 0.4s;
}

.activities .item-wrapper.active {
    opacity: 1;
}

.activities .item-wrapper.active:nth-child(1) {
    transform: translate(140px ,0);
}

.activities-wrapper .item-wrapper:nth-child(1).active.hover {
    max-width: 480px;
    height: 620px;
    z-index: 30;
    background: #32325C;
    padding-right: 0;
    margin-top: 0;
    transform: translate(0, 0);
}

.activities .item-wrapper.active:nth-child(2) {
    transform: translateY(0);
}

.activities .item-wrapper.active:nth-child(2) a {
	opacity: 1;
}

.activities-wrapper .item-wrapper:nth-child(2).active.small {
    max-width: 426px;
    height: 540px;
    z-index: 1;
    transform: translate(-150px, 38px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.201483);
    transition-delay: 0.1s;
}

.activities-wrapper .item-wrapper:nth-child(2).active.small-2 {
    max-width: 426px;
    height: 540px;
    z-index: 1;
    transform: translate(150px, 38px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.201483);
    transition-delay: 0.1s;
}

.activities.-active .item-wrapper.active:nth-child(3) {
    transform: translate(-140px ,0);
}

.activities-wrapper .item-wrapper:nth-child(3).active.hover {
    max-width: 480px;
    height: 620px;
    z-index: 30;
    background: #32325C;
    padding-left: 0;
    margin-top: 0;
    transform: translate(0, 0);
}

.activities-wrapper .item-wrapper.hover a {
	opacity: 1;
}

.activities-wrapper .item-wrapper:nth-child(3).active.without-padding {
    padding-left: 0;
}

.activities-wrapper .item-wrapper:nth-child(1).active.without-padding {
    padding-right: 0;
}

.activities-wrapper .item .item-title {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.3px;
    text-align: center;
    color: #32325c;
    transition: 0.4s;
}

.activities-wrapper .item-wrapper.hover .item .item-title {
    color: #fff;
}

.activities-wrapper .item .icon {
    position: relative;
    margin: 20px 0 14px;
}

.activities-wrapper .item .icon img {
    display: block;
    margin: auto;
}

.activities-wrapper .item .description {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #5b6c94;
    margin-bottom: 41px;
    transition: 0.4s;
	padding: 0 15px;
}

.activities-wrapper .item-wrapper:nth-child(2) .item .description {
    margin-bottom: 75px;
}

.activities-wrapper .item-wrapper:nth-child(2).small .item .description,
.activities-wrapper .item-wrapper:nth-child(2).small-2 .item .description {
    margin-bottom: 41px;
}

.activities-wrapper .item-wrapper.hover .item .description {
    color: #fff;
    margin-bottom: 75px;
}

.activities-wrapper .item a {
    display: block;
    margin: auto;
    width: 100%;
    color: #723788;
    max-width: 255px;
    height: 60px;
    box-shadow: none;
    cursor: pointer;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    padding-top: 18px;
    border: 1px solid #723788;
    border-radius: 6px;
	opacity: 0;
}

.activities-wrapper .item-wrapper.hover .item a {
    border: 1px solid #fff;
    color: #fff;
}

.activities-wrapper .item-wrapper .item a:hover {
    opacity: 0.5;
}

.activities-wrapper .item a:focus,
.activities-wrapper .item a:active {
    outline: none;
}

.napr-1 path {
    -webkit-animation: napr-1 10s linear infinite;
    animation: napr-1 10s linear infinite;
}

.napr-2 path {
    -webkit-animation: napr-2 10s linear infinite;
    animation: napr-2 10s linear infinite;
}

@keyframes napr-1 {
    0% {
        fill: #575756;
    }
    25% {
        fill: #E9511D;
    }
    50% {
        fill: #008BD2;
    }
    75% {
        fill: #13A538;
    }
    100% {
        fill: #575756;
    }
}

@keyframes napr-2 {
    00% {
        fill: #723788;
    }
    25%{
        fill: #C7CE31;
    }
    50% {
        fill: #FBBC43;
    }
    75% {
        fill: #F6A000;
    }
    100% {
        fill: #723788;
    }
}

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

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

.banner-carousel {
    height: 458px;
}

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

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

.banner-carousel .owl-dot.active {
    opacity: 1;
    width: 14px;
    height: 14px;
    transform: translateY(3px);
    border-radius: 50%;
}

.banner-carousel .item {
    position: relative;
}

.banner-carousel .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.banner-carousel .item .item-content {
    left: 0;
    width: 590px;
    box-sizing: border-box;
    color: #fff;
    padding-left: 61px;
    padding-top: 95px;
    padding-bottom: 80px;
    height: 458px;
}

.banner-carousel .item .item-content .title {
    color: #fff;
    margin-bottom: 50px;
    text-align: left;
    font-size: 49px;
    line-height: 1.1;
    letter-spacing: 0.7px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-carousel .item .item-content .description {
    font-size: 23px;
    font-weight: 300;
    line-height: 1.5;
}

.news {
    padding-top: 87px;
    padding-bottom: 100px;
}

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


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

.news .title {
    font-size: 36px;
    line-height: 1.39;
    text-align: center;
    color: #32325c;
    font-weight: 600;
    margin-bottom: 66px;
}

.news a {
    text-decoration: none;
}

.news-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.news-content .item {
    width: 32%;
    margin-right: 58px;
    opacity: 0;
    transition: 0.4s;
    transform: translateY(20px);
}

.news.-active .item {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

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

.news.-active .item:nth-child(2) {
    transition-delay: 0.8s;
}

.news.-active .item:nth-child(3) {
    transition-delay: 1.1s;
}

.news-content .item:last-child {
    margin-right: 0;
}

.news-content .item .preview-image {
    margin-bottom: 30px;
    height: 301px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.news-content .item .preview-image::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #000;
    opacity: 0.45;
}

.news-content .item .preview-text {
    font-size: 19px;
    position: absolute;
    line-height: 35px;
    color: #FFFFFF;
    bottom: 22px;
    left: 22px;
    width: 70%;
    z-index: 20;
}

.news-content .item .preview-text span {
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}

.news-content .item a:hover .preview-text span {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.preview-text img {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

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

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

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

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

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

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

.events .content {
    box-sizing: border-box;
    transition: 0.5s;
    transform: translateY(20px);
    opacity: 0;
    background: #fff;
    box-shadow: 0 10px 34px rgba(210, 210, 210, 0.5);
    border-radius: 10px;
    padding: 42px 56px;
    display: flex;
}

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

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

.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: #940487;
    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: #54e0df;
}

.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: 300px;
    float: left;
    box-sizing: border-box;
}

.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: linear-gradient(to bottom, #940487, #0f0367 99%);
    opacity: 0.4;
}

.events .event .post-content {
    width: 100%;
    box-sizing: border-box;
}

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

.events .event .date {
    font-size: 24px;
    line-height: 24px;
    color: #98A0A6;
    margin-bottom: 60px;
}

.events .event .text {
    font-size: 18px;
    line-height: 30px;
    color: #313A5A;
}

.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;
}

.events .event:nth-child(2) {
    float: right;
}

.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 {
    text-align: center;
    padding: 5px 0 4px;
    margin-bottom: 2px;
    border-radius: 50%;
}

.ui-datepicker-calendar tbody tr td a,
.ui-datepicker-calendar tbody tr td span {
    line-height: 17px;
    font-size: 18px;
    text-align: center;
    border-bottom: none;
    color: #212b35;
    text-decoration: none;
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: auto;
    padding-top: 13px;
}

.ui-datepicker-calendar tbody tr td.active-date a,
.ui-datepicker-calendar tbody tr td.sub-date a {
    background: #940487;
}

.ui-datepicker-calendar tbody tr td.sub-date a {
    background: rgba(148,4,135, 0.6);
    color: #fff;
}

.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;
    height: 48px;
    border-radius: 50%;
}

.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,
.ui-datepicker-calendar tbody tr td.sub-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 .blog-link {
    position: absolute;
    border: none;
    bottom: 0;
    margin-top: 0;
}

.first-color {
    -webkit-animation: changing-bg-color-2 15s linear infinite;
    animation: changing-bg-color-2 15s linear infinite;
}

.second-color {
    -webkit-animation: changing-bg-color-1 15s linear infinite;
    animation: changing-bg-color-1 15s linear infinite;
}

@-webkit-keyframes changing-bg-color-1 {
    0% {
        stop-color: #940487;
    }
    25%{
        stop-color: #E14D0C;
    }
    50% {
        stop-color: #2FA0DC;
    }
    75%{
        stop-color: #0F0367;
    }
    100% {
        stop-color: #940487;
    }
}

@-webkit-keyframes changing-bg-color-2 {
    0% {
        stop-color: #0F0367;
    }
    25%{
        stop-color: #E14D0C;
    }
    50% {
        stop-color: #2FA0DC;
    }
    75%{
        stop-color: #940487;
    }
    100% {
        stop-color: #0F0367;
    }
}

@-webkit-keyframes header-bg-color-2 {
    0% {
        background: #0F0367;
    }
    25%{
        background: #E14D0C;
    }
    50% {
        background: #2FA0DC;
    }
    75%{
        background: #940487;
    }
    100% {
        background: #0F0367;
    }
}

.events-row {
    float: left;
    width: calc(100% - 467px);
    padding-top: 35px;
    position: relative;
}

.celandar-big-preview {
    position: absolute;
    top: -42px;
    left: -56px;
    width: calc(100% + 112px);
    height: calc(100% + 84px);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.3s;
    z-index: 20;
}

.celandar-big-preview.active {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

.celandar-big-preview .event-date {
    text-align: left;
    font-size: 24px;
    margin-bottom: 20px;
}

.calendar-big-preview-content {
    width: 100%;
    height: calc(100% - 60px);
    overflow: auto;
}

.celandar-big-preview .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;
}

.celandar-big-preview .close:hover,
.celandar-big-preview .close:focus,
.celandar-big-preview .close:active {
    outline: none;
}

.celandar-big-preview .close .icon-text--line {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    height: 4px;
    width: 100%;
    background: #009AB5;
    transition-duration: .3s;
}

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

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

.celandar-big-preview .close:hover .icon-text--line,
.celandar-big-preview .close:focus .icon-text--line,
.celandar-big-preview .close:active .icon-text--line {
    background: #4028cf;
}

.celandar-big-preview .event-preview {
    margin-top: 20px;
}

.celandar-big-preview .event-preview:first-child {
    margin-top: 0;
}

.celandar-big-preview .event-preview .event-preview-description p {
    margin-bottom: 0;
    font-size: 16px;
}

.celandar-big-preview .event-preview a {
    color: #32325c;
    font-size: 18px;
}

.celandar-big-preview .event-preview .event-preview-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.celandar-big-preview .event-preview::after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 100px;
    height: 3px;
    background: #313a5a;
}

.celandar-big-preview .event-preview:last-child:after {
    display: none;
}

.event {
    width: 40%;
}

.event .date {
    font-size: 24px;
    line-height: 1;
    color: #98a0a6;
    margin-bottom: 60px;
}

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


.event .text span {
    padding-bottom: 1px;
    border-bottom: 1px solid  rgba(50, 50, 92, 0.1);
}

.ecosystem {
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
    background: linear-gradient(304deg, #eef1f6, #fcfdfd);
    background-size: cover;
}

.ecosystem-bg  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/wp-content/themes/technotheme/images/ecosystem-bg-1.svg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    animation: ecosystem-bg-animation 10s linear infinite;
}

.main-page .ecosystem .container {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

.main-page .ecosystem.-active .container {
    opacity: 1;
    transform: translateY(0);
}

.ecosystem-top {
    padding-top: 85px;
    height: 432px;
    box-sizing: border-box;
}

.ecosystem-top .title {
    font-size: 36px;
    line-height: 1.39;
    text-align: center;
    color: #ffffff;
    margin-bottom: 47px;
}

.list-top .item {
    float: left;
    margin-right: 190px;
    position: relative;
}

.list-top .item .eco-line,
.list-top .item .eco-circle,
.list-top .item .eco-big-circle-border,
.list-top .item .eco-big-circle {
    opacity: 0;
    transition: 0.4s;
}

.main-page .ecosystem.-active .list-top .item:first-child .eco-big-circle,
.main-page .ecosystem.-active .list-top .item:first-child .eco-big-circle-border {
    opacity: 1;
    transition-delay: 0.5s;
}

.main-page .ecosystem.-active .list-top .item:first-child .eco-line,
.main-page .ecosystem.-active .list-top .item:first-child .eco-circle {
    opacity: 1;
    transition-delay: 0.7s;
}

.main-page .ecosystem.-active .list-top .item:nth-child(2) .eco-big-circle,
.main-page .ecosystem.-active .list-top .item:nth-child(2) .eco-big-circle-border {
    opacity: 1;
    transition-delay: 1.1s;
}

.main-page .ecosystem.-active .list-top .item:nth-child(2) .eco-line,
.main-page .ecosystem.-active .list-top .item:nth-child(2) .eco-circle {
    opacity: 1;
    transition-delay: 1.3s;
}

.main-page .ecosystem.-active .list-top .item:nth-child(3) .eco-big-circle,
.main-page .ecosystem.-active .list-top .item:nth-child(3) .eco-big-circle-border {
    opacity: 1;
    transition-delay: 1.7s;
}

.main-page .ecosystem.-active .list-top .item:nth-child(3) .eco-line,
.main-page .ecosystem.-active .list-top .item:nth-child(3) .eco-circle {
    opacity: 1;
    transition-delay: 1.7s;
}

.list-top .item svg {
    margin-top: 40px;
}

.list-top .item .info {
    position: absolute;
    top: 0;
    left: 40px;
    color: #fff;
    transition: 0.4s;
}

.main-page .list-top .item .info {
    opacity: 0;
}

.main-page .ecosystem.-active .list-top .item:first-child .info {
    opacity: 1;
    transition-delay: 1s;
}

.main-page .ecosystem.-active .list-top .item:nth-child(2) .info {
    opacity: 1;
    transition-delay: 1.6s;
}

.main-page .ecosystem.-active .list-top .item:nth-child(3) .info {
    opacity: 1;
    transition-delay: 2s;
}

.list-top .item .info .number {
    font-size: 36px;
    line-height: 1.39;
    text-align: center;
}

.list-top .item .info .text {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff;
}

.list-top .item:last-child {
    margin-right: 0;
}

.ecosystem-bottom {
    height: 343px;
    margin-top: 31px;
}

.ecosystem .line {
    height: 2px;
    opacity: 0.3;
    box-shadow: 0 2px 14px 0 rgba(250, 250, 250, 0.5);
    border: solid 2px #ffffff;
}

.list-bottom .item {
    position: relative;
    float: left;
    transform: translateY(-63px);
    margin-left: 190px;
}

.programms-row .item .item-left,
.programms-row .item .item-right {
    width: 50%;
    position: relative;
    min-height: 435px;
    padding: 20px 0;
    display: flex;
}

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

.programms-row .item .item-left {
    float: left;
    background: #f8f9fb;
}

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

.programms-row .item:nth-child(2n) .item-left {
    float: right;
}
.programms-row .item:nth-child(2n) .item-right {
    float: left;
    background: #f8f9fb;
}

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

.programms-row .item .item-right img.with-cover {
	object-fit: cover;
}

.programms-row .item .item-left .item-content,
.programms-row .item .item-right .item-content {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    max-width: 400px;
    margin: auto;
}


.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: #a551ed;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(165, 81, 237, 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(165, 81, 237, 0);
}


.list-bottom .item .eco-line,
.list-bottom .item .eco-circle,
.list-bottom .item .eco-big-circle-border,
.list-bottom .item .eco-big-circle {
    opacity: 0;
    transition: 0.4s;
}

.main-page .ecosystem.-active .list-bottom .item:first-child .eco-big-circle,
.main-page .ecosystem.-active .list-bottom .item:first-child .eco-big-circle-border {
    opacity: 1;
    transition-delay: 0.8s;
}

.main-page .ecosystem.-active .list-bottom .item:first-child .eco-line,
.main-page .ecosystem.-active .list-bottom .item:first-child .eco-circle {
    opacity: 1;
    transition-delay: 1.1s;
}

.main-page .ecosystem.-active .list-bottom .item:nth-child(2) .eco-big-circle,
.main-page .ecosystem.-active .list-bottom .item:nth-child(2) .eco-big-circle-border {
    opacity: 1;
    transition-delay: 1.4s;
}

.main-page .ecosystem.-active .list-bottom .item:nth-child(2) .eco-line,
.main-page .ecosystem.-active .list-bottom .item:nth-child(2) .eco-circle {
    opacity: 1;
    transition-delay: 1.7s;
}

.main-page .ecosystem.-active .list-bottom .item:nth-child(3) .eco-big-circle,
.main-page .ecosystem.-active .list-bottom .item:nth-child(3) .eco-big-circle-border {
    opacity: 1;
    transition-delay: 2s;
}

.main-page .ecosystem.-active .list-bottom .item:nth-child(3) .eco-line,
.main-page .ecosystem.-active .list-bottom .item:nth-child(3) .eco-circle {
    opacity: 1;
    transition-delay: 2.3s;
}

.list-bottom .item:first-child {
    margin-left: 290px;
}

.list-bottom .item svg {
    transform: rotate(180deg);
}

.list-bottom .item .info {
    position: absolute;
    bottom: -40px;
    left: 60px;
    color: #fff;
    transition: 0.4s;
}

.main-page .list-bottom .item .info {
    opacity: 0;
}

.main-page .ecosystem.-active .list-bottom .item:first-child .info {
    opacity: 1;
    transition-delay: 1.4s;
}

.main-page .ecosystem.-active .list-bottom .item:nth-child(2) .info {
    opacity: 1;
    transition-delay: 2s;
}

.main-page .ecosystem.-active .list-bottom .item:nth-child(3) .info {
    opacity: 1;
    transition-delay: 2.6s;
}

.list-bottom .item .info .number {
    font-size: 36px;
    line-height: 1.39;
    text-align: center;
}

.list-bottom .item .info .text {
    font-size: 24px;
    line-height: 2.08;
    text-align: center;
    color: #ffffff;
}

.quotes {
    padding: 101px 0 103px;
    height: 874px;
}

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

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


.quotes .quotes-carousel-wrapper {
    width: 100%;
    max-width: 1020px;
    margin: auto;
    position: relative;
}

.quotes .quotes-carousel-wrapper .quotes-card-top {
    position: absolute;
    width: 95%;
    max-width: 960px;
    height: 630px;
    background: #fff;
    opacity: 0.9;
    box-shadow: 0 10px 34px rgba(210, 210, 210, 0.5);
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 19px;
    z-index: 20;
}

.quotes .quotes-carousel-wrapper .quotes-card-bottom {
    position: absolute;
    width: 90%;
    max-width: 920px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.9;
    box-shadow: 0 10px 34px rgba(210, 210, 210, 0.5);
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    z-index: 19;
    height: 630px;
}

.quotes .quotes-carousel-wrapper .quotes-carousel {
    width: 100%;
    height: 630px;
    position: relative;
    z-index: 30;
    box-shadow: 0 10px 34px rgba(210, 210, 210, 0.5);
}

.quotes .quotes-carousel-wrapper .quotes-carousel .item {
    background: #fff;
    box-shadow: 0 10px 34px rgba(210, 210, 210, 0.5);
    border-radius: 10px;
    padding-top: 35px;
    height: 630px;
}

.quotes .quotes-carousel-wrapper .quotes-carousel .item .item-text {
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    color: #32325C;
    max-width: 800px;
    width: 70%;
    margin: 0 auto 42px;
}

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

.quotes .quotes-carousel-wrapper .quotes-carousel .item  .item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quotes .quotes-carousel-wrapper .quotes-carousel .item .item-name {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #32325C;
}

.quotes .quotes-carousel-wrapper .quotes-carousel .item .item-post {
    margin: auto;
    max-width: 360px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px;
    color: #32325C;
}

.quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav {
    font-size: 0;
}

.quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav .owl-prev,
.quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav .owl-next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 8px 16px rgba(133, 145, 176, 0.31);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav .owl-prev {
    left: -121px;
    background-image: url(images/arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav .owl-next {
    right: -121px;
    background-image: url(images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav .owl-prev:hover,
.quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav .owl-next:hover {
    box-shadow: 0 8px 34px 0 #0f0367;
    background-color: #0f0367;
}

.quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav .owl-prev:hover {
    background-image: url(images/arrow-left-hover.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav .owl-next:hover {
    background-image: url(images/arrow-right-hover.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.quotes .quotes-carousel-wrapper .quotes-carousel .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 25px;
}

.quotes .quotes-carousel-wrapper .quotes-carousel .owl-dot {
    display: inline-block;
    background: #32325C;
    opacity: 0.5;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    transition: 0.3s;
    margin: 0 5px;
}

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

.results {
    padding-top: 82px;
    padding-bottom: 97px;
    overflow: hidden;
}

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

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

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

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

.results-carousel .owl-stage-outer {
    padding-bottom: 20px;
}

.results-carousel .item {
    background: #fff;
    height: 300px;
    box-sizing: border-box;
    box-shadow: 0 2px 6px 0 rgba(47, 83, 151, 0.1);
    border-radius: 10px;
    padding: 33px 10px 44px;
    position: relative;
}

.results-carousel .item-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.results-carousel .item-title {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.3px;
    text-align: center;
    color: #32325c;
    opacity: 0;
    transition: 0.4s;
}

.results.-active .results-carousel .item-title {
    opacity: 1;
    transition-delay: 1s;
}

.results-carousel .item-number {
    font-size: 80px;
    letter-spacing: 0.3px;
    text-align: center;
    color: #940487;
    margin: 30px 0;
}

.results-carousel .item-sign {
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0.3px;
    text-align: center;
    color: #713d81;
    opacity: 0;
    transition: 0.4s;
}

.results.-active .results-carousel .item-sign {
    opacity: 1;
    transition-delay: 1.5s;
}

.results-carousel .owl-nav {
    font-size: 0;
    text-align: center;
    margin-top: 50px;
    display: block !important;
}

.results-carousel .owl-nav .owl-prev,
.results-carousel .owl-nav .owl-next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    box-shadow: 0 8px 16px rgba(133, 145, 176, 0.31);
}

.results-carousel .owl-nav .owl-prev:hover,
.results-carousel .owl-nav .owl-next:hover {
    box-shadow: 0 8px 34px 0 #0f0367;
    background-color: #0f0367;
}

.results-carousel .owl-nav .owl-prev {
    margin-right: 20px;
    background-image: url('images/arrow-left.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.results-carousel .owl-nav .owl-prev:hover {
    background-image: url('images/arrow-left-hover.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.results-carousel .owl-nav .owl-next {
    background-image: url('images/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.results-carousel .owl-nav .owl-next:hover {
    background-image: url('images/arrow-right-hover.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.results .title {
    font-size: 36px;
    line-height: 1.39;
    font-weight: 600;
    text-align: center;
    color: #32325c;
    margin-bottom: 61px;
}

.partners {
    padding-top: 79px;
    padding-bottom: 73px;
}

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

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

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

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

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

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

.partners .partners-list .item img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

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

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

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

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

.partners .partners-link {
    display: block;
    margin: -44px auto 0;
    width: 150px;
}

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

.partners .partners-link span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(148, 4, 135, 0.2);
    transition: 0.3s;
}

.partners .partners-link:hover span {
    border-bottom: 1px solid rgba(148, 4, 135, 0);
}

.footer {
    padding-top: 180px;
    padding-bottom: 32px;
    background-image: url('/wp-content/themes/technotheme/images/footer-bg-2.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    min-height: 470px;
    z-index: 20;
}

.all-podr-page .footer {
    background-color: #eef1f6;
}

@media (max-width: 1920px) {
    .footer {
        padding-top: 150px;
    }
}

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

.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: #fff;
    margin-left: 295px;
    margin-top: 23px;
}

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

.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: #fff;
    text-transform: uppercase;
    text-align: right;
}

.bage a {
    color: #fff;
    text-decoration: none;
}

.bage {
    margin-bottom: 17px;
}

.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: #fff;
    text-decoration: none;
}

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

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

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

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

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid  rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}

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

.about {
    padding-top: 83px;
}

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

.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, .podr-content a {
    text-decoration: none;
    color: #a551ed;
    padding-bottom: 1px;
    transition: 0.3s;
    border-bottom: 1px solid rgba(165, 81, 237, 0.2);
}

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


.content a:hover {
    border-bottom: 1px solid rgba(165, 81, 237, 0);
}

.team {
    padding-top: 78px;
    padding-bottom: 55px;
}

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

.team .team-list-title {
    font-size: 30px;
    line-height: 1.47;
    color: #a551ed;
    cursor: pointer;
    margin-bottom: 45px;
}

.team .team-list-title span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(165, 81, 237, 0.2);
}

.team .team-list-title:hover span {
    border-bottom: 1px solid rgba(165, 81, 237, 0);
}

.team-list {
    overflow: hidden;
    display: none;
}

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

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

.team-list-wrapper.active .team-list {
    display: block
}

.team-list .item {
    width: calc(20% - 16px);
    margin-bottom: 50px;
    float: left;
    min-height: 380px;
    margin-right:20px;
}

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

.team-list .item .avatar {
    display: block;
    margin: 0 auto 20px;
    width: 100%;
}

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

.team-list .item .post {
    font-size: 16px;
    line-height: 1.5; 
    text-align: center;
    color: #5b6c94;
}

.team-list .item .email {
    text-align: center;
    padding-top: 10px;
}
 
.team-list .item .email a {
    font-size: 14px;
    color: #32325c;
    text-decoration: none;
    border-bottom: 1px solid  rgba(50, 50, 92, 0.1);
    transition: 0.3s;
}
.team-list .item .email a:hover {
    border-bottom: 1px solid  rgba(50, 50, 92, 0);
}

.podrazdelenia {
    padding-top: 110px;
    padding-bottom: 38px;
	flex: 1;
    background: #eef1f6;
}

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

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

.podrazdelenia .list .item {
    width: 100%;
    max-width: 280px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-right: 60px;
    margin-bottom: 62px;
    height: 227px;
    transition: 0.3s;
}

.about-content-bottom {
    padding-top: 48px;
}

.about-ecosystem {
    background: #fff;
}

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

.podrazdelenia .list .item .content {
    z-index: 10;
    background: #fff;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 18px 18px 13px;
    border-radius: 10px;
}

.podrazdelenia .list .item::after {
    position: absolute;
    content: '';
    opacity: 0.13;
    border-radius: 24px;
    -webkit-filter: blur(26.4px);
    filter: blur(26.4px);
    background-color: #323c5a;
    width: 90%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    transition: 0.3s;
}

.podrazdelenia .list .item:hover {
    transform: scale(1.02);
}

.podrazdelenia .list .item:hover::after  {
    opacity: 0.33;
}

.podrazdelenia .list .item .item-top {
    margin-bottom: 18px;
}

.podrazdelenia .list .item .item-top .item-logo {
    float: left;
    margin-right: 20px;
    margin-top: 22px;
}

.podrazdelenia .list .item .item-top .item-logo img {
	width: 48px;
}

.podrazdelenia .list .item .item-top  .item-title {
    float: left;
    max-width: 175px;
    font-size: 18px;
    line-height: 1.44;
    color: #323c5a;
    min-height: 75px;
    position: relative;
    word-break: break-word;
    width: 100%;
}

.podrazdelenia .list .item .item-top  .item-title span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}

.podrazdelenia .list .item .item-description {
    font-size: 12px;
    line-height: 1.5;
    color: #8591b0;
    margin-bottom: 36px;
}

.podrazdelenia .list .item .item-link {
    font-size: 12px;
    color: #a551ed;
    text-decoration: none;
    position: absolute;
    left: 18px;
    bottom: 13px;
    border-bottom: none;
    z-index: 12;
}

.podrazdelenia .list .item .inside-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    text-decoration: none;
    border: none;
}

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

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

.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;
}

.podr-item .programms-row .item {
    margin-bottom: 0;
}

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

.podr-values-container {
    margin-top: 47px;
}

.podr-values .value {
    margin-bottom: 42px;
}

.podr-values .value:last-child {
    margin-bottom: 0;
}

.podr-values .value:last-child p {
    margin-bottom: 0;
}

.value-left {
    float: left;
    font-size: 60px;
    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;
    padding-bottom: 100px;
}

.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: #a551ed;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(165, 81, 237, 0.2);
    transition: 0.3s;
}

.contacts .description a:hover {
    border-bottom: 1px solid rgba(165, 81, 237, 0);
}

.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-body {
    background: linear-gradient(to right, #fff 70%, #eef1f6 70%);
}

.blog {
    position: relative;
    padding-top: 84px;
}

.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-cotent .item a {
    text-decoration: none;
    color: #313a5a;
}

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

.blog-cotent .item .see-more span {
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(165, 81, 237, 0.2) !important;
    transition: 0.4s;
}

.blog-cotent .item:hover .see-more span {
    border-bottom: 1px solid rgba(165, 81, 237, 0) !important;
}

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

.blog-cotent .item {
    padding-bottom: 60px;
    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, #f8f9fb 70%, transparent 70%);
}

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

.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 ul {
    padding-left: 20px;
}

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

.blog-cotent .item .preview-text a:hover {
    border-bottom: 1px solid rgba(165, 81, 237, 0);
}


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

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

.blog-archive-link span {
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(165, 81, 237, 0.2);
    transition: 0.4s;
}

.blog-archive-link:hover span {
    border-bottom: 1px solid rgba(165, 81, 237, 0);
}

.load-more {
    text-align: center;
    transition: 0.4s;
    cursor: pointer;
    box-sizing: border-box;
    height: 60px;
    color: #723788;
    position: relative;
    margin-top: 60px;
    margin-bottom: 100px;
    /*max-width: 700px;*/
}

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

.load-more-btn {
    box-shadow: none;
    background: transparent;
    cursor: pointer;
    color: #723788;
    display: block;
    height: 60px;
    font-size: 16px;
    width: 255px;
    border: 1px solid #723788;
    border-radius: 6px;
    margin: auto;
}

.load-more-container {
    max-width: 700px;
}


.load-more .load-more-btn:hover {
    color: #fff;
    transition: 0.4s;
    background-color: #723788;
}

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

.newsletter-form-container {
    position: absolute;
    right: 5%;
    top: 165px;
    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 .widget-title {
    padding: 0 17px;
    font-size: 18px;
    line-height: 1.67;
    color: #313a5a;
    font-weight: 600;
    margin-bottom: 40px;
}

.newsletter-form-container input {
    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:focus,
.newsletter-form-container input:active {
    outline: none;
}

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

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

.newsletter-form-container [type=submit]:hover {
    box-shadow: 0 8px 34px 0 rgba(148, 4, 135, 0.6);
}

.newsletter-form-container [type=submit]:focus,
.newsletter-form-container [type=submit]:active {
    outline: none;
    box-shadow: 0 8px 34px 0 rgba(148, 4, 135, 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 .menu {
    float: none;
    margin-top: 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-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;
}

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

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

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

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

.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: #a551ed !important;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(165, 81, 237, 0.2) !important;
    transition: 0.3s;
}

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

.links-row a:hover {
    border-bottom: 1px solid rgba(165, 81, 237, 0) !important;
}

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

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

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

.feedback-form-content {
    width: 100%;
    max-width: 800px;
    margin: auto;
    opacity: 0;
    transition: 0.4s;
    transform: translateX(-30px);
}
.feedback-form-content .anr_captcha_field .anr_captcha_field_div > div{
    margin: 0 auto 40px auto;
}

.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 input:focus,
.feedback-form-content input: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: #940487;
    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(148, 4, 135, 0.6);
}

.feedback-form-content .submit:focus,
.feedback-form-content .submit:active {
    outline: none;
    box-shadow: 0 8px 34px 0 rgba(148, 4, 135, 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: #a551ed;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(165, 81, 237, 0.2);
    transition: 0.3s;
    z-index: 10;
    position: relative;
}

.feedback-form .privacy a:hover {
    border-bottom: 1px solid rgba(165, 81, 237, 0);
}

.blog-link {
    display: block;
    margin: 60px auto 0;
    color: #a551ed;
    text-decoration: none;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.4s;
}

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

.blog-link:hover span {
    border-bottom: 1px solid rgba(165, 81, 237, 0);
}

.feedback-form .close-feedback,
.close-video-form,
.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 {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}

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

.close-video-form {
    transform: none;
    opacity: 1;
    top: 30px;
    right: 30px;
    z-index: 99;
}

.feedback-form .close-feedback .icon-text--line,
.fullscreen-menu .close.active .icon-text--line,
.close-video-form .icon-text--line {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    height: 2px;
    width: 100%;
    background: #940487;
    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,
.close-video-form:hover,
.close-video-form:focus,
.close-video-form: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,
.close-video-form:hover .icon-text--line,
.close-video-form:focus .icon-text--line,
.close-video-form: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: #54e0df;
}

.feedback-form .close-feedback .icon-text--line:first-child,
.fullscreen-menu .close.active .icon-text--line:first-child,
.close-video-form .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),
.close-video-form .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;
}

.mobile-menu {
    display: none;
}

.partners,
.documents {
    padding-top: 83px;
    padding-bottom: 100px;
}

.documents-list .sub-title {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 700;
}

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

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

.documents-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.documents-row .item {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 50px;
    padding-right: 30px;
}

.documents-row .item .icon {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 40px;
}

.documents-row .item .icon img {
    width: 100%;
    height: 100%;
}

.documents-row .item .document-content {
    float: left;
    width: calc(100% - 140px);
}

.documents-row .item .document-title {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.64em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.documents-row .item .document-title a {
    color: #940487;
    text-decoration: none;
}

.documents-row .item .document-title span {
    border-bottom: 1px solid rgba(148,4,135,.2);
    transition: 0.3s;
}

.documents-row .item .document-title:hover span {
    border-bottom: 1px solid rgba(148,4,135,0);
}

.documents-row .item .document-description {
    font-size: 18px;
    line-height: 1.33em;
    color: #484848;
}

.partners-row .item {
    margin: 1%;
    width: 15%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: .75;
    filter: grayscale(100%);
    transition-duration: .3s;
}

.partners-row .item:hover {
    filter: grayscale(0);
}

.partners-row .item img {
    width: auto;
    max-width: 90%;
    display: block;
    margin: auto;
}

.partners-description {
    padding-bottom: 60px;
    font-size: 16px;
}

.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 .name-input.error,
.feedback-form-content .email-input.error,
.feedback-form-content .phone-input.error {
    border: 1px solid #f00a0a;
}

.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 input.error {
    border: 1px solid #f00a0a;
}

.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: #a551ed;
    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(165, 81, 237, 0.2);
    transition: 0.3s;
    color: #a551ed;
}

.page-404-description a:hover {
    border-bottom: 1px solid rgba(165, 81, 237, 0);
}

.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(44, 44, 44);
    z-index: 90;
    transition: 0.7s;
    opacity: 0;
    pointer-events: none;
}

.video-modal.active {
    opacity: 1;
    pointer-events: auto;
}

.video-modal-content {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 85%;
    overflow: hidden;
}

.video-modal-content iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    background: transparent;
    cursor: pointer;
    border: none;
    box-shadow: none;
    transition: 0.3s;
}

.hidden-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
}

.hidden-btn.active {
    pointer-events: auto;
}

.play-video.hidden {
    opacity: 0;
}

.play-video:focus,
.play-video:active {
    outline: none;
}

.video-modal video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

    .header .under-title {
        font-size: 24px;
        line-height: 36px;
        max-width: 440px;
    }

    .header-carousel .item {
        min-height: 236px;
    }

    .header-carousel .item-top .item-title {
        font-size: 18px;
    }

    .header-carousel .item-description {
        font-size: 12px;
    }

    .header-carousel .item-link {
        font-size: 12px;
    }
}

@media (max-width: 1850px) {
    .carousel-wrapper {
        max-width: 1220px;
    }
}

@media (max-width: 1680px) {
    .carousel-wrapper {
        max-width: 1200px;
    }
}

@media (max-width: 1600px) {
    .carousel-wrapper {
        max-width: 920px;
    }
}

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

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

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

@media (max-width: 1365px) {
    .list-top .item {
        margin-right: 186px;
    }

    .list-bottom .item:first-child {
        margin-left: 220px;
    }

    .list-bottom .item {
        margin-left: 187px;
    }
}

@media (max-width: 1356px) {
    .podrazdelenia .list .item {
        margin-right: 4%;
        width: 22%;
        max-width: 100%;
    }

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

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

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

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

@media (max-width: 1325px) {
    .podrazdelenia .list .item {
        margin-right: 2%;
        width: 23.5%;
    }
}


@media (max-width: 1300px) {
    .newsletter-form-container {
        right: 3%;
    }
    .quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav .owl-prev {
        left: -60px;
    }
    .quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav .owl-next {
        right: -60px;
    }
}

@media (max-width: 1279px) {
    .list-top .item {
        margin-right: 138px;
    }

    .list-bottom .item {
        margin-left: 136px;
    }
}

@media (max-width: 1245px) {
    .podrazdelenia .list .item {
        margin-right: 2%;
        width: 32%;
    }

    .podrazdelenia .list .item:nth-child(4) {
        margin-right: 2%;
    }

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

@media (max-width: 1211px) {
    .header .title {
        font-size: 37px;
        max-width: 470px;
    }

    .header .under-title {
        font-size: 22px;
        line-height: 30px;
    }

    .header-middle {
        top: 47%;
    }
}

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

@media (max-width: 1179px) {
    .list-top .item {
        margin-right: 86px;
    }

    .list-bottom .item {
        margin-left: 86px;
    }
}

@media (max-width: 1165px) {
    .quotes .quotes-carousel-wrapper .quotes-carousel {
        width: 90%;
        margin: auto;
    }

    .quotes .quotes-carousel-wrapper .quotes-card-top {
        width: 85%;
    }

    .quotes .quotes-carousel-wrapper .quotes-card-bottom {
        width: 80%;
    }

    .quotes .quotes-carousel-wrapper .quotes-carousel .item .item-text {
        font-size: 23px;
    }
}

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

@media (max-width: 1130px) {
    .events .calendar-wrapper {
        width: 360px;
        margin-right: 60px;
    }

    .events-row {
        width: calc(100% - 420px);
    }

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

@media (max-width: 1120px) {
    .carousel-wrapper {
        max-width: 800px;
    }
}

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


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

    .header {
        background-size: cover;
        background-position: 0 0;
    }

    .quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav .owl-prev {
        left: -121px;
    }
    .quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav .owl-next {
        right: -121px;
    }

    .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;
    }

    .list-top .item {
        margin-right: 225px;
    }

    .list-bottom .item {
        margin-left: 225px;
    }
}

@media (max-width: 1024px) {
    .header-img {
        top: -90px;
        height: 768px;
    }

    .list-top .item {
        margin-right: 209px;
    }

    .list-bottom .item {
        margin-left: 209px;
    }
}

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

    .celandar-big-preview {
        padding: 15px;
    }

    .header-middle {
       position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding-top: 0;
        padding-bottom: 70px;
    }

    .link-row-wrapper {
        height: calc(100% - 80px);
        overflow-y: scroll;
        flex: none;
    }

    .fullscreen-menu .links-row {
        left: 0;
        top: 0;
        transform: none;
        padding-top: 15px;
        box-sizing: border-box;
    }

    .blog-cotent .item-content p {
        word-break: break-all;
    }

    .celandar-big-preview {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .main-page .header {
        padding: 20px 0 60px;
        min-height: 0;
    }
    .header .menu {
        display: none;
    }
    .links-row .menu {
        display: block;
    }
    .header-img {
        display: none;
    }

    .carousel-wrapper {
        position: static;
        padding: 0 20px;
        box-sizing: border-box;
        margin: 40px auto 0;
    }

    .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-carousel .owl-stage-outer {
        padding-bottom: 55px;
        margin: 0;
        padding-left: 0;
        padding-top: 0;
    }

    .feedback-btn {
        width: 40px;
        font-size: 0;
    }

    .feedback-btn-arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
    }

    .ui-datepicker-calendar tbody tr td a,
    .ui-datepicker-calendar tbody tr td span {
        width: 38px;
        height: 38px;
        padding-top: 11px;
    }

    .carousel-wrapper .card-top,
    .carousel-wrapper .card-bottom {
        display: none;
    }

    .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;
    }

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

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

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

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

    .activities {
        padding-top: 40px;
        padding-bottom: 0;
        height: auto;
    }

    .napr-1,
    .napr-2 {
        display: none;
    }

    .activities .item-wrapper:nth-child(1),
    .activities-wrapper .item-wrapper:nth-child(2),
    .activities.-active .item-wrapper:nth-child(3) {
        transform: translate(0, 20px);
        padding-right: 0;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        height: auto;
        margin-bottom: 40px;
        box-shadow: 0 7px 24px 0 rgba(83, 83, 83, 0.1);
    }

    .activities-wrapper .item-wrapper:nth-child(2) {
        max-width: 426px;
    }

    .activities .item-wrapper.active:nth-child(1),
    .activities.-active .item-wrapper.active:nth-child(3) {
        transform: translate(0, 0);
    }

    .activities .item-wrapper:hover {
        background: #32325C;
    }

    .activities .title {
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: 400;
    }

    .activities-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .activities-wrapper .item {
        padding: 43px 21px 41px;
    }

    .activities-wrapper .item a {
        width: 170px;
        height: 40px;
        font-size: 12px;
        opacity: 1;
        padding-top: 11px;
    }

    .activities .item-wrapper:hover .item a {
        color: #fff;
        border: 1px solid #fff;
    }

    .activities-wrapper .item .item-title {
        font-size: 20px;
    }

    .activities .item-wrapper:hover .item-title {
        color: #fff;
    }

    .activities-wrapper .item .icon {
        margin: 41px 0 38px;
    }

    .activities-wrapper .item .description {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .activities .item-wrapper:hover .description {
        color: #fff;
    }

    .activities-wrapper .item-wrapper:nth-child(2) .item .description {
        margin-bottom: 25px;
    }

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

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

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

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

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

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

    .events-row {
        float: none;
        width: 100%;
        max-width: 415px;
        margin: auto;
        flex-wrap: wrap;
    }

    .event {
        width: 100%;
        margin-bottom: 40px;
    }

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

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

    .events-row .event {
        width: 100%;
        margin-bottom: 40px;
        float: none;
    }

    .events .blog-link {
        position: static;
        margin-bottom: 20px;
    }

    .ui-datepicker-calendar tbody tr td {
        width: 14.28%;
        height: auto;
        border-radius: 0;
    }

    .news {
        padding-top: 40px;
        padding-bottom: 10px;
        overflow: hidden;
    }

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

    .news-content {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -20px;
    }

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

    .news .blog-link {
        margin-top: 0;
        margin-bottom: 30px;
    }

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

    .news-content .item .preview-image {
        margin-bottom: 0;
    }

    .news-content .item .preview-text {
        font-size: 16px;
        width: 90%;
    }

    .ecosystem {
        padding-bottom: 40px;
    }

    .ecosystem-top {
        padding-top: 40px;
        height: 380px;
    }

    .ecosystem-top .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .list-top .item {
        float: none;
        margin-right: 0;
    }

    .list-top .item svg {
        display: none;
    }

    .list-top .item .info {
        position: static;
    }

    .list-bottom .item {
        float: none;
        margin-left: 0;
        transform: translateY(0);
    }

    .list-bottom .item:first-child {
        margin-left: 0;
    }

    .list-bottom .item svg {
        display: none;
    }

    .list-bottom .item .info {
        position: static;
    }

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

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

    .results-carousel .owl-nav {
        margin-top: 5px;
    }

    .footer {
        padding-top: 120px;
    }

    .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-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: 10px;
        right: 10px;
    }

    .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;
    }

    .small-header svg {
        margin-top: 10px;
    }

    .small-header svg path {
        fill: #940487;
    }

    .about {
        padding-top: 40px;
    }

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

    .content {
        font-size: 15px;
    }

    .content p iframe {
        width: 100%;
        height: auto;
    }

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

    .team {
        padding-top: 40px;
    }

    .team .title {
        font-size: 22px;
        margin-bottom: 38px;
    }

    .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;
    }

    .podrazdelenia {
        padding-top: 35px;
    }

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

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

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

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

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

    .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;
    }

    .podr-values .value {
        margin-bottom: 20px;
    }

    .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;
    }

    .blog-body {
        background: #fff;
    }

    .load-more {
        padding-right: 0;
        margin: 20px 0;
    }

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

    .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%;
        position: relative;
        top: 0;
        left: 0;
    }

    .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;
    }

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

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

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

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

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

    .partners-row .item {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .activities-wrapper .item-wrapper {
        margin: 0 5%;
    }

    .documents-row .item {
        width: 100%;
        padding-right: 0;
    }

    .documents-row .item .icon {
        float: none;
        margin: 0 auto 20px;
    }

    .documents-row .item .document-content {
        float: none;
        width: 100%;
    }

    .documents-list .sub-title {
        font-size: 16px;
        font-weight: 600;
    }

    .documents-row .item .document-title {
        font-size: 18px;
    }

    .blog-link {
        margin-top: 10px;
        margin-bottom: 60px;
    }

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

    .page-404-description {
        font-size: 16px;
        padding: 0 10px;
    }

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

    .quotes .quotes-carousel-wrapper .quotes-carousel .item .item-text {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .quotes .quotes-carousel-wrapper .quotes-card-top,
    .quotes .quotes-carousel-wrapper .quotes-card-bottom,
    .quotes .quotes-carousel-wrapper .quotes-carousel .owl-nav {
        display: none;
    }

    .programms-row .item .item-left, .programms-row .item .item-right {
        width: 100%;
        float: none;
        background: #f8f9fb;
        height: auto !important;
        min-height: 0;
    }
	
	.programms-row .item .item-left {
		padding: 0;
	}

    .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: 100%;
    }

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

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

    .header-video-wrapper {
        min-height: 500px;
        margin-top: -160px;
    }

    .header-carousel .owl-nav {
        margin: -30px auto 0;
    }

    .video-modal video {
        object-fit: contain;
    }

    .banner-carousel {
        height: 400px;
    }

    .banner-carousel .item {
        position: relative;
        height: 400px;
    }

    .banner-carousel .item .item-content {
        padding: 20px;
        width: 100%;
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .banner-carousel .item .item-content .title {
        text-align: center;
        font-size: 25px;
    }

    .banner-carousel .item .item-content .description {
        text-align: center;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .podrazdelenia .list .item {
        margin-right: 0;
    }
}


/**/
.btn_callmodal {
    background: #0f70b7;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 14px 23px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
    margin-right: -10px;
    margin-top: 10px;
}
@media (max-width: 1000px) {
	.btn_callmodal {
		display: none;
	}
}


/* Модульные окна */
.b-container{
    width:200px;
    height:150px;
    background-color: #ccc;
    margin:0px auto;
    padding:10px;
    font-size:30px;
    color: #fff;
}
.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0px;
	z-index: 50;
	display: none;
}
.b-popup .b-popup-content{
    margin:40px auto 0px auto;
    width: 500px;
    max-width: 100%;
    height: auto;
    padding:10px;
    /*background-color: #c5c5c5;*/
	background: #eef1f6;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}
.b-popup .b-popup-content form {
	position: relative;
}
.b-popup .b-popup-content h2 {
	text-align: center;
    margin-bottom: 20px;
}
.b-popup .b-popup-content .close {
	text-decoration: none;
    color: #07385b;
    position: absolute;
    right: 0;
    top: 0;
}
.b-popup .b-popup-content input[type='email'] {
	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;
}
.b-popup .b-popup-content input[type='submit'] {
	width: 100%;
    color: #fff;
    height: 60px;
    border-radius: 5px;
    background-color: #940487;
    transition: 0.3s;
    font-size: 16px;
    cursor: pointer;
    border: none;
    max-width: 300px;
    margin: auto;
    display: block;
}
.b-popup .b-popup-content .privacy {
	margin-top: 10px;
    text-align: center;
    font-size: 12px;
}