@font-face {
    font-family: "Roboto", "Arial", sans-serif;
    font-style: normal;
    font-weight: 400;

    /* Браузер сначала попробует найти шрифт локально */
    src: url(../assets/fonts/roboto-medium.ttf) format('ttf'), url(../assets/fonts/roboto-medium.woff) format('woff'),url('Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype')
	/*src: local("Roboto"), url(./assets/fonts/roboto-medium.woff),*/
	    

}

* {
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none
}


body {
    /* background-image: url(../storage/images/sh_bg.png); */
    background-color: rgba(0, 0, 0, 0.15);
    background-position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Roboto", "Arial", sans-serif;
    font-weight: bold;
    font-size: 40px;

}

.color-font {
    color: #10575b;
    font-weight: bold;

}

table {
    border: 1px solid black;
    border-collapse: collapse;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    text-align: left;

}

th,
td {
    width: 50%;
    border: 1px solid black;
    padding: 5px;
}

tr:nth-child(odd) {
    background: #DCDCDC;
}


.StartPage_Header {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    /* min-height: 250px; */
}

.StartPage_UpperBlock {
    background-color: rgb(61, 187, 149);
    height: 100px;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    /* padding: 0 25px; */
    width: 100%;
}

.BrandCircle{
    height: 80px;
    display: flex;
    margin-left: 60px;
}

.BrandColor {
    height: 100px;
    display: flex;

    /* height: auto; */

    /* position: fixed; */
    /* top: 0px; */
    /* right: 0px; */
}

.StartPage_LeftBlock {
    display: flex;
    margin-left: 50px;
    /* flex-direction: row; */
    /* align-items: left; */
    margin-top: 10px;
    /* height: 5%; */
    /* width: 30%; */
}

.StartPage_info,
.StartPage_tags {
    width: 120px;
    height: 50px;
    font-size: 0.5em;
    display: flex;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 20px;
}

.StartPage_info a,
.StartPage_tags a {
    color: #10575b;
    /* font-size: 0.9em; */
    font-weight: 500;
}

.StartPage_info a:hover,
.StartPage_tags a:hover
{
    color: rgb(244, 121, 32);
}

/* .StartPage_tags {
    width: 150px;
    height: 50px;
    font-size: 0.5em;
    display: flex;
    cursor: pointer;
    margin-right: 30px;
} */



/* ------- анимация инфо, ключевые слова */
.line {
    position: relative;
}

/* .StartPage_tags a:hover, .StartPage_info a:hover  {
    color:  #10575b;
} */

.line:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0px;
    left: -4px;
    transform: scaleX(0);
    box-shadow: 0 3px 0 #f47920;
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.line:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* .StartPage_info::before {
    content: "";
    display: inline;
    left: -20px;
    width: 7px;
    height: 50px;
    background-color: #399a7b;
    margin-right: 10px;

}

.StartPage_tags::before {
    content: "";
    display: inline;
    width: 5px;
    height: 50px;
    background-color: #399a7b;
    margin-right: 10px;
} */

/*------- Правый блок хидера -----------*/
.StartPage_RightBlock {
    text-align: left;
    text-transform: uppercase;
    /* color: rgba(16, 87, 91, 0.6); */
    color: #fff;
    font-size: 0.75em;
    font-weight: 100;
    width: 100%;
    padding-left: 20px;
    z-index: 0;
}

.StartPage_BottomBlock {
    height: 60%;
    background-color: #fff;
    /* border-top: 5px solid #399a7b; */
    border-bottom: 3px solid #3dbb95;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 25px;
    font-size: 1.5em;
    z-index: 1;
}

.StartPage_sign {
    height: 50px;
    display: flex;
    z-index: 100;
}



/* Намиенование темы */
.StartPage_title {
    height: auto;
    width: 90%;
    padding: 0 25px;
    line-height: 1;
    text-transform: uppercase;
    color: #10575b;
    font-size: 0.5em;
    text-align: center;
}

.StartPage_theme {
    color: rgba(0, 0, 0, .2);
    transform: scaleY(1.1) scaleX(.6) translateY(-2px);
    text-align: left;
    font-weight: 500;
}

.StartPage_spo {
    color: rgba(0, 0, 0, .2);
    transform: scaleY(1.1) scaleX(.6) translateY(-2px);
    text-align: right;
    font-weight: 500;
}

.StartPage_Main {
    display: flex;
}

/* ------------------------------ Левый блок ----------------------------------*/


.StartPage_ContentLeftBlock {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    margin: 30px;
    width: 80%;
}


/* Стили текста блоков модулей */
.StartPage_TitleBlock_title {
    height: auto;
    padding: 0 10px;
    line-height: 1;
    color: rgb(255, 255, 255);
    font-size: 0.55em;
    font-weight: 500;
    vertical-align: middle;
    /* border-radius: 0, 10px, 0, 10px; */
    /* border-bottom-left-radius: 10px; */
    border-top-left-radius: 10px;

}

.StartPage_DescriptionBlock {
    height: 90%;
    width: 80%;
    padding: 15px 15px 15px 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.StartPage_TextBlock {
    width: 100%;
    display: grid;


}

.StartPage_DescriptionBlock_title {
    height: auto;
    padding: 15px 25px 0;
    line-height: 1;
    color: rgb(0, 0, 0);
    font-size: 0.65em;
    margin-left: 60px;
    cursor: pointer;
    z-index: 100;
}


.StartPage_DescriptionBlock_text {
    height: auto;
    padding: 0 25px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.4);
    font-size: 0.5em;
    margin-left: 60px;
    margin-top: 30px;

}

