@charset "UTF-8";
.front-page h2 {
    margin: 80px 0 60px;
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
    color: #191919;
    max-width: 670px;
}

.front-page h2:before {
    background: #5C5C5C;
    display: block;
    content: '';
    width: 68px;
    height: 3px;
    margin-bottom: 25px;
}

.arrow-to-content {
    width: 145px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #282828;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
    transition: height .8s ease;
}

.arrow-to-content:hover {
    height: 210px;
}


@media (min-width: 1500px) and (max-width: 1650px) {
    .arrow-to-content {
        width: 95px;
    }
}

.front-header__btn{
    padding: 15px 35px;
    appearance: none;
    border: 1px solid #1FC3B0;
    background-color: #1FC3B0;
    border-radius: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: box-shadow .3s ease, background-color .3s ease;
}

.front-header__btn:hover,
.front-header__btn:focus{
    box-shadow: 0px 0px 24px #1FC3B0;
    background-color: transparent;
}

.front-header-form {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.front-header-form .ajax-loader {
    position: absolute;
    bottom: 0;
}

@media (max-width: 767px) {
    .front-header-form {
        flex-direction: column;
    }

    .front-header-form input {
        max-width: 100%;
    }
}

.front-header-form input[type='submit'] {
    margin-right: 0;
    border: 1px solid #5C5C5C;
    border-radius: 50px;
    padding: 16px 34px 16px 35px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #FFFFFF;
    transition: background-color, color 0.5s ease; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.front-header-form input[type='submit']:hover,
.front-header-form input[type='submit']:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /*padding: 16px 34px 16px 35px!important;*/
    background: #4BDBB1 !important;
    color: #191919 !important;
    border: 1px solid #5c5c5c !important;
}

.front-header-container {
    width: 1030px;
    max-width: 100%;
}

.front-header-container  .wpcf7 form.sent .wpcf7-response-output {
    display: none;
}


.front-header [type="submit"],
.front-header .wpcf7-form-control-wrap {
    width: calc(33% - 10px);
    max-width: 235px;
    margin-right: 20px;
}

@media (max-width: 767px) {

    .front-header [type="submit"],
    .front-header .wpcf7-form-control-wrap {
        width: 300px;
        max-width: 100%;
        margin: 0 0 15px;
    }
}

.front-header input {
    max-width: 100%;
}

.front-header input:not([type="submit"]) {
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(241 241 241 / 50%);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    transition: border-color 0.5s ease;
}

.front-header input:not([type="submit"]):focus {
    border-color: #1FC4B0;
}


.arrow-left,
.arrow-right {
    height: 100%;
    min-width: 8.33333333%;
    max-width: 8.33333333%;
    display: flex;
    align-items: center;
}

.arrow-left img,
.arrow-right img {
    cursor: pointer;
}

.arrow-left {
    justify-content: flex-start;
}

.arrow-right {
    justify-content: flex-end;
}

/*слайдер*/
.front-slider-container .arrow-left,
.front-slider-container .arrow-right {
    display: none;
}


@media (max-width: 991px) {

    .front-slider.slick-initialized~.arrow-right,
    .front-slider.slick-initialized~.arrow-left {
        display: flex;
        justify-content: center;
        align-items: center;
        height: auto;
    }
}

@media (min-width: 950px) {
    .front-slider {
        grid-template-columns: repeat(3, 1fr);
        display: grid;
    }

    /*.front-slider-item{
    min-width: calc(33% - 10px);
  }  */

}

@media (min-width: 992px) {
    .front-slider {
        margin-left: auto;
        margin-right: auto;
    }
}

.front-slider-container .arrow-left,
.front-slider-container .arrow-right {
    position: absolute;
}

.front-slider-container .arrow-left {
    left: 0px;
}

.front-slider-container .arrow-right {
    right: 0px;
}

.front-slider{
    width: 100%;
    gap: 30px;
}

@media (max-width: 991px){
    .front-slider-container{
        margin-left: -15px;
        margin-right: -15px;
    }
    .front-slider__slide{
        padding: 0 15px;
    }
}

.front-slider-item {
    height: 100%;
    position: relative;
    background: #181818;
    border-radius: 10px;
    padding: 23px 56px 22px 30px;
    outline: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 426px;
}

.front-slider-item-img {
    margin-bottom: 20px;
    max-height: 50px;
    margin-right: 15px;
}

.front-slider-item-img img {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
}

.front-slider-item-title {
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 20px;
    transition: color .5s ease;
}

.front-slider-item-title:hover,
.front-slider-item-title:focus {
    color: #1FC3B0;
    text-decoration: none;
}

.front-slider-item-desc {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.85;
    color: #FAFAFA;
    margin-bottom: 30px;
}

.front-slider-item-link {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    padding: 0 0 5px 0;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 1px solid #686868;
    color: #fff;
    transition: border-color, color 0.5s ease;
    align-self: flex-end;
}

.front-slider-item-link:focus {
    outline: none;
}

.front-slider-item-link.collapsed:hover {
    color: #1FC3B0;
    border-color: #1FC3B0;
    text-decoration: none;
}

.front-slider-item .collapse a:first-child {
    margin-top: 40px;
}

.front-slider-item .collapse a {
    font-size: 16px;
    line-height: 22px;
    color: #9D9D9D;
    display: block;
    margin-bottom: 10px;
}

.front-slider .slick-track {
    grid-template-columns: repeat(1000, 1fr);
    display: grid;
}

.front-slider .slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: auto;
}

