@charset "UTF-8";
/*---------------- Fonts ----------------*/
@font-face {
    font-family: Montserrat-Regular;
    src:url('fonts/Montserrat-Regular.eot');
	src:url('fonts/Montserrat-Regular.ttf') format('truetype'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Montserrat-Medium;
    src:url('fonts/Montserrat-Medium.eot');
	src:url('fonts/Montserrat-Medium.ttf') format('truetype'),
        url('fonts/Montserrat-Medium.woff') format('woff'),
        url('fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Montserrat-SemiBold;
    src:url('fonts/Montserrat-SemiBold.eot');
	src:url('fonts/Montserrat-SemiBold.ttf') format('truetype'),
        url('fonts/Montserrat-SemiBold.woff') format('woff'),
        url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: Montserrat-Bold;
    src:url('fonts/Montserrat-Bold.eot');
	src:url('fonts/Montserrat-Bold.ttf') format('truetype'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Inter-Medium;
    src:url('fonts/inter_medium.eot');
	src:url('fonts/inter_medium.ttf') format('truetype'),
        url('fonts/inter_medium.woff') format('woff'),
        url('fonts/inter_medium.svg#Inter-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
/* Reset */
*{box-sizing:border-box;margin:0;padding:0;}
html,body{width:100%;margin:0;padding:0;overflow-x: hidden;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
body{font-family: Montserrat-Regular;font-weight: 400;background:#F1F1F1;color:#000;font-size:18px;line-height:26px;width:100%;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
table{border-collapse:collapse;border-spacing:0;width: 100%;border-collapse: separate;border-spacing: 6px;}
.anchor_list::-webkit-scrollbar-button{background-image:url();background-repeat:no-repeat;width:9px;height:0;}
::selection,::-moz-selection,::-webkit-selection{background:#000;color:#fff;}
.page img {display:block;opacity: 0;}
/* General */
.page h2, .home h2 {
    color: #AB955C;
    font-size: 100px;
    line-height: 100px;
    font-family: Montserrat-Medium;
    font-weight: 500;
    opacity: 0;
    margin-left: -50px;
}
.animate img {
    animation: ani2 2s forwards;
}
.animate .block_start__name {
    animation: ani3 1s forwards;
}
.animate .block_start__family {
    animation: ani4 1.7s forwards;
}
.animate .block_start__text {
    animation: ani5 2.5s forwards;
}
.page .animate h2,
.home .animate h2 {
    animation: ani 2.5s forwards;
}
@keyframes ani {
  0% {opacity: 0;margin-left: -50px;}
  100% {opacity: 1;margin-left: 0px;}
}
@keyframes ani2 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes ani3 {
  0% {opacity: 0;margin-left: -30px;}
  100% {opacity: 1;margin-left: 0px;}
}
@keyframes ani4 {
  0% {opacity: 0;margin-left: -30px;}
  100% {opacity: 1;margin-left: 0px;}
}
@keyframes ani5 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.container {
	max-width: 1520px;
	margin: 0 auto;
	padding: 0 20px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
/* Header */
header {
    background: #000000;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header {
    height: 96px;
    justify-content: space-between;
    align-items: center;
}
h1 a {
    color: #AB955C;
    font-size: 25px;
    line-height: 34px;
    font-family: Montserrat-Bold;
    font-weight: 700;
    text-decoration: none;
}
.header__phone a {
    font-family: Inter-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.header__inner {
	align-items: center;
}
.menu__mobile {
	display: none;
}
.btn__menu {
	width: 38px;
	height: 14px;
	display: none;
}
.btn__menu span {
	width: 38px;
	height: 1px;
	display: block;
	background: #fff;
	position: relative;
}
.btn__menu span:nth-child(2) {
	top: 7px;
}
.btn__menu span:nth-child(3) {
	top: 14px;
}
nav ul {
    display: flex;
}
nav ul li a {
    color: #fff;
}
.page ul li a {
    font-family: Montserrat-SemiBold;
    font-weight: 600;
    text-decoration: none;
    font-size: 20px;
    display: block;
    margin: 0 24px;
}
ul li a {
	transition: 0.2s;
}
ul li a:hover {
	color: #AB955C;
	transition: 0.2s;
}
/* Контент */
.block_start__text_mobile {
    display: none;
}
.block_start__container {
    padding: 40px 85px 40px 0;
    align-items: center;
}
.block_start__container > div:nth-child(1) {
    flex: 0 calc(100% - 451px);
}
.block_start__container > div:nth-child(2) {
    flex: 0 451px;
}
.block_start__container > div:nth-child(2) img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.block_start__name,
.block_start__family {
    color: #AB955C;
    font-family: Montserrat-SemiBold;
    font-weight: 600;
    font-size: 100px;
    line-height: 100px;
    opacity: 0;
}
.block_start__family {
    padding: 35px 0 0 235px;
}
.block_start__text {
    color: #AB955C;
    font-size: 24px;
    line-height: 32px;
    padding: 50px 0 0 0;
    font-family: Montserrat-Medium;
    font-weight: 500;
    max-width: 594px;
    opacity: 0;
}
.block_about__title_mobile {
    display: none;
}
.block_about {
    background: url(images/bg-1.jpg) no-repeat center;
    min-height: 726px;
    background-size: cover !important;
    border-radius: 10px;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 0 10px 0;
}
.block_about .container {
    position: relative;
}
.block_about__title1 {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    font-family: Montserrat-Medium;
    font-weight: 500;
    position: absolute;
    top: 105px;
    left: 232px;
}
.block_about__title2 {
    font-size: 80px;
    line-height: 80px;
    color: #AB955C;
    font-family: Montserrat-Medium;
    font-weight: 500;
}
.block_about__text1 {
    color: #AB955C;
    font-size: 24px;
    line-height: 34px;
    font-family: Montserrat-SemiBold;
    font-weight: 600;
    width: calc(100% - 510px);
    margin: 0 0 0 510px;
    padding: 95px 70px 0 0;
}
.block_about__text2 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 7px 0 0 0;
}
.block_about__container {
    margin: 10px 0 0 0;
}
.block_about__container > div:nth-child(1) {
    flex: 0 281px;
}
.block_about__container > div:nth-child(2) {
    flex: 0 calc(100% - 281px);
    padding: 0 0 0 20px;
}
.block_about__container > div:nth-child(1) img {
    width: 100%;
    height: auto;
    border-radius: 160px 30px 160px 30px;
}
.block_about__text2 {
    max-width: 900px;
}
.block_about__text2 p {
    padding: 0 0 20px 0;
}
.block_about__text2 strong {
    font-family: Montserrat-SemiBold;
    font-weight: 600;
}
.block_about__text3 {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.block_afisha {
    margin: 50px 0 0 0;
}
.block_afisha__container {
    padding: 0 210px;
    margin: 50px 0 0 0;
}
.block_afisha__container > div:nth-child(1) {
    flex: 0 516px;
}
.block_afisha__container > div:nth-child(2) {
    flex: 0 calc(100% - 516px);
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 40px;
}
.block_afisha__container > div:nth-child(1) img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.block_afisha__wrap {
    background: #000000;
    width: 350px;
    height: 350px;
    border-radius: 10px;
    position: relative;
}
.block_afisha__data {
    background: #AB955C;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.block_afisha__place {
    font-size: 18px;
    color: #fff;
    padding: 30px 0 0 130px;
}
.block_afisha__day {
    text-align: center;
    font-family: Montserrat-Bold;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}
.block_afisha__month {
    text-align: center;
    font-family: Montserrat-Bold;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    letter-spacing: -0.5px;
}
.block_afisha__desc {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    font-family: Montserrat-Medium;
    font-weight: 500;
    position: absolute;
    top: 174px;
    text-align: center;
    width: 93%;
    left: 3.5%;
}
.block_afisha__link {
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    width: 80%;
}
.block_about__text2_more {
    display: none;
}
.block_about__text2_more:after {
    content: "Развернуть";
    background: url(images/arrow-down.svg) no-repeat;
    background-position: 110px 7px;
    height: 19px;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 40px 0 0;
    top: 1px;
    transition: 0.2s;
    font-size: 16px;
    color: #000;
    font-family: Montserrat-Bold;
    font-weight: 700;
}
.block_about__text2_more.active:after {
    content: "Свернуть";
    background: url(images/arrow-down-rotate.svg) no-repeat;
    background-position: 95px 7px;
    height: 19px;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 40px 0 0;
    transition: 0.2s;
    font-size: 16px;
    color: #000;
    font-family: Montserrat-Bold;
    font-weight: 700;
}
.block_media {
	padding: 70px 0 0 0;
}
.block_media__list {
	border-radius: 10px;
	overflow: hidden;
	margin: 60px 0 0 0;
	height: 913px;
}
.block_media__list > div {
	position: relative;
	overflow: hidden;
}
.block_media__list > div img {
	min-width: 100%;
	height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
}
.block_media__list > div:nth-child(1) {
	flex: 0 41%;
}
.block_media__list > div:nth-child(2) {
	flex: 0 32%;
}
.block_media__list > div:nth-child(3) {
	flex: 0 27%;
	display: flex;
    flex-wrap: wrap;
	flex-direction: column;
}
.block_media__list > div:nth-child(3) > div {
    flex: 0 33.33%;
    position: relative;
    overflow: hidden;
}
.block_media__youtube {
	float: right;
	margin: 40px 0 0 0;
}
.youtube__mobile {
	display: none;
}
.block_tutor {
    margin: 140px 0 0 0;
}
.block_tutor__container {
	margin: 60px 0 0 0;
	align-items: center;
	max-width: 1265px;
	justify-content: space-between;
}
.block_tutor__container p {
	font-size: 24px;
	line-height: 30px;
    font-family: Montserrat-SemiBold;
    font-weight: 600;	
	max-width: 655px;
}
.block_tutor__container > div:nth-child(1) {
	flex: 0 calc(100% - 365px);
}
.block_tutor__container > div:nth-child(2) {
	flex: 0 365px;
}
.block_tutor__container img {
	border-radius: 10px;
	width: 100%;
	height: auto;
}
.block_contacts {
	margin: 80px 0 0 0;
}
.block_contacts__container {
	margin: 60px 0 0 0;
	align-items: center;
	width: 900px;
	justify-content: space-between;
}
.block_contacts__container > div:nth-child(1) {
    flex: 0 400px;
}
.block_contacts__container > div:nth-child(2) {
    flex: 0 calc(100% - 400px);
    display: flex;
    justify-content: end;
}
.block_contacts__container > div:nth-child(2) img {
	display: none;
}
.block_contacts__container img {
	border-radius: 10px;
	max-width: 281px;
	height: auto;
}
.block_contacts__inner {
	margin: 18px 0;
	align-items: center;
}
.block_contacts__inner > div:nth-child(1) {
    flex: 0 55px;
}
.block_contacts__inner > div:nth-child(2) {
    flex: 0 calc(100% - 55px);
}
.block_contacts__inner a {
    color: #000;
    text-decoration: none;
}
/* Footer */
footer {
	margin: 100px 0 40px 0;
}
.footer {
    align-items: center;
    justify-content: space-between;
}
footer ul {
	display: flex;
}
footer ul li a {
	color: #000;
}
.footer__phone a {
	color: #000;
	font-size: 20px;
    font-family: Montserrat-Medium;
    font-weight: 500;
	text-decoration: none;
}