html, body {
    margin: 0;
    padding: 0;
}

* {
    font-family: Verdana;
    box-sizing: border-box;
}

.clr {
    clear: both;
}

main, nav ul, footer section, header section {
    max-width: 1100px;
    margin: 0 auto;
}

header section {
    max-width: 1000px;
    position: relative;
    height: 370px;
}

#men {
    background: url("../img/men.png");
    height: 270px;
    left: 50%;
    margin-left: -740px;
    position: absolute;
    top: 55px;
    width: 184px;
}

#woman {
    background: url("../img/woman.png");
    height: 176px;
    left: 50%;
    margin-left: 590px;
    position: absolute;
    top: 71px;
    width: 110px;
}

#logo {
    position: absolute;
    top: 70px;
    left: 0;
    width: 394px;
}

#logo img {
    border: 0;
    width: 100%;
}

address {
    float: right;
    font-style: normal;
    text-align: right;
    padding-top: 70px;
}

#phone {
    color: #000;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 4px;
    text-align: right;
}

#phone .code {
    color: #618f19;
    font-family: Arial;
}

#phone .phone {
    color: #236ab7;
    font-family: Arial;
}

#email, #email * {
    color: #003163;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: right;
    text-decoration: none;
    font-family: Arial;
    z-index: 12;
}

#callback {
    background: url("../img/callback.png");
    width: 246px;
    height: 92px;
    display: inline-block;
    overflow: hidden;
    padding-left: 246px;
    cursor: pointer;
    margin-right: 106px;
}

#mcallback:before, #mcallback:after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    background: url("../img/mc1.png");
    width: 90px;
    height: 93px;
}

#mcallback:after {
    background: url("../img/mc2.png");
    width: 10px;
    left: auto;
    right: -10px;
}

#mcallback {
    display: none;
    height: 93px;
    margin: 0 10px;
    margin-top: -28px;
    position: relative;
    background: url("../img/mc3.png") repeat-x;
    cursor: pointer;
    z-index: 9;
    padding-left: 80px;
    text-align: center;
}

#mcallback img.cb-text-1 {
    margin-top: 40px;
    max-width: 500px;
    width: 100%;
}

#mcallback img.cb-text-2 {
    display: none;
}

header {
    background: url("../img/header.png") no-repeat center center;
}

#text {
    position: absolute;
    bottom: 35px;
    left: 0;
}

#girl {
    background: url("../img/girl.png") no-repeat;
    width: 270px;
    height: 362px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -135px;

}

nav {
    height: 53px;
    background: url("../img/menu2.png");
    overflow: hidden;
}

nav ul {
    display: block;
    text-align: center;
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline-block;
    background: url("../img/spacer2.png") no-repeat top right;
    position: relative;
    padding: 0 2px 0 0;
}

nav ul li.default:before {
    content: "";
    display: block;
    height: 72px;
    left: -2px;
    position: absolute;
    top: 0;
    width: 2px;
    background: url("../img/spacer2.png") no-repeat top left;
}

nav ul li a:hover, nav ul li.active a {
    background: url("../img/hover2.png");
}

nav ul li a {
    display: inline-block;
    padding: 13px 25px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-family: HeliosCond;
    font-size: 23px;
}

aside {
    float: left;
    width: 34%;
}

aside ul {
    padding: 0;
    display: block;
}

aside ul li {
    display: block;
    margin: 0 0 10px 0;
}

aside ul li a {
    display: block;
    background: #e5e5e5 url("../img/marker.png") no-repeat 15px 17px;
    border-radius: 8px;
    padding: 15px 10px 15px 40px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
    text-transform: uppercase;
}

aside ul li.item-132 a {
    background: #f88000;
    color: #fff;
    font-size: 28px;
}

aside ul li a:hover {
    color: #fff;
    background-color: #425677;
}

aside ul li a span {
    color: #565656;
    font-size: 14px;
    line-height: 15px;
    text-transform: none;
    font-weight: normal;
    display: block;
}

aside ul li a:hover span {
    color: #fff;
}

article {
    margin-left: 36%;
}

main {
    clear: both;
    margin-top: 40px;
    display: block;
}

h1, h1 *, h2, h2 *, h3, h3 * {
    color: #425677;
    font-family: HeliosCond;
    font-weight: bold;
}

h1, .content-category h2 {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 25px;
}

h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 25px;
}

h3 {
    margin-top: 0;
}

