@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
    font-size: 16px;
    font-family: 'Open Sans';
    color: #000;
}

select, .btn, input, button, textarea, .button {
    outline: none;
}


ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.container {
    width: 1240px;
    margin: 0 auto;
    position: relative;
}

header {
    height: 150px;
}

header .logo {
    width: 305px;
    position: absolute;
    top: 29px;
    left: 0;
}

.pos-title {
    position: absolute;
    top: 47px;
    left: 348px;
    width: 441px;
    font-size: 16px;
}

.pos-email {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 14px;
    display: none;
}

.pos-email a {
    color: #000;
    display: inline-block;
    padding-left: 25px;
    background: url('../images/mail-icon.png') no-repeat left 3px;
    -webkit-background-size: 19px;
    background-size: 19px;
    text-decoration: none;
}

#slider {
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
}

h1 {
    font-size: 36px;
}

#inslide {
    position: absolute;
    z-index: 99;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    width: 100%;
    top: 22%;
    align-items: center;
}

.left-pic {
    width: 26%;
}

.right-text {
    width: 30%;
    text-align: justify;
    margin-left: 3%;
}

#top-btn {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 54px;
    width: 250px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
    display: inline-block;
}

#order, .order, #cat-link {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    width: 350px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.3s;
    position: relative;
    z-index: 99;
    display: inline-block;
    border: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cat-link {
    width: 450px;
}

.order {
    margin-top: 20px;
}

#seo {
    position: relative;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
}

#seo .container {
    width: 1039px;
    text-align: justify;
}

.center {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

#slider .shadow {
    background-color: rgba(0, 0, 0, 0.45);
    bottom: 5px;
}

footer {
    height: 55px;
    background: rgb(0, 0, 0);
    color: #fff;
}

.pos-copy {
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 16px;
    font-size: 14px;
}

#productz h2 {
    text-align: center;
    font-size: 22px;
    color: #000000;
    text-transform: uppercase;
}

.former {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    opacity: 0;
}


.former.x-former{
    display: block;
    opacity: 1;
}

.former .container {
    width: 600px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
    border: 3px solid #000;
}

.former h2 {
    margin-top: 0;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}

.former p {
    text-align: center;
    font-size: 16px;
    color: #000000;
    letter-spacing: -0.5px;
}

.former .controls, .former .fox-item {
    float: none !important;
    width: 100% !important;
}

