.center {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 80px;
}
.trainers__title {
    margin-bottom: 20px;
    text-align: center;
}
.trainers__info {
    max-width: 445px;
    margin: 0 auto 40px;
    text-align: center;
    color: #353945;
}
.trainers__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -12px -6px 80px;
}
.trainers__link.active {
    background: #353945;
    color: #FCFCFD;
}
.trainers__link {
    margin: 12px 6px 0;
    padding: 6px 12px;
    border-radius: 14px;
    background: none;
	font-family: 'SF Pro Display';
    font-size: 14px;
    line-height: 1.14286;
    font-weight: 700;
    color: #777E90;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.select {
    float: none;
    width: 100%;
    height: 48px;
    padding: 0 48px 0 16px;
    -webkit-box-shadow: inset 0 0 0 2px #E6E8EC;
    box-shadow: inset 0 0 0 2px #E6E8EC;
    background: #FCFCFD;
    border-radius: 12px;
    border: none;
    opacity: 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
}
select:not(:-internal-list-box) {
    overflow: visible !important;
}
option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
select {
    writing-mode: horizontal-tb !important;
    font-style: ;
    font-variant-ligatures: ;
    font-variant-caps: ;
    font-variant-numeric: ;
    font-variant-east-asian: ;
    font-variant-alternates: ;
    font-weight: ;
    font-stretch: ;
    font-size: ;
    font-family: ;
    font-optical-sizing: ;
    font-kerning: ;
    font-feature-settings: ;
    font-variation-settings: ;
    text-rendering: auto;
    color: fieldtext;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: field;
    cursor: default;
    margin: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
    border-radius: 0px;
}
.trainers__box {
    display: none;
}
.trainers__box:first-child {
    display: block;
}
.trainers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -32px -16px 0;
}
.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.trainers__element {
    position: relative;
    display: block;
    padding: 48px 32px;
    -webkit-box-shadow: inset 0 0 0 1px #E6E8EC;
    box-shadow: inset 0 0 0 1px #E6E8EC;
    border-radius: 24px;
    text-align: center;
    color: #23262F;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.trainers__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 32px);
    flex: 0 0 calc(25% - 32px);
    width: calc(25% - 32px);
    margin: 32px 16px 0;
    cursor: pointer;
}
.trainers__avatar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 128px;
    height: 128px;
    margin: 0 auto 32px;
    border-radius: 50%;
    overflow: hidden;
    background: #E6E8EC;
}
.trainers__avatar img {
    width: 100%;
    min-height: 100%;
}
img, fieldset, a img {
    border: none;
}
svg, img {
    vertical-align: middle;
}
.trainers__name {
    margin-bottom: 4px;
    font-weight: 500;
}
.trainers__position {
    font-size: 14px;
    line-height: 1.71429;
    color: #777E90;
    overflow-wrap: break-word;
}

.trainers__element:hover {
    -webkit-box-shadow: inset 0 0 0 2px #B1B5C3;
    box-shadow: inset 0 0 0 2px #B1B5C3;
}
.trainers__element {
    position: relative;
    display: block;
    padding: 48px 32px;
    -webkit-box-shadow: inset 0 0 0 1px #E6E8EC;
    box-shadow: inset 0 0 0 1px #E6E8EC;
    border-radius: 24px;
    text-align: center;
    color: #23262F;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-height: 300px;
    overflow: hidden;
}
[class^="section"] {
    padding: 155px 0;
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    /* -webkit-transition-timing-function: ease; */
    -o-transition-timing-function: ease;
    /* transition-timing-function: ease; */
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
[data-aos="animation-opacity"].aos-animate {
    opacity: 1;
}
/*RESPONSIVE*/
@media only screen and (max-width: 1179px){
	[class^="section"] {
		padding: 155px 0;
	}
	
	.trainers__nav {
		margin-bottom: 64px;
	}
	.trainers__element {
		padding: 48px 16px;
	}
}

@media only screen and (max-width: 1023px){
	.h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.center {
		padding: 0 40px;
	}
	.trainers__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(33.333% - 32px);
		flex: 0 0 calc(33.333% - 32px);
		width: calc(33.333% - 32px);
	}
}

@media only screen and (max-width: 767px){
	.center {
		padding: 0 32px;
	}
	.trainers__list {
		margin: -24px -8px 0;
        flex-direction: column;
        align-content: center;
	}
	.trainers__element {
		padding: 24px 12px;
	}
	.trainers__avatar {
		width: 80px;
		height: 80px;
		margin-bottom: 16px;
	}
	.trainers__name {
		font-size: 12px;
	}
	.trainers__position {
		font-size: 12px;
	}
	.trainers__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(75% - 16px);
		flex: 0 0 calc(75% - 16px);
		width: calc(75% - 16px);
		margin: 24px 8px 0;
	}
}