/* Fonts */
@font-face {
    font-family: 'Conthrax';
    src: url('../fonts/conthrax-sb.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-Bold.ttf') format('truetype');
    font-weight: 700;
}
@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
}
@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-Light.ttf') format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-Regular.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'VelaSans';
    src: url('../fonts/VelaSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

* {
    outline: none;
    padding: 0;
    margin: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
body {
    font-family: 'VelaSans', sans-serif;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}
a {
    text-decoration: none;
    transition: all .3s;
}
img {
    height: auto;
    max-width: 100%;
}

input, label, button, textarea {
    transition: all .3s;
}

input[type="text"], input[type="tel"], input[type="email"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus, textarea:focus {
    border-color: #007aff !important;
}

button {
    cursor: pointer;
    transition: all .3s;
}

input.error, textarea.error {
    border-color: #F16063 !important;
}

.swiper-container {
	overflow: hidden !important;
}

.container {
    width: 1200px;
    max-width: 100%;
    margin:  0 auto;
}
.flex {
    display: flex;
}

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

.astart {
    align-items: flex-start;
}
.acenter {
    align-items: center;
}
.jbetween {
    justify-content: space-between;
}
.conthrax {
    font-family: 'Conthrax', sans-serif;
}

._in {
    padding: 50px 0;
}
.block__title {
    font-family: 'Conthrax', sans-serif;
    font-size: 50px;
    line-height: 84px;
    margin-bottom: 80px;
}
.block__title span {
    /*color: #256CFF;*/
	color:#18ffee;
}
/* Header */
.header {
    padding: 37px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header__logo {
	width: 152px;
	display: block;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

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

.header__langs {
    margin-left: 108px;
    font-weight: 700;
    font-size: 20px;
    line-height: 19px;
    display: flex;
    align-items: center;
	text-align: center;
}
.header__langs span {
    margin: 0 5px;
	transition: all .3s;
}

.header__langs-slug {
	margin-right: 5px;
	opacity: 0.4;
}

.header__langs a, .header__langs span {
    color: #fff;
    position: relative;
    text-transform: uppercase;
	display: flex;
	align-items: center;
}
.header__langs a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 0px;
    background: #fff;
    transition: all .3s;
    opacity: 0;
}
.header__langs a:hover .header__langs-slug {
    opacity: 1;
 	transition: all .3s;
}
.header__langs a._active .header__langs-slug,
.header__langs a._active:after {
    opacity: 1;
}

.header__langs img {
	/*height: 14px;*/
	height: 40px;
}

.header__menu {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
.header__menu li:not(:last-child) {
    margin-right: 37px;
}
.header__menu li a {
    display: block;
    color: #fff;
}
.header__menu li a:hover {
    opacity: .6;
}

/* Main */
.main {
    padding: 0;
    height: 100vh;
    background-image: url('../img/hero_2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	display: flex;
	align-items: center;
}

.main::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 101%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,1) 0%,rgba(255,255,254,0) 30%,rgba(0,0,0,1)90%);
}

.main__title {
    font-size: 60px;
    line-height: 74px;
    max-width: 460px;
}
.main__title span {
    /*color: #256CFF;*/
	color:#18ffee; text-shadow: 0px 0px 2px #1b0c80;
}

.wrapper {
    overflow-x: hidden;
}

._owl {
    position: absolute;
}
.main ._owl {
    width: 849px;
    height: 849px;
    border-radius: 50%;
    opacity: 0.9;
    filter: blur(250px);
}
._main-1 {
    top: -35%;
    left: -10%;
}
._main-2 {
    bottom: -40%;
    left: -10%;
}
._main-3 {
    bottom: -45%;
    right: -10%;
}
._main-4 {
    top: -35%;
    right: -25%;
}

.main__actions {
    position: absolute;
    bottom: 57px;
    left: 50%;
    width: 1200px;
    max-width: 100%;
    transform: translate(-50%, 0);
    z-index: 99;
}
.main__actions .swiper-pagination._line {
    width: 320px;
}

/* News */
.news {
    padding: 97px 0 70px;
    position: relative;
}
.news__row {
    margin-left: -30px;
    margin-right: -30px;
}
.news__col {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
	margin: 0 auto;
    margin-bottom: 30px;
}
.news-item {
    height: 372px;
    position: relative;
    cursor: pointer;
	overflow: hidden;
}

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

.news-item._active:before {
    opacity: 1;
}
.news-item__content {
    position: absolute;
    bottom: 51px;
    left: 0;
    width: 100%;
    padding: 0 31px 0 40px;
    z-index: 15;
}
.news-item__title {
    font-size: 34px;
    line-height: 41px;
}
.news-item__hide {
    height: 0;
    opacity: 0;
}
.news-item__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
}
.news-item__link {
    display: inline-block;
    margin-top: 17px;
    font-weight: 700;
    color: #256CFF;
    text-transform: uppercase;
}
.news-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.news-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #256CFF;
    mix-blend-mode: soft-light;
    opacity: 0;
    transition: all .3s;
    z-index: 10;
}
.news-item:hover:before {
    opacity: 1;
}

.news ._owl {
    width: 506px;
    height: 478px;
    background: radial-gradient(50% 50% at 50% 50%, #329DFF 0%, #25D8FF 100%);
    opacity: 0.7;
    filter: blur(500px);
    border-radius: 50%;
}
._news-1 {
    right: -25%;
    top: -10%;
    z-index: 15;
}
/* About */
.about__row {
    margin-left: -30px;
    margin-right: -30px;
}
.about__image {
    margin-bottom: 60px;
}
.about__col {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
}
.about__col._left {
    font-size: 22px;
    line-height: 29px;
    text-transform: uppercase;
}
.about__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #256CFF;
}
.about__col._right p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
.about__col._right p:last-child {
    margin-bottom: 0;
}
/* Service */
/* Result */
.result {
    position: relative;
}
.result._in {
    padding: 27px 0 29px;
}
/*.result ._owl {
    width: 744px;
    height: 702px;
    background: radial-gradient(50% 50% at 50% 50%, #256CFF 0%, #256CFF 100%);
    opacity: 0.5;
    filter: blur(500px);
    right: -20%;
    top: -20%;
}*/
/* Blueblock */
.blueblock {
    background: linear-gradient(180deg, rgba(37, 108, 255, 0) 0%, #256CFF 100%);
    mix-blend-mode: difference;
    padding: 110px 0 250px
}

/* Contacts */
.contacts__links a {
    display: block;
    color: #fff;
    font-family: 'Conthrax', sans-serif;
    font-size: 45px;
    line-height: 54px;
    color: #fff;
    margin-bottom: 30px;
}

.contacts__image .contacts-info__icon {display: none;}

.contacts__image {
	width: 50%;
    height: 50%;
}

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

.contacts__links a:hover {
    color: #256CFF;
}
.contacts__links a:last-child {
    margin-bottom: 0;
}
.contacts-info {
    max-width: 570px;
    margin: -365px auto 0;
}
.contacts-info__icon {
    display: block;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 50px;
    border: 1px solid #fff;
}
.contacts-info__icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contacts-info__text {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 55px;
}
.contacts-info__sub {
    display: inline-block;
    text-transform: uppercase;
    font-size: 36px;
    color: #fff;
    text-decoration: underline;
}

/* Reviews */
.reviews {
    position: relative;
}
.reviews:after {
    content: '';
    display: block;
    position: absolute;
	width: 498px;
    height: 498px;
    background: radial-gradient(50% 50% at 50% 50%,#329dff 0%,#25d8ff 100%);
    opacity: .7;
    filter: blur(500px);
    border-radius: 50%;
	right: 15%;
	top: 15%;
	z-index: -1;
}
.reviews__header {
    margin-bottom: 80px;
}
.reviews__header .block__title {
    margin-bottom: 0;
}

.reviews .swiper-slide {
	height: auto;
}

.review-item {
	height: 100%;
}

.review-item__content {
    background: #fff;
    padding: 40px 27px 37px 29px;
    color: #000;
    width: calc(100% - 256px);
}
.review-item__image {
    width: 256px;
    max-width: 100%;
    position: relative;
}
.review-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.review-item__name {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    color: #256CFF;
    margin-bottom: 20px;
    font-weight: 700;
}
.review-item__text {
    line-height: 20px;
    margin-bottom: 16px;
}
.review-item__button {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    color: #256CFF;
}
.review-item__sub {
    margin-top: 28px;
    padding-top: 19px;
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.review-item__sub p {
    line-height: 20px;
    opacity: .5 ;
}

.reviews__buttons {
    display: flex;
    align-items: center;
}
.reviews__buttons > div {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 44px;
    height: 44px;
    border-radius: 25%;
    border: 2px solid #FFFFFF;
	background:rgba(37,108,255, 0.3);
    margin-right: 20px;
    transition: all .3s;
}
.reviews__buttons > div svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.reviews__buttons > div:last-child {
    margin-right: 0;
}
.reviews__buttons > div:after {display: none;}

.reviews__buttons > div:hover {
    background: #fff;
}
.reviews__buttons > div path {
    transition: all .3s;
}
.reviews__buttons > div:hover path {
    fill: #256CFF;
}

.reviews__actions {
    margin-top: 30px;
}
.reviews__counter .swiper-pagination {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    bottom: 0;
    right: 0;
    margin-right: 50px;
    font-size: 18px;
    line-height: 22px;
}

.reviews__all-link {
	display: block;
	font-size: 36px;
	width: 100%;
    max-width: 400px;
    text-align: center;
	margin: auto;
	line-height: 1.2;
	margin-top: 60px;
	color: #fff;
	text-decoration: underline;
}

/* Contacts */
.contactsform__block {
    margin-top: -150px;
    background: #fff;
    position: relative;
    z-index: 99;
    color: #000;
}
.contactsform__image {
    width: 634px;
    max-width: 100%;
    position: relative;
}
.contactsform__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.contactsform__content {
    width: calc(100% - 634px);
    padding: 60px 0 68px 80px;
}

.contactsform .form {
    max-width: 315px;
}
.contactsform .block__title {
    margin-bottom: 50px;
}

/* Form */
.form__row {
    margin-bottom: 25px;
}

.form__row label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: rgba(0, 0, 0, .4);
}
.form__row input {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .4);
    height: 60px;
    padding:  0 17px;
    font-size: 16px;
}
.form__button button, .form__button2 button {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: #256CFF;
    border: 1px solid #256CFF;
    font-size: 16px;
    line-height: 22px;
}

.form__button button:hover, .form__button2 button:hover {
    background: none;
    color: #256CFF;
}

.form__text {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
.form__text a {
    color: #256CFF;
    font-weight: 600;
    text-decoration: underline;
}
.form__text a:hover {
    opacity: .7;
}
.contactsform__content .form__text {
    text-align: left;
}

/* Footer */
.footer {
    padding: 63px 0 37px;
}
.footer__logo {
	display: block;
	width: 152px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.footer__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer__menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer__menu li:not(:last-child) {
    margin-right: 37px;
}
.footer__menu li a {
    display: block;
    color: #fff;
}
.footer__menu li a:hover {
    opacity: .7;
}
.footer__bottom {
    margin-top: 70px;
}
.footer__bottom p span {margin-right:20px;}
.footer__bottom {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}
.footer__bottom a {
    color: #fff;
}
.footer__bottom a:hover {
    opacity: .6;
}

/* Service */

.service-item {
	height: 100%;
}

.service__tab {
    display: none;
}
.service__tab._active {
    display: block;
}
.service__header {
    margin-bottom: 80px;
}
.service__tabs a {
	pointer-events: none;
    padding: 14px 33px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, .4);
    border: 1px solid rgba(0, 0, 0, 0);
}
.service__tabs a:not(._active):hover {
    color: rgba(255, 255, 255, 1);
}
.service__tabs a._active {
    border-color: #256CFF;
    color: #256CFF;
}

.service .swiper-slide {
	height: auto !important;	
}

.swiper__buttons {
    display: flex;
    align-items: center;
}
.swiper__buttons > div {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none;
    margin: 0;
    width: 55px;
    height: 55px;
    border: 2px solid #FFFFFF;
	background:rgba(37,108,255, 0.3);
    border-radius: 20%;
    margin-right: 20px;
    transition: all .3s;
}



.service__two .swiper-slide:last-of-type .service-item {
	border-right: 1px solid transparent;
}
.service__two .swiper-slide:last-of-type .service-item:before {
	display: none;
}

.swiper__buttons > div:hover {
    background: #fff;
}
.swiper__buttons > div path {
    transition: all .3s;
}
.swiper__buttons > div:hover path {
    fill: #256CFF;
}
.swiper__buttons > div:after {display: none}
.swiper__buttons > div:last-child {margin-right: 0;}
.swiper__buttons > div svg {
	width: 20px;
	height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-item {
    padding: 15px 20px 51px;
    border-left: 1px solid #256CFF;
    border-right: 1px solid #256CFF;
    border-bottom: 1px solid #256CFF;
    position: relative;
	height: 100%;
}
.service-item:after,
.service-item:before {
    content: '';
    position: absolute;
    left: -7px;
    bottom: -7px;
    width: 13px;
    height: 13px;
    background: #256CFF;
    border-radius: 50%;
}
.service-item:before {
    left: auto;
    right: -7px;
}
.service-item__title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    color: #256CFF;
}
.service-item__text {
    max-width: 420px;
    font-size: 18px;
    line-height: 22px;
}

.service .swiper-pagination._line {
    width: 420px;
    max-width: 100%;
    margin-right: 40px;
}
.service__two {
    margin-top: -30px;
}
.service__two .service-item {
    border-bottom: none;
    padding-top: 30px;
}
.service__body .swiper-container {
    padding: 15px;
}
.service__tab {
    margin-left: -15px;
    margin-right: -15px;
}

/* Result */
.result-item__image {
    position: relative;
    margin-bottom: 37px;
    cursor: pointer;
}
.result-item__image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #256CFF;
    mix-blend-mode: soft-light;
    opacity: 0;
    transition: all .3s;
	pointer-events: none;
}
.result-item._big .result-item__hover {
    width: 206px;
    height: 206px;
}
.result-item__hover {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #256CFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .3s;
	pointer-events: none;
}
.result-item:not(._hidden):hover .result-item__image:after {
    opacity: 1;
}
.result-item:hover .result-item__hover {
    opacity: 1;
}
.result-item__hover span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
}
.result-item__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.result-item__image._570 {
    height: 570px;
}
.result-item__image._378 {
    height: 378px;
}
.result-item__image._255 {
    height: 255px;
}
.result-item__image._394 {
    height: 394px;
}
.result__row {
    flex-wrap: wrap;
}

.result__slider .swiper-slide {
    justify-content: space-between;
}
.result-item {
    width: 100%;
	max-width: 50%;
}
.result-item._big {
    width: 570px;
}
.result-item__title {
	height:18px;
    color: #256CFF;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.result-item__author {
    font-size: 14px;
    line-height: 20px;
	margin-right: 10px;
}
.result-item._big .result-item__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.result-item._big .result-item__info > div {margin: 0}
.result-item._big .result-item__title {
    order: 2;
}
.result-item._big .result-item__author {
    order: 1;
}
.result-item._mtop {
    margin-top: calc(100% - 650px);
}

.result__actions {
    display: flex;
    align-items: center;
    margin-top: 55px;
}
.result__actions .swiper-pagination._line {
    width: calc(100% - 94px);
    margin-left: 50px;
}

.swiper-pagination._line {
    position: relative;
    height: 2px;
    width: 100%;
    background: #fff;
}
.swiper-pagination._line span {
    background: #256CFF;
}

.sing__up {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) scale(-1, -1);
    writing-mode: vertical-rl;
    /*color: #fff;*/
    padding: 21px 11px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    /*background: #256CFF;*/
	background:#18ffee; color:#1b0c80;
    text-transform: uppercase;
    z-index: 999;
}
.sing__up:hover {
    background: #fff;
    color: #256CFF;
}

