.body {
    font-family: var(--font-default);
    font-weight: 400;
    background-color: var(--color-white);
    margin: 0;
}

.container {
    max-width: 1215px;
    margin: 0 auto;
}

.container__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logotype {
    object-fit: contain;
}

.btn {
    padding: 15px 25px;
    border-radius: 8px;
    font-family: var(--font-default);
    color: var(--color-white);
    background-color: var(--color-btn_default);
    text-decoration: none;
    width: fit-content;
}

.section-title {
    position: relative;
    font-family: var(--font-aristotelica);
    color: var(--color-crimson);
    font-size: 48px;
    line-height: 1.1;
    width: fit-content;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.section-title__white {
    color: var(--color-white);
}

.section-title:after {
    content: "";
    background: url("/assets/star-ping.png") no-repeat 100%;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    right: -30px;
    top: -25px;
}

.section-title__white:after {
    background: url("/assets/star-white.png") no-repeat 100%;
}

.logotype--header {
    width: 142px;
    height: 69px;
}

.header {
    padding: 20px 0;
}

.header__nav {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.header__logotype-link {
    margin-right: 35px;
}

.header__main-nav {
    margin-right: 33px;
    gap: 33px;
}

.header__phone {
    margin-right: 25px;
}

.header__main-nav_link {
    font-family: var(--font-default);
    color: var(--color-black);
    font-size: 15px;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: dotted 1px transparent;
}

.header__main-nav_link:hover {
    border-bottom-color: var(--color-black);
}

.header__phone-description {
    display: none;
}

.header__phone_link {
    font-family: var(--font-default);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    color: var(--color-precious-stone);
    text-decoration: none;
    border-bottom: solid 1px var(--color-precious-stone);
}

.header__social {
    gap: 25px;
}

.header__social-icon {
    width: 25px;
    height: 25px;
}

.header__menu-item {
    display: none;
}

.header__burger-menu {
    border: none;
    background-color: transparent;
    padding: 0;
}

.header__burger-menu span {
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    background-color: #434343;
}

.header__burger-menu span:last-of-type {
    margin-bottom: 0;
}

.start-section {
    background: url("/assets/main.png") no-repeat 100% center;
    background-size: cover;
    color: var(--color-white);
    font-family: var(--font-default);
}

.start-section__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 113px);
}

.start-section__title {
    margin: 0 0 14px 0;
    font-weight: 900;
    font-size: 58px;
    line-height: 1.4;
    max-width: 680px;
    position: relative;
    text-transform: uppercase;
}

.start-section__title:after {
    content: "";
    background: url("/assets/star-white.png") no-repeat 100%;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
}

.start-section__description {
    width: 50%;
    margin: 0 0 32px 0;
    line-height: 1.2;
    font-size: 20px;
}

.services {
    padding: 60px 0 56px;
}

.services__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services__logotype {
    width: 50px;
}

.services__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    align-items: self-start;
}

.card {
    position: relative;
    box-shadow: 0 0 10px 0 #00000040;
    border-radius: 8px;
    padding: 32px 19px 23px;
    margin-top: 30px;
    overflow: hidden;
    border-bottom: solid 10px var(--color-maya-green);
}

.card.card--best-offer {
    border-bottom-color: var(--color-orange);
}

