@import url('https://fonts.cdnfonts.com/css/raleway-5');

* {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*,
html * /* override x.xhtml.ru style */ 
{
  scrollbar-width: thin;
  scrollbar-color: #1a1a1a #2b2b2b;
  
}

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #fefefe;
}
*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #1a1a1a;
  border-radius: 5px;
  border: 3px solid #2b2b2b;

}
img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}
html{
    height: -webkit-fill-available;
}
body {
    margin: 0 !important;
    padding: 0;
    background: #1a1a1a;
    color: #efefef;
    font-family: 'Raleway', sans-serif;
font-size: 18px;
line-height: normal;
min-height: 100vh; 
min-height: -webkit-fill-available;

}
table {
	width: 100%;
	margin: 25px 0;
	border: 1px solid #b8bedc;
	border-collapse: collapse; 
}
table th {
	font-weight: bold;
	padding: 15px;
	background: #1a1a1a;
	border: 1px solid #b8bedc;
}
table td {
	border: 1px solid #b8bedc;
	padding: 15px;
}
blockquote{
    margin: 0;
}
.table-wrap{
    overflow-x: auto;
}
.btn{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.btn-blue{
    color: #fff;
    background-color: #1FA1FF;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px;
}
.header{
    padding-top: 40px;
}
.header-navbar {
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
  padding: 15px 0;
}
.header-navbar button{
    display: none;
}
.header-navbar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    gap: 15px 30px;
    padding: 0;
    margin: 0;
}
.header-navbar ul li a{
    text-decoration: none;
    color: #fff;
}
#pagepiling{
    height: 100vh;
    overflow-y: auto;
      /* определяем привязку прокрутки */
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.section {
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    /* height: 100%; */
     /* настраиваем поведение прокрутки для секции */
  scroll-snap-align: start;
background-size: cover !important;
background-position: 50% 0 !important;
}


.section-1 {
    background: -o-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-1.jpg) no-repeat center center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url(../img/section-bg-1.jpg) no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-1.jpg) no-repeat center center;
    background-size: cover;
}

.section-2 {
    background: -o-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-2.jpg) no-repeat center center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url(../img/section-bg-2.jpg) no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-2.jpg) no-repeat center center;
    background-size: cover;
}

.section-3 {
    background: -o-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-3.jpg) no-repeat center center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url(../img/section-bg-3.jpg) no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-3.jpg) no-repeat center center;
    background-size: cover;
}

.section-4 {
    background: -o-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-4.jpg) no-repeat center center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url(../img/section-bg-4.jpg) no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-4.jpg) no-repeat center center;
    background-size: cover;
}

.section-5 {
    background: -o-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-5.jpg) no-repeat center center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url(../img/section-bg-5.jpg) no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-5.jpg) no-repeat center center;
    background-size: cover;
}

.section-6 {
    background: -o-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-6.jpg) no-repeat center center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url(../img/section-bg-6.jpg) no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-6.jpg) no-repeat center center;
    background-size: cover;
}

.section-7 {
    background: -o-linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-7.jpg) no-repeat center center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .2))), url(../img/section-bg-7.jpg) no-repeat center center;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url(../img/section-bg-7.jpg) no-repeat center center;
    background-size: cover;
}

.section-content{
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 20px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 600px;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
}

.slide-to-left {
    -webkit-animation: slide-to-left 2s 1;
            animation: slide-to-left 2s 1
  }
  @-webkit-keyframes slide-to-left {
    0% {
        right: -100%;
    }
    50% {
        right: 50px;
    }
  }
  @keyframes slide-to-left {
    0% {
        right: -100%;
    }
    50% {
        right: 50px;
    }
  }
  @-webkit-keyframes slide-to-right {
    0% {
        left: -100%;
    }
    50% {
        left: 50px;
    }
  }
  @keyframes slide-to-right {
    0% {
        left: -100%;
    }
    50% {
        left: 50px;
    }
  }