footer {
    background: url("../img/footer.png") repeat-x;
    height: 77px;
    margin-top: 50px;
}

footer section {
    display: block;
}

footer ul {
    display: block;
    margin: 0;
    padding: 26px 0 0;
    float: left;
}

footer ul li {
    display: inline-block;
    background: url("../img/foot.png") no-repeat right 5px;
}

footer ul li.item-107 {
    background: none;
}

footer ul li a {
    display: inline-block;
    color: #425677;
    font-size: 15px;
    margin: 0 35px;
    text-decoration: underline;
}

footer ul li a:hover {
    text-decoration: none;
}

#copyright {
    float: left;
}

#copyright img {
    float: left;
    height: 40px;
    margin-right: 10px;
}

#counter {
    float: right;
    margin-top: 25px;
}

div.head {
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 25px;
    color: #425677;
    font-family: HeliosCond;
    font-weight: bold;
}

#copyright {
    font-size: 15px;
    margin: 17px 15px 17px 0;
    padding: 2px 0 1px 0;
}

#spravki {
    background-color: #f8f6ec;
    border-radius: 8px;
    padding: 25px 10px 20px 10px;
}

#spravki .text p {
    font-family: Arial;
}

#spravki .form {
    padding: 0 4%;
    margin-left: 50%;
}

#spravki .text {
    float: left;
    width: 38%;
}

#spravki label {
    font-family: Arial;
    font-size: 15px;
    display: block;
    text-align: center;
}

#spravki #cost_ {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

#spravki input, #spravki textarea, #spravki select, #popup input, #popup textarea {
    background-color: #fff;
    border: 1px solid #dddbcb;
    border-radius: 4px;
    display: block;
    font-family: Arial;
    font-size: 16px;
    margin: 0 2px 8px 0;
    padding: 10px 10px;
    width: 100%;
}

#spravki textarea {
    height: 80px;
}

.send {
    padding: 0;
    margin-left: 40%;
}

/*.radio-body{display: flex;*/
/*align-items: center;}*/
.radio-body input {
    float: left !important;
    width: 20px !important;
    margin: 5px 0 0 0 !important;
}

.send-ok {
    font-size: 22px;
    text-align: center;
    color: #fa4317;
}

#spravki #cost_ {
    font-size: 38px;
    font-weight: 900;
    color: #fa4317;
}

#product-form input[type=submit] {
    background: url(../img/order.png) no-repeat center center;
    height: 80px;
    cursor: pointer;
    font-size: 0;
    border: 0;
}

.required-text {
    color: red;
    padding: 10px;
}

#order {
    background: url("../img/order.png") no-repeat center center;
    height: 80px;
    cursor: pointer;
}

.s-table {
    font-size: 16px;
    line-height: 17px;
    width: 100%;
}

.s-table .s-table-header {
    background-color: #e9f9db;
    border-bottom: 5px solid #99ca72;
}

.s-table tr.tr-odd {
    background-color: #f6f6f6;
}

.s-table td {
    padding: 12px 15px;
}

#mobile {
    background: url("../img/mbg.png");
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
    width: 100%;
    cursor: pointer;
}

span.mobile {
    background: url("../img/mobile.png");
    width: 49px;
    height: 40px;
    position: fixed;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 11;
    display: none;
}

#ajax {
    background: #000 url("../img/ajax.png") no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 102;
    opacity: 0.5;
}

#overlay, #overlay2 {
    background: #000;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}

#overlay2 {
    z-index: 102;
}

#popup {
    display: none;
    z-index: 101;
}

#message, #popup {
    display: none;
    z-index: 101;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: auto;
    background-color: #f8f6ec;
    border-radius: 8px;
    margin-top: -75px;
    margin-left: -150px;
}

#message {
    z-index: 102;
}

#popup {
    width: 400px;
    margin-left: -200px;
    height: 340px;
    margin-top: -170px;
}

#popup .head {
    text-align: left;
    padding: 10px 0 0 20px;
    margin-bottom: 0;
}

#message div {
    padding: 10px;
    text-align: center;
}

#message div b {
    font-family: HeliosCond;
    font-size: 20px;
    color: #425677;
}

#message > i, #close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url("../img/close.png");
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#popup form {
    padding: 20px;
}

#popup #send {
    background: url("../img/button.png") no-repeat center center;
    height: 72px;
    cursor: pointer;
}

