/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
body {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:visited {
    color: black;
}
.container {
    width: 1280px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
section {
    margin-bottom: 80px;
    max-width: 1920px;
    margin: 0 auto 80px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
header {
    height: 120px;
}
header .container {
    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;
}
header .container .logo {
    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;
    width: 100px;
}
header .container .logo:hover .img-rotate {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
}
header .container .logo img {
    margin-right: 30px;
    height: 100%;
    -webkit-transition: 0.8s all;
    -o-transition: 0.8s all;
    transition: 0.8s all;
}

header .container .logo img:last-child {
    margin-right: 0;
}
header .container .menu {
    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;
}
header .container .menu .menu__item {
    margin-left: 80px;
    font-size: 20px;
    position: relative;
    color: black;
}
header .container .menu .menu__item::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    inset: 0 0 0 0;
    background: hsl(60deg 100% 50%);
    z-index: -1;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
            transform-origin: bottom right;
}
header .container .menu .menu__item:hover::before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
            transform-origin: bottom left;
}



header .container .menu .menu__item:first-child{
    margin-left: 0;
}
#we2 {
    overflow: visible;
}
#we1 {
    overflow: visible;
}
#ruslan {
    overflow: visible;
}
#idea {
    overflow: visible;
}
#about-us {
    height: 500px;
    position: relative;
    background: url('../img/all.png') no-repeat;
    background-position: right center;
    background-size: 60%;
}
#about-us .container .about-all {
    position: absolute;
    z-index: -10;
    top: 0;
    right: 0;
    left: auto;
    height: 500px;
    -webkit-filter: grayscale(0.5);
            filter: grayscale(0.5);
}
#about-us .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
#about-us .container img {
    position: absolute;
    max-width: 1520px;
}
#about-us .about-left {
    width: 38%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#about-us .about-left p {
    padding: 0 250px 0 0;
}
#about-us .about-left p span{
    font-size: 22px;
    display: inline;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 -0.175em white, inset 0 -0.45em #AEDADF;
            box-shadow: inset 0 -0.175em white, inset 0 -0.45em #AEDADF;
    font-weight: 600;
}
#about-us .about-left p:before {
    content: 'Карьера в Hoster.KZ';
    font-size: 18px;
    color: #30a6ae;
    position: absolute;
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg);
    left: -122px;
    top: 202px;
}
#about-us .about-left hr {
    border: 1px solid;
    height: 2px;
    width: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#about-us .about-left a {
    padding: 16px 60px;
    border: 1px solid black;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    color: black;
    display: inline-block;
}
#about-us .about-left a:hover {
    background: black;
    color: white;
}
#about-us .about-right {
    width: 62%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 0 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 5px;
}
#about-us .about-right p {
    font-size: 50px;
    color: white;
    line-height: 46px;
    margin-bottom: 60px;
    font-weight: 600;
}
#about-us .about-right a {
    display: inline;
    padding: 20px 30px;
    background: #FFE300;
    font-weight: 600;
    -webkit-box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
            box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    color: black;
}
#about-us .about-right a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
}
#about-info p {
    position: relative;
    font-size: 40px;
    padding: 0 300px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 80px;
}
#about-info .about__items {
    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;
}
.prof {
    font-weight: 600;
    padding: 0 !important;
    display: inline !important;
}
#about-info .about__items hr{
    border: 1px solid;
    width: 125px;
    -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
            transform: translateY(-30px);
}
#about-info .about__items__block {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 14%;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
#about-info .about__items__block:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
#about-info .about__items__block img {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    width: 38%;
}
#about-info .about__items__block span {
    font-weight: 900;
    -ms-flex-item-align: end;
        align-self: flex-end;
}
.text-dec {
    -webkit-box-shadow: inset 0 -0.175em white, inset 0 -0.45em #AEDADF;
            box-shadow: inset 0 -0.175em white, inset 0 -0.45em #AEDADF;
}
#stats {
    height: 450px;
    background: #caedff;
    position: relative;
}
#stats .container{
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 800px;
}
#stats img{
    position: absolute;
    left: -100px;
    width: 420px;
    top: 10%;
    height: 80%;
    -webkit-transition: 6s all;
    -o-transition: 6s all;
    transition: 6s all;
    -webkit-animation: rotate infinite 10s linear;
            animation: rotate infinite 10s linear;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
#stats img:hover {
    -webkit-transform: translateY(-50%) rotate(360deg);
        -ms-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
}
#stats .container .stats__item {
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
#stats .container .stats__item:hover span:first-child{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
#stats .container .stats__item span{
    display: block;
    text-align: center;
}
#stats .container .stats__item span:first-child{
    font-size: 58px;
    font-weight: 600;
    margin: 0 0 15px 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
#stats .container .stats__item span{
    font-size: 16px;
}

#achievments {
    background: url(../img/num-bg.png) no-repeat;
    background-position: right center;
    background-size: 85%;
    height: 450px;
    padding: 50px 0;
}
#achievments .container {
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#achievments .container .ach__item {
    width: 45%;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
#achievments .container .ach__item>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#achievments .container .ach__item .lid-prod{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#achievments .container .ach__item img {
    width: 33%;
    margin-right: 20px;
}
#achievments .container .ach__item .ach__item__subitem {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 8px;
    display: inline;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-weight: 600;
    background: white;
}
#achievments .container .ach__item .ach__item__title::before {
    content: '';
    background: url(../img/arrow.svg) center center/cover no-repeat;
    position: absolute;
    width: 18px;
    height: 25px;
    left: -43px;
    top: -4px;
}
#achievments .container .ach__item .ach__item__title {
    font-size: 18px;
    font-weight: 900;
    margin: 20px 0;
    position: relative;
}
.bw-btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 16px 60px;
    border: 1px solid;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer;
}
.bw-btn:hover {
    background: black;
    color: white;
}
#vacancies .container {
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#vacancies .container .left-box {
    width: 55%;
    font-size: 33px;
    font-weight: 900;
}
#vacancies .container .vac__wrap {
    width: 100%;
}
#vacancies .container>div {
    width: 100%;
}
#vacancies button {
    border: none;
}
.vac__item:first-child .faq-accordion {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}
.vac__item .faq-accordion {
    border-bottom: 1px solid black;
}

.faq-accordion__control {
    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;
    padding: 30px 0;
    width: 100%;
    font-family: sans-serif;
    font-size: 20px;
    text-align: left;
    color: black;
    background-color: transparent;
    cursor: pointer;
}

.faq-accordion__content {
    overflow: hidden;
    padding-right: 70px;
    padding-bottom: 0;
    max-height: 0;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    font-family: sans-serif;
    color: rgb(0 0 0 / 77%);
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    will-change: max-height;
}