.structure {
    margin-bottom: 70px;
}

.structure-item-container {
    display: flex;
}

.structure-item__conter {
    color: #1FC3B0;
    font-weight: bold;
    font-size: 70px;
    line-height: 55px;
    margin-right: 15px;
}

.structure-item-container hr {
    min-width: 30px;
    max-width: 30px;
    margin: 10px 10px 0;
    height: 0;
    border: 1px solid #C4C4C4;
    border-bottom: 0;
}

.structure-item {
    padding-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
}

.structure-item__header {
    margin-bottom: 20px;
    width: 100%;
}

.structure-item-title {
    font-size: 24px;
    line-height: 20px;
    color: #2B2B2B;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
}

.structure-item-desc {
    opacity: 0.75;
    color: #5C5C5C;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    max-width: 338px;
}

.structure-item__link-wrap {
    width: 100%;
}

.structure-item__link {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 5px;
    color: #191919;
    letter-spacing: 1px;
    border-bottom: 1px solid #686868;
    transition: color .5s ease, border-color .5s ease;
}

.structure-item__link:hover {
    color: #1FC3B0;
    border-color: #1FC3B0;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .structure .btn {
        position: static;
    }
}

@media (max-width: 400px) {
    .structure .structure-item-title {
        margin-left: 40px;
    }

    .structure .structure-item .btn {
        white-space: normal;
    }
}

.not-conveyor {
    display: flex;
    width: 100%;
    padding: 80px 0 0;
    border-radius: 6px 0 0 6px;
    position: relative;
    background: none;
}

.not-conveyor img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: unset;
    object-fit: contain;
    object-position: bottom right;
}

.not-conveyor:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 150px);
    height: 100%;
    background: #FAFAFA;
}

.not-conveyor .max-width-2 {
    position: relative;
}

.not-conveyor-title {
    font-size: 48px;
    line-height: 55px;
    font-weight: bold;
    color: #191919;
    margin-bottom: 15px;
}

.not-conveyor-title:before {
    background: #5C5C5C;
    display: block;
    content: '';
    width: 68px;
    height: 3px;
    margin-bottom: 25px;
}

.not-conveyor-container {
    padding-top: 0;
    padding-bottom: 80px;
    max-width: 800px;
}

.not-conveyor-desc {
    color: #5C5C5C;
    opacity: 0.75;
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}

.not-conveyor-footer {
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #191919;
}

@media (min-width: 1200px) {
    body .front-slider.slick-slider {
        max-width: 990px;
    }
}

.front-header-list__item {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 10px;
}

