.header {
    padding-top: 30px
}

@media(max-width: 1280px) {
    .header {
        padding-top: 50px
    }
}

.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px
}

@media(max-width: 1280px) {
    .nav-top {
        position: relative;
        z-index: 1;
        margin-bottom: 25px
    }
}

.nav-top__list {
    display: flex;
    align-items: center;
    column-gap: 50px
}

@media(max-width: 1280px) {
    .nav-top__list {
        column-gap: unset
    }
}

.nav-top__link {
    display: flex;
    align-items: center;
    column-gap: 10px;
    color: #000;
    transition: .3s ease-out
}

.nav-top__link:hover {
    color: #06f
}

.nav-top__item {
    font-size: 18px;
    font-weight: 500
}

@media(max-width: 1280px) {
    .nav-top__item-text {
        display: none
    }
}

@media(max-width: 1280px) {
    .nav-top__item-map {
        display: none
    }
}

.nav-top__btn {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 100.9%;
    transition: .3s ease-out
}

.nav-top__btn::after {
    position: absolute;
    content: "";
    width: calc(100% - 3px);
    height: 2px;
    background: linear-gradient(51deg, #06F 0%, #004FC6 100%);
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px
}

.nav-top__btn:hover {
    color: #06f
}

@media(max-width: 1280px) {
    .nav-top__btn {
        margin-right: 32px;
        font-size: 20px
    }
}

.tel-item {
    display: flex;
    column-gap: 10px;
    color: #242424
}

@media(max-width: 1280px) {
    .tel-item {
        display: none;
        margin-right: 30px
    }
}

.tel {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 34px;
    min-height: 45px;
    background: linear-gradient(51deg, #06F 0%, #004FC6 100%);
    color: #e7f0f8;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    z-index: 1
}

.tel::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0999ff;
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: .3s ease-out
}

.tel:hover::after {
    opacity: unset
}

@media(max-width: 1280px) {
    .tel-btn {
        display: none
    }
}

.home {
    display: flex;
    align-items: center;
    color: #242424;
    line-height: 100.9%;
    column-gap: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: .3s ease-out
}

@media(max-width: 1280px) {
    .home__text {
        display: none
    }
}

.home:hover {
    color: #06f
}

.nav-middle {
    padding: 26px 30px;
    background: linear-gradient(51deg, #06F 0%, #004FC6 100%);
    border-radius: 12px;
    margin-bottom: 30px
}

@media(max-width: 1317px) {
    .nav-middle {
        padding: 26px 15px
    }
}

@media(max-width: 1280px) {
    .nav-middle {
        position: fixed;
        left: 0;
        right: 0;
        top: 109px;
        bottom: 0;
        background: #e7f0f8;
        overflow-y: auto;
        padding: 0 25px 50px 25px;
        margin-bottom: unset;
        transform: translateX(100%);
        transition: .3s ease-out;
        z-index: 2;
        border-radius: unset
    }

    .nav-middle--show {
        transform: translateX(0);
        max-width: 100vw;
    }
}

.nav-middle__top {
    display: none;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 37px
}

@media(max-width: 1280px) {
    .nav-middle__top {
        display: flex
    }
}

.nav-middle__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 100.9%;
    color: #242424
}

.nav-middle__btn {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 100.9%
}

.nav-middle__btn::after {
    position: absolute;
    content: "";
    width: calc(100% - 3px);
    height: 2px;
    background: linear-gradient(51deg, #06F 0%, #004FC6 100%);
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px
}

.nav-middle__list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 1280px) {
    .nav-middle__list {
        flex-direction: column;
        align-items: unset;
        row-gap: 40px;
        margin-bottom: 176px
    }
}

@media(max-width: 1280px) {
    .nav-middle__item {
        display: flex;
        justify-content: space-between;
        column-gap: 15px
    }
}

.nav-middle__icon {
    display: none
}

@media(max-width: 1280px) {
    .nav-middle__icon {
        display: unset
    }
}

.nav-middle__link {
    font-size: 18px;
    font-weight: 600;
    line-height: 100.9%;
    color: #e7f0f8;
    transition: .5s ease-out
}

.nav-middle__link:hover {
    color: aqua;
    transition: .5s ease-out
}

@media(max-width: 1280px) {
    .nav-middle__link {
        font-weight: 500;
        color: #242424;
        width: 100%
    }

    .nav-middle__link:hover {
        color: #06f;
        transition: .5s ease-out
    }
}

.nav-middle__text {
    font-size: 20px
}

.nav-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px
}

@media(max-width: 1280px) {
    .nav-bottom {
        margin-bottom: 20px
    }
}

.nav-bottom__link {
    font-size: 18px;
    line-height: 100.9%;
    font-weight: 500;
    color: #7f8c98;
    transition: .3s ease-out
}

