@font-face {
    font-family: "Futuris";
    src: url("futuris.ttf") format("truetype-variations");
    font-weight: 1 999;
    font-stretch: 0% 100%;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("IBMPlexSansRegular.ttf") format("truetype-variations");
    font-weight: 1 999;
    font-stretch: 0% 100%;
}
@font-face {
    font-family: "IBMPlexSans-SemiBold";
    src: url("IBMPlexSansSemiBoldRegular.ttf") format("truetype-variations");
    font-weight: 1 999;
    font-stretch: 0% 100%;
}
@font-face {
    font-family: "IBMPlexSans-Medium";
    src: url("IBMPlexSansMediumRegular.ttf") format("truetype-variations");
    font-weight: 1 999;
    font-stretch: 0% 100%;
}


body{
    background-color: #EDEDED;
    margin: 0;
}


header {
    margin: 0;
    height: 112px;
    background-color: #EDEDED;
    box-sizing: border-box;
    padding-top: 9px;
}
.header-container{
    height: 69px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.logo_img{
    width: 98px;
    height: 60px;
    display: flex;
}
.header_h1{
    width: 278px;
    min-width: 278px;
    text-align: left;
    font-size: 22px;
    font-family: Futuris;
    line-height: 24px;
    margin: 6px 0 0;
}
.header_h2{
    height: 26px;
    font-family: IBM Plex Sans;
    font-size: 22px;
    margin: 6px 0 0;
    text-align: center;
}
.header_h3{
    font-family: IBM Plex Sans;
    font-size: 16px;
    text-align: center;
    width: 350px;
    min-width: 350px;
    line-height: 25px;
    margin: 6px 0 0;
}
.header_h3_mini{
    margin: 0;
    height: 22px;
    width: 233px;
    min-width: 233px;
}
.header_vert{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 64px;
    min-width: 240px;
    width: 240px;
    margin-top: -4px;

}
.subheader-container{
    display: flex;
    flex-direction: row;
    margin: auto;
    min-width: 600px;
    max-width: 1200px;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: 34px;
}
.subheader-item{
    font-family: IBM Plex Sans;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
}
.subheader-selected{
    font-family: IBMPlexSans-SemiBold;
}
.subheader{
    background-color: #b9b9b9;
}
.call_button{
    width: 200px;
    min-width: 200px;
    height: 46px;
    border-radius: 6px;
    background-color: #FF933D;
    margin-top: 6px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 3px;
}
.call_button p{
    font-family: Futuris;
    font-size: 20px;
    color: white;
    margin: 0;
    text-align: center;
    line-height: 46px;
    text-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
}



footer{
    padding: 20px 0;
    height: auto;
    background-color: #1E1E1E;
}
.footer_logo_img{
    width: 116px;
    height: 74px;
    display: flex;
    justify-content: center;

}
.footer_column h1{
    font-family: IBMPlexSans-SemiBold;
    font-size: 26px;
    color: #FFFFFF;
    margin: 0;
}
.footer_column p{
    font-family: IBMPlexSans-Medium;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;

}
.footer_column h1:empty{
    height: 34px;
}
.footer_h1{
    font-family: Futuris;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    width: 370px;
}
.footer-bottom-container p{
    font-family: IBMPlexSans-Medium;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
}

.footer-top-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.footer-social-container{
    display: flex;
    flex-direction: row;
    width: 135px;
    justify-content: space-between;
    align-items: center;
}
.footer-mail-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.footer-middle-container{
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    margin-bottom: 25px;
}

.footer_social_icon{
    width: 30px;
    height: 30px;
}

.mail-icon{
    margin-top: 6px;
    height: 30px;
    width: 43px;
}
.mail-text{
    font-family: IBMPlexSans-SemiBold;
    font-size: 22px;
    color: #ECECEC;
    text-align: center;
    width: 288px;
    line-height: 80px;
    margin: 0;
}
.phone-text{
    font-family: IBMPlexSans-SemiBold;
    font-size: 22px;
    color: #ECECEC;
    text-align: center;
    width: 288px;
    line-height: 80px;
    margin: 0;
}



.footer_top_subcontainer{
    display: flex;
    flex-direction: row;
}



.index_bg{
    width: 100%;
    height: auto;
    display: block;
    max-height: 700px;
    object-fit: cover;
}
.index_bg_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;

}
.index-container1{
    position: relative;
}

