.header__logo {
    flex-direction: column;
    gap: 5px;
}
.header__logo span {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: rgba(255,255,255, 0.5);
    display: block;
    max-width: 140px;
}
.header__logo:hover {
    text-decoration: none;
}
.header__search {
    padding: 0;
    border: 0;
    background: transparent;
    min-width: 21px;
    max-width: 21px;
    cursor: pointer;
}
.header__search__dropdown__form input::placeholder {
    color: #fff;
}
.header__search img {
    width: 100%;
}
.header__search__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 40px 120px;
    background: #282A36;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease;
}
.header__search__dropdown.show {
    opacity: 1;
    visibility: visible;
}
.header__search__dropdown__close {
    position: absolute;
    top: 40px;
    right: 140px;
    z-index: 5;
    width: 27px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}
.header__search__dropdown__close img {
    width: 100%;
    cursor: pointer;
}
.header {
    z-index: 20;
}
.header__search__dropdown__form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding: 0 0 13px 0;
    gap: 30px;
    border-bottom: 1px solid rgba(255, 251, 251, 0.2);
}
.page__search__form {
    display: flex;
    align-items: flex-start;
    padding: 0 0 13px 0;
    gap: 30px;
    border-bottom: 1px solid rgba(40, 42, 53, 0.2);
    margin-bottom: 60px;
    max-width: 460px;
    width: 100%;
}
.header__search__dropdown__form .input {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    width: 100%;
    outline: none;
}
.page__search__form .input {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: rgba(40, 42, 53, 1);
    width: 100%;
    outline: none;
}
.header__search__dropdown__form .button, .page__search__form .button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    min-width: 16px;
    max-width: 16px;
}
.header__search__dropdown__form .button img {
    width: 100%;
}
.mobile__search {
    margin: 0 0 25px 0;
    padding: 0 0 13px 0;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(255, 251, 251, 0.2);
}
.mobile__search input {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    width: 100%;
    outline: none;
}
.mobile__search input::placeholder {
    color: #fff;
}
.mobile__search .button {
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    min-width: 16px;
    max-width: 16px;
}
.mobile__search .button img {
    width: 100%;
}
.header__email {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    position: relative;
}
.header__email:before {
    content: '';
    position: absolute;
    left: -51px;
    top: 4px;
    width: 21px;
    height: 15px;
    background: url(../img/email.svg) 0 0 no-repeat;
}
.footer__nw {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer__nw__info {
    min-width: 340px;
    max-width: 340px;
}
.footer::after {
    display: none;
}
.footer__nw__info p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: rgba(255,255,255, 0.5);
    margin: 30px 0 0 0;
}
.footer__nw__info__img {
    margin: 30px 0 0 0;
}
.footer__nw__info__img img {
    width: auto;
    max-width: 100%;
}
.footer__nw__menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}
.footer__nw__menu li {
    display: block;
}
.footer__nw__menu li a {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
}
.footer__nw__menu li a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer__nw__contacts {
    min-width: 325px;
    max-width: 325px;
}
.footer__nw__contacts p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    margin: 0 0 14px 0;
}
.footer__nw__contacts p a {
    color: #fff;
    border: 0;
    text-decoration: none;
}
.footer__nw__contacts p a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer__nw__contacts .footer__button {
    display: inline-block;
    margin: 15px 0 30px 0;
    border: solid 1px #2cdbc6;
    background: transparent;
}
.footer__nw__contacts .footer__button:hover {
    border: solid 1px #2cdbc6;
    background: #2cdbc6;
}
.faq__nw {
    max-width: 840px;
    margin: 0 0 100px 0;
}
.faq__nw__item {
    padding: 0;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #D9D9D9;
}
.faq__nw__item:last-child {
    margin: 0;
}
.faq__nw__item__question {
    margin: 0 0 20px 0;
}
.faq__nw__item__question p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #000;
    margin: 0;
}
.faq__nw__item__answer p {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #282A35;
    margin: 0 0 20px 0;
}
.faq__nw__item__answer ul {
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
}
.faq__nw__item__answer li {
    display: block;
    padding: 0 0 0 20px;
    margin: 0;
    position: relative;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #282A35;
}
.faq__nw__item__answer li:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    width: 4px;
    height: 4px;
    background: #282A35;
    border-radius: 50%;
}
.blog__nw {
    margin: 0 -8px 60px;
    display: flex;
    flex-wrap: wrap;
}
.blog__nw__item {
    margin: 0 8px 40px;
    text-decoration: none;
    display: block;
    width: calc(100% / 3 - 16px);
}
.blog__nw__item__image {
    width: 100%;
    height: 250px;
    display: block;
}
.blog__nw__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog__nw__item__content {
    display: block;
    margin: 20px 20px 0;
}
.blog__nw__item__content .title {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 23px;
    line-height: 100%;
    color: #282A35;
    margin: 0 0 10px 0;
    display: block;
}
.blog__nw__item__content .text {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    display: block;
    margin: 0;
    color: rgba(40, 42, 53, 0.63);
}

@media (max-width: 1279px) {
    .footer__nw__info {
        min-width: 280px;
        max-width: 280px;
    }
    .header__logo span {
        max-width: 130px;
    }
    .footer__nw__contacts {
        min-width: 280px;
        max-width: 280px;
    }
}

@media (max-width: 1199px) {
    .header__search__dropdown {
        padding: 40px;
    }
    .header__search__dropdown__form {
        max-width: 500px;
    }
    .header__search__dropdown__close {
        right: 40px;
    }
}

@media (max-width: 1023px) {
    .header__email {
        display: none;
    }
    .footer__nw {
        flex-direction: column;
    }
    .footer__nw__info {
        min-width: 100%;
        max-width: 100%;
    }
    .footer__nw__contacts {
        min-width: 100%;
        max-width: 100%;
        margin: 20px 0 0 0;
    }
    .footer__nw__menu {
        margin: 20px 0 0;
    }
    .blog__nw__item {
        width: calc(100% / 2 - 16px);
    }
}


@media (max-width: 767px) {
    .blog__nw {
        margin: 0
    }
    .blog__nw__item__content .title {
        font-size: 18px;
    }
    .blog__nw__item {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .blog__nw__item__content {
        margin: 20px 0 0;
    }
    .blog__nw__item__image {
        height: 200px;
    }
    .header__logo span {
        max-width: 190px;
    }
    .header__logo {
        justify-content: center;
        align-items: center;
    }
    .faq__nw__item__question p {
        font-size: 18px;
    }
    .faq__nw {
        margin: 0 0 50px 0;
    }
}
.reviews__box-holder {
    display: flex;
    flex-direction: column;
    gap: 40px;
}