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

ul {
	padding-left: 20px;
}

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

body.overflow {
    overflow: hidden;
}

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

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

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

.main-header canvas {
    position: absolute;
    bottom: -170px;
    left: 0;
}

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

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

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

.main {
    flex: 1;
}

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

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

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

.small-header {
    padding: 22px 0 23px;
    background: #fff;
    box-shadow: 0 7px 24px rgba(0, 154, 181, 0.1);
    transition: 0.4s;
    min-height: 0;
    z-index: 1000;
}

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

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

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

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

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

.header-top {
    margin-bottom: 83px;
    max-width: 100%;
    transition: 0.4s;
    position: relative;
    z-index: 30;
}

.fixed-logo {
    opacity: 0;
    position: absolute;
    top: 0;
	left: 0;
	z-index: -1;
}

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

.header-top.fixed .fixed-logo {
    opacity: 1;
    position: static;
	z-index: 10;
}

.header-top.fixed .unfixed-logo {
    /*display: none;*/
    opacity: 0;
    position: absolute;
}

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

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

.programm-header {
    padding: 0;
}

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

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

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

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

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

.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: 80px;
    line-height: 1.33;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}

.typical-page {
	padding-top: 39px;
	padding-bottom: 100px
}

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

.header .title p {
    margin-bottom: 0;
}

.header .under-title {
    font-size: 36px;
    line-height: 1.88;
    color: #fff;
    text-align: center;
}

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

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

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

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

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

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

.showroom {
    position: relative;
    z-index: 30;
}

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

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

.showroom .showroom-content {
    background: #fff;
    box-shadow: 0 10px 34px rgba(210, 210, 210, 0.5);
    border-radius: 10px;
    min-height: 655px;
    box-sizing: border-box;
    padding-top: 61px;
    padding-bottom: 60px;
    transform: translateY(-89px);
}

.showroom .showroom-content .title {
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    color: #32325C;
    margin-bottom: 60px;
    font-weight: 400;
}

.showroom .showroom-content a {
    display: block;
    margin: auto;
    width: 170px;
    font-size: 18px;
    line-height: 44px;
    text-decoration: none;
    color: #009AB5;
}

.showroom .showroom-content a span {
    transition: 0.3s;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0, 154, 181, 0.2);
}

.showroom .showroom-content a:hover span {
    border-bottom: 1px solid rgba(0, 154, 181, 0);
}

.showroom .showroom-content .showroom-carousel {
    width: calc(100% - 200px);
    margin: 0 auto 20px;
}

.showroom .showroom-content .item .item-icon {
    display: block;
    margin-bottom: 26px;
    width: 80px;
    height: 80px;
    position: relative;
}

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

.showroom .showroom-content .item .item-icon img {
    width: 100%;
}

.showroom .showroom-content .item .item-title {
    font-size: 18px;
    line-height: 24px;
    color: #031D5B;
}

.showroom .showroom-content .item .item-title::after {
    content: '';
    display: block;
    background: #009AB5;
    margin-top: 26px;
    width: 60px;
    height: 4px;
    margin-bottom: 23px;
}

.showroom .showroom-content .item .item-description {
    font-size: 16px;
    line-height: 32px;
    color: #5B6C94;
}

.showroom .showroom-content .owl-prev,
.showroom .showroom-content .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    width: 37px;
    height: 37px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.showroom .showroom-content .owl-prev {
    left: -68px;
    background: url('images/arrow-left-blue.svg') no-repeat center;
}

.showroom .showroom-content .owl-prev:hover {
    background: #009AB5 url('images/arrow-left-white.svg') no-repeat center;
}

.showroom .showroom-content .owl-next {
    right: -68px;
    background: url('images/arrow-right-blue.svg') no-repeat center;
}

.showroom .showroom-content .owl-next:hover {
    background: #009AB5 url('images/arrow-right-white.svg') no-repeat center;
}

.events {
    padding-bottom: 101px;
}

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

.show-all-events {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
    display: block;
    margin: auto;
    width: 218px;
    font-size: 18px;
    line-height: 44px;
    text-decoration: none;
    color: #009AB5;
}

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

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

.events.-active .show-all-events span {
    transition: 0.3s;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0, 154, 181, 0.2);
}

.events.-active .show-all-events:hover span {
    border-bottom: 1px solid rgba(0, 154, 181, 0);
}

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

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

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

.events .calendar-wrapper {
    float: left;
    margin-right: 45px;
    width: 415px;
    min-height: 413px;
    position: relative;
    z-index: 100;
    padding-top: 30px;
    background: #fff;
    border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.events .calendar {
    width: 100%;
}

.events .event {
    position: relative;
    width: 400px;
    height: 413px;
    float: left;
    box-sizing: border-box;
    padding: 19px;
    border: 1px solid transparent;
    border-radius: 10px;
}

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

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

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

.events .event .preview-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.7s;
}

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

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

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

.events .event:hover {
    transform: scale(1.01);
    box-shadow: 0 8px 44px rgba(0, 154, 181, 0.4);
    border: 1px solid rgba(0, 154, 181, 0.2);
}

.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 thead tr th {
    font-weight: 300;
}

.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 {
    color: #fff;
    background: #009AB5;
}

.ui-datepicker-calendar tbody tr td.sub-date a {
    background: rgba(0,154,181, 0.4);
}

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

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

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

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

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

.celandar-big-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
}

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

.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 .date {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    margin-bottom: 20px;
}

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.services {
    padding-top: 88px;
    padding-bottom: 56px;
}

.all-services {
	display: block;
    margin: auto;
    width: 100px;
    font-size: 18px;
    line-height: 44px;
    text-decoration: none;
    color: #009AB5;
}

.all-services span {
	transition: 0.3s;
	text-align: center;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0, 154, 181, 0.2);
}

.all-services:hover span {
	border-bottom: 1px solid rgba(0, 154, 181, 0);
}

