.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    padding: 7px 0;
    color: #fff;
    min-height: 102px;
}

.header.fixed {
    background: #fff;
    color: #1E1F1F;
}

@media (min-width: 992px) {
    .header.fixed .header__logo .link {
        max-width: 82px;
        max-height: 82px;
    }
}

.header.fixed .hamburger {
    border: 1px solid #1E1F1F;
}

.header.fixed .hamburger-inner {
    background-color: #1E1F1F;
}

.header.fixed .hamburger-inner:before, .header.fixed .hamburger-inner:after {
    background-color: #1E1F1F;
}

@media (min-width: 992px) {
    .header.fixed .nav .menu > li {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .header.fixed .nav .menu > li > a {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none;
    }
}

@media (min-width: 992px) {
    .header.fixed .search__toggle svg, .header.fixed .search__submit svg {
        fill: #1E1F1F;
    }
}

@media (min-width: 992px) {
    .header.fixed .lang {
        color: #1E1F1F;
    }
}

@media (min-width: 992px) {
    .header.fixed .lang__toggle:after {
        border-color: #1E1F1F transparent transparent transparent;
    }
}

.header__logo {
    height: 100%;

    display: flex;
    align-items: center;
}

.header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    padding-top: 54px;
    height: 100%;
}

@media (max-width: 991.98px) {
    .header__bottom {
        padding-top: 0;
    }
}

.header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header__logo .link {
    display: block;
    max-width: 145px;
    max-height: 145px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

@media (max-width: 1199.98px) {
    .header__logo .link {
        max-width: 82px;
        max-height: 82px;
    }
}

.header__logo .img {
    width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}

.header__logo .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 28px;
    font-family: "Futura PT", Arial, sans-serif;
}

@media (max-width: 575.98px) {
    .header__logo .text {
        padding-left: 10px;
    }
}

.header__logo .text__vertical {
    font-size: 33px;
    font-size: 2.0625rem;
    font-weight: 700;
    line-height: .8;
    margin-right: 28px;
    position: relative;
    text-align: center;
}

.header__logo .text__vertical a {
    color: inherit;
    line-height: 2rem;
}

.header__logo .text__vertical:first-child:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #fff;
}

.header__logo .text__vertical.fac a {
    font-size: 1.5rem;
}

.header__top {
    position: relative;
}

.header__additional {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*width: 100%;*/
    /*max-width: 110px;*/
    margin-left: 70px;
    /*padding-bottom: 20px;*/
}

@media (max-width: 1199.98px) {
    .header__additional {
        margin-left: 25px;
    }
}

@media (max-width: 991.98px) {
    .header__additional {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        background: #ebebeb;
    }
}

@media (max-width: 991.98px) {
    .header__nav {
        padding: 0 0 0;
        position: fixed;
        top: 102px;
        left: 0;
        max-height: -webkit-calc(100vh - 102px);
        max-height: -moz-calc(100vh - 102px);
        max-height: calc(100vh - 102px);
        overflow: auto;
        display: none;
    }
}

.nav {
    width: 100%;
    /*menu*/
    /*menu END*/
    /*menu--top*/
    /*menu--top END*/
}

.nav .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

@media (max-width: 991.98px) {
    .nav .menu {
        display: block;
        text-align: center;
        padding: 70px 15px 50px;
    }
}

