

#hellopreloader > p {
    display: none;
}

#hellopreloader_preload {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff6d08 url('/sources/images/preloader.svg') center center no-repeat;
    background-size: 63px;
}


.mxw-1552{
    max-width: 1552px !important;
}

button.navbar-toggler{
    border: unset;
    position: fixed !important;
    right: 26px;
    top: 21px;
    width: 56px;
    height: 46px;
    z-index: 100;
}


.p5Canvas {
    background: url(/sources/images/main_bg.png);
    background-size: 100% 1003px;
    background-repeat: no-repeat;

    position: absolute;
    z-index: -100;
    width: 100% !important;
    height: 1003px !important;
    top: 0;
    left: 0;
}


h2:not(.sub){
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    color: #E10E00;
}

h2.sub{
    font-size: 30px;
    font-weight: normal !important;
}
/************** Шрифты ***************/
@font-face {
    font-family: 'SF UI display';
    src: url('fonts/sf-ui-display-bold.otf') format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: 'SF UI display';
    src: url('fonts/sf-ui-display-medium.otf') format('opentype');
    font-weight: 500;
}

.sf-ui-text-bold{
    font-family: "Roboto";
}

.sf-ui-text-medium{
    font-family: "Roboto";
    font-weight: 500;
}
/************** ./ Шрифты ***************/


