/* сброс стилей */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
table,
th,
td,
embed,
object {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
abbr {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1.0em;
}

q:before,
q:after {
    content: '';
}

a,
ins {
    text-decoration: none;
}

a:active,

/* активная/посещенная ссылка */

a {
    text-decoration: none;
    color: black;
}


/* сброс стилей */


/* установка переменных */

:root {
    --orange: linear-gradient(90deg, #FF5000 0%, #EE6F36 100%);
}


/* установка переменных */

.container {
    width: 1220px;
    margin: 0 auto;
}


/*=====================================*/

.header {
    background: var(--orange);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    height: 87px;
    position: fixed;
    z-index: 3;
    width: 100%;
}
.time-work{
    margin-left: 20px;
}
.time-work p{
    font-size: 0.8em;
    color: white;
    font-family: Light, sans-serif;
}
.header__inner {
    margin: 22px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav {
    display: flex;
    width: 45%;
    justify-content: space-between;
}

nav a {
    font-family: Regular, sans-serif;
    color: white;
    font-size: 16px;
}

nav a:hover {
    color: #ddd;
}

nav .fa-solid {
    font-size: 16px;
}

.header__icon .fa-solid {
    color: white;
    font-size: 20px;
}

.header__icon .fa-solid:hover {
    color: #ddd;
}

.header__contacts__block {
    display: flex;
    justify-content: space-evenly;
}

.header__icon {
    margin-right: 25px;
}

.fa-brands {
    font-size: 30px;
    color: white;
}

.header__social__border {
    border-right: solid 1px white;
}

.header__request {
    font-family: Bold, sans-serif;
    font-size: 16px;
    color: white;
    display: flex;
    align-self: center;
    margin-left: 25px;
}

.header__request:hover {
    color: #ddd;
}

.header__left {
    display: flex;
    align-items: center;
    width: 300px;
    justify-content: space-around;
}

.header__left a {
    font-family: Bold, sans-serif;
    font-size: 16px;
    color: white;
    text-decoration: none;
}


/*=====================================*/

.main__info {
    position: relative;
    background-image: url("../img/Rectangle 35.png");
    background-size: 100% 850px;
    height: 850px;
    overflow: hidden;
}

.main__info__block:before {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    height: 1100px;
    width: 100%;
    top: -18%;
    left: 45%;
    z-index: 0;
    background-image: url("../img/macbook.png");
}

.main__info:before {
    position: absolute;
    background-image: url("../img/macbook.png");
    background-size: 100% 776px;
    height: 776px;
    top: 0;
}

.main__img__macbook {
    overflow: hidden;
    width: 50%;
    float: right;
}

.main__info__block {
    color: white;
    max-width: 380px;
    padding-bottom: 260px;
    padding-top: 220px;
}

.main__info__block p {
    margin-bottom: 30px;
}

.main__info__block__title {
    font-size: 24px;
    font-family: Regular, sans-serif;
}

.main__info__block__name {
    font-family: Bold, sans-serif;
    font-size: 48px;
}

.main__info__block__desc {
    font-size: 24px;
    font-family: Light, sans-serif;
}

.main__button {
    display: flex;
    justify-content: space-around;
}

.main__button button {
    font-size: 16px;
    font-family: Bold, sans-serif;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 50px;
}

.main__button__black {
    color: black;
    background-color: white;
    cursor: pointer;
}

.main__button__white:hover {
    background-color: rgb(20, 20, 20);
}

.main__button__white {
    color: white;
    background-color: black;
    cursor: pointer;
}

.main__button__black:hover {
    background-color: #ddd;
}


/*=====================================*/

.info__button {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.info__button__white {
    font-size: 16px;
    font-family: Bold, sans-serif;
    border: solid 1px black;
    border-radius: 10px;
    width: 180px;
    padding: 17px 0;
    color: white;
    background-color: black;
    margin: 0 10px 0 10px;
    display: block;
    text-align: center;
    z-index: 2;
}

.info__button__white:hover {
    background: #161616;
}


/*=====================================*/

.what__we__do {
    margin-top: 56px;
}

.what__we__do__main__title {
    font-family: Black, sans-serif;
    font-size: 36px;
    margin-bottom: 36px;
}

.what__we__do__title {
    font-family: Bold, sans-serif;
    font-size: 20px;
    margin: 36px 0 24px 20px;
}

.what__we__do__desc {
    font-family: Light, sans-serif;
    font-size: 16px;
    margin: 0 0 45px 20px;
    width: 60%;
}

.what__we__do__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 36px;
    column-gap: 3%;
}

.what__we__do__block {
    width: 48%;
    border: solid 1px #FF5000;
    border-radius: 10px;
    margin-bottom: 1%;
    background-color: white;
    position: relative;
    min-height: 230px;
}

.what__we__do__button {
    background: var(--orange);
    color: white;
    border-radius: 10px;
    padding: 7px;
    width: 103px;
    display: block;
    text-align: center;
    font-family: Bold, sans-serif;
    position: absolute;
    bottom: 5%;
    right: 2.5%;
}

.what__we__do__button:hover {
    background: black;
}

.what__we__do__bonus {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.what__we__do__title__bonus {
    font-size: 20px;
    font-family: Bold, sans-serif;
}

.what__we__do__desc__bonus {
    font-size: 16px;
    font-family: Light, sans-serif;
}

.what__we__do__button__bonus {
    font-family: Bold, sans-serif;
    background: var(--orange);
    color: white;
    border-radius: 10px;
    padding: 14px 0;
    margin-bottom: 26px;
    width: 200px;
    display: block;
    text-align: center;
}

.what__we__do__button__bonus:hover {
    background: black;
}
.what__we__do__title a{
    text-decoration: underline;
}

/*====================================*/

.we__help {
    margin-top: 100px;
    background-image: url("../img/Rectangle 46.png");
    height: 600px;
    background-size: cover;
}

.we__help__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 106px;
    align-items: baseline;
}

.we__help__title {
    font-family: Bold, sans-serif;
    font-size: 48px;
    color: white;
    max-width: 730px;
}

.we__help__desc {
    font-family: Bold, sans-serif;
    font-size: 24px;
    color: white;
}

.we__help__social {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.we__help__icons i {
    margin: 15px 15px 15px 0;
}

.we__help__link {
    font-size: 16px;
    font-family: Bold, sans-serif;
    border: solid 1px black;
    border-radius: 10px;
    width: 180px;
    padding: 13px 0;
    color: white;
    background-color: black;
    margin: 42px 0 0 0;
    display: block;
    text-align: center;
}
.head-h1{
    margin-bottom: 50px;
}
.we__help__link:hover {
    background: white;
    border: white solid 1px;
    color: black;
}


/* ====================================*/

.our__works {
    margin-top: 123px;
    position: relative;
    overflow: hidden;
}

.our__works__block {
    margin-top: 100px;
}

.our__works__title {
    font-family: Bold, sans-serif;
    font-size: 36px;
}

.hide {
    display: none;
}

.our__works__block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.our__works__poster__block {
    position: relative;
    width: 50%;
}

.our__works__poster {
    width: 100%;
    border-radius: 15px;
}
.form-home{
    color: white;
    font-family: Bold, sans-serif;
    margin: 30px 0 30px 0;
}
.form-home a{
    text-decoration: underline;
    color: white;
}
.our__works__inner {
    width: 60%;
    margin-left: 10%;
}

.our__works__inner__title {
    font-family: Bold, sans-serif;
    font-size: 24px;
    margin-bottom: 17px;
}

.our__works__inner__desc {
    font-family: Light, sans-serif;
    font-size: 20px;
    margin-bottom: 52px;
}

.our__works__video {
    width: 668px;
    height: 368px;
}

.our__works__inner__link {
    font-family: Bold, sans-serif;
    background: var(--orange);
    color: white;
    border-radius: 10px;
    padding: 14px 0;
    margin-bottom: 26px;
    width: 200px;
    display: block;
    text-align: center;
}

.our__works__inner__link:hover {
    background: black;
}

.our__works__play {
    font-size: 130px;
    color: #FF5000;
    cursor: pointer;
    position: absolute;
    top: 30%;
    left: 35%;
    z-index: 10;
}

#block_1:after {
    content: url("../img/booble_1.png");
    position: absolute;
    top: 0;
    left: 150%;
    z-index: -1;
    display: block;
}

#block_2:after {
    content: url("../img/booble_2.png");
    position: absolute;
    top: -20%;
    left: -50%;
    z-index: -1;
}

#block_3:before {
    content: url("../img/booble_3.png");
    position: absolute;
    top: 0;
    left: 150%;
    z-index: -1;
}

#block_4:after {
    content: url("../img/booble_4.png");
    position: absolute;
    top: -20%;
    left: -50%;
    z-index: -1;
}