.services.service-page {
    padding-bottom: 100px;
}

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

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

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

.services .title.no-margin {
	margin-bottom: 0;
}

.services .services-controls {
    width: calc(71% + 8px);
    margin: 0 auto 60px;
}

.services .services-controls.no-margin {
	margin: 0 auto;
}

.services .services-controls button {
    background: none;
    box-shadow: none;
    height: 60px;
    color: #009AB5;
    padding: 0 24px;
    font-size: 24px;
    cursor: pointer;
    margin-right: 20px;
    border: 1px solid transparent;
}

.services .services-controls button:focus,
.services .services-controls button:active {
    outline: none;
}

.services .services-controls button.active {
    border: 1px solid rgba(0, 154, 181, 0.2);
}

.services .services-controls button:last-child {
    margin-right: 0;
}

.services .services-controls button span {
    border-bottom: 1px solid rgba(0, 154, 181, 0.2);
    transition: 0.3s;
    padding-bottom: 2px;
}

.services .services-controls button span:hover,
.services .services-controls button.active span {
    border-bottom: 1px solid rgba(0, 154, 181, 0);
}

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

.services  .services-row .service-item {
    width: 400px;
    margin-right: 50px;
    margin-bottom: 50px;
    display: none;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
}

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

.services  .services-row .service-item.active {
    display: block;
	margin: auto !important;
}

.services  .services-row .service-item.active.hidden {
    transform: translateY(20px);
    opacity: 0;
}

.services  .services-row .service-item.no-margin {
    margin-right: 0;
}

.services  .services-row .service-item .service-preview {
    width: 100%;
    height: 280px;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid transparent;
}

.services  .services-row .service-item .service-preview:hover {
    box-shadow: 0 8px 44px rgba(0, 154, 181, 0.4);
    border: 1px solid rgba(0, 154, 181, 0.2);
    transform: scale(1.03);
}

.services  .services-row .service-item .service-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services  .services-row .service-item  .service-title {
    font-size: 24px;
    line-height: 29px;
    color: #32325C;
    margin-bottom: 21px;
}

.services  .services-row .service-item .service-title span {
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(50, 50, 92, 0.1);
    transition: 0.3s;
}

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

.services  .services-row .service-item .service-description {
    font-size: 16px;
    line-height: 24px;
    color: #313A5A;
    margin-bottom: 19px;
}

.services  .services-row .service-item .service-link {
    font-size: 18px;
    line-height: 24px;
    color: #009AB5;
    text-decoration: none;
}

.services  .services-row .service-item .service-link span {
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0, 154, 181, 0.2);
    transition: 0.3s;
}

.services  .services-row .service-item:hover .service-link span {
    border-bottom: 1px solid rgba(0, 154, 181, 0);
}

.services-container-small {
    width: 100%;
    max-width: 700px;
    margin: auto;
    padding-top: 49px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

.services-container-small.no-padding {
	padding-top: 0;
}

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

.services-container-small .description {
    font-size: 18px;
    line-height: 30px;
    color: #313A5A;
}

.services-container-small .feedback {
    font-size: 18px;
    line-height: 30px;
    color: #009AB5;
    background: none;
    box-shadow: none;
    padding: 0;
    cursor: pointer;
    padding-bottom: 1px;
    border: none;
    border-bottom: 1px solid rgba(0, 154, 181, 0.2);
    transition: 0.3s;
}

.services-container-small .feedback:hover {
    border-bottom: 1px solid rgba(0, 154, 181, 0);
}

.services-container-small .feedback:focus,
.services-container-small .feedback:active {
    outline: none;
}

.community {
    padding-top: 82px;
    padding-bottom: 94px;
}

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

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

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

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

.community .community-list .community-item {
    width: 250px;
    cursor: pointer;
    margin-right: 100px;
    margin-bottom: 59px;
    transform: translateY(20px);
    transition: 0.4s;
    opacity: 0;
}

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

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

.community .community-list .community-item .photo {
    background: #fff;
    width: 210px;
    height: 210px;
    margin: 0 auto 38px;
    transition: 0.3s;
    border-radius: 50%;
    filter: grayscale(1);
}

.community .community-list .community-item .photo:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 44px rgba(0, 154, 181, 0.4);
    filter: grayscale(0);
}

.community .community-list .community-item .photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.community .community-list .community-item .name {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #32325C;
    margin-bottom: 22px;
}

.community .community-list .community-item .post {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #5B6C94;
}

.community .community-link,
.team .community-link {
    transition: 0.5s;
    display: block;
    margin: auto;
    width: 150px;
    font-size: 18px;
    line-height: 44px;
    text-decoration: none;
    color: #009AB5;
    transform: translateY(20px);
    opacity: 0;
}

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

.team.-active .community-link {
	transition-delay: 1s;
}

.community .community-link span,
.team .community-link span {
    transition: 0.3s;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0, 154, 181, 0.2);
}

.community .community-link span:hover span,
.team .community-link span:hover span {
    border-bottom: 1px solid rgba(0, 154, 181, 0);
}

.technology-page {
    padding-top: 88px;
}

.technology-page .small-container {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
    padding-bottom: 20px;
}

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

.technology-page p {
    margin-bottom: 40px;
}

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

.technology-row {
    padding-bottom: 0;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}



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

.main-projects {
    padding-top: 75px;
}

.main-projects .container,
.main-projects-row {
    transition: 0.5s;
    transform: translateY(20px);
    opacity: 0;
}

.main-projects.-active .container,
.main-projects-row.-active {
    transform: translateY(0);
    opacity: 1;
}

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

.main-projects .projects-container {
    width: 700px;
    margin: 0 auto 64px;
}

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

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

.main-projects  .description a {
    color: #009AB5;
    padding-bottom: 1px;
    text-decoration: none;
    transition: 0.3s;
    border-bottom: 1px solid rgba(0, 154, 181, 0.2);
}

