.IND_topCont{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 40px;
    min-height: 400px;
}
.IND_topCont_reverse{
    flex-direction: row-reverse;
}
.MAS_topCont{
    width: 100%;
}

.IND_cont1{
	position: relative;
	text-align: center;
	width: 100%;
    margin-top: 60px;
    height: calc(70vh - 60px);
    overflow: hidden;
    display: inline-block;
}
.IND_U_photo{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: hsla(0, 0%, 15%, 1);
}
.IND_cont_volba_cont{
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    height: calc(30vh);
    background-color: hsla(0, 0%, 15%, 1);
}
.IND_cont_volba{
    padding: 5px;
    width: calc(( 100% / 3 ) - 10px);
    height: calc(100% - 10px);
    text-align: center;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
   
    background-blend-mode: multiply;
    background-color: hsla(0, 0%, 0%, 0.7);
}
.IND_volba_text_1{
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 auto;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}
.IND_volba_text_1x{
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 auto;
    position: absolute;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 100%;
}
.IND_hero_text_2{
    width:90%;
    margin-left: 5%;
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 30px;
}
.hero_text_XX{
    font-size: 1.3rem;
}
.IND_scroll{
    cursor: pointer;
}

.Section_overcont_noMargin{
    padding-top: 0px;
}
.IND_img_holder{
    width: 70%;
    align-self: stretch;
    position: relative;
}
.IND_img{
    width: 100%;
    height: 100%;
    background-color: black;
    background-size: cover;
    background-position: center;
}
.IND_section_icon_cont {
    position: absolute;
    left: 50px;
    right: unset;
    top: 50px;
    display: flex;
    gap: 10px;
    color: white;
}
.IND_topCont_reverse .IND_section_icon_cont{
    left: unset;
    right: 50px;
}
.IND_section_icon_img{
    color:white;
}
.IND_section_icon_img svg{
    height: 1.5rem;
    width: 1.5rem;
}
.IND_section_icon img{
    width: auto;
    height: 100%;
}
.IND_txts{
    display: inline-block;
    float: left;
    width: 100%;
    padding: 20 0;
}
.IND_uvod{
}
.IND_text_0{
    display: inline-block;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
    letter-spacing: 1px;
}
.IND_text_1{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    padding-bottom: 20px;
}
.IND_text_1x{
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 20px;
}
.IND_text_2{
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 20px;
}
.IND_block_cont{
    display: inline-block;
}

.IND_vyhody{
    display: flex;
    max-width: 80%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background-color: white;
    padding:40px 20px 0 20px;
    gap: 20px;
}
.IND_vyhoda{
    text-align: center;
    width: 300px;
    gap: 10px;
    display: inline-flex;

}
.IND_vyhoda ul{
    padding-left: unset;
}
.IND_V_text_podnadpis{
    margin-bottom: 3px;
    font-weight: 600;
}
.IND_li{
    list-style-type: square;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 3px;
}
.IND_V_foto{
    width: 40px;
    height: 30px;
    display: inline-block;
    float: left;
}
.IND_V_texty{
    display: inline-block;
    float: right;
    text-align: left;
    list-style-position: outside;
}
.IND_V_nadpis{
    font-size: 1.2rem;
    line-height: 30px;
    font-weight: 600;
}
.IND_V_TEXT{
    font-size: .9rem;
    margin-bottom: 5px;
    margin-left: 1px;
}
.K_page_overcont{
    margin-top: 60px;
    width: 100%;
    text-align: center;
}
.K_page{
    width: 80%;
    display: inline-block;
}
.K_uvodka{
    width:100%;
    height: 360px;
}
.K_SQT_cont{
    width: 100%;
}
.K_mapa{
    width: calc(100% - 7px);
    display: inline-block;
    float: right;
    border-right: 5px solid black;
    border-left: 5px solid black;
}
.K_cont{
    border-left: 5px solid black;
    box-sizing: border-box;
    background-color: hsla(0, 0%, 95%, 1);
    margin-bottom: 60px;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: left;
    padding: 50px; 
    height: auto;
    display: flex;
    flex-direction: column;
}
.K_text_cont_2{
    margin: 10px 0px;
    columns: 2;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
}
.K_SC_icon{
    width: 16px;
    height:16px;
    padding: 1.5px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    opacity: 0.7;
}
.K_text_cont_2_grid{
    display: inline-flex;
    gap: 50px;
    flex-wrap: wrap;
}
.K_text_subcont{
    min-width: 300px;
    max-width: 500px;
    display: inline-block;
    height: auto;
    margin-top: 10px;
}
.K_text_X{
    font-size: 1.1rem;
    font-weight: 600;
    width: 95%; 
}
.K_text{
    font-size: 1rem;
    width: 100%;
}
.K_logo{
    max-width: 200px;
    height:auto;
    margin-bottom: 10px;
    display: inline-block;
}
.K_logo_img{
    width: 100%;
    height: auto;
}
.K_clovek_cont{
    padding: 10px 10px 10px 10px;
    width: 500px;
    border-left: 2px solid hsl(0,0%,95%);
    border-right: 2px solid hsl(0,0%,95%);
    margin: 15px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.0);
    transition: 0.3s;
    display: inline-block;
}
.K_C_foto{
    width: 200px;
    height: 200px;
    display: inline-block;
    float: left;
}
.K_C_text_cont{
    text-align: left;
    display: inline-block;
    float:left;
    padding: 40px 30px 40px 30px;   
    width: 210px;
}
.K_C_T_name{
    font-size: 1.2rem;
    text-transform: uppercase;
}
.K_C_T_position{
    font-size: 1rem;
    color:gray;
}
.K_C_T_phone{
    margin-top: 10px;
    font-size: .9rem;
}
.K_C_T_mail{
    font-size: .9rem;
    text-decoration:initial;
}
.K_C_T_icon{
    width: 15px;
    height: 15px;
    display: inline-block;
    float: left;
    margin-right: 5px;
    opacity: 0.7;
}
.K_C_T_text{
    margin-bottom: 3px;
}
@media (max-width:1200px){
    .IND_topCont{
        flex-direction: column;
        gap:0;
    }
    .IND_img_holder{
        width: 100%;
        height: 350px;
    }
    .IND_section_icon_cont{
        left: 20px;
        top: 20px;
    }
    .IND_topCont_reverse .IND_section_icon_cont{
        right:20px;
    }
    .IND_vyhody{
        padding: 0px 10px 0 10px;
        max-width:100%;
    }
    .IND_vyhoda{
        width: 100%;
    }
}