@font-face {
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/ProximaNova/ProximaNova-Regular.eot");
    src: local("ProximaNova"), url("../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/ProximaNova/ProximaNova-Semibold.eot");
    src: local("ProximaNova Semibold"), url("../fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ProximaNova/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Semibold.ttf") format("truetype");
}

@font-face {
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/ProximaNova/ProximaNova-Light.eot");
    src: local("ProximaNova Light"), url("../fonts/ProximaNova/ProximaNova-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ProximaNova/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Light.ttf") format("truetype");
}

body {
    font-family: "ProximaNova", Helvetica, Arial, sans-serif;
    background-color: #fff;
    font-size: 16px;
}
a,
.btn,
button,
input {
    transition: all 0.3s;
}
a {
    outline: none;
    color: #e77000;
}
a:hover,
a:active,
a:focus {
    outline: none !important;
    text-decoration: none;
    color: #e77000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}
h1,
h2 {
    font-size: 25px;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    outline: 0;
    padding: 0;
    border: 0;
}
.btn:hover,
.btn:active,
.btn:focus {
    outline: none !important;
}
img {
    max-width: 100%;
}
.blackText {
    color: #000;
}
a.blackText:hover {
    color: #e77000;
}
.darkText {
    color: #333;
}
a.darkText:hover {
    color: #e77000;
}
.greyText {
    color: #666;
}
a.greyText:hover {
    color: #e77000;
}
.lightGreyText {
    color: #999;
}
a.lightGreyText:hover {
    color: #e77000;
}
.whiteText {
    color: #fff;
}
a.whiteText:hover {
    color: #e77000;
}
.blueText {
    color: #134d7d;
}
a.blueText:hover {
    color: #e77000;
}
.primaryText {
    color: #ff7d00;
}
a.primaryText:hover {
    color: #e77000;
}
.greenText {
    color: #72b015;
}
a.greenText:hover {
    color: #3e860a;
}
.redText {
    color: #fd6961;
}
a.redText:hover {
    color: #e77000;
}
.orangeText {
    color: #daac2a;
}
a.orangeText:hover {
    color: #e77000;
}
.lightOrangeText {
    color: #f1cb5b;
}
a.lightOrangeText:hover {
    color: #f1cb5b;
}
.lightOrangeText2 {
    color: #ebb515;
}
a.lightOrangeText2:hover {
    color: #ebb515;
}
#prod-files {
    background: #ea4c3a url(/images/icon-pdf2.png) no-repeat left center;
    margin: 15px;
    padding: 18px 0 19px;
}
#prod-files-text {
    background: #ececec;
    margin-left: 59px;
    padding: 20px;
    color: #000;
}
.greenBlock {
    padding: 25px 20px 20px;
    background-color: #e77000;
}
.orangeBlock {
    padding: 25px 20px 20px;
    background-color: #daac2a;
}
html.preloading,
html.preloading body {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
html.preloading body .preloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

#header {
    margin-bottom: 20px;
}

.preloader {
}

.account-form {
}
.account-form .btn {
    border-radius: 17px;
}
.account-form .btn.btn-lg {
    border-radius: 23px;
}
.account-form .bootstrap-select {
    vertical-align: top;
}
.account-form .bootstrap-select.w250p {
    width: 250px;
}
.account-form .bootstrap-select.w270p {
    width: 270px;
}
.account-form .bootstrap-select .btn-default {
    outline: none !important;
    border-color: #cccccc;
    background-color: #fbfbfb;
}