.our__works__after {
    margin-top: 113px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 102px;
}

.our__works__after p {
    margin-bottom: 40px;
    font-family: Bold, sans-serif;
    font-size: 24px;
    width: 600px;
    text-align: center;
}


/*============================================*/

.who__we__work {
    margin-top: 50px;
}

.who__we__work__wrapper {
    margin-top: 95px;
}

.who__we__work__block__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 100px;
    position: relative;
}

.who__we__work__block__last {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 46px;
}

.who__we__work__block__right:before {
    content: url("../img/line_right.png");
    position: absolute;
    top: 76%;
    left: 45%;
}

.who__we__work__block__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 100px;
    position: relative;
}

.who__we__work__block__left:before {
    content: url("../img/line_left.png");
    position: absolute;
    top: 103%;
    left: 49%;
}

.who__we__work__block__right:before:last-child {
    display: none;
}

.who__we__work__block__text {
    margin: 0 67px 0 58px;
}

.who__we__work__block__text__left {
    margin: 0 58px 0 67px;
}

.who__we__work__block__title {
    font-size: 24px;
    font-family: Black, sans-serif;
    margin-bottom: 12px;
}

.who__we__work__block__desc {
    font-size: 20px;
    font-family: Light, sans-serif;
    max-width: 400px;
}

.who__we__work__info {
    font-size: 24px;
    font-family: Regular, sans-serif;
    max-width: 500px;
    margin-bottom: 100px;
}

.price {
    background-image: url("../img/rectangle_price.png");
    background-size: 100% 1676px;
    height: 1676px;
}

.price__title {
    padding-top: 216px;
    font-family: Black, sans-serif;
    font-size: 36px;
    color: white;
}

.price__block {
    width: 30%;
    border: 1px solid white;
    border-radius: 10px;
    height: 180px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: 1% 1%;
}

.price__block:hover {
    background: black;
    border: 1px solid black;
}

.price__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 89px;
}

.price__block__title {
    font-family: Bold, sans-serif;
    font-size: 20px;
    color: white;
}

.price__block__desc {
    font-family: Bold, sans-serif;
    font-size: 36px;
    color: white;
}