.card:before {
    content: "";
    display: block;
    width: 150px;
    height: 15px;
    background-color: var(--color-maya-green);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.card.card--best-offer:before {
    background-color: var(--color-orange);
}

.card__title {
    font-family: var(--font-default);
    color: var(--color-precious-stone);
    margin: 0;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
}

.card--best-offer .card__title {
    color: var(--color-orange);
}

.card__list {
    list-style-image: url("assets/check.png");
    list-style-position: outside;
    font-family: var(--font-default);
    font-weight: 400;
    color: var(--color-black);
    font-size: 15px;
    line-height: 1.4;
}

.card--best-offer .card__list {
    list-style-image: url("assets/check-orange.png");
}

.card__item {
    margin-top: 15px;
}

.card__best-offer {
    text-align: center;
    margin-top: 19px;
}

.card__best-offer img {
    width: 53px;
}

.card__best-offer p {
    margin: 4px 0 0;
    font-family: var(--font-aqum);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    color: var(--color-crimson);
}

.card__price {
    margin: 23px auto 0;
    text-align: center;
    border-top: solid 2px var(--color-maya-green);
    border-bottom: solid 2px var(--color-maya-green);
    padding: 8px;
    font-family: var(--font-aqum);
    font-weight: 700;
    color: var(--color-precious-stone);
    font-size: 22px;
    line-height: 1.25;
}

.card--best-offer .card__price {
    border-top-color: var(--color-orange);
    border-bottom-color: var(--color-orange);
    color: var(--color-orange);
}

.card__action {
    display: block;
    padding: 15px;
    background-color: var(--color-maya-green);
    color: #1c6873;
    font-family: var(--font-default);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    margin-top: 23px;
}

.card--best-offer .card__action {
    background-color: var(--color-orange);
    color: var(--color-white);
}

.card__more {
    display: block;
    text-align: center;
    color: var(--color-link-blue);
    font-family: var(--font-default);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.15;
    margin-top: 23px;
    text-decoration: none;
}

.card__more:hover {
    text-decoration: underline;
}

.additional-services {
    background: url("assets/services-bg-big.png") no-repeat center;
    padding: 73px 0 80px;
}

.list {
    margin: 29px 0 0;
    padding: 0;
    list-style: none;
    max-width: 740px;
}

.list-header,
.list-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.list-header,
.list-item span:last-of-type {
    text-align: center;
}

.list-header span {
    padding: 10px;
    font-family: var(--font-default);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: var(--color-white);
    background-color: var(--color-crimson);
}

.list-item {
    padding: 20px 7px;
    border-bottom: solid 1px var(--color-maya-green);
    font-family: var(--font-default);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.list-item:last-of-type {
    border-bottom: solid 7px var(--color-crimson);
}

.what-we-do {
    padding: 86px 0 64px;
    height: 884px;
    background: url("assets/what-we-do-big.png") no-repeat;
    background-size: 1200px;
    background-position: left 200px;
}

.what-we-do__description {
    margin: 12px 0 0;
    display: flex;
    align-items: center;
    gap: 30px;
    font-family: var(--font-default);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: var(--color-precious-stone);
}

.what-we-do__description img {
    width: 180px;
    height: 40px;
}

.what-we-do__image {
    display: none;
}

.what-we-do__content {
    float: right;
    width: 490px;
    margin-top: 72px;
}

.what-we-do__title {
    margin: 0;
    color: var(--color-crimson);
    font-family: var(--font-default);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}

.what-we-do__list {
    padding-left: 20px;
    font-family: var(--font-default);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
}

.what-we-do__list-item {
    margin-bottom: 10px;
}

.dry-cleaners-container {
    display: flex;
    gap: 50px;
    padding-top: 64px;
}

.dry-cleaners {
    background: url(assets/armchair.png) no-repeat left 50px;
    background-size: cover;
    flex: 1;
    padding: 54px 38px 60px;
}

.dry-cleaners__description {
    max-width: 276px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    color: var(--color-crimson);
}

.dry-cleaners .section-title {
    max-width: 280px;
    margin-top: 80px;
}

.dry-cleaners__logotype {
    margin: 0 auto;
    display: block;
}

.dry-cleaners__price-description {
    margin-top: 26px;
    font-weight: 700;
    color: var(--color-crimson);
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
}

.dry-cleaners__price {
    border: 1px solid var(--color-crimson);
    background-color: var(--color-white);
    color: var(--color-btn_default);
    font-family: var(--font-aqum);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    max-width: 275px;
    margin: 11px auto 0;
    border-radius: 10px;
    text-align: center;
}

.minimal-price {
    border-radius: 5px;
    padding: 6px 14px;
    background-color: rgba(255, 255, 255, .8);
    color: #e95454;
    font-size: 15px;
    line-height: 1.2;
    max-width: 300px;
    margin: 21px auto 0;
}

.before-after {
    width: 727px;
    display: flex;
    flex-direction: column;
}

.before-after .section-title {
    align-self: flex-end;
    margin-right: 50px;
}

.before-after__slider {
    position: relative;
}

.slick-slider,
.slick-list,
.slick-track {
    height: 100%;
}

.slick-slide {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.slick-dots {
    position: absolute;
    list-style: none;
    display: flex !important;
    padding: 0;
    margin: 0;
    gap: 7px;
    bottom: 13px;
    left: 50%;
    transform: translate(-50%, 0);
}

.slick-dots button {
    color: transparent;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    background-color: #868686;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots .slick-active button {
    background-color: #C5C5C5;
}


.footer {
    margin-top: 21px;
    padding: 97px 0 40px;
    background: url("assets/footer-big.png") no-repeat right top;
    background-size: cover;
}

.footer-content {
    text-align: center;
    max-width: 322px;
    margin: 0 auto;
}

.logotype--footer {
    width: 170px;
}

.footer__description {
    margin-top: 17px;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.25;
    color: var(--color-precious-stone);
    text-transform: uppercase;
}

.footer__action {
    display: block;
    width: auto;
    margin-top: 16px;
}

.footer__phone-block {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 15px;
}

.footer__phone-block img {
    width: 24px;
}

.footer__phone {
    font-size: 20px;
    line-height: 1.2;
    color: var(--color-precious-stone);
    border-bottom: solid 1px var(--color-precious-stone);
}

.footer__social {
    list-style: none;
    margin: 44px 0 0;
    padding: 0;
    display: flex;
    gap: 33px;
    justify-content: center;
}