.nav-bottom__link:hover {
    color: #242424;
    transition: .3s ease-out
}

@media(max-width: 1280px) {
    .nav-bottom__link {
        font-size: 12px
    }
}

.nav-bottom__line {
    width: 1px;
    height: 13px;
    background-color: #06f
}

@media(max-width: 1280px) {
    .nav-bottom__line {
        height: 8px
    }
}

.tel-mobile {
    display: none;
    width: 35px;
    height: 35px;
    margin-right: 20px
}

@media(max-width: 1280px) {
    .tel-mobile {
        display: unset
    }
}

.burger {
    display: none
}

@media(max-width: 1280px) {
    .burger {
        display: unset
    }
}

.burger-btn {
    width: 35px;
    height: 35px;
    background-color: #06f;
    padding: 4px;
    font-size: 0;
    border-radius: 5px
}

@media(max-width: 1280px) {
    .burger-btn {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.tel-btn-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 16px
}

@media(max-width: 1280px) {
    .tel-btn-mobile {
        display: flex
    }
}

.show {
    display: unset
}

.hide {
    display: none
}

.contacts {
    margin-bottom: 80px
}

@media(max-width: 1280px) {
    .contacts {
        margin-bottom: 50px
    }
}

.contacts__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 100.9%;
    color: #242424;
    margin-bottom: 25px
}

@media(max-width: 1280px) {
    .contacts__title {
        font-size: 20px;
        margin-bottom: 20px
    }
}

.contacts__input-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 40px
}

@media(max-width: 1280px) {
    .contacts__input-wrapper {
        margin-bottom: 25px
    }
}

.contacts__input {
    padding-bottom: 10px;
    padding-left: 7px;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 2px solid #06f;
    color: #000;
}

.contacts__input::placeholder {
    color: #7F8C98;
}

@media(max-width: 1280px) {
    .contacts__input {
        font-size: 14px;
        padding-left: 5px
    }
}

.contacts-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 80px
}

@media(max-width: 663px) {
    .contacts-top {
        flex-direction: column;
        flex-wrap: unset
    }

    .contacts-top:nth-child(3) {
        order: -1
    }

    .contacts-top:nth-child(1) {
        order: -1
    }
}

.contacts-top__item {
    display: flex;
    flex-direction: column;
    row-gap: 20px
}

@media(max-width: 1280px) {
    .contacts-top__item {
        row-gap: 10px
    }
}

@media(max-width: 663px) {
    .contacts-top__item:nth-child(3) {
        order: -1
    }

    .contacts-top__item:nth-child(1) {
        order: -1
    }
}

.contacts-top__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 100.9%;
    order: -1
}

@media(max-width: 1280px) {
    .contacts-top__title {
        display: flex;
        column-gap: 10px;
        align-items: center;
        font-size: 16px
    }
}

.contacts-top__address {
    max-width: 359px;
    display: flex;
    align-items: flex-start;
    column-gap: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 100.9%;
    color: #242424
}

@media(max-width: 1280px) {
    .contacts-top__address {
        font-size: 14px
    }
}

.contacts-top__tel {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 100.9%;
    color: #242424
}

@media(max-width: 1280px) {
    .contacts-top__tel {
        font-size: 14px
    }
}

.contacts-top__workhours {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 100.9%;
    color: #242424;
    order: -1
}

@media(max-width: 1280px) {
    .contacts-top__workhours {
        font-size: 14px
    }
}

.contacts-top__mail {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 100.9%;
    color: #242424
}

@media(max-width: 1280px) {
    .contacts-top__mail {
        font-size: 14px
    }
}

.contacts-bottom {
    display: flex;
    column-gap: 123px
}

@media(max-width: 1280px) {
    .contacts-bottom {
        display: block
    }
}

.contacts-bottom__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 100.9%;
    margin-bottom: 30px
}

@media(max-width: 1280px) {
    .contacts-bottom__title {
        font-size: 18px;
        margin-bottom: 22px
    }
}

.contacts-bottom__left {
    width: 100%;
    max-width: 460px
}

@media(max-width: 1280px) {
    .contacts-bottom__left {
        max-width: unset;
        margin-bottom: 50px
    }
}

.contacts-bottom__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #06f;
    border-radius: 8px;
    padding: 13px 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100.9%;
    color: #fffcfb;
    min-height: 50px;
    transition: .3s ease-out
}

@media(max-width: 1280px) {
    .contacts-bottom__btn {
        font-size: 16px;
        padding: 10px 10px;
        min-height: unset;
        border-radius: 6px
    }
}

.contacts-bottom__btn:hover {
    background-color: #0999ff;
    transition: .3s ease-out
}

.contacts-bottom__list {
    display: flex;
    flex-direction: column;
    row-gap: 7px
}