.price__info {
    margin-top: 58px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.price__info p {
    font-size: 24px;
    font-family: Bold, sans-serif;
    color: white;
    width: 55%;
}

.price__info a {
    font-size: 20px;
    font-family: Light, sans-serif;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding: 8px;
}

.price__info a:hover {
    background: black;
    border: 1px solid black;
}

.price__last__info {
    width: 55%;
    font-size: 20px;
    font-family: Light, sans-serif;
    color: white;
    margin-top: 34px;
}

.slider-section {
    margin-bottom: 114px;
    height: 600px;
}

.why__we {
    margin-top: 60px;
    margin-bottom: 50px;
}

.why__we__wrapper {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.why__we__block__title {
    font-size: 24px;
    font-family: Bold, sans-serif;
    margin-left: 20px;
}

.why__we__block__desc {
    margin-top: 13px;
    font-size: 20px;
    margin-left: 20px;
    width: 90%;
    font-family: Light, sans-serif;
}

.why__we__block {
    width: 50%;
    position: relative;
    margin-bottom: 90px;
}

.why__we__block img {
    position: absolute;
    top: 0;
    width: 20%;
}

.slider {
    margin-top: 50px;
}


.block__project__title {
    color: white;
    font-size: 36px;
    font-family: Bold, serif;
    margin: 60px 0 60px 0;
}

/* ================ Форма обратной связи ===============  */

.form-popup {
    width: 400px;
    margin: auto;
    padding: 60px;
    background-color: #fff;
    border-radius: 10px;
}

.form-container {
    display: flex;
    flex-direction: column;
}

.form-container label {
    font-size: 18px;
    font-family: Regular, sans-serif;
    padding: 20px 0 5px;
}

.form-container input {
    height: 40px;
    border-radius: 10px;
    padding-left: 10px;
}

.form-container input::placeholder {
    padding-left: 10px;
    font-size: 16px;
}

.form-container button {
    width: 200px;
    margin-top: 30px;
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
    background-color: #FF5000;
    color: white;
    border: none;
}

.form-container button:hover {
    background-color: black;
    cursor: pointer;
}

.form-checkbox {
    padding-top: 20px;
    font-family: Regular, sans-serif;
}

#politics {
    height: 20px;
}

.form-logo {
    width: 150px;
    margin: auto;
    padding: 30px 0 30px;
}

.form-title {
    text-align: center;
    font-weight: 800;
    font-size: 28px;
    font-family: Regular, sans-serif;
    padding-bottom: 30px;
}

.form-description {
    text-align: center;
    font-size: 20px;
    font-family: Regular, sans-serif;
}

.modal {
    position: fixed;
    display: block;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    margin: 50px auto;
    width: 60%;
    padding-top: 100px;
}

.modal-js {
    display: none;
}

.suc-js{
    display: none;
}

.modal-js-mini{
    display: none;
}

.close {
    float: right;
    font-weight: 800;
    font-size: 36px;
    cursor: pointer;
    margin: -40px -30px 0 0;
}

.close-mini {
    float: right;
    font-weight: 800;
    font-size: 36px;
    cursor: pointer;
    margin: -40px -30px 0 0;
    color: white;
}
.close-mini-form{
    float: right;
    font-weight: 800;
    font-size: 36px;
    cursor: pointer;
    margin: -40px -30px 0 0;
    color: white;
}

/* ========================== */



/*==========Окно успеха отправки сообщения ====*/

.success-modal {
    position: fixed;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.close-suc{
    color: white;
}
.window-success {
    background-color: #00af00;
    display: flex;
    width: 400px;
    margin: 50px auto;
}

.success-content {
    padding: 60px;
}

.success-content p {
    font-size: 26px;
    font-family: Roboto, sans-serif;
    color: white;
    text-align: center;
}


/*==========================*/


/*==========Окно успеха отправки сообщения мини форма====*/
.success-modal-mini {
    position: fixed;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.window-success-mini {
    background-color: #00af00;
    display: flex;
    width: 400px;
    margin: 50px auto;
}

.success-content-mini {
    padding: 60px;
}

.success-content-mini p {
    font-size: 26px;
    font-family: Roboto, sans-serif;
    color: white;
    text-align: center;
}

/*==========================*/


/* Слайдер: */

.slider {
    max-width: 90%;
    /* Положение элемента устанавливается относительно его исходной позиции: */
    position: relative;
    /* Центрируем по горизонтали: */
    margin: 100px auto;
    height: 300px;
}


/* Кнопки назад и вперёд: */

.slider .previous,
.slider .next {
    /* Добавляет курсору иконку, когда тот оказывается над кнопкой: */
    cursor: pointer;
    /* Положение элемента задаётся относительно границ браузера: */
    position: absolute;
    top: 50%;
    width: auto;
    margin: 32px -150px 0 -150px;
    padding: 16px;
    border: none;
    /* Оформление самих кнопок: */
    color: white;
    font-weight: bold;
    font-size: 16px;
    /* Плавное появление фона при наведении курсора: */
    transition: 0.6s ease;
    /* Скругление границ: */
    border-radius: 0 3px 3px 0;
    background-color: white;
}

.slider .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* При наведении курсора на кнопки добавляем фон кнопок: */

.slider .previous:hover,
.slider .next:hover {
    background-color: rgba(0, 0, 0, 0.2);
}


/* Анимация слайдов: */

.slider .item {
    animation-name: fade;
    animation-duration: 1.5s;
}

.slider__block {
    background-color: #F3F3F3;
    height: 438px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.slider__block img {
    width: 280px;
    height: 280px;
    border-radius: 200px;
}

.slider__title {
    font-size: 24px;
    font-family: Black, sans-serif;
    margin-bottom: 32px;
}

.slider__block div {
    max-width: 500px;
}

.slider__text {
    font-size: 20px;
    font-family: Light, sans-serif;
}

.slider__text:before {
    margin-right: 15px;
    content: url("../img/cav_2.png");
}

.slider__text:after {
    margin-left: 15px;
    content: url("../img/cav_1.png");
}

@keyframes fade {
    /* Устанавливаем и изменяем степень прозрачности: */
    from {
        opacity: 0.4
    }
    to {
        opacity: 1
    }
}

.project {
    margin-top: 50px;
    background-image: url("../img/project_form.png");
    background-size: 100% 800px;
    background-repeat: no-repeat;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index__form {
    width: 608px;
}

.index__form__block {
    display: flex;
    flex-direction: column;
}

.index__text {
    font-family: Light, sans-serif;
    font-size: 32px;
    color: white;
    margin-bottom: 8px;
}

.index__form__block input {
    height: 59px;
    background-color: #D9D9D9;
    border: none;
    border-radius: 10px;
    margin-bottom: 12px;
    text-indent: 10px;
    font-size: 24px;
    outline: none;
    font-family: Light, sans-serif;
}

.index__form__block input:hover {
    background-color: white;
    transition: 0.3s linear;
    cursor: pointer;
}

.index__form__block input:focus {
    background-color: white;
}

.index__form__block input::placeholder {
    font-family: Light, sans-serif;
    font-size: 24px;
    color: #A9A9A9;
}

.index__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.index__checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.index__checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    background-color: #D9D9D9;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.index_checkbox__label {
    margin-top: 30px;
    margin-bottom: 40px;
    font-family: Light, sans-serif;
    font-size: 20px;
    color: white;
}

.index__checkbox:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}


/* стили при наведении курсора на checkbox */

.index__checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
    cursor: pointer;
}


/* стили для активного состояния чекбокса (при нажатии на него) */

.index__checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}


/* стили для чекбокса, находящегося в фокусе */

.index__checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */

.index__checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
    cursor: pointer;
}


