@import url(fonts.css);


body,html {
    font-family: gothampro;
    overflow-x: hidden
   
}

a {
    text-decoration: none;
}

/* gothampro-300 */
/* gothampro-500 */
/* gothampro-700 */
/* gothampro-900 */

.title {
    font-size: 36px;
    font-family: gothampro-300;
    color: black;
    margin-bottom: 50px;
    text-align: center;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

.header__top-inner {
    display: flex;
    align-items: center;
}

.logo_block {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
}

.logo_block::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #d6d6d6;
    position: absolute;
    right: 0;
}

.phone {
    font-weight: 300;
    font-family: gothampro-300;
    color: #999;
    font-size: 20px;
    position: relative;
    padding-left: 35px;
    margin-right: 50px;
    transition: all 0.3s;
}

.phone::before {
    content: "";
    position: absolute;
    background-image: url(../img/phone.svg);
    width: 27px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.phone:hover {
    color: black;
}

.email {
    font-weight: 300;
    font-family: gothampro-300;
    color: #999;
    font-size: 20px;
    position: relative;
    padding-left: 35px;
    transition: all 0.3s;
}

.email:hover {
    color: black;
}

.email::before {
    content: "";
    position: absolute;
    background-image: url(../img/email.svg);
    width: 27px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.spans {
    margin-left: 7px;
}

.spans span {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-family: gothampro-900;
    font-size: 14px;
    color: red;
    font-style: italic;
}

.header__top-right {
    position: absolute;
    right: 0;
}

.whatsapp {
    padding: 37px 20px 37px 50px;
    background: linear-gradient(to top right, #00ff00 0%, #ccffff 100%);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: black;
    position: relative;
}

.whatsapp::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/whatsapp.svg);
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.telegram {
    padding: 37px 20px 37px 50px;
    background: linear-gradient(to top right, #3366cc 0%, #33ccff 100%);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: white;
    position: relative;
}

.telegram::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/telegram.svg);
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

ul {
    list-style: none;
}

.spans span + span {
    margin-top: 5px;
    color: blue;
}

.header {
    min-height: 80vh;
    width: 100%;
    background: linear-gradient(to right, #0066cc 0%, #66ffff 161%);
    position: relative;
    background-repeat: no-repeat;
}

.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__inner-img {
    position: absolute;
    bottom: -15px;
    right: 150px;
}

.header__inner-img img {
    max-height: 550px;
}

.header__inner-content {
    max-width: 450px;
    margin-left: 200px;
    margin-top: 100px;
}

.header__title {
    margin-bottom: 20px;
    color: #ffffff;
    font-family: gothampro-900;
    font-weight: 900;
}

.header__text {
    color: #ffffff;
    font-family: gothampro-700;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 35px;
}

.about {
    margin-top: 100px;
}

.about__inner {
    display: flex;
    justify-content: space-around;
}

.about__img-block img {
    width: 620px;
    height: 550px;
}

.about__content {
    max-width: 550px;
    width: 100%;
}
.about__content-one {
    margin-bottom: 30px;
}
.about__content-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: gothampro-700;
}
.about__content-text {
}
.about__content-two {
}
.about__list {
    padding: 0;
}
.about__list-item {
    margin-bottom: 20px;
    position: relative;
    padding-left: 35px;
}

.about__list-item span {
    font-weight: 700;
    font-size: 17px;
}

.about__list-item::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about__list-item--clock::before {
    background-image: url(../img/tclock.svg);
    background-repeat: no-repeat;
}
.about__list-item--tr {
    background-image: url(../img/tr.svg);
    background-repeat: no-repeat;
    height: 27px;
}
.about__list-item--tsec {
    background-image: url(../img/tsec.svg);
    background-repeat: no-repeat;
    height: 27px;
}
.about__list-item--tuser {
    background-image: url(../img/tuser.svg);
    background-repeat: no-repeat;
}

.about__list-item .working__text {
    margin-top: 10px;
}

.add_zakaz {
    background: linear-gradient(to top, #3399ff 0%, #99ff66 100%);

    color: #fff;
    font-weight: 700;
    font-family: gothampro-700;
    border-radius: 16px;
    padding: 15px;
    letter-spacing: 1.5px;
    transition: all 0.3s;
}

.add_zakaz:hover {
    background: linear-gradient(#13b363, #1bce71);
}

.menu {
    max-width: 950px;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu__list-item {
    position: relative;
}

.menu__list-link {
    color: white;
    font-weight: 700;
    font-family: gothampro-700;
    text-transform: uppercase;
    font-size: 15px;
}

.menu__list-item:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 0;
    height: 2px; /* Высота линии */
    background-color: white; /* Цвет подчеркивания при исчезании линии*/
    transition: width 0.5s; /* Время эффекта */
}

.menu__list-item:hover:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px; /* Высота линии */
    background-color: white; /* Цвет подчеркивания при появлении линии*/
    transition: width 0.3s; /* Время эффекта */
}

.logo__img {
    max-width: 90px;
    height: 90px;
}

.products {
    margin-top: 100px;
}

.products__title {
    font-size: 36px;
    font-family: gothampro-300;
    color: black;
    margin-bottom: 50px;
    text-align: center;
}

.products__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product__item {
    padding: 25px 15px;
    text-align: center;
    border: 1px solid rgb(234, 232, 232);
    background-color: white;
    transition: all 0.3s;
    margin-bottom: 30px;
    max-width: 340px;
    width: 100%;
}

.product__item + .product__item {
    margin-left: 10px;
}

.product__item:hover {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.item__img {
    background-color: rgb(99, 99, 245);
    display: inline-block;
    border-radius: 50%;
    padding: 25px;
}
.product__title {
    font-family: gothampro-300;
    font-weight: 300;
    color: rgb(99, 99, 245);
    margin: 10px 0;
}
.product__price {
    font-family: gothampro-700;
    color: rgb(249, 93, 93);
    font-size: 19px;
}
.product__stars {
    margin-top: 10px;
}
.product__descr {
    font-family: gothampro-300;
    font-weight: 300;
    color: rgb(81, 74, 74);
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
}
.zakaz {
    display: block;
    background-color: rgb(121, 121, 250);
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 17px;
    font-family: gothampro-700;
    color: white;
    text-decoration: none;
    transition: all 0.2s;
}

.zakaz:hover {
    background-color: rgb(155, 155, 250);
}

.author {
    margin-top: 100px;
    margin-bottom: 100px;
}

.author__inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.author__item {
    max-width: 700px;
    display: flex;
    color: white;
}

.author__item + .author__item {
    margin-left: 30px;
}

.author__descr {
    padding: 20px 15px;
    background-color: #41a79a;
    width: 50%;
    position: relative;
}

.author__descr-title {
    font-family: gothampro-300;
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 15px;
}

.author__descr-text {
    font-size: 17px;
    font-family: gothampro-300;
    font-weight: 300;
    margin-bottom: 40px;
}

.click__author {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.6px;
    font-family: gothampro-500;
    font-weight: 500;
    border: 1px solid white;
    padding: 15px;
    border-radius: 5px;
    transition: all 0.3s;
    position: absolute;
    bottom: 10px;
}

.click__author:hover {
    background-color: white;
    color: #41a79a;
}

.author__img {
    width: 50%;
}

.author__img img {
    max-width: 100%;
    min-height: 100%;
}

#partner {
    background-color: #eb6b3c;
}

#clickpartner:hover {
    color: #eb6b3c;
}

.working {
    margin-top: 100px;
    margin-bottom: 100px;
}

.working__inner {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.working__item {
    max-width: 300px;
    width: 100%;
    text-align: center;
    position: relative;
}

.working__item:not(:last-child)::after {
    content: "";
    background-image: url(../img/arrow-right.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 30%;
    background-repeat: no-repeat;
}

.reviews__container {
    max-width: 1090px;
    margin: 0 auto;
}

.reviews__inner {
    display: flex;
    /* justify-content: center; */

    min-width: 0;
    position: relative;
}

/* #dfe9ff */

.reviews__item {
    background-color: #f4f7ff;
    border-radius: 8px;
    max-width: 350px;
    width: 100%;
    padding: 30px 20px;
    margin: 0 15px;
    user-select: none;
}
.reviews-item__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-weight: 700;
}

.view-work {
    font-weight: 700;
}

.view-work span {
    font-weight: 300;
}
.reviews__text {
    margin-top: 20px;
}
.anketa {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.name {
    margin-left: 10px;
}

.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
}

.slick-center {
    background-color: #dfe9ff;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    font-size: 0;
    width: 16px;
    height: 18px;
    border: none;
    cursor: pointer;
    box-shadow: 0 16px 24px rgb(0 0 0 / 6%), 0 2px 12px rgb(0 0 0 / 16%), 0 0 1px rgb(0 0 0 / 8%);
    border-radius: 50%;
    padding: 20px;
    transition: all 0.3s;
}

/* Стрелка влево */

.slick-arrow.slick-prev {
    left: -70px;
    background: url("../img/l-arrow.svg") center no-repeat;
}

/* Стрелка вправо */

.slick-arrow.slick-next {
    right: -70px;
    background: url("../img/r-arrow.svg") center no-repeat;
}

.slick-arrow:hover {
    background-color: #f4f7ff;
}

/* Стрелка не активная */

.warranty {
    background: linear-gradient(90deg, #009ccc, #00ccc0);
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.warranty__title {
    color: #fff;
    font-weight: 700;
    font-family: gothampro-700;
}

.warranty__inner {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}
.warranty__item {
    color: #fff;
    max-width: 300px;
    width: 100%;
    text-align: center;
}

.warranty__item + .warranty__item {
    margin-left: 30px;
}

.warranty__img {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 50px hsl(0deg 0% 100% / 50%);
    display: inline-block;
    height: 72px;
    margin: 0;
    width: 72px;
}
.warranty__item-title {
    margin-top: 15px;
    margin-bottom: 15px;
}
.warranty__text {
    font-size: 16px;
    font-weight: 300;
    font-family: gothampro-300;
}

.warranty__img--one {
    background-image: url(../img/warranty_01.svg);
}
.warranty__img--two {
    background-image: url(../img/warranty_02.svg);
}
.warranty__img--three {
    background-image: url(../img/warranty_03.svg);
}
.warranty__img--four {
    background-image: url(../img/warranty_04.svg);
}

.warranty__footer {
    max-width: 744px;
    margin: 40px auto 0;
}
.warranty__footer-text {
    color: #fff;
    font-family: gothampro-700;
    font-weight: 700;
    font-style: italic;
    background: linear-gradient(90deg, #007fa6 -0.83%, rgba(0, 127, 166, 0));
    border-radius: 12px;
    padding: 16px 56px 16px 84px;
    position: relative;
}

.warranty__footer-text::after {
    background-image: url(../img/icon_megafon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 36px 32px;
    content: "";
    display: block;
    height: 32px;
    left: 24px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 36px;
}

.statistics {
    margin-top: 150px;
}

.statistics__inner {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}
.statistics__item {
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 210px;
    position: relative;
    text-align: center;
    max-width: 200px;
    width: 100%;
    margin-left: 15px;
}

.statistics__item span {
    color: #333;
}

.statistics__item_1 {
    background-image: url(../img/statistics-1.svg);
}

.statistics__item_2 {
    background-image: url(../img/statistics-2.svg);
}

.statistics__item_3 {
    background-image: url(../img/statistics-3.svg);
}

.statistics__item_4 {
    background-image: url(../img/statistics-4.svg);
}

.statistics__count {
    color: #22a9d3;
    font-size: 45px;
    font-family: gothampro-900;
    font-weight: 900;
}

.adaptiv__menu {
    position: fixed;
    right: 0;
    top: 0;
    background: linear-gradient(to right, #0066cc 0%, #66ffff 161%);
    height: 100vh;
    width: 300px;
    z-index: 20;
    transform: translateX(100%);
    transition: all 0.3s;
}
.menu--adaptiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 20px 0;
}

.menu__list-item--adaptiv {
    margin-bottom: 30px;
}
.menu__list-link {
}
.menu__list-link--adaptiv {
}

.adaptiv__menu--active {
    transform: translateX(0);
}

.phone--adaptiv-block {
    text-align: center;
    margin-top: 40px;
}

.phone--adaptiv {
    margin-right: 10px;
    color: #fff;
}

.phone--adaptiv::before {
    content: "";
    background-image: url(../img/adaptivPhone.svg);
}

.adaptiv__menu-icons {
    width: 120px;
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
}

.telega--adaptiv,
.whats--adaptiv {
    display: none;
}

.burger {
    display: none;
}

.close {
    margin-left: 20px;
    cursor: pointer;
}

.close img {
    padding-top: 20px;
}

.footer {
    padding: 20px 0;
    background-color: #d2e8ff;
}

.footer__inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer__inner-content {
    margin-right: 40px;
}

.footer__inner-content h3 {
    font-size: 29px;
    margin-bottom: 15px;
}

.footer__inner-content p {
    margin-bottom: 50px;
}

.footer__inner-contacts a {
    display: block;
    margin-top: 15px;
}

.footer__mail {
    margin-bottom: 30px;
}

.more__products {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    text-decoration: underline;
}

.footer__inner-content h3 {
    color: blue;
}
.footer__inner-content h3 span {
    color: red;
}