.form-control {
    border-radius: 17px;
}
.form-control,
.form-control:focus {
    box-shadow: none !important;
    transition: none;
    background-color: #fbfbfb;
}
.form-control:focus {
    border-color: #a4c194;
    background-color: #eef5dd;
}
input[type="file"] {
    outline: none !important;
}
.text-regular {
    font-weight: 400;
}
.text-bold {
    font-weight: 700;
}
.text-semibold {
    font-weight: 600;
}
.text-light {
    font-weight: 300;
}
.text-italic {
    font-style: italic;
}
.text8 {
    font-size: 8px;
}
.text9 {
    font-size: 9px;
}
.text10 {
    font-size: 10px;
}
.text11 {
    font-size: 11px;
}
.text12 {
    font-size: 12px;
}
.text13 {
    font-size: 13px;
}
.text14 {
    font-size: 14px;
}
.text15 {
    font-size: 15px;
}
.text16 {
    font-size: 16px;
}
.text17 {
    font-size: 17px;
}
.text18 {
    font-size: 18px;
}
.text19 {
    font-size: 19px;
}
.text20 {
    font-size: 20px;
}
.text21 {
    font-size: 21px;
}
.text22 {
    font-size: 22px;
}
.text23 {
    font-size: 23px;
}
.text24 {
    font-size: 24px;
}
.text25 {
    font-size: 25px;
}
.text26 {
    font-size: 26px;
}
.text27 {
    font-size: 27px;
}
.text28 {
    font-size: 28px;
}
.text29 {
    font-size: 29px;
}
.text30 {
    font-size: 30px;
}
.text31 {
    font-size: 31px;
}
.text32 {
    font-size: 32px;
}
.text33 {
    font-size: 33px;
}
.text34 {
    font-size: 34px;
}
.text35 {
    font-size: 35px;
}
.text36 {
    font-size: 36px;
}
.text37 {
    font-size: 37px;
}
.text38 {
    font-size: 38px;
}
.text39 {
    font-size: 39px;
}
.text40 {
    font-size: 40px;
}
.lh10 {
    line-height: 10px;
}
.lh11 {
    line-height: 11px;
}
.lh12 {
    line-height: 12px;
}
.lh13 {
    line-height: 13px;
}
.lh14 {
    line-height: 14px;
}
.lh15 {
    line-height: 15px;
}
.lh16 {
    line-height: 16px;
}
.lh17 {
    line-height: 17px;
}
.lh18 {
    line-height: 18px;
}
.lh19 {
    line-height: 19px;
}
.lh20 {
    line-height: 20px;
}
.lh21 {
    line-height: 21px;
}
.lh22 {
    line-height: 22px;
}
.lh23 {
    line-height: 23px;
}
.lh24 {
    line-height: 24px;
}
.lh25 {
    line-height: 25px;
}
.lh26 {
    line-height: 26px;
}
.lh27 {
    line-height: 27px;
}
.lh28 {
    line-height: 28px;
}
.lh29 {
    line-height: 29px;
}
.lh30 {
    line-height: 30px;
}
.lh31 {
    line-height: 31px;
}
.lh32 {
    line-height: 32px;
}
.lh33 {
    line-height: 33px;
}
.lh34 {
    line-height: 34px;
}
.lh35 {
    line-height: 35px;
}
.lh36 {
    line-height: 36px;
}
.lh37 {
    line-height: 37px;
}
.lh38 {
    line-height: 38px;
}
.lh39 {
    line-height: 39px;
}
.lh40 {
    line-height: 40px;
}
.lh41 {
    line-height: 41px;
}
.lh42 {
    line-height: 42px;
}
.lh43 {
    line-height: 43px;
}
.lh44 {
    line-height: 44px;
}
.lh45 {
    line-height: 45px;
}
.lh46 {
    line-height: 46px;
}
.lh47 {
    line-height: 47px;
}
.lh48 {
    line-height: 48px;
}
.lh49 {
    line-height: 49px;
}
.lh50 {
    line-height: 50px;
}
.vamiddle {
    vertical-align: middle;
}
.vatop {
    vertical-align: top;
}
.va0 {
    vertical-align: 0px;
}
.va0m {
    vertical-align: -0px;
}
.va1 {
    vertical-align: 1px;
}
.va1m {
    vertical-align: -1px;
}
.va2 {
    vertical-align: 2px;
}
.va2m {
    vertical-align: -2px;
}
.va3 {
    vertical-align: 3px;
}
.va3m {
    vertical-align: -3px;
}
.va4 {
    vertical-align: 4px;
}
.va4m {
    vertical-align: -4px;
}
.va5 {
    vertical-align: 5px;
}
.va5m {
    vertical-align: -5px;
}
.va6 {
    vertical-align: 6px;
}
.va6m {
    vertical-align: -6px;
}
.va7 {
    vertical-align: 7px;
}
.va7m {
    vertical-align: -7px;
}
.va8 {
    vertical-align: 8px;
}
.va8m {
    vertical-align: -8px;
}
.va9 {
    vertical-align: 9px;
}
.va9m {
    vertical-align: -9px;
}
.va10 {
    vertical-align: 10px;
}
.va10m {
    vertical-align: -10px;
}
.mt0 {
    margin-top: 0px;
}
.mb0 {
    margin-bottom: 0px;
}
.ml0 {
    margin-left: 0px;
}
.mr0 {
    margin-right: 0px;
}
.w0 {
    width: 0%;
}
.mt1 {
    margin-top: 1px;
}
.mb1 {
    margin-bottom: 1px;
}
.ml1 {
    margin-left: 1px;
}
.mr1 {
    margin-right: 1px;
}
.w1 {
    width: 1%;
}
.mt2 {
    margin-top: 2px;
}
.mb2 {
    margin-bottom: 2px;
}
.ml2 {
    margin-left: 2px;
}
.mr2 {
    margin-right: 2px;
}
.w2 {
    width: 2%;
}
.mt3 {
    margin-top: 3px;
}
.mb3 {
    margin-bottom: 3px;
}
.ml3 {
    margin-left: 3px;
}
.mr3 {
    margin-right: 3px;
}
.w3 {
    width: 3%;
}
.mt4 {
    margin-top: 4px;
}
.mb4 {
    margin-bottom: 4px;
}
.ml4 {
    margin-left: 4px;
}
.mr4 {
    margin-right: 4px;
}
.w4 {
    width: 4%;
}
.mt5 {
    margin-top: 5px;
}
.mb5 {
    margin-bottom: 5px;
}
.ml5 {
    margin-left: 5px;
}
.mr5 {
    margin-right: 5px;
}
.w5 {
    width: 5%;
}
.mt6 {
    margin-top: 6px;
}
.mb6 {
    margin-bottom: 6px;
}
.ml6 {
    margin-left: 6px;
}
.mr6 {
    margin-right: 6px;
}
.w6 {
    width: 6%;
}
.mt7 {
    margin-top: 7px;
}
.mb7 {
    margin-bottom: 7px;
}
.ml7 {
    margin-left: 7px;
}
.mr7 {
    margin-right: 7px;
}
.w7 {
    width: 7%;
}
.mt8 {
    margin-top: 8px;
}
.mb8 {
    margin-bottom: 8px;
}
.ml8 {
    margin-left: 8px;
}
.mr8 {
    margin-right: 8px;
}
.w8 {
    width: 8%;
}
.mt9 {
    margin-top: 9px;
}
.mb9 {
    margin-bottom: 9px;
}
.ml9 {
    margin-left: 9px;
}
.mr9 {
    margin-right: 9px;
}
.w9 {
    width: 9%;
}
.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.ml10 {
    margin-left: 10px;
}
.mr10 {
    margin-right: 10px;
}
.w10 {
    width: 10%;
}
.mt11 {
    margin-top: 11px;
}
.mb11 {
    margin-bottom: 11px;
}
.ml11 {
    margin-left: 11px;
}
.mr11 {
    margin-right: 11px;
}
.w11 {
    width: 11%;
}
.mt12 {
    margin-top: 12px;
}
.mb12 {
    margin-bottom: 12px;
}
.ml12 {
    margin-left: 12px;
}
.mr12 {
    margin-right: 12px;
}
.w12 {
    width: 12%;
}
.mt13 {
    margin-top: 13px;
}
.mb13 {
    margin-bottom: 13px;
}
.ml13 {
    margin-left: 13px;
}
.mr13 {
    margin-right: 13px;
}
.w13 {
    width: 13%;
}
.mt14 {
    margin-top: 14px;
}
.mb14 {
    margin-bottom: 14px;
}
.ml14 {
    margin-left: 14px;
}
.mr14 {
    margin-right: 14px;
}
.w14 {
    width: 14%;
}
.mt15 {
    margin-top: 15px;
}
.mb15 {
    margin-bottom: 15px;
}
.ml15 {
    margin-left: 15px;
}
.mr15 {
    margin-right: 15px;
}
.w15 {
    width: 15%;
}
.mt16 {
    margin-top: 16px;
}
.mb16 {
    margin-bottom: 16px;
}
.ml16 {
    margin-left: 16px;
}
.mr16 {
    margin-right: 16px;
}
.w16 {
    width: 16%;
}
.mt17 {
    margin-top: 17px;
}
.mb17 {
    margin-bottom: 17px;
}
.ml17 {
    margin-left: 17px;
}
.mr17 {
    margin-right: 17px;
}
.w17 {
    width: 17%;
}
.mt18 {
    margin-top: 18px;
}
.mb18 {
    margin-bottom: 18px;
}
.ml18 {
    margin-left: 18px;
}
.mr18 {
    margin-right: 18px;
}
.w18 {
    width: 18%;
}
.mt19 {
    margin-top: 19px;
}
.mb19 {
    margin-bottom: 19px;
}
.ml19 {
    margin-left: 19px;
}
.mr19 {
    margin-right: 19px;
}
.w19 {
    width: 19%;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml20 {
    margin-left: 20px;
}
.mr20 {
    margin-right: 20px;
}
.w20 {
    width: 20%;
}
.mt21 {
    margin-top: 21px;
}
.mb21 {
    margin-bottom: 21px;
}
.ml21 {
    margin-left: 21px;
}
.mr21 {
    margin-right: 21px;
}
.w21 {
    width: 21%;
}
.mt22 {
    margin-top: 22px;
}
.mb22 {
    margin-bottom: 22px;
}
.ml22 {
    margin-left: 22px;
}
.mr22 {
    margin-right: 22px;
}
.w22 {
    width: 22%;
}
.mt23 {
    margin-top: 23px;
}
.mb23 {
    margin-bottom: 23px;
}
.ml23 {
    margin-left: 23px;
}
.mr23 {
    margin-right: 23px;
}
.w23 {
    width: 23%;
}
.mt24 {
    margin-top: 24px;
}
.mb24 {
    margin-bottom: 24px;
}
.ml24 {
    margin-left: 24px;
}
.mr24 {
    margin-right: 24px;
}
.w24 {
    width: 24%;
}
.mt25 {
    margin-top: 25px;
}
.mb25 {
    margin-bottom: 25px;
}
.ml25 {
    margin-left: 25px;
}
.mr25 {
    margin-right: 25px;
}
.w25 {
    width: 25%;
}
.mt26 {
    margin-top: 26px;
}
.mb26 {
    margin-bottom: 26px;
}
.ml26 {
    margin-left: 26px;
}
.mr26 {
    margin-right: 26px;
}
.w26 {
    width: 26%;
}
.mt27 {
    margin-top: 27px;
}
.mb27 {
    margin-bottom: 27px;
}
.ml27 {
    margin-left: 27px;
}
.mr27 {
    margin-right: 27px;
}
.w27 {
    width: 27%;
}
.mt28 {
    margin-top: 28px;
}
.mb28 {
    margin-bottom: 28px;
}
.ml28 {
    margin-left: 28px;
}
.mr28 {
    margin-right: 28px;
}
.w28 {
    width: 28%;
}
.mt29 {
    margin-top: 29px;
}
.mb29 {
    margin-bottom: 29px;
}
.ml29 {
    margin-left: 29px;
}
.mr29 {
    margin-right: 29px;
}
.w29 {
    width: 29%;
}
.mt30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.ml30 {
    margin-left: 30px;
}
.mr30 {
    margin-right: 30px;
}
.w30 {
    width: 30%;
}
.mt31 {
    margin-top: 31px;
}
.mb31 {
    margin-bottom: 31px;
}
.ml31 {
    margin-left: 31px;
}
.mr31 {
    margin-right: 31px;
}
.w31 {
    width: 31%;
}
.mt32 {
    margin-top: 32px;
}
.mb32 {
    margin-bottom: 32px;
}
.ml32 {
    margin-left: 32px;
}
.mr32 {
    margin-right: 32px;
}
.w32 {
    width: 32%;
}
.mt33 {
    margin-top: 33px;
}
.mb33 {
    margin-bottom: 33px;
}
.ml33 {
    margin-left: 33px;
}
.mr33 {
    margin-right: 33px;
}
.w33 {
    width: 33%;
}
.mt34 {
    margin-top: 34px;
}
.mb34 {
    margin-bottom: 34px;
}
.ml34 {
    margin-left: 34px;
}
.mr34 {
    margin-right: 34px;
}
.w34 {
    width: 34%;
}
.mt35 {
    margin-top: 35px;
}
.mb35 {
    margin-bottom: 35px;
}
.ml35 {
    margin-left: 35px;
}
.mr35 {
    margin-right: 35px;
}
.w35 {
    width: 35%;
}
.mt36 {
    margin-top: 36px;
}
.mb36 {
    margin-bottom: 36px;
}
.ml36 {
    margin-left: 36px;
}
.mr36 {
    margin-right: 36px;
}
.w36 {
    width: 36%;
}
.mt37 {
    margin-top: 37px;
}
.mb37 {
    margin-bottom: 37px;
}
.ml37 {
    margin-left: 37px;
}
.mr37 {
    margin-right: 37px;
}
.w37 {
    width: 37%;
}
.mt38 {
    margin-top: 38px;
}
.mb38 {
    margin-bottom: 38px;
}
.ml38 {
    margin-left: 38px;
}
.mr38 {
    margin-right: 38px;
}
.w38 {
    width: 38%;
}
.mt39 {
    margin-top: 39px;
}
.mb39 {
    margin-bottom: 39px;
}
.ml39 {
    margin-left: 39px;
}
.mr39 {
    margin-right: 39px;
}
.w39 {
    width: 39%;
}
.mt40 {
    margin-top: 40px;
}
.mb40 {
    margin-bottom: 40px;
}
.ml40 {
    margin-left: 40px;
}
.mr40 {
    margin-right: 40px;
}
.w40 {
    width: 40%;
}
.mt41 {
    margin-top: 41px;
}
.mb41 {
    margin-bottom: 41px;
}
.ml41 {
    margin-left: 41px;
}
.mr41 {
    margin-right: 41px;
}
.w41 {
    width: 41%;
}
.mt42 {
    margin-top: 42px;
}
.mb42 {
    margin-bottom: 42px;
}
.ml42 {
    margin-left: 42px;
}
.mr42 {
    margin-right: 42px;
}
.w42 {
    width: 42%;
}
.mt43 {
    margin-top: 43px;
}
.mb43 {
    margin-bottom: 43px;
}
.ml43 {
    margin-left: 43px;
}
.mr43 {
    margin-right: 43px;
}
.w43 {
    width: 43%;
}
.mt44 {
    margin-top: 44px;
}
.mb44 {
    margin-bottom: 44px;
}
.ml44 {
    margin-left: 44px;
}
.mr44 {
    margin-right: 44px;
}
.w44 {
    width: 44%;
}
.mt45 {
    margin-top: 45px;
}
.mb45 {
    margin-bottom: 45px;
}
.ml45 {
    margin-left: 45px;
}
.mr45 {
    margin-right: 45px;
}
.w45 {
    width: 45%;
}
.mt46 {
    margin-top: 46px;
}
.mb46 {
    margin-bottom: 46px;
}
.ml46 {
    margin-left: 46px;
}
.mr46 {
    margin-right: 46px;
}
.w46 {
    width: 46%;
}
.mt47 {
    margin-top: 47px;
}
.mb47 {
    margin-bottom: 47px;
}
.ml47 {
    margin-left: 47px;
}
.mr47 {
    margin-right: 47px;
}
.w47 {
    width: 47%;
}
.mt48 {
    margin-top: 48px;
}
.mb48 {
    margin-bottom: 48px;
}
.ml48 {
    margin-left: 48px;
}
.mr48 {
    margin-right: 48px;
}
.w48 {
    width: 48%;
}
.mt49 {
    margin-top: 49px;
}
.mb49 {
    margin-bottom: 49px;
}
.ml49 {
    margin-left: 49px;
}
.mr49 {
    margin-right: 49px;
}
.w49 {
    width: 49%;
}
.mt50 {
    margin-top: 50px;
}
.mb50 {
    margin-bottom: 50px;
}
.ml50 {
    margin-left: 50px;
}
.mr50 {
    margin-right: 50px;
}
.w50 {
    width: 50%;
}
.mt51 {
    margin-top: 51px;
}
.mb51 {
    margin-bottom: 51px;
}
.ml51 {
    margin-left: 51px;
}
.mr51 {
    margin-right: 51px;
}
.w51 {
    width: 51%;
}
.mt52 {
    margin-top: 52px;
}
.mb52 {
    margin-bottom: 52px;
}
.ml52 {
    margin-left: 52px;
}
.mr52 {
    margin-right: 52px;
}
.w52 {
    width: 52%;
}
.mt53 {
    margin-top: 53px;
}
.mb53 {
    margin-bottom: 53px;
}
.ml53 {
    margin-left: 53px;
}
.mr53 {
    margin-right: 53px;
}
.w53 {
    width: 53%;
}
.mt54 {
    margin-top: 54px;
}
.mb54 {
    margin-bottom: 54px;
}
.ml54 {
    margin-left: 54px;
}
.mr54 {
    margin-right: 54px;
}
.w54 {
    width: 54%;
}
.mt55 {
    margin-top: 55px;
}
.mb55 {
    margin-bottom: 55px;
}
.ml55 {
    margin-left: 55px;
}
.mr55 {
    margin-right: 55px;
}
.w55 {
    width: 55%;
}
.mt56 {
    margin-top: 56px;
}
.mb56 {
    margin-bottom: 56px;
}
.ml56 {
    margin-left: 56px;
}
.mr56 {
    margin-right: 56px;
}
.w56 {
    width: 56%;
}
.mt57 {
    margin-top: 57px;
}
.mb57 {
    margin-bottom: 57px;
}
.ml57 {
    margin-left: 57px;
}
.mr57 {
    margin-right: 57px;
}
.w57 {
    width: 57%;
}
.mt58 {
    margin-top: 58px;
}
.mb58 {
    margin-bottom: 58px;
}
.ml58 {
    margin-left: 58px;
}
.mr58 {
    margin-right: 58px;
}
.w58 {
    width: 58%;
}
.mt59 {
    margin-top: 59px;
}
.mb59 {
    margin-bottom: 59px;
}
.ml59 {
    margin-left: 59px;
}
.mr59 {
    margin-right: 59px;
}
.w59 {
    width: 59%;
}
.mt60 {
    margin-top: 60px;
}
.mb60 {
    margin-bottom: 60px;
}
.ml60 {
    margin-left: 60px;
}
.mr60 {
    margin-right: 60px;
}
.w60 {
    width: 60%;
}
.mt61 {
    margin-top: 61px;
}
.mb61 {
    margin-bottom: 61px;
}
.ml61 {
    margin-left: 61px;
}
.mr61 {
    margin-right: 61px;
}
.w61 {
    width: 61%;
}
.mt62 {
    margin-top: 62px;
}
.mb62 {
    margin-bottom: 62px;
}
.ml62 {
    margin-left: 62px;
}
.mr62 {
    margin-right: 62px;
}
.w62 {
    width: 62%;
}
.mt63 {
    margin-top: 63px;
}
.mb63 {
    margin-bottom: 63px;
}
.ml63 {
    margin-left: 63px;
}
.mr63 {
    margin-right: 63px;
}
.w63 {
    width: 63%;
}
.mt64 {
    margin-top: 64px;
}
.mb64 {
    margin-bottom: 64px;
}
.ml64 {
    margin-left: 64px;
}
.mr64 {
    margin-right: 64px;
}
.w64 {
    width: 64%;
}
.mt65 {
    margin-top: 65px;
}
.mb65 {
    margin-bottom: 65px;
}
.ml65 {
    margin-left: 65px;
}
.mr65 {
    margin-right: 65px;
}
.w65 {
    width: 65%;
}
.mt66 {
    margin-top: 66px;
}
.mb66 {
    margin-bottom: 66px;
}
.ml66 {
    margin-left: 66px;
}
.mr66 {
    margin-right: 66px;
}
.w66 {
    width: 66%;
}
.mt67 {
    margin-top: 67px;
}
.mb67 {
    margin-bottom: 67px;
}
.ml67 {
    margin-left: 67px;
}
.mr67 {
    margin-right: 67px;
}
.w67 {
    width: 67%;
}
.mt68 {
    margin-top: 68px;
}
.mb68 {
    margin-bottom: 68px;
}
.ml68 {
    margin-left: 68px;
}
.mr68 {
    margin-right: 68px;
}
.w68 {
    width: 68%;
}
.mt69 {
    margin-top: 69px;
}
.mb69 {
    margin-bottom: 69px;
}
.ml69 {
    margin-left: 69px;
}
.mr69 {
    margin-right: 69px;
}
.w69 {
    width: 69%;
}
.mt70 {
    margin-top: 70px;
}
.mb70 {
    margin-bottom: 70px;
}
.ml70 {
    margin-left: 70px;
}
.mr70 {
    margin-right: 70px;
}
.w70 {
    width: 70%;
}
.mt71 {
    margin-top: 71px;
}
.mb71 {
    margin-bottom: 71px;
}
.ml71 {
    margin-left: 71px;
}
.mr71 {
    margin-right: 71px;
}
.w71 {
    width: 71%;
}
.mt72 {
    margin-top: 72px;
}
.mb72 {
    margin-bottom: 72px;
}
.ml72 {
    margin-left: 72px;
}
.mr72 {
    margin-right: 72px;
}
.w72 {
    width: 72%;
}
.mt73 {
    margin-top: 73px;
}
.mb73 {
    margin-bottom: 73px;
}
.ml73 {
    margin-left: 73px;
}
.mr73 {
    margin-right: 73px;
}
.w73 {
    width: 73%;
}
.mt74 {
    margin-top: 74px;
}
.mb74 {
    margin-bottom: 74px;
}
.ml74 {
    margin-left: 74px;
}
.mr74 {
    margin-right: 74px;
}
.w74 {
    width: 74%;
}
.mt75 {
    margin-top: 75px;
}
.mb75 {
    margin-bottom: 75px;
}
.ml75 {
    margin-left: 75px;
}
.mr75 {
    margin-right: 75px;
}
.w75 {
    width: 75%;
}
.mt76 {
    margin-top: 76px;
}
.mb76 {
    margin-bottom: 76px;
}
.ml76 {
    margin-left: 76px;
}
.mr76 {
    margin-right: 76px;
}
.w76 {
    width: 76%;
}
.mt77 {
    margin-top: 77px;
}
.mb77 {
    margin-bottom: 77px;
}
.ml77 {
    margin-left: 77px;
}
.mr77 {
    margin-right: 77px;
}
.w77 {
    width: 77%;
}
.mt78 {
    margin-top: 78px;
}
.mb78 {
    margin-bottom: 78px;
}
.ml78 {
    margin-left: 78px;
}
.mr78 {
    margin-right: 78px;
}
.w78 {
    width: 78%;
}
.mt79 {
    margin-top: 79px;
}
.mb79 {
    margin-bottom: 79px;
}
.ml79 {
    margin-left: 79px;
}
.mr79 {
    margin-right: 79px;
}
.w79 {
    width: 79%;
}
.mt80 {
    margin-top: 80px;
}
.mb80 {
    margin-bottom: 80px;
}
.ml80 {
    margin-left: 80px;
}
.mr80 {
    margin-right: 80px;
}
.w80 {
    width: 80%;
}
.mt81 {
    margin-top: 81px;
}
.mb81 {
    margin-bottom: 81px;
}
.ml81 {
    margin-left: 81px;
}
.mr81 {
    margin-right: 81px;
}
.w81 {
    width: 81%;
}
.mt82 {
    margin-top: 82px;
}
.mb82 {
    margin-bottom: 82px;
}
.ml82 {
    margin-left: 82px;
}
.mr82 {
    margin-right: 82px;
}
.w82 {
    width: 82%;
}
.mt83 {
    margin-top: 83px;
}
.mb83 {
    margin-bottom: 83px;
}
.ml83 {
    margin-left: 83px;
}
.mr83 {
    margin-right: 83px;
}
.w83 {
    width: 83%;
}
.mt84 {
    margin-top: 84px;
}
.mb84 {
    margin-bottom: 84px;
}
.ml84 {
    margin-left: 84px;
}
.mr84 {
    margin-right: 84px;
}
.w84 {
    width: 84%;
}
.mt85 {
    margin-top: 85px;
}
.mb85 {
    margin-bottom: 85px;
}
.ml85 {
    margin-left: 85px;
}
.mr85 {
    margin-right: 85px;
}
.w85 {
    width: 85%;
}
.mt86 {
    margin-top: 86px;
}
.mb86 {
    margin-bottom: 86px;
}
.ml86 {
    margin-left: 86px;
}
.mr86 {
    margin-right: 86px;
}
.w86 {
    width: 86%;
}
.mt87 {
    margin-top: 87px;
}
.mb87 {
    margin-bottom: 87px;
}
.ml87 {
    margin-left: 87px;
}
.mr87 {
    margin-right: 87px;
}
.w87 {
    width: 87%;
}
.mt88 {
    margin-top: 88px;
}
.mb88 {
    margin-bottom: 88px;
}
.ml88 {
    margin-left: 88px;
}
.mr88 {
    margin-right: 88px;
}
.w88 {
    width: 88%;
}
.mt89 {
    margin-top: 89px;
}
.mb89 {
    margin-bottom: 89px;
}
.ml89 {
    margin-left: 89px;
}
.mr89 {
    margin-right: 89px;
}
.w89 {
    width: 89%;
}
.mt90 {
    margin-top: 90px;
}
.mb90 {
    margin-bottom: 90px;
}
.ml90 {
    margin-left: 90px;
}
.mr90 {
    margin-right: 90px;
}
.w90 {
    width: 90%;
}
.mt91 {
    margin-top: 91px;
}
.mb91 {
    margin-bottom: 91px;
}
.ml91 {
    margin-left: 91px;
}
.mr91 {
    margin-right: 91px;
}
.w91 {
    width: 91%;
}
.mt92 {
    margin-top: 92px;
}
.mb92 {
    margin-bottom: 92px;
}
.ml92 {
    margin-left: 92px;
}
.mr92 {
    margin-right: 92px;
}
.w92 {
    width: 92%;
}
.mt93 {
    margin-top: 93px;
}
.mb93 {
    margin-bottom: 93px;
}
.ml93 {
    margin-left: 93px;
}
.mr93 {
    margin-right: 93px;
}
.w93 {
    width: 93%;
}
.mt94 {
    margin-top: 94px;
}
.mb94 {
    margin-bottom: 94px;
}
.ml94 {
    margin-left: 94px;
}
.mr94 {
    margin-right: 94px;
}
.w94 {
    width: 94%;
}
.mt95 {
    margin-top: 95px;
}
.mb95 {
    margin-bottom: 95px;
}
.ml95 {
    margin-left: 95px;
}
.mr95 {
    margin-right: 95px;
}
.w95 {
    width: 95%;
}
.mt96 {
    margin-top: 96px;
}
.mb96 {
    margin-bottom: 96px;
}
.ml96 {
    margin-left: 96px;
}
.mr96 {
    margin-right: 96px;
}
.w96 {
    width: 96%;
}
.mt97 {
    margin-top: 97px;
}
.mb97 {
    margin-bottom: 97px;
}
.ml97 {
    margin-left: 97px;
}
.mr97 {
    margin-right: 97px;
}
.w97 {
    width: 97%;
}
.mt98 {
    margin-top: 98px;
}
.mb98 {
    margin-bottom: 98px;
}
.ml98 {
    margin-left: 98px;
}
.mr98 {
    margin-right: 98px;
}
.w98 {
    width: 98%;
}
.mt99 {
    margin-top: 99px;
}
.mb99 {
    margin-bottom: 99px;
}
.ml99 {
    margin-left: 99px;
}
.mr99 {
    margin-right: 99px;
}
.w99 {
    width: 99%;
}
.mt100 {
    margin-top: 100px;
}
.mb100 {
    margin-bottom: 100px;
}
.ml100 {
    margin-left: 100px;
}
.mr100 {
    margin-right: 100px;
}
.w100 {
    width: 100%;
}
.wauto {
    width: auto;
}
.dblock {
    display: block !important;
}
.diblock {
    display: inline-block !important;
    width: auto;
}
.cpointer {
    cursor: pointer;
}

html,
body {
    background-color: #fff;
}
img {
    max-width: 100%;
}
.easyzoom-flyout img {
    max-width: 10000px;
}
.container-fluid {
    max-width: 1160px;
    min-width: 320px;
}
#footer {
    padding-top: 50px;
    background-color: #f4f4f4;
}
#mod_header .mod_header_container {
    position: relative;
    padding-top: 10px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}