.index-container{
    padding: 28px 0;
}
.index-container-content{
    margin: 0 auto;
    max-width: 1200px;
}
.info_img{
    max-width: 800px;
    height: auto;
    margin: 20px auto 0;
}
.info_img_container{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.info_img_container h2{
    font-family: IBMPlexSans-SemiBold;
    font-size: 24px;
    color: #404040;
    margin: 5px auto 20px;
}
.index-container p{
    font-family: IBMPlexSans-SemiBold;
    font-size: 20px;
    color: #626262;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
}
.index-container h1{
    font-family: IBMPlexSans-SemiBold;
    font-size: 58px;
    color: #3F3F3F;
    text-align: center;
    margin: 0 0 18px 0;
}
.index-container_dark{
    background-color: #5F5F5F;
}
.index-container_dark h1{
    color: #ECECEC;
    text-shadow: 0 2px 3px rgba(0,0,0,0.50);
}

.index-container_light{
    background-color: #EDEDED;
}
.index-container_light h1{

}
.reviews_container{
    background-color: red;
    width: 100%;
    height: 290px;
}
.work_collage{
    width: 100%;
    aspect-ratio: 8/3;
    height: auto;
    background-color: #ff0000;
}

.columns{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}
.column3{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
}

.column3 h2{
    font-family: IBMPlexSans-SemiBold;
    font-size: 40px;
    color: #ECECEC;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.50);
    margin: 0 0 14px 0;
    width: 100%;
}
.column3 h3{
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-weight: 100;
    color: #ECECEC;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.50);
    width: 100%;
    margin: 15px 0 0;
}
.column3 h4{
    font-family: IBM Plex Sans;
    font-size: 27px;
    font-weight: 100;
    color: #414141;
    text-align: center;

}
.index_main_h1{
    font-family: IBMPlexSans-SemiBold;
    font-size: 72px;
    color: #ff933d;
    text-align: center;
    text-shadow: 3px 4px 3px rgba(82,82,82,0.50);
    width: 1151px;
}
.medal{
    width: 82px;
    height: 106px;
}
.placeholder{
    height: 300px;
    width: 90%;
    background-color: #ff0000;
}
.placeholder1{
    height: 300px;
    width: 30%;
    background-color: #ff0000;
}
.column4{
    width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.work_icon{
    width: 133px;
    height: 133px;
}
.column4 h2{
    font-family: IBM Plex Sans;
    font-size: 32px;
    color: #ECECEC;
    text-align: center;
    margin: 20px 0;
}
.payment-container{
    display: flex;
    flex-direction: row;
}
.burger_button{
    display: none;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    margin: auto 15px auto 15px;
}
.burger_button img{
    width: 100%
}

.columns1{
    margin: 0 auto;
}
.footer{
    max-width: 1200px;
    margin: 0 auto;
}
.footer_top_subcontainer{
    width: 48%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 80px;
}

.proizv_icon{
    max-height: 330px;
    width: 100%;
    border-radius: 10px;
    box-shadow: #1E1E1E 1px 2px 2px;
}

.container_work{
    margin-top: 40px;
}

.catalog_image{
    background-color: red;
    height: 150px;
    width: 100%;
}
.catalog_table{
    width: 100%;
    border-spacing: 30px;
}
.useful_info{
    display: flex;
    border-spacing: 10px;
}
.useful_info_cell{
    background-color: #003cff;
    height: 280px;
    width: calc(1160px / 3);
    box-shadow: #1E1E1E 1px 2px 2px;
    border-radius: 7px;
    background-size: cover; background-repeat: no-repeat;
    transition: all 0.2s ease-out;
    position: relative;
    z-index: 1;
}
.useful_info_cell:hover{
    box-shadow: #1E1E1E 2px 4px 8px;
    transition: all 0.2s ease-out;
}
.hidden_cells{
    display: block;
    margin-top: -300px;
    position: relative;
    z-index: 0;
    transition: all 0.2s ease-out;
    opacity: 0;
}
.info_cell_title{
    font-family: IBM Plex Sans;
    font-size: 28px;
    color: #ffffff;
    text-shadow: #1E1E1E 1px 2px 2px;
    margin: 10px 20px;
    text-decoration: none;
}
.useful_info_link{
    width: 100%;
    height: 100%;
    display: flex;
    text-decoration: none;
}
.show_more{
    background-color: #bdbdbd;
    border-radius: 30px;
    padding: 10px;
    display: flex;
    width: 180px;
    top: -20px;
    margin: -10px auto 0;
    position: relative;
    box-shadow: #616161 2px 2px 8px;
    transition: all 0.2s ease-out;
    z-index: 5;
}
.show_more:hover{
    box-shadow: #616161 2px 2px 2px;
    background-color: #dddddd;
    transition: all 0.2s ease-out;
}
.show_more p{
    font-family: IBMPlexSans-SemiBold;
    font-size: 24px;
    background-color: unset;
    text-align: center;
    width: 100%;
    color: #272727;
}
/*@media (max-width: 1550px) {*/
/*    .subheader-container{*/
/*        max-width: 1200px;*/
/*    }*/
/*    .column3 h2{*/
/*        height: 50px;*/
/*        max-width: 330px;*/
/*        font-size: 36px;*/
/*    }*/
/*    .index_main_h1{*/
/*        font-size: 52px;*/
/*    }*/
/*    .index-container h1{*/
/*        font-size: 52px;*/
/*        margin-bottom: 6px;*/
/*    }*/
/*    .index_bg{*/
/*        max-height: 500px;*/
/*    }*/
/*}*/


@media (max-width: 1200px) {
    .call_button{
        margin-right: 34px;
    }
    .subheader-container{
        padding: 0 20px;
    }
    .logo_img{
        margin-left: 34px;
    }
    .index-container {
        padding: 28px 45px;
    }
    .tablet_hidden{
        display: none;
    }
    .columns1{
        width: 100%;
    }
    .column4 h2{
        font-size: 24px;
    }
    .footer-top-container{
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .footer_logo_img{
        margin: 0 0 0 -20px;
    }
    .phone-text{
        text-align: end;
    }
    .footer_top_subcontainer{
        width: 620px;
    }
    .footer-middle-container{
        justify-content: center;
        width: 620px;
        margin: 0 auto;
    }
    .footer-bottom-container p{
        width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 1050px) {
    .subheader-container{
        padding: 0 20px;
    }
    .logo_img{
        margin-left: 34px;
    }
    .tablet_hidden{
        display: none;
    }
    .tablet1_hidden{
        display: none;
    }
    .subheader-item{
        font-size: 18px;
    }
    .subheader-container{
        max-width: 90%;
    }
    .container_work{
        display: flex;
        flex-direction: column;
    }
    .container_work{
        justify-content: center;
        align-items: center;
    }
    .index-container h1{
        font-size: 36px;
        margin: 0 0 5px;
    }
    .index_main_h1{
        font-size: 44px;
    }
    .container_proizv{
        flex-direction: column;
        align-items: center;
    }
    .column3{
        width: 100% !important;
    }
    .column3 h2{
        font-size: 24px;
        margin: 0;
    }
    .column3 {
        margin-top: 15px;
    }
    .proizv_icon{
        height: auto;
        aspect-ratio: 2727/1663;
        max-height: unset;
    }
    .container_proizv{
        margin-top: 0 !important;
    }
}

@media (max-width: 800px) {
    .tablet_hidden{
        display: none;
    }
    .burger_button{
        display: block;
    }
    .logo_img{
        margin: 0 0 0 10px;
    }
    .index_main_h1{
        font-size: 32px;
    }
    .mobile_hidden{
        display: none;
    }
    header{
        height: 78px;
    }
    .header_vert{
        margin-right: 10px;
    }
    .tablet1_hidden{
        display: none;
    }
    .footer-bottom-container p{
        width: auto;
        margin: 0 20px;
    }
    .columns{
        margin-top: 10px !important;
    }
    .column3 {
        margin-top: 15px;
    }
    .proizv_icon{
        height: auto;
        aspect-ratio: 2727/1663;
        max-height: unset;
    }
}
@media (max-width: 650px) {
    .footer_top_subcontainer{
        height: unset;
    }
    .footer-middle-container{
        width: unset;
    }
    .tablet_hidden{
        display: none;
    }
    .header_h2{
        font-size: 16px;
        line-height: 18px;
        height: 18px;
    }
    .header_h3{
        font-size: 14px;
    }
    .header_vert{
        width: 150px;
        min-width: 150px;
        justify-content: center;
    }
    .header_h3_mini{
        width: 150px;
        min-width: 150px;
    }
    .tablet1_hidden{
        display: none;
    }
    .footer_top_subcontainer{
        flex-direction: column !important;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .phone-text{
        text-align: center;
    }
    .footer-middle-container{
        flex-direction: column;
    }
    .footer_column{
        margin: 0 !important;
    }
    .footer_column p{
        font-size: 20px;
        text-align: center;
    }
    .footer_column h1{
        text-align: center;
        font-size: 32px;
    }
    .footer_column h1:empty{
        display: none;
    }
    .footer-bottom-container p{
        width: auto;
        margin: 0 20px;
    }
    .phone-text{
        line-height: 40px;
    }


    .index-container h1{
        font-size: 44px;
        margin: 0;
    }
    .index-container {
        padding: 10px;
    }
    .index-container p{
        font-size: 24px;
        line-height: 30px;
    }
    .columns{
        flex-direction: column;
        align-items: center;
    }
    .column3{
        width: 100% !important;
        margin-top: 15px;
    }
    .column3 h2{
        font-size: 30px;
    }
    .column4 h2{
        font-size: 27px;
    }

}

@media (max-width: 400px) {
    .header_vert{
        display: none;
    }
    .index-container h1{
        font-size: 36px;
        margin: 0;
    }
    .index-container p{
        font-size: 16px;
        line-height: 18px;
    }
    .index-container {
        padding: 10px;
    }
    .columns{
        flex-direction: column;
    }
    .mail-text{
        font-size: 20px;
        width: auto;
        margin-left: 20px;
        line-height: 20px;
    }
    .phone-text{
        line-height: 20px;
        font-size: 16px;
    }
    .footer-mail-container{
        height: 40px;
        margin-top: 10px;
    }
    .work_icon{
        width: 50vw;
        height: 50vw;
    }
    .container_work{
        margin-top: 0 !important;
    }
    .column4 h2{
        font-size: 22px;
        margin: 0 0 10px 0;
        text-align: center;
    }
    .column3 {
        width: 100% !important;
        margin: 10px 0 0;
    }
    .column3 h2{
        font-size: 26px;
        margin: 0 0 10px 0;
        text-align: center;
        height: 30px;
    }
    .columns{
        margin: 0 !important;
    }
    .column3 h4{
        margin: 0;
    }
    .column3 h3{
        margin: 10px 0 0 ;
        font-size: 18px;

    }
    .footer_h1{
        width: 100%;
    }
}