.main-projects  .description a:hover {
    border-bottom: 1px solid rgba(0, 154, 181, 0);
}

.main-projects-row .item .item-left,
.main-projects-row .item .item-right {
    width: 50%;
    position: relative;
}

.main-projects-row .item .item-left {
	padding-bottom: 56px;
    padding-top: 56px;
	position: relative;
}

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

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

.main-projects-row .item .item-left {
    float: left;
    background: rgba(0, 154, 181, 0.03);
	min-height: 436px;
}

.main-projects-row .item .item-right {
    float: right;
	position: relative;
	min-height: 436px;
}

.main-projects-row .item:nth-child(2n) .item-left {
    float: right;
}
.main-projects-row .item:nth-child(2n) .item-right {
    float: left;
    background: rgba(0, 154, 181, 0.03);
}

.main-projects-row .item .item-right img,
.main-projects-row .item .item-left img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-projects-row .item .item-left .item-content,
.main-projects-row .item .item-right .item-content {
    max-width: 400px;
	margin: auto;
}


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

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

.main-projects-row .item .item-left .item-content .item-description a,
.main-projects-row .item .item-right .item-content .item-description a {
    color: #009AB5;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0,154,181, 0.2);
    transition: 0.4s;
}

.main-projects-row .item .item-left .item-content .item-description a:hover,
.main-projects-row .item .item-right .item-content .item-description a:hover {
    border-bottom: 1px solid rgba(0,154,181, 0);
}

.main-projects-row .project-link {
	text-decoration: none;
    font-size: 18px;
    color: #009AB5;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    max-width: 400px;
    bottom: 56px;
}

.main-projects-row .project-link span {
    transition: 0.3s;
    border-bottom: 1px solid rgba(0, 154, 181, 0.2);
    padding-bottom: 1px;
}

.main-projects-row .project-link:hover span {
    border-bottom: 1px solid rgba(0, 154, 181, 0);
}

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

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

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

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

.team .team-list .item {
    float: left;
    margin-right: 100px;
    width: 100%;
    max-width: 250px;
    margin-bottom: 59px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.4s;
}

.team .team-list .item .avatar {
	background: #fff;
    width: 240px;
    height: 240px;
    margin: 0 auto 24px;
    transition: 0.4s;
}

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

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


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

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

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

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

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

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

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

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

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

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

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

.partners {
    padding-bottom: 95px;
}

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

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

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

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

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

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

.partners .partners-list .item img,
.partners-web .partners-web-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,
.partners-web .partners-web-list .item.-active {
    opacity: 1;
    transform: translateY(0);
}

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

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

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

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

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

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

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

.footer {
    padding-top: 59px;
    padding-bottom: 32px;
    background: #313A5A;
}

.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;
    transition: 0.4s;
}

.social a:hover {
    opacity: 0.5;
}

.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;
    text-align: center;
}

.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 {
    margin-bottom: 17px;
}

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

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

.footer-menu {
    float: left;
    max-width: 213px;
    margin-left: 130px;
}

.footer-menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

.footer-menu ul li {
    display: block;
    width: 50%;
    margin-bottom: 18px;
}

.footer-menu a {
    display: block;
    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(50, 50, 92, 0.1);
    transition: 0.3s;
    padding-bottom: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.team-page .team-list .item {
    float: left;
    margin-right: 100px;
    width: 100%;
    max-width: 250px;
    margin-bottom: 59px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.4s;
}

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

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

.team-page .team-list .item .avatar {
    background: #fff;
    width: 240px;
    height: 240px;
    margin: 0 auto 24px;
    transition: 0.4s;;
}

p {
    margin-bottom: 20px;
}
p.startex {
	text-align: justify;
	font-style: italic;
}

p.maintex{
	text-align: justify;
}

p.hltex {
background-color: #e5f5f8;
border-left: 5px solid #009AB5;
padding: 10px 10px 10px 10px;
font-style: italic;
font-size: 14px;
text-align: justify;
}
p.caption_pic{
font-size: 14px;
font-style: italic;
	text-align: center;
}

.team-page .team-list .item .avatar:hover,
.team .team-list .item .avatar:hover {
    box-shadow: 0 8px 44px rgba(0, 154, 181, 0.4);
    transform: scale(1.1);
}

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

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

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

.partners-page {
    padding-top: 82px;
    padding-bottom: 39px;
    transition: 0.5s;
    transform: translateY(20px);
    opacity: 0;
}

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

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

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

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

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

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

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

.partners-page .partners-list-wrapper {
    margin-bottom: 24px;
    transition: 0.5s;
    transform: translateY(20px);
    opacity: 0;
}

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

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

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

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

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

.partners-web-page .projects-top {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}
.partners-web-page .projects-top.-active {
    transform: translateY(0);
    opacity: 1;
}

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

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

.partners-web-page .down-text {
    margin: 0 auto;
    max-width: 750px;
}

.partners-web-page .under-title a,
.partners-web-page .down-text a,
.partners-web-page .down-text button {
    color: #009AB5;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0,154,181, 0.2);
    transition: 0.4s;
    cursor: pointer;
}

.partners-web-page .down-text button:focus,
.partners-web-page .down-text button:active {
    outline: none;
}

.partners-web-page .down-text button {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0,154,181, 0.2);
    background: transparent;
    font-size: 18px;
}

.partners-web-page .under-title a:hover,
.partners-web-page .down-text a:hover,
.partners-web-page .down-text button:hover {
    border-bottom: 1px solid rgba(0,154,181, 0);
}

.partnwers-web-row {
    margin-bottom: 102px;
    transition: 0.5s;
    opacity: 0;
    transform: translateY(20px);
}

.partnwers-web-row.-active {
    opacity: 1;
    transform: translateY(0);
}

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