#logo {
    max-width: 130px;
}
#logo a {
    display: block;
}
#top-menu .navbar-default {
    border: none;
    background-color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    min-height: initial;
}
#top-menu .navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 17px;
    color: #333;
    padding: 15px 10px 12px;
    font-weight: 400;
}
#top-menu .navbar-default .navbar-nav > li > a:hover {
    color: #e77000;
}
#top-menu .navbar-default .navbar-nav > .open > a {
    background-color: transparent;
    color: #e77000;
}
#topNavbar {
    padding: 0px;
    border-color: #fff;
    background-color: #fff;
}
#topNavbar > .navbar-nav {
    float: right;
}
#topNavbarHeader {
    padding: 10px 15px;
    display: none;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}
#topNavbarFooter {
    padding: 15px;
    display: none;
    border-top: 1px solid #e7e7e7;
    margin-top: 15px;
}

.main-categories + .topic h1 {
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 5px;
}
#signup-form .form-control {
    border-color: #ddd;
    background-color: #fff;
}
#signup-form .form-control:focus {
    border-color: #bad7aa;
    background-color: #f3fae2;
}
#top-search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: relative;
}
#top-search-switch {
    cursor: pointer;
    line-height: 1;
    margin-top: 2px;
}
#top-search-switch .icon {
    line-height: 1;
}
#search-form {
    position: absolute;
    right: -5px;
    z-index: 1;
    display: none;
    width: 200px;
}
#search-form.active {
    display: block;
}
#search-form .form-control {
    height: 32px;
    padding: 5px 12px;
    border-radius: 16px 0 0 16px;
    border-color: #ddd;
    background-color: #fff;
    border-right: none;
}
#search-form .form-control:focus {
    border-color: #bad7aa;
    background-color: #f3fae2;
}
#search-form .form-control:focus + .input-group-addon {
    border-color: #bad7aa;
    background-color: #f3fae2;
}
#search-form .input-group-addon {
    border-radius: 0 16px 16px 0;
    border-color: #ddd;
    color: #a9a9a9;
    background-color: #fff;
}
#account-links {
    display: flex;
    align-items: center;
    gap: 6px;
}
#account-links a {
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px
}
.user-email {
    position: absolute;
    bottom: -17px;
    left: 0;
    font-size: 12px;
    display: block;
    color: #888;
    white-space: nowrap;
}
#account-links a:hover .user-email {
    color: #e77000;
}
.user-logout {
    color: #666;
}
.user-logout:hover {
    color: #ce362b;
}
.shoppingCartSubtotal strong {
    font-weight: 700;
    font-size: 24px;
}
.cartTotals {
    text-align: right;
    margin-bottom: 30px;
}
.whenIClick {
    text-align: right;
    margin-bottom: 10px;
}
#checkout-form {
    text-align: right;
}
#checkout-form > * {
    vertical-align: top;
    margin-bottom: 10px;
}
.paypalReliable {
    text-align: right;
}
.address-block {
    font-style: italic;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.topic {
    margin-bottom: 30px;
    font-size: 15px;
}
.topic-header {
}
.topic-descr {
    font-size: 20px;
    font-weight: 300;
}
.topic-content {
    color: #666;
}
.topic-content h1,
.topic-content h2,
.topic-content h3,
.topic-content h4,
.topic-content h5,
.topic-content h6,
.topic-content strong,
.topic-content b {
    color: #333;
}

.topic-content h4 {
    margin-top: 0;
    font-size: 17px;
    color: #000;
}
.topic-content ul {
    list-style: none;
    padding: 0;
    font-style: italic;
}
.topic-content ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
.topic-content ul li::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    background-color: #b2cd00;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 7px;
}