.StartPage_Module {
    width: 100%;
    min-height: 150px;
    /* border: 2px solid #3dbb95; */
    /* border-radius: 20px; */
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    z-index: 0;
    cursor: pointer;

}

/* .StartPage_Module:hover {
     border: 2px solid #10575b;
    box-shadow: 3px 5px 3px 0 rgb(0 0 0 / 20%);
}

.StartPage_Module:hover .StartPage_DescriptionBlock_title {
    text-decoration: underline;
} */

.StartPage_Module:hover .StartPage_TitleBlock {
    background-color: #10575b;
}

.StartPage_Module:hover .StartPage_DescriptionBlock_title {
    color: #f47920;
}

.StartPage_playBtn {
    background-image: url(../storage/images/play.png)
}      
.StartPage_playBtn:hover {
    background-image: url(../storage/images/play_a.png)
}   

.StartPage_recommendsBtn{
background-image: url(../storage/images/recomends.png)
}

.StartPage_recommendsBtn:hover{
    background-image: url(../storage/images/recomends_a.png)
    }

.StartPage_TitleBlock {
    background-color: #3dbb95;
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0 20px;
    position: relative;
    z-index: 10;
    /*box-shadow: 3px -5px 3px 0 rgb(0 0 0 / 20%);*/

    /* border-bottom-left-radius: 16px; */
    border-top-left-radius: 50px;
}



.StartPage_iconWrapper {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    /*background-color: #fff;*/
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
    right: -130px;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    /*box-shadow: inset 3px -5px 3px 0 rgb(0 0 0 / 20%);*/
}

.StartPage_ButtonsBlock {
    width: 40px;

}

.StartPage_recommendsBtn {
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    z-index: 100;
}

.StartPage_playBtn {
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.interactive-card_item {
    cursor: pointer;
}

/*--------------------Картинки-------------------*/

#gallery1 {
    width: 100%;
    overflow: hidden;
}

#gallery1 a {
    /* position: relative; */
    float: left;
    margin: 5px;
}

#gallery1 img {
    height: 250px;
    /* border: solid 1px #999; */
    /* padding: 5px; */
}


.loupe-wrapper {
    position: relative;
    display: block;
    height: 250px;
    width: 250px;
    margin: 20px;
    overflow: hidden;
    border-radius: 4px;
    border: solid 2px #3dbb95;
    /* overflow: clip */
}

.loupe-wrapper:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    display: block;
    background-image: url(../storage/images/sprite.png);
    background-position: 0px 0px;
    width: 42px;
    height: 42px;
    -webkit-border-top-left-radius: 1.5mm;
    border-top-left-radius: 1.5mm;
    /* -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: transparent; */
}

/* ------------------------------ Правый блок ----------------------------------*/



.StartPage_ContentRightBlock {

    margin-left: 50px;
    display: block;
    width: 30%;
    padding-right: 20px;
}

.StartPage_imageWrapper {
    width: 100%;
    margin-bottom: 20px;
    display: block;
}

.StartPage_image {

    object-fit: contain;
    max-width: 80%;
    min-height: 200px;

}

.StartPage_Content_title {
    text-align: left;
    color: #659092;
    font-size: 0.6em;


}

.StartPage_Content_text {
    text-align: left;
    color: #659092;
    font-size: 0.6em;
    margin-bottom: 20px;

}

.StartPage_Content_title::after {
    content: "";
    display: block;
    width: 50%;
    height: 4px;
    background-color: #659092;
    left: 0;
    bottom: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}



.RefreshBtn_RefreshBtn {

    position: absolute;
    left: 0;
    top: 20%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 40px;
    height: 200px;
    background-color: #10575b;
    color: #fff;
    font-size: .6em;
    font-weight: 400;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: center;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    opacity: .5;
    z-index: 10000;
    transition: opacity .2s ease;
    padding: 5px;
}

.RefreshBtn_RefreshBtn:hover {
    opacity: 1;
}



/* ------------- настройки мобильной версии */
@media (max-width:980px) {
    .StartPage_ContentLeftBlock {
        display: flex;
        flex-direction: column;
    }

    .StartPage_Main {
        flex-wrap: wrap;
        justify-content: center;
    }

    .StartPage_Module {
        flex-direction: column;
        min-height: 500px;
    }

    /*.StartPage_TitleBlock_title {
        font-size: 1em;
    }*/

    .StartPage_TitleBlock {
        width: 80%;
    }

    /*.StartPage_DescriptionBlock_title {
        font-size: 0.90em;
    }*/

    .StartPage_ContentRightBlock {
        width: 80%;
        margin-top: 5%;
        margin-left: 0px;
    }

    .StartPage_DescriptionBlock {
        height: 70%;
    }

    .StartPage_DescriptionBlock_text {
        font-size: 0.6em;
    }

    .StartPage_DescriptionBlock_text,
    .StartPage_DescriptionBlock_title {
        margin-left: 0;
    }

    .loupe-wrapper {
        height: auto;
        width: auto;
    }

}