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