.open .faq-accordion__content {
    padding-bottom: 18px;
    opacity: 1;
}

.faq-accordion__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: rotate(-45deg) scale(0.5);
        -ms-transform: rotate(-45deg) scale(0.5);
            transform: rotate(-45deg) scale(0.5);
}

.faq-accordion.open .faq-accordion__icon {
    -webkit-transform: rotate(0deg) scale(0.5);
        -ms-transform: rotate(0deg) scale(0.5);
            transform: rotate(0deg) scale(0.5);
    border: 1px solid black;
}
.faq-accordion__subtitle {
    font-size: 16px;
    color: grey;
}

#res-form {
    background: url(../img/form-bg.png) center center/cover no-repeat;
    height: 450px;
    padding: 50px 0;
    background-position-y: 44px;
}
#res-form .container {
    width: 800px;
    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;
}
#res-form .container .left-box {
    width: 35%;
}
#res-form .container .left-box p {
    font-size: 33px;
    font-weight: 900;
    margin: 0 0 20px 0;
}
#res-form .container .left-box span {
    font-size: 20px;
}
#res-form .container .right-box {
    width: 65%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#res-form .container .right-box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
}
#res-form .container .right-box form div {
    width: 48%;
    height: 100%;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#res-form .container .right-box form div input {
    border: 1px solid black;
    color: black;
    padding: 16px 16px;
    outline: none;
    background: transparent;
    margin-bottom: 20px;
}
#res-form .container .right-box form div:nth-child(2) {
    margin-left: 20px;
}
#res-form .container .right-box form div:nth-child(2) input {
    border: 1px solid black;
    color: black;
    padding: 16px 16px;
    outline: none;
    background: transparent;
    margin-bottom: 20px;
    width: 100%;
}
#res-form .container .right-box form div textarea {
    border: 1px solid black;
    color: black;
    padding: 16px 16px;
    outline: none;
    background: transparent;
    min-height: 118px !important;
    margin: 6px 0 20px 0px;
    display: block;
    max-width: 100%;
    min-width: 100%;
    resize: none;
}
#res-form .container .right-box form div textarea::-webkit-input-placeholder {
    color: black;
}
#res-form .container .right-box form div textarea::-moz-placeholder {
    color: black;
}
#res-form .container .right-box form div textarea:-ms-input-placeholder {
    color: black;
}
#res-form .container .right-box form div textarea::-ms-input-placeholder {
    color: black;
}
#res-form .container .right-box form div textarea::placeholder {
    color: black;
}
#res-form .container .right-box form div input::-webkit-input-placeholder {
    color: black;
}
#res-form .container .right-box form div input::-moz-placeholder {
    color: black;
}
#res-form .container .right-box form div input:-ms-input-placeholder {
    color: black;
}
#res-form .container .right-box form div input::-ms-input-placeholder {
    color: black;
}
#res-form .container .right-box form div input::placeholder {
    color: black;
}
#res-form .container .right-box form button {
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: white;
    border: 1px solid black;
    background: black;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
    -webkit-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
            transform: translateY(-70px);
}
#res-form .container .right-box form button:hover {
    background: white;
    color: black;
}
#video h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 80px;
    font-size: 40px;
}
#video .video-about {
    height: 500px;
    border: 1px solid black;
    display: block;
    margin: 0 auto;
}
#worth {
    position: relative;
}
#worth h2 {
    display: block;
    width: 600px;
    font-size: 35px;
    margin: 0 auto 30px;
    text-align: center;
}
#worth .container .hashtag {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 60px;
    text-align: center;
    background: #ABDADF;
    padding: 10px 20px;
}
#worth .container .worth__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
#worth .container .worth__wrap .worth__left {
    margin-right: 40px;
}
#worth .container .worth__wrap .worth__right {
    margin-left: 40px;
}
#worth .container .worth__wrap img {
    height: 100px;
    margin: 0 20px;
    width: 100px;
}
#worth .container .worth__wrap .worth__left .faq-accordion .faq-accordion__control {
    border: none;
    border-top: 1px solid black;
}
#worth .container .worth__wrap .worth__right .faq-accordion .faq-accordion__control {
    border: none;
    border-top: 1px solid black;
}
#worth .faq-accordion__title {
    text-align: left;
    width: 100%;
    font-weight: 600;
}
#comment {
    height: 400px;
    background: #d4e9eb;
    position: relative;
}
#comment .container {
    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;
    width: 698px;
    text-align: center;
    font-size: 18px;
}
#comment .container h2 {
    font-weight: 400;
    line-height: 48px;
}
#comment .container h2 b{
    -webkit-box-shadow: inset 0 -0.375em #ffffffcc, inset 0 -0.45em #ffffff;
            box-shadow: inset 0 -0.375em #ffffffcc, inset 0 -0.45em #ffffff;
}
#comment .container h2 span{
    -webkit-box-shadow: inset 0 -0.375em #ffffffcc, inset 0 -0.45em #ffffff;
            box-shadow: inset 0 -0.375em #ffffffcc, inset 0 -0.45em #ffffff;
}
#comment .hl-rot {
    right: -100px;
    position: absolute;
    left: auto;
    width: 420px;
    top: 10%;
    height: 80%;
    -webkit-transition: 6s all;
    -o-transition: 6s all;
    transition: 6s all;
    -webkit-animation: rotate infinite 10s linear;
            animation: rotate infinite 10s linear;
}
#alla {
    margin-bottom: 100px;
}
#alla .container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
#alla .container .first-box {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
}
#alla .container .first-box::before {
    content: '';
    background: url(../img/svg/kovichki.svg) center/cover no-repeat;
    width: 30px;
    height: 31px;
    position: absolute;
    left: 52px;
    top: 74px;
}
#alla .container .first-box p {
    font-size: 23px;
    width: 60%;
    margin-bottom: 60px;
}
#alla .container .first-box p:first-child {
    font-weight: 600;
}
#alla .container .first-box p span {
    font-size: 18px;
    display: block;
    padding: 0 46px;
}
#alla .container .first-box .btn-ye {
    padding: 20px 30px;
    background: #FFE300;
    font-weight: 600;
    -webkit-box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
            box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
    -webkit-transform: translateX(-34px);
        -ms-transform: translateX(-34px);
            transform: translateX(-34px);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer;
}
#alla .container .first-box .btn-ye:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
}
#alla .container .first-box .a-tire:before {
    display: inline-block;
    content: '—';
    font-size: 40px;
    margin-right: 10px;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
}
#alla .container .second-box {
    width: 50%;
    position: relative;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#alla .container .second-box .alla-front {
    position: absolute;
    bottom: 77px;
    height: 85%;
    left: 70px;
}
#alla .container .second-box .alla-back {
    height: 72%;
}