.error {
    border: 1px solid red;
    box-shadow: 0 0 10px #f45c5f inset;
}

.article {
    margin-bottom: 20px;
}

.article .title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #425677;
    font-family: HeliosCond;
    font-weight: bold;
}

.article .desc p {
    margin-top: 0;
}

.article .more {
    background: #e9f9db url("../img/li.png") no-repeat 100px center;
    border-radius: 8px;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 7px 0 7px 18px;
    text-decoration: none;
    width: 130px;
}

.google-plus {
    float: left;
    margin: 28px 0 0 0;
}

@media only screen and (max-width: 1450px) {
    #men, #woman {
        display: none;
    }
}

@media only screen and (max-width: 999px) {
    .google-plus {
        float: left;
        margin: 30px 0 0 5px;
    }

    #mcallback {
        display: block;
    }

    #girl {
        margin-left: 0;
        top: -35px;
        z-index: 10;
        right: 5px;
        left: auto;
        height: 355px;
    }

    #callback {
        display: none;
    }

    #text {
        top: 20px;
        bottom: auto;
        left: 20px;
    }

    header section {
        height: 320px;
    }

    #logo {
        top: 5px;
        z-index: 10;
        width: 250px;
        left: 20px;
        position: fixed;
    }

    address {
        bottom: 0;
        float: none;
        font-style: normal;
        padding-top: 0;
        position: absolute;
        text-align: right;
        left: 20px;
    }

    #popup {
        width: 360px;
        margin-left: -180px;
        height: 340px;
        margin-top: -170px;
    }

    body {
        padding-top: 40px;
    }

    aside {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        float: none;
        display: none;
        z-index: 12;
        overflow-y: auto;
    }

    aside .head {
        display: none;
    }

    aside ul {
        margin: 0;
    }

    aside ul li {
        margin: 0;
    }

    aside ul li a {
        background: #e5e5e5 url("../img/marker.png") no-repeat 15px 12px;
        border-radius: 0;
        font-size: 11px;
        line-height: 15px;
        padding: 10px 10px 10px 40px;
        text-decoration: none;
        text-transform: uppercase;
    }

    aside ul li a span {
        font-size: 11px;
        line-height: 10px;
    }

    aside.show {
        display: block;
    }

    aside li {
        margin: 0;
    }

    main {
        padding: 10px 20px;
        margin-top: 0;
    }

    article {
        margin: 0;
    }

    nav {
        display: none;
    }

    #mobile {
        display: block;
    }

    span.mobile {
        display: block;
    }

    #copyright {
        float: none;
        margin: 0;
        padding: 0 0 5px;
        text-align: center;
    }

    footer ul {
        display: block;
        text-align: center;
        padding: 30px 0 20px;
        float: none;
    }

    footer ul li {
        display: inline-block;
    }

    footer section {
        padding-top: 17px;
    }

    #counter {
        float: none;
        margin-top: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 900px) {
    /*header {
        background:none;
    }*/
    /*#logo {
        float: none;
        background: url("../img/medik2.png") no-repeat right top;
    }*/
    /*#logo p {
        margin-top: 0;
    }*/
    /*address {
        float: none;
        text-align: center;
        padding-top: 0;
    }*/
}

@media only screen and (max-width: 700px) {
    #spravki .text {
        display: none;
    }

    #spravki .form {
        margin: 0;
    }

    #girl {
        display: none;
    }

    .send {
        margin: 0
    }
}

@media only screen and (max-width: 610px) {
    #mcallback img {
        margin-top: 44px;
        max-width: 400px;
    }
}

@media only screen and (max-width: 550px) {
    #mcallback img.cb-text-1 {
        display: none;
    }

    #mcallback img.cb-text-2 {
        display: inline;
        margin-top: 35px;
    }
}

@media only screen and (max-width: 450px) {
    header section {
        height: 280px;
    }

    #text * {
        font-size: 15px !important;
    }

    #phone {
        font-size: 40px;
    }
}

@media only screen and (max-width: 400px) {
    #phone {
        font-size: 36px;
    }

    #logo {
        width: 220px;
        top: 8px;
    }
}

.text {
text-align: justify;
text-indent: 30px;
}

.foxbutton{cursor:pointer;background:#FF4528;border-radius:10px;padding:15px 30px 15px 30px;margin-left:18%;color:#fff;float:left;font-weight:600;font-size:18px;}
.foxbutton:hover{background:#E8EAEA;color:#000;}