#header-wrap {
top: 0;
z-index: 1000 !important;
}
.title {
font-family: "ApercuPro", sans-serif;
margin: 0;
}
.hero {
padding-bottom: 70px;
}
.hero img {
max-width: 100%;
}
.hero__container {
display: flex;
gap: 18px;
}
.hero__card {
position: relative;
display: flex;
flex-direction: column;
justify-content: end;
border-radius: 8px;
overflow: hidden;
text-decoration: none;
z-index: 1;
color: white;
width: 100%;
padding: 15px;
flex: 1;
}
.hero__card:hover .hero__img {
transform: scale(1.08);
}
.hero__card--main {
position: relative;
max-width: 850px;
width: 100%;
height: 520px;
padding: 44px;
justify-content: center;
flex: none !important;
}
.hero__img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
left: 0;
top: 0;
z-index: -2;
transition: transform .4s ease;
}
.hero__title {
font-weight: 700;
font-size: 45px;
text-transform: uppercase;
margin: 0px 0px 30px 0px;
transition: color .2s ease;
}
.hero__content {
max-width: 570px;
font-weight: 500;
font-size: 16px;
line-height: 139%;
margin: 0px 0px 30px 0px;
}
.hero__btn {
display: block;
text-decoration: none;
color: inherit !important;
width: fit-content;
border-radius: 8px;
font-weight: 500;
font-size: 16px;
padding: 17px 38px;
background-color: #ff3355;
transition: background-color 0.2s ease, color 0.2s ease;
}
.hero__btn:hover {
background-color: white;
color: #ff3355 !important;
}
.hero__column {
flex: 1;
display: flex;
flex-direction: column;
gap: 18px;
}
.hero__card-title {
font-weight: 700;
font-size: 20px;
text-transform: uppercase;
margin: 0px 0px 10px 0px;
max-width: 300px;
}
.hero__card-footer {
display: flex;
align-items: center;
justify-content: space-between;
}
.hero__footer-content {
font-weight: 500;
font-size: 14px;
line-height: 120%;
max-width: calc(100% - 80px);
}
.hero__card-btn {
padding: 0;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
color: white;
border-radius: 50%;
transition: color 0.2s ease, background-color 0.2s ease;
background-color: #ff3355;
}
.hero__card-btn:hover {
color: #ff3355;
background-color: white;
}
.hero__icon {
box-sizing: border-box;
width: 10px;
height: 16px;
fill: currentColor;
}
.title-2 {
font-weight: 700;
font-size: 38px;
text-transform: uppercase;
margin: 0;
}
.popular {
padding-bottom: 70px;
}
.section-head {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 45px;
}
.slider-nav {
display: flex;
align-items: center;
}
.slider-nav__btn {
display: flex;
align-items: center;
justify-content: center;
width: 35px;
height: 35px;
padding: 0;
background-color: transparent !important;
transition: transform 0.2s ease;
}
.slider-nav__btn--prev svg {
transform: rotate(180deg);
}
.slider-nav__btn--next:hover {
transform: translateX(10px);
}
.slider-nav__btn--prev:hover {
transform: translateX(-10px);
}
.slider-nav__line {
width: 1px;
height: 40px;
background-color: rgba(0, 0, 0, 0.28);
}
.popular__slide {
text-decoration: none;
}
.popular__slide:hover .popular__slide-arrow {
transform: translateX(10px);
}
.popular__slide-img {
border-radius: 8px;
width: 100%;
height: 310px;
object-fit: cover;
}
.popular__slide-years {
display: block;
min-height: 14px;
margin: 10px 0px 20px 0px;
font-weight: 500;
font-size: 14px;
color: #858585;
}
.popular__slide-footer {
display: flex;
align-items: center;
gap: 15px;
}
.popular__slide-title {
margin: 0;
font-weight: 500;
font-size: 20px;
text-transform: uppercase;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
max-width: calc(100% - 40px);
}
.popular__slide-arrow {
width: 15px;
height: 15px;
transition: transform 0.2s ease;
}
.blog {
padding: 70px 0px;
background: url(//aceacademy.ru/wp-content/themes/ace/images/blog-bg.jpg) 0 0 / cover no-repeat;
}
.blog__head {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 45px;
flex-wrap: wrap;
column-gap: 10px;
row-gap: 10px;
}
.blog__head-btn {
font-size: 16px;
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
}
.blog__head-btn:hover svg {
transform: translateX(5px);
}
.blog__head-btn svg {
transition: transform 0.2s ease;
}
.blog__body {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.blog__card {
display: flex;
align-items: center;
text-decoration: none;
gap: 20px;
text-align: left;
}
.blog__card:hover .blog__card-title {
color: #ff3355;
}
.blog__card:nth-child(1) {
grid-area: 1 / 1 / 5 / 7;
}
.blog__card:nth-child(2) {
grid-area: 1 / 7 / 2 / 13;
}
.blog__card:nth-child(3) {
grid-area: 2 / 7 / 3 / 13;
}
.blog__card:nth-child(4) {
grid-area: 3 / 7 / 4 / 13;
}
.blog__card:nth-child(5) {
grid-area: 4 / 7 / 5 / 13;
}
.blog__card:first-child {
flex-direction: column;
}
.blog__card:not(:first-child) .blog__card-info {
flex: 1;
}
.blog__card .blog__card-content {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.blog__card-content p:not(:first-child) {
display: none;
}
.blog__card-content ol {
display: none;
}
.blog__card-img {
border-radius: 8px;
width: 200px;
height: 135px;
object-fit: cover;
}
.blog__card:first-child .blog__card-img {
width: 100%;
height: 455px;
}
.blog__card-date {
display: block;
font-size: 14px;
color: #858585;
margin-bottom: 5px;
transition: color .2s ease;
}
.blog__card-title {
font-weight: 500;
font-size: 20px;
line-height: 120%;
margin-bottom: 12px;
transition: color .2s ease;
}
.blog__card-content p, .blog__card-content li {
margin: 0;
font-size: 16px;
line-height: 139%;
color: #646464;
}
.about {
padding: 70px 0px;
}
.about__body {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 20px;
row-gap: 35px;
}
.about__info {
max-width: 510px;
}
.about__title {
margin-bottom: 45px;
}
.about__content {
margin: 0;
font-weight: 400;
font-size: 16px;
line-height: 139%;
}
.about__video {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 745px;
height: 420px;
border-radius: 8px;
overflow: hidden;
z-index: 1;
}
.about__video-preview {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}
.about__video-btn {
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
width: 100px;
height: 100px;
background-color: rgba(255, 222, 50, 0.7);
backdrop-filter: blur(8px);
transition: transform 0.2s ease;
}
.about__video-btn:hover {
transform: scale(1.06);
}
.about__video-btn svg {
transform: translateX(4px);
}
.about__advantages {
margin-top: 70px;
display: flex;
justify-content: space-between;
gap: 30px;
flex-wrap: wrap;
}
.about__advantages-item {
position: relative;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
z-index: 1;
}
.about__advantages-item:not(:last-child) {
padding-right: 120px;
}
.about__advantages-item:not(:last-child)::before {
position: absolute;
content: "";
width: 1px;
height: 80px;
background-color: #adadad;
right: 0;
}
.about__advantages-blob {
position: absolute;
top: -2px;
width: 110px;
height: 80px;
z-index: -1;
}
.about__advantages-number {
display: block;
font-weight: 700;
font-size: 80px;
text-align: center;
text-transform: uppercase;
}
.about__advantages-title {
font-weight: 400;
font-size: 20px;
line-height: 120%;
margin: 0;
text-align: center;
}
.tour {
padding-bottom: 70px;
}
.tour__slide {
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(3, auto);
grid-column-gap: 18px;
grid-row-gap: 18px;
}
.tour__gallery-btn {
display: block;
height: 160px;
}
.tour__gallery-btn:nth-child(1) {
grid-area: 1 / 1 / 2 / 4;
}
.tour__gallery-btn:nth-child(2) {
grid-area: 1 / 4 / 2 / 7;
}
.tour__gallery-btn:nth-child(3) {
grid-area: 2 / 1 / 3 / 4;
}
.tour__gallery-btn:nth-child(4) {
grid-area: 2 / 4 / 3 / 7;
}
.tour__gallery-btn:nth-child(5) {
grid-area: 3 / 1 / 4 / 4;
}
.tour__gallery-btn:nth-child(6) {
grid-area: 3 / 4 / 4 / 7;
}
.tour__gallery-btn:nth-child(7) {
grid-area: 1 / 7 / 4 / 13;
height: 100%;
}
.tour__gallery-img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8px;
}
.news__wrapper-img {
position: relative;
display: flex;
justify-content: center;
width: 100%;
height: 310px;
}
.news__img {
width: 100%;
height: 100%;
border-radius: 8px;
object-fit: cover;
}
.news__date {
position: absolute;
display: block;
font-size: 14px;
color: #858585;
padding: 8px 16px;
background-color: white;
bottom: 0;
border-radius: 8px 8px 0 0;
}
.news__slide {
text-decoration: none !important;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.news__slide:hover .news__slide-title{
color: #ff3355;
}
.news__slide-title {
font-weight: 400;
margin: 0;
font-size: 18px;
line-height: 120%;
margin-top: 20px;
transition: color .2s ease;
}
.last-videos {
position: relative;
padding-top: 70px;
padding-bottom: 120px;
z-index: 1;
}
.last-videos::before {
position: absolute;
content: "";
top: 0;
left: 0;
right: 0;
height: 300px;
background: #f4f7fb;
z-index: -1;
}
.last-videos__video-btn {
position: relative;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
overflow: hidden;
width: 100%;
height: 300px;
margin-bottom: 20px;
}
.last-videos__video-preview {
width: 100%;
height: 100%;
object-fit: cover;
}
.last-videos__video-play {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
width: 70px;
height: 70px;
background-color: rgba(255, 222, 50, 0.7);
backdrop-filter: blur(8px);
transition: transform 0.2s ease;
}
.last-videos__video-play:hover {
transform: scale(1.06);
}
.last-videos__date {
display: block;
font-size: 14px;
color: #adadad;
}
.last-videos__slide p {
margin: 0;
width: 100%;
height: 100%;
}
.last-videos__slide:hover .last-videos__slide-title {
color: #ff3355;
}
.last-videos__slide-title {
font-weight: 400;
font-size: 20px;
line-height: 120%;
transition: color .2s ease;
}
.last-videos__all {
display: flex;
align-items: center;
gap: 12px;
font-size: 16px;
text-decoration: none;
}
.last-videos__all:hover .last-videos__all-icon {
transform: translateX(5px);
}
.last-videos__all-icon {
transition: transform 0.2s ease;
}
.reviews {
padding-bottom: 70px;
}
.reviews__img {
width: 100%;
height: auto;
}
.contacts {
position: relative;
display: flex;
align-items: center;
background-color: #ffde32;
min-height: 585px;
z-index: 1;
}
.contacts__info {
max-width: 360px;
width: 100%;
padding: 60px;
border: 1px solid #d3d3d3;
background-color: white;
z-index: 1;
}
.contacts__item:not(:last-child) {
margin-bottom: 30px;
}
.contacts__item-title {
display: block;
font-size: 14px;
line-height: 139%;
opacity: 0.5;
margin-bottom: 10px;
}
.contacts__item-content {
font-size: 16px;
line-height: 139%;
text-decoration: none;
}
.contacts__item-content--btn {
display: block;
}
.contacts__item-content--btn:hover {
text-decoration: underline;
}
.contacts__item-content--btn:not(:last-child) {
margin-bottom: 5px;
}
.contacts__social {
display: flex;
gap: 15px;
}
.contacts__social a {
transition: color .2s ease;
}
.contacts__social a:hover {
color: #FFDE32;
}
.contacts__map {
position: absolute;
max-width: 100%;
width: 1300px;
height: 100%;
top: 0;
right: 0;
z-index: -1;
}
@media screen and (max-width: 1334px) {
.about__info {
max-width: none;
}
.about__video {
margin: 0 auto;
}
}
@media screen and (max-width: 1299px) {
.contacts__map {
width: 50%;
}
}
@media screen and (max-width: 1243px) {
.hero__card--main {
max-width: 560px;
height: 405px;
}
.title-2 {
font-size: 36px;
}
.popular__slide-img {
height: 250px;
}
.popular__slide-title {
font-size: 18px;
}
.about__advantages-item:not(:last-child) {
padding-right: 50px;
}
.news__wrapper-img {
height: 250px;
}
.last-videos__video-btn {
height: 200px;
}
}
@media screen and (max-width: 992px) {
.hero__container {
flex-direction: column;
}
.last-videos {
padding-bottom: 70px;
}
.hero__card {
flex: 0 1 calc(50% - 9px);
height: 250px;
}
.hero__card--main {
max-width: none;
height: 405px;
}
.hero__column {
flex-direction: row;
}
.title-2 {
font-size: 28px;
}
.blog__card:first-child .blog__card-img {
height: 300px;
}
.blog__card:nth-child(1) {
grid-area: 1 / 1 / 5 / 6;
}
.blog__card:nth-child(2) {
grid-area: 1 / 6 / 2 / 13;
}
.blog__card:nth-child(3) {
grid-area: 2 / 6 / 3 / 13;
}
.blog__card:nth-child(4) {
grid-area: 3 / 6 / 4 / 13;
}
.blog__card:nth-child(5) {
grid-area: 4 / 6 / 5 / 13;
}
.blog__card-title {
font-size: 16px;
}
.blog__card-content {
font-size: 14px;
}
.about__advantages {
max-width: 500px;
gap: 20px;
margin: 25px auto 0px auto;
}
.about__advantages-item {
flex: 0 1 calc(50% - 10px);
}
.about__advantages-item:not(:last-child) {
padding-right: 0;
}
.about__advantages-item:not(:last-child)::before {
display: none;
}
.tour__gallery-btn {
height: 145px;
}
.tour__gallery-btn:nth-child(1) {
grid-area: 1 / 1 / 2 / 4;
}
.tour__gallery-btn:nth-child(2) {
grid-area: 1 / 4 / 2 / 7;
}
.tour__gallery-btn:nth-child(3) {
grid-area: 2 / 1 / 3 / 4;
}
.tour__gallery-btn:nth-child(4) {
grid-area: 2 / 4 / 3 / 7;
}
.tour__gallery-btn:nth-child(5) {
grid-area: 3 / 1 / 4 / 7;
}
.tour__gallery-btn:nth-child(6) {
grid-area: 3 / 7 / 4 / 13;
}
.tour__gallery-btn:nth-child(7) {
grid-area: 1 / 7 / 3 / 13;
}
.last-videos__slide-title {
font-size: 18px;
}
}
@media screen and (max-width: 743px) {
.hero__title {
font-size: 32px;
}
.hero__column {
flex-wrap: wrap;
justify-content: center;
}
.hero__card {
flex-basis: 550px;
height: 250px;
}
.hero__card--main {
padding: 25px;
height: 400px;
}
.title-2 {
font-size: 24px;
}
.section-head {
margin-bottom: 25px;
}
.popular__slide-img {
height: 200px;
}
.popular__slide-title {
font-size: 14px;
}
.blog__head {
margin-bottom: 25px;
}
.blog__body {
display: flex;  }
.blog__card {
width: 100%;
}
.about__title {
margin-bottom: 25px;
}
.about__video {
height: 350px;
}
.about__advantages-number {
font-size: 60px;
}
.about__advantages-title {
font-size: 16px;
}
.about__advantages-blob {
width: 75px;
top: -8px;
}
.tour__gallery-btn {
height: 200px !important;
}
.tour__gallery-btn:nth-child(1) {
grid-area: 1 / 1 / 2 / 5;
}
.tour__gallery-btn:nth-child(2) {
grid-area: 1 / 5 / 2 / 9;
}
.tour__gallery-btn:nth-child(3) {
grid-area: 1 / 9 / 2 / 13;
}
.tour__gallery-btn:nth-child(4) {
grid-area: 2 / 1 / 3 / 5;
}
.tour__gallery-btn:nth-child(5) {
grid-area: 2 / 5 / 3 / 9;
}
.tour__gallery-btn:nth-child(6) {
grid-area: 2 / 9 / 3 / 13;
}
.tour__gallery-btn:nth-child(7) {
grid-area: 3 / 1 / 4 / 13;
height: 300px !important;
}
.news__wrapper-img {
height: 200px;
}
.news__slide-title {
font-size: 16px;
}
.contacts {
min-height: auto;
padding: 30px 0px 350px;
}
.contacts__info {
width: 100%;
max-width: none;
padding: 20px;
}
.contacts__item-content {
max-width: 300px;
}
.contacts__map {
width: 100%;
bottom: 0;
top: auto;
height: 300px;
}
}
@media screen and (max-width: 599px) {
.tour__gallery-btn {
height: 135px !important;
}
.blog__card {
flex-direction: column;
}
}
@media screen and (max-width: 479px) {
.blog__card-info {
flex: none;
width: 100%;
}
.about__content {
font-size: 14px;
}
.about__video {
height: 250px;
}
.about__video-btn {
width: 60px;
height: 60px;
}
.about__video-btn svg {
width: 20px;
height: 20px;
transform: translateX(0);
}
.tour__gallery-btn {
height: 165px !important;
}
.tour__gallery-btn:nth-child(1) {
grid-area: 1 / 1 / 2 / 7;
}
.tour__gallery-btn:nth-child(2) {
grid-area: 1 / 7 / 2 / 13;
}
.tour__gallery-btn:nth-child(3) {
grid-area: 2 / 1 / 3 / 7;
}
.tour__gallery-btn:nth-child(4) {
grid-area: 2 / 7 / 3 / 13;
}
.tour__gallery-btn:nth-child(5) {
grid-area: 3 / 1 / 4 / 7;
}
.tour__gallery-btn:nth-child(6) {
grid-area: 3 / 7 / 4 / 13;
}
.tour__gallery-btn:nth-child(7) {
grid-area: 4 / 1 / 5 / 13;
height: 200px !important;
}
.last-videos__video-btn {
height: 175px;
}
.last-videos__video-play {
width: 50px;
height: 50px;
}
.last-videos__video-icon {
width: 15px;
height: 15px;
}
}
@media (max-width: 480px) {
.news__wrapper-img {
height: auto;
aspect-ratio: 1/1;
}
}
@media screen and (max-width: 419px) {
.popular__slide-img {
height: 55vw;
}
.popular__slide-years {
margin: 5px 0px;
font-size: 12px;
}
.popular__slide-title {
font-size: 12px;
}
.news__slide-title {
font-size: 14px;
}
.last-videos::before {
height: 200px;
}
.last-videos__video-btn {
height: 55vw;
}
.last-videos__all {
font-size: 14px;
}
.last-videos__all-icon {
width: 8px;
height: 14px;
}
.blog__card-img {
height: 55vw!important;
}
}
@media(max-width: 991px){
.blog__body {
display: flex;
gap: 0;
}
.blog__card {
align-items: start;
flex-direction: column !important;
}
.blog__card-img {
height: 200px !important;
width: 100% !important;
}
}