/* стили для чекбокса, находящегося в состоянии disabled */

.index__checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.index__form__button {
    font-family: Light, sans-serif;
    font-size: 32px;
    color: white;
    background-color: var(--orange);
    border: solid 1px white;
    border-radius: 10px;
    max-width: 305px;
    margin: 0 auto;
    padding: 8px 26px;
    margin-bottom: 50px;
}

.index__form__button:hover {
    background-color: black;
    transition: 0.3s linear;
    cursor: pointer;
    border: black solid 1px;
}

.index__form__button:active {
    background-color: var(--orange);
}

.we__won {
    margin-top: 76px;
    margin-bottom: 146px;
}

.we__won__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 148px;
}

.we__won__info__title {
    font-family: Bold, sans-serif;
    font-size: 40px;
    width: 30%;
    position: relative;
}

.we__won__info__desc {
    font-family: Light, sans-serif;
    font-size: 32px;
    width: 65%;
}

.we__won__partners {
    font-family: Light, sans-serif;
    font-size: 24px;
    margin-bottom: 11px;
}

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

.we__won__partners__title {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: solid 1px red;
}

.we__won__partners__block__names p {
    font-family: Bold, sans-serif;
    font-size: 40px;
    margin-bottom: 50px;
    width: 400px;
}

.slick {
    margin-bottom: 141px;
}

footer {
    background-color: black;
}

.footer__logo {
    padding: 50px 0;
}

.footer__wrapper {
    color: white;
    display: flex;
}

.footer__wrapper .footer__block {
    width: 30%;
}

.footer__title {
    margin-bottom: 29px;
    font-family: Bold, sans-serif;
    font-size: 24px;
}

.footer__desc {
    margin-bottom: 15px;
    font-family: Light, sans-serif;
    font-size: 16px;
    position: relative;
    display: block;
    text-decoration: none;
    color: white;
}

.footer__desc:hover {
    color: #A9A9A9;
}

.logo-phone {
    display: flex;
    align-items: center;
}

.logo-phone:before {
    content: url("../img/phone_logo.png");
    margin-right: 15px;
}

.logo-email {
    display: flex;
    align-items: center;
}

.logo-email:before {
    content: url("../img/email_logo.png");
    margin-right: 15px;
}

.footer__icon__block {
    display: flex;
    margin-bottom: 24px;
}

.footer__icon__block i {
    font-size: 30px;
    margin-left: 10px;
}

.footer__cart__logo {
    margin-bottom: 10px;
}

.footer__rights {
    color: white;
    text-align: center;
    font-family: Light, sans-serif;
    font-size: 10px;
    padding: 50px 0 50px 0;
}

.breadcrumbs {
    display: flex;
    padding-top: 187px;
    font-size: 14px;
    font-family: Bold, sans-serif;
    text-decoration: none;
    color: black;
    margin-bottom: 64px;
}

.breadcrumbs a:hover {
    color: #EE6F36;
    transition: 0.3s linear;
}

.breadcrumbs a:after {
    margin: 0 5px;
    content: '>';
}


.page__title {
    font-size: 1.6em;
    font-family: Bold, sans-serif;
    margin-bottom: 19px;
}

.page__description {
    font-size: 20px;
    font-family: Light, sans-serif;
}

.contact__wrapper {
    margin-top: 60px;
    margin-bottom: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.contact__wrapper:before {
    content: url("../img/contact_booble_1.png");
    position: absolute;
    top: -30%;
    left: 75%;
    z-index: -2;
}

.contact__wrapper:after {
    content: url("../img/contact_booble_2.png");
    position: absolute;
    top: 0;
    left: -25%;
    z-index: -2;
}

.contact__title {
    font-size: 20px;
    font-family: Bold, sans-serif;
    margin-bottom: 11px;
}

.contact__desc {
    font-size: 20px;
    font-family: Light, sans-serif;
    margin-bottom: 16px;
    display: block;
}

.contact__block {
    display: flex;
    width: 45%;
    flex-wrap: wrap;
}

.contact__block__buttons {
    width: 45%;
}

.contact__info__block {
    width: 50%;
    margin-bottom: 45px;
}

.contact__block__buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact__icon__block a:last-child {
    margin-left: 10px;
}

.contact__block__buttons button:first-child {
    background-color: #FF5001;
    padding: 15px 47px;
    border: none;
    font-size: 24px;
    font-family: Light, sans-serif;
    border-radius: 10px;
    color: white;
    margin-bottom: 54px;
    cursor: pointer;
}
.contact__block__buttons button:first-child:hover{
    background-color: #ff7231;
}
.contact__block__buttons button:last-child {
    background-color: black;
    padding: 15px 43px;
    border: none;
    font-size: 24px;
    font-family: Light, sans-serif;
    border-radius: 10px;
    color: white;
    margin-bottom: 54px;
    cursor: pointer;
}
.contact__block__buttons button:last-child:hover{
    background-color: rgb(48, 48, 48);
}
.contact {
    overflow: hidden;
}

.portfolio {
    overflow: hidden;
}

.portfolio__links__wrapper {
    margin: 49px 0 100px 0;
    display: flex;
    flex-wrap: wrap;
}

.portfolio__link {
    width: 15%;
    padding: 20px 20px;
    background-color: black;
    border-radius: 10px;
    color: white;
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: Regular, sans-serif;
    margin: 10px 5px 0 5px;
    border: none;
    cursor: pointer;
}

.portfolio__link:hover {
    background-color: #FF5000;
}

.portfolio__title {
    font-family: Bold, sans-serif;
    font-size: 36px;
}

.page__mini__title {
    margin-top: 100px;
    margin-bottom: 60px;
    font-family: Bold, sans-serif;
    font-size: 24px;
}

.portfolio__description {
    margin-top: 33px;
    font-family: Light, sans-serif;
    font-size: 20px;
}

.portfolio__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px 0
    /*justify-content: space-between;*/
}

.portfolio__wrapper .portfolio__block:nth-child(even) {
    margin-left: 1.5%;
}

