body.noScroll {
    overflow: hidden;}

#header {
    transition: background .5s ease;
    position: relative;
    display: block;
    z-index: 999;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; }

#header, #navigation {
    height: 80px; }

body.stuck {
    margin-top: 80px; }

#navLogo {
    background-image: url("https://iq-mag.net/wp-content/uploads/2020/02/IQ-logo-main.png") !important;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center;
    height: 100px;
    width: 100px;
    position: absolute;
    left: 8px;
    top: -10px;
    display: block;
    transition: all .5s ease;
    transition-delay: 0s;
    cursor: pointer;
    opacity: 0; }

#navLogo.in {
    background-size: 100px 100px;
    transition-delay: .5s;
    opacity: 1;
    height: 90px;
    background-position: center;
    z-index: 10000;
}

#header.stuck {
    background: #13181c;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    height: 80px;
    left: 0;
    top: 0; }
#header.stuck #navigation {
    height: 80px; }
#header.stuck .socialIcon {
    background: transparent;
    border: 2px solid white;
    box-sizing: border-box; }
#header.stuck .socialIcon:hover {
    background: white; }
#header.stuck .socialIcon:hover a {
    color: #171d22; }
#header.stuck .socialIcon a {
    color: white; }
#header.stuck #menu {
    color: black; }
#header.stuck li a {
    color: white;
    font-family: "vinyl", sans-serif;
    position: relative; }

nav.menu.main::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none; }

nav.menu.main {
    -webkit-text-size-adjust: none;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    height: 30px;
    z-index: 10; }
nav.menu.main .main-nav {
    transition: padding-left 1s ease;
    transition-delay: .25s; }
nav.menu.main .main-nav.in {
    padding-left: 120px;
    transition-delay: 0s; }
nav.menu.main ul ul {
    background: black; }
nav.menu.main ul li > ul li {
    margin: 0;
    font-size: 15px; }
nav.menu.main ul li > ul li a {
    text-transform: none;
    font-family: "Raleway", sans-serif !important;
    font-weight: 500;
    font-size: 12px; }
nav.menu.main li {
    z-index: 99;
    position: relative;
    display: inline-block;
    margin: 0 15px 10px 15px;
    font-weight: 100;
    letter-spacing: 1px;
    font-size: 1.4em;
    box-sizing: border-box;
    height: 30px;
    text-transform: uppercase; }
nav.menu.main li a {
    color: white;
    font-family: "vinyl", sans-serif;
    position: relative;
    width: 100%;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    transition: color .25s ease-in-out;
    font-weight: 100; }

@media screen and (max-width: 1199px) {
    #menu {
        width: 64px;
        height: 64px;
        font-size: 30px;
        line-height: 50px;
        color: white;
        padding: 0;
        text-align: center;
        position: absolute;
        top: 50%;
        margin-top: -33px;
        left: 150px;
        -webkit-text-size-adjust: none;
        cursor: pointer; }

    #menu:before {
        content: '\E80F';
        color: #ff7d4f;
        position: absolute;
        top: 20px;
        left: 11px;
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: .2em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

    #menu-menu-1.js {
        display: none; }

    nav.menu.main {
        width: 100%;
        position: absolute;
        left: 0;
        top: 95px;
        font-family: "Raleway", sans-serif;
        padding: 0; }
    nav.menu.main ul ul a {
        background: #1d252b;
        padding: 10px 35px; }
    nav.menu.main li {
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
        border-top: 1px solid black; }
    nav.menu.main li a {
        color: white !important;
        background: #111519;
        transition: background .25s ease-in-out;
        padding: 15px;
        font-size: 16px;
        line-height: 20px; }
    nav.menu.main li a:hover, nav.menu.main li.current-menu-item > a {
        background: #ff7d4f; }
    nav.menu.main li :last-of-type {
        box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1); } }
@media screen and (max-width: 767px) {
    #topBlock .container {
        margin: 0;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box; } }
@media screen and (min-width: 1199px) {
    nav.menu.main li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        height: 2px;
        background: #ff7d4f;
        transition: all .5s ease; }
    nav.menu.main .sub-menu li a:after {
        display: none; }
    nav.menu.main li a:hover:after {
        width: 100%;
        left: 0; }
    nav.menu.main li.current_page_parent a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #ff7d4f; }
    nav.menu.main li.current-menu-item a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: #ff7d4f; }

    #header {
        overflow: hidden;
        transition: height 0.5s ease-in-out, background-color 0.25s ease-in-out; }

    #header ul ul {
        top: 57px;
        left: -113px;
        padding-left: 13px;
        transition: top .5s ease .05s, left .5s ease .05s; }
    #header ul li > ul {
        font-size: 0; }
    #header ul li > ul li {
        padding: 0 10px;
        margin: 0;
        border-right: 1px solid black;
        top: -2px;
        transition: all .5s ease-in-out; }
    #header ul li > ul li:hover, #header ul li > ul li.current-menu-item {
        background: #ff7d4f; }
    #header ul li > ul li:hover a, #header ul li > ul li.current-menu-item a {
        color: white; }
    #header ul li > ul li:first-of-type {
        padding-left: 10px;
        border-left: 1px solid black; }
    #header ul li > ul li a {
        position: relative;
        cursor: pointer; }

    #header.show-sub {
        height: 110px; }

    #header:before {
        content: '';
        position: absolute;
        top: 50px;
        height: 29px;
        border-bottom: 1px solid #171d22;
        width: 1200px;
        left: 50%;
        margin-left: -600px;
        transition: border-color .5s ease-in-out; }

    #header.show-sub:before {
        border-bottom: 1px solid black;
        transition: border-color .5s ease-in-out; }

    #header.stuck:before {
        display: none; }

    #header:after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 29px;
        border-bottom: 1px solid #171d22;
        width: 1200px;
        left: 50%;
        margin-left: -600px;
        transition: border-color .5s ease-in-out; }

    #header.show-sub:after {
        border-bottom: 1px solid black; }

    #header.stuck.show-sub:after {
        width: 100%;
        left: 0;
        margin-left: 0; }

    #menu {
        display: none; }

    nav.menu.main ul ul {
        position: absolute;
        top: 30px;
        background: none;
        width: 1200px; }
    nav.menu.main ul li > ul li a {
        color: white; }
    nav.menu.main li a {
        padding: 5px 0; }
    nav.menu.main li.current-menu-item a {
        background: none; } }