.section-content__left{
    right: auto;
    left: 50px;
}
.section-title__first{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 38px;
    font-weight: 400;
    line-height: 48px;
}
.section-title__first span{
    font-size: 28px;
    color: #b7b7b7;
}
.posts{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.section-title{
    font-size: 48px;
    line-height: normal;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.post-item{
    height: 200px;
}
.post-item img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
    margin-top: 25px;
}
.social a{
    text-decoration: none;
    color: #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.social-item a svg {
    width: 30px;
    height: 30px;
}
.instagram {
    max-width: 390px;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
   padding-top: 25px;
    border-radius: 10px;
    overflow: hidden;
}

.instagram-header{
 padding: 0 15px;
}
.instagram-logo{
    margin-bottom: 15px;
}
.instagram-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
}
.instagram-img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    overflow: hidden;
    background: -o-linear-gradient(left, red, orange);
    background: -webkit-gradient(linear, left top, right top, from(red), to(orange));
    background: linear-gradient(to right, red, orange);
    padding: 3px;
}
.instagram-img img{
   width: 100%;
   height: 100%;
   border-radius: 100%;
}

.instagram-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
    gap: 20px;
    width: 60%;
}
.instagram-metrics{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 20px;
    color: #1a1a1a;
    text-align: center;
}
.instagram-metrics__value{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 24px;
}
.instagram-metrics__caption{
    font-size: 14px;
}
.instagram-action{
    width: 100%;
 margin-bottom: 15px;
   padding: 0 15px;
}
.instagram-action .btn-blue{
    width: 100%;
}
.instagram-desc {
    padding: 15px 0;
    color: #1a1a1a;
    font-size: 16px;
}
.instagram-desc a{
    text-decoration: none;
    color: #004c8b;
}
.instagram-username{
    font-weight: 600;
    margin-bottom: 5px;
}
.instagram-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
    grid-template-columns: repeat(3,1fr);
   gap: 5px;
}
.instagram-item{
    height: 130px;
}
.instagram-item img{
    width: 100%;
    height: 100%;
}
.seo-text{
    height: 100vh;
    color: #b8bedc;
    font-size: 16px;
    line-height: 26px;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.page-template-default .seo-text{
    padding-top: 100px;
}
.seo-text h1{
    font-size: 40px;
    line-height: 50px;
}
.seo-text h2{
    font-size: 32px;
    line-height: 42px;
}
.seo-text h3{
    font-size: 24px;
    line-height: 34px;
}

.footer {
    background: #000000;
    color: #bfbfbf;
    padding: 35px 0;
}
.footer-navbar ul{
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
    margin: 0;
    padding: 0;
}
.footer a{
    color: #b8bedc;
}
@media screen and (max-width: 768px) {
    .section-content{
        left: 50%;
        right: auto;
        bottom: 0;
        top: auto;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: none;
        border-radius: 0;
    }
    .instagram{
        left: 50%;
        right: auto;
        bottom: 0;
        top: auto;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: none;
        width: 100%;
    }
    .instagram-body{
        display: none;
    }
    .header-navbar ul{
        display: none;
    }
    .header-navbar button{
        background: none;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-navbar button svg{
        fill: #fff;
        width: 30px;
        height: 30px;
    }
    .header-navbar .toggled ul{
        display: flex;
        flex-direction: column;
    }
}
@media screen and (max-width: 580px) {
    .post-item img{
       width: 100%;
       height: 100%;
    }
}
@media screen and (max-width: 375px) {
    .section-title__first,
    .section-title{
        font-size: 38px;
        line-height: 48px;
    }
    .section-title__first span{
        font-size: 18px;
    }
    .section-content{
        font-size: 14px;
    }
    .instagram{
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        left: 0;
        right: 0;
    }
    .instagram-meta{
        width: 70%;
    }
    .post-item{
        height: 100px;
    }
}
@media screen and (orientation: landscape) and (max-width: 1000px) {
    .section-title{
        font-size: 38px;
    }
    .section-content,
    .instagram{
        right: 0;
        bottom: 0;
        top: auto;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .instagram-body{
        display: none;
    }
    .section-content__left{
        right: auto;
        left: 0;
        border-top-right-radius: 10px;
        border-top-left-radius: 0;
    }
    .section-6 .section-content{
       max-width: none;
       max-height: 50%;
    }
    .posts{
       -ms-grid-columns: (1fr)[4];
       grid-template-columns: repeat(4, 1fr);
    }
    .post-item{
        height: 100px;
    }
}