.container-fluid{
    width: 100%;
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
.main-nav-list__item:not(:last-child) {
    margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
    .main-nav-list__item:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .main-nav-list__item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1260px) {
    .main-nav-list__item:not(:last-child) {
        margin-right: 60px;
    }
}

.main-nav-list__link {
    transition: color 0.3s;
}

.wrap-for-sticky {
    position: relative;
    min-height: 100vh;
}
header {
    display: block;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}
.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.accordion > .card > .card-header {
    margin-bottom: -1px;
}.bs-popover-bottom .popover-header::before,
 .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
     position: absolute;
     top: 0;
     left: 50%;
     display: block;
     width: 1rem;
     margin-left: -0.5rem;
     content: "";
     border-bottom: 0 solid #f7f7f7;
 }

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 0 solid #ebebeb;
}
.popover-header:empty {
    display: none;
}
.admin-bar .header {
    top: 32px;
}

@media only screen and (max-width: 782px) {
    .admin-bar .header {
        top: 46px;
    }
    #menu-main-menu{
        max-width: 330px;
    }
}.header {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     width: 100%;
     z-index: 1130;
     background-color: #FFFFFF;
     transition: background-color 0.3s, padding 0.3s, box-shadow 0.3s;
     padding: 15px 0;
    box-shadow: #1d2124;
 }

@media only screen and (min-width: 768px) {
    .header {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 1260px) {
    .header {
        padding: 30px 0;
    }
}

.header.-small {
    background-color: #ffffff;
    padding: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header.-small .header__btn {
    background-color: #f2a873;
    color: #ffffff;
}

.header.-small .header__btn:hover {
    background-color: #ef9452;
}

.header.-active {
    background-color: #ffffff;
}

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

@media screen and (min-width: 1700px) {
    .header__content {
        padding: 0 70px;
    }
}
.hamburger {
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}
.hamburger:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 3px));
}

.hamburger.-active:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.-active:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburger:before, .hamburger:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #222831;
    position: absolute;
    transition: transform 0.5s;
}
.hamburger:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 3px));
}

.hamburger:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 3px));
}

.header__hamburger {
    display: block;
}

@media only screen and (min-width: 768px) {
    .header__hamburger {
        display: none;
    }
}

.header__content-left-side {
    position: absolute;
    top: 40px;
    height: calc(100vh - 65px);
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 50px 30px;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
    background-color: #ffffff;
}

.header__content-left-side.-active {
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .header__content-left-side {
        position: static;
        height: auto;
        padding: 0;
        align-items: center;
        flex-direction: row;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
    }
}

.header__dec-icon {
    margin: 0 0 30px;
    transition: color 0.3s;
}

@media only screen and (min-width: 768px) {
    .header__dec-icon {
        margin: 0 30px 0 0;
    }
}

@media only screen and (min-width: 992px) {
    .header__dec-icon {
        margin: 0 60px 0 0;
    }
}

@media only screen and (min-width: 768px) {
    .header__btn {
        margin-left: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .header__btn {
        margin-left: 60px;
    }
}
#menu-main-menu li{
    list-style: none;
    display: inline-block;
    font-size: 18px;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#menu-main-menu a{
    color: #000000;
}
.header__dec-icon .icomoon-home{
    font-size: 1.25rem;
    color: #000000;
}
#menu-main-menu a:hover,
.header__dec-icon .icomoon-home:hover {
    color: #ef9452;
}