.partnwers-web-row .item {
	background: linear-gradient(to right, rgba(202, 78, 25, 0.03) 50%, #EEF1F6 50%);
    transition: 0.5s;
    opacity: 0;
    transform: translateY(20px);
}

.partnwers-web-row .item.-active {
    opacity: 1;
    transform: translateY(0);
}

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

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

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

.partnwers-web-row .item-left {
    float: left;
    background: rgba(0, 154, 181, 0.03);
}

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

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

.partnwers-web-row .item:nth-child(2n) .item-left {
    float: right;
    background: rgba(0, 154, 181, 0.03);
}

.partnwers-web-row .item-right img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

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

.technology-row .item-link {
    bottom: 40px;
}

.partnwers-web-row .item-link span,
.technology-row .item-link span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0,154,181, 0.2);
    transition: 0.4s;
}

.partnwers-web-row .item-link:hover span,
.technology-row .item-link:hover span {
    border-bottom: 1px solid rgba(0,154,181, 0);
}

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

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

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

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

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

.programms {
    padding-top: 82px;
}

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

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

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

.programms .contetn-top-description a {
    color: #009AB5;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0,154,181, 0.2);
    transition: 0.4s;
}

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

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

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

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

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

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

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

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

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

.programms-row .item .item-left .item-content,
.programms-row .item .item-right .item-content {
/*     position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%); */
    max-width: 400px;
	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: #009AB5;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0, 154, 181, 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(0, 154, 181, 0);
}

p a {
    color: #009AB5;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0,154,181, 0.2);
    transition: 0.4s;
}

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

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

