html {
overflow-x: hidden;
}
.home {
overflow-x: hidden;
}
.swiper { }
.swiper__intro {
height: calc(100vh - 96px);
position: relative;
width: 100%;
margin: 0 0 130px 0;
padding: 0;
overflow-x: hidden;
}
@media(max-width: 1023.98px) {
.swiper__intro {
height: calc(100vh - 70px);
}
}
.admin-bar .swiper__intro {
height: calc(100vh - 96px - 32px);
}
.swiper-wrapper {
padding: 0;
margin: 0;
}
.swiper__intro-wrapper {
height: 100%;
}
.swiper__intro-slide {
height: 100%;
position: relative;
}
.swiper__intro-slide > img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
object-fit: cover;
}
.swiper__intro-slide::after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
z-index: 2;
}
.swiper-slide {
padding: 30px 0;
}
.swiper__intro-slide .container {
height: 100%;
max-width:1120px;
position: relative;
z-index: 3;
} 
.item__phone {
display: block;
text-align: right;
font-size: 18px;
text-decoration: none;
line-height: 24px;
color: #F5F5F5;
font-family: 'Magistral', sans-serif;
font-weight: 700;
transition: .3s;
}
.item__phone:hover {
color: #dcdcdc;
}
.item__content {
display: flex;
justify-content: start;
align-items: center;
height: 100%; max-width: 1000px;
line-height: 1.2;
}
@media(max-width: 767.98px) {
.item__content {
max-width: 100%;
}
}
.item__title {
font-family: 'Magistral', sans-serif;
font-size: 60px;
margin: 0 0 24px 0;
color: #F5F5F5;
font-weight: 700;
}
.item__descript {
font-family: 'Magistral', sans-serif;
font-size: 18px;
line-height: 1.5;
color: #CBCCCC;
margin: 0 0 100px 0;
}
.item__button {
font-family: 'Magistral', sans-serif;
background: #FE0000;
border-radius: 8px;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 64px;
color: #F5F5F5;
font-size: 20px;
transition: .2s;
font-weight: 700;
padding: 0 38px;
text-decoration: none;
line-height: 1.1;
}
.item__button:hover {
scale: 1.02;
background: #e10000;
color: #F5F5F5;
}
@media(max-width: 767.98px) {
.item__button {
min-height: 48px;
font-size: 16px;
padding: 5px 32px;
}
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
position: absolute;
bottom: 28px;
width: 100%;
height: 8px;
}
.swiper-pagination-bullet {
background: rgba(0, 254, 239, 0.5);
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
margin: 0 18px 0 0;
}
@media (min-width: 1800px) { }
@media (max-width: 1050px) {
.container { padding: 0 20px;
}
}
@media (max-width: 768px) {
.item__phone {
text-align: center;
}
.item__content {
width: 100%;
text-align: center;
}
}
@media (max-width: 550px) {
.item__title {
font-size: 36px;
}
.item__descript {
font-size: 16px;
}
}
@media(max-width: 400px) {
.item__title {
font-size: 30px;
}
} .direction {
margin: 0 0 130px 0;
}
.title {
font-family: 'Magistral', sans-serif;
font-weight: 700;
font-size: 60px;
line-height: 60px;
color: #F5F5F5;
margin: 0 0 20px 0;
}
.direction__items {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.direction__item {
position: relative;
width: 31%;
height: 290px; display: flex;
flex-direction: column;
justify-content: end;
padding: 24px;
margin: 0 0 40px 0;
}
.direction__item:last-child {
flex-grow: 1;
margin: 0;
}
.direction__title {
font-family: 'Magistral', sans-serif;
font-size: 24px;
color: #F5F5F5;
margin: 0 0 10px 0;
font-weight: 700;
line-height: 24px;	
}
.direction__line {
width: 76.51px;
height: 3px;
background-color: #FE0000;
}
.direction__descript {
font-family: 'Magistral';
font-size: 18px;
line-height: 24px;
color: rgba(245, 245, 245, 0.8);
margin: 20px 0 0 0;
}
.direction__hover {
opacity: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; transition: .3s;
padding: 24px 24px 0;
}
.direction__item:hover .direction__hover{
opacity: 1;
}
.direction__item:hover .direction__title, .direction__item:hover .direction__descript{
opacity: 0;
}
.direction__item:hover .direction__line{
background-color: transparent;
}
.hover__title {
font-size: 24px;
line-height: 24px; 
color: #F5F5F5; 
font-family: 'Magistral', sans-serif;
margin: 0 0 10px 0;
font-weight: 700;
}
.hover__line {
width: 81.6px;
height: 3px;
background-color: #F5F5F5;
margin: 0 0 20px 0;
}
.hover__group {
font-family: 'Magistral';
color: #F5F5F5;
font-size: 20px;
line-height: 24px;
}
.hover__list {
padding: 0;
font-family: 'Magistral';
color: #F5F5F5;
font-size: 20px;
line-height: 24px;
margin: 0 0 1.5em 1em;	
}
.hover__li {
list-style: disc;
color: #F5F5F5;
}  .item__phone:hover,
.item__phone:active {
outline:0;
color: #00feef;
}
.direction__line { background-color: #00feef;
}
.direction__hover {  }
.hover__line { background-color: #00feef;
} @media (min-width: 1800px) { }
@media (max-width: 900px) {
.direction__item {
width: 49%;
}
.direction__item:last-child {
flex-grow: 0;
}
}
@media (max-width: 550px) {
.direction__item {
width: 100%;
}
.title {
font-size: 36px;
line-height: 36px;  
}
} .about {
margin: 0 0 130px 0;
}
.about .title {
margin: 0 0 66px 0;
margin-bottom: 0.5em;
}
.about__title {
font-family: 'Magistral', sans-serif;
font-size: 24px;
line-height: 1;
color: #F5F5F5;
margin: 0 0 20px 0;
font-weight: 700;
}
.about__line {
width: 90.99px;
height: 3px;
background-color: #00FEEF;
margin: 0 0 24px 0;
}
.about__content {
display: flex;
justify-content: space-between;
align-items: start;
}
.about__text {
width: 518px;
margin: 0 20px 0 0;
font-family: 'Magistral', sans-serif;
font-size: 16px;
line-height: 1.5;
color: rgba(245, 245, 245, 0.8);
}
.about__text p {
margin: 20px 0 0px 0;
display: inline-block;
}
.about__next, .review__next {
display: none;
}
.about__text span, .slide__text span{
display: inline;
text-decoration: underline;
color: #FE0000;
cursor: pointer;
}
.about__video {
width: 500px;
height: 334px;
}
@media (min-width: 1800px) { }
@media (max-width: 1010px) {
.about__content {
display: block;
}
.about__text {
width: 100%;
margin: 0 0 30px 0;
}
.about__video {
display: block;
margin: 0 auto;
}
}
@media (max-width: 500px) {
.about__video {
width: 100%;
height: 246px;
}
} .ns-gallery {
margin: 0 0 130px 0;
}
.gallery__items {
display: flex;
justify-content: space-between;
}
.gallery__items-right {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
width: 79.9%;
}
.gallery__item {
display: block;
width: 24.2%;
margin: 0 0 9px 0;
}
.gallery__item img {
width: 100%;
}
.gallery__items-left {
width: 19.2%;
}
.gallery__left img {
width: 100%;
}
@media (max-width: 768px) {
.gallery__items {
display: block;
}
.gallery__items-right {
width: 100%;
margin: 0 0 9px 0;
}
.gallery__item {
width: 49%;
}
.gallery__items-left {
width: 100%;
}
}
@media (max-width: 424px) {
.gallery__item {
width: 100%;
}
} .review__swiper {
overflow: hidden;
}
.review__swiper-wrapper {
}
.review__swiper-slide {
color: white;
background: none;
}
.slide {
padding: 24px;
border: 1px solid #F5F5F5;
box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.2);
margin: 24px 0 0;
box-sizing: border-box;
}
.hhe {
min-height: 420px;	
}
.slide__icon {
margin-right: 18px;
float: right;
}
.slide__name {
margin: 64px 0 10px 0;
font-family: 'Magistral' sans-serif;
font-size: 24px;
line-height: 1;
}
.slide__line {
width: 104px;
height: 3px;
background-color: #00FEEF;
margin: 0 0 24px 0;
}
.slide__text {
font-family: 'Magistral' sans-serif;
font-size: 18px;
line-height: 1.33;
color: rgba(245, 245, 245, 0.8);
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.review__swiper-pagination {
position: relative;
width: 300px;
height: 10px;
bottom: 0;
margin: 40px auto 130px;
}
.swiper-button-next, .swiper-button-prev {
position: relative !important;
right: 0 !important;
left: 0 !important ;
top: 0 !important;
bottom: 0 !important;
float: right !important;
width: 28px !important;
height: 15px !important;
display: block !important;
margin: 40px 0 0 !important;
}
.swiper-button-next {
margin-left:29px !important;
background: url(//nspreo.ru/wp-content/themes/kadence-child/images/arrow.png) center no-repeat !important;
}
.swiper-button-prev {
margin-right: 0px !important;
background: url(//nspreo.ru/wp-content/themes/kadence-child/images/arrow.png) center no-repeat !important;
transform: rotate(180deg);
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
content: '' !important;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-prev:after {
content: '' !important;
}
@media (min-width: 1800px) { }
@media (max-width: 550px) {
.swiper-button-next, .swiper-button-prev {
display: none !important;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.review__swiper-pagination {
width: 100% !important;
}
.slide__text {
font-size: 16px !important;
}
}
.swiper-pagination-bullet {
width: 8px !important;
height: 8px !important;
}
.ns-gallery .swiper-slide {
padding: 0 !important;
}
.ns-gallery .swiper-pagination {
margin-top: 0 !important;
margin-bottom: 20px !important;
}
@media(min-width: 768px) {
.desktop-hidden {
display: none;
}
}
@media(max-width: 1080px) {
.mobile-hidden {
display: none;
}
.hhe {
min-height: 450px;
margin: 0;
}
.direction__item .direction__hover{
opacity: 1;
}
.direction__item .direction__title, .direction__item:hover .direction__descript{
opacity: 0;
}
.direction__item .direction__line{
background-color: transparent;
}
}
@media(max-width: 942px) {
.hhe {
min-height: 475px;
}
}
@media(max-width: 855px) {
.hhe {
min-height: 545px;
}
}
@media(max-width: 790px) {
.hhe {
min-height: 600px;
}
}
@media(max-width: 700px) {
.hhe {
min-height: 370px;
}
}
.direction__link {
width: 35px;
height: 35px;
background: #000;
display: flex;
border-radius: 100%;
margin: 0;
padding: 0;
position: absolute;
bottom: 24px;
}
.avatar__image {
position: relative;
color: #fff;
margin: auto;
}
a.nullstyle {
transition: none;
color: #fe000000;
position:absolute;
height:100%;
width:100%;
}
a.nullstyle:hover, a.nullstyle:focus, a.nullstyle:active {
color: #00feef00;
}
@media(min-width: 1080px) {
.direction__link{
display: none;
}
}
@media(max-width: 1080px) {	
.direction__item {
margin: 0 0 35px 0;
}	
}
@media(max-width: 940px) {	
.direction__item {
margin: 0 0 32px 0;
}	
}
@media(max-width: 900px) {	
.direction__item {
margin: 0 0 18px 0;
}	
}
@media(max-width: 768px) {
.direction__descript {
display: none;
}
.item__content {
display: flex;
justify-content: center;
}
.admin-bar .swiper__intro {
height: 69vh;
margin: 0 0 80px 0;
}
.swiper__intro {
height: 69vh;
margin: 0 0 80px 0;
}
.direction {
margin: 0 0 80px 0;
}
.ns-gallery {
margin: 0 0 69px 0;
}
.about {
margin: 0 0 80px 0;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.review__swiper-pagination {
margin: 20px auto 80px;
}
}
@media(max-width: 375px) {
.admin-bar .swiper__intro {
height: 82vh;
}
.swiper__intro {
height: 82vh;
}
}	
@media(max-width: 1080px) {
.direction__descript{
display:none;
}
}
.ns-gallery .swiper-slide {
margin-bottom: 20px;
border: none;
}
.about__video-link {
display: block;
position: relative; }
.about__video-link::after {
content: '';
width: 70px;
height: 70px;
background: url(//nspreo.ru/wp-content/themes/kadence-child/images/icons/youtube-icon.svg) center / contain no-repeat;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 2;
}