@font-face {
    font-family: 'footer_header';
    src: url('../fonts/footer_header/footer_header.eot?zahk69');
    src: url('../fonts/footer_header/footer_header.eot?zahk69#iefix') format('embedded-opentype'),
        url('../fonts/footer_header/footer_header.ttf?zahk69') format('truetype'),
        url('../fonts/footer_header/footer_header.woff?zahk69') format('woff'),
        url('../fonts/footer_header/footer_header.svg?zahk69#footer_header') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'montserrat_light';
    src: url('/fonts/montserrat-light.woff?v=001') format('woff'), url('/fonts/montserrat-light.ttf?v=001') format('truetype');
}

@font-face {
    font-family: 'montserrat_semibold';
    src: url('/fonts/montserrat-semibold.woff?v=001') format('woff'), url('/fonts/montserrat-semibold.ttf?v=001') format('truetype');
}

body,
html {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    background-image: none;
    font-family: 'montserrat_light', Arial, Helvetica, sans-serif;
    color: #393939;
    line-height: 1.2;
    font-size: small;
    text-decoration: none;
    background: var(--iphoneseattle-body-bg) repeat-x top #f1f1f1;
    background-position-y: -8px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    position: relative;
}

img {
    border: 0;
    vertical-align: middle;
}

.footer-content {
    width: 90%;
    max-width: 1120px;
    text-align: left;
    color: #ffffff;
    font-size: 11px;
    margin: 0 auto;
    -webkit-background-size: 595px 67px;
    -moz-background-size: 595px 67px;
    -o-background-size: 595px 67px;
    background-size: 595px 67px;
}

.footer-divider {
    background: #888;
    height: 0px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    /* css only for IE10 + */
    body {
        background: url(../images/re-head.png) repeat-x top #f1f1f1;
    }
}

[class^="ficon-"],
[class*=" ficon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'footer_header' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ficon-amazon_footer:before {
    content: "\f3";
    color: #e1e1e1;
}

.ficon-android_footer:before {
    content: "\f2";
    color: #e1e1e1;
}

.ficon-app_store_footer:before {
    content: "\f7";
    color: #e1e1e1;
}

.ficon-apple_footer:before {
    content: "\f1";
    color: #e1e1e1;
}

.ficon-authorize_footer:before {
    content: "\f9";
    color: #e1e1e1;
}

.ficon-close_menu:before {
    content: "\e906";
    color: #595959;
}

.ficon-control_footer:before {
    content: "\f11";
    color: #e1e1e1;
}

.ficon-icloud_footer:before {
    content: "\f5";
    color: #e1e1e1;
}

.ficon-iOS_footer:before {
    content: "\f4";
    color: #e1e1e1;
}

.ficon-iPad_footer:before {
    content: "\f6";
    color: #e1e1e1;
}

.ficon-login:before {
    content: "\e91e";
    color: #595959;
}

.ficon-menu_active:before {
    content: "\e920";
    color: #595959;
}

.ficon-paypal_footer:before {
    content: "\f10";
    color: #e1e1e1;
}

.ficon-sdk_footer:before {
    content: "\f8";
    color: #e1e1e1;
}

#home__route {
    height: 40px;
    display: block;
    min-width: 160px;
}

#mainlogo_block {
    height: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

#mainlogo_block i {
    height: 100%;
    margin: 0 auto;
    width: auto;
}

#account_close,
#mobile_account,
#mobile_settings,
#settings_close {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 31px;
    opacity: 0;
    display: none;
}

#mobile_account,
#account_close {
    right: 0;
    left: auto;
}

#account_close.ico_active,
#settings_close.ico_active,
#mobile_settings.ico_active,
#mobile_account.ico_active {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    -o-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    opacity: 1;
}

#mobile_settings {
    font-size: 20px;
}

#side_nav,
#side_nav_log {
    position: fixed;
    left: 0;
    top: 64px;
    width: 229px;
    height: -webkit-calc(100% - 64px);
    height: -moz-calc(100% - 64px);
    height: calc(100% - 64px);
    background-color: #ffffff;
    z-index: 13;
    border-top: solid 2px #d5d5d5;
    max-width: 0px;
    overflow: hidden;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

#side_nav_log {
    padding: 40px 0 0;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    right: 0;
}

#side_nav_log > div {
    min-width: 229px;
}

#side_nav_log > div > p {
    font-size: 12px;
    color: rgb(96, 96, 96);
    line-height: 2;
    text-align: center;
    display: block;
    margin: 40px auto 30px;
}

