@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&family=Dela+Gothic+One&display=swap');

* {
    font-family: "Dela Gothic One", serif;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #ebebeb;
}

section {
    margin: 50px 0 0 0;
}

.container {
    padding: 70px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

img {
    width: 100%;
    object-fit: cover;
}

h3 {
    font-size: 40px;
    margin-bottom: 30px;

    color: transparent;
    background-image: linear-gradient(
        to bottom right,
        rgba(0, 0, 0, 1),
        rgb(85 85 85 / 80%),
        rgba(0, 0, 0, 1)
        );
    background-clip: text;
    -webkit-background-clip: text;
}

main {
    margin-top: 50px;
}

main .container {
    background-color: white;
    border-radius: 30px;
    padding-bottom: 40px;

    background-image: url(../img/main-bg.png);
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position: center;
}

main .logo {
    max-width: 165px;
    cursor: pointer;
}

main h1 {
    font-size: 50px;
    line-height: 45px;
    margin: 30px 0 20px 0;

    color: transparent;
    background-image: linear-gradient(
        to bottom right,
        rgba(0, 0, 0, 1),
        rgb(85 85 85 / 80%),
        rgba(0, 0, 0, 1)
        );
    background-clip: text;
    -webkit-background-clip: text;
}

main .description p {
    color: #5c5c5c;
}

main .description p,
main .description span {
    font-family: 'Arial';
    font-size: 20px;
    line-height: 25px;
}

main .description span {
    font-weight: 700;
    color: initial;
}

.button-group {
    display: flex;
}

.button__outer {
    padding: 3px;
    border-radius: 10px;
}

.button-1__outer {
    width: 250px;
    background: linear-gradient(84.61deg, #DD01BD -4.75%, #5F019E 105.78%);
}

.button-2__outer {
    width: 70px;
    background: linear-gradient(92deg, #5F019E -4.75%, #6f00b9 105.78%);
}

.button {
    width: 100%;
    background-color: inherit;
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 500;
    height: 100%;
}

.button p {
    font-family: 'Arial';
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
}

.button .first-p {
    bottom: -3px;
}

.button .second-p {
    top: -3px;
}

.button.button-1 img {
    width: 100px;
    margin: -13px 0 0 0;
}

.button.button-2 img {
    width: 18px;
}

.title {
    font-size: 20px;

    color: transparent;
    background-image: linear-gradient(
        to bottom right,
        rgba(0, 0, 0, 1),
        rgb(85 85 85 / 80%),
        rgba(0, 0, 0, 1)
        );
    background-clip: text;
    -webkit-background-clip: text;
}

.color-block {
    width: 85px;
    border-radius: 15px;
    border: 1px solid #e1e1e1;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 6px 0 5px 0;
    margin: 6px 0 0 0;
    transition: border 0.3s ease-in-out;
}

.color-block img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.color-block .color-name {
    font-family: 'Arial';
    font-size: 14px;
    font-weight: 700;
}

.color-block .color-name.blue {
    color: #2781E5;
}

.color-block .color-name.purple {
    color: #DB61CE;
}

.color-block .color-name.green {
    color: #39A643;
}

.color-block .color-name.red {
    color: #A63939;
}

.color-block .color-name.black {
    color: #1A1C1A;
}

main ul {
    padding: 0;
    padding-left: 25px;
    margin-bottom: 0;
}

main li a {
   font-family: 'Arial';
   font-weight: 100;
   color: #747474;
   text-decoration: none;
   transition: color 0.1s ease-in-out;
}

main li a:hover {
    color: #a3008b;
}

main .image-container {
  position: relative;
  display: inline-block;
}

main .image-container img {
    display: block;
    width: 128%;
    height: auto;
    position: relative;
    top: 0px;
    left: -86px;
}

.blur-overlay {
    position: absolute;
    bottom: 0px;
    width: 104%;
    left: -30px;
    right: 0;
    height: 17%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
}

.covers-types .container {
    padding: 0;
}

.covers-types .card__outer {
    padding: 30px 20px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;

    background-image: url(../img/card-image__classic.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.covers-types .card__outer .number {
    border: 1px solid #e7e7e7;
    padding: 0px 40px;
    margin: 0 0 20px 0;
    border-radius: 10px;
    font-size: 35px;
}

.covers-types .card__outer img {
    width: 143px;
    height: 300px;
    object-fit: contain;
}

.mark-text {
 font-size: 30px;

 color: transparent;
 background-image: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 1),
    rgb(85 85 85 / 80%),
    rgba(0, 0, 0, 1)
    );
 background-clip: text;
 -webkit-background-clip: text;
}

.covers-types .mark-text {
    margin: 10px 0 5px 0;
}

.description,
.description p,
.description span {
    font-family: 'Arial';
}


.description span {
    font-family: 'Arial';
    font-weight: 700;
}

.covers-types .description {
    text-align: center;
    max-width: 300px;
}

.cover-choosing .container {
    border-radius: 30px;

    background-image: url(../img/covers-types__bg.png);
    background-repeat: no-repeat;
    background-position: center;

    padding-bottom: 0;
}

.cover-choosing .title {
    margin: 0 0 10px 0;
}

.cover-choosing .title.second {
    margin: 10px 0 10px 0;
}

.cover-choosing .cover-types {
    display: flex;
}

.cover-choosing .cover-type {
    border: 1px solid #f1f1f1;
    border-radius: 7px;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: border 0.3s ease-in-out;
}

.cover-choosing .cover-type:hover {
    border: 1px solid #a3008b;
}

.cover-choosing .cover-type.active {
    border: 1px solid #a3008b;
}

.cover-choosing .cover-type img {
    width: 50px;
    height: 110px;
    object-fit: contain;
}

.cover-choosing .cover-type .name {
 font-size: 15px;
 font-family: 'Arial';
 font-weight: 700;
}

.cover-choosing .cover-type.second {
    margin: 0 20px 0 20px;
}

.cover-choosing select {
    max-width: 300px;
    padding: 10px;
    font-family: 'Arial';
    font-size: 15px;
    margin: 0 0 10px 0;
}

.color-block.active {
    border: 1px solid #a3008b;
}

.color-block:hover {
    border: 1px solid #a3008b;
}

.cover-choosing .color-blocks {
    display: flex;
    margin: 0 0 20px 0;
}

.cover-choosing .color-block {
    margin: 0 15px 0 0;
}

.cover-choosing .banner-img {
    max-width: 500px;
}

.advantages .container {
    padding: 0;
}

.advantages .img {
    width: 200px;
    height: 200px;
    background-color: gray;
}

.advantages .card__outer {
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    padding: 20px;
    margin: 20px 0 0 0;
}

.advantages .card__outer1 {
    background-image: url(../img/advantages__bg1.png);
}

.advantages .card__outer2 {
    background-image: url(../img/advantages__bg2.png);
    padding-right: 0;
}

.advantages .card__outer3 {
    background-image: url(../img/advantages__bg3.png);
    padding-right: 0;
}

.advantages .card-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.advantages .card-item .number {
    margin-left: 35px;
    margin-right: 35px;
}

.advantages .card-item .number img {
    width: 125px;
}

.advantages .card-item .mark-text p {
    margin: 0;
    line-height: 30px;
}

.advantages .card-item .description {
    max-width: 400px;
}

.advantages .card-item .description,
.advantages .card-item .description div {
    margin-top: 15px;
    line-height: 20px;
    font-family: 'Arial';
}

.advantages .card-item .card-img {
    max-width: 400px;
    width: 100%;
}

.advantages .card-item.phone-item,
.advantages .card-item.charging-item {
    justify-content: flex-end;
    padding-right: 0;
}

.advantages .button-group {
    max-width: 400px;
    margin: 50px 0 0 0;
    justify-content: center;
}

.button-1__outer {
    max-width: 270px;
    width: 100%;
}

.reviews .container {
    background: linear-gradient(90deg, #DD01BD 0%, #5F019E 100%);
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 30px;
}

.reviews h3 {
    color: white;
}

.review-card {
    border-radius: 10px;
    background-color: white;
    padding: 35px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.reviews .slider__outer {
    display: none;
}

.reviews .review-card.first-item {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    border: 1px solid white;
    justify-content: space-between;
}

.reviews .review-card.first-item span {
    color: white;
    line-height: 30px;
    line-height: 10px;
}

.reviews .review-card.first-item .span-1 {
    font-size: 30px;
}

.reviews .review-card.first-item .span-2 {
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
}

.reviews .review-card.first-item .description {
    margin-bottom: 20px;
}

.reviews .review-card.first-item .text-info p {
    margin: 10px 0 0 0;
    color: white;
    line-height: 20px;
}

.reviews .review-card.first-item .button__outer {
    background-color: white;
}

.reviews .review-card.first-item .button-1__outer,
.reviews .review-card.first-item .button-2__outer {
    background: initial;
    background-color: white;
}

.reviews .review-card.first-item .button-1__outer {
    width: 240px;
}

.reviews .review-card.first-item .button-2__outer {
    width: 70px;
}

.reviews .review-card.first-item .button {
    border: 1px solid black;
    color: black;
}

.reviews .review-card.first-item .button-group p {
    color: black;
    font-size: 14px;
    font-weight: 700;
}

.reviews .review-card .information {
    display: flex;
    justify-content: space-between;
}

.reviews .review-card .person-information {
    display: flex;
}

.reviews .review-card .profile-photo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.reviews .review-card .flag {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    display: flex;
}

.reviews .review-card .flag img {
    width: 100%;
}

.reviews .review-card .profile-photo {
    background-image: url(../img/profile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    width: 40px;
    height: 40px;
}

.reviews .person-information .name,
.reviews .person-information .color-name {
    font-family: 'Arial';
    margin-left: 10px;
}

.reviews .person-information .name {
    font-weight: 900;
}

.reviews .person-information .color-name {
    color: gray;
}

.reviews .review-card .rating-information {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.reviews .review-card .stars img {
    width: 17px;
    height: 17px;
}

.reviews .review-card .reviews-photo img {
    width: 100%;
    border-radius: 10px;
}

.reviews .review-card .date {
    color: gray;
    font-size: 11px;
    font-family: 'Arial';
    margin-top: 2px;
}

.reviews .review-card .comment {
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Arial';
    flex-grow: 1;
}

.reviews .review-card .comment span {
    font-family: 'Arial';
    font-weight: 700;
}

.reviews .slider {
    position: relative;
}

.slider__item {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

.reviews .slick-track {
    display: flex;
    height: 100%;
}

.reviews .slick-list {
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    width: calc(100% + 20px);
    margin-left: -10px;

    /*Для того чтобы на телефоне не съезжал*/
    padding: 0 !important;
}

.reviews .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
}

.reviews .slick-arrow.slick-prev {
    left: 0;
}

.reviews .slick-arrow.slick-next {
    right: 0;
}

.slick-dots {
    margin-top: 10px;
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
}

.reviews .slick-dots li {
    margin: 0 3px;
}

.reviews .slick-dots li.slick-active button {
    background-color: white;
}

.reviews .slick-dots button {
    font-size: 0;
    width: 14px;
    height: 14px;
    background-color: inherit;
    border-radius: 100px;
    border: 1px solid white;
}

@media (max-width: 1399.98px) {
    main .blur-overlay {
        width: 111%;
        left: -60px;
        display: block;
    }

    .reviews .review-card.first-item .button-group p {
        font-size: 13px;
    }

    .button.button-1 img {
        width: 89px;
        margin: -10px 0 0 0;
    }

    .reviews .button-group .button {
        padding: 0;
    }
}

@media (max-width: 1199.98px) {
    .container {
        padding: 35px;
    }

    main .container {
        background-size: initial;
    }

    main h1 {
        font-size: 38px;
        line-height: 37px;
    }

    main .description p, main .description span {
        font-size: 18px;
        line-height: 21px;
    }

    .button-1__outer {
        width: 194px;
    }

    .button-1 {
        padding: 0;
    }

    .button .first-p, .button .second-p {
        font-size: 13px;
    }

    .button.button-1 img {
        width: 91px;
        margin: -11px 0 0 0;
    }

    .button-2__outer {
        width: 58px;
    }

    .button.button-2 img {
        width: 15px;
    }

    .color-block {
        width: 74px;
        padding: 6px 0 2px 0;

        margin-left: 3px;
        margin-right: 3px;
    }

    .color-block img {
        width: 60px;
        height: 60px;
    }

    .color-block .color-name {
        font-size: 13px;
    }

    main .image-container img {
        width: 285px;
        top: initial;
        left: initial;
    }

    main .blur-overlay {
        width: 87%;
        bottom: 87px;
        left: 22px;
    }

    .reviews .not-slider {
        display: none;
    }

    .reviews .slider__outer {
        display: block;
    }

    .review-card {
      height: initial;
    }

    .reviews .review-card.first-item .button-2__outer {
        width: 59px;
    }
}

@media (max-width: 991.98px) {
    h3 {
        font-size: 27px;
        margin-bottom: 10px;
        line-height: 27px;

    }

    main .item-outer__1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    main .item-outer__1 h1,
    main .item-outer__1 .description {
        text-align: center;
    }

    main .item-outer__2 {
        margin-top: -30px;
        z-index: 1;
    }

    main .blur-overlay {
        display: none;
    }

    main .image-container img {
        width: 100%;
        margin-top: 20px;
    }

    main .title {
        text-align: center;
    }

    .color-blocks {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    main .models-list {
        column-count: 2;
        column-gap: 30px;
        margin-top: 10px;
    }

    .cover-choosing .container {
        background-color: white;
        background-image: url(../img/cover-choosing__bg2.png);
        background-size: cover;
        background-position: center;
    }

    .cover-choosing .item-outer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cover-choosing .item-outer__2 {
        margin-top: 20px;
    }

    .cover-choosing .banner-img {
        width: 100%;
    }

    .cover-choosing .color-block {
        margin: initial;
        margin-left: 3px;
        margin-right: 3px;
    }

    .advantages .card__outer {
        background-image: initial;
        background-color: white;
        background-image: url(../img/cover-choosing__bg-mini.png);

        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;

        padding-top: 20px;
        padding-bottom: 50px;
    }

    .advantages .card-item {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advantages .phone-item,
    .advantages .charging-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .advantages .card-item .number {
        margin-bottom: 20px;
    }

    .advantages .card-item .mark-text {
        margin-bottom: 30px;
    }

    .advantages .card-item .description {
        margin-bottom: 30px;
    }

    .advantages .button-group {
        justify-content: center;
    }

    .reviews .container {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width: 767.98px) {
    .reviews .review-card.first-item {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .reviews .review-card.first-item .description {
        max-width: 300px;
    }

    .reviews .button-group {
        justify-content: center
    }

    .reviews .review-card.first-item .button-2__outer {
        width: 62px;
    }
}

@media (max-width: 575.98px) {

    main .container {
        padding-left: 0;
        padding-right: 0;
    }

    .color-block {
        width: 60px;
    }

    .color-block img {
        width: 45px;
        height: 45px;
    }

    .color-block .color-name {
        font-size: 12px;
    }

    .reviews .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .reviews .review-card {
        padding: 20px;
    }

    .reviews .person-information .name {
        font-size: 12px;
    }

    .reviews .person-information .color-name {
        font-size: 12px;
    }

    .reviews .review-card .profile-photo {
        width: 30px;
        height: 30px;
    }

    .reviews .review-card .flag {
        flex-direction: column-reverse;
    }

    .reviews .review-card .flag img {
        width: 10px;
        height: 10px;
    }

    .reviews .review-card .stars img {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 410.98px) {
    .reviews .container {
        /*padding-left: 0px;
        padding-right: 0px;*/
    }

    .reviews .review-card.first-item .button-group p {
        font-size: 12px;
    }

}

@media (max-width: 380.98px) {
    .reviews .button-2__outer {
        display: none;
    }
}