.video {
    max-width: 390px;
}
.video-image .video-modal {
    display: block;
    position: relative;
}
.video-image .video-modal::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: all 0.3s;
}
.video-image .video-modal:hover::after {
    opacity: 0;
}
.video-shdescr {
    color: #666;
    max-height: 60px;
    overflow: hidden;
}
.cat-header {
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
}
.cat-top .cat-header {
    float: left;
}
.cat-top .product-sort-top {
    float: right;
}
.bootstrap-select .dropdown-menu {
    min-width: 70px !important;
}
.form-control.form-control-round {
    border-radius: 16px;
    height: auto;
    padding: 4px 12px 5px;
    border-color: #e8e8e8;
}
.form-control.form-control-round.bootstrap-select {
    width: auto;
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.form-control.form-control-round .dropdown-toggle {
    border-radius: 16px;
    height: auto;
    padding: 4px 30px 5px 12px;
    border-color: #e8e8e8 !important;
    box-shadow: none !important;
    outline: none !important;
    overflow: hidden;
}
.form-control.form-control-round .dropdown-toggle .bs-caret {
    width: 23px;
    display: inline-block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-left: 0px;
}
.form-control.form-control-round .dropdown-toggle .bs-caret .caret {
    left: 6px;
    top: 51%;
    right: auto;
}
.mod_cat_sort_2 {
    margin: 20px 0;
    padding: 15px 0;
    border-top: 2px solid #ededed;
}
.mod_cat_sort_2 .resultCount {
    float: right;
    margin-top: 4px;
}
.nav_info {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.accountFormsBlock {
    margin-bottom: 200px;
}
.real-table td {
    text-align: center;
    border-color: #f7f7f7 !important;
    border-bottom: 1px solid #f1f1f1;
}
.real-table td:nth-child(2) {
    text-align: left;
}
.real-table td:last-of-type {
    text-align: right;
}
.real-table td.header {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}
.real-table td.header:last-of-type {
    text-align: right;
}
.paginationBlock .pages {
    display: inline-block;
    font-size: 16px;
    min-width: 40px;
    max-height: 40px;
    padding: 9px 10px;
    text-align: center;
    border-radius: 20px;
    color: #333;
}
.paginationBlock .pages:hover,
.paginationBlock b.pages {
    background-color: #d5eaa4;
    font-weight: 400;
}
.with-btn .cat-header {
    float: left;
}
.with-btn .btn {
    float: right;
}
.pricingarea {
    margin-top: 15px;
    margin-bottom: 20px;
}
.productPagePrice {
    font-size: 30px;
    color: #e77000;
}
.productPagePriceOld {
    color: #999;
    text-decoration: line-through;
}
.productStock {
    color: #a1a1a1;
    font-size: 14px;
    display: inline-block;
    font-weight: 300;
}
.product-actions {
    text-align: right;
}
.product-actions .bootstrap-select {
    display: inline-block;
    width: auto !important;
    margin-right: 50px;
}
.product-actions .bootstrap-select .dropdown-toggle {
    width: auto !important;
}
.product-actions .addtocart {
    display: inline-block;
}
.products-row .product {
    margin-bottom: 20px;
}
.product {
    max-width: 240px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    min-height: 345px;
}
.product.brand {
    min-height: 0px;
}
.product .productImg {
    position: relative;
    overflow: hidden;
}
.product .productImg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s;
}
.product .productName {
    color: #333;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 300;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}
.product:hover .productName {
    color: #e77000;
}
.product:hover .productImg::after {
    opacity: 1;
}
.product .productPrice .productPriceCurrent {
    font-size: 24px;
    color: #e77000;
}
.product .productPrice .productPriceSpecial {
    font-size: 24px;
    color: #e77000;
}
.product .productPrice .productPriceOld {
    text-decoration: line-through;
    color: #999;
    font-size: 16px;
}
.product .productImg .productSaleSticker {
    display: none;
}
.product .brandImg {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
}
.product .productComing {
    height: 20px;
}

.category {
    position: relative;
    min-height: 240px;
    margin-bottom: 20px;
    max-width: 100%;
}
.category a {
    display: block;
}
.category .categoryImg::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: all 0.3s;
}
.category:hover .categoryImg::after {
    opacity: 1;
}
.category .categoryName {
    background-color: rgba(249, 249, 249, 0.88);
    width: 100%;
    /*position: absolute;
    left: 0;
    bottom: 0;*/
    position: relative;
    margin: 0;
    padding: 21px 76px 21px 21px;
}
.category:hover .categoryName h4,
.category:hover .categoryName h5 {
    color: #e77000;
}
.category .categoryName h4 {
    margin: 0 0 3px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 300;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category .categoryName h5 {
    margin: 0;
    color: #999;
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.category .categoryName .categoryNextIcon {
    position: absolute;
    right: 13px;
    top: 21px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    color: #d4d4d4;
    text-align: center;
    font-size: 28px;
    padding-top: 5px;
    padding-left: 3px;
}

.category:hover .categoryName .categoryNextIcon {
    border-color: #e77000;
    background-color: #e77000;
    color: #fff;
}

.productGalleryTop {
    position: relative;
    height: 600px;
    overflow: hidden;
    margin-bottom: 18px;
}
.productGalleryTop img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.productGalleryTop .productGalleryTopLoading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}
.productGalleryTop .productGalleryTopLoading img {
    position: relative;
    top: 50%;
    margin-top: -64px;
}
.productGalleryLink {
    display: inline-block;
    position: relative;
    height: 150px;
    width: 224px;
    overflow: hidden;
    margin-right: 10px;
    opacity: 0.6;
}
.productGalleryLink.active {
    opacity: 1;
}
.productGalleryLink img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.pname {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 0px;
}
.productArrow {
    color: #999;
    text-align: center;
    padding-top: 5px;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 20px;
}
.productArrow.active:hover {
    background-color: #eef7db;
}
.productArrow.disabled {
    opacity: 0.6;
}
.productManufacturerLogo {
    float: left;
    margin-right: 30px;
}

.productDetailsTop {
    position: relative;
}
.productDetailsTop .pname {
    margin-right: 340px;
}
.productDetailsTop .productDownload {
    position: absolute;
    right: 0;
    top: 0;
}

.productDownload > .btn {
    padding-left: 20px;
    padding-right: 20px;
}
.productDownload > .btn > i {
    display: inline-block;
    margin-right: 5px;
}

.productDetailsImage {
    margin-bottom: 30px;
}
.productDetailsInfo {
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 2px solid #ededed;
}
.product-description-short {
    margin-bottom: 30px;
}
.product-description-params-block {
    margin-bottom: 30px;
}
.product-description-params-block > p {
    margin-bottom: 5px;
}
.product-description-params {
    max-width: 550px;
}
.product-page-params {
}
.product-description-params > p,
.product-page-params > p {
    font-size: 15px;
    padding: 13px 0 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0;
}
.product-description-params > p:last-child,
.product-page-params > p:last-child {
    border-bottom: none;
}
.product-description-params > p > span,
.product-page-params > p > span {
    color: #666;
}
.product-description-image {
    margin-bottom: 30px;
}
.product-description-features {
    margin-bottom: 30px;
}
.product-description-features > p {
    margin-bottom: 5px;
}

.product-full-description {
    margin: 15px 0;
    line-height: 1.5;
    color: #333;
}
.product-full-description ul {
    padding: 0;
    list-style: none;
}
.product-full-description ul li {
    position: relative;
    padding: 2px 0 2px 20px;
}
.product-full-description ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #333;
}
.product-full-description p > strong:only-child {
    text-transform: uppercase;
    font-size: 18px;
    color: #666;
}

#mod_nav {
    margin-bottom: 30px;
    font-size: 14px;
}
#mod_nav .path {
    color: #e77000;
    padding-top: 20px;
    border-top: 2px solid #ededed;
}
#mod_nav .path .breadcrumb_separator {
    color: #ccc;
    margin: 0 5px;
    display: inline-block;
}
.productPrevIcon {
    background: url(icons.png) no-repeat -200px -50px;
    width: 11px;
    height: 20px;
    display: inline-block;
}
.productNextIcon {
    background: url(icons.png) no-repeat -250px -50px;
    width: 11px;
    height: 20px;
    display: inline-block;
}
.moreIcon {
    background: url(icons.png) no-repeat 0px 0px;
    width: 50px;
    height: 50px;
    display: inline-block;
}
.moreIcon:hover {
    background-position: -100px 0px;
}
.pdfIcon {
    background: url(icons.png) no-repeat -450px 0;
    width: 18px;
    height: 18px;
    display: inline-block;
}
.tickIcon {
    background: url(icons.png) no-repeat -400px 0;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.social {
    background: url(icons.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.social-facebook {
    background-position: -200px 0px;
}
.social-twitter {
    background-position: -250px 0px;
}
.social-instagram {
    background-position: -300px 0px;
}
.social-pinterest {
    background-position: -350px 0px;
}
.social-googleplus {
    background-position: -300px -50px;
}
.social-linkedin {
    background-position: -350px -50px;
}
.social-houzz {
    background-position: -400px -50px;
}
#bottom-info-text {
    margin: 30px 0;
}
.bottom-menu-wrapper ul {
    line-height: 24px;
    font-size: 14px;
}
.bottom-menu-wrapper ul a {
    color: #808080;
    font-size: 16px;
    display: inline-block;
    line-height: 27px;
}
.bottom-menu-wrapper ul a:hover {
    color: #e77000;
}
.bottom-menu-header {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.main-category .main-category-text {
    background-color: #f9f9f9;
    position: relative;
    padding: 22px 15px 22px 18px;
}
.main-category .main-category-text .moreIcon {
    position: absolute;
    right: 15px;
    top: 22px;
}
.main-category .main-category-text h3 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px;
    color: #333;
}
.main-category .main-category-text div {
    font-size: 18px;
    color: #999;
}
#mod_bottom_menu {
    padding-bottom: 40px;
}
#signup-form {
    margin-top: 10px;
}
#signup-form .form-group {
    margin-bottom: 10px;
}
#signup-form .form-control {
    border-radius: 16px;
    height: 32px;
    padding: 5px 12px;
}
.more-btn {
    margin-bottom: 40px;
    text-align: right;
}
#copyright {
    margin-top: 40px;
}
.review-input-status {
    padding-left: 20px;
    height: 14px;
    overflow: hidden;
    display: inline-block;
    line-height: 14px;
    font-size: 13px;
}
.btn {
    padding: 6px 12px;
}
.btn-default {
    border-color: #e8e8e8;
    padding: 4px 12px;
}
.btn-xl {
    padding: 10px 20px 9px;
    font-size: 18px;
    height: 47px;
}
.btn-round {
    border-radius: 17px;
}
.btn-round.btn-sm {
    border-radius: 15px;
}
.btn-round.btn-lg {
    border-radius: 19px;
}
.btn-round.btn-xl {
    border-radius: 23px;
}
.btn.btn-danger.btn-danger-round {
    border-radius: 13px;
    height: auto;
    padding: 3px 12px;
}
.btn.btn-success.btn-success-round {
    border-radius: 14px;
    height: auto;
    padding: 3px 12px;
}
.btn.btn-lg.btn-success.btn-success-round {
    border-radius: 20px;
    height: auto;
    font-size: 15px;
    padding: 10px 60px;
}
.btn.btn-grey.btn-grey-round {
    background-color: #bcbcbc;
    border-color: #bcbcbc;
    border-radius: 14px;
    height: auto;
    padding: 3px 12px;
    color: #fff;
}
.btn.btn-grey.btn-grey-round:hover {
    background-color: #999;
    border-color: #999;
}
.btn.btn-lg.btn-grey.btn-grey-round {
    border-radius: 20px;
    height: auto;
    font-size: 15px;
    padding: 10px 60px;
}
.btn-white-transparent {
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.btn-white-transparent:hover {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}

.side-block {
    margin-bottom: 35px;
}
.side-block-header {
    font-size: 18px;
    color: #000;
    margin-top: 0px;
    font-weight: 600;
}

#side-menu {
    padding-left: 20px;
    margin-top: 45px;
}