#side_nav_log > div > a {
    width: 150px;
    height: 40px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 13px;
    margin: 0 auto;
}

#side_nav_log > div > span {
    font-size: 12px;
    color: rgb(96, 96, 96);
    text-align: center;
    display: block;
    margin: 30px 0;
}

#login__btn {
    background-color: rgb(235, 235, 235);
    color: rgb(96, 96, 96);
}

#register__btn {
    background-image: -moz-linear-gradient(90deg, rgb(3, 166, 120) 0%, rgb(5, 200, 145) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(3, 166, 120) 0%, rgb(5, 200, 145) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(3, 166, 120) 0%, rgb(5, 200, 145) 100%);
    color: #ffffff;
}

#side_nav_list {
    margin: 0;
    padding: 35px 0 0 43px;
    height: -webkit-calc(100% - 110px);
    height: -moz-calc(100% - 110px);
    height: calc(100% - 110px);
}

#side_nav_list li,
#side_nav_log_list li {
    min-width: 190px;
}

#side_nav_log_list {
    margin: 0;
    padding: 0 43px 0 0;
    height: 100%;
}

#side_nav_list a,
#side_nav_log_list a {
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 0.6px;
    text-align: left;
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 30px;
    color: #595959;
}

#side_nav_log_list a {
    text-align: right;
}

#log_out {
    color: rgb(3, 167, 120) !important;
}

#side_nav .copy_right>div {
    min-width: 229px;
}

#normal_logo:before {
    content: url('../images/homepage/svg/logo.svg');
}

#black_logo:before {
    content: url('../images/homepage/svg/logo_active.svg');
}

#mainnav_list {
    margin: 0;
    padding: 0;
    height: 40px;
    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: 530px;
}

#nav_container.fixed_nav #mainpage_nav>i:before {
    color: #6f6f6f;
}

#nav_container.normal_nav #mainpage_nav>i:before {
    color: #ffffff;
}

#mainnav_list li {
    display: inline-block;
}

#mainnav_list li a {
    text-decoration: none;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
    text-transform: uppercase;
    height: 100%;
    width: 100%;
    display: block;
}

#mainnav_list li a:hover {
    color: #888888;
}

#mainnav_list.fixed_list li a:hover {
    color: #d6d6d6;
}

#account_container {
    z-index: 100;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 165px;
    position: relative;
}

#account_container  >div > a {
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#account_block {
    cursor: pointer;
    width: 165px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
}

#account_block i {
    color: #ffffff;
    margin: 0 10px 0 0;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

#account_block .ficon-login:before {
    color: #ffffff;
}

#account_block:hover .mask_layer {
    opacity: 1;
}

#account_block:hover > .mask_layer {
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}

.mask_layer {
    position: absolute;
    left: 0 !important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-border-radius: 37px;
    border-radius: 37px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#47b44b), to(#46d64c));
    background-image: -webkit-linear-gradient(bottom, #47b44b, #46d64c);
    background-image: -o-linear-gradient(bottom, #47b44b, #46d64c);
    background-image: linear-gradient(to top, #47b44b, #46d64c);
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 0 !important;
    padding: 0 !important;
}

#account_block span,
#account_block > a > span {
    font-size: 13px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    color: #ffffff;
}

#account_block span:not(.mask_layer),
#account_block > a > span:not(.mask_layer) {
    position: relative;
    z-index: 2;
}

#account_block > a {
    width: 100%;
    height: 100%;
}

#log_block {
    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;
    margin-right: 20px;
}

#account_container.active_account #log_block a {
    color: #6f6f6f;
}

#log_block a:hover {
    color: #888888;
}

#account_container.active_account #log_block a:hover {
    color: #d6d6d6 !important;
}

.SC_button {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#189672), to(#00cd93));
    background-image: -webkit-linear-gradient(bottom, #189672, #00cd93);
    background-image: -moz-linear-gradient(bottom, #189672, #00cd93);
    background-image: -o-linear-gradient(bottom, #189672, #00cd93);
    background-image: linear-gradient(to top, #189672, #00cd93);
}

#dropdown_block {
    height: 0px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 10000000000;
    background-color: #ffffff;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 0 4px 5px -2px grey;
    -moz-box-shadow: 0 4px 5px -2px grey;
    box-shadow: 0 4px 5px -2px grey;
}

#dropdown_block li {
    margin: 0;
    padding: 0;
    width: 100%;
}

#dropdown_block ul {
    margin: 0;
    padding: 0 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: distribute;
    -webkit-align-content: space-around;
    align-content: space-around;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    height: 100%;
}

#dropdown_block a {
    text-align: right;
    width: 100%;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 3.0;
    letter-spacing: 0.3px;
    text-align: right;
    color: #595959;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#dropdown_block a:hover {
    margin-left: -10px;
    color: #888888;
}

