* {
    box-sizing: border-box;
}

html {
    background: url(./media/bg.png);
    background-attachment: fixed;

}

body {
    margin: 0;
    font-weight: 550;
    font-family: Roboto-Medium, Verdana, sans-serif, -apple-system, BlinkMacSystemFont, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue";
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    /* position: fixed; */
}

.header {
    padding: 0 5px 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 40%;
    width: 100%;
} 

.top-left {
    text-align: left;
    float: left;
    font-style: none;
}

.top-left a {
    text-decoration: none;
    color: black;
    margin: 0 10px 0 0;
    margin-left: 30px;
    padding-left: 10px;
    font-size: 18px;
    float: left;
    border-left: 5px solid #3cba94;
    left: -20px;
    display: block;
    height: 50px;
    user-select: none;
}

.top-left a:hover {
    transform: scale(1.1);
    transition: transform .2s;
    user-select: none;
}

.top-right {
    text-align: center;
    font-size: 36px;
    margin: 15px;
    color: rgba(0,0,0,.6);;
    user-select: none;
}

.main_theme {
    display: flex;
    flex-direction: row;
    font-size: .6em;
    border-top: 5px solid #3cba94;
    border-bottom: 5px solid #3cba94;
    background-color: #fff;
    padding: 20px 0 20px 0;
    text-align: center;
}

.theme {
    font-size: 36px;
    padding-left: 5px;
    text-align: left;
    align-items: center;
    color: rgba(0, 0, 0, .2);
    float: left;
    width: 10%;
    display: flex;
    transform: scaleY(1.5) scaleX(.9) translateY(-2px);
    user-select: none;
}

.name {
    font-size: 40px;
    top: -2px;
    text-align: center;
    width: 80%;
    float: left;
    user-select: none;
    font-weight: normal;
}

.spo {
    font-size: 36px;
    padding-left: 5px;
    text-align: right;
    align-items: center;
    color: rgba(0, 0, 0, .2);
    width: 10%;
    transform: scaleY(1.5) scaleX(.9) translateY(-2px);
    user-select: none;
}

.main {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 125%;
    height: 100%;
    padding: 0 50px;
    margin-top: 40px;
    margin-bottom: 20px;
    user-select: none;
}

.con {
    display: grid;
    grid-template-columns: 5fr 1fr;
    margin-right: 5%;
}

.leftblock {
    margin-left: 5px;
    margin-right: 120px;
    width: 75%;

}

.main .leftblock .el {
    width: 100%;
    min-height: 150px;
    border: 2px solid #3cba94;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.main .leftblock .el::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 100%;
    left: -20px;
    top: 0;
    background-color: #3cba94;
}

.main .leftblock .el::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 100%;
    right: -55px;
    border-radius: 0 100% 100% 0/0 50% 50% 0;
    top: 0;
    background-color: #3cba94;
}

.main .leftblock .el .nameblock .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
    right: -130px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    box-shadow: inset 3px -5px 3px 0 rgba(0, 0, 0, .2);
}

.main .leftblock .el .nameblock::after {
    content: "";
    height: 100%;
    width: 150px;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    position: absolute;
    right: -150px;
    top: 0;
    z-index: 0;
    box-shadow: 3px -5px 3px 0 rgba(0,0,0,.2);
    background-color: #3cba94;
}

.el {
    border-color: #3cba94;
}

.nameblock {
    width: 40%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    box-shadow: 3px -5px 3px 0 rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 22px;
    background-color: #3cba94;
}

.main .leftblock .descriptionblock {
    height: 100%;
    width: 70%;
    padding: 15px 5px 15px 160px;
    display: flex;
    flex-direction: row;
}

.main .leftblock .descriptionblock .textblock {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main .leftblock .descriptionblock .textblock .title {
    font-size: 22px;
}

.main .leftblock .descriptionblock .textblock .text {
    font-size: 22px;
    color: rgba(0, 0, 0, .3);
}

.main .leftblock .el .descriptionblock .buttonblock {
    width: 70px;
}

.main .leftblock .el .descriptionblock .buttonblock .rec-btn {
    width: 60px;
    height: 70px;
}

.main .leftblock .el .descriptionblock .buttonblock .play-btn {
    width: 60px;
    height: 70px;
    margin-top: 10px;
}

.main .textsnizy {
    text-decoration: none;
    color: black;
    margin: 0 10px 0 0;
    margin-left: 30px;
    padding-left: 3px;
    font-size: 18px;
    float: left;
    border-bottom: 5px solid #000;
    left: -20px;
    display: block;
    height: 50px;
}

.con .rightblock .logo>img {
    width: 60%;
    margin: 10px 0 0 30px;
}

.rightblock  {
    margin-left: 80px;
    display: flex;
    flex-direction: column;
    user-select: none;
}

.con .rightblock .main_textblock {
    margin-bottom: 20px;
    width: 500px;
}

.con .rightblock .main_textblock .main_title {
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    margin-bottom: 20px;
    font-size: 28px;
}

.con .rightblock .main_textblock .main_title::after {
    content: "";
    position: absolute;
    display: block;
    width: 85%;
    height: 4px;
    background-color: #3cba94;
    left: 0;
    bottom: -15px;
}

.con .rightblock .main_textblock .main_text {
    color: #000;
    font-size: 24px;
}



/* Модальное окно */
.modal {
    position: fixed; /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); /* цвет фона */
    z-index: 1050;
    opacity: 0; /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 200ms ease-in; 
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; /* анимация перехода */
    pointer-events: none; /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
    font-weight: normal;
}
/* при отображении модального окно */
.modal:target {
    opacity: 1; /* делаем окно видимым */
	  pointer-events: auto; /* элемент видим для событий мыши */
    overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}
/* ширина модального окна и его отступы от экрана */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 1000px;
      margin: 30px auto; /* для отображения модального окна по центру */
  }
}
/* свойства для блока, содержащего контент модального окна */ 
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 5px solid #3cba94;
    border-radius: .3rem;
    outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }
}
/* свойства для заголовка модального окна */
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #eceeef;
}
.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}
/* свойства для кнопки "Закрыть" */
.close {
    float: right;
    font-family: sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}
/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}
/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
  position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}
.modal-body>li {
    padding-left: 20px;
    padding-bottom: 20px;
}

table {
    border: 1px solid grey;
    border-collapse: collapse;
}
th {
    border: 1px solid grey;
    
}
td {
    border: 1px solid grey;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    font-weight: normal;

}
.tab2 {
    background-color: #e6e6e6;
}