.portfolio__wrapper .portfolio__block.about_block{
    width: 100%;
    margin-bottom: 10px;
}
.portfolio__block.about_block::before{
   top:60%;
   left: 80%;
}
.portfolio__block__inner.about-page{
    top:30%;
}
.portfolio__block {
    width: 49%;
    position: relative;
    margin-bottom: 1%;
    overflow: hidden;
    border-radius: 10px;
    background-color: #000;
}

.portfolio__block:before {
    content: url("../img/lap.png");
    position: absolute;
    top: 80%;
    left: 88%;
    z-index: 3;
}

.portfolio__block img {
    width: 100%;
    height: 100%;
    transition: 1s;
    opacity: 0.7;
}

.portfolio__block img:hover {
    transform: scale(1.2);
}

.portfolio__block__inner {
    position: absolute;
    top: 75%;
    left: 5%;
}

.portfolio__block__title {
    font-size: 16px;
    color: white;
    font-family: Bold, sans-serif;
    text-decoration: underline;
}

.portfolio__block__desc {
    font-size: 14px;
    font-family: Light, sans-serif;
    color: white;
    width: 80%;
}

.portfolio__long__block {
    position: relative;
    margin-bottom: 2%;
    overflow: hidden;
    border-radius: 10px;
}

.portfolio__long__block img:hover {
    transform: scale(1.2);
}

.portfolio__long__block img {
    transition: 1s;
}

.portfolio__long__block__inner {
    position: absolute;
    top: 85%;
    left: 3%;
}

.support {
    overflow: hidden;
    position: relative;
}

.support:after {
    content: url("../img/support_booble_1.png");
    top: 75%;
    left: -15%;
    position: absolute;
    z-index: -2;
}

.support:before {
    content: url("../img/support_booble_2.png");
    top: 25%;
    left: 85%;
    position: absolute;
    z-index: -2;
}

.support__info {
    margin: 100px 0 100px 8%;
    font-family: Light, sans-serif;
    font-size: 16px;
    width: 60%;
}

.what__we__do__support {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.what__we__do__title__support {
    font-family: Bold, sans-serif;
    font-size: 20px;
    margin: 0 0 24px 20px;
}

.we__won__partners_block_logos {
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    position: relative;
    justify-content: space-between;
}

.we__won__partners_block_logos::before {
    content: url("../img/table.png");
    position: absolute;
    top: 4%;
    left: -13%;
}

.we__won__partners_block_logos img {
    width: 100px;
    margin: 0 50px 30px 0;
    filter: grayscale(1);
    /* Черно-белый фильтр для изображения */
    transition: 1s;
    /* Время изменения цвета изображения */
}

.we__won__partners_block_logos img:hover {
    filter: grayscale(0);
    /* Цветное изображение при наведении */
}

.advantage__support__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 65px 0 250px 0;
}

.advantage__title {
    font-family: Light, sans-serif;
    font-size: 20px;
    display: flex;
    align-items: center;
    width: 49%;
}

.advantage__title:before {
    content: url("../img/lap.png");
    margin-right: 15px;
}

.burger {
    width: 40px;
    height: 25px;
    cursor: pointer;
    position: relative;
    display: none;
    z-index: 11;
}

.burger__line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: white;
    position: absolute;
    left: 0;
    transition: 0.3s all linear;
}

.burger__line__first {
    top: 0;
}

.burger__line__second,
.burger__line__third {
    top: 50%;
    transform: translateY(-50%);
}

.burger__line__fourth {
    bottom: 0;
}

.burger__active .burger__line__first,
.burger__active .burger__line__fourth {
    opacity: 0;
}

.burger__active .burger__line__second {
    transform: translateY(-50%) rotate(45deg);
    background-color: black;
}

.burger__active .burger__line__third {
    transform: translateY(-50%) rotate(-45deg);
    background-color: black;
}

.ride__menu {
    width: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 100%;
    transition: 0.3s all linear;
}

.ride__menu.show {
    left: 0;
}

.ride__logo {
    margin-top: 20px;
    margin-bottom: 32px;
}

.ride__tel {
    display: block;
    font-family: Bold, sans-serif;
    font-size: 16px;
    margin-bottom: 4px;
}

.ride__links {
    display: flex;
    position: relative;
}
.ride__links a:nth-child(n+2) {
    margin-left: 20px;
}

.ride__links img {
    margin-left: 5px;
}

.ride__line {
    border-bottom: 1px solid black;
    width: 25%;
    margin-bottom: 60px;
}

.ride__links__block {
    display: flex;
    flex-direction: column;
}

.ride__link {
    font-family: Bold, sans-serif;
    font-size: 36px;
    margin-bottom: 15px;
    color: #222222;
    position: relative;
}
.ride__link a{
    text-decoration: underline;
    color: #222222;
}
.link__list:after {
    position: absolute;
    top: 0;
    content: url("../img/Expand Arrow.png");
}

.ride__child__link {
    display: block;
    font-size: 20px;
    margin: 10px 0 10px 20px;
}


/* кнопка вверх */

.back_to_top {
    position: fixed;
    bottom: 80px;
    right: 40px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border-radius: 2px;
    display: none;
}

.back_to_top:hover {
    background: #e9ebec;
}

.back_to_top-show {
    display: block;
}


/*=======================*/

.content-inline {
    display: flex;
}

.price-image {
    height: 160px;
}


/* form-questions*/

.form__question__container {
    background-color: #FF5000;
    border-radius: 10px;
    margin: 30px 0 60px 0;
}

.form__question__container .form-text {
    color: white;
    width: 40%;
}

.form__question__container .form-text h3 {
    font-size: 20px;
    font-weight: 800;
    font-family: Bold, sans-serif;
}

.form__question__container .form-text p {
    font-size: 16px;
    font-family: Light, sans-serif;
}

.form-question {
    padding: 30px;
    display: flex;
}

.form-question input {
    background-color: #D9D9D9;
    border-radius: 10px;
    border: none;
    margin-left: 10px;
    width: 20%;
}

.form-question input::placeholder {
    padding-left: 10px;
}

.form-question input:focus {
    padding-left: 10px;
}

.form-question button {
    border: white solid 1px;
    border-radius: 10px;
    background-color: rgba(255, 0, 0, 0);
    color: white;
    margin-left: 10px;
    width: 10%;
}

.form-question button:hover {
    background-color: rgba(0, 0, 0, 1);
    border: none;
    cursor: pointer;
}