.side-pages-list {
    margin-top: 5px;
}
.side-pages-list li {
}
.side-pages-list li a {
    display: inline-block;
    padding: 2px 17px 1px;
    margin-left: -17px;
    font-size: 14px;
    border-radius: 15px;
}
.side-pages-list li a:hover {
    background-color: #f1f1f1;
    color: #333;
}
.side-pages-list-social {
    font-style: italic;
}
.side-pages-list-social li a {
    color: #969696;
}

.category-parameters {
}
.category-parameter {
    margin-bottom: 35px;
}
.category-parameter-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.category-parameter-list > li {
    margin-top: 15px;
    margin-bottom: 15px;
}
.category-parameter-list > li > a {
    display: block;
    color: #333;
    font-size: 15px;
    position: relative;
    padding-left: 29px;
}
.category-parameter-list > li.active > a {
    font-weight: 600;
}
.category-parameter-list > li > a::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    background: url(../images/icons.png) no-repeat;
    background-position: -50px -100px;
}
.category-parameter-list > li > a > .category-parameter-color {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
}

.category-parameter-list > li.active > a::before {
    background-position: 0px -100px;
}
.category-parameter-list > li.active > a > .category-parameter-color::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 10px;
    height: 9px;
    background: url(../images/icons.png) no-repeat;
    background-position: -100px -100px;
}
.category-parameter-list > li > a:hover {
    color: #e77000;
}