.contacts-info__sub:hover,
.contacts-info__icon:hover {
    opacity: .7;
}

/* Popup */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
}
.popup__bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 90;
}
.popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
}
.popup__close {
    cursor: pointer;
    transition: all .3s;
}
.popup__close:hover {
    opacity: .5;
}

.form__message {
    margin-top: 15px;
    display: none;
    padding: 12px 0;
    text-align: center;
    color: #fff;
}
.form__message._success {
    background: #24c61a;
}
.form__message._fail {
    background: #F16063;
}
.sub-popup {
    width: 542px;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 50px;
    background: #fff;
    color: #000;
}
.sub-popup__header {
    margin-bottom: 30px;
}
.sub-popup__title {
    font-weight: 600;
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
}
.sub-popup__text {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 40px;
}

/* simple-block */

.simple-block {
   	padding: 50px 0 50px;
    position: relative;
}

.simple-block__title {
   	font-size: 70px;
	margin-bottom: 80px;
	line-height: 70px;
}

.simple-block__title span {
   	color: #256cff;
}

.simple-block__content {
	font-size: 18px;
    line-height: 25px;
	position: relative;
	z-index: 1;
}

.simple-block__content .wp-video {
	display: inline-block;
}


.simple-block__content span {
	color: #256cff;
}

