/* .achievements .achievements-section:not(:last-child) {
    margin-bottom: 15px;
} */
/* .toggle_active .toggle__body{
	margin-top:20px;
} */
.achievements{
	margin-bottom:40px;
}
.table{
	overflow: auto;
	position: relative;
}
.table table{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

header{
    background: rgba(0, 0, 0, .5) url(/local/templates/.default/images/corporate-service/main.jpg) no-repeat center center!important;
}
@media (max-width: 576px) {
	.magazine-detail table{overflow-x: scroll;
	width:100%;
	}
	   .header__title-block .header__title {
        font-size: 18px!important;
		}
		.achievements .toggle__head_text{
		max-width:264px;}
		.achievements .toggle__head {
        height: auto;
        padding-left: 9px;
        font-size: 19px;
        padding: 10px;
    }
.achievements .toggle__button {

width: 53px;}
}
.block_content{
	margin-bottom: 47px;
}
.soderzhanie{
	font-weight: bolder;
	    color: #585865;
    text-decoration: none;
    border-bottom: solid 2px #07A0FD;
}
.table a{
	    color: #585865;

}




/* Toggle block */

.achievements-section{
border-bottom: #D9D9D9 solid 1px;

}
.achievements{
	border-top: #D9D9D9 solid 1px;
}
.achievements-section.toggle_active{
padding-bottom: 23px;
}

.toggle__head {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 29px 0 29px 0;
    color: var(--, #06111A);
		font-family: "Istok Web";
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 148.445%; /* 32.658px */
    transition: 0.5s;
    cursor: pointer;
}
.toggle_active .toggle__head {
padding: 29px 0 8px 0;
}
.toggle__button {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 100%;
    border: none;
    border-radius: 0px 6px 6px 0px;
    background: none;
    transition: 0.5s;
}

.toggle_active svg {
    transition: 0.5s;
}

button:focus {
   outline: none!important;
}

.toggle__body {
    display: none;
}

.toggle_active .toggle__body {
    display: block;
}

/* Want in team */

.question-block {
    padding: 53px 0;
}

.question-block_gray {
    background: #EEEEF2;
}

.question-block_transparent {
    background: transparent;
}

.question-block .title {
    margin-top: 0px;
    margin-bottom: 13px;
}

.question-block__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question-block .gradient-button {
    gap: 13px;
    max-width: 229px;
}

.question-block__left span {
    font-family: 'Arsenal', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #585865;
}

@media (max-width: 992px) {
    .question-block {
        padding: 30px 0;
    }

    .question-block__inner {
        flex-direction: column;
        text-align: center;
    }

    .question-block__left {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .question-block__left span {
        font-size: 16px;
    }
}