@media screen and (max-width: 480px) {
    nav.menu.main.show {
        overflow-y: scroll;
        height: auto;
        max-height: 88vh; }

    nav.menu.main.show::-webkit-scrollbar {
        -webkit-appearance: block;
        display: block; }

    ul#menu-menu-1 > li:last-of-type {
        margin-bottom: 85px; } }
@media screen and (max-width: 767px) {
    #topBlock .container {
        margin: 0;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box; } }
@media only screen and (max-width: 480px) {
    #header .container {
        margin: 0;
        width: 100%;
        box-sizing: border-box; }

    div#topLogo {
        height: 235px;
        width: 235px;
        left: 20px;
        margin: 30px auto; }

    #searchWrap {
        right: 20px; } }


.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-login-tgr{
    background: none;
    font-size: 0;
    background-image: url(../img/sigin.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    height: 70px;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-login-tgr:not(.xoo-el-active){
    background-image: url(../img/fargot.png);
}
span.xoo-el-close{
    background: #fd7d56 !important;
}
span.xoo-el-close:after{
    position: absolute;
    content: '';
    width: 73%;
    height: 80%;
    left: -5px;
    top: -5px;
    border: 8px solid #fd7d56;
    border-radius: 50%;
}

.xoo-aff-group input[type="text"], .xoo-aff-group input[type="password"], .xoo-aff-group input[type="email"], .xoo-aff-group input[type="number"], .xoo-aff-group select, .xoo-aff-group select + .select2{
    box-shadow: none !important;
    border-radius:  0 !important;
}
.xoo-aff-group label{
    display: none;
}

.xoo-el-form-container button.button.btn.xoo-el-action-btn{
    box-sizing: border-box;
    background: #ff7d4f !important;
    color: #fff !important;
    font-family: 'VinylOT-Regular';
    font-size: 18px;
}
.xoo-el-form-container button.button.btn.xoo-el-action-btn.xoo-el-lostpw-btn{
    margin-top: 0;
} 
.xoo-aff-group.xoo-el-login-btm-fields{
    justify-content: center;
    margin-bottom: 34px;
}
.xoo-el-main a{
    margin: 0;
    font-size: 12px;
    color: #fd7d56;
    font-weight: 500;
}
.xoo-aff-group.xoo-el-password_cont{
    margin-bottom: 11px !important;
}

..xoo-el-modal .xoo-el-main .xoo-el-form-container{
    padding-bottom: 0;
}

.subscribe-popup{
    text-align: center;
    padding:25px 20px 15px;
}
.subscribe-popup h4{
    font-size: 20px;
    font-family: 'VinylOT-Regular';
    color: #171d22;
    margin-bottom: 12px;
}
.subscribe-popup .btn{
    width: 100%;
    background: #ff7d4f !important;
    color: #fff !important;
    font-family: 'VinylOT-Regular';
    font-size: 18px;
    box-sizing: border-box;
}
[data-active="lostpw"] .subscribe-popup{
    display: none;
}

[data-active="lostpw"] .xoo-el-form-txt{
    max-width: 300px;
    text-align: center;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto
}
.xoo-el-inmodal{
    height: auto !important;
}
@media (max-width:1200px){
    nav.menu.main{
        width: 100% !important;

        left: 0 !important;
    }
    nav.menu.main.show{
        top: 94px !important;
    }
    #menu{
        z-index: 99;
    }
}
@media (max-width:767px){
    nav.menu.main{left: -9% !important;}
    body nav.menu.main.show{width: 100% !important; overflow-y: visible; left: 0% !important;}
    #menux-item-124467{margin-right: 0 !important;}
}

@media (max-width:460px){
    body nav.menu.main.show{left: 6% !important;}
    #menu{left: 90px;}
    #searchWrap{right: -30px;}
}

.accountSub{
    width: 287px;
    position: absolute;
    right: 24.75%;
    top: 87px;
    background: #ff7d4f;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}
.accountSub.show{
    opacity: 1;
    visibility: visible;
}
.accountSub .email{color: #171d22; font-size: 14px; padding-top: 14px; padding-bottom: 14px; text-align: center;}
.accountSub ul{list-style: none}
.accountSub ul li{background: #fff; padding-left: 25px; border-bottom: 1px solid #fd7d56}
.accountSub h4{padding: 10px; border-top: 1px solid #171d22; border-bottom: 1px solid #171d22; margin: 0; }
.accountSub h4 a{color: #fff; font-size: inherit; font-weight: 500;}
.accountSub ul li {padding-top: 5px; padding-bottom: 5px;}
.accountSub ul li a{font-size: 14px; color: #000; font-weight: 400;}
.accountSub ul li a{font-size: 14px; color: #000; font-weight: 400;}