.nav .menu > li {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    .nav .menu > li:hover .sub-menu {
        top: 100%;
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.nav .menu > li > a {
    color: inherit;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}

.nav .menu > li > a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

.nav .menu > li .sub-menu {
    background: #fff;
    position: absolute;
    top: -99999999px;
    left: 0;
    padding: 15px 20px;
    -webkit-box-shadow: 0 0 8px rgba(4, 4, 4, 0.12);
    -moz-box-shadow: 0 0 8px rgba(4, 4, 4, 0.12);
    box-shadow: 0 0 8px rgba(4, 4, 4, 0.12);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top: 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: margin .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition: margin .3s ease-in-out, opacity .3s ease-in-out;
    -moz-transition: margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: margin .3s ease-in-out, opacity .3s ease-in-out;
}

@media (max-width: 991.98px) {
    .nav .menu > li .sub-menu {
        position: static;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none;
        display: none;
    }
}

.nav .menu > li .sub-menu:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #fff transparent;
}

.nav .menu > li .sub-menu li {
    padding-bottom: 10px;
}

@media (max-width: 991.98px) {
    .nav .menu > li .sub-menu li {
        padding-bottom: 20px;
    }
}

.nav .menu > li .sub-menu a {
    color: #1E1F1F;
    font-size: 18px;
    font-size: 1.125rem;
    white-space: nowrap;
}

.nav .menu > li .sub-menu a img {
    margin-right: 8px;
    vertical-align: middle;
}

.nav .menu > li .sub-menu a:hover {
    text-decoration: underline;
}

.nav--top {
    position: absolute;
    top: -7px;
    width: 100%;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .nav--top {
        position: static;
        top: auto;
        margin-bottom: 0;
        width: 100%;
        z-index: 1;
    }
}

.nav--top .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (max-width: 991.98px) {
    .nav--top .menu {
        display: block;
    }
}

.nav--top .menu > li {
    padding-bottom: 0;
    width: 100%;
    text-align: center;
    position: relative;
    margin-right: 10px;
    -webkit-box-shadow: 8px 1px 10px rgba(22, 23, 24, 0.13);
    -moz-box-shadow: 8px 1px 10px rgba(22, 23, 24, 0.13);
    box-shadow: 8px 1px 10px rgba(22, 23, 24, 0.13);
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .nav--top .menu > li:hover .sub-menu {
        top: 0;
        margin-top: -3px;
    }
}

@media (max-width: 991.98px) {
    .nav--top .menu > li {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-align: left;
        padding: 0 15px;
    }
}

.nav--top .menu > li svg {
    width: 33px;
    height: -webkit-calc(100% + 2px);
    height: -moz-calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    top: -2px;
    right: -29px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
    .nav--top .menu > li svg {
        display: none;
    }
}

.nav--top .menu > li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(345deg, rgba(22, 23, 24, 0.2) 0%, rgba(105, 105, 106, 0) 70%, rgba(229, 229, 229, 0) 100%);
    background: -moz-linear-gradient(345deg, rgba(22, 23, 24, 0.2) 0%, rgba(105, 105, 106, 0) 70%, rgba(229, 229, 229, 0) 100%);
    background: -o-linear-gradient(345deg, rgba(22, 23, 24, 0.2) 0%, rgba(105, 105, 106, 0) 70%, rgba(229, 229, 229, 0) 100%);
    background: linear-gradient(105deg, rgba(22, 23, 24, 0.2) 0%, rgba(105, 105, 106, 0) 70%, rgba(229, 229, 229, 0) 100%);
    width: 18px;
    height: 100%;
    max-height: 60px;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .nav--top .menu > li:before {
        display: none;
    }
}

.nav--top .menu > li:first-of-type {
    background-color: #9FA6C3;
}

.nav--top .menu > li:first-of-type:before {
    display: none;
}

.nav--top .menu > li:first-of-type svg {
    fill: #9FA6C3;
}

.nav--top .menu > li:nth-of-type(2) {
    background-color: #60B1AB;
}

.nav--top .menu > li:nth-of-type(2) svg {
    fill: #60B1AB;
}

.nav--top .menu > li:nth-of-type(3) {
    background-color: #D1AA6A;
}

.nav--top .menu > li:nth-of-type(3) svg {
    fill: #D1AA6A;
}

.nav--top .menu > li:nth-of-type(4) {
    background-color: #96AB84;
}

.nav--top .menu > li:nth-of-type(4) svg {
    fill: #96AB84;
}

.nav--top .menu > li:last-of-type {
    margin-right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #336699;
}

.nav--top .menu > li:last-of-type svg {
    display: none;
}

.nav--top .menu > li > a, span.nav-header {
    display: block;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px 5px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .nav--top .menu > li > a, span.nav-header {
        font-size: 1.125rem;
    }
}

@media (max-width: 991.98px) {
    .nav--top .menu > li > a, span.nav-header {
        font-size: 1.25rem;
        padding: 23px 5px;
        text-align: center;
    }
}

span.nav-header:hover, .nav--top .menu > li > a.active, span.active {
    text-decoration: underline;
}

.nav--top .menu > li .sub-menu {
    padding: 72px 15px 0;
    position: absolute;
    min-width: 150px;
    top: -9999px;
    left: 0;
    margin-top: -120px;
    z-index: -1;
    text-align: left;
    background: inherit;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: margin-top .3s ease-in-out;
    -o-transition: margin-top .3s ease-in-out;
    -moz-transition: margin-top .3s ease-in-out;
    transition: margin-top .3s ease-in-out;
}

@media (max-width: 991.98px) {
    .nav--top .menu > li .sub-menu {
        margin-top: 0;
        padding: 5px 0 15px;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
        position: static;
        display: none;
    }
}

.nav--top .menu > li .sub-menu li {
    padding-bottom: 10px;
}

@media (max-width: 991.98px) {
    .nav--top .menu > li .sub-menu li {
        padding-left: 15px;
    }
}

.nav--top .menu > li .sub-menu li.title {
    text-align: center;
}

@media (max-width: 991.98px) {
    .nav--top .menu > li .sub-menu li.title {
        display: none;
    }
}

