Лагерь: Секция 2
This commit is contained in:
parent
d0d7029f8c
commit
c6d233708e
@ -324,8 +324,9 @@ p {
|
||||
|
||||
|
||||
.about-us__title {
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
padding-bottom: 0;
|
||||
font-size: 27px;
|
||||
}
|
||||
|
||||
|
||||
@ -336,9 +337,9 @@ p {
|
||||
line-height: 1.6;
|
||||
font-weight: 400;
|
||||
color: #555;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
margin: 0 0;
|
||||
}
|
||||
|
||||
.about-us__social-proof {
|
||||
@ -419,15 +420,15 @@ p {
|
||||
|
||||
.about-us__doodle--plane {
|
||||
|
||||
width: 128px;
|
||||
width: 71px;
|
||||
|
||||
height: 128px;
|
||||
height: 71px;
|
||||
|
||||
top: -36px;
|
||||
top: -8px;
|
||||
|
||||
right: -8px;
|
||||
|
||||
right: -36px;
|
||||
|
||||
filter: drop-shadow(0 0 0 6px #fff) drop-shadow(0 0 0 6px #fff);
|
||||
|
||||
|
||||
}
|
||||
@ -443,7 +444,7 @@ p {
|
||||
|
||||
left: -8px;
|
||||
|
||||
filter: drop-shadow(0 0 0 6px #fff) drop-shadow(0 0 0 6px #fff);
|
||||
|
||||
|
||||
}
|
||||
|
||||
@ -471,29 +472,30 @@ p {
|
||||
|
||||
.about-us__title {
|
||||
padding-bottom: 0;
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.about-us__text {
|
||||
|
||||
font-size: 16px;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
|
||||
line-height: 1.6;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.about-us__doodle--plane {
|
||||
|
||||
width: 144px;
|
||||
width: 81px;
|
||||
|
||||
height: 144px;
|
||||
height: 81px;
|
||||
|
||||
top: -24px;
|
||||
top: -12px;
|
||||
|
||||
right: -24px;
|
||||
right: -12px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.about-us__doodle--heart {
|
||||
|
||||
@ -505,7 +507,7 @@ p {
|
||||
|
||||
left: -12px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -739,8 +741,12 @@ p {
|
||||
.suggestions::before { display: none; }
|
||||
}
|
||||
.infograph {
|
||||
background: #faf7f2;
|
||||
background: #eef4ff;
|
||||
padding: 80px 0;
|
||||
width: 100vw;
|
||||
margin-left: calc(-50vw + 50%);
|
||||
padding-left: calc(50vw - 50%);
|
||||
padding-right: calc(50vw - 50%);
|
||||
}
|
||||
|
||||
.infograph__item {
|
||||
@ -865,8 +871,8 @@ p {
|
||||
.modal-programs,
|
||||
.modal-mentors {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
top: -12px;
|
||||
right: -28px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: none;
|
||||
@ -1565,7 +1571,7 @@ p {
|
||||
}
|
||||
|
||||
.camp-reviews-wrapper .reviews-wrapper {
|
||||
margin-top: 0;
|
||||
margin-top: -12px;
|
||||
}
|
||||
|
||||
.camp-reviews-wrapper .reviews__item,
|
||||
@ -1636,7 +1642,7 @@ p {
|
||||
|
||||
.modal-camp-request-form {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
top: -12px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@ -2144,7 +2150,7 @@ p {
|
||||
|
||||
@media (width < 780px) {
|
||||
body {
|
||||
padding-top: 0;
|
||||
padding-top: -12px;
|
||||
}
|
||||
|
||||
.camp {
|
||||
@ -2225,11 +2231,14 @@ p {
|
||||
|
||||
|
||||
.infograph {
|
||||
background: #eef4ff;
|
||||
padding: 40px 0;
|
||||
padding-left: calc(50vw - 50%);
|
||||
padding-right: calc(50vw - 50%);
|
||||
}
|
||||
|
||||
.infograph-wrapper {
|
||||
margin-top: 0;
|
||||
margin-top: -12px;
|
||||
gap: 16px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
@ -2326,7 +2335,7 @@ p {
|
||||
}
|
||||
|
||||
.banner-add .banner_btn {
|
||||
margin-top: 0;
|
||||
margin-top: -12px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -2356,7 +2365,7 @@ p {
|
||||
.part-day__price_price {
|
||||
width: 100%;
|
||||
order: 2;
|
||||
font-size: 28px;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.part-day__price_time {
|
||||
@ -2466,7 +2475,7 @@ p {
|
||||
|
||||
.accordion-last {
|
||||
border-top: none;
|
||||
margin-top: 0;
|
||||
margin-top: -12px;
|
||||
}
|
||||
|
||||
.accordion .box__accordion .box__accordion_label {
|
||||
@ -2523,7 +2532,7 @@ p {
|
||||
.btn-close-modal,
|
||||
.btn-close-mentors {
|
||||
left: auto;
|
||||
right: 0;
|
||||
right: -28px;
|
||||
}
|
||||
.modal-programs__img {
|
||||
height: auto;
|
||||
@ -2669,6 +2678,7 @@ p {
|
||||
text-align: center;
|
||||
}
|
||||
.camp_title { font-size: 26px; padding-bottom: 24px; }
|
||||
.about-us__title { font-size: 21px; text-align: left; }
|
||||
}
|
||||
|
||||
|
||||
@ -2760,11 +2770,11 @@ p {
|
||||
border-width: 10px;
|
||||
}
|
||||
.about-us__doodle--plane {
|
||||
width: 220px;
|
||||
height: 220px;
|
||||
top: -60px;
|
||||
right: -60px;
|
||||
filter: drop-shadow(0 0 0 10px #fff) drop-shadow(0 0 0 10px #fff);
|
||||
width: 123px;
|
||||
height: 123px;
|
||||
top: -28px;
|
||||
right: -28px;
|
||||
filter: drop-shadow(0 0 0 5px #fff) drop-shadow(0 0 0 5px #fff);
|
||||
}
|
||||
.about-us__doodle--heart {
|
||||
width: 100px;
|
||||
@ -2783,7 +2793,7 @@ p {
|
||||
height: 79px;
|
||||
width: 84px;
|
||||
left: -30px;
|
||||
top: -8px;
|
||||
top: -12px;
|
||||
}
|
||||
@media (min-width: 1024px) {
|
||||
.hero-media-search__frame .doodle--top-left {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user