/* ============================================== */


/* ================ price-page ====================== */

.price__page__description {
    font-size: 20;
    font-family: Light, serif;
}

.price__page__description li {
    display: flex;
    align-items: center;
}

.price__page__description a {
    text-decoration: underline;
}

.price__description__image {
    width: 30px;
}

.price-filter {
    margin-bottom: 30px;
}

.price-filter button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
}

.price-page {
    width: 31%;
    text-align: center;
}

.price-page .what__we__do__title {
    width: 90%;
}

.price-page .what__we__do__desc {
    width: 90%;
    margin: 10px 5px 30px 15px;
    text-align: center;
}

.price-page .what__we__do__support {
    justify-content: center;
}

.price-for {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
    font-family: Bold, serif;
}

.load__more__container button {
    width: 100%;
    padding: 20px 0 20px 0;
    background-color: black;
    color: white;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

.load__more__container button:hover {
    background-color: #FF5000;
}


/* =========================================== */


/* ======================= CARD ==================== */

.card-video {
    display: flex;
}

.card-video .our__works__poster {
    width: 100%;
}

.card-video .our__works__play {
    left: 35%;
    top: 18%;
}

.in__block__previe__video {
    display: flex;
    width: 500px;
    margin: 0 auto;
}

.in__block__previe__video img:not(:first-child) {
    padding-left: 10px;
}

.in__block__previe__video img {
    width: 100%;
}

.what__include {
    padding-left: 30px;
    width: 30%;
}

.what__include h3 {
    font-size: 24px;
    font-family: Bold, serif;
}

.price__in__card {
    display: flex;
    width: 20%;
    flex-direction: column;
    border: #FF5000 solid 2px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    height: 200px;
    margin-left: 60px;
    padding: 30px;
}

.price__in__card .some_price {
    font-size: 26px;
    font-family: Bold, serif;
    text-align: center;
}

.price__in__card .term {
    font-size: 20px;
    font-family: light, serif;
    text-align: center;
}

.price__in__card .checkout {
    background-color: black;
    border: none;
    border-radius: 10px;
    color: white;
    margin-top: 30px;
    padding: 10px 0 10px 0;
    font-family: Bold, serif;
    font-size: 20px;
    cursor: pointer;
}

.price__in__card .brief {
    background-color: #FF5000;
    border: none;
    border-radius: 10px;
    color: white;
    margin-top: 10px;
    padding: 10px 0 10px 0;
    font-family: Bold, serif;
    font-size: 20px;
    cursor: pointer;
}

.price__in__card .brief:hover {
    background-color: #ff0000;
}

.price__in__card .checkout:hover {
    background-color: #00af00;
}


/* Табы */

.tab-description {
    margin: 30px 0 30px 0;
    width: 800px;
}

.tab-description>input[type="radio"] {
    display: none;
}

.tab-description>div {
    /* скрыть контент по умолчанию */
    display: none;
    border: none;
    background-color: #D9D9D9;
    font-family: light, serif;
    border-radius: 0px 10px 10px 10px;
    padding: 10px 15px;
    font-size: 16px;
}


/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */

#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3 {
    display: block;
}

.tab-description>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border-radius: 10px 10px 0 0;
    background-color: #FF5000;
    color: white;
    padding: 5px 10px;
    font-size: 24px;
    font-family: light, serif;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
}

.tab-description>label:not(:first-of-type) {
    border-left: none;
}

.tab-description>input[type="radio"]:checked+label {
    background-color: #D9D9D9;
    color: black;
    font-family: Bold, serif;
}


/* ===== */

.additional-header {
    font-family: Bold, serif;
    font-size: 24px;
    margin: 30px 0 30px 0
}

.card .what__we__do__wrapper {
    margin-bottom: 30px;
}


/* ========================================== */


/* ===============PAGINATION ===============*/

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.active {
    padding: 10px;
    background-color: #FF5000;
    color: white;
    border-radius: 10px;
}

.number {
    padding: 15px;
    border: #FF5000 solid 1px;
    border-radius: 10px;
    margin-left: 5px;
}

.number:hover {
    background-color: black;
    color: white;
}


/* ==============================*/


/* =============== PROJECT ================*/