.former input[type="text"], .former input[type="email"] {
    height: 50px !important;
    font-size: 18px;
    color: #222222;
    float: none !important;
    width: 100% !important;
    box-shadow: #1B1B1B 1px 1px 4px 1px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEEEEEE', endColorstr='#ffFFFFFF');
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEEEEE), to(#FFFFFF));
    background-image: -webkit-linear-gradient(#EEEEEE, #FFFFFF);
    background-image: -moz-linear-gradient(#EEEEEE, #FFFFFF);
    background-image: -ms-linear-gradient(#EEEEEE, #FFFFFF);
    background-image: -o-linear-gradient(#EEEEEE, #FFFFFF);
    background-image: linear-gradient(#EEEEEE, #FFFFFF);
    border: 1px solid #fff;
}

.former input::placeholder, .former textarea::placeholder {
    color: #000;
}

.former .fox-item {
    margin-bottom: 20px;
}

.former textarea {
    width: 100% !important;
    font-size: 18px;
    color: #222222;
    float: none !important;
    box-shadow: #1B1B1B 1px 1px 4px 1px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEEEEEE', endColorstr='#ffFFFFFF');
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#EEEEEE), to(#FFFFFF));
    background-image: -webkit-linear-gradient(#EEEEEE, #FFFFFF);
    background-image: -moz-linear-gradient(#EEEEEE, #FFFFFF);
    background-image: -ms-linear-gradient(#EEEEEE, #FFFFFF);
    background-image: -o-linear-gradient(#EEEEEE, #FFFFFF);
    background-image: linear-gradient(#EEEEEE, #FFFFFF);
    border: 1px solid #fff;
}

.former .fox-item-submit button {
    float: none !important;
    width: 100% !important;
    font-weight: bold !important;
    font-size: 20px !important;
    text-align: center;
    color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#6D6D6D), to(#3B3B3B));
    background-image: -webkit-linear-gradient(#6D6D6D, #3B3B3B);
    background-image: -moz-linear-gradient(#6D6D6D, #3B3B3B);
    background-image: -ms-linear-gradient(#6D6D6D, #3B3B3B);
    background-image: -o-linear-gradient(#6D6D6D, #3B3B3B);
    background-image: linear-gradient(#6D6D6D, #3B3B3B);
    border: 1px solid #fff;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: #000000 1px 1px 4px 1px;
    text-transform: uppercase;
}

.former .fox-item-submit button:hover {
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#8A8A8A), to(#4F4E4E));
    background-image: -webkit-linear-gradient(#8A8A8A, #4F4E4E);
    background-image: -moz-linear-gradient(#8A8A8A, #4F4E4E);
    background-image: -ms-linear-gradient(#8A8A8A, #4F4E4E);
    background-image: -o-linear-gradient(#8A8A8A, #4F4E4E);
    background-image: linear-gradient(#8A8A8A, #4F4E4E);
}

.former .closer {
    position: absolute;
    border: none;
    background: url('../images/closer.png') center no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    cursor: pointer;
    display: block;
    width: 27px;
    height: 27px;
    top: 10px;
    right: 10px;
}


.former.x-former h2, .former.x-former p, .former.x-former .alert .close{
    display: none !important;
}

.former.x-former .alert{
    text-align: center;
}

#prana {
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 16px;
}

#prana a {
    text-transform: uppercase;
    text-decoration: underline;
    padding-right: 28px;
    background: url(../images/prana-icon.png) right 1px no-repeat;
    background-size: 25px;
    color: #fff;
}

#prana a:hover {
    text-decoration: none;
}

#productz .container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

#productz {
    margin-bottom: 60px;
    margin-top: 30px;
}

.block {
    width: 22%;
    color: #000;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
}

.block img {
    border: 3px solid transparent;
    border-radius: 8px;
}

.block img:hover {
    border: 3px solid rgb(253, 106, 11);
}

.block:hover {
    color: #fd6a0b;
    text-decoration: underline;
}

.hidder, #sub-pr {
    display: none;
}

.logo img, .left-pic img, #slide-img {
    width: 100%;
    height: auto;
    position: relative;
    opacity: 1;
    transition: all 0.3s;
}

#productz .block img {
    width: 80%;
    height: auto;
    position: relative;
    opacity: 1;
    transition: all 0.3s;
}


.fox-item-recaptcha > div{
    text-align: center !important;
}


/* Shantix addaptive */

@media (min-width: 1210px) {
    #slider {
        background: none !important;
/*        padding-bottom: 50px;*/
    }

    #slider .shadow {
        bottom: 5px;
    }
}

@media (max-width: 1500px) {
    #inslide {
        top: 18%;
    }

    h1 {
        font-size: 34px;
    }

    .right-text {
        width: 60%;
        margin-left: 4%;
    }
}

@media (max-width: 1370px) {
    .container {
        width: 95%;
    }

    h1 {
        font-size: 33px;
    }

    #inslide {
        top: 14%;
    }

    .former textarea {
        height: 120px !important;
    }

    #seo {
        -webkit-background-size: cover;
        background-size: cover;
    }

    .former .container {
        padding-top: 10px;
    }
}

@media (max-width: 1210px) {
    #seo .container {
        width: 90%;
    }

    #slider{
        padding-bottom: 32px;
    }

    #slider .shadow{
        bottom: 0;
    }

    #slide-img {
        display: none;
    }

    #inslide {
        position: relative;
        top: 0;
    }

    .former h2 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .former p {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .former input[type="text"], .former input[type="email"] {
        height: 45px !important;
    }

    header .logo {
        width: 250px;
        top: 15px;
    }

    .pos-title {
        top: 100px;
        font-size: 15px;
        left: 0;
    }
}

@media (max-width: 1110px) {
    h1 {
        font-size: 31px;
    }

    #inslide {
        top: 9px;
    }
}

@media (max-width: 905px) {
    h1 {
        font-size: 29px;
    }

    .block {
        width: 45%;
    }

    #productz .container{
        flex-wrap: wrap;
    }

    #productz h2{
        font-size: 21px;
    }

    .former input[type="text"], .former input[type="email"] {
        font-size: 17px;
    }

    .right-text p, .former p {
        font-size: 15px;
    }

    .former .fox-item-submit button {
        font-size: 18px !important;
    }
}

@media (max-width: 805px) {
    #seo {
        font-size: 15px;
    }

    #productz h2{
        font-size: 20px;
    }

    .block h4{
        margin-top: 0;
    }

    pos-title {
        top: 93px;
        left: 0;
        font-size: 15px;
    }

    header .logo {
        width: 220px;
        top: 13px;
    }

    .pos-title {
        top: 96px;
        font-size: 14px;
        width: 370px;
    }

    h1 {
        font-size: 27px;
    }
}