#page_footer {
    background: #848484;
    height: 60px;
    width: 100%;
    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;
}

.footer_pseudosprite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    width: 100%;
    margin: 20px auto;
}

.footer_pseudosprite i {
    height: 100%;
    margin: 0 10px;
    width: auto;
    font-size: 24px;
    background: transparent;
}

.footer_pseudosprite i:before {
    color: #969799;
}

.footer_pseudosprite i.ficon-amazon_footer:before,
.footer_pseudosprite i.ficon-authorize_footer:before,
.footer_pseudosprite i.ficon-paypal_footer:before {
    color: #b0b0b0;
}

#footer_list {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    font-family: "Montserrat", sans-serif !important;
}

#footer_list ul {
    margin: 0;
    padding: 0;
}

.list_item {
    float: left;
}

.el_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.el_header i {
    display: none;
    width: 0;
    position: relative;
    height: 10px;
}

.el_header i.icon-close_menu:before {
    content: url('../images/homepage/svg/dropdown.svg');
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotateX(0deg) scale(0.7);
    -moz-transform: translate(-50%, -50%) rotateX(0deg) scale(0.7);
    transform: translate(-50%, -50%) rotateX(0deg) scale(0.7);
    -webkit-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    transition: all ease 0.7s;
    width: 16px;
    height: 8px;
    margin: 0 0 0 10px;
}

.el_header i.active_ico.icon-close_menu:before {
    -webkit-transform: translate(-50%, -50%) rotateX(180deg) scale(0.7);
    -moz-transform: translate(-50%, -50%) rotateX(180deg) scale(0.7);
    transform: translate(-50%, -50%) rotateX(180deg) scale(0.7);
}

.el_header span {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #787878;
    padding: 0;
    display: block;
}

@media screen and (min-width: 918px) {
    .el_header span {
        width: 100%;
    }
}

.el_body {
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
    overflow: hidden;
    min-height: auto !important;
}

.el_body li a {
    font-size: 14px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #787878;
    text-decoration: none;
    padding: 0;
}

.el_body li a:active,
.el_body li a:visited {
    color: #787878;
    text-decoration: none;
}

.el_body li a:hover {
    color: #afafaf;
    text-decoration: none;
}

.copy_right {
    min-width: 229px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}

.copy_right object {
    height: 37px;
    position: relative;
    z-index: 2;
}

.copy_right > div > a,
.copy_right > a {
    text-decoration: none;
    color: unset;
    display: inline-block;
    margin: 0 8px;
    position: relative;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    background: #b7b7b7;
}

.copy_right > div > a > div,
.copy_right > a > div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 0;
}

.copy_right > div > a > div {
    background: #bfbfbf;
}

.copy_right > div > a:hover > div {
    -webkit-filter: opacity(1);
    filter: opacity(1);
}