@media(max-width: 1280px) {
    .contacts-bottom__list {
        row-gap: 10px
    }
}

.contacts-bottom__item {
    font-size: 22px;
    font-weight: 500
}

@media(max-width: 1280px) {
    .contacts-bottom__item {
        font-size: 16px
    }
}

@media(max-width: 1280px) {
    .contacts-icon {
        display: none
    }
}

.contacts-mobile-icon {
    display: none
}

@media(max-width: 1280px) {
    .contacts-mobile-icon {
        display: unset
    }
}

@media(max-width: 1280px) {
    .requisites-title {
        margin-bottom: 15px
    }
}

.footer__link {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 100.9%;
    column-gap: 10px;
    color: #242424;
    font-size: 16px;
    transition: .3s ease-out
}

.footer__link:hover {
    color: #06f;
    transition: .3s ease-out
}

.footer-top {
    background-color: #cbe6ff
}

.footer-top__items {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 52px 0 48px 0;
    margin-bottom: 2px
}

@media(max-width: 1280px) {
    .footer-top__items {
        flex-direction: column;
        row-gap: 20px;
        align-items: unset;
        padding: 25px 0 25px 0
    }
}

.footer-top__start {
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

@media(max-width: 1280px) {
    .footer-top__start {
        row-gap: 20px
    }
}

.footer-top__item {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 100.9%
}

@media(max-width: 1280px) {
    .footer-top__item {
        font-size: 14px
    }
}

.footer-top__links {
    display: flex;
    justify-content: space-between;
    column-gap: 169px
}

@media(max-width: 1440px) {
    .footer-top__links {
        column-gap: 130px
    }
}

@media(max-width: 1317px) {
    .footer-top__links {
        column-gap: 100px
    }
}

@media(max-width: 1280px) {
    .footer-top__links {
        display: block
    }
}

.footer-top__info {
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

@media(max-width: 1280px) {
    .footer-top__info {
        row-gap: 10px
    }
}

.footer-links {
    display: flex;
    flex-direction: column;
    row-gap: 14px
}

@media(max-width: 1280px) {
    .footer-links {
        row-gap: 12px
    }
}

.footer-links__link {
    font-size: 22px;
    font-weight: 500;
    line-height: 100.9%;
    color: #242424;
    transition: .3s ease-out
}

.footer-links__link:hover {
    color: #06f;
    transition: .3s ease-out
}

@media(max-width: 1280px) {
    .footer-links__link {
        font-size: 14px
    }
}

@media(max-width: 1280px) {
    .footer-links {
        margin-bottom: 12px
    }

    .footer-links:nth-child(2) {
        margin-bottom: 20px
    }
}

.footer-links-right {
    display: flex;
    row-gap: 45px
}

@media(max-width: 1280px) {
    .footer-links-right {
        row-gap: 20px
    }
}

.social {
    display: flex;
    justify-content: flex-end;
    column-gap: 20px
}

@media(max-width: 1280px) {
    .social {
        justify-content: unset
    }
}

.social__item {
    width: 35px;
    height: 35px;
    font-size: 0
}

.social__link {
    display: block;
    transition: .3s ease-out
}

.social__link:hover {
    transform: scale(1.2);
    transition: .3s ease-out
}

.footer-bottom {
    padding: 18px 0 22px 0;
    background-color: #cbe6ff
}

@media(max-width: 1280px) {
    .footer-bottom {
        padding: 25px 0
    }
}

.footer-bottom__items {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 1280px) {
    .footer-bottom__items {
        flex-direction: column;
        align-items: unset;
        row-gap: 13px
    }
}

.footer-bottom__list {
    display: flex;
    justify-content: space-between;
    column-gap: 98px
}

@media(max-width: 1280px) {
    .footer-bottom__list {
        flex-direction: column;
        row-gap: 13px
    }
}

.footer-bottom__copy {
    font-weight: 500;
    color: #242424
}

@media(max-width: 1280px) {
    .footer-bottom__copy {
        font-size: 14px
    }
}

.footer-bottom__link {
    font-weight: 500;
    color: #242424;
    transition: .3s ease-out
}

.footer-bottom__link:hover {
    color: #06f;
    transition: .3s ease-out
}

@media(max-width: 1280px) {
    .footer-bottom__link {
        font-size: 14px
    }
}

@media(max-width: 1280px) {
    .tel-footer {
        max-width: 200px;
        font-size: 14px;
        padding: 0 10px;
        justify-content: center;
        min-height: 35px;
        border-radius: 6px
    }
}

.contacts-bottom__btn:disabled,
.contacts-bottom__btn[disabled] {
    border: 1px solid #cecece;
    background-color: #cecece;
    color: #fff;
}


/*# sourceMappingURL=contacts.css.map */