.block__inside__info {
    background-color: black;
    padding: 50px;
    margin-top: 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.project-title {
    color: white;
    font-family: Bold, serif;
    font-size: 24px;
    padding-top: 30px;
}

.project-description {
    color: white;
    font-family: light, serif;
    font-size: 16px;
    padding-top: 15px;
}

.fonts {
    margin: 30px 0 30px 0;
}

.color-square {
    margin: 30px 5px 30px 5px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.fonts .bold {
    color: white;
    font-size: 24px;
    font-family: Bold, serif;
    padding-top: 10px;
}

.fonts .regular {
    color: white;
    font-size: 24px;
    font-family: Regular, serif;
    padding-top: 10px;
}

.fonts .light {
    color: white;
    font-size: 24px;
    font-family: light, serif;
    padding-top: 10px;
}

.color-block {
    display: flex;
    margin-top: 10px;
}

.color-block .black {
    background-color: black;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: white 1px solid;
}

.color-square {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: white 1px solid;
}

.color-block .white {
    background-color: rgb(255, 255, 255);
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-left: 10px;
}

.screen-forms {
    display: flex;
    flex-wrap: wrap;
}

.screen-forms img {
    width: 100%;
}

.block-forms:not(:first-child) {
    margin-left: 20px;
}

.block-forms img {
    margin-top: 10px;
}

.screen-project img {
    margin-top: 30px;
    justify-content: center;
    width: 30%;
}

.screen-project {
    display: flex;
    flex-direction: column;
}

.mobile-screen {
    display: flex;
    flex-direction: column;
}

.mobile-screen img {
    margin-top: 30px;
    justify-content: center;
}


/* ================== Выпадаюищий список ================ */

.drop-down {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.drop-down a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown:hover .drop-down {
    display: block;
}

.drop-down a:hover {
    background-color: rgb(39, 39, 39);
}


/* =========== Поиск ================= */

.search__block {
    background-color: #fff;
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
}

.search__block .close-search {
    font-size: 36px;
    margin-top: 50px;
}

.search_show {
    display: block;
}

.close-search {
    float: right;
    cursor: pointer;
    font-family: light, serif;
}

.search-content {
    position: absolute;
    top: 40%;
    left: 30%;
    width: 100%;
}

.search-content h3 {
    font-size: 36px;
    font-family: Bold, serif;
}

.search-content input {
    width: 30%;
    margin-top: 30px;
    height: 50px;
    background-color: #ddd;
    border-radius: 10px;
    border: none;
}

.search-content input::placeholder {
    padding-left: 10px;
    font-size: 20px;
}

.search-content button {
    background-color: #FF5000;
    border-radius: 10px;
    border: none;
    color: white;
    padding: 15px;
    margin-left: 10px;
    font-size: 20px;
    width: 100px;
}

.search-content button:hover {
    background-color: #000;
    cursor: pointer;
}


/* =================== About ================ */

.block__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block__left__content {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin-left: 5%;
    position: relative;
}

.block__right__content {
    width: 300px;
    position: relative;
}

.text-content {
    margin-left: 20px;
}

.title-content {
    font-size: 20px;
    color: #000;
    font-family: Bold, serif;
    padding: 15px 0 15px 0;
}

.description-content {
    font-family: light, serif;
    font-size: 16px;
}

.number-content {
    padding: 15px;
    border-radius: 100%;
    color: white;
    background-color: #FF5000;
    width: 10%;
    height: 20%;
    text-align: center;
    font-size: 20px;
    font-family: Bold, serif;
    position: relative;
}

.line-first {
    height: 70px;
    background-color: #FF5000;
    width: 15px;
    margin-left: 20px;
    border-radius: 10px;
    position: absolute;
    top: 25%;
    left: 0%;
}

.circle {
    padding: 5px;
    width: 20px;
    height: 20px;
    background-color: #FF5000;
    border-radius: 100%;
    position: relative;
    vertical-align: text-top;
    color: white;
    font-family: Bold, serif;
    text-align: center;
}
.year {
    font-family: Bold, serif;
}

.year-desc {
    font-family: light, serif;
}

.year-line {
    height: 240px;
    width: 18px;
    background-color: #FF5000;
    margin-left: 40%;
    position: absolute;
    top: 7%;
    left: -38%;
}

.year-block {
    display: flex;
    margin: 15px 0 15px 0;
}

.history-block {
    display: flex;
}

.top-margin {
    margin-top: 60px;
}

.block__404 {
    padding-top: 130px;
    padding-bottom: 58px;
    position: relative;
}

.text__404 {
    font-size: 260px;
    font-family: Bold, sans-serif;
    color: #FF5001;
    opacity: 0.3;
    margin-left: 20%;
}

.warning__404 {
    font-size: 40px;
    font-family: Black, sans-serif;
    color: black;
    margin-bottom: -20px;
}

.img__404 {
    position: absolute;
    top: 20%;
    left: 45%;
}

.mb_b_40 {
    margin-bottom: 40px;
}

.btn-service {
    position: relative;
    margin-bottom: 30px;
}

.btn__add__more {
    background: var(--orange);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 20px 50px 20px 50px;
    cursor: pointer;
    margin: 30px 0 30px 40%;
}

.btn__add__more:hover {
    background: #000;
}

.filter__btn.activate {
    border-bottom: 1px solid black;
}

.tag__btn.activate {
    border-bottom: 1px solid black;
}


/* ============ Странцица посты ==============*/

.posts-container {
    margin: 50px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-card {
    width: 27%;
    padding: 30px;
    border: solid 1px #FF5000;
    border-radius: 10px;
    margin-top: 20px;

}

.post-card img {
    width: 100%;
}

.post-card h2 {
    font-family: Bold, sans-serif;
    font-size: 20px;
    padding: 10px 0 10px 0;
}

.post-card p {
    font-family: Light, sans-serif;
    font-size: 14px;
    padding: 5px 0 5px 0;
}

.post-card span {
    font-size: 12px;
    font-family: Light, sans-serif;
    font-style: italic;
}

.read_more {
    margin: 20px 0 10px 0;
}

.post-card a {
    color: white;
    background: var(--orange);
    padding: 10px;
    border-radius: 10px;
}

.post-card a:hover {
    background: #000;
}

.date-post {
    font-size: 14px;
    font-family: Light, sans-serif;
    font-style: italic;
}

.post-text {
    font-family: Light, sans-serif;
    margin: 50px 0 50px 0;
}

.post-container {
    display: flex;
    flex-wrap: wrap;
}

.left-container {
    width: 67%;
    padding: 0 30px 0 0;
}

.right-container {
    width: 28%;
    padding: 0 0 0 30px;
}

.right-container img {
    width: 100%;
}

.right-container h2 {
    font-family: Bold, sans-serif;
    padding-bottom: 30px;
    font-size: 24px;
}

.post-title {
    text-align: left;
    padding-top: 30px;
}

.post-anons {
    text-align: left;
}

.latest-post {
    border: solid 1px #FF5000;
    border-radius: 10px;
    padding: 20px;
    margin: 10px 0 10px 0;
}

.latest-post h2 {
    font-size: 20px;
    padding: 20px 0 10px 0;
}

.latest-post p {
    font-family: Light, sans-serif;
    margin-bottom: 30px;
}

.latest-post a {
    color: white;
    background: var(--orange);
    padding: 10px;
    border-radius: 10px;
}

.latest-post a:hover {
    background: #000;
}
.post-text h2{
    font-size: 26px;
    font-weight: bold;
    padding-top: 10px;
}
.post-text h3{
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 10px 0;
}
.post-image img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.container__menu{
    padding: 30px 0 30px 50px;
}
.block-contacts{
    margin-top: 20px;
}
.block-contacts span{
    font-family: Bold, sans-serif;
    font-size: 18px;
}
.mobile-menu{
    color:rgb(20, 20, 20);
    padding: 10px 0 10px 10px;
}
.block-contacts-info{
    margin: 10px 0 10px 0;
}
.category-btn{
    position: relative;
    margin-bottom: 30px;
}
.about-header{
    margin: 10px 0 20px 0;
    font-size: 20px;
    font-family: Bold, sans-serif;
}
.brand-image{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 20px 0;
}
.brand-image img{
    width: 150px;
    height: 80px;
    padding: 10px;
    border-radius: 20px;
    object-fit: contain;
}

.card-container{
    display: flex;
    flex-wrap: wrap;
}
.profile-card{
    width: 200px;
    padding: 10px;
}
.profile-card img{
    width: 200px;
    border-radius: 10%;
}
.profile-card span{
    font-family: Light, sans-serif;
    color:rgb(119, 119, 119);
    font-size: 14px;
}
.profile-card h3{
    font-family: Bold, sans-serif;
    font-size: 22px;
}
.double__header{
    margin-top: 50px;
}
.whatsapp-button {
    background: #25D366;
    border: 3px solid #1cc15a;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(7, 206, 112, 0.6);
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 5%;
    bottom: 8%;
    z-index: 9999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.whatsapp-button .text-button {
     height:68px;
     width:68px;        
     border-radius:50%;
     position:relative;
     overflow:hidden;
}
.whatsapp-button .text-button span {
 text-align: center;
 color:#23a455;
 opacity: 0;
 font-size: 0;
     position:absolute;
     right: 8px;
     top: 27px;
 line-height: 14px;
     font-weight: 600;
 transition: opacity .3s linear;
 font-family: 'montserrat', Arial, Helvetica, sans-serif;
}
.whatsapp-button .text-button:hover span {
 opacity: 1;
     font-size: 11px;
}
.whatsapp-button:hover i {
     display:none;
}
.whatsapp-button:hover {
     z-index:1;
     background:#fff;
     color:transparent;
     transition:.3s;
}
.whatsapp-button:hover i {
     color:#25D366;
     font-size:44px;
     transition:.3s;
}
.whatsapp-button i {
     color:#fff;
     font-size:44px;
     transition:.3s;
     line-height: 66px;transition: .5s ease-in-out;
     animation: 1200ms ease 0s normal none 1 running shake;
     animation-iteration-count: infinite;
     -webkit-animation: 1200ms ease 0s normal none 1 running shake;
     -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes hoverWave {
     0% {
     box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
40% {
     box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
80% {
     box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
}
100% {
     box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
}
}@keyframes hoverWave {
     0% {
     box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 0 rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
40% {
     box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 15px rgba(7,206,112,0.2),0 0 0 0 rgba(7,206,112,0.2)
}
80% {
     box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 26.7px rgba(7,206,112,0.067)
}
100% {
     box-shadow:0 8px 10px rgba(7,206,112,0.3),0 0 0 30px rgba(7,206,112,0),0 0 0 40px rgba(7,206,112,0.0)
}
}
@keyframes shake {
0% {
 transform: rotateZ(0deg);
     -ms-transform: rotateZ(0deg);
     -webkit-transform: rotateZ(0deg);
}
10% {
 transform: rotateZ(-30deg);
     -ms-transform: rotateZ(-30deg);
     -webkit-transform: rotateZ(-30deg);
}
20% {
 transform: rotateZ(15deg);
     -ms-transform: rotateZ(15deg);
     -webkit-transform: rotateZ(15deg);
}
30% {
 transform: rotateZ(-10deg);
     -ms-transform: rotateZ(-10deg);
     -webkit-transform: rotateZ(-10deg);
}
40% {
 transform: rotateZ(7.5deg);
     -ms-transform: rotateZ(7.5deg);
     -webkit-transform: rotateZ(7.5deg);
}
50% {
 transform: rotateZ(-6deg);
     -ms-transform: rotateZ(-6deg);
     -webkit-transform: rotateZ(-6deg);
}
60% {
 transform: rotateZ(5deg);
     -ms-transform: rotateZ(5deg);
     -webkit-transform: rotateZ(5deg);
}
70% {
 transform: rotateZ(-4.28571deg);
     -ms-transform: rotateZ(-4.28571deg);
     -webkit-transform: rotateZ(-4.28571deg);
}
80% {
 transform: rotateZ(3.75deg);
     -ms-transform: rotateZ(3.75deg);
     -webkit-transform: rotateZ(3.75deg);
}
90% {
 transform: rotateZ(-3.33333deg);
     -ms-transform: rotateZ(-3.33333deg);
     -webkit-transform: rotateZ(-3.33333deg);
}
100% {
 transform: rotateZ(0deg);
     -ms-transform: rotateZ(0deg);
     -webkit-transform: rotateZ(0deg);
}
}
@-webkit-keyframes shake {
0% {
 transform: rotateZ(0deg);
     -ms-transform: rotateZ(0deg);
     -webkit-transform: rotateZ(0deg);
}
10% {
 transform: rotateZ(-30deg);
     -ms-transform: rotateZ(-30deg);
     -webkit-transform: rotateZ(-30deg);
}
20% {
 transform: rotateZ(15deg);
     -ms-transform: rotateZ(15deg);
     -webkit-transform: rotateZ(15deg);
}
30% {
 transform: rotateZ(-10deg);
     -ms-transform: rotateZ(-10deg);
     -webkit-transform: rotateZ(-10deg);
}
40% {
 transform: rotateZ(7.5deg);
     -ms-transform: rotateZ(7.5deg);
     -webkit-transform: rotateZ(7.5deg);
}
50% {
 transform: rotateZ(-6deg);
     -ms-transform: rotateZ(-6deg);
     -webkit-transform: rotateZ(-6deg);
}
60% {
 transform: rotateZ(5deg);
     -ms-transform: rotateZ(5deg);
     -webkit-transform: rotateZ(5deg);
}
70% {
 transform: rotateZ(-4.28571deg);
     -ms-transform: rotateZ(-4.28571deg);
     -webkit-transform: rotateZ(-4.28571deg);
}
80% {
 transform: rotateZ(3.75deg);
     -ms-transform: rotateZ(3.75deg);
     -webkit-transform: rotateZ(3.75deg);
}
90% {
 transform: rotateZ(-3.33333deg);
     -ms-transform: rotateZ(-3.33333deg);
     -webkit-transform: rotateZ(-3.33333deg);
}
100% {
 transform: rotateZ(0deg);
     -ms-transform: rotateZ(0deg);
     -webkit-transform: rotateZ(0deg);
}
}

.contact__block_private{
    width: 100%;
    font-family: light, sans-serif;
}