/************** Шапка ***************/
.flex-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*header div.container-fluid{*/
    /*padding-right: 0px !important;*/
/*}*/

header .nav-item.active .nav-link{
    font-weight: bold !important;
}

header .nav-link.sf-ui-text-medium{
    font-size: 24px;
    color: black !important;
}

header .nav-link.sf-ui-text-medium.services{
    padding-left: 51px;
}

header .nav-link.sf-ui-text-medium.about{
    padding-left: 60px;
}

header .nav-link.sf-ui-text-medium.comments{
    padding-left: 62px;
}

header .nav-link.sf-ui-text-medium.contacts{
    padding-left: 48px;
}
/************** ./ Шапка ***************/

/************** Основной блок ***************/
section.main{
    margin-top: 109px;
}

/*section{*/
    /*padding-left: 136px !important;*/
/*}*/

.superadmin-img {
    height: 744px;
    width: 754px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/sources/images/superadmin.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.text-block{
    font-family: Roboto, sans-serif;
    font-style: normal;
}

.text-block-1{
    margin-top: 48px;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #E10E00;
}

.text-block-2{
    margin-top: 63px;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: black !important;
    text-transform: full-size-kana;
}

.text-block-2 ul {
    padding-left: 0px;
    margin-left: 0px;
}

.text-block-3{
    margin-top: 15px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 64px;
    line-height: 65px;
    text-transform: uppercase;
    color: #E10E00;
}

.text-block-3 h1{
    margin-bottom: 45px;
}

.btn-go-feedback:hover{
    color: white;
}

.btn-go-feedback{
    margin-top: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 384px;
    height: 84px;
    left: 311px;
    top: 832px;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    background: #E10E00;
    color: white;
    border-radius: 9px;

    animation: pulse 2s infinite;
    /*animation: change-background 5s infinite ease-in-out;*/
}
/************** ./ Основной блок ***************/

/************** Блок 2 ***************/
section.block-2{
    margin-top: 50px;
    background-image: url(/sources/images/block_2_bg.svg);
    background-position: 136px bottom;
    background-repeat: no-repeat;
}

section.block-2 p{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 103.19%;
}
/************** ./ Блок 2 ***************/

/************** Блок 3 ***************/

section.block-3-bg {
    margin-top: 64px;
    background-image: url(/sources/images/block_3_bg.webp);
    background-size: cover;
}

div.block-3 h2{
    text-align: center;
}

div.block-3{
    padding-top: 63px;
    padding-bottom: 63px;
}

div.block-3 ul{
    padding-left: 0px;
    /*list-style-type: decimal;*/
}

div.block-3 ul li{
    margin-top: 73px;
}

div.block-3 ul div.flex{
    display: flex;
    align-items: center;
    padding: 0px 75px;
}

div.block-3 ul div.flex div.img{
    width: 106px;
    text-align: left;
}

div.block-3 ul div.flex div.img img{
    width: 106px;
}

div.block-3 ul div.flex div.txt{
    margin-left: 70px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 130.19%;
}

div.block-3 ul div.flex div.txt.www a{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 131.19%;
    /* or 41px */
    text-decoration-line: underline;

    color: #F60000 !important;
}

/************** ./ Блок 3 ***************/

/************** Блок 4 ***************/
section.block-4 {
    margin-top: 75px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 93.69%;
}
/************** ./ Блок 4 ***************/


/************** Блок 5 ***************/
div.feedback-wrapper{
    overflow: hidden;
    margin-top: 85px;
    background-image: url(/sources/images/block_5_bg.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

div.feedback-form-shadow {
    content: '';
    left: -16px;
    top: 81px;
    background: #6767677a;
    position: absolute;
    width: 96%;
    height: 81%;
    z-index: 0;
    transform: rotate(-2deg);
}

div.feedback-form::after{
    content: '';
    position: absolute;
    background: white;
    left: 43%;
    bottom: -97px;
    width: 81px;
    height: 173px;
    z-index: -1;
    transform: rotate(45deg);
    border-bottom: solid 12px black;
    border-right: solid 12px black;
    -webkit-transform: rotate(53deg) skewY(45deg);
    box-shadow: -2px 17px 0px -7px #6767677a;
}

.navbar-light .navbar-toggler-icon{
    background-image: url(/sources/images/menu_btn.svg);
}

.navbar-dark .navbar-toggler-icon{
    background-image: url(/sources/images/menu_btn.svg);
}

.navbar-light .navbar-toggler {
    border-color: unset !important;
}

.feedback-form *:not(::after) {
    z-index: 10 !important;
    position: relative !important;
}

.feedback-form{
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative !important;
    z-index: 10 !important;
    margin-top: 65px;
    padding-top: 185px;
    margin-bottom: 159px;
    background: white;
    border: solid black 5px;
    border-left: solid black 12px;
    border-bottom: solid black 12px;
}

.feedback-form-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 116.19%;
    /* or 56px */

    text-align: center;

    color: #E10E00;
}

.feedback-form-description{
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 112.69%;
    padding: 10px 49px;
    /* or 54px */

    text-align: center;
}

.feedback-form-name input::placeholder{
    color: white;
}

.feedback-form-name input{
    text-align: center;
    border: unset;
    margin-top: 115px;
    min-width: 9em;
    width: 540px;
    height: 107px;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: white;
    background: #8B8B8B;
    border-radius: 9px;
}

.feedback-form-phone{
    margin-top: 34px;
}

.feedback-form-phone input::placeholder{
    color: white;
}

.feedback-form-phone input{
    color: white;
    text-align: center;
    border: unset;
    min-width: 9em;
    width: 540px;
    height: 107px;

    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;

    background: #8B8B8B;
    border-radius: 9px;
}

.feedback-form-btn{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 61px;
    margin-bottom: 167px;

    width: 540px;
    height: 84px;
    left: 1104px;
    top: 4865px;

    color: white;
    background: #E10E00;
    border-radius: 9px;
}

.feedback-form-btn-submit{
    cursor: pointer;
}
/************** ./ Блок 5 ***************/

div.r.sm{
    display: none;
}

section.block-2 hr{
    display: none;
}

/*                    Медиа запросы                   */



@media screen and (max-width: 549px){
    .text-block-2{
        margin-top: 35px;
    }

    .feedback-wrapper .row{
        justify-content: center;
    }

    .feedback-wrapper .row .col-6:nth-child(2){
        max-width: 100% !important;
        width: 275px !important;
        flex: unset !important;
    }
}

@media screen and (max-width: 725px){
    .text-block-2{
        margin-top: 35px;
    }
    .block-3 ul{
        list-style: none !important;
    }
    .text-block-2 {
        font-size: 16px !important;
    }
    img.logo {
        width: 80px !important;
    }

    section.block-2 h2{
        text-align: center;
    }

    .text-block.text-block-1{
        text-align: center !important;
    }

    .feedback-wrapper {
        margin-top: 73px !important;
    }

    .feedback-form{
        padding-top: 25px !important;
    }

    .feedback-form-title{
        font-size: 30px;
    }

    .feedback-form-description{
        font-size: 20px;
    }

    .feedback-form-name,
    .feedback-form-phone {
        display: flex;
        justify-content: center;
    }

    .feedback-form-name input,
    .feedback-form-phone input{
        margin-top: 0px !important;
        width: 80%;
        height: 68px;
        font-size: 20px;
    }

    .feedback-form-phone{
        margin-top: 15px;
    }

    .feedback-form-btn{
        display: flex;
        justify-content: center;
        width: 80%;
        text-align: center;
        font-size: 20px;
        line-height: 32px;
        height: 52px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    div.feedback-form::after{
        display: none;
    }

    div.feedback-form-shadow{
        display: none;
    }

    .p5Canvas{
        background-image: unset !important;
        display: none !important;
    }

    section.main .text-block,section.block-2 p {
        font-size: 18px;
        line-height: 20px;
    }
    section.block-2 p{
        line-height: 28px;
    }

    section.main .text-block-1 {
        font-size: 22px;
        line-height: 36px;
    }

    div.block-3 ul div.flex div.txt{
        font-size: 18px !important;
        margin-left: 0px !important;
        text-align: justify;
        margin-top: 30px;
    }
    div.block-3 ul div.flex{
        padding: 0px !important;
    }

    div.block-3 ul div.flex div.txt.www{
        text-align: center;
    }

    div.block-3 ul div.flex div.txt.www a{
        width: 100%;
        font-size: 20px;
    }

    .block-3-bg {
        padding-bottom: 55px !important;
    }

    div.block-3 ul div.flex div.txt .sep{
        display: none;
    }

    div.block-3 ul div.flex {
        flex-flow: column;
        align-items: center;
    }

    section.block-2 p:nth-child(6) {
        margin-top: 38px !important;
    }

    section.block-3-bg{
        margin-top: 30px !important;
    }

    section.main .text-block.text-block-3 {
        font-size: 22px;
        line-height: 30px;
    }

    section.block-2 {
        margin-top: 15px !important;
        background-position: center bottom !important;
        background-repeat: no-repeat !important;
        background-size: 100% !important;
    }

    section.block-2 hr{
        display: block;
    }

    h2:not(.sub){
        font-size: 22px;
        font-weight: 500;
    }
}


@media screen and (max-width: 350px){
    .feedback-form-name input,
    .feedback-form-phone input{
        margin-top: 0px !important;
        width: 70%;
        height: 68px;
        font-size: 20px;
    }

    .feedback-form-btn{
        display: flex;
        justify-content: center;
        width: 60%;
        text-align: center;
        font-size: 20px;
        line-height: 32px;
        height: 52px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 450px){
    .feedback-form-btn{
        padding: unset !important;
        width: 70%
    }
    .block-4 *{
        font-size: 18px !important;
        font-weight: normal !important;
    }

    div.block-3 ul div.flex div.img{
        width: 80px;
        text-align: left;
    }

    div.block-3 ul div.flex div.img img{
        width: 80px;
    }

    .text-block-2{
        margin-top: 35px;
    }

    .btn-go-feedback{
        width: 60%;
        text-align: center;
        font-size: 20px;
    }
}

@media (min-width: 726px) and (max-width: 1199px){
    .block-3-bg{
        margin-top: 115px !important;
    }
    .feedback-wrapper {
        margin-top: 73px !important;
    }

    .feedback-form-shadow{
        height: 422px !important;
    }


    .feedback-form{
        padding-top: 25px !important;
    }

    .feedback-form-title{
        font-size: 30px;
    }

    .feedback-form-description{
        font-size: 20px;
    }

    .feedback-form-name,
    .feedback-form-phone {
        display: flex;
        justify-content: center;
    }

    .feedback-form-name input,
    .feedback-form-phone input{
        margin-top: 0px !important;
        width: 90%;
        height: 68px;
        font-size: 20px;
    }

    .feedback-form-phone{
        margin-top: 15px;
    }

    .feedback-form-btn{
        display: flex;
        justify-content: center;
        width: 87%;
        text-align: center;
        font-size: 20px;
        line-height: 32px;
        height: 52px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}


@media screen and (max-width: 1200px){
    .text-block-3 h1{
        margin-bottom: unset !important;
    }
    section.main .text-block-2{
        display: flex;
        /*justify-content: center;*/
    }

    .section.block-2{
        margin-top: 61px !important;
    }

    .btn-go-feedback{
        margin-top: 15px !important;
    }

    .feedback-form-btn{
        padding: 35px !important;
    }

    .feedback-form-description{
        padding: 10px 10px !important;
    }

    section.main div.r .superadmin-img{
        height: 100% !important;
        width: 100% !important;
        background-size: 345px !important;
        background-position: top right !important;
        background-position-y: 42px !important;
        position: absolute !important;
    }

    section.main div.r{
        height: 100%;
        width: 100% !important;
    }

    section.main div.text-blocks{
        max-width: 100% !important;
        flex: unset !important;
        display: flex;
        flex-flow: column;
    }

    /*section.main div.text-blocks .text-block-3{*/
        /*text-align: center;*/
    /*}*/

    .btn-go-feedback{
        align-self: center;
    }
}


@media screen and (max-width: 991px){
    #navbar{
        position: fixed;
        right: 10px;
        background: white none repeat scroll 0% 0%;
        padding: 10px;
        border-radius: 16px;
        top: 91px;
        margin-right: 15px;
        z-index: 15 !important;
        border: solid 6px #0000009c;
    }


    div.r:not(.sm){
        display: none;
    }

    section.main .text-block-2{
        /*text-align: justify !important;*/
    }

    section.main .text-block-3{
        text-align: center;
    }

    section.main .text-block-3 h1{
        text-align: left !important;
    }

    section.main div.r{
        height: 313px !important;
    }
    section.main div.r .superadmin-img {
        height: 100% !important;
        width: 100% !important;
        background-size: 345px !important;
        background-position: top right;
        background-position-y: 42px !important;
    }

    h2.sub, div.block-3 ul div.flex div.txt, section.block-2 p{
        font-size: 26px;
    }

    h2:not(.sub){
        font-size: 28px;
    }

    section.block-4{
        font-size: 26px;
    }

    .img-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .img-wrapper img {
        float: left;
        padding: 0px !important;
        margin-top: 25px;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {

    section.main .text-block-2 ul {
        list-style: none;
    }

    a.nav-link.sf-ui-text-medium{
        font-size: 18px;
    }

    section.container{
        max-width: unset;
    }
    div.r:not(.sm){
        display: block;
    }
}

@media (min-width: 726px) and (max-width: 991px) {

    .p5Canvas{
        background-size: 100% 1160px !important;
        height: 1160px !important;
    }

    section.block-2 {
        margin-top: 20px !important;
    }
}

@media (min-width: 776px) and (max-width: 1199px) {
    .feedback-form-shadow{
        height: 388px !important;
    }
}



@media screen and (max-width: 991px){
    .block-3-bg{
        padding-bottom: 0px !important;
    }
    div.block-3{
        padding-top: 35px !important;
    }
    div.block-3 ul li{
        margin-top: 30px !important;
    }

    section.block-3-bg{
        margin-top: 45px !important;
    }
    /*.text-block-2 ul {*/
        /*list-style: decimal;*/
    /*}*/
    .text-block-3 h1{
        margin-bottom: unset !important;
    }
    section.main .text-block-2{
        display: flex;
        justify-content: center;
    }
    div.r.sm{
        display: block;
    }

    section.main div.r .superadmin-img{
        height: 400px !important;
        background-position: unset !important;
        background-position-x: center !important;
    }

    .p5Canvas{
        background-size: 100% 930px;
        height: 1130px !important;
    }

    .flex-box-left{
        align-self: flex-start;
    }
    .navbar-expand-lg{
        text-align: initial !important;
        display: flex !important;
        justify-content: center !important;
        flex-flow: row !important;
    }

    section.main {
        margin-top: unset;
    }

    .sf-ui-text-medium{

    }

    section{
        padding-left: 15px !important;
    }

}


@media screen and (max-width: 400px){

    header .nav-link.sf-ui-text-medium{
        font-size: 14px;
        color: black !important;
        padding-left: 0px !important;
    }
}


/*                   ./ Медиа запросы                   */


#feedback form{
    display: flex;
    flex-flow: column;
    align-items: center;
}






























@keyframes change-background {
    0% {
        background: #E10E00;
    }
    30% {
        background: #e15f2d;
    }
    50% {
        background: #e16c49;
    }
    70% {
        background: #e15f2d;
    }
    100% {
        background: #E10E00;
    }
}


@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}







canvas {
    margin: auto;
    touch-action: none;
}



.feedback-form-btn-submit{
    border: unset !important;
    border-style: unset !important;
    background: transparent !important;
    color: white !important;
}

.feedback-form-btn-submit:hover{
    border: unset !important;
    border-style: unset !important;
    background: transparent !important;
    color: white !important;
}

.feedback-form-btn-submit:focus{
    border: unset !important;
    border-style: unset !important;
    background: transparent !important;
    color: white !important;
}

.feedback-form-btn-submit:active{
    border: unset !important;
    border-style: unset !important;
    background: transparent !important;
    color: white !important;
}