#idea {
    position: relative;
    margin-bottom: 100px;
}
#idea .container {
    position: relative;
}
#idea .container .idea__back{
    position: absolute;
    font-size: 220px;
    opacity: 0.05;
    left: 32%;
    top: -38px;
    font-weight: 500;
}
#idea .container .idea__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
#idea .container .idea__wrapper img {
    width: 30%;
}
#idea .container .idea__wrapper .idea__text {
    width: 70%;
    padding-left: 20px;
}
#idea .container .idea__wrapper .idea__text {
    width: 50%;
    padding-left: 65px;
}
#idea .container .idea__wrapper .idea__text h3{
    font-size: 40px;
    margin-bottom: 40px;
}
#idea .container .idea__wrapper .idea__text span{
    font-size: 24px;
    -webkit-box-shadow: inset 0 -0.375em #ffe503cc, inset 0 -0.45em #ffffff;
            box-shadow: inset 0 -0.375em #ffe503cc, inset 0 -0.45em #ffffff;
}
#idea .container .idea__wrapper .idea__text b{
    font-size: 24px;
    -webkit-box-shadow: inset 0 -0.375em #ffe503cc, inset 0 -0.45em #ffffff;
            box-shadow: inset 0 -0.375em #ffe503cc, inset 0 -0.45em #ffffff;
}

#ruslan {
    margin-bottom: 140px;
}

#ruslan .container .first-box h3 {
    font-size: 40px;
    margin-bottom: 40px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 0 60px;
}
#ruslan .container {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    position: relative;
}
#ruslan .container .first-box {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
}
#ruslan .container .first-box::before {
    content: '';
    background: url(../img/svg/kovichki.svg) center/cover no-repeat;
    width: 30px;
    height: 31px;
    position: absolute;
    left: 0px;
    top: 80px;
}
#ruslan .container .first-box p {
    font-size: 23px;
    width: 83%;
    margin-bottom: 60px;
}
#ruslan .container .first-box p:first-child {
    font-weight: 600;
}
#ruslan .container .first-box p span {
    font-size: 18px;
    display: block;
    padding: 0 46px;
}
#ruslan .container .first-box a {
    padding: 20px 30px;
    background: #FFE300;
    font-weight: 600;
    -webkit-box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
            box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
    -webkit-transform: translateX(-34px);
        -ms-transform: translateX(-34px);
            transform: translateX(-34px);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
#ruslan .container .first-box a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
}
#ruslan .container .first-box .a-tire:before {
    display: inline-block;
    content: '—';
    font-size: 40px;
    margin-right: 10px;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
}
#ruslan .container .second-box {
    width: 40%;
    position: relative;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#ruslan .container .second-box .rus-front {
    position: absolute;
    bottom: 64px;
    height: 85%;
    left: 70px;
}
#ruslan .container .second-box .rus-back {
    height: 72%;
}
#ruslan .container .ruslan__back{
    position: absolute;
    font-size: 220px;
    opacity: 0.05;
    left: -11%;
    top: -38px;
    font-weight: 500;
}

#spec {
    height: 450px;
    background: #d4e9eb;
    position: relative;
}
#spec .container {
    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;
    width: 698px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-size: 18px;
}
#spec .container h2 {
    font-weight: 400;
    line-height: 48px;
}
#spec .container h2 b{
    -webkit-box-shadow: inset 0 -0.375em #ffffffcc, inset 0 -0.45em #ffffff;
            box-shadow: inset 0 -0.375em #ffffffcc, inset 0 -0.45em #ffffff;
}
#spec .container h2 span{
    -webkit-box-shadow: inset 0 -0.375em #ffffffcc, inset 0 -0.45em #ffffff;
            box-shadow: inset 0 -0.375em #ffffffcc, inset 0 -0.45em #ffffff;
}

#spec .hl-rot {
    left: -100px;
    position: absolute;
    right: auto;
    width: 420px;
    top: 10%;
    height: 80%;
    -webkit-transition: 6s all;
    -o-transition: 6s all;
    transition: 6s all;
    -webkit-animation: rotate infinite 10s linear;
            animation: rotate infinite 10s linear;
}
#spec .container .btn-ye {
    padding: 20px 30px;
    background: #FFE300;
    font-weight: 600;
    -webkit-box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
            box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    display: block;
    text-align: center;
    margin: 30px auto 0;
    cursor: pointer;
}
#spec .container .btn-ye:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
}

#we1 {
    margin-top: 150px;
    margin-bottom: 200px;
}
#we1 .container {
    position: relative;
}
#we1 .container .we1__back {
    position: absolute;
    font-size: 255px;
    opacity: 0.05;
    left: 0%;
    top: -36px;
    font-weight: 500;
}
#we1 .we1__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#we1 .we1__wrap .we1__text {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 80px;
}
#we1 .we1__wrap .we1__text div{
    width: 380px;
}
#we1 .we1__wrap .we1__img {
    width: 50%;
    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;
}
#we1 .we1__wrap .we1__img img {
    width: 100%;
}
#we1 .we1__wrap .we1__text h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
#we1 .we1__wrap .we1__text h3::before {
    content: '';
    position: absolute;
    background: url(../img/darts.png) center / cover no-repeat;
    width: 120px;
    height: 120px;
    right: -24px;
    top: -90px;
}
#we1 .we1__wrap .we1__text .text-1 {
    font-size: 18px;
    font-weight: 600;
    -webkit-box-shadow: inset 0 -0.175em white, inset 0 -0.45em #aedadf;
            box-shadow: inset 0 -0.175em white, inset 0 -0.45em #aedadf;
}
#we1 .we1__wrap .we1__text .text-2 {
    font-size: 18px;
    margin-top: 40px;
}



#we2 {
    margin-bottom: 150px;
}
#we2 .container {
    position: relative;
}
#we2 .container .we2__back {
    position: absolute;
    font-size: 175px;
    opacity: 0.05;
    left: 50%;
    top: -29px;
    z-index: -10;
    font-weight: 500;
}
#we2 .we2__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#we2 .we2__wrap .we2__text {
    width: 50%;
    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;
    padding-left: 80px;
}
#we2 .we2__wrap .we2__text div{
    width: 380px;
}
#we2 .we2__wrap .we2__img {
    width: 50%;
    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;
}
#we2 .we2__wrap .we2__img img {
    width: 100%;
}
#we2 .we2__wrap .we2__text h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
#we2 .we2__wrap .we2__text h3::before {
    content: '';
    position: absolute;
    background: url(../img/pazl.svg) center / cover no-repeat;
    width: 100px;
    height: 100px;
    right: -14px;
    top: -55px;
}
#we2 .we2__wrap .we2__text .text-1 {
    font-size: 18px;
    margin-bottom: 40px;
    font-weight: 600;
}
#we2 .we2__wrap .we2__text .text-2 {
    font-size: 18px;
    -webkit-box-shadow: inset 0 -0.375em #ffe503cc, inset 0 -0.45em #ffffff;
            box-shadow: inset 0 -0.375em #ffe503cc, inset 0 -0.45em #ffffff;
}