.front-header-list__item::marker {
    color: #1FC3B0;
}

.front-desc {
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 25px;
}

.bg-block-28 {
    padding: 80px 0;
    background-color: #282828;
}

.c-footer {
    margin-top: 0;
}

.front-slider.slick-slider {
    max-width: unset;
}

.not-conveyor img {
    max-width: 100%;
    max-height: 100%;
}

@media(max-width: 1700px) {
    .not-conveyor:before {
        width: calc(100% - 50px)
    }
}


@media(max-width: 1500px) {
    .front-desc {
        margin-bottom: 15px;
    }
}


@media(max-width: 1320px) {
    .front-slider-item {
        max-width: unset;
        padding-right: 28px;
    }

    .front-slider-item-img {
        display: flex;
        justify-content: center;
    }

    .front-slider-item-link {
        margin: 0 auto;
        display: block;
        max-width: max-content;
    }

    .structure-item-desc {
        max-width: unset;
    }

    .not-conveyor-desc,
    .not-conveyor-footer,
    .not-conveyor-title {
        text-align: left;
    }

    .not-conveyor-title,
    .front-page h2
    {
        font-size: 30px;
        line-height: 40px;
        max-width: unset;
    }

    .not-conveyor:before {
        width: 100%;
    }

    .not-conveyor-footer {
        max-width: 359px;
        padding-bottom: 220px;
    }

    .not-conveyor img {
        position: absolute;
        width: 360px;
    }   
}

@media(max-width: 767px) {
    .front-slider-item {
        margin-right: unset;
        margin-left: unset;
    }

    .front-header-list__item {
        line-height: 18px;
    }

    .not-conveyor-footer {
        padding-bottom: 0;
    }

    .not-conveyor-container {
        padding-bottom: 10px;
    }

    .not-conveyor img {
        position: static;
        margin-left: auto;
        display: block;
    }
}

@media(max-width: 767px) and (min-height: 750px) {

    .front-desc {
        margin-bottom: 25px;
    }

    .front-header-list__item {
        font-size: 20px;
        line-height: 22px;
    }

    .arrow-to-content {
        display: none;
    }
}

@media(max-width: 767px) and (max-height: 829px) {
    .arrow-to-content {
        display: none;
    }
}

.front-header__title {
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
}

@media(max-width: 1320px) {
    .front-header__title {
        font-size: 38px;
        line-height: 48px;
    }
}