.copy_right > div > a:hover #facebook_ico {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#16377b), to(#3b5998));
    background-image: -webkit-linear-gradient(bottom, #16377b, #3b5998);
    background-image: -moz-linear-gradient(bottom, #16377b, #3b5998);
    background-image: -o-linear-gradient(bottom, #16377b, #3b5998);
    background-image: linear-gradient(to top, #16377b, #3b5998);
    content: var(--facebook-svg);
}

.copy_right > div > a:hover #instagram_ico {
    background-image: linear-gradient(-70deg, #405de6 0%, #5851db 12.5%, #833ab4 25%, #c13584 37.5%, #e1306c 50%, #fd1d1d 50%, #f56040 62.5%, #f77737 75%, #fcaf45 87.5%, #ffdc80 100%);
}

.copy_right > div > a:hover #twiter_ico {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#2c89cf), to(#55acee));
    background-image: -webkit-linear-gradient(bottom, #2c89cf, #55acee);
    background-image: -moz-linear-gradient(bottom, #2c89cf, #55acee);
    background-image: -o-linear-gradient(bottom, #2c89cf, #55acee);
    background-image: linear-gradient(to top, #2c89cf, #55acee);
}

.copy_right > div > a:hover #youtube_ico {
    background: linear-gradient(#ff0000, #c60202);
}

.copy_right > div > a i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .copy_right > div > a .icon_facebook:before {
        content: var(--facebook-svg);
    }

    .copy_right > div > a .icon_instagram:before {
        content: var(--instagram-svg);
    }

    .copy_right > div > a .icon_twiter:before {
        content: var(--twiter-svg);
    }

    .copy_right > div > a .icon_youtube:before {
        content: var(--youtube-svg);
    }

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* css only for IE10 + */
    .copy_right > div > a .icon_facebook:before {
        content: url(../images/homepage/svg/facebook.svg);
    }

    .copy_right > div > a .icon_instagram:before {
        content: url(../images/homepage/svg/instagram.svg);
    }

    .copy_right > div > a .icon_twiter:before {
        content: url(../images/homepage/svg/twiter.svg);
    }

    .copy_right > div > a .icon_youtube:before {
        content: url(../images/homepage/svg/youtube.svg);
    }
}

.copy_right span {
    font-size: 11px;
    font-weight: 200;
    line-height: 2.18;
    text-align: left;
    color: #ffffff;
}

@media screen and (max-width: 1240px) {
    #mainpage_nav {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        margin: 0 auto;
    }
}

@media screen and (max-width:1080px) {
    #footer_area,
    .footer_pseudosprite {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .footer_pseudosprite i {
        font-size: 23px;
    }
}

@media screen and (max-width: 1024px) {
    #account_container {
        min-width: 100px;
        width: 145px;
    }

    #account_block {
        min-width: 100px;
        width: 100%;
    }

    #dropdown_block {
        width: 100%;
        left: auto;
        right: 0;
    }

    #dropdown_block>ul {
        padding: 0 12px 0 0;
    }

    #mainlogo_block i:before {
        transform: scale(0.8) translateY(-50%);
        position: absolute;
        left: 0;
        top: 50%;
    }

    #mainlogo_block i {
        width: 140px !important;
    }
}

@media screen and (max-width:918px) {
    #mainnav_list,
    #account_container {
        display: none;
    }

    #home__route {
        margin: 0 auto;
    }

    #mainlogo_block {
        margin: 0 auto;
        text-align: center;
    }

    #mainlogo_block i {
        height: auto;
    }

    #mainlogo_block i {
        width: 200px !important;
    }

    #mainlogo_block i:before {
        position: initial;
    }

    #mobile_account,
    #mobile_settings,
    #account_close,
    #settings_close {
        display: block;
    }

    .list_item {
        width: 33.33%;
        margin-bottom: 30px;
    }

    .list_item * {
        text-align: center !important;
    }

    #footer_list {
        -webkit-box-pack: unset;
        -webkit-justify-content: unset;
        -ms-flex-pack: unset;
        -moz-box-pack: unset;
        justify-content: unset;
    }

    .footer_pseudosprite {
        display: none;
    }
}

@media screen and (max-width: 728px) {
    .list_item {
        width: 50%;
    }

    #footer_list,
    .footer_list {
        width: 100%;
        display: block;
    }
}

@media screen and (max-width: 425px){
    #mainlogo_block i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scale(0.8);
    }
    
    .list_item {
        width: 100%;
    }

    .el_body {
        max-height: 0;
    }

    .el_header i {
        display: unset;
    }

    .copy_right object {
        margin: 0 0 20px;
    }

    #side_nav .copy_right object {
        width: unset;
    }

    .copy_right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .copy_right span {
        width: 100%;
        text-align: center;
    }

    #page_footer {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .copy_right {
        justify-content: center;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .copy_right {
        justify-content: center;
    }
}

#nav_container {
    width: 100%;
    height: 64px;
    text-align: center;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    -moz-transition: all ease 1s;
    transition: all ease 1s;
    z-index: 100;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: sticky;
    top: -64px;
}

div#nav_container.floated_nav {
    background: #ffffff;
    position: fixed;
    top: 0px;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

#mainlogo_block.acive_logo #normal_logo {
    display: none !important;
}

#mainlogo_block.acive_logo #black_logo {
    display: unset !important;
}

#mainnav_list.fixed_list li a {
    color: #6f6f6f;
}

#nav_container.fixed_nav #mainpage_nav > i:before {
    color: #6f6f6f;
}

#account_container.active_account #log_block a {
    color: #6f6f6f;
}

#account_container.active_account #log_block a:hover {
    color: #d6d6d6!important;
}