.support {
    margin-bottom: 55px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.criterias {
    margin-bottom: 84px;
}

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

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

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

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

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

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

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

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

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

.blog-wrapper-container .main {
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

.events-top {
    background: linear-gradient(360deg, rgba(0, 154, 181, 0.2) 0.69%, rgba(255, 255, 255, 0.2) 97.97%);
    padding-top: 82px;
    padding-bottom: 100px;
    transition: 0.5s;
    transform: translateY(20px);
    opacity: 0;
}

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

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

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

.events-content .celandar-big-preview {
	border-radius: 7px;
}

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

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

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

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

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

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

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

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

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

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

.events-row-inside .posts ul li a {
    text-decoration: none;
    color: #009AB5;
    padding-bottom: 1px;
    transition: 0.3s;
    border-bottom: 1px solid rgba(0,154,181, 0.2);
}

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

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

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

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

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

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

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

.events-content .event .preview-image {
    height: 100%;
    position: relative;
	border-radius: 10px;
	overflow: hidden;
}

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

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

.events-page .events-list {
    padding-top: 96px;
    transition: 0.5s;
    transform: translateY(20px);
    opacity: 0;
}

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

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

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

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


.events-list .event a {
    font-size: 18px;
    color: #009AB5;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0,154,181, 0.2);
    transition: 0.4s;
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content a {
    text-decoration: none;
    color: #009AB5;
    padding-bottom: 1px;
    transition: 0.3s;
    border-bottom: 1px solid rgba(0,154,181, 0.2);
}

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

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

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

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

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

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

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

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

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

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

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

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

.contacts {
    padding-top: 84px;
}

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

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

.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: #009AB5;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0, 154, 181, 0.2);
    transition: 0.3s;
}

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

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

.contacts .map {
    height: 500px;
    margin-top: 93px;
    transform: translateY(20px);
    transition: 0.5s;
    opacity: 0;
}

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

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

.blog {
    position: relative;
    padding-top: 84px;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: linear-gradient(to right, #fff 70%,  rgba(0, 154, 181, 0.1) 70%);
    min-height: 500px;
    transition: 0.5s;
    transform: translateY(20px);
    opacity: 0;
}

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

.blog .medium-container {
    margin: 0 auto;
}

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

.item-content {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-cotent .item .preview-text a {
    color: #009AB5;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0,154,181, 0.2);
    transition: 0.3s;
    z-index: 10;
    position: relative;
}

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


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

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

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

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

.blog-cotent.single {
    flex: 1;
    min-height: 500px;
}

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

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

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

.load-more-btn span:last-child {
    margin-left: 10px;
    margin-right: 0;
}

.blog-left-content {
    position: absolute;
    right: calc((30% - 300px) / 2);
    top: 84px;
    width: 100%;
    max-width: 300px;
}

.blog-left-content .preview-image {
    position: relative;
}

.blog-left-content .preview-image img {
    width: 100%;
    position: relative;
}

.blog-left-content .preview-image .blog-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 11;
}

.blog-left-content .preview-image span {
    position: absolute;
    color: #fff;
    left: 20px;
    bottom: 20px;
    font-size: 16px;
    z-index: 99;
    width: calc(100% - 20px);
    padding-right: 20px;
    box-sizing: border-box;
    text-shadow: 0 1px 1px rgba(0, 0 ,0, 1);
}

.newsletter-form-container {
    /*position: fixed;*/
    /*right: 5%;*/
    /*top: 174px;*/
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    border-radius: 4px;
    border: solid 1px rgba(0, 154, 181, 0.7);
    padding: 30px 18px 37px;
    margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.feedback-form {
    left: 0;
}

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

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

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

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

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

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

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

.links-row a {
    display: block;
    color: #009AB5 !important;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(0, 154, 181, 0.2) !important;
    transition: 0.3s;
}

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

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

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

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

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

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

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

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

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

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

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

.fullscreen-menu img {
    width: 70%;
}

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

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

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

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

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

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

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

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

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

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

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

.feedback-form-content .submit {
    width: 100%;
    color: #fff;
    height: 60px;
    border-radius: 5px;
    background-color: #009AB5;
    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 rgba(0, 154, 181, 0.6);
}

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

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

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

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

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

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

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


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

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

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

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

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

.mobile-menu {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

.about {
    padding-top: 83px;
}

.about .about-container {
    margin: 0 auto 101px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

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

.about .about-container .title {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #32325C;
    margin-bottom: 54px;
}

.about .about-container .about-content-left,
.about .about-container .about-content-right {
    font-size: 18px;
    line-height: 30px;
    color: #313A5A;
}

.about-content-left {
    float: left;
    width: 48%;
}

.about-content-right {
    float: right;
    width: 48%;
}

.about .about-container img {
    width: 100%;
    height: auto;
}

.about .goal {
    background: #EEF1F6;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

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

.about .goal .goal-left,
.about .goal .goal-right {
    width: 50%;
    position: relative;
    height: 436px;
    box-sizing: border-box;
    float: left;
}

.about .goal .goal-left {
    float: left;
}

.about .goal .goal-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .goal .goal-right .goal-content {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400px;
    width: 100%;
}

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

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

.about .tasks {
    padding-top: 99px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

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

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

.about .tasks .tasks-row .item {
    width: 27%;
    margin-right: 9%;
    margin-bottom: 72px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.4s;
}

.about .tasks .tasks-row .item.-active {
    transform: translateY(0);
    opacity: 1;
}

.about .tasks .tasks-row .item .icon {
    float: left;
    width: 75px;
    margin-right: 25px;
    margin-top: 7px;
}

.about .tasks .tasks-row .item .description {
    width: calc(100% - 100px);
    float: left;
}

.about .tasks .tasks-row .item .description .title {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
}

.about .tasks .tasks-row .item .description .text {
    font-size: 13px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.7);
}

.about .tasks .tasks-row .item:nth-child(3n) {
    margin-right: 0;
}

.about .tasks .title {
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #32325C;
    margin-bottom: 58px;
}

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

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

.about .about-community .title {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #32325C;
    font-weight: 400;
    margin-bottom: 58px;
}

.about .about-community .community-list-wrapper {
    margin-bottom: 45px;
}

.about .about-community .community-list-wrapper .community-list-title {
    line-height: 50px;
    font-size: 30px;
    color: #009AB5;
    margin-bottom: 43px;
    cursor: pointer;
}

.about .about-community .community-list-wrapper.active .community-list-title {
    color: #32325C;
}

.about .about-community .community-list-wrapper .community-list-title span {
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0,154,181, 0.2);
}

.about .about-community .community-list-wrapper.active .community-list-title span {
    border-bottom: 0;
}

.about .about-community .community-list {
    display: none;
}

.about .about-community .community-list .item {
    float: left;
    margin-right: 100px;
    width: 100%;
    max-width: 250px;
    margin-bottom: 59px;
    cursor: pointer;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.4s;
}

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

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

.about .about-community .community-list .item .avatar {
    background: #fff;
    width: 240px;
    height: 240px;
    margin: 0 auto 24px;
    transition: 0.4s;
}

.about .about-community .community-list .item .avatar:hover {
    box-shadow: 0 8px 44px rgba(0, 154, 181, 0.4);
    transform: scale(1.1);
}

.about .about-community .community-list .item .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .about-community .community-list .item .name {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    color: #32325C;
    margin-bottom: 22px;
    white-space: nowrap;
}

.about .about-community .community-list .item .post {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #5B6C94;
}

.about .about-documents {
    background: rgba(0, 154, 181, 0.03);
    padding-top: 90px;
    padding-bottom: 90px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.5s;
}

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

.about .about-documents .title {
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #32325C;
    font-weight: 400;
    margin-bottom: 51px;
}

.about .about-documents .document-list-wrapper .document-list-title {
    font-size: 30px;
    line-height: 37px;
    color: #32325C;
    margin-bottom: 38px;
}

.about .about-documents .document-list-wrapper {
    margin-bottom: 90px;
    transform: translateY(20px);
    transition: 0.4s;
    opacity: 0;
}

.about .about-documents .document-list-wrapper.-active {
    transform: translateY(0);
    opacity: 1;
}

.about .about-documents .document-list-wrapper .document-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .about-documents .document-list-wrapper:last-child {
    margin-bottom: 0;
}

.about .about-documents .document-list-wrapper .document-list .item {
    width: 48%;
    transform: translateY(20px);
    transition: 0.4s;
    opacity: 0;
}

.about .about-documents .document-list-wrapper .document-list .item.-active {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0.4s;
}

.about .about-documents .document-list-wrapper .document-list .item .icon {
    float: left;
    width: 99px;
    margin-right: 35px;
}

.about .about-documents .document-list-wrapper .document-list .item .description {
    float: left;
    width: calc(100% - 134px);
}

.about .about-documents .document-list-wrapper .document-list .item .description .doc-title {
    font-size: 24px;
    line-height: 24px;
    color: #313A5A;
    margin-bottom: 29px;
}

.about .about-documents .document-list-wrapper .document-list .item .description .doc-title a {
    text-decoration: none;
    color: #313A5A;
}

.about .about-documents .document-list-wrapper .document-list .item .description .doc-description {
    font-size: 16px;
    line-height: 24px;
    color: #313A5A;
}

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

.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: #009AB5;
    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(15,112,183,.3);
    transition: 0.3s;
    color: #009AB5;
}

.page-404-description a:hover {
    border-bottom: 1px solid rgba(15,112,183,0);
}

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

    .header .under-title {
        font-size: 36px;
    }

    .header .header-link {
        font-size: 24px;
    }
}

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

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

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

    .header .under-title {
        font-size: 28px;
    }
}

@media (max-width: 1356px) {
    .services .services-row .service-item {
        width: 32%;
        margin-right: 2%;
    }

    .services .services-controls {
        width: 100%;
        text-align: center;
    }

    .community .community-list .community-item {
        width: 22%;
        margin-right: 4%;
    }

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

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

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

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

    .team-page .team-list .item,
    .about .about-community .community-list .item,
	.team .team-list .item {
        margin-right: 5%;
        width: 21%;
    }

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

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

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

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


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

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

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

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

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


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

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

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

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

    .team-page .team-list .item, .about .about-community .community-list .item,
	.team .team-list .item {
        width: 100%;
        margin-right: 100px;
    }
}

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

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

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

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

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

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

    .header .menu {
        display: none;
    }

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

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

    .header-img {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .showroom .showroom-content .title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .showroom .showroom-content {
        margin: 0 -20px;
        box-shadow: none;
        border-radius: 0;
        transform: none;
        padding-top: 40px;
        height: auto;
        padding-bottom: 40px;
    }

    .showroom .showroom-content .showroom-carousel {
        width: 80%;
        margin-bottom: 40px;
    }

    .showroom .showroom-content .item .item-icon {
        margin: 0 auto 20px;
    }

    .showroom .showroom-content .item .item-title {
        text-align: center;
        font-size: 16px;
    }

    .showroom .showroom-content .item .item-title::after {
        margin: 26px auto 23px;
    }

    .showroom .showroom-content .item .item-description {
        font-size: 14px;
        text-align: center;
    }

    .showroom .showroom-content .owl-prev {
        left: -20px;
        background-color: #fff;
    }

    .showroom .showroom-content .owl-next {
        right: -20px;
        background-color: #fff;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .services {
        padding-top: 40px;
        padding-bottom: 21px;
    }

    .services .title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .services .title.second-title {
        font-size: 22px;
    }

    .services .services-controls {
        width: 100%;
        margin-bottom: 30px;
        justify-content: space-between;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .services .services-controls button {
        min-height: 40px;
        height: auto;
        font-size: 14px;
        width: 48%;
        margin-right: 0;
        margin-bottom: 15px;
        box-sizing: border-box;
        display: block;
        padding: 5px;
        text-align: center;
        line-height: 1.3;
    }

    .services .services-row .service-item {
        width: 100%;
        margin-right: 0;
    }

    .services .services-row .service-item:last-child {
        margin-bottom: 0;
    }

    .services .services-row .service-item .service-preview {
        height: auto;
    }

    .services-container-small {
        padding: 21px 20px 0;
        box-sizing: border-box;
    }

    .services.service-page {
        padding-bottom: 20px;
    }

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

    .community .title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

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

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

    .community .community-list .community-item .name {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .community .community-list .community-item .photo {
        margin-bottom: 20px;
    }

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

    .main-projects .title {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .main-projects .projects-container {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }

    .main-projects .under-title {
        font-size: 20px;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 30px;
    }

    .main-projects .description {
        font-size: 16px;
        text-align: center;
    }

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

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

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

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

    .footer {
        padding-top: 30px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .content {
        font-size: 15px;
    }

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

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

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

    .team-list,
    .about .about-community .community-list {
        justify-content: center;
    }

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

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

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

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

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

    .partners .partners-list .item img {
        width: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .load-more-btn span {
        transform: translateY(-9px);
    }

    .newsletter-form-container input:not([type=submit]) {
        border: solid 1px rgba(49, 58, 90, 0.3);
    }

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

    .blog {
        padding-top: 40px;
        background: #fff;
    }

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

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


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

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

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

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

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

    .team-page .title {
        font-size: 30px;
        line-height: 1.2;
    }

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

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

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

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

    .contacts {
        padding-top: 40px;
    }

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

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

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

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

    .programms {
        padding-top: 40px;
    }

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

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

    .programms-row .item .item-left, .programms-row .item .item-right,
    .main-projects-row .item .item-left, .main-projects-row .item .item-right {
        width: 100%;
        float: none;
        background: #EEF1F6;
        height: auto;
    }

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

    .main-projects-row .item:last-child .item-right {
        padding-bottom: 10px;
    }

    .programms-row .item:nth-child(2n) .item-left,
    .main-projects-row .item:nth-child(2n) .item-left {
        float: none;
    }
	
	.main-projects-row .item .item-left,
	.main-projects-row .item .item-right {
		min-height: 0;
	}

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

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

    .programms-row .item .item-left .mobile-visible,
    .main-projects-row .item .item-left .mobile-visible,
    .programms-row .item .item-right .mobile-visible,
    .main-projects-row .item .item-right .mobile-visible {
        display: block;
    }
	
	.main-projects-row .item .item-right img,
	.main-projects-row .item .item-left img {
		position: static;
		transform: none;
		width: 100%;
		display: block;
		margin: auto;
		height: auto;
	}


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

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

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

    .programms-row .item .item-right .item-content .item-title,
    .main-projects-row .item .item-right .item-content .item-title {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .technology-page p {
        margin-bottom: 20px;
    }

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

    .technology-page {
        padding-top: 40px;
    }

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

    .technology-page .title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .partners-web-page .under-title, .partners-web-page .down-text {
        font-size: 15px;
        line-height: 1.67;
    }

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

    .partners-web-page .under-title, .partners-web-page .down-text p {
        margin-bottom: 0;
    }

    .partners-web-page .under-title {
        margin-bottom: 40px;
    }

    .partners-web-page .down-text button {
        font-size: 15px;
    }

    .technology-row {
        margin-bottom: 0;
    }

    .programms-row .item:last-child .item-right {
        padding-bottom: 40px;
    }

    .support {
        margin-bottom: 40px;
    }

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

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

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

    .criterias {
        margin-bottom: 40px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .team-page .team-list .item .avatar,
    .about .about-community .community-list .item .avatar {
        height: 210px;
        margin-bottom: 17px;
    }

    .team-page .team-list .item .avatar img,
    .about .about-community .community-list .item .avatar img{
        height: 210px;
    }

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

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

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

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

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

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

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

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

    .partners-page .partners-list .item img {
        width: auto;
        margin: auto;
        display: block;
    }

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

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

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

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

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

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

    .partnwers-web-row .item:first-child .item-left,
	.main-projects-row .item:first-child .item-left {
        min-height: 0;
    }

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

    .partnwers-web-row .item-right,
    .partnwers-web-row .item:first-child .item-right,
	.main-projects-row .item .item-right,
	.main-projects-row .item:first-child .item-right {
        min-height: 0;
    }

    .partnwers-web-row .item-left {
        padding: 10px 20px 40px;
    }
	
	.main-projects-row .item .item-left {
		padding: 0;
	}

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

    .partnwers-web-row .item-link,
    .technology-row .item-link,
	.main-projects-row .project-link {
        position: static;
        transform: none;
        margin-top: 20px;
    }

    .technology-row .item-link {
        margin-top: 0;
    }

    .partnwers-web-row .item-left .item-content .item-title {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .partnwers-web-row {
        margin-bottom: 0;
    }

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

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

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

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

    body.overflow {
        margin-right: 0;
    }

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

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

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

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

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

    .about {
        padding-top: 40px;
    }

    .about .about-container {
        margin-bottom: 40px;
    }

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

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

    .about .about-container .about-content-left,
    .about .about-container .about-content-right {
        font-size: 15px;
        line-height: 1.5;
        float: none;
        width: 100%;
    }

    .about .about-container .about-content-left {
        margin-bottom: 20px;
    }

    .about .goal .goal-left,
    .about .goal .goal-right {
        width: 100%;
        float: none;
        height: auto;
    }

    .about .goal .goal-right .goal-content {
        position: static;
        transform: none;
        padding: 35px 20px;
    }

    .about .goal .goal-right .goal-content .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .about .goal .goal-right .goal-content .description {
        font-size: 14px;
        line-height: 1.5;
    }

    .about .goal .goal-right .goal-content .description ul {
        padding-left: 20px;
    }

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

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

    .about .tasks .tasks-row .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .about .tasks .tasks-row .item .description .text p {
        margin-bottom: 0;
    }

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

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

    .about .about-documents .title {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 1;
    }

    .about .about-documents .document-list-wrapper {
        margin-bottom: 40px;
    }

    .about .about-documents .document-list-wrapper .document-list-title {
        font-size: 20px;
    }

    .about .about-documents .document-list-wrapper .document-list .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .about .about-documents .document-list-wrapper .document-list .item:last-child {
        margin-bottom: 0;
    }

    .about .about-documents .document-list-wrapper .document-list .item .icon {
        float: none;
        margin: 0 auto 20px;
    }

    .about .about-documents .document-list-wrapper .document-list .item .description {
        float: none;
        width: 100%;
    }

    .about .about-documents .document-list-wrapper .document-list .item .description .doc-title {
        font-size: 20px;
    }

    .blog-left-content {
        position: static;
        width: 100%;
        max-width: 100%;
    }

    .newsletter-form-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }

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

    .blog-cotent.single {
        min-height: 0;
    }

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

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

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

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

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

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

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

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

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

    .technology-carousel {
        height: 400px;
    }
	
	.typical-page {
		padding-top: 40px;
		padding-bottom: 20px
	}

	.typical-page .title {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	
	.typical-page .services-container-small {
		padding-top: 0;
	}
	
	.services-container-small .description {
		padding: 0 20px;
		font-size: 16px;
	}
	
	.team-page .team-list .team-wrapper {
		display: block;
	}
}

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

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

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

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

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

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

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

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

}


/* Новые стили */
/* Форма подписки */
.form_podpiska {
	height: 341px;
    background: #424B6A;
	display: flex;
}
.form_podpiska .form_block {
	margin: auto;
}
.form_podpiska h3 {
	ont-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
}
.form_podpiska p {
	font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
	margin-top: 5px;
}
.form_podpiska .inp_btn_list {
	display: flex;
}
.form_podpiska .inp_btn_list > span {
	margin-left: auto;
}
.form_podpiska .inp_t_one {
	width: 424px;
    height: 78px;
    background: #F9FAFC;
    border-radius: 8px;
    border: none;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 150%;
    color: #32325C;
	padding-left: 38px;
}
.form_podpiska .inp_t_sub {
	width: 232px;
    height: 78px;
    background: #0085A6;
    border-radius: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    border: none;
	margin-left: 8px;
    margin-right: auto;
}
@media (max-width: 720px) {
	.form_podpiska .inp_btn_list {
		flex-wrap: wrap;
	}
	.form_podpiska .inp_btn_list > span {
		margin: auto;
	}
	.form_podpiska .inp_t_sub {
		margin: 10px auto auto auto;
	}
}
@media (max-width: 600px) {
	.form_podpiska h3 {
		font-size: 25px;
	}
	.form_podpiska p {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	.form_podpiska .inp_btn_list > span {
		display: flex;
	}
	.form_podpiska .inp_t_one {
		width: calc(100% - 20px);
   		margin: auto;
	}
}
@media (max-width: 400px) {
	.form_podpiska {
		height: 400px;
	}
}

/* Форма подписки 2 */
.form_podpiska_2 {
	height: 341px;
    background: #F9FAFC;
	display: flex;
}
.form_podpiska_2 .form_block {
	margin: auto;
}
.form_podpiska_2 h3 {
	ont-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 45px;
    text-align: center;
    color: #31305A;
}
.form_podpiska_2 p {
	font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #31305A;
	margin-top: 5px;
}
.form_podpiska_2 .inp_btn_list {
	display: flex;
}
.form_podpiska_2 .inp_btn_list > span {
	margin-left: auto;
}
.form_podpiska_2 .inp_t_one {
	width: 424px;
    height: 78px;
    background: #EBEEF3;
    border-radius: 8px;
    border: none;
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 150%;
    color: #32325C;
	padding-left: 38px;
}
.form_podpiska_2 .inp_t_sub {
	width: 232px;
    height: 78px;
    background: #91AEBB;
    border-radius: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    border: none;
	margin-left: 8px;
    margin-right: auto;
}
@media (max-width: 720px) {
	.form_podpiska_2 .inp_btn_list {
		flex-wrap: wrap;
	}
	.form_podpiska_2 .inp_btn_list > span {
		margin: auto;
	}
	.form_podpiska_2 .inp_t_sub {
		margin: 10px auto auto auto;
	}
}
@media (max-width: 480px) {
	.form_podpiska_2 h3 {
		font-size: 25px;
	}
	.form_podpiska_2 p {
		font-size: 15px;
	}
	.form_podpiska_2 .inp_btn_list > span {
		display: flex;
	}
	.form_podpiska_2 .inp_t_one {
		width: calc(100% - 20px);
   		margin: auto;
	}
}


/* Форма Подать заявку */
.form_zayavka {
	display: flex;
}
.form_zayavka .form_zayavka_content {
	margin: auto;
	border: 1px solid rgba(223, 226, 234, 1);
	background: #FFFFFF;
    box-shadow: 0px 12px 20px rgba(50, 50, 92, 0.1);
    border-radius: 16px;
	padding-bottom: 70px;
    padding-top: 70px;
    padding-right: 117px;
    padding-left: 117px;
}
.form_zayavka h3 {
	font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 45px;
    text-align: center;
    color: #32325C;
}
.form_zayavka p {
	font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #32325C;
    margin-top: 5px;
}
.form_zayavka .inp_block {
	display: flex;
	flex-wrap: wrap;
}
.form_zayavka .inp_block > span {
	/*width: 100%;*/
	margin: auto;
}
.form_zayavka .inp_block input {
	background: #F9FAFC;
    border: 1px solid #DFE2EA;
    box-sizing: border-box;
    border-radius: 8px;
    width: 424px;
    height: 78px;
	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	line-height: 150%;
	color: #32325C;
	opacity: 0.7;
	padding-left: 38px;
	margin: 9px;
}
.form_zayavka .inp_block textarea {
	width: calc(100% - 18px);
    background: #F9FAFC;
    border: 1px solid #DFE2EA;
    box-sizing: border-box;
    border-radius: 8px;
	font-style: normal;
    font-weight: 300;
    font-size: 21px;
    color: #32325C;
    opacity: 0.7;
	padding-top: 28px;
    padding-left: 38px;
	margin: 9px;	
}
.form_zayavka .inp_textarea {
	width: 100%;
}
.form_zayavka .inp_textarea > span {
	width: 100%;
}
.form_zayavka .btn_block {
	text-align: center;
}
.form_zayavka .btn_block input {
	margin-top: 23px;
	padding: 24px 46px;
    background: #0085A6;
    border-radius: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
    border: none;
}
@media(max-width: 680px) {
	.form_zayavka .form_zayavka_content {
		padding-bottom: 20px;
		padding-top: 20px;
		padding-right: 20px;
		padding-left: 20px;
	}
	
}
@media(max-width: 485px) {
	.form_zayavka .inp_block input {
		width: 100%;
	}
}

/* Блок Другие услуги */
.blok_dop_servis.services {
	padding-top: 0px;
}
.blok_dop_servis > h3 {
	text-align: center;
	font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 45px;
    color: #32325C;
}
.blok_dop_servis > p {
	text-align: center;
	font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #32325C;
    margin-top: 5px;
}
.blok_dop_servis .services-block {
	display: flex;
}
.blok_dop_servis .services-block .services-row {
	margin: auto;
}



/* Проекты */
.blocks_projects {
	display: flex;
}
.blocks_projects .blocks_projects_content {
	max-width: 1309px;
    margin: auto;
}
.blocks_projects .block_project {
	background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 461px;
	margin-bottom: 30px;
}
.blocks_projects .block_project .content {
	padding: 64px;
}
.blocks_projects .block_project .number {
	font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 150%;
    color: #FFFFFF;
    opacity: 0.5;
}
.blocks_projects .block_project .name {
	font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 150%;
    color: #FFFFFF;
    margin-top: 120px;
}
.blocks_projects .block_project .desc {
	font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 150%;
    color: #FFFFFF;
}
.blocks_projects .block_project .desc p {
	margin-bottom: 23px;
}
.blocks_projects .block_project .btn_href {
	font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}
.blocks_projects .block_project .btn_href img {
	width: auto !important;
}

.block_project.num_4,
.block_project.num_5 {
	max-width: calc(50% - 15px);
}
.block_project.num_4 .content .name ,
.block_project.num_5 .content .name {
	margin-top: 89px;
}
.block_project.num_3 {
	max-width: calc(50% - 15px);
    height: 952px;
    float: right;
}
.block_project.num_3 .content {
	height: 100%;
    display: flex;
    flex-direction: column;
}
.block_project.num_3 .content .name {
	margin-top: auto;
}
@media (max-width: 998px) {
	.blocks_projects .block_project .name {
		font-size: 20px;
	}
	.blocks_projects .block_project .desc {
		font-size: 15px;
	}
}
@media (max-width: 720px) {
	.block_project.num_4,
	.block_project.num_5 {
		max-width: 100%;
	}
	.block_project.num_3 {
		max-width: 100%;
		height: 461px;
		float: none;
	}
}

/**/
.btn_callmodal {
	background: #91AEBB;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 14px 23px;
	cursor: pointer;
	float: right;
    margin-top: 12px;
    margin-left: 16px;
}
@media (max-width: 530px) {
	.btn_callmodal {
		display: none;
	}
}
.header .menu li {
	margin-right: 12px;
}
.mobile-menu-btn {
	margin-left: 12px;
}


.header-logo img {
	max-width: 256px
}
.footer-logo img {
	max-width: 256px
}