#ppl .container h2 {
    display: block;
    font-size: 50px;
    margin: 0 auto 120px;
    text-align: center;
}
#ppl .container .ppl__wrap {
    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;
}
#ppl .container .ppl__wrap .ppl__julia{
    width: 100%;
    padding-right: 80px;
}
#ppl .container .ppl__wrap .ppl__pavel{
    width: 100%;
    padding-left: 80px;
}
#ppl .container .ppl__wrap>div {
    width: 50%;
}
#ppl .container .ppl__wrap .ppl__julia div:first-child p {
    font-size: 23px;
    margin-bottom: 60px;
    position: relative;
    padding: 0 0 0 30px;
}
#ppl .container .ppl__wrap .ppl__julia div:first-child p:first-child::before {
    content: '';
    background: url(../img/svg/kovichki.svg) center/cover no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -5px;
    top: 0px;
}
#ppl .container .ppl__wrap .ppl__julia div:first-child p:last-child {
    font-size: 23px;
    margin-bottom: 60px;
    position: relative;
}
#ppl .container .ppl__wrap .ppl__julia div:first-child p:last-child::before {
    display: inline-block;
    content: '—';
    font-size: 40px;
    margin-right: 10px;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
}
#ppl .container .ppl__wrap .ppl__julia div:first-child p:last-child span {
    font-size: 18px;
    display: block;
    padding: 0 46px;
}
#ppl .container .ppl__wrap .ppl__julia div:last-child {
    position: relative;
    height: 300px;
}
#ppl .container .ppl__wrap .ppl__julia div:last-child .julia-back {
    position: absolute;
    height: 90%;
    right: 0;
    bottom: 0;
}
#ppl .container .ppl__wrap .ppl__julia div:last-child .julia-front {
    position: absolute;
    height: 125%;
    right: 0;
    bottom: -1px;
}

#road .container .btn-ye {
    padding: 20px 30px;
    background: #FFE300;
    font-weight: 600;
    -webkit-box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
            box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    display: block;
    text-align: center;
    margin: 30px auto 0;
    cursor: pointer;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
#road .container .btn-ye:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
}

#ppl .container .ppl__wrap .ppl__pavel div:last-child p {
    font-size: 23px;
    margin-bottom: 60px;
    position: relative;
    padding: 0 0 0 30px;
}
#ppl .container .ppl__wrap .ppl__pavel div:last-child p:first-child::before {
    content: '';
    background: url(../img/svg/kovichki.svg) center/cover no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: -5px;
    top: 0px;
}
#ppl .container .ppl__wrap .ppl__pavel div:last-child p:last-child {
    font-size: 23px;
    margin-bottom: 60px;
    position: relative;
}
#ppl .container .ppl__wrap .ppl__pavel div:last-child p:last-child::before {
    display: inline-block;
    content: '—';
    font-size: 40px;
    margin-right: 10px;
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
}
#ppl .container .ppl__wrap .ppl__pavel div:last-child p:last-child span {
    font-size: 18px;
    display: block;
    padding: 0 46px;
}
#ppl .container .ppl__wrap .ppl__pavel div:first-child {
    position: relative;
    height: 300px;
    margin-bottom: 60px;
}
#ppl .container .ppl__wrap .ppl__pavel div:first-child .pavel-back {
    position: absolute;
    height: 78%;
    left: 28px;
    bottom: 0;
}
#ppl .container .ppl__wrap .ppl__pavel div:first-child .pavel-front {
    position: absolute;
    height: 120%;
    left: 0;
    bottom: -1px;
}

#gallery .parent {
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

#gallery .parent > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

#gallery .parent > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

#gallery .parent > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
}

#gallery .parent > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
}

#gallery .parent > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

#gallery .parent > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

#gallery .parent > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
}

#gallery .parent > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
}

#gallery .parent > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
}

#gallery .parent > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
}

#gallery .parent > *:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
}

#gallery .parent > *:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
}

#gallery .parent > *:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
}

#gallery .parent > *:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
}

#gallery .parent > *:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
}

#gallery .parent > *:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
}
#gallery .parent div img {
    width: 100%;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
#gallery .parent div img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
#gallery .div1 { -ms-grid-row: 1; -ms-grid-row-span: 2; -ms-grid-column: 1; -ms-grid-column-span: 2; grid-area: 1 / 1 / 3 / 3; }
#gallery .div2 { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 3; -ms-grid-column-span: 1; grid-area: 1 / 3 / 2 / 4; }
#gallery .div3 { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 4; -ms-grid-column-span: 1; grid-area: 1 / 4 / 2 / 5; }
#gallery .div4 { -ms-grid-row: 2; -ms-grid-row-span: 1; -ms-grid-column: 3; -ms-grid-column-span: 1; grid-area: 2 / 3 / 3 / 4; }
#gallery .div5 { -ms-grid-row: 2; -ms-grid-row-span: 1; -ms-grid-column: 4; -ms-grid-column-span: 1; grid-area: 2 / 4 / 3 / 5; }
#gallery .div6 { -ms-grid-row: 3; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: 3 / 1 / 4 / 2; }
#gallery .div7 { -ms-grid-row: 3; -ms-grid-row-span: 1; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-area: 3 / 2 / 4 / 3; }
#gallery .div8 { -ms-grid-row: 3; -ms-grid-row-span: 1; -ms-grid-column: 3; -ms-grid-column-span: 2; grid-area: 3 / 3 / 4 / 5; }
#gallery .div9 { -ms-grid-row: 4; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 2; grid-area: 4 / 1 / 5 / 3; }
#gallery .div10 { -ms-grid-row: 4; -ms-grid-row-span: 1; -ms-grid-column: 3; -ms-grid-column-span: 1; grid-area: 4 / 3 / 5 / 4; }
#gallery .div11 { -ms-grid-row: 4; -ms-grid-row-span: 1; -ms-grid-column: 4; -ms-grid-column-span: 1; grid-area: 4 / 4 / 5 / 5; }

#road {

}

#road img {
    display: block;
    height: 1560px;
    margin: 0 auto;
}

#footer {
    height: 200px;
    background: #F3F3F3;
    padding: 40px 0;
    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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
#footer .footer__copy {
    display: block;
    color: rgb(51, 51, 51);
    margin-bottom: 25px;
}
#footer .footer__copy a {
    color: #333;
    text-decoration: underline;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