@media (max-width: 705px) {
    .container {
        width: 95%;
    }

    #productz h2{
        margin-top: 0;
    }

    .former .container {
        padding: 25px;
    }

    footer .container {
        height: 100%;
    }

    footer {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }

    .pos-copy {
        margin-bottom: 6px;
    }

    .pos-copy, #prana {
        position: relative;
        top: 0;
        text-align: center;
    }

    .former .container {
        width: 90%;
    }
}


@media(max-width: 605px){
    #top-btn{
        font-size: 15px;
        width: 200px;
    }
}



@media (max-width: 505px) {
    #seo {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    #order, .order, #cat-link {
        width: 90%;
    }

    #inslide {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .left-pic {
        width: 50%;
        margin-top: 10px;
    }

    h1 {
        font-size: 24px;
        text-align: center;
        margin-top: 5px;
    }

    .right-text {
        width: 95%;
        margin-left: 0;
        text-align: center;
    }

    #cat-link {
        width: 96%;
    }

    header .logo {
        width: 180px;
        top: 10px;
        position: relative;
        display: block;
        margin: 0 auto;
    }

    header {
        height: auto;
    }

    .pos-email {
        position: relative;
        top: 0;
        font-size: 14px;
        text-align: center;
        margin-top: 5px;
    }

    .pos-title {
        font-size: 13px;
        width: 100%;
        position: relative;
        top: 0;
        text-align: center;
        margin-top: 10px;
    }

    #top-btn{
        position: relative;
        top: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 455px) {
    #prana {
        font-size: 13px;
    }

    #productz {
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .former h2 {
        margin-bottom: 4px;
        font-size: 19px;
    }

    .former textarea {
        height: 99px !important;
    }

    .former input[type="text"], .former input[type="email"] {
        height: 40px !important;
    }

    .former .container {
        padding-bottom: 14px;
        border-width: 2px;
    }

    .former .fox-item {
        margin-bottom: 17px;
    }

    .former p {
        margin-top: 4px;
        font-size: 14px;
    }

    footer {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .pos-copy {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .right-text p{
        font-size: 14px;
    }
}

@media (max-width: 405px) {
    #seo {
        font-size: 14px;
    }

    .block {
        width: 80%;
        margin-bottom: 20px;
    }

    #productz .center{
        margin-top: 0;
    }

    #productz h2 {
        font-size: 19px;
    }

    #productz .container{
        justify-content: center;
    }

    .former .container {
        width: 100%;
        padding: 18px;
    }

    #productz h2 {
        font-size: 18px;
    }

    .center {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    #order, .order, #cat-link {
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .block img, .block img:hover{
        border-width: 2px;
    }
}

@media (max-width: 365px) {
    #seo {
        font-size: 13px;
    }

    #seo .container {
        width: 92%;
    }

    #productz h2 {
        font-size: 17px;
        margin-bottom: 5px;
    }


    h1 {
        font-size: 22px;
        margin-bottom: 10px;
        padding-top: 5px;
    }
}

@media (max-width: 325px) {
    #order, .order, #cat-link {
        font-size: 14px;
        padding-top: 11px;
        padding-bottom: 11px
    }

    .right-text p{
        font-size: 13px;
    }

    .former .container {
        padding-top: 10px;
        padding-bottom: 2px;
    }

    .former .fox-item-submit button {
        font-size: 16px;
    }

    .former .fox-item {
        margin-bottom: 14px;
    }

    .former p {
        font-size: 13px;
    }

    .former textarea {
        height: 90px !important;
    }

    .former input[type="text"], .former input[type="email"] {
        height: 35px !important;
    }

    former h2 {
        margin-bottom: 3px;
        font-size: 18px;
    }

    .center {
        margin-top: 20px;
        margin-bottom: 13px;
    }

    #seo {
        padding-top: 9px;
        padding-bottom: 5px;
    }
}