.nav--top .menu > li .sub-menu a {
    white-space: nowrap;
    font-size: 18px;
    font-size: 1.125rem;
    color: white;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .nav--top .menu > li .sub-menu a {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media (max-width: 991.98px) {
    .nav--top .menu > li .sub-menu a {
        font-size: 18px;
        font-size: 1.125rem;
        white-space: pre-wrap;
    }
}

.nav--top .menu > li .sub-menu a:hover {
    text-decoration: underline;
    color: #fff;
}

.nav--top .menu > li .sub-menu a svg {
    display: none;
}

.nav--top .sub-menu__toggle {
    position: absolute;
    width: 50px;
    height: 100%;
    max-height: 72px;
    z-index: 1;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .nav--top .sub-menu__toggle {
        display: none;
    }
}

.nav--top .sub-menu__toggle svg {
    display: block !important;
    fill: #fff !important;
    width: 18px !important;
    height: 14px !important;
    position: static !important;
}

.lang {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .lang {
        /*position: absolute;*/
        top: 0;
        left: 0;
        width: 100%;
        background: #ebebeb;
        text-align: center;
        color: #1E1F1F;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.lang__toggle {
    background: none;
    padding: 0 5px;
    text-transform: uppercase;
    border: none;
}

@media (max-width: 991.98px) {
    .lang__toggle {
        margin: 0 auto;
    }

    .lang__toggle:after {
        border-color: #1E1F1F transparent transparent transparent;
    }
}

.lang__list {
    padding: 0 5px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

@media (max-width: 991.98px) {
    .lang__list {
        position: static;
        top: auto;
        left: auto;
        padding: 5px 5px 0;
    }
}

.lang a {
    color: #fff;
}

@media (max-width: 991.98px) {
    .lang a {
        color: #1E1F1F;
    }
}

.lang a:hover {
    text-decoration: underline;
}

.search__wrapper {
    position: relative;
}

@media (max-width: 991.98px) {
    .search__wrapper {
        position: relative;
        width: 100%;
    }
}

.search__toggle, .search__submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 5px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.search__toggle:hover, .search__submit:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.search__toggle svg, .search__submit svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}

.search__popup {
    display: none;
    position: absolute;
    width: 100%;
}

@media (max-width: 991.98px) {
    .search__popup {
        position: static;
        right: auto;
        top: auto;
        width: 100%;
        max-width: none;
        margin: 0;
        /*display: block;*/
    }
}

.search__form {
    position: relative;
}

.search__form input {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    font-size: 1.125rem;
}

@media (max-width: 991.98px) {
    .search__form input {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: transparent;
        border-bottom: 1px solid #1E1F1F;
    }
}

.search__submit {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search__submit:hover {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search__submit svg {
    fill: #1E1F1F;
}

.search__query {
    margin: 55px 0;
    font-size: 24px;
    font-size: 1.5rem;
}

.search__result a {
    font-weight: 400;
    color: #1E1F1F;
}

.search__result a:hover {
    text-decoration: underline;
}

.search__result a .search-everything-highlight-color {
    background: none !important;
    font-weight: 700;
}

.search__item {
    margin-bottom: 30px;
}
/*Bootstrap*/
/*Fonts*/
/*Animations*/
/*Colors*/

/*by default - bootstap grid. If you want custom grid - uncomment next mixin*/
html {
    font-size: 16px;
}

body {
    background: #fff;
    font-family: "Proxima Nova", Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Proxima Nova", Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-weight: 700;
}

h1 {
    font-size: 1.875rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.625rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.375rem;
}

h6 {
    font-size: 1.25rem;
}

p {
    padding: 0;
    margin: 0;
}

hr {
    overflow: hidden;
    height: 1px;
    background: #000;
    border: 0;
    margin: 10px 0;
}

q,
blockquote {
    text-align: center;
    display: block;
    font-style: italic;
}

strong,
b {
    font-weight: 700;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

a.button {
    text-decoration: none;
}

a.button:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.content__main ul li {
    position: relative;
    padding-left: 10px;
}

.content__main ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

ol {
    list-style-type: decimal;
    list-style-position: inside;
    counter-reset: item;
}

ol li {
    display: block;
    position: relative;
}

ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    display: inline;
    vertical-align: top;
    font-weight: 700;
}

.upper {
    text-transform: uppercase;
}

.form__item {
    margin-bottom: 20px;
}

.form__item br {
    display: none;
}

.form__submit {
    position: relative;
}

.form__submit .ajax-loader {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*Proxima nova*/
@font-face {
    font-family: 'Proxima Nova';
    src: local("Proxima Nova Bold"), local("ProximaNova-Bold"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local("Proxima Nova Thin"), local("ProximaNovaT-Thin"), url("../fonts/ProximaNovaT-Thin.woff2") format("woff2"), url("../fonts/ProximaNovaT-Thin.woff") format("woff"), url("../fonts/ProximaNovaT-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local("Proxima Nova Black"), local("ProximaNova-Black"), url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: local("Proxima Nova Light"), local("ProximaNova-Light"), url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*Futura PT*/
@font-face {
    font-family: 'Futura PT';
    src: local("Futura PT Book"), local("FuturaPT-Book"), url("../fonts/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: local("Futura PT Bold"), local("FuturaPT-Bold"), url("../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}