#footer .footer__copy a:hover{
    text-decoration: none;
}
#footer .footer__soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
#footer .footer__soc a:first-child img {
    height: 20px;
}
#footer .footer__soc a:last-child img {
    height: 20px;
}
#footer .footer__soc a:first-child {
    margin-right: 10px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
#footer .footer__soc a:last-child {
    margin-left: 10px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
#footer .footer__soc a:first-child:hover {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}
#footer .footer__soc a:last-child:hover {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
}

.modal {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.95);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.modal .modal__box {
    max-width: 1000px;
    min-width: 300px;
    opacity: 1;
    width: 1000px;
    height: 600px;
    background: url('../img/modal.png') center / cover no-repeat;
    padding: 50px;
    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;
    position: relative;
}
.modal .modal__box .modal-close {
    position: absolute;
    top: 21px;
    right: 25px;
    font-size: 20px;
    width: 25px;
    height: 25px;
    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;
    border: 1px solid black;
    border-radius: 2px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer;
}
.modal .modal__box .modal-close:hover {
    background: black;
    color: white;
}
.modal .modal__box form {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 300px;
    max-width: 300px;
}
.modal .modal__box form h2 {
    margin-bottom: 20px;
}

.modal .modal__box form input {
    border: 1px solid black;
    color: black;
    padding: 16px 16px;
    outline: none;
    background: transparent;
    margin-bottom: 10px;
    width: 100%;
}
.modal .modal__box form input::-webkit-input-placeholder {
    color: black;
}
.modal .modal__box form input::-moz-placeholder {
    color: black;
}
.modal .modal__box form input:-ms-input-placeholder {
    color: black;
}
.modal .modal__box form input::-ms-input-placeholder {
    color: black;
}
.modal .modal__box form input::placeholder {
    color: black;
}
.modal .modal__box form textarea {
    border: 1px solid black;
    color: black;
    padding: 16px 16px;
    outline: none;
    background: transparent;
    min-height: 80px !important;
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    min-width: 100%;
    resize: none;
}
.modal .modal__box form textarea::-webkit-input-placeholder {
    color: black;
}
.modal .modal__box form textarea::-moz-placeholder {
    color: black;
}
.modal .modal__box form textarea:-ms-input-placeholder {
    color: black;
}
.modal .modal__box form textarea::-ms-input-placeholder {
    color: black;
}
.modal .modal__box form textarea::placeholder {
    color: black;
}
.modal .modal__box form button {
    width: 100%;
    height: 50px;
    color: white;
    border: 1px solid black;
    background: black;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    position: relative;
}
.modal .modal__box form button:hover {
    background: white;
    color: black;
}
.open-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.worth__wrap__mob {
    display: none;
}
.mobile-gallery {
    display: none;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent1 {
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[1];
    grid-template-rows: repeat(1, 1fr);
    /* grid-column-gap: 10px;
    grid-row-gap: 10px; */
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent2 {
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    /* grid-column-gap: 10px;
    grid-row-gap: 10px; */
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent2 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent2 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent3 {
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    /* grid-column-gap: 10px;
    grid-row-gap: 10px; */
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent3 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent3 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent3 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent4 {
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    /* grid-column-gap: 10px;
    grid-row-gap: 10px; */
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent4 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent4 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent4 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent4 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent2 .div2 { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: 1 / 1 / 2 / 2; }
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent2 .div3 { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-area: 1 / 2 / 2 / 3; }
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent2 .div4 { -ms-grid-row: 2; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: 2 / 1 / 3 / 2; }
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent2 .div5 { -ms-grid-row: 2; -ms-grid-row-span: 1; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-area: 2 / 2 / 3 / 3; }
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent3 .div6 { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: 1 / 1 / 2 / 2; }
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent3 .div7 { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-area: 1 / 2 / 2 / 3; }
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent4 .div8 { -ms-grid-row: 1; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: 1 / 1 / 2 / 2; }
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent3 .div9 { -ms-grid-row: 2; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 2; grid-area: 2 / 1 / 3 / 3; }
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent4 .div10 { -ms-grid-row: 2; -ms-grid-row-span: 1; -ms-grid-column: 1; -ms-grid-column-span: 1; grid-area: 2 / 1 / 3 / 2; }
.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide .parent4 .div11 { -ms-grid-row: 2; -ms-grid-row-span: 1; -ms-grid-column: 2; -ms-grid-column-span: 1; grid-area: 2 / 2 / 3 / 3; }

.mobile-gallery .swiper-container .swiper-wrapper .swiper-slide div img {
    width: 100%;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    background: white;
    border-radius: 50%;  
}

.swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background: white;
    border-radius: 50%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    content: 'next';
    font-size: 30px;
    color: black;
    font-weight: 900;
}
/* .swiper-button-prev:after {
    transform: rotate(180deg) !important;
} */
.swiper-button-prev:after {
    content: 'prev';
    position: absolute;
    left: 15px;
}
.swiper-button-next:after {
    content: 'next';
    position: absolute;
    right: 15px;
}
.mobile-nav-btn {
    cursor: pointer;
    padding: 6px 0 0 0;
}
.mobile-nav-btn span {
    height: 3px;
    width: 30px;
    background: black;
    display: block;
    margin-bottom: 6px;
}
.mobile-nav {
    margin-right: 30px;
    font-size: 22px;
}
.mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    z-index: 500;
    background-color: rgba(0, 0, 0, 0.767);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.mobile-menu nav {
    height: 100%;
    width: 80%;
    margin: 0 0 0 auto;
    background: rgb(255, 196, 0);
    padding: 30% 10%;
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;

    position: relative;
}
.mobile-menu nav a{
    text-decoration: none;
    color: black;
    font-size: 35px;
    margin-bottom: 20px;
}
.mobile-menu nav .mobile-nav {
    position: absolute;
    top: 41px;
    right: 42px;
}
.mobile-menu nav .mobile-nav-btn {
    position: absolute;
    top: 38px;
    right: 15px;
    padding: 0;
    width: 40px;
    text-align: center;
}
.mobile-menu nav .mobile-nav-btn span:first-child {
    width: auto;
    height: auto;
    background: none;
    font-size: 35px;
    line-height: 35px;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
}
.mobile-nav, .mobile-nav-btn {
    display: none;
}
.open-menu {
    right: 0;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}


@media (max-width: 1600px) {
    #we1 .we1__wrap .we1__text h3::before {
        content: '';
        position: absolute;
        background: url(../img/darts.png) center / cover no-repeat;
        width: 75px;
        height: 75px;
        right: 10px;
        top: -31px;
    }
    #we1 .we1__wrap .we1__text h3 {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 40px;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    #we2 .we2__wrap .we2__text h3 {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 40px;
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
    #we2 .we2__wrap .we2__text h3::before {
        content: '';
        position: absolute;
        background: url(../img/pazl.svg) center / cover no-repeat;
        width: 75px;
        height: 75px;
        right: -90px;
        top: -30px;
    }
    #stats img {
        display: none;
        z-index: 0;
        opacity: 0.05;
    }
    #comment .hl-rot {
        display: none;
    }
    #spec .hl-rot {
        display: none;
    }
    /* #idea .container .idea__back {
        font-size: 280px;
    }
    #ruslan .container .ruslan__back {
        font-size: 250px;
        top: -211px;
    }
    #we1 .container .we1__back {
        font-size: 300px;
        top: -192px;
    }
    #we2 .container .we2__back {
        font-size: 300px;
    } */
}