.shipthesame-label {
    font-weight: normal;
}
.shipthesame-label input[type="checkbox"] {
    display: inline-block;
    margin-top: 0;
    margin-right: 5px;
    vertical-align: -1px;
}
.w100p {
    width: 100px;
}
.w130p {
    width: 130px;
}
.w190p {
    width: 190px;
}
.w250p {
    width: 250px;
}
.w260p {
    width: 260px;
}
.w270p {
    width: 270px;
}
.w390p {
    width: 390px;
}
.account-form .control-label {
    font-weight: normal;
    text-align: right;
}
.form-horizontal .control-label {
    margin-bottom: 5px;
}
#order-form.form-horizontal .control-label:not(.break) {
    white-space: nowrap;
}
.lg-backdrop.in {
    opacity: 0.4;
}
.slider-gallery-block {
    margin-bottom: 15px;
}
.slider-nav-block {
    position: relative;
}
.slider-nav-block .productArrow {
    text-align: center;
    cursor: pointer;
    background-color: #f7f7f7;
    padding-top: 9px;
    padding-left: 3px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -20px;
}

.gallery-slide {
    max-height: 775px;
    overflow: hidden;
}
.gallery-thumb {
    cursor: pointer;
    margin-bottom: 9px;
    opacity: 0.6;
}
.gallery-thumb.slick-current {
    opacity: 1;
}
.lg-progress-bar .lg-progress {
    background-color: #84c225 !important;
    height: 5px;
    width: 0;
}

.product-pager {
    margin-top: 50px;
    font-weight: 300;
    font-size: 16px;
}
.product-pager a {
    color: #000;
}
.product-pager a:hover {
    color: #ff7d00;
}
.product-pager .product-pager-btn.active a:hover .productArrow {
    background-color: #fafafa;
}
.product-pager .productArrow {
    padding-top: 10px;
}

.product-pager-btn {
    text-transform: uppercase;
    color: #bbb;
}
.product-pager-prev {
    text-align: left;
}
.product-pager-prev .productArrow {
    margin-right: 2px;
}
.product-pager-next {
    text-align: right;
}
.product-pager-next .productArrow {
    margin-left: 2px;
    padding-left: 4px;
}

.alert-success2 {
    font-size: 18px;
    color: #69a326;
    border-color: #69a326;
    background-color: #ffffd5;
}
.page-login #content {
    background: url("/uploads/bg-contact.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 155px;
}
.page-login #mod_nav {
    display: none;
}
.page-login .accountFormsBlock {
}
.sign-in-block {
    max-width: 810px;
    min-height: 525px;
    margin: 0 auto;
    border-radius: 7px;
    overflow: hidden;
    background-color: #fff;
}
.sign-in-info {
    margin-right: -15px;
    padding: 30px 30px 100px 50px;
    color: #fff;
    background: url("/uploads/bg-sign-in.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 20px;
    min-height: 525px;
    position: relative;
}
.go-sign-up {
    position: absolute;
    bottom: 32px;
}
.sign-in-info h1 {
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 300;
}
.sign-in-form {
    margin-left: -15px;
    padding: 30px 75px 30px 75px;
}
.sign-in-form .form-group {
    margin-bottom: 30px;
}
.sign-in-form .form-control {
    font-size: 20px;
    border: none;
    border-bottom: 2px solid #e5e5e5;
    color: #000;
    background-color: #fff;
    border-radius: 0;
    height: 50px;
}
.sign-in-form .sign-in-form-send {
    margin-top: 50px;
    margin-bottom: 20px;
}
.sign-in-form .send-btn {
    font-size: 20px;
    height: 50px;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #ff7d00;
    border-color: #ff7d00;
}
.sign-in-form .send-btn:hover {
    background-color: #808e02;
    border-color: #808e02;
}
.sign-in-form .sign-in-form-forgot {
    text-align: center;
    font-size: 16px;
}
.sign-in-form .sign-in-form-forgot a {
    display: inline-block;
}
#sign-in {
    padding-top: 80px;
}
#recover .form-group {
    margin-bottom: 20px;
}

.sign-in-form ::-webkit-input-placeholder {
    color: #000;
    text-overflow: ellipsis;
}
.sign-in-form ::-moz-placeholder {
    color: #000;
    text-overflow: ellipsis;
} /* Firefox 19+ */
.sign-in-form :-moz-placeholder {
    color: #000;
    text-overflow: ellipsis;
} /* Firefox 18- */
.sign-in-form :-ms-input-placeholder {
    color: #000;
    text-overflow: ellipsis;
}
.sign-in-form :focus::-webkit-input-placeholder {
    opacity: 0.2;
}
.sign-in-form :focus::-moz-placeholder {
    opacity: 0.2;
}
.sign-in-form :focus:-moz-placeholder {
    opacity: 0.2;
}
.sign-in-form :focus:-ms-input-placeholder {
    opacity: 0.2;
}

.page-51 #content,
.page-624 #content,
.page-820 #content {
    background: url("/uploads/bg-contact.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 55px;
}
.page-51 .cat-header,
.page-624 .cat-header {
    text-align: center;
    font-size: 60px;
    margin-bottom: 10px;
    font-weight: 300;
}
.page-51 .topic,
.page-624 .topic {
    text-align: center;
}
.page-51 .topic-content,
.page-624 .topic-content {
    color: #000;
    margin-bottom: 40px;
}
.page-51 .topic .topic-content p:first-child {
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 17px;
}
.page-51 .topic .topic-content p:last-child {
    font-size: 30px;
}

.question-block {
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 30px;
    font-size: 15px;
    min-height: 175px;
}
.question-block p:last-child {
    margin-bottom: 0;
}

.form-control-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/icons.png) no-repeat;
    left: 25px;
    top: 20px;
}
.icon-user {
    background-position: 0 -150px;
}
.icon-email {
    background-position: -50px -146px;
}
.icon-phone {
    background-position: -100px -150px;
}
.icon {
    display: inline-block;
}
.icon-search {
    width: 18px;
    height: 18px;
    background: url(../images/search.png) no-repeat;
}

.alert {
    padding: 20px 25px;
    border-radius: 32px;
}
.alert-danger {
    background-color: #f9ded9;
    border-color: #e14432;
    color: #ca3d2d;
}

.center-form-container,
.feedback-front {
    max-width: 508px;
    margin: 0 auto 63px;
}
.center-standard-form,
.feedback-form {
    position: relative;
}
.center-standard-form .preloader,
.feedback-form .preloader {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.center-standard-form .form-group,
.feedback-form .form-group {
    margin-bottom: 26px;
    position: relative;
}
.center-standard-form .form-control-icon,
.feedback-form .form-control-icon {
    position: absolute;
}
.center-standard-form .form-control,
.feedback-form .form-control {
    height: 64px;
    background-color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.85);
    border-radius: 32px;
    font-size: 19px;
    padding: 16px 20px 16px 68px;
}
.center-standard-form textarea.form-control,
.feedback-form textarea.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 16px 0;
}
.center-standard-form .form-control.captcha-form-control,
.feedback-form .form-control#icode {
    width: 180px;
    display: inline-block;
    margin-right: 20px;
    padding: 16px 20px;
}
.center-standard-form .form-group.has-error .form-control,
.feedback-form .form-group.has-error .form-control {
    border-color: #e14432;
}
.center-standard-form .form-group.has-success .form-control,
.feedback-form .form-group.has-success .form-control {
    border-color: #009a00;
}
.center-standard-form .help-block,
.feedback-form .help-block {
    display: block;
    padding-left: 20px;
}
.center-standard-form .form-group.has-error .help-block,
.feedback-form .form-group.has-error .help-block {
    color: #000;
}
.center-standard-form .form-group.has-success .help-block,
.feedback-form .form-group.has-success .help-block {
    color: #000;
}
.center-standard-form .send-btn,
.feedback-form .send-btn {
    font-size: 20px;
    text-transform: uppercase;
    background-color: #ff7d00;
    border-color: #ff7d00;
    height: 64px;
    border-radius: 32px;
    padding: 16px 20px;
}

.center-standard-form .send-btn:hover,
.center-standard-form .send-btn:focus,
.center-standard-form .send-btn:active,
.feedback-form .send-btn:hover,
.feedback-form .send-btn:focus,
.feedback-form .send-btn:active {
    background-color: #839a00;
    border-color: #839a00;
}

.center-standard-form ::-webkit-input-placeholder {
    color: #000;
    text-overflow: ellipsis;
}
.center-standard-form ::-moz-placeholder {
    color: #000;
    text-overflow: ellipsis;
} /* Firefox 19+ */
.center-standard-form :-moz-placeholder {
    color: #000;
    text-overflow: ellipsis;
} /* Firefox 18- */
.center-standard-form :-ms-input-placeholder {
    color: #000;
    text-overflow: ellipsis;
}
.center-standard-form :focus::-webkit-input-placeholder {
    opacity: 0.2;
}
.center-standard-form :focus::-moz-placeholder {
    opacity: 0.2;
}
.center-standard-form :focus:-moz-placeholder {
    opacity: 0.2;
}
.center-standard-form :focus:-ms-input-placeholder {
    opacity: 0.2;
}