.simple-block__content strong {
	/*color: #256cff;*/
	color:#18ffee;
}

.simple-block__content p {
	margin-bottom: 20px;
}

.simple-block__content h2 {
	font-size: 40px;
	margin-bottom: 30px;
	line-height: 40px;
	 font-family: 'Conthrax';
}

.simple-block__content h3 {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 30px;
}

.simple-block__content ul {
	padding-left: 20px;
	margin-bottom: 30px;
}

.simple-block__content:before {
	content: '';
    display: block;
    position: absolute;
    width: 356px;
    height: 398px;
    background: radial-gradient(50% 50% at 50% 50%,#329dff 0%,#25d8ff 100%);
    opacity: .7;
    filter: blur(500px);
    border-radius: 50%;
	z-index: -1;
}

/* gallery-block */

.gallery-block {
   	padding: 50px 0 50px;
    position: relative;
}


.gallery-block:before {
	content: '';
    display: none;
    position: absolute;
    width: 356px;
    height: 398px;
    background: radial-gradient(50% 50% at 50% 50%,#329dff 0%,#25d8ff 100%);
    opacity: .7;
    filter: blur(500px);
    border-radius: 50%;
}

.gallery-block:nth-child(2n):before {
	content: '';
    display: block;
    position: absolute;
    width: 356px;
    height: 398px;
    background: radial-gradient(50% 50% at 50% 50%,#329dff 0%,#25d8ff 100%);
    opacity: .7;
    filter: blur(500px);
    border-radius: 50%;
	right: 15%;
	top: 15%;
	z-index: -1;
}


.gallery-block__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery-block__left {
	width: 44%;
}


.gallery-block__right {
	width: 55%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.gallery-block__content p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 20px;
}

.gallery-block__content h2 {
	font-size: 40px;
	margin-bottom: 30px;
	line-height: 40px;
	font-family: 'Conthrax';
}

.gallery-block__content h3 {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 30px;
}

.gallery-block__content ul {
	padding-left: 20px;
	margin-bottom: 30px;
}

.gallery-block__content li {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 18px;
	-webkit-hyphens: auto;
	hyphens:auto;
	text-align: justify;
	padding-right: 2em;
}

.gallery-block__content strong {
	/*color: #256cff;*/
	color:#18ffee;
}

.gallery-block__content img {
	max-height: 450px;
}

.gallery-block__img-wrap {
	width: 48%;
}

.gallery-block__img-wrap--one {
	width: 100%;
	display: flex;
}

.gallery-block__img-wrap img {
	/*max-height: 450px;*/
	margin-left: auto;
	object-fit: cover; 
}

.gallery-block__video-wrap {
	width: 48%;
	display: block;
	margin-bottom: 30px;
}

.gallery-block__video-wrap:last-of-type {
	margin: 0 auto;
}


.gallery-block__video-wrap video {
	object-fit: contain;
    transform: none;
    width: 100%;
    height: 340px;
	margin-bottom: 10px;
}



.gallery-block__info {
	font-size: 22px;
	margin-bottom: 15px;
}

.gallery-block__info span {
	color: #256cff;
}

.gallery-block__text {
    font-size: 16px;
	line-height: 20px;
}

/* map-block */

.map-block {
   	padding: 50px 0 10px;
	
    position: relative;
}


.map-block__row {
	display: block;
	position: relative;
	overflow: hidden;
	justify-content: space-between;
}

.map-block__col {
	width: 100%;
}

.map-block__wrap {
	position: relative;
    top: -59px;
	z-index: 1;
}

.map-block__col iframe {
	border: none;
}

.map-block__content {
	position: absolute;
	z-index: 2;
    width: 40%;
    height: calc(100% - 62px);
	top: 0;
	left: 0;
    padding-top: 20px;
	padding-left: 20px;
    background-color: rgba(0,0,0,0.8);
	transition: 500ms;
}


.map-block__content--removed {
	left: -100%;
	transition: 500ms;
}


.map-block__content p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 20px;
}

.map-block__content h2 {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 40px;
	font-family: 'Conthrax';
}

.map-block__content h3 {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 30px;
}

.map-block__content ul {
	padding-left: 20px;
	margin-bottom: 30px;
}

.map-block__content li {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 10px;
}

.map-block__content strong {
	color: #256cff;
}

.map-block__content img {
	max-height: 450px;
}

.grid-block__list {
	list-style: none;
	padding-left: 0;
	display: grid; 
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.grid-block__img-wrap {
	display: block;
	width: 100%;
	height: 300px;
}

.grid-block__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.grid-block__text {
	margin-top: 10px;
}

.gradient {
	padding-top: 260px;
	padding-bottom: 40px;
	position: relative;
} 

.gradient:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2017px;
    background: linear-gradient(180deg,rgba(37,108,255,0) 0%,#256cff 100%);
    z-index: -1;
} 

.lb-outerContainer {
	background-color: #256cff !important;
}

.lb-image {
	border: 4px solid #256cff !important;
}

.scroll-top {
    position: fixed;
	pointer-events: none;
    right: 0;
	bottom: 0;
    color: #fff;
    width: 60px;
    height: 60px;
    background: #256CFF;
	border: 1px solid transparent;
	z-index: 100;
	opacity: 0;
	transition: 250ms;
}


.scroll-top:hover {
   background: #fff;
   transition: 250ms;
}
.scroll-top:hover svg path {
    fill: #256CFF;
}

.scroll-top--shown {
	pointer-events: unset;
	opacity: 1;
	transition: 250ms;
}

.scroll-top svg {
   display: block;
   position: absolute;
   transform: rotate(270deg);
   top: 0;
   right: 0;
   left: 0;
   bottom: 0;
   margin: auto;
   width: 20px;
   height: 20px;
}

@media screen and (max-width: 1360px) {
   	.scroll-top--end {
		bottom: 70px;
	}
}

@media screen and (max-width: 1025px) {

	.header__langs {
		margin-left: 48px;
	}

    .container, .main__actions {
        width: 900px;
    }
	.news-item__title {
		font-size: 30px;
	}
	.gallery-block__content h2 {
		font-size: 33px;
	}
    .service .swiper-pagination._line {
        width: 300px;
    }
    .result-item {
        margin-bottom: 30px;
    }
    .result__actions {
        margin-top: 40px;
    }
    .review-item {
        flex-wrap: wrap;
    }
    .review-item__image {
        width: 100%;
        height: 300px;
    }
    .review-item__content {
        width: 100%;
    }

    .contactsform__image {
        width: 50%;
    }
    .contactsform__content {
        width: 50%;
        padding-left: 35px;
    }
}

@media screen and (max-width: 992px) {

	.header__logo {
		width: 82px;
	}

	.map-block__wrap {
		top: 0;
	}

	.header__langs {
  	margin-left: 40px;
	}

	.map-block__content {
		position: static;
		background: none;
		width: 100%;	
	}

	.mmenu .header__menu li a {
        font-size: 14px;
    }
	
	.header__menu li:not(:last-child) {
    margin-right: 15px;
	}

	.map-block__content h2 {
		font-size: 35px;
	}
	.map-block__content h3 {
		font-size: 25px;
	}
	.map-block__row {
		flex-wrap: wrap;
	}

	.map-block__col {
		width: 100%
	}


    .container, .main__actions {
        width: 100%;
        padding: 0 15px;
    }

    .main__title {
        font-size: 50px;
        line-height: 64px;
    }

    .block__title {
        font-size: 50px;
        line-height: 64px;
        margin-bottom: 50px;
    }

    ._in {
        padding: 50px 0;
    }

    .news__row {
        flex-wrap: wrap;
    }
    .news__col {
        width: 100%;
    }
    .news-item img {
        object-position: center;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .about__col._left {
        font-size: 20px;
        line-height: 24px;
    }
    .service .swiper-pagination._line {
        width: 200px;
    }
    .service__actions {
        padding-right: 15px;
    }

    .contacts-info {
        margin-top: -100px;
    }
    .contacts-info__icon {
        width: 200px;
        height: 200px;
    }
    .contacts-info__text {
        font-size: 28px;
        line-height: 40px;
        margin-top: 30px;
    }
    .contacts-info__sub {
        font-size: 20px;
    }

    .reviews__header {
        margin-bottom: 50px;
    }
    .contactsform__image {display: none;}
    .contactsform__content{
        width: 100%;
    }
    .contactsform .form {
        margin: 0 auto
    }
    .contactsform .block__title {
        text-align: center;
        margin-bottom: 30px;
    }

    .main {
        height: auto;
        padding: 150px 0 200px;
	}

	.simple-block__title {
	font-size: 50px;
	margin-bottom: 50px;
	}

	.gallery-block {
		padding: 50px 0;
	}

	.gallery-block__row {
		flex-wrap: wrap;
	}

	.gallery-block__left {
		width: 100%;
		margin-bottom: 30px;
	}

	.gallery-block__right {
		width: 100%;
	}

	.gallery-block__img-wrap img {
		margin-left: 0;
	}

	.gallery-block__video-wrap {
		width: 49%;
	}

}
.header__mmenu {
    display: none;
}
.header__mmenu span {
    display: block;
    width: 43px;
    height: 5px;
    background: #fff;
    margin-bottom: 5px;
}
.header__mmenu span:last-child {
    margin-bottom: 0;
}
.reviews__actions._mobile {
    display: none;
}

.mmenu {display: none;}
._ru .contactsform .block__title {
    font-size: 50px;
    line-height: 60px;
}

.service__one .swiper-slide {
    width: 612px !important;
}
.service__two .swiper-slide {
    width: 612px !important;
}

@media screen and (max-width: 767px) {

	.grid-block__list {
		grid-template-columns: repeat(3, 1fr)
	}

	.result-item__author {
    font-size: 16px;
    line-height: 24px;
	margin-right: 10px;
	height: 180px; 
	overflow-y: scroll;
	}

	.result-item {
    width: 100%;
	max-width: 100%;
	}

	.scroll-top--end {
		bottom: 0px;
	}

	.footer__menu {
    	display: flex;
    	justify-content: center;
		flex-direction: column ;
		text-align: center;
	}

	.footer__menu li:not(:last-child) {
   		margin-right: 0;
		margin-bottom: 10px;
	}

	.map-block__row {
		display: flex;
	}
	
	.map-block__col {
		overflow: hidden;
	}
	.header__logo {
		width: 112px;
	}
	.gallery-block {
		padding: 30px 0;
	}

	.gallery-block__video-wrap {
		width: 100%;
	}

	.gallery-block__video-wrap:last-of-type {
		margin-bottom: 0;
	}

    .container {
        padding: 0 20px;
    }
    .header__langs, .header__menu {
        display: none;
    }
    .header__mmenu {
        display: block;
    }
    .main ._owl {
        display: none;
    }
    .main__title {
        font-size: 26px;
        line-height: 48px;
    }
    .main__actions .swiper-pagination._line {
        width: 181px;
    }
    .news {
        padding: 10px 0 13.5px;
    }
    .news ._owl {
        display: none;
    }
    .news-item {
        height: auto;
        min-height: 372px;
        margin-bottom: 15px;
    }
    .news-item__content {
        padding: 0 19px 0 32px;
        bottom: 28px;
    }
    .news-item img {
        position: absolute;
        top: 0;
        left: 0;
    }
    .news-item__title {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 0;
    }
    .news-item__text {
        font-size: 14px;
        line-height: 20px;
    }
	.gallery-block__content h2 {
		font-size: 29px;
	}
    .about {
        padding: 13.5px 0 40px;
    }
    .about__row {
        margin-left: 0;
        margin-right: 0;
        flex-wrap: wrap;
    }
    .about__col {
        width: 100%;
        padding: 0;
    }
    .about__image {
        margin-bottom: 26px;
    }
    .about__col._left {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .about__title {
        margin-bottom: 20px;
    }

    .block__title {
        font-size: 30px;
        line-height: 48px;
        margin-bottom: 26px;
		word-break: break-word;
    }
	
	.simple-block__content h2 {
		font-size: 21px;
	}
	

    .service__actions {
        display: none;
    }
    .service__header {
        margin-bottom: 27px;
    }

    .service__body .swiper-wrapper {
        width: 100%;
        flex-wrap: wrap;
    }
    .service-item {
        border-left: none;
        border-bottom: none !important;
        padding: 27px 27px 27px 0 !important;
    }
    .service-item:after {
        height: 1px;
        width: 175px;
        left: auto;
        top: auto;
        right: 0;
        bottom: -1.5px;
    }

	.service__two .swiper-slide:last-of-type .service-item {
	border-right: 1px solid #256CFF;
	}
	.service__two .swiper-slide:last-of-type .service-item:before {
	display: block;
	}

    .service__two .service-item {
        border-bottom: 1px solid #256CFF;
    }
    .service__two .swiper-slide:last-child .service-item {
        border-bottom: none;
    }
    .service__two .swiper-slide:last-child .service-item:after {display: none;}

	.service-item__text {
		height: fit-content;
	}

    .result._in {
        padding: 35px 0 40px;
    }
    .result-item {
        width: 100%;
        margin-top: 0 !important;
    }
    .result-item._hidden {display: none;}
    .result-item__image {
        height: 361px !important;
    }
    .result-item__image {
        margin-bottom: 20px;
    }
    .result-item__title {
        margin-bottom: 10px !important;
    }
    .result-item._big .result-item__info {
        flex-wrap: wrap;
    }
    .result-item._big .result-item__info > div {
        width: 100%;
    }
    .result-item._big .result-item__title {
        order: 1;
        margin-bottom: 10px;
    }
    .result-item._big .result-item__author {
        order: 2;
    }
    .result__actions .swiper__buttons {
        order: 1;
    }
    .result__actions .swiper__buttons {
        order: 1;
    }
    .result__actions {
        justify-content: space-between;
        margin-top: 10px;
    }
    .result__actions .swiper-pagination._line {
        width: 180px;
        margin-left: 0;
    }

    .contacts__top {
        flex-wrap: wrap;
    }
    .contacts__image, .contacts__links {
        width: 100%;
    }
    .contacts__links {
        margin-bottom: 0;
    }
    .contacts__links a {
        text-align: center;
    }
    .contacts__image {
        position: relative;
    }
    .contacts__image img {
        position: relative;
    }
    .contacts-info__icon {
        display: none;
    }
    .contacts-info {
        padding-left: 20px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 25px;
    }
    .contacts-info__text {
        font-size: 24px;
        line-height: 26px;
        width: 100%;
    }
    .contacts-info__sub {
        order: 1;
        font-size: 36px;
        line-height: 40px;
    }
    .contacts-info__text {
        order: 2;
        margin-bottom: 0;
    }
    .contacts {
        padding-bottom: 18px;
    }

	.reviews__all-link {
	font-size: 22px;
	margin-top: 40px;
	}

    .reviews {
        padding-top: 28px;
    }
    .reviews__header .reviews__actions  {display: none;}
    .reviews__header {
        margin-bottom: 26px;
    }

    .review-item__image {
        height: 171px;
    }
    .review-item__content {
        padding: 18px 24px;
    }
    .review-item__name {
        margin-bottom: 8px;
    }
    .review-item__text {
        font-size: 12px;
        line-height: 16px;
    }
    .review-item__button {
        font-size: 14px;
    }
    .reviews__actions._mobile {
        display: flex;
        justify-content: center;
    }
    .reviews__counter .swiper-pagination {
        text-align: left;
    }
    .contactsform__image {
        display: block;
        height: 600px;
        width: 100%;
    }
    .contactsform__block {
        flex-wrap: wrap;
    }
    .contactsform__content {
        width: 100%;
        padding: 19px 25px;
    }
    .contactsform .form {
        max-width: 100%;
    }
    .contactsform .block__title {
        text-align: left;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 29px;
    }
    .contactsform .block__title br {
        display: none;
    }

    .form__row {
        margin-bottom: 20px;
    }
    .form__button {
        margin-top: 25px;
    }
    .footer {
        padding: 40px 0 90px;
    }
    .footer__top {
        flex-wrap: wrap;
		flex-direction: column;
        justify-content: center;
    }
    .footer__logo {
        margin-bottom: 17px;
    }
	
	.footer__bottom p span {
		margin-right:0px;
	    margin-bottom: 36px;}
	
	
	.footer__bottom p:first-child {
	    /*display: none;*/
		display: flex;
		flex-direction: column;
	}

	
	.footer__bottom p {
	    width: 100%;
	    text-align: center;
		margin-top: 24px;
	}
    .footer__bottom {
        margin-top: 50px;
		flex-direction:column;
    }
    .contacts__image .contacts-info__icon {
        display: block;
        position: absolute;
        top: -20%;
        left: -20%;
        width: 256px;
        height: 256px;
    }

    .mmenu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 999;
        padding: 60px 30px;
    }
    .mmenu__close path {
        stroke: #fff;
    }
    .mmenu__header {
        margin-bottom: 60px;
    }
    .mmenu .header__langs {
        display: flex;
        margin-left: 0;
        justify-content: center;
    }
    .mmenu .header__menu {
        display: block;
        margin-bottom: 60px;
    }
    .mmenu .header__menu li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .mmenu .header__menu li a {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }

    .popup__content {
        width: 100%;
        padding: 0 15px;
    }
    .sub-popup {
        width: 100%;
        padding: 30px 20px;
    }

    .service__one .swiper-slide,
    .service__two .swiper-slide {
        width: 100% !important;
    }

    ._ru .contactsform .block__title {
        font-size: 24px;
        line-height: 28px;
    }

	.simple-block {
  	padding: 10px 0 13.5px;
	}

	.simple-block__title {
	font-size: 40px;
	margin-bottom: 26px;
	}

}

@media screen and (max-width: 576px) {
	.grid-block__img-wrap {
		height: 250px;
	}

	.grid-block__list {
		grid-template-columns: repeat(2, 1fr)
	}

	.contactsform__image {
		height: 300px;
	}
	.gallery-block__img-wrap {
		width: 100%;
	}
}

@media (min-device-width: 320px) and (max-device-width: 1024px) and (orientation: portrait) {

.gallery-block__content h2 {text-align:center;}

}
	