#hosterlogo {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#hosterlogo a {
    text-decoration: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-width: 85px;
    color: black;
}

#hosterlogo a:hover img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg)
}

#hosterlogo a:hover {
    color: #f47761;
}

#hosterlogo img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 22px !important;
    max-height: 22px !important;
    margin: 0 5px 0 7px;
    position: relative;
    top: -1px;
}

@media (max-width: 1280px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }

    #idea .container .idea__back {
        left: 1%;
        top: 5px;
    }
    #ruslan .container .ruslan__back {
        left: 0;
    }
    #we1 .container .we1__back {
        font-size: 220px;
        top: -178px;
    }
    #we2 .container .we2__back {
        font-size: 226px;
        top: -176px;
        left: 0;
    }




    #about-us {
        background: none;
        height: auto;
    }
    #about-us .container {
        display: block;
        position: relative;
    }
    #about-us .about-left {
        width: 100%;
        padding: 0 0 0 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #about-us .about-left p:before {
        content: 'Карьера в Hoster.KZ';
        font-size: 18px;
        color: #30a6ae;
        position: absolute;
        -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
                transform: rotate(270deg);
        left: -40px;
        top: 95px;
    }
    #about-us .about-right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0 0 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        margin: 40px 0;
        height: 600px;
        background: url(../img/all.png) center / cover no-repeat;
    }
    #about-info p {
        position: relative;
        font-size: 40px;
        padding: 0;
        text-align: center;
        font-weight: 600;
        margin-bottom: 80px;
    }
    #achievments {
        background: url(../img/num-bg-mob.png) center / cover no-repeat;
        background-position: bottom center;
        height: 950px;
        padding: 0;
    }
    #achievments .container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 70px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        background: #cecece40;
    }
    #achievments .container .ach__item {
        width: 100%;
        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: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    #achievments .container .ach__item img {
        width: 20%;
        margin-right: 20px;
    }
    #vacancies .container {
        width: 100%;
        display: block;
    }
    #vacancies .container .left-box {
        width: 100%;
        font-size: 33px;
        font-weight: 900;
        margin-bottom: 40px;
    }
    #vacancies .container .vac__wrap {
        width: 100%;
    }
    #vacancies .container>div {
        width: 100%;
    }
    #res-form {
        background: url('../img/form-mask.png') center / cover no-repeat;
        height: 1000px;
        padding: 50px 0;
    }
    #res-form .container {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        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;
    }
    #res-form .container .left-box {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    #idea .container .idea__wrapper .idea__text h3 {
        font-size: 35px;
        margin-bottom: 20px;
        font-weight: 900;
    }
    #ruslan .container .first-box h3 {
        font-size: 35px;
        margin-bottom: 50px;
        -ms-flex-item-align: start;
            align-self: flex-start;
        padding: 0px 0px;
        font-weight: 900;
    }
    #res-form .container .right-box {
        width: 100%;
        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;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    #res-form .container .right-box form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -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;
        margin: 20px 0;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 500px;
        min-width: 260px;
    }
    #res-form .container .right-box form div {
        width: 100%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        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: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #res-form .container .right-box form div:nth-child(2) {
        margin: 0;
    }
    #res-form .container .right-box form button {
        width: 100%;
        height: 50px;
        color: white;
        border: 1px solid black;
        background: black;
        cursor: pointer;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        position: relative;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    #stats .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
    }
    #stats .container .stats__item {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 20px;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }
    #stats {
        height: 450px;
    }
    section {
        margin: 0 auto 40px;
    }
    #video .video-about {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        border: 1px solid black;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    #worth h2 {
        display: block;
        width: 100%;
        font-size: 35px;
        margin: 0 auto 30px;
        text-align: center;
    }
    .faq-accordion__title {
        font-weight: 600;
    }
    .faq-accordion__subtitle {
        font-weight: 400;
    }
    .worth__wrap {
        display: none !important;
    }
    .worth__wrap__mob {
        display: block;
    }
    .faq-accordion button {
        border: none;
        border-top: 1px solid black;
    }
    #worth .container .worth__wrap__mob img {
        height: 100px;
        margin: 0 20px;
        width: 100px;
    }
    #comment {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 40px 0;
        background: #d4e9eb;
        position: relative;
    }
    #comment .container {
        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;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    #about-info .about__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }
    #about-info .about__items__block {
        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;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        width: 100%;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }
    #alla .container {
        display: block;
    }
    #alla .container .first-box {
        width: 100%;
        margin-bottom: 80px;
    }
    #alla .container .first-box p {
        margin-bottom: 20px;
        width: 80%;
    }
    #alla .container .first-box::before {
        content: '';
        background: url(../img/svg/kovichki.svg) center/cover no-repeat;
        width: 30px;
        height: 31px;
        position: absolute;
        left: 43px;
        top: -9px;
    }
    #alla .container .second-box {
        width: 400px;
        margin: 0 auto;
    }
    #alla .container .second-box .alla-back {
        width: 100%;
    }
    #alla .container .second-box .alla-front {
        position: absolute;
        bottom: -2px;
        left: 70px;
        height: 115%;
    }
    #alla .container .first-box .btn-ye {
        padding: 20px 30px;
        background: #FFE300;
        font-weight: 600;
        -webkit-box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
                box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
        -webkit-transform: translateX(-12px);
            -ms-transform: translateX(-12px);
                transform: translateX(-12px);
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        cursor: pointer;
    }
    #idea .container .idea__wrapper {
        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;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    #idea .container .idea__wrapper .idea__text {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    #idea .container .idea__wrapper img {
        width: 50%;
    }
    #ruslan .container {
        display: block;
        position: relative;
    }
    #ruslan .container .first-box {
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    #ruslan .container .second-box {
        width: 400px;
        margin: 0 auto;
        position: relative;
        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: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #ruslan .container .second-box .rus-back {
        width: 100%;
    }
    #ruslan .container .second-box .rus-front {
        position: absolute;
        bottom: 0px;
        height: 115%;
        left: 70px;
    }
    #spec .container {
        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;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        font-size: 18px;
    }
    #spec {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 40px 0;
        background: #d4e9eb;
        position: relative;
    }
    #ruslan .container .first-box::before {
        content: '';
        background: url(../img/svg/kovichki.svg) center/cover no-repeat;
        width: 30px;
        height: 31px;
        position: absolute;
        left: 24px;
        top: 70px;
    }
    #we1 .we1__wrap {
        display: block;
    }
    #we1 .we1__wrap .we1__text {
        width: 100%;
        display: block;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 0;
    }
    #we1 .we1__wrap .we1__text div {
        width: 100%;
    }
    #we1 .we1__wrap .we1__img {
        width: 400px;
        display: block;
        margin: 0 auto;
    }
    #we1 .we1__wrap .we1__img img {
        width: 100%;
        -webkit-transform: translateX(50px);
            -ms-transform: translateX(50px);
                transform: translateX(50px);
    }
    #we2 {
        margin-bottom: 80px;
    }
    #we2 .we2__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    #we2 .we2__wrap .we2__text {
        width: 100%;
        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;
        padding: 0;
        margin-bottom: 40px;
    }
    #we2 .we2__wrap .we2__text div {
        width: 100%;
    }
    #ppl .container h2 {
        display: block;
        font-size: 50px;
        margin: 0 auto 60px;
        text-align: center;
    }
    #ppl .container .ppl__wrap {
        display: block;
    }
    #ppl .container .ppl__wrap>div {
        width: 100%;
    }
    #ppl .container .ppl__wrap .ppl__julia {
        width: 100%;
        padding: 0;
    }
    #ppl .container .ppl__wrap .ppl__julia div:last-child .julia-back {
        position: absolute;
        height: 90%;
        right: 50%;
        bottom: 0;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
    }
    #ppl .container .ppl__wrap .ppl__julia div:last-child .julia-front {
        position: absolute;
        height: 125%;
        right: 50%;
        bottom: -1px;
        -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
                transform: translateX(50%);
    }
    #ppl .container .ppl__wrap .ppl__julia div:last-child {
        position: relative;
        height: 300px;
        margin: 90px 0;
    }
    #ppl .container .ppl__wrap .ppl__pavel {
        width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    #ppl .container .ppl__wrap .ppl__pavel div:first-child .pavel-back {
        position: absolute;
        height: 78%;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    #ppl .container .ppl__wrap .ppl__pavel div:first-child .pavel-front {
        position: absolute;
        height: 120%;
        left: 50%;
        bottom: -1px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    #we2 .we2__wrap .we2__img {
        width: 100%;
    }
    #we2 .we2__wrap .we2__img img {
        max-width: 500px;
        margin: 0 auto;
    }
    .mobile-gallery {
        display: block;
    }
    #gallery .parent {
        display: none;
    }
    #road img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    .desk-nav {
        display: none;
    }
    .mobile-nav, .mobile-nav-btn {
        display: block;
    }
    header  {
        height: 100px;
    }
    header .container .logo .fir-img {
        width: 35%;
    }
    header .container .logo img {
        margin-right: 10px;
    }
    header .container .logo .sec-img {
        width: 90%;
    }
    header .container .logo {
        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;
        width: 110px;
    }
    .faq-accordion__control {
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    #res-form .container .left-box {
        width: 100%;
        margin: 0 auto;
        text-align: left;
    }
    #res-form .container .right-box form {
        width: 100%;
    }
}
@media (max-width: 550px) {
    #we2 .we2__wrap .we2__text h3::before {
        content: '';
        position: absolute;
        background: url(../img/pazl.svg) center / cover no-repeat;
        width: 50px;
        height: 50px;
        right: -56px;
        top: -15px;
    }
    #we1 .we1__wrap .we1__text h3::before {
        content: '';
        position: absolute;
        background: url(../img/darts.png) center / cover no-repeat;
        width: 50px;
        height: 50px;
        right: 20px;
        top: -15px;
    }


    #idea .container .idea__back {
        left: 2%;
        top: 104px;
        font-size: 200px;
    }
    #ruslan .container .ruslan__back {
        font-size: 144px;
        top: -104px;
    }
    #we1 .container .we1__back {
        font-size: 150px;
        top: -113px;
    }
    #we2 .container .we2__back {
        top: -116px;
        font-size: 160px;
        left: 10px;
    }
    #we2 .we2__wrap .we2__img img {
        width: 100%;
    }
    #res-form .container .left-box p {
        text-align: left;
        line-height: 34px;
    }
    #res-form .container .right-box form div input {
        padding: 8px 16px;
        margin-bottom: 10px;
    }
    #res-form .container .right-box form div textarea {
        padding: 16px 16px;
        min-height: 90px !important;
        margin: 0px 0 10px 0px;
    }
    #res-form .container .left-box {
        text-align: left;
    }
    .faq-accordion__content {
        padding-right: 0;
    }
    #about-us .about-left p span {
        font-size: 18px;
    }
    #about-us .about-left a {
        padding: 16px 20px;
    }
    #about-us .about-right {
        padding: 0px 0 20px 20px;
        height: 400px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    #about-us .about-right p {
        font-size: 26px;
        color: white;
        line-height: 27px;
        margin-bottom: 10px;
        font-weight: 600;
        padding: 0 60px 0 0;
    }
    #about-us .about-left p {
        padding: 0;
    }
    #about-info p {
        position: relative;
        font-size: 26px;
        padding: 0;
        text-align: center;
        font-weight: 600;
        margin-bottom: 20px;
    }
    #about-info .about__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    #about-info .about__items hr{
        display: none;
    }
    #about-info .about__items__block {
        margin: 20px 0;
        width: 50%;
    }
    #about-info .about__items__block img {
        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;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        margin-bottom: 20px;
        width: 54%;
    }
    #stats .container .stats__item {
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-line-pack: center;
            align-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 20px;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        margin-bottom: 20px;
    }
    #stats {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 20px 0;
    }
    #stats .container .stats__item span:first-child {
        font-size: 27px;
        font-weight: 600;
        margin: 0 0 5px 0;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
    }
    #achievments {
        height: 840px;
    }
    #achievments .container .ach__item .ach__item__title {
        font-size: 14px;
        font-weight: 900;
        margin: 20px 0;
        position: relative;
    }
    #achievments .container .ach__item img {
        width: 30%;
        margin-right: 20px;
    }
    #achievments .container .ach__item .ach__item__subitem {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 4px;
        display: inline;
        margin: 0 10px 10px 0;
        font-size: 12px;
        background: rgb(255 255 255);
    }
    #achievments .container .ach__item .ach__item__text {
        font-size: 12px;
    }
    #video h2 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto 40px;
        font-size: 33px;
        text-align: center;
    }
    #worth .container .worth__wrap__mob img {
        height: 100px;
        margin: 0 20px;
        width: 65px;
    }
    .faq-accordion__control {
        padding: 5px 0;
    }
    #worth h2 {
        display: block;
        width: 100%;
        font-size: 26px;
        margin: 0 auto 10px;
        text-align: center;
    }
    #worth .faq-accordion__title {
        text-align: left;
        width: 100%;
        font-weight: 600;
        font-size: 18px;
    }
    #comment .container h2 {
        font-size: 18px;
        line-height: 25px;
    }
    #alla .container .first-box p {
        font-size: 18px;
        width: 100%;
    }
    #alla .container .first-box::before {
        content: '';
        background: url(../img/svg/kovichki.svg) center/cover no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 34px;
        top: 0px;
    }
    #alla .container .first-box .btn-ye {
        padding: 15px 30px;
        background: #FFE300;
        font-weight: 600;
        -webkit-box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
                box-shadow: 0px 2px 7px 0px rgb(176 176 2 / 62%);
        -webkit-transform: translateX(-12px);
            -ms-transform: translateX(-12px);
                transform: translateX(-12px);
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        cursor: pointer;
        font-size: 12px;
    }
    #alla .container .second-box {
        width: 100%;
        margin: 0 auto;
    }
    #idea .container .idea__wrapper img {
        width: 100%;
    }
    #idea .container .idea__wrapper .idea__text h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    #alla {
        margin-bottom: 20px;
    }
    #idea .container .idea__wrapper .idea__text span {
        font-size: 20px;
        font-weight: 700;
        -webkit-box-shadow: inset 0 -0.375em #ffe503cc, inset 0 -0.45em #ffffff;
                box-shadow: inset 0 -0.375em #ffe503cc, inset 0 -0.45em #ffffff;
    }
    #idea .container .idea__wrapper .idea__text b {
        font-size: 20px;
        -webkit-box-shadow: inset 0 -0.375em #ffe503cc, inset 0 -0.45em #ffffff;
                box-shadow: inset 0 -0.375em #ffe503cc, inset 0 -0.45em #ffffff;
    }
    #ruslan .container .first-box p {
        font-size: 20px;
        width: 100%;
        margin-bottom: 60px;
    }
    #ruslan .container .first-box .rus-tx {
        padding: 0 0 0 40px;
    }
    #idea {
        position: relative;
        margin-bottom: 50px;
    }
    #ruslan .container .first-box::before {
        content: '';
        background: url(../img/svg/kovichki.svg) center/cover no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 30px;
        top: 92px;
    }
    #ruslan .container .second-box {
        width: 100%;
    }
    #ruslan {
        margin-bottom: 40px;
        margin-top: 100px;
    }
    #spec .container h2 {
        font-weight: 400;
        line-height: 30px;
    }
    #spec .container {
        font-size: 12px;
    }
    #spec .container .btn-ye {
        padding: 20px 20px;
        font-style: 15px;
    }
    #we1 {
        margin-top: 100px;
        margin-bottom: 40px;
    }
    #we1 .we1__wrap .we1__text h3 {
        font-size: 25px;
        font-weight: 900;
        margin-bottom: 20px;
        position: relative;
    }
    #we1 .we1__wrap .we1__img img {
        width: 100%;
        -webkit-transform: translateX(25px);
            -ms-transform: translateX(25px);
                transform: translateX(25px);
    }
    #we2 .we2__wrap .we2__text h3 {
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 20px;
        position: relative;
    }
    #we1 .we1__wrap .we1__text .text-2 {
        font-size: 18px;
        margin-top: 20px;
    }
    #we2 .we2__wrap .we2__text .text-1 {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: 600;
    }
    #ppl .container .ppl__wrap .ppl__julia div:last-child {
        position: relative;
        height: 300px;
        margin: 90px 0 20px 0;
    }
    #ppl .container h2 {
        display: block;
        font-size: 40px;
        margin: 0 auto 20px;
        text-align: center;
    }
    #ppl .container .ppl__wrap .ppl__julia div:first-child p {
        font-size: 23px;
        margin-bottom: 20px;
        position: relative;
        padding: 0 0 0 40px;
    }
    #ppl .container .ppl__wrap .ppl__julia div:first-child p:first-child::before {
        content: '';
        background: url(../img/svg/kovichki.svg) center/cover no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 5px;
        top: 0px;
    }
    #ppl .container .ppl__wrap .ppl__pavel div:last-child p {
        font-size: 23px;
        margin-bottom: 20px;
        position: relative;
        padding: 0 0 0 40px;
    }
    #ppl .container .ppl__wrap .ppl__pavel div:last-child p:first-child::before {
        content: '';
        background: url(../img/svg/kovichki.svg) center/cover no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 5px;
        top: 0px;
    }
    #ppl .container .ppl__wrap .ppl__pavel div:last-child p:last-child span {
        font-size: 18px;
        display: block;
        padding: 0 0 0 46px;
    }
    #ppl .container .ppl__wrap .ppl__pavel div:first-child {
        position: relative;
        height: 300px;
        margin-bottom: auto;
        margin: 20px 0 20px 0;
    }
    .swiper-button-next {
        width: 40px;
        height: 40px;
        background: white;
        border-radius: 50%;
    }
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        background: white;
        border-radius: 50%;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        content: 'next';
        font-size: 20px;
        color: black;
        font-weight: 900;
    }
    #we2 {
        margin-bottom: 40px;
        margin-top: 100px;
    }
    #we2 .we2__wrap .we2__text {
        margin-bottom: 20px;
    }
    #we1 .we1__wrap .we1__img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .mobile-nav {
        margin-right: 15px;
        font-size: 18px;
    }
    .mobile-nav-btn span {
        height: 2px;
        width: 24px;
        background: black;
        display: block;
        margin-bottom: 6px;
    }
    .mobile-menu nav a {
        text-decoration: none;
        color: black;
        font-size: 24px;
    }
    .mobile-menu nav {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    #about-info .about__items__block span {
        font-weight: 900;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
    }
    #stats img {
        width: 380px;
        overflow: hidden;
        display: none;
    }
    #achievments .container {
        padding: 0 40px;
    }
    #achievments .container .ach__item .ach__item__title::before {
        width: 11px;
        height: 16px;
        left: -21px;
        top: -1px;
    }
    #alla .container .first-box p:first-child {
        font-weight: 600;
        padding: 0 0 0 45px;
    }

}
.about__items hr:last-child {
    display: none;
}
.m-l-20 {
    margin-left: 20px;
}