.feedback-form ::-webkit-input-placeholder {
    color: #000;
    text-overflow: ellipsis;
}
.feedback-form ::-moz-placeholder {
    color: #000;
    text-overflow: ellipsis;
} /* Firefox 19+ */
.feedback-form :-moz-placeholder {
    color: #000;
    text-overflow: ellipsis;
} /* Firefox 18- */
.feedback-form :-ms-input-placeholder {
    color: #000;
    text-overflow: ellipsis;
}
.feedback-form :focus::-webkit-input-placeholder {
    opacity: 0.2;
}
.feedback-form :focus::-moz-placeholder {
    opacity: 0.2;
}
.feedback-form :focus:-moz-placeholder {
    opacity: 0.2;
}
.feedback-form :focus:-ms-input-placeholder {
    opacity: 0.2;
}

.product-print-block {
    position: relative;
    padding: 30px 40px;
    border: 1px solid #ccc;
    margin-top: 40px;
    margin-bottom: 30px;
}
.product-print-info {
    min-height: 210px;
    margin-bottom: 30px;
}
.product-print-contact {
    border-top: 1px solid #eee;
    padding-top: 30px;
    text-align: right;
}
.product-print-descr {
}
.product-print-descr .col-sm-5.col-md-4 {
    display: none;
}
.product-print-descr .col-sm-7.col-md-8 {
    width: 100%;
}
.product-print-descr .product-description-params > p,
.product-print-descr .product-page-params > p {
    padding: 8px 0 5px;
}
.product-print-btn {
    position: absolute;
    right: 15px;
    top: 15px;
}
.top-picture {
    margin-bottom: 24px;
    background: url(../images/bg-bottom-shadow.png) repeat-x;
    background-position: center bottom;
}

.page-113 #mod_nav,
.page-123 #mod_nav,
.page-127 #mod_nav,
.page-129 #mod_nav {
    border-top: 2px solid #ededed;
}
.page-113 #mod_nav .path,
.page-123 #mod_nav .path,
.page-127 #mod_nav .path,
.page-129 #mod_nav .path {
    border: none;
}

/* about page */
.page-113 #content {
    min-height: 1189px;
    background: url(../images/bg-about.jpg) no-repeat right top;
    position: relative;
}
.topic-block-1 {
    max-width: 620px;
}
.topic-block-2 {
    max-width: 460px;
}
.topic-block-3 {
    max-width: 350px;
}
.topic-block-4 {
    max-width: 260px;
}
.topic-block-info {
    position: absolute;
    right: 0;
    bottom: 30px;
    background-color: rgba(178, 205, 0, 0.8);
    padding: 20px 30px;
    font-size: 24px;
    font-weight: 300;
    max-width: 490px;
}
.topic-block-info p:last-child {
    margin-bottom: 0;
}

.page-block-info {
    background-color: #fff;
    padding: 25px 30px;
    border-radius: 20px;
    max-width: 450px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

/* privacy page */
.page-123 #content {
    min-height: 1320px;
    background: url(../images/bg-privacy.jpg) no-repeat right top;
    position: relative;
}
.page-123 .topic {
    min-height: 1150px;
    position: relative;
    margin-bottom: 0;
}
.page-123-block-info-1 {
    position: absolute;
    bottom: 50px;
    right: 0;
}
.page-123-block-info-2 {
    position: absolute;
    bottom: 330px;
    right: 0;
}
.page-123-block-1 {
    max-width: 620px;
}
.page-123-block-2 {
    max-width: 460px;
}
.page-123-block-3 {
    max-width: 350px;
}
.page-123-block-4 {
    max-width: 260px;
}

/* return policy page */
.page-127 #content {
    min-height: 1319px;
    background: url(../images/bg-return.jpg) no-repeat right top;
    position: relative;
}
.page-127 .topic {
    min-height: 1150px;
    position: relative;
    margin-bottom: 0;
}
.page-127-block-info-1 {
    position: absolute;
    bottom: 50px;
    right: 0;
}
.page-127-block-1 {
    max-width: 700px;
}
.page-127-block-2 {
    max-width: 580px;
}
.page-127-block-3 {
    max-width: 460px;
}
.page-127-block-4 {
    max-width: 300px;
}

/* guarantee page */
.page-129 #content {
    min-height: 802px;
    background: url(../images/bg-guarantee.jpg) no-repeat right top;
    position: relative;
}
.page-129 .topic {
    min-height: 802px;
    position: relative;
    margin-bottom: 0;
}
.page-129-block-1 {
    max-width: 540px;
}
.page-129-block-2 {
    max-width: 440px;
}

.bootstrap-select > .dropdown-toggle {
    z-index: 0;
}

.guarantee-block {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    background-color: #c9dc5b;
    padding: 15px 30px 15px 80px;
    margin: 50px 0 30px 100px;
    text-align: center;
    max-width: 600px;
}
.guarantee-block img {
    position: absolute;
    left: -100px;
    top: -15px;
}
.guarantee-block p {
}
.guarantee-block p:last-child {
    margin-bottom: 0;
}

/* articles */
.article {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.article > a {
    display: block;
    position: relative;
}

.article .article-img {
    position: relative;
    height: 272px;
    overflow: hidden;
}

.article .article-img::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 136px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 100%);
    transition: all 0.3s;
}

.article .article-text {
    position: absolute;
    left: 0;
    top: 136px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 25px 28px;
    color: #fff;
    transition: all 0.3s;
}

.article .article-text .article-text-name {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 1px;
    height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.article .article-text .article-text-descr {
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 84px;
    height: 51px;
    overflow: hidden;
    color: #e9e9e9;
}

.article:hover .article-text {
    top: 0;
}

.article:hover .article-img::before {
    top: -136px;
}

.article-small {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.article-small > a {
    display: block;
    position: relative;
}

.article-small .article-small-img {
    position: relative;
    height: 177px;
    overflow: hidden;
    margin-bottom: 10px;
}

.article-small .article-small-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.article-small .article-small-text .article-small-text-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1875;
    height: 44px;
    margin-bottom: 7px;
    overflow: hidden;
    color: #333;
    transition: all 0.3s;
}

.article-small .article-small-text .article-small-text-descr {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25;
    height: 60px;
    overflow: hidden;
    color: #666;
}

.article-small:hover .article-small-text .article-small-text-name {
    color: #72c02c;
}

.article-small:hover .article-small-img::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.article-content {
    text-align: justify;
    line-height: 1.7;
    font-size: 17px;
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
    text-align: left;
}

.article-content img {
    max-width: 100%;
    height: auto;
}

.article-content ul {
    margin: 0 0 10px;
    padding: 0;
}

.article-content ul > li {
    list-style: none;
    position: relative;
    padding-left: 17px;
}

.article-content ul > li > a[href^="#"] {
    color: #333;
}

.article-content ul > li > a[href^="#"]:hover {
    color: #72c02c;
}

.article-content ul > li::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #72c02c;
}

.article-content ol > li > a[href^="#"] {
    color: #333;
}

.article-content ol > li > a[href^="#"]:hover {
    color: #72c02c;
}
/* end articles */

@media print {
    html,
    body {
        width: 1170px;
    }
    .product-print-btn {
        display: none;
    }
}

@media all and (min-width: 768px) {
    .left-column-switch {
        display: none;
    }
}
@media all and (min-width: 1200px) {
    .topic-header {
        font-size: 50px;
        font-weight: 300;
        margin-bottom: 5px;
    }
    .topic-descr {
        font-size: 24px;
    }
    .page-9 .topic-header {
        font-size: 34px;
    }
    .main-categories-1 .col-sm-6:first-child {
        padding-right: 13px;
    }
    .main-categories-1 .col-sm-6:last-child {
        padding-left: 13px;
    }
    .main-categories-2 .col-sm-4:first-child {
        padding-right: 12px;
    }
    .main-categories-2 .col-sm-4:nth-child(2) {
        padding-left: 13px;
        padding-right: 13px;
    }
    .main-categories-2 .col-sm-4:last-child {
        padding-left: 12px;
    }
    .main-categories-3 .col-sm-4 {
        padding-right: 12px;
    }
    .main-categories-3 .col-sm-8 {
        padding-left: 14px;
    }
    .account-form > .form-group > .control-label.col-md-3 {
        width: 20.5%;
    }
    .account-form > .form-group > .col-md-9 {
        width: 79.5%;
    }
    .products .col-lg-3.col-md-4.col-sm-6:nth-child(4n-3) .product {
        margin-left: 0;
    }
    .products .col-lg-3.col-md-4.col-sm-6:nth-child(4n-2) .product {
        margin-left: 10px;
    }
    .products .col-lg-3.col-md-4.col-sm-6:nth-child(4n-1) .product {
        margin-right: 10px;
    }
    .products .col-lg-3.col-md-4.col-sm-6:nth-child(4n) .product {
        margin-right: 0;
    }
    .product-description-short {
        max-width: 650px;
    }
    .topic-block-1 {
        max-width: 700px;
    }
    .topic-block-2 {
        max-width: 600px;
    }
    .topic-block-3 {
        max-width: 510px;
    }
    .topic-block-4 {
        max-width: 400px;
    }
    .page-123-block-1 {
        max-width: 620px;
    }
    .page-123-block-2 {
        max-width: 460px;
    }
    .page-123-block-3 {
        max-width: 380px;
    }
    .page-123-block-4 {
        max-width: 280px;
    }
    .page-127-block-1 {
        max-width: 800px;
    }
    .page-127-block-2 {
        max-width: 660px;
    }
    .page-127-block-3 {
        max-width: 580px;
    }
    .page-127-block-4 {
        max-width: 480px;
    }
    .page-129-block-1 {
        max-width: 560px;
    }
    .page-129-block-2 {
        max-width: 450px;
    }
}
@media all and (min-width: 1410px) {
    .page-113 .topic h4 {
        font-size: 19px;
    }
    .page-113 .topic {
        font-size: 17px;
    }
    .page-123 .topic h4 {
        font-size: 19px;
    }
    .page-123 .topic {
        font-size: 17px;
    }
    .page-127 .topic h4 {
        font-size: 19px;
    }
    .page-127 .topic {
        font-size: 17px;
    }
    .page-129 .topic h4 {
        font-size: 19px;
    }
    .page-129 .topic {
        font-size: 17px;
    }
    .topic-block-1 {
        max-width: 620px;
    }
    .topic-block-2 {
        max-width: 550px;
    }
    .topic-block-3 {
        max-width: 400px;
    }
    .topic-block-4 {
        max-width: 260px;
    }
    .page-123-block-1 {
        max-width: 620px;
    }
    .page-123-block-2 {
        max-width: 460px;
    }
    .page-123-block-3 {
        max-width: 380px;
    }
    .page-123-block-4 {
        max-width: 280px;
    }
    .page-127-block-1 {
        max-width: 800px;
    }
    .page-127-block-2 {
        max-width: 660px;
    }
    .page-127-block-3 {
        max-width: 550px;
    }
    .page-127-block-4 {
        max-width: 400px;
    }
    .page-129-block-1 {
        max-width: 600px;
    }
    .page-129-block-2 {
        max-width: 500px;
    }
}
@media all and (min-width: 1570px) {
    .topic-block-1 {
        max-width: 700px;
    }
    .topic-block-2 {
        max-width: 615px;
    }
    .topic-block-3 {
        max-width: 510px;
    }
    .topic-block-4 {
        max-width: 400px;
    }
    .page-123-block-1 {
        max-width: 700px;
    }
    .page-123-block-2 {
        max-width: 615px;
    }
    .page-123-block-3 {
        max-width: 510px;
    }
    .page-123-block-4 {
        max-width: 400px;
    }
    .page-127-block-1 {
        max-width: 800px;
    }
    .page-127-block-2 {
        max-width: 720px;
    }
    .page-127-block-3 {
        max-width: 600px;
    }
    .page-127-block-4 {
        max-width: 450px;
    }
    .page-129-block-1 {
        max-width: 700px;
    }
    .page-129-block-2 {
        max-width: 600px;
    }
}

