@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&display=swap');

*{
  padding: 0;
  margin: 0;
  border: 0;
}
*,*:before,*:after{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,:active{
  outline: none;
}
a:focus,a:active{
  outline: none;
}
nav,header,footer,aside{
  display: block;
}
html,body{
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input,button,textarea{
  font-family: inherit;
}
input::-ms-clear{
  display: none;
}
button{
  cursor: pointer;
}
a,a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
ul li{
  list-style: none;
}
img{
    max-width: 100%;
    display: block;
    margin: auto;
    padding-bottom: 20px;
}
h1,h2,h3,h4,h5,h6, p{
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
:root {
  --blackmain-color: #836d7d;
  --blacksecondary-color: #5e3a55;
  --blackthird-color: #00b0dd;
}
.black{
font-family: 'Golos Text', sans-serif; ;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 34px;
color: #fff;
margin: 0;
background: var(--blackmain-color);
}
.black h1, .black h2, .black h3{
  font-weight: 600;
  text-align: center;
}
.black h1{
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 44px;
  line-height: 64px;
  max-width: 750px;
}
.black h2, .black h3{
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 500;
  color: var(--blackthird-color);
}
.black h2{
  font-size: 36px;
  line-height: 34px;
}
.black h3{
  font-size: 28px;
  line-height: 34px;
}
.black main{
  padding-left: 14px;
  padding-right: 14px;
  overflow: hidden;
  position: relative;
}
.black .container{
  max-width: 1240px;
  margin: 0 auto;
}



/*header*/


.black header > div{
  padding: 29px 50px 29px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: var(--blacksecondary-color);
}
.black_logo{
font-weight: 700;
font-size: 24px;
line-height: 29px;
color: var(--blackthird-color);
}
.black_logo,
.black_nav,
.black_btn{
  flex-basis: 33%;
}
.black_nav__close{
  font-weight: 500;
  line-height: 65px;
  font-size: 65px;
  cursor: pointer;
  position: absolute;
  transform: rotate(45deg);
  display: none;
  left: 20px;
  top: 10px;
}
.black_nav__open{
  position: absolute;
  width: 30px;
  cursor: pointer;
  display: none;
}
.black_nav__open span{
  display: block;
  height: 3px;
  background: #fff;
}
.black_nav__open span + span{
  margin-top: 3px;
}
.black header ul{
  display: flex;
  justify-content: flex-start;
}
.black header li + li{
  margin-left: 29px;
}
.black header li a{
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.black header li a:hover{
  color: var(--blackthird-color);
}

.black_btn {
  display: flex;
  justify-content: flex-end;
}
.black_btn button{
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 10px 19px 10px 19px;
  background: #007e9e;
    border: 1px solid #ffffff;
  border-radius: 12px;
}
.black_btn button + button{
  margin-left: 20px;
    background: #007e9e;
    border: 1px solid #ffffff;
}
.black_btn button + button:hover{
  background: none;
    border: 1px solid #ffffff;
}


/*main black_top*/


.bg_blur {
    position: absolute;
    width: 470px;
    height: 580px;
    background: var(--blackthird-color);
    filter: blur(125px);
    opacity: 0.5;
    z-index: -1;
    top: 635px;
    left: -99px;
}
.bg_blur + .bg_blur{
  top: 1220px;
  left: auto;
  right: -353px;
}

.black .h1_hide{
  display: none;
}
.black_top{
    padding: 51px 0 0px 0;
}
.black_top__img{
  width: 800px;
  margin: 0 auto;
border-radius: 30px;
overflow: hidden;
}
.black_top__img img{
  width: 70%;
}
.black_top__img img + img{
  display: none;
}
.black h1 span{
  color: var(--blackthird-color);
}
.black_top__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
}
.black_top__link a{
font-size: 18px;
line-height: 40px;
color: var(--blackthird-color);
display: block;
padding: 10px 18px 10px 20px;
border-radius: 8px;
border: 1px solid var(--blackthird-color);
}
.black_top__link a:hover{
  color: #fff;
  background: var(--blackthird-color);
}


/*main black_center*/

.black_center p{
  margin-bottom: 20px;
  line-height: 34px;
  text-indent: 20px;
}
.black_center a{
  color: var(--blackthird-color);
  text-decoration: underline;
}
.black_center a:hover{
  text-decoration: none;
}

.black_center ul{
  margin-bottom: 30px;
}
.black_center ul li{
  list-style: inherit;
}
.black_center ul,
.black_center ol{
  line-height: 34px;
  margin-left: 50px;
    margin-bottom: 20px;
}
.black_center__img{
  width: 800px;
  margin: 0 auto;
border-radius: 12px;
margin-bottom: 30px;
overflow: hidden;
}
.black_center__img img{
  width: 100%;
}
.black_center__img img + img{
  display: none;
}


/*main black_bottom*/


.black_bottom{
  padding-top: 20px;
  padding-bottom: 100px;
  max-width: 1040px;
  margin: 0 auto;
}
.black_bottom p{
  font-weight: 500;
line-height: 22px;
}
.black_bottom p:first-child{
flex-basis: 33%;
}
.black_bottom p:nth-child(2),
.black_bottom p:nth-child(3){
  flex-basis: 13%;
}
.black_bottom p:last-child{
flex-basis: 33%;
text-align: right;
}
.black_bottom__wr{
  border-bottom: 1px solid var(--blackthird-color);
}
.black_bottom__wr + .black_bottom__wr{
  margin-top: 50px;
}
.black_bottom__in{
  border-top: 1px solid var(--blackthird-color);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/*footer*/

.black footer p{
    padding: 36px 0 36px 0;
    line-height: 28px;
    text-align: center;
}

.black-up {
    position: fixed;
    background-color: var(--blackthird-color);
    color: #fff;
    right: 20px;
    bottom: 20px;
    border-radius: 25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.black-up:hover {
    background-color: var(--blacksecondary-color);
    color: #fff;
}

.black-up::before {
    content: "\2191";
    font-size: 40px;
    line-height: 43px;
    font-weight: 400;
}

.black-up_hide {
  display: none;
}

@media screen and (max-width: 1099px){
.black_logo, .black_nav, .black_btn {
    flex-basis: content;
}
}
@media screen and (max-width: 959px){
    .black header > div {
    padding: 30px 0 30px 0;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.black_nav__open span {
    background: var(--blackthird-color);
}
    .black_nav__close{
  display: block;
}
.black_nav__open{
  display: block;
  left: 30px;
  top: 30px;
}
.black_logo{
margin-bottom: 30px;
}
.black_nav{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  display: none;
}
.black_nav__show{
  display: block;
  background: rgb(0 0 0 / 58%);
}
.black_nav ul{
  background: #20212E;
  width: 315px;
  height: 100%;
  padding: 180px 0 0 30px;
  flex-direction: column;
  justify-content: flex-start;
}
.black header li + li{
    margin-top: 50px;
    margin-left: 0;
}
.black_btn button {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 0 14px 0;
    letter-spacing: 0.2px;
    width: 250px;
    border: 1px solid #FFFFFF;
}
.black_btn button + button {
    margin-left: 0;
    margin-top: 20px;
}
.black_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.black_btn button:hover{
  background: var(--blacksecondary-color);
}
.black_bottom p {
    line-height: 20px;
    font-size: 16px;
}

}

@media screen and (max-width: 830px){
.black_top__img {
    width: 100%;
}
.black_top__img img {
    display: none;
}
.black_top__img img + img {
    display: block;
}
.black_top {
    padding: 15px 0 10px 0;
}
.black_center__img {
    width: 100%;
}
.black_bottom__in {
    padding: 20px 0;
}
.black_bottom__in {
    flex-wrap: wrap;
    row-gap: 40px;
}
.black_bottom p:first-child {
    flex-basis: 35%;
}
.black_bottom .item_4 p:nth-child(2){
    flex-basis: 35%;
    text-align: right;
}
.black_bottom .item_3 p:nth-child(2){
    text-align: center;
    flex-basis: 17%;
}
.black_bottom p:nth-child(3) {
    flex-basis: 35%;
}
.black_bottom p:last-child {
    flex-basis: 35%;
}
.black_bottom p {
    word-break: break-word;
}

}




@media screen and (max-width: 639px){
    .bg_blur {
    top: 635px;
    left: -350px;
}
.bg_blur + .bg_blur{
  top: 1220px;
  left: auto;
  right: -353px;
}
    .black h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 50px;
    text-align: left;
    display: none;
}
.black .h1_hide{
    display: block;
    text-align: center;
}
.black h2, .black h3 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}
.black h2 {
    font-size: 26px;
    line-height: 40px;
}
.black h3 {
    font-size: 22px;
}
.black_top__link a {
    font-size: 18px;
    width: 100%;
    text-align: center;
}
.black_center p {
    text-indent: 0;
}
.black_center__img img{
  display: none;
}
.black_center__img img + img{
  display: block;
}
.black_bottom {
    padding-top: 20px;
    padding-bottom: 100px;
}
.black footer p {
    padding: 40px 0 40px 0;
}
}



@media screen and (max-width: 415px){
.black h1 {
    font-size: 20px;
    line-height: 36px;
}
.black h2 {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
}
.black h3 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
}
.black_top__link a {
    font-size: 12px;
    line-height: 30px;
}
.black_center p {
        font-size: 14px;
    line-height: 26px;
}
.black_center ul, .black_center ol {
    font-size: 14px;
    line-height: 26px;
}
.black_bottom p {
    line-height: 18px;
    font-size: 14px;
}
.black footer p {
    font-size: 14px;
    line-height: 20px;
}

}









.table{
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #FFFFFF;
}
.table + .table{
  margin-top: 50px;
}
.table tr{
    display: flex;
    border-top: 1px solid #FFFFFF;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
}
.table td{
  padding: 20px 0;
  width: 23%;
  word-break: break-word;
  display: block;
}
.table td + td{
  text-align: center;
  width: 12%;
}
.table td:last-child{
  text-align: right;
  width: 23%;
}
    
@media screen and (max-width: 959px){
    .table td{
      line-height: 20px;
    font-size: 16px;
    }
}
@media screen and (max-width: 830px){
.table td{
  width: 35%;
}
.table td + td{
  width: 35%;
}
.table td:last-child{
  width: 35%;
}
.table_item4 td:nth-child(2){
  text-align: right;
}
.table_item4 td:nth-child(3){
  text-align: left;
}
.table_item3 td:nth-child(2) {
    text-align: center;
    flex-basis: 17%;
}
.table tr{
    padding: 0;
    flex-wrap: wrap;
}
}
@media screen and (max-width: 415px){
   .table td{
      line-height: 17px;
    font-size: 14px;
    }
}