@media(max-width: 767px) {
    .front-header__title {
        
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) and (min-height: 750px) {
    .front-header__title {
        margin-bottom: 25px;
        font-size: 40px;
        line-height: 40px;
    }
}

@media(max-width: 767px) and (max-height: 685px) {
    .front-header__title {
        margin-bottom: 20px;
    }
}
@media(max-width: 400px) and (max-height: 829px) {
    
}


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

    .front-desc {
        margin-bottom: 10px;
    }

    .front-header input:not([type="submit"]) {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .front-header [type="submit"],
    .front-header .wpcf7-form-control-wrap {
        margin-bottom: 10px;
    }

}

@media(max-width: 400px) and (max-height: 829px) {
    .front-header__title {
            font-size: 36px;
            line-height: 36px;
        }
}
@media(max-width: 400px) and (max-height: 829px) {
    

   

    .front-header-list__item {
        font-size: 14px;
    }

    
}

@media(max-width: 767px) and (max-height: 600px) {
    .front-desc {
        font-size: 14px;
        line-height: 16px;
    }

    .front-header-list__item {
        font-size: 14px;
        line-height: 16px;
    }
}



@media (max-width: 400px) and (max-height: 600px) {
    .front-header-form input[type='submit'] {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12px;
        line-height: 12px;
    }
}

.front-header__slider{
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.swiper.front-header__slider {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

@media(max-width: 1320px) {
    .front-header-container .top-seo {
        margin: 0 0 25px 0;
    }
}

@media(max-width: 767px) {
    .front-header-container .top-seo {
        margin-bottom: 15px;
        background-size: 30px;
        padding-left: 35px;
        min-height: 30px;
        font-size: 12px;
        line-height: 14px;
        max-width: 300px;
    }
}

@media(max-width: 767px) and (min-height: 750px) {
    .front-header-container .top-seo {
        margin-bottom: 30px;
    }
}

@media(max-width: 767px) and (max-height: 685px) {
    .front-header-container .top-seo {
        margin-bottom: 20px;
    }
}

.front-header {
    background-color: #282828;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 140px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 139px);
    max-height: 1000px;
}


@media (max-width: 767px) {
    .front-header {
        min-height: calc(100vh - 75px);
        padding: 60px 0 200px;
        /*align-items: flex-start; */
    }
}

@media (max-width: 767px) and (max-height: 700px) {
    .front-header {
        padding: 60px 0 100px;
        display: flex;
        align-items: flex-start;
    }
}

@media (max-width: 630px) {
    .front-header {
        min-height: calc(100vh - 60px);
    }
}

.logged-in .front-header {
    min-height: calc(100vh - 172px);
}


@media (max-width: 767px) {

    .logged-in .front-header {
        min-height: calc(100vh - 123px)
    }

}

@media (max-width: 630px) {

    .logged-in .front-header {
        min-height: calc(100vh - 108px)
    }

}


.front-header-list {
    padding-left: 20px;
}

@media(min-height: 865px) {
    .front-header-list{
        margin-bottom: 80px;
    }
}

@media(max-height: 864px) {
    .front-header-list {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px) {
    .front-header-list {
        margin-bottom: 15px;
    }
}

.front-header__container {
    position: relative;
}

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

.front-header__content {
    position: relative;
    z-index: 1;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
}

.front-block-quests{
    margin-bottom: 50px;
}

/* ----------------------------

  cursor styles

--------------------------- */
.cursor-body {
    background-color: #1FC3B0;
    opacity: 0.5;
    /*width: 50px;
	height: 50px;*/
    border-radius: 50%;
    position: fixed;
    z-index: 5;
    transform: translate(-50%, -50%);
}

.cursor-body:before {
    display: block;
    content: '';
    width: 50px;
    height: 50px;
    background-color: #1FC3B0;
    border-radius: 50%;
}

.cursor {
    pointer-events: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    display: block;
    /*styles applied for showing / hiding cursor - do not touch*/
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
    opacity: 0;
    /*element width*/
    /*width: 6px;
    height: 6px;*/
}

.cursor.moving {
    opacity: 1;
}

.cursor::before {
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #ffffff;
    border-radius: 50%;
    top: 0;
    left: 0;
    /* transitions animations*/
    opacity: 1;
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

/* expand is the class you assigned with the plugin to cursor when a selected element is hovered*/
.cursor.expand::before {
    opacity: 0;
}

/* ----------------------------

  node styles

--------------------------- */
.node {
    pointer-events: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: block;
    opacity: .5;
    /*styles applied for showing / hiding cursor - do not touch*/
    -webkit-transition: opacity 300ms linear;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
    opacity: 0;
    /*element width*/
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.node.moving {
    opacity: 1;
}

.node::before {
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    /*background-color: transparent;*/
    background-color: #1FC3B0;
    border-radius: 50%;
    top: 0;
    left: 0;
    /*border: 1px solid #ffffff;*/
    /*states and transitions animations*/
    transform: scale(1.5);
    opacity: .5;
    -webkit-transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear;
    -moz-transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear;
    -o-transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear;
    transition: opacity 300ms linear, transform 300ms linear, border 300ms linear, background-color 300ms linear;
}

/* expand is the class you assigned with the plugin to cursor when a selected element is hovered*/
.node.expand::before {
    transform: scale(3);
    background-color: #ffffff;
    opacity: 0.2;
}

.node.hover-image {
    opacity: 0;
}

.node.node-invert::before {
    background-color: white;
    opacity: .3;
}

/*.node.reduce {
    transform: scale(1);
    background-color: #ffffff;
}*/
.hover__btn {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
    cursor: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* end */