@media all and (min-width: 1890px) {
    .topic-block-1 {
        max-width: 820px;
    }
    .topic-block-2 {
        max-width: 700px;
    }
    .topic-block-3 {
        max-width: 600px;
    }
    .topic-block-4 {
        max-width: 500px;
    }
    .page-123-block-1 {
        max-width: 820px;
    }
    .page-123-block-2 {
        max-width: 700px;
    }
    .page-123-block-3 {
        max-width: 600px;
    }
    .page-123-block-4 {
        max-width: 500px;
    }
    .page-127-block-1 {
        max-width: 880px;
    }
    .page-127-block-2 {
        max-width: 770px;
    }
    .page-127-block-3 {
        max-width: 680px;
    }
    .page-127-block-4 {
        max-width: 550px;
    }
    .page-129-block-1 {
        max-width: 800px;
    }
    .page-129-block-2 {
        max-width: 700px;
    }
}

@media all and (max-width: 1889px) {
    .page-127 #content {
        background-position: 550px top;
    }
}
@media all and (max-width: 1569px) {
    .page-127 #content {
        background-position: 350px top;
    }
}
@media all and (max-width: 1409px) {
    .page-113 #content {
        background-position: 400px top;
    }
    .page-123 #content {
        background-position: 400px top;
    }
    .page-127 #content {
        background-position: 300px top;
    }
    .page-129 #content {
        background-position: 600px top;
    }
}
@media all and (max-width: 1199px) {
    .page-113 #content {
        background-position: 300px top;
    }
    .page-123 #content {
        background-position: 300px top;
    }
    .page-127 #content {
        background-position: 50px top;
    }
    .page-129 #content {
        background-position: 400px top;
    }
    .product {
        min-height: 0;
    }
    .productDetailsTop .pname {
        margin-right: 0;
    }
    .productDetailsTop .productDownload {
        position: static;
        margin-bottom: 15px;
    }
    .product-actions .bootstrap-select {
        margin-right: 20px;
    }
    .slider-nav-block .productArrow {
        right: 15px;
    }
}
@media all and (max-width: 991px) {
    #top-menu .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px 8px 12px;
    }
    #top-search-switch {
        right: 480px;
    }
    #search-form {
        left: 80px;
    }
    .topic-block-info {
        font-size: 20px;
        padding: 10px 20px;
        max-width: 370px;
    }
    .page-123-block-info-1,
    .page-123-block-info-2 {
        position: static;
        max-width: 100%;
        padding: 10px 0;
        border-radius: 0;
        margin-top: 30px;
    }
    .page-127-block-info-1 {
        position: static;
        max-width: 100%;
        padding: 10px 0;
        border-radius: 0;
        margin-top: 60px;
    }
}
@media all and (max-width: 767px) {
    .guarantee-block {
        font-size: 17px;
        padding: 15px 20px;
        margin: 30px 0 20px 0px;
        text-align: center;
    }
    .guarantee-block img {
        position: static;
        display: block;
        margin: 0 auto 15px;
    }
    .with-btn {
        margin-bottom: 20px;
    }
    .topic-block-info {
        position: static;
        background-color: rgba(178, 205, 0, 1);
        max-width: 1200px;
    }
    h3.text24.text-regular {
        text-align: center;
    }
    .more-btn {
        text-align: center;
    }
    .with-btn {
        text-align: center;
    }
    .with-btn .cat-header {
        float: none;
    }
    .with-btn .btn {
        float: none;
    }
    .productManufacturerLogo {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .productManufacturerContent {
        text-align: center;
    }
    #mod_header .mod_header_container {
        padding-bottom: 0;
        height: 70px;
    }
    .navbar-toggle {
        float: left;
        margin: 0;
        border-radius: 17px;
        padding: 9px 12px;
    }
    #top-search-switch {
        top: 26px;
        right: auto;
        left: 160px;
    }
    #topNavbar {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        overflow-y: auto;
        width: 240px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
        z-index: 100;
    }
    #topNavbar .navbar-nav {
        float: none;
    }
    #topNavbarHeader,
    #topNavbarFooter {
        display: block;
    }
    #search-form {
        top: 55px;
        margin: 0;
        z-index: 2;
        left: 0;
        width: 100%;
        max-width: 1000px;
    }
    .navbar-nav {
        margin: 10px 0;
    }
    #top-menu .navbar-default .navbar-nav > li > a {
        color: #333;
        padding: 10px 15px;
        display: block;
    }
    #top-menu .navbar-default .navbar-nav > li > a:hover {
        background-color: #f0f0f0;
        color: #000;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .page-51 .cat-header {
        font-size: 32px;
        font-weight: 400;
    }
    .page-51 .topic .topic-content p:first-child {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .page-51 .topic .topic-content p:last-child {
        font-size: 16px;
    }
    .bottom-menu-wrapper {
        text-align: center;
    }
    .bottom-menu-header {
    }
    .bottom-menu-wrapper ul {
        margin-bottom: 30px;
    }
    #signupbtn {
        width: 100%;
        text-transform: uppercase;
        padding: 5px 15px;
        border-radius: 16px;
    }
    .page-login #content {
        padding-top: 50px;
    }
    .sign-in-info {
        min-height: 300px;
    }
    #sign-in {
        padding-top: 30px;
    }
    #side-menu {
        display: none;
    }
    .product-print-block {
        padding: 20px 25px;
    }
    .product-print-img {
        margin-bottom: 30px;
        text-align: center;
    }
    .pname {
        text-align: center;
    }
    .productDownload {
        text-align: center;
    }
    .productPagePrice {
        text-align: center;
    }
    .product-actions {
        text-align: center;
        margin-top: 20px;
    }
    .product-actions .bootstrap-select {
        margin-right: 9px;
    }
    .mod_cat_sort_2 {
        text-align: center;
    }
    .mod_cat_sort_2 .resultCount {
        float: none;
        margin-bottom: 15px;
    }
    #copyright {
        text-align: center;
    }
    .left-column {
        position: absolute;
        top: 0;
        width: 270px;
        background-color: #fff;
        padding: 30px 15px;
        z-index: 1030;
        left: -270px;
        transition: left 0.3s linear;
    }
    .left-column.active {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        left: 0;
    }
    .category {
        max-width: 552px;
        margin: 0 auto 20px;
    }
    .cartCoupon {
        margin-bottom: 30px;
    }
    .cartTotals {
        text-align: center;
        margin-bottom: 30px;
    }
    .whenIClick {
        text-align: center;
        margin-bottom: 10px;
    }
    #checkout-form {
        text-align: center;
        margin-bottom: 10px;
    }
    .paypalReliable {
        text-align: center;
    }
    .address-blocks-row {
        display: none;
    }
}
@media all and (max-width: 480px) {
    .cat-top .cat-header {
        float: none;
        display: block;
        text-align: center;
    }
    .cat-top .product-sort-top {
        float: none;
        display: block;
        text-align: center;
    }
    .page-113 #content,
    .page-123 #content,
    .page-127 #content,
    .page-129 #content {
        background: none;
    }
    #logo {
        width: 120px;
        top: 18px;
    }
    #top-search-switch {
        top: 27px;
        left: 110px;
    }
    #top-menu .navbar-header {
        left: 150px;
    }
    .navbar-toggle {
        padding: 9px 6px;
    }
    #account-links a {
        font-size: 15px;
    }
    #account-links a i {
        margin-left: 0;
        margin-right: 0;
    }
    .products > .row {
        margin: 0 -5px;
    }
    .products > .row > div {
        padding: 0 5px;
    }
    .product-pager {
        font-size: 14px;
    }
    .product-pager > .row {
        margin: 0 -5px;
    }
    .product-pager > .row > div {
        padding: 0 5px;
    }
    .product-pager .productArrow {
        display: none;
    }
    .product .productName {
        margin-bottom: 3px;
        font-size: 15px;
        line-height: 20px;
        height: 40px;
        white-space: normal;
    }
    .product .productPrice .productPriceCurrent {
        display: block;
        line-height: 1;
        margin-bottom: 3px;
        font-size: 22px;
    }
    .product .productPrice .producStock {
        display: block;
        font-size: 13px;
    }
}
