

.promobar {
    background-color: #0f172a !important;
    color: #fff;
    height: 62px;
}

.promobar_socials {
    display: none !important;
}

.promobar_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.promobar_main-text {
    margin-right: 15px;
    line-height: 1;
}

.promobar_main-text .hide {
    display: none;
}

.promobar_main .btn {
    width: 50%;
    height: 33px;
    padding: 0 20px;
    line-height: 1;
}

.promobar_main .btn span {
    position: relative;
    top: 1px;
}

.header {
    background-color: hsl(0deg 0% 100%);
    z-index: 100000;
    will-change: transform;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    padding: 20px 0;
    color: #2b3543;
    position: relative;
    height: 90px;
}

.header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
}

.header.sticky+main {
    margin-top: 90px;
}

.header.opened {
    height: 100vh;
}

.header--pinned {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.header--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

/*.header .nav-item.current,*/
.header .nav-item:focus,
.header .nav-item:hover {
    color: #3d53eb;
}

.header_logo .logo_picture {
    display: flex !important;
   width: 100px !important;
    margin-right: 5px;
}

.header_logo .text {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
}

.header_logo .text .brand {
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #2b3543;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: -7px;
    font-weight: 600;
}

.header_logo .text_secondary {
    position: relative;
    left: 1px;
}

.header_trigger .line {
    width: 30px;
    height: 3px;
    background-color: #485870;
    display: block;
    margin: 4px auto;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.header_trigger.active {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_trigger.active .line:nth-child(1),
.header_trigger.active .line:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.header_trigger.active .line:nth-child(1) {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

.header_trigger.active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(90deg);
    -ms-transform: translateY(-13px) rotate(90deg);
    transform: translateY(-13px) rotate(90deg);
}

.header_trigger.active .line:nth-child(2) {
    width: 0;
}

.header_nav {
    width: 100%;
    text-align: center;
}

.header_nav .promobar_socials {
    margin-top: 20px;
    color: #3d53eb
}

.header_nav .promobar_socials-item {
    font-size: 24px;
    line-height: 1;
    margin-right: 15px;
    position: relative;
    bottom: 0;
    -webkit-transition: bottom .3s;
    -o-transition: bottom .3s;
    transition: bottom .3s
}

.header_nav .promobar_socials-item:last-of-type {
    margin-right: 0
}

.header_nav .promobar_socials-item:focus,
.header_nav .promobar_socials-item:hover {
    bottom: 5px;
}

.header_nav-list {
    font-size: 16px;
    line-height: 1;
    margin-top: 30px;
}

.header_nav-list_item:not(.header_nav-list.dropdown) {
    padding: 20px 0;
}

.header_nav .dropdown-menu .list-item:not(:last-of-type),
.header_nav .dropdown-toggle[aria-expanded=true] {
    padding-bottom: 20px;
}

.header_nav .dropdown-toggle .icon {
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.header_nav-list_item .nav-item{
    color: rgb(71 85 105 / var(--tw-text-opacity, 1)) !important;
    font-size: 16px !important;
}

@media screen and (min-width:575.98px) {
    .promobar_main-text .hide {
        display: inline;
    }

    .promobar_main .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media screen and (min-width:991.98px) {
    .promobar_socials {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .promobar_socials-item {
        font-size: 16px;
        line-height: 1;
        margin-right: 15px;
        position: relative;
        bottom: 0;
        -webkit-transition: bottom .3s;
        -o-transition: bottom .3s;
        transition: bottom .3s;
    }

    .promobar_socials-item:last-of-type {
        margin-right: 0;
    }

    .promobar_socials-item:focus,
    .promobar_socials-item:hover {
        bottom: 5px;
    }

    .promobar_main {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
    }

    .header {
        padding: 0;
        height: 84px;
        font-weight: 700;
        font-size: 16px;
    }

    .header .container {
        height: 100%;
    }

    .header.sticky {
        overflow-y: visible;
    }

    .header.sticky+main {
        margin-top: 84px
    }

    .header_logo {
        position: relative;
        top: 3px;
    }

    .header_trigger {
        display: none;
    }

    .header .nav-item:not(.dropdown-item) {
        height: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .header .nav-item:not(.dropdown-item):after {
        content: '';
        position: absolute;
        width: 100%;
        height: 4px;
        bottom: 0;
        left: 0;
        background: -o-linear-gradient(338.59deg, #ff0844 24.85%, #ff8b67 95.39%);
        background: linear-gradient(111.41deg, #ff0844 24.85%, #ff8b67 95.39%);
        border-radius: 2px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: .4s ease-in-out;
        -o-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
    }

    /*.header .nav-item:not(.dropdown-item).current,*/
    /*.header .nav-item:not(.dropdown-item):focus,*/
    /*.header .nav-item:not(.dropdown-item):hover {*/
    /*    color: #2b3543*/
    /*}*/

    /*.header .nav-item:not(.dropdown-item).current:after,*/
    /*.header .nav-item:not(.dropdown-item):focus:after,*/
    /*.header .nav-item:not(.dropdown-item):hover:after {*/
    /*    -webkit-transform: scale(1);*/
    /*    -ms-transform: scale(1);*/
    /*    transform: scale(1)*/
    /*}*/

    .header_nav {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: unset;
        height: 100%;
    }

    .header_nav .promobar_socials {
        display: none !important;
    }

    .header_nav-list {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        margin-top: 0;
    }

    .header_nav-list_item:not(.header_nav-list.dropdown) {
        padding: 0 17.5px;
        margin-right: 0;
        position: relative;
    }

    .header_nav-list_item:not(.header_nav-list.dropdown):after {
        content: '';
        position: absolute;
        width: 0;
        height: 4px;
        bottom: 0;
        left: 0;
        background: -o-linear-gradient(338.59deg, #ff0844 24.85%, #ff8b67 95.39%);
        background: linear-gradient(111.41deg, #ff0844 24.85%, #ff8b67 95.39%);
        border-radius: 2px;
    }

    /*.header_nav-list_item:not(.header_nav-list.dropdown).current,*/
    /*.header_nav-list_item:not(.header_nav-list.dropdown):focus,*/
    /*.header_nav-list_item:not(.header_nav-list.dropdown):hover {*/
    /*    color: #2b3543*/
    /*}*/

    /*.header_nav-list_item:not(.header_nav-list.dropdown).current:after,*/
    /*.header_nav-list_item:not(.header_nav-list.dropdown):focus:after,*/
    /*.header_nav-list_item:not(.header_nav-list.dropdown):hover:after {*/
    /*    -webkit-transform: scale(1);*/
    /*    -ms-transform: scale(1);*/
    /*    transform: scale(1)*/
    /*}*/

    .header_nav-list_item {
        text-align: center;
        height: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header_nav-list_item:last-of-type {
        margin-right: 0 !important;
    }

    .header_nav .dropdown-menu {
        position: absolute;
        z-index: 100;
        opacity: 0;
        top: calc(100% - 30px);
        max-height: unset;
        text-align: left;
        visibility: hidden;
        padding-top: 10px;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s;
        width: calc(100% + 60px);
    }

    .header_nav .dropdown-menu.active {
        opacity: 1;
        visibility: visible;
    }

    .header_nav .dropdown-menu .list-item:not(:last-of-type) {
        padding-bottom: 25px;
    }

    .header_nav .dropdown-menu .list-item[data-main=true] {
        display: none !important;
    }

    .header_nav .dropdown-list {
        background: #fff;
        -webkit-box-shadow: 0 2px 14px rgba(112, 115, 255, .4);
        box-shadow: 0 2px 14px rgba(112, 115, 255, .4);
        border-radius: 8px;
        padding: 20px;
        margin-top: 32px !important;
    }

    .header_nav .dropdown-toggle[aria-expanded=true] {
        padding-bottom: 0;
    }

    .header_nav .dropdown-toggle .icon {
        margin-left: 10px;
        position: relative;
        top: 1px;
    }
}



.footer {
    background-color: #0f172a !important;
   color: #d0d0d0;
    padding: 60px 0 0;
    position: relative;
}

.footer_block {
    margin-bottom: 30px;
}

.footer_block:last-of-type {
    margin-bottom: 0;
}

.footer_block .logo--footer {
    margin-bottom: 15px;
}

.footer_block .logo--footer .logo_picture {
    width: 42px;
    height: 47px;
    margin-right: 5px;
}

.footer_block .logo--footer .text {
    font-size: 12px;
    margin-bottom: 5px;
    font-weight: 400;
}

.footer_block .logo--footer .text .brand {
    display: block;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #2b3543;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: -7px;
    font-weight: 600;
}

.footer_block .logo--footer .text_secondary {
    position: relative;
    left: 2px;
}

.footer_block-header {
    margin-bottom: 15px;
}

.footer_block-nav_item {
    margin-bottom: 10px;
}

.footer_block-nav_item:last-of-type {
    margin-bottom: 0;
}

.footer_block-list_item {
    max-width: 230px;
    margin-bottom: 15px;
}

.footer_block-list_item:last-of-type {
    margin-bottom: 0;
}

.footer_block-list_item .marker {
    background: #000;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 10px;
}

.footer_block-list_item .link {
    width: calc(100% - 18px);
}

.footer_block-socials {
    font-size: 20px;
    margin: 20px 0 5px;
    color: #d0d0d0;
}

.footer_block-socials_item {
    margin-right: 20px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.footer_block-socials_item:last-of-type {
    margin-right: 0;
}

.footer_block-socials_item:focus,
.footer_block-socials_item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    text-shadow: none;
}

.footer_block-instagram {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.footer_block-instagram_item {
    border-radius: 12px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.footer_block-instagram_item img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.footer_block-instagram_item:focus img,
.footer_block-instagram_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.footer_block .link {
    font-weight: 600;
}

.footer_block .link:focus,
.footer_block .link:hover {
    color: #3d53eb;
    text-shadow: .5px 0 #3d53eb;
}

.footer_block .link--contacts {
    line-height: 1;
}

.footer_block .link--contacts:first-of-type {
    margin-bottom: 15px;
}

.footer_block .link--contacts .icon {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-right: 10px;
}

.footer_block .link--contacts:focus,
.footer_block .link--contacts:hover {
    text-shadow: none;
}

.footer_block .link--contacts:focus .icon,
.footer_block .link--contacts:hover .icon {
    color: #3d53eb;
}

.footer_secondary {
    color: #000;
    padding: 30px 0 60px;
}

.footer_secondary-scroll {
    font-size: 32px;
    line-height: 1;
}

.footer_secondary-copyright {
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
}

@media screen and (min-width:575.98px) {
    .footer_wrapper {
        margin: 0 -15px;
    }

    .footer_block {
        padding: 0 15px;
    }

    .footer_block-list_item:after {
        top: 6px;
    }

    .footer_secondary-copyright {
        margin-top: 0;
    }
}

@media screen and (min-width:767.98px) {
    /*.footer {*/
    /*    padding: 80px 0 0*/
    /*}*/

    .footer_wrapper {
        margin: 0 -20px;
    }

    .footer_block {
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .footer_block-instagram {
        grid-gap: 15px;
    }

    .footer_block[data-order="2"] .footer_block-header {
        margin-bottom: 10px;
    }

    .footer_block[data-order="3"] .footer_block-header {
        margin-bottom: 20px;
    }

    .footer_block[data-order="4"] .footer_block-header {
        margin-bottom: 25px;
    }

    .footer_secondary {
        padding-bottom: 80px;
    }
}

@media screen and (min-width:991.98px) {
    /*.footer {*/
    /*    padding: 120px 0 0*/
    /*}*/

    .footer_wrapper {
        margin: 0;
    }

    .footer_block {
        margin-bottom: 0;
        padding: 0;
    }

    .footer_block[data-order="1"] .logo--footer {
        margin-bottom: 10px;
    }

    .footer_block[data-order="2"] .footer_block-header {
        margin-bottom: 20px;
    }

    .footer_block[data-order="1"],
    .footer_block[data-order="4"] {
        max-width: 230px;
    }

    .footer_block[data-order="4"] {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .footer_block .link--contacts:first-of-type {
        margin-bottom: 15px;
    }

    .footer_secondary {
        padding-bottom: 100px;
    }
}
