body {
    margin: 0px;
    font-family: "MuseoSansLight";
}

#topline {
    width: 100%;
    height: 50px;
    background: #ff114f;
    line-height: 50px;
}

.social p {
    display: inline-block;
    margin: 0px;
    color: #ffffff;
    font-size: 16px;
    margin-right: 10px;
}

.social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}

.social a.vb {
    background: url(../images/vb.png) no-repeat center center;
}

.social a.wt {
    background: url(../images/wh.png) no-repeat center center;
}

.social a.tl {
    background: url(../images/tl.png) no-repeat center center;
}

.search label {
    display: none;
}

.search .inputbox {
    height: 37px;
    border: none;
    width: 100%;
    background: #ffffff;
    box-shadow: none;
    border-radius: 30px;
    padding-left: 20px;
    color: #122844;
    font-size: 16px;
    font-family: "MuseoSansLight";
    outline: none;
    box-shadow: inset 2px 2px 5px rgba(255, 16, 78, 0.35), 1px 1px 5px rgba(255, 255, 255, 0);
    line-height: 37px;
    border-top: 1px solid #ffffff;
}

.search .inputbox::-webkit-input-placeholder {
    color: #122844;
}

.search .inputbox:-ms-input-placeholder {
    color: #122844;
}

.search .inputbox::-ms-input-placeholder {
    color: #122844;
}

.search .inputbox::placeholder {
    color: #122844;
}

.search {
    position: relative;
}

.search button {
position: absolute;
    right: 15px;
    top: 5px;
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    font-size: 18px;
    color: #ff114f;
    box-shadow: none;
    font-family: "MuseoSansMedium";
    padding: 0px;
    height: 37px;
    line-height: 38px;	
}

.search button:focus {
	background:none;
	border:none;
	color: #122844;
	box-shadow: none;	
}

.search button:hover {
	background:none;
	border:none;
	color: #122844;
	box-shadow: none;
}

header {
    padding: 20px 0px;
    padding-bottom: 15px;
}

.phones {
    font-family: "SansationRegular";
    color: #122844;
    font-size: 22px;
    line-height: 24px;
}

.phones::before {
    content: '';
    width: 26px;
    height: 43px;
    background: url(../images/phone.png) no-repeat center center;
    display: inline-block;
    margin-right: 10px;
}

.phones .module {
    display: inline-block;
}

.phones span {
    font-family: "MuseoSansLight";
    color: #122844;
    font-size: 16px;
}

a.callme {
    color: #ff114f;
    font-size: 16px;
    text-decoration: underline;
    font-family: "MuseoSansLight";
    display: block;
    margin-top: -4px;
    margin-left: 42px;
}

.email span {
    font-size: 16px;
    color: #122844;
    font-family: "MuseoSansLight";
}

.email p {
    margin: 0px;
    color: #122844;
    font-size: 22px;
    display: block;
    margin-top: -3px;
}

.email a {
    color: #ff114f;
    font-size: 16px;
    text-decoration: underline;
    font-family: "MuseoSansLight";
    display: block;
    margin-top: -4px;
    margin-left: 42px;
}

.email::before {
    content: '';
    width: 29px;
    height: 29px;
    background: url(../images/plane.png) no-repeat center center;
    display: inline-block;
    margin-right: 10px;
}

.email .module {
    display: inline-block;
}

.order a {
    display: block;
    width: 100%;
    height: 50px;
    background: #122844;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    font-family: "MuseoSansLight";
    font-size: 18px;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.order a:hover {
    background: #ff114f;
}

.order a:hover span {
    background: #122844;
}

.order a span {
    position: absolute;
    top: -10px;
    right: 20px;
    background: #ff114f;
    display: block;
    /* padding: 5px; */
    border-radius: 30px;
    color: #ffffff;
    font-family: "MuseoSansLight";
    font-size: 15px;
    height: 23px;
    line-height: 23px;
    width: 50px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#menu {
    width: 100%;
    height: 60px;
    background: #122844;
    border-bottom: 1px solid #ff114f;
}

#menu .menu > li {
    display: inline-block;
    height: 60px;
    line-height: 60px;
}

#menu .menu > li.item-113 {
    background: none;
}

#menu .nav > li > a {
    position: relative;
    display: block;
    padding: 0px 25px;
    font-size: 18px;
    color: #fffcf4;
    font-family: "MuseoSansLight";
    text-decoration: none;
    border-radius: 30px;
    margin-top: 12px;
    height: 34px;
    line-height: 34px;
}

#menu .nav > li:first-child > a {
    padding-left: 0px;
}

#menu .nav > li.active > a {

}

#menu .nav > li > a::before, #menu .nav > li > a::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 1px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: width .3s ease-in-out, border-color .3s;
    width: 0;
}

#menu .nav > li:hover > a:after, #menu .nav > li:hover > a:before {
    border-color: #fff;
    width: 100%;
}

#menu .nav > li.active > a:after, #menu .nav > li.actie > a:before, #menu .nav > li.active > a:after, #menu .nav > li.active > a:before, #menu .nav > li.active > a:after, #menu .nav > li.active > a:before {
    border-color: #fff;
    width: 100%;
}

#menu .nav > li > span {
    display: block;
    padding: 0px 31px;
    font-size: 18px;
    color: #ffffff;
    font-family: "MuseoSansLight";
    text-decoration: none;
    position: relative;
    background: #ff104e;
    /* border-radius: 30px; */
    margin-top: 11px;
    height: 39px;
    line-height: 38px;
    cursor: pointer;
    border-radius: 30px;
}

#menu .nav > li:hover > span {
    background: #ff114f;
    color: #ffffff;
}

#menu .nav > li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    background: #122944;
    width: 300px;
    right: 0px;
    top: 60px;
    padding: 15px;
    z-index: 10;
}

#menu .nav > li:hover ul {
    opacity: 1;
    visibility: inherit;
}

#menu .nav > li ul li {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    margin-bottom: 5px;
    height: 36px;
    line-height: 36px;
}

#menu .nav > li ul li:last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}

#menu .nav > li ul li a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
}

#menu .nav > li ul li a::after {
    content: "\f3d6";
    font-family: "Ionicons";
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    opacity: 0;
    position: relative;
    left: 0px;
}

#menu .nav > li ul li:hover a::after {
    opacity: 1;
    position: relative;
    left: 10px;
}

#menu .nav > li {
    background: url(../images/dote.png) no-repeat center right;
}

#menu .nav > li > a:hover, #menu .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

a {
    outline: none !important;
}

#main {
    width: 100%;
    height: 500px;
    background: url(../images/main_image.jpg) no-repeat center center;
}

.main_adv {
    margin-top: 50px;
}

.head_adv .title {
    color: #ffffff;
    font-size: 45px;
    font-family: "MuseoSansBold";
    text-align: left;
}

.head_adv .title span {
    color: #ffffff;
    font-size: 50px;
    display: block;
    float: right;
    font-family: "MuseoSansItalic";
    margin-top: -20px;
}

.head_adv .box {
    margin-top: 70px;
}

.head_adv .box p {
    height: 50px;
    width: 100%;
    display: block;
    background: rgba(255, 17, 79, 0.76);
    font-size: 27px;
    color: #ffffff;
    padding-left: 15px;
    line-height: 50px;
    margin: 0px;
    font-family: "MuseoSansLight";
}

.head_adv .box ul {
    background: rgba(18, 40, 68, 0.76);
    padding: 15px;
    list-style: none;
}

.head_adv .box ul li {
    color: #ffffff;
    font-size: 22px;
    font-family: "MuseoSansLight";
    margin-bottom: 10px;
}

.head_adv .box ul li::before {
    content: '';
    width: 24px;
    height: 22px;
    background: url(../images/tick.png) no-repeat center center;
    display: inline-block;
    margin-right: 10px;
}

.fast_order h3 {
    height: 50px;
    width: 100%;
    display: block;
    background: rgba(255, 17, 79, 0.76);
    font-size: 27px;
    color: #ffffff;
    padding-left: 15px;
    line-height: 50px;
    margin: 0px;
    font-family: "MuseoSansLight";
}

.fast_order form {
    background: #ffffff;
    padding: 28px;
}

.fast_order form .formControlLabel {
    display: none;
}

.fast_order form .formControls input.rsform-input-box {
    margin: 0px;
    height: 40px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 35px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
}

.fast_order form .formControls select {
    margin: 0px;
    height: 40px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 35px;
    color: #666666;
    outline: none;
    width: 100%;
}

.fast_order form .formControls select::-webkit-input-placeholder {
    color: #666666;
}

.fast_order form .formControls select:-ms-input-placeholder {
    color: #666666;
}

.fast_order form .formControls select::-ms-input-placeholder {
    color: #666666;
}

.fast_order form .formControls select::placeholder {
    color: #666666;
}

.fast_order form .formControls .formBody {
    position: relative;
}

.fast_order form .formControls input::-webkit-input-placeholder {
    color: #666666;
}

.fast_order form .formControls input:-ms-input-placeholder {
    color: #666666;
}

.fast_order form .formControls input::-ms-input-placeholder {
    color: #666666;
}

.fast_order form .formControls input::placeholder {
    color: #666666;
}

.rsform-block-name .formBody::before {
    content: "\f007";
    font-family: 'FontAwesome';
    position: absolute;
    color: #122844;
    font-size: 16px;
    top: 10px;
    left: 15px;
}

.rsform-block-phone .formBody::before {
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    color: #122844;
    font-size: 16px;
    top: 10px;
    left: 15px;
}

.rsform-block-email .formBody::before {
    content: "\f1d8";
    font-family: 'FontAwesome';
    position: absolute;
    color: #122844;
    font-size: 16px;
    top: 10px;
    left: 10px;
}

.rsform-block-doc .formBody::before {
    content: "\f15c";
    font-family: 'FontAwesome';
    position: absolute;
    color: #122844;
    font-size: 16px;
    top: 10px;
    left: 12px;
}

.rsform-block-coment .formBody::before {
    content: "\f075";
    font-family: 'FontAwesome';
    position: absolute;
    color: #122844;
    font-size: 16px;
    top: 10px;
    left: 12px;
}

#send {
    border: none;
    width: 210px;
    height: 50px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    background: #ff0950;
    color: #ffffff;
    font-size: 20px;
    font-family: "MuseoSansLight";
    text-shadow: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#send:hover {
    background: #122844;
}

.main_form {
    margin-top: 20px;
}

.catalog_doc {
    width: 100%;
    height: 324px;
    background-image: url(../images/cat_bg_1.jpg);
    padding: 23px;
    background-size: cover;
    background-position: center center;
}

.catalog_doc h3 {
    color: #fffcf4;
    font-family: "MuseoSansBold";
    font-size: 26px;
    margin: 0px;
    margin-bottom: 22px;
}

.catalog_doc ul {
    display: inline-block;
    padding: 0px;
    list-style: none;
    vertical-align: top;
    width: 100%;
}

.catalog_doc ul + ul {
    margin-left: 50px;
}

.catalog_doc ul li a {
    color: #ffffff;
    font-size: 16px;
    font-family: "MuseoSansLight";
    padding: 0px;
}

.column > li > ul {
    display: none;
}

.catalog_doc .nav > li > a:hover, .catalog_doc .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.catalog_doc .nav li:nth-child(1) > a::before,
.catalog_doc .nav li:nth-child(2) > a::before,
.catalog_doc .nav li:nth-child(3) > a::before {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic1.png) no-repeat center center;
    margin-right: 7px;
    position: relative;
    top: 2px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    content: '';
}

.catalog_doc .nav li:nth-child(4) > a::before,
.catalog_doc .nav li:nth-child(5) > a::before,
.catalog_doc .nav li:nth-child(6) > a::before {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic2.png) no-repeat center center;
    margin-right: 7px;
    position: relative;
    top: 2px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    content: '';
}

.catalog_doc .nav li:nth-child(7) > a::before,
.catalog_doc .nav li:nth-child(9) > a::before {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic3.png) no-repeat center center;
    margin-right: 7px;
    position: relative;
    top: 2px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    content: '';
}

.catalog_doc .nav li:nth-child(8) > a::before {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic4.png) no-repeat center center;
    margin-right: 7px;
    position: relative;
    top: 2px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    content: '';
}

.catalog_doc .nav li:nth-child(10) > a::before,
.catalog_doc .nav li:nth-child(11) > a::before,
.catalog_doc .nav li:nth-child(12) > a::before {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic5.png) no-repeat center center;
    margin-right: 7px;
    position: relative;
    top: 2px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    content: '';
}

.catalog_doc .nav li:nth-child(13) > a::before {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic6.png) no-repeat center center;
    margin-right: 7px;
    position: relative;
    top: 2px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    content: '';
}

.catalog_doc .nav li:hover > a::before {
    top: -2px;
}

.catalog_doc ul li a:hover {
    color: #ff114f;
    text-decoration: underline;
}

.catalog_doc ul li {
    margin-bottom: 5px;
}

#catalog_block {
    margin-top: 30px;
}

.catalog_doc ul li a .ic1 {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic1.png) no-repeat center center;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.catalog_doc ul li a .ic2 {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic2.png) no-repeat center center;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.catalog_doc ul li a .ic3 {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic3.png) no-repeat center center;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.catalog_doc ul li a:hover i {
    top: -2px;
}

.catalog_doc ul li a i {
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.catalog_doc ul li a .ic4 {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic4.png) no-repeat center center;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.catalog_doc ul li a .ic5 {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic5.png) no-repeat center center;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.catalog_doc ul li a .ic6 {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic6.png) no-repeat center center;
    margin-right: 7px;
    position: relative;
    top: 2px;
}

.catalog_prof {
    width: 100%;
    height: 324px;
    background-image: url(../images/cat_bg_2.jpg);
    padding: 23px;
    background-size: cover;
    background-position: center center;
}

.catalog_prof h3 {
    color: #fffcf4;
    font-family: "MuseoSansBold";
    font-size: 26px;
    margin: 0px;
    margin-bottom: 22px;
}

.catalog_prof ul {
    display: inline-block;
    padding: 0px;
    list-style: none;
    vertical-align: top;
    width: 100%;
}

.catalog_prof ul + ul {
    margin-left: 50px;
}

.catalog_prof ul li a {
    color: #ffffff;
    font-size: 16px;
    font-family: "MuseoSansLight";
    padding: 0px;
    display: inline-block;
}

.catalog_prof .menu > li > a {
    display: none;
}

.catalog_prof .menu > li::before {
    display: none;
}

.catalog_prof .menu > li > ul {
    display: block;
}

.catalog_prof .item-211 {
    display: none;
}

.catalog_prof .column {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.catalog_prof .nav > li > a:hover, .catalog_prof .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.catalog_prof ul li a:hover {
    color: #122844;
}

.catalog_prof ul li {
    margin-bottom: 5px;
}

.catalog_prof ul li::before {
    content: "\f3d3";
    font-family: "Ionicons";
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}

.other_prof {
    color: #122844;
    font-size: 16px;
    font-family: "MuseoSansLight";
    display: block;
    margin-top: 5px;
}

.other_prof:hover {
    color: #ffffff;
}

.other_prof:hover::after {
    margin-left: 15px;
    color: #ffffff;
}

.other_prof::after {
    content: "\f3d6";
    font-family: "Ionicons";
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    color: #122844;
    position: relative;
    top: 2px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#advantages {
    margin-top: 30px;
}

#advantages h3 {
    font-size: 26px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 20px;
}

.even {
    background: #f6f6f6;
    width: 100%;
}

.odd {
    background: #ededed;
    width: 100%;
}

.advan {
    text-align: center;
    height: 180px;
}

.advan span {
    background: #ffffff;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #ff114f;
    font-size: 40px;
    font-family: "MuseoSansBlack";
    border-radius: 70px;
    margin: 0px auto;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.advan:hover span {
    background: #ff114f;
    color: #ffffff;
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

#advantages .row > div {
    padding: 25px 0px 20px 0px;
    overflow: hidden;
}

.even .row > div:nth-child(2) {
    background: #ededed;
}

.odd .row > div:nth-child(2) {
    background: #f6f6f6;
}

.advan .tit {
    color: #122844;
    font-size: 18px;
    font-family: "MuseoSansMedium";
    margin-bottom: 15px;
}

.advan .opis {
    color: #122844;
    font-size: 17px;
    font-family: "MuseoSansLight";
}

#step {
    margin-top: 30px;
}

#step h3 {
    font-size: 26px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 20px;
}

.step_bl {
    display: inline-block;
    width: 100%;
    height: 196px;
}

#step p {
    font-size: 17px;
    color: #122844;
    font-family: "MuseoSansLight";
    line-height: 20px;
    margin-top: -10px;
    margin-bottom: 0px;
}

#step .custom > div > div {
    background: url(../images/icon_bg.png) no-repeat right top;
    text-align: center;
    padding-top: 20px;
}

.step_bl::before {
    content: '';
    width: 100%;
    height: 90px;
    display: block;
    margin: 0px auto;
    background: url(../images/top_oval.png) no-repeat center top;
    margin-bottom: -65px !important;
}

#step .custom > div > div:first-child b {
    width: 100%;
    height: 134px;
    display: block;
    background: url(../images/icon_1.png) no-repeat center center;
    margin: 0px auto;
    -webkit-transform: rotateY(0deg) translate(0px, 0px);
    -moz-transform: rotateY(0deg) translate(0px, 0px);
    -ms-transform: rotateY(0deg) translate(0px, 0px);
    -o-transform: rotateY(0deg) translate(0px, 0px);
    transform: rotateY(0deg) translate(0px, 0px);
    -webkit-transition: transform 0.3s ease-out 0s;
    -moz-transition: transform 0.3s ease-out 0s;
    -o-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}

#step .custom > div > div:nth-child(2) b {
    width: 100%;
    height: 134px;
    display: block;
    background: url(../images/icon_2.png) no-repeat center center;
    margin: 0px auto;
    -webkit-transform: rotateY(0deg) translate(0px, 0px);
    -moz-transform: rotateY(0deg) translate(0px, 0px);
    -ms-transform: rotateY(0deg) translate(0px, 0px);
    -o-transform: rotateY(0deg) translate(0px, 0px);
    transform: rotateY(0deg) translate(0px, 0px);
    -webkit-transition: transform 0.3s ease-out 0s;
    -moz-transition: transform 0.3s ease-out 0s;
    -o-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}

#step .custom > div > div:nth-child(3) b {
    width: 100%;
    height: 134px;
    display: block;
    background: url(../images/icon_3.png) no-repeat center center;
    margin: 0px auto;
    -webkit-transform: rotateY(0deg) translate(0px, 0px);
    -moz-transform: rotateY(0deg) translate(0px, 0px);
    -ms-transform: rotateY(0deg) translate(0px, 0px);
    -o-transform: rotateY(0deg) translate(0px, 0px);
    transform: rotateY(0deg) translate(0px, 0px);
    -webkit-transition: transform 0.3s ease-out 0s;
    -moz-transition: transform 0.3s ease-out 0s;
    -o-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}

#step .custom > div > div:nth-child(4) b {
    width: 100%;
    height: 134px;
    display: block;
    background: url(../images/icon_4.png) no-repeat center center;
    margin: 0px auto;
    -webkit-transform: rotateY(0deg) translate(0px, 0px);
    -moz-transform: rotateY(0deg) translate(0px, 0px);
    -ms-transform: rotateY(0deg) translate(0px, 0px);
    -o-transform: rotateY(0deg) translate(0px, 0px);
    transform: rotateY(0deg) translate(0px, 0px);
    -webkit-transition: transform 0.3s ease-out 0s;
    -moz-transition: transform 0.3s ease-out 0s;
    -o-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}

#step .custom > div > div:hover b {
    -webkit-transform: rotateY(360deg) translate(0px, 0px);
    -moz-transform: rotateY(360deg) translate(0px, 0px);
    -ms-transform: rotateY(360deg) translate(0px, 0px);
    -o-transform: rotateY(360deg) translate(0px, 0px);
    transform: rotateY(360deg) translate(0px, 0px);
}

.itemid-101 #content {
    margin: 30px 0px;
    background: #f6f6f6;
    padding: 30px 0px;
}

#content h1 {
    font-size: 26px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 20px;
}

.page-header {
    padding-bottom: 0px !important;
    margin: 0px 0 0px !important;
    border: none !important;
}

.item-page p {
    font-size: 16px;
    color: #122844;
    font-family: "MuseoSansLight";
}

.page-header + div p:last-child {
    margin: 0px;
}

.vuz {
    background: #ffffff;
    box-shadow: 0px 9px 5px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 15px 5px;
    margin-bottom: 30px;
}

.vuz a:first-child {
    text-decoration: none;
}

.vuz .name {
    font-size: 16px;
    color: #122844;
    margin-bottom: 10px;
    line-height: 20px;
    font-family: "MuseoSansLight";
    height: 80px;
    display: block;
}

#popular_vuz h3 {
    font-size: 26px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 20px;
}

#popular_vuz .module {
    position: relative;
}

.vuz a {
    color: #ff114f;
    font-size: 16px;
    font-family: "MuseoSansLight";
    text-decoration: underline;
}

.itemid-101 #latest {
    margin-top: 30px;
    background: transparent;
    padding: 0px;
}

.breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

.breadcrumb li a {
    font-size: 16px;
    color: #122844;
    font-family: "MuseoSansLight";
}

.breadcrumb li span {
    font-size: 16px;
    color: #122844;
    font-family: "MuseoSansLight";
}

.breadcrumb li:first-child {
    display: none;
}

.breadcrumb li::before {
    display: none;
}

span.divider img {
    display: none;
}

span.divider::before {
    content: "/";
    display: inline-block;

}

#latest {
    background: #f6f6f6;
    padding: 15px 0px;
    margin-bottom: 30px;
}

#latest h3 {
    font-size: 26px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 13px;
}

.latest_products .block_item {
    margin-bottom: 0px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.11);
    text-align: center;
    overflow: hidden;
}

.image_block {
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
}

.block_item .name {
    padding: 0px 15px;
}

.block_item .name a {
    font-size: 17px;
    color: #122844;
    text-decoration: underline;
    font-family: "MuseoSansLight";
    line-height: 17px;
    display: block;
}

.latest_products .jshop_price {
    background: #f2f1f1;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin: 15px 0px;
}

.latest_products .jshop_price span {
    font-family: "MuseoSansLight";
    color: #122844;
    font-size: 16px;
}

#latest .owl-stage-outer {
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 1152px;
    margin-left: -7px;
}

.latest_products .buttons {
    margin-bottom: 15px;
}

.latest_products .buttons a {
    border: none;
    width: 160px;
    height: 42px;
    line-height: 42px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    display: block;
    margin: 0px;
    background: #ff0950;
    color: #ffffff;
    font-size: 18px;
    font-family: "MuseoSansLight";
    text-shadow: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    text-decoration: none;
    margin: 0px auto;
}

.latest_products .buttons a:hover {
    background: #122844;
}

#articles h3 {
    font-size: 26px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 20px;
}

#articles {
    margin-bottom: 30px;
}

.blog_content {
    position: absolute;
    top: 189px;
    width: 100%;
    background: rgba(255, 17, 79, 0.91);
    height: 50px;
    overflow: hidden;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.blog_content p {
    padding-left: 30px;
    color: #ffffff;
    font-family: "MuseoSansLight";
    font-size: 15px;
}

.readmore {
    padding-left: 30px;
}

.readmore a {
    color: #ffffff;
    font-family: "MuseoSansLight";
    font-size: 15px;
    text-decoration: underline;
    padding: 0px;
}

.readmore a:hover {
    color: #ffffff;
}

.bloger:hover .blog_content {
    top: 0px;
    height: 100%;
}

.blog_content h4 {
    height: 50px;
    line-height: 20px;
    margin: 0px;
    padding-left: 30px;
}

.blog_content h4 a {
    font-size: 18px;
    color: #ffffff;
    font-family: "MuseoSansLight";
    text-decoration: none;
}

.news-image img {
    max-width: 100%;
}

.bloger > div {
    position: relative;
}

footer {
    width: 100%;
    padding: 30px 0px;
    position: relative;
    *background: url(../images/footer.jpg) no-repeat center center;
}

footer::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    background-color: rgb(0, 0, 0);
    display: block;
    height: 100%;
}

.copy {
    margin-top: 20px;
    font-size: 15px;
    color: #666666;
    font-family: "MuseoSansLight";
}

footer .nav li {
    border-bottom: 1px dashed #666666;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

footer .nav li a {
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    font-family: "MuseoSansLight";
    padding: 0px;
}

footer .nav li a:hover {
    color: #ffffff;
}

footer .nav li.divider ul {
    padding: 0px;
    list-style: none;
}

footer .nav li.divider ul li {
    border-bottom: 1px dashed #666666;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

footer.nav li.divider ul li a {
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    font-family: "MuseoSansLight";
    padding: 0px;
}

footer .nav li a:hover, footer .nav li a:focus {
    text-decoration: none;
    background-color: transparent;
}

footer .nav li.divider span {
    display: none;
}

footer .nav li.divider {
    border: none;
}

.catalog_doc .column {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

footer .column.last {
    float: right;
}

footer h3 {
    font-size: 22px;
    color: #ff114f;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 20px;
}

.foot_catalog ul li:last-child, .info_foot ul li:last-child {
    border: none;
}

.foot_catalog .menu > li > ul {
    display: none;
}

.foot_ph {
    color: #666666;
    font-size: 16px;
}

.foot_ph span {
    font-size: 14px;
    color: #ffffff;
}

.foot_ph div {
    display: block;
    width: 100%;
}

.foot_ph::before {
    display: inline-block !important;
    color: #ff114f;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    height: 44px;
    line-height: 44px !important;
}

.foot_ph > div {
    display: inline-block;
    width: auto;
    vertical-align: top;
}

.email_ph {
    margin-top: 10px;
    color: #666666;
    font-size: 16px;
}

.email_ph::before {
    color: #ff114f;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.foot_links {
    margin-top: 10px;
}

.foot_links a {
    color: #ff114f;
    font-size: 15px;
    text-decoration: underline;
    display: block;
    margin-left: 25px;
    margin-bottom: 5px;
}

.foot_contacts .social {
    margin-left: 25px;
}

.readmore-js-toggle {
    color: #ff114f;
    font-size: 15px;
    text-decoration: underline;
    display: block;
}

#bottom {
    background: #000000;
    padding: 10px 0px;
}

.repost {
    margin-top: 20px;
}

.rsform-block-send {
    margin-bottom: 0px !important;
    height: 50px;
}

.all {
    color: #ff114f;
    font-size: 16px;
    font-family: "MuseoSansLight";
    text-decoration: underline;
    position: absolute;
    top: -2px;
    left: 750px;
}

.all::after {
    content: "\f3d6";
    font-family: "Ionicons";
    display: inline-block;
    margin-left: 10px;
    font-size: 21px;
    color: #ff114f;
    position: relative;
    top: 2px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.all:hover::after {
    margin-left: 15px;
    color: #122844;
}

.all:hover {
    color: #122844;
}

.lefter h3 {
    margin: 0px;
    background: #ff114f;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    font-family: "MuseoSansLight";
}

div.accordeonck ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

div.accordeonck > ul > li > a {
    font-size: 16px;
    color: #122844;
    font-family: "MuseoSansLight";
    width: 100%;
    /* float: right; */
    /* vertical-align: middle; */
    text-decoration: none;
    display: block;
}

div.accordeonck > ul > li > a.isactive {
    background: #122844 !important;
    color: #ffffff;
}

div.accordeonck > ul > li > a span {
    width: 205px;
    display: inline-block;
    vertical-align: middle;
}

div.accordeonck > ul > li > ul {
    padding: 10px 20px;
}

div.accordeonck > ul > li > ul li {
    margin-bottom: 3px;
}

div.accordeonck > ul > li > ul li a {
    font-size: 15px;
    color: #122844;
    text-decoration: none;
    font-family: "MuseoSansLight";
}

div.accordeonck > ul > li > ul li a:hover {
    color: #ff114f;
}

div.accordeonck > ul > li > ul li a span {
    text-decoration: underline;
}

div.accordeonck > ul > li > ul li a.isactive {
    color: #ff114f;
}

div.accordeonck > ul > li > ul li a.isactive::before {
    color: #ff114f;
}

div.accordeonck > ul > li > ul li a::before {
    content: "\f3d3";
    font-family: "Ionicons";
    margin-right: 7px;
    color: #122844;
    font-size: 17px;
    position: relative;
    top: 1px;
}

div.accordeonck > ul > li:nth-child(2n+1) > a {
    background: #f6f6f6;
    padding: 10px 15px;
    margin-bottom: 2px;
}

div.accordeonck > ul > li:nth-child(2n) > a {
    background: #ededed;
    padding: 10px 15px;
    margin-bottom: 2px;
}

div.accordeonck > ul > li:nth-child(1) > a::before,
div.accordeonck > ul > li:nth-child(2) > a::before,
div.accordeonck > ul > li:nth-child(3) > a::before {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic1.png) no-repeat center center;
    margin-right: 10px;
    position: relative;
    top: 4px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    content: '';
}

div.accordeonck > ul > li:nth-child(4) > a::before,
div.accordeonck > ul > li:nth-child(5) > a::before,
div.accordeonck > ul > li:nth-child(6) > a::before {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic2.png) no-repeat center center;
    margin-right: 10px;
    position: relative;
    top: 4px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    content: '';
}

div.accordeonck > ul > li:nth-child(7) > a::before {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic3.png) no-repeat center center;
    margin-right: 10px;
    position: relative;
    top: 4px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    content: '';
}

div.accordeonck > ul > li:nth-child(8) > a::before {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic4.png) no-repeat center center;
    margin-right: 10px;
    position: relative;
    top: 4px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    content: '';
}

div.accordeonck > ul > li:nth-child(9) > a::before {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic3.png) no-repeat center center;
    margin-right: 10px;
    position: relative;
    top: 4px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    content: '';
}

div.accordeonck > ul > li:nth-child(10) > a::before,
div.accordeonck > ul > li:nth-child(11) > a::before,
div.accordeonck > ul > li:nth-child(12) > a::before {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic5.png) no-repeat center center;
    margin-right: 10px;
    position: relative;
    top: 4px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    content: '';
}

div.accordeonck > ul > li:nth-child(13) > a::before {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(../images/ic6.png) no-repeat center center;
    margin-right: 10px;
    position: relative;
    top: 4px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    content: '';
}

.lefter .module {
    margin-bottom: 30px;
}

.block_product {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.11);
    padding-bottom: 15px;
}

.block_product .name a {
    font-size: 22px;
    color: #122844;
    font-family: "MuseoSansMedium";
    text-decoration: none;
}

.block_product .name {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    text-align: left !important;
}

.pad {
    padding: 15px;
}

.jshop_list_product .image_block {
    padding: 0px;
    display: inline-block;
    border: none;
    margin: 0px;
}

.jshop_list_product .jshop_price {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 20px !important;
    color: #122844;
    font-family: "MuseoSansBold";
    margin: 10px 0px;
    text-align: left !important;
    margin-top: 0px;
}

.jshop_list_product .jshop_price span {
    font-family: "MuseoSansLight";
    color: #122844;
    font-size: 16px;
}

.jshop_list_product .product .description {
    padding: 0px;
}

.jshop_list_product .product .description ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.jshop_list_product .product .description ul li {
    font-size: 15px;
    color: #122844;
    font-family: "MuseoSansLight";
}

.jshop_list_product .product .description ul li::before {
    content: "\f120";
    font-family: "Ionicons";
    color: #122944;
    display: inline-block;
    margin-right: 5px;
}

.short_description ul li::before {
    content: "\f120";
    font-family: "Ionicons";
    color: #122944;
    display: inline-block;
    margin-right: 5px;
}

.jshop_list_product .product .review_mark {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-top: 1px solid #ededed;
    height: 44px;
    line-height: 44px;
    padding-top: 9px;
}

.productfull .manufacturer_name {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-top: 1px solid #ededed;
    /* height: 44px; */
    /* line-height: 44px; */
    margin-top: 10px;
    color: #122844;
    text-decoration: underline;
    font-size: 15px;
    padding: 10px 0px;
    font-family: "MuseoSansLight";
}

.oiproduct .manufacturer_name {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border-top: 1px solid #ededed;
    /* height: 44px; */
    /* line-height: 44px; */
    margin-top: 10px;
    color: #122844;
    text-decoration: underline;
    font-size: 15px;
    padding: 10px 0px;
    font-family: "MuseoSansLight";
}

.manufacturer_name a {
    color: #122844;
    text-decoration: underline;
    font-family: "MuseoSansLight";
    text-decoration: underline;
    font-size: 15px;
}

.jshop_list_manufacturer .sblock2 {
    border-bottom: 1px solid #ededed;
}

.jshop_list_product .product .buttons {
    text-align: left;
}

.jshop_list_product .product .buttons .button_detail {
    padding: 0px;
    box-shadow: none;
    border: none;
    outline: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #ededed;
    height: 42px;
    line-height: 42px;
    border-radius: 30px;
    text-align: center;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.jshop_list_product .product .buttons .button_detail:hover {
    background: #122844;
}

.jshop_list_product .product .buttons .button_detail:hover span {
    color: #ffffff;
}

.jshop_list_product .product .buttons .button_detail:hover::before {
    color: #ffffff;
}

.jshop_list_product .product .buttons .button_detail span {
    font-size: 16px;
    color: #122844;
    position: relative;
    display: inline-block;
}

.jshop_list_product .product .buttons .button_detail::before {
    display: inline-block;
    margin-right: 5px;
    font-size: 26px;
    color: #122944;
    position: relative;
    top: 4px;
}

.oiproduct {
    padding-bottom: 15px;
    padding: 0px 15px;
}

.jshop_list_product .product .image {
    padding: 0px 15px;
}

.form_sort_count select {
    border: 1px solid #ededed;
    height: 30px;
    border-bottom: 2px solid #ededed;
}

.form_sort_count {
    margin-bottom: 20px;
    text-align: right;
    display: none;
}

.video {
    text-decoration: none;
    display: inline-block;
    margin-left: 0px;
    background: #de2c28;
    display: block;
    width: 100%;
    border-radius: 30px;
    line-height: 42px;
    height: 42px;
    text-align: center;
    text-decoration: none;
}

.video span {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    display: inline-block;
}

.video::before {
    display: inline-block;
    margin-right: 5px;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.buy_b {
    padding: 0px;
    box-shadow: none;
    border: none;
    outline: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #ededed;
    height: 42px;
    line-height: 42px;
    border-radius: 30px;
    text-align: center;
    margin-top: 17px !important;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.buy_b:hover {
    background: #122844;
}

.buy_b:hover span {
    color: #ffffff;
}

.buy_b:hover::before {
    color: #ffffff;
}

.buy_b span {
    font-size: 16px;
    color: #122844;
    position: relative;
    display: inline-block;
}

.buy_b::before {
    display: inline-block;
    margin-right: 5px;
    font-size: 22px;
    color: #122944;
    position: relative;
    top: 2px;
}

.buy_buy {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-family: "MuseoSansLight";
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    vertical-align: top;
    background: #122844;
    border-radius: 30px;
    text-align: center;
    margin-top: 17px !important;
}

.buy_buy:hover {
    background: #ff114f;
}

.buy_buy::before {
    content: '';
    background: url(../images/icon_cartt3.png) no-repeat center center;
    width: 20px;
    height: 21px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 5px;
}

.jshop_list_product .image_block img {
    max-width: 100%;
}

.box_products_sorting .controls {
    margin-right: 0px !important;
}

.list_category > div .jshop_categ {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.11);
    background: #ffffff;
    text-align: center;
    padding: 15px;
    height: 70px;
}

.list_category > div .jshop_categ a {
    font-size: 15px;
    color: #122844;
    text-decoration: underline;
    font-family: "MuseoSansLight";
}

.proff ul li a {
    font-size: 16px;
    color: #122844;
    font-family: "MuseoSansLight";
    /* width: 100%; */
    /* float: right; */
    /* vertical-align: middle; */
    text-decoration: none;
    display: inline-block;
    padding: 0px;
}

.proff .nav > li > a:hover, .proff .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.module.proff .menu > li > ul li:nth-child(2n) {
    background: #ededed;
    padding: 10px 15px;
    margin-bottom: 2px;
}

.module.proff .menu > li > ul li:nth-child(2n+1) {
    background: #f6f6f6;
    padding: 10px 15px;
    margin-bottom: 2px;
}

.proff ul li::before {
    content: "\f3d3";
    font-family: "Ionicons";
    color: #122844;
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
}

.module.proff .menu > li > ul li.active {
    background: #122844;
}

.module.proff .menu > li > ul li.active a {
    color: #ffffff;
}

.module.proff .menu > li > ul li.active::before {
    color: #ffffff;
}

.image_middle {
    border: 1px solid #ededed;
    text-align: center;
    padding: 15px;
}

.image_middle img {
    max-width: 100%;
}

.text_zoom {
    display: none;
}

.block_rating_hits {
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 5px;
}

.short_description ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.short_description ul li {
    font-size: 15px;
    color: #122844;
    font-family: "MuseoSansLight";
}

#list_product_image_thumb {
    margin-top: 10px;
}

#owl-demo .owl-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -10px;
}

#owl-demo .owl-prev i {
    font-size: 22px;
    color: #122944;
    position: relative;
    z-index: 1000;
    padding: 5px;
    font-weight: normal;
}

#owl-demo .owl-next {
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -10px;
}

#owl-demo .owl-next i {
    font-size: 22px;
    color: #122944;
    position: relative;
    z-index: 1000;
    padding: 5px;
    font-weight: normal;
}

#owl-demo .owl-nav {
    position: absolute;
    top: -5px;
    height: 53px;
    width: 100%;
}

.owl-carousel .owl-stage-outer {
    z-index: 100;
}

.prod_desc {
    margin-top: 20px;
}

.prod_desc p {
    font-size: 15px;
    color: #122844;
    font-family: "MuseoSansLight";
    text-align: justify;
}

.prod_price {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    font-size: 20px !important;
    color: #122844;
    font-family: "MuseoSansBold";
    margin: 10px 0px;
    text-align: left !important;
    margin-bottom: 15px;
    margin-top: 10px;
}

.prod_price p {
    font-family: "MuseoSansLight";
    color: #122844;
    font-size: 16px;
    display: inline-block;
    margin: 0px;
    margin-right: 0px;
}

.add {
    background: #122844;
    display: inline-block;
    padding: 0px 15px;
    height: 42px;
    content: '';
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    line-height: 42px;
    vertical-align: top;
    border-radius: 30px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.add:hover {
    background: #de2c28;
}

.add::before {
    content: '';
    background: url(../images/icon_cartt3.png) no-repeat center center;
    width: 20px;
    height: 21px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.obzor {
    background: #de2c28;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    height: 42px;
    padding: 0px 20px;
    display: inline-block;
    border-radius: 5px;
    line-height: 42px;
    float: right;
    vertical-align: top;
    border-radius: 30px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.obzor:hover {
    background: #122844;
}

.obzor i {
    margin-right: 5px;
    font-size: 21px;
    position: relative;
    top: 2px;
}

.review_header {
    font-size: 22px;
    color: #122844;
    font-family: "MuseoSansMedium";
    border-bottom: 1px solid #ededed;
    margin-top: 10px;
}

#jshop_review_write .row-fluid > div {
    display: inline-block;
    width: 400px;
    margin-bottom: 20px;
    position: relative;
}

#jshop_review_write input.inputbox {
    margin: 0px;
    height: 40px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
}

#jshop_review_write textarea {
    margin: 0px;
    height: 140px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
    padding-top: 10px;
}

.ocenka .span9 {
    display: block !important;
}

#jshop_review_write .row-fluid.ocenka > div.span3 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #122844;
    font-family: "MuseoSansLight";
}

span.review {
    font-size: 18px;
    color: #122844;
    font-family: "MuseoSansLight";
    display: block;
    margin: 10px 0px;
}

#jshop_review_write > div:last-child .span3 {
    display: none;
}

#jshop_review_write > div:last-child .span9 {
    margin-top: 20px;
}

#jshop_review_write > div:last-child .span9 input {
    border: none;
    width: 180px;
    height: 42px;
    line-height: 42px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    background: #ff0950;
    color: #ffffff;
    font-size: 18px;
    font-family: "MuseoSansLight";
    text-shadow: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    padding: 0px;
}

#jshop_review_write > div:last-child .span9 input:hover {
    background: #122844;
}

#reviess {
    *background: url(../images/reviews.jpg) no-repeat center center;
    padding: 40px;
    position: relative;
    margin-bottom: 30px;
}

#reviess::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    background-color: rgb(0, 30, 56);
    display: block;
    height: 100%;
}

.reviess {
    position: relative;
    z-index: 100;
}

.reviess h3 {
    font-size: 26px;
    color: #ffffff;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 40px;
}

.comm_block .date {
    color: #ffffff;
    font-size: 16px;
    font-family: "MuseoSansLight";
    display: inline-block;
}

.comm_block .date i {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    position: relative;
    top: -1px;
}

.review_subj {
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
}

.review_user {
    font-size: 18px;
    color: #ff114f;
    font-family: "MuseoSansLight";
    margin-left: 10px;
    display: inline-block;
}

.latest_reviews {
    padding: 0px 100px;
}

#owl-review .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -33px;
    width: 66px;
    height: 66px;
    background: url(../images/rev_prev.png) no-repeat center center;
}

#owl-review .owl-prev:hover {
    background: url(../images/rev_prev_h.png) no-repeat center center;
}

#owl-review .owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -33px;
    width: 66px;
    height: 66px;
    background: url(../images/rev_next.png) no-repeat center center;
}

#owl-review .owl-next:hover {
    background: url(../images/rev_next_h.png) no-repeat center center;
}

#owl-review .owl-nav {
    position: absolute;
    top: 0px;
    height: 214px;
    width: 100%;
    left: 0px;
}

.all_rev {
    color: #ff114f;
    font-size: 16px;
    font-family: "MuseoSansLight";
    text-decoration: underline;
    position: absolute;
    top: -2px;
    left: 330px;
}

.all_rev::after {
    content: "\f3d6";
    font-family: "Ionicons";
    display: inline-block;
    margin-left: 10px;
    font-size: 21px;
    color: #ff114f;
    position: relative;
    top: 2px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.all_rev:hover {
    color: #ffffff;
}

.all_rev:hover::after {
    margin-left: 15px;
    color: #ffffff;
}

.content .owl-carousel {
    display: block !important;
}

.content .latest_reviews {
    padding: 0px 0px;
}

.content .block_review {
    border-bottom: 1px solid #ededed;
}

.content .comm_block .date {
    color: #122944;
    font-size: 16px;
    font-family: "MuseoSansLight";
    display: inline-block;
}

.content .review_subj {
    font-size: 16px;
    color: #122944;
    margin-top: 10px;
}

.content .all_rev {
    display: none;
}

.content .review_user {
    font-size: 16px;
    color: #ff114f;
    font-family: "MuseoSansLight";
    margin-top: 5px;
    display: inline-block;
    margin-left: 5px;
}

.content .block_review {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.page-header h2 {
    font-size: 26px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 20px;
}

.prod_name {
    margin-top: 10px;
}

.prod_name a {
    font-size: 14px;
    color: #00a5e6;
    text-decoration: underline;
}

.review_text {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #122844;
    font-family: "MuseoSansLight";
    text-align: justify;
}

.review_item .stars_active {
    height: 28px;
    background-image: url(../images/star2.png);
    background-repeat: repeat-x;
    background-position: 0px -58px;
    width: 140px;
}

.review_item {
    border-bottom: 1px solid #ededed;
    padding: 10px;
    padding-left: 0px;
    overflow: hidden;
    padding-bottom: 20px;
}

.b1c-title-name {
    font-size: 22px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 26px;
}

.b1c-description {
    color: #122944;
    font-size: 15px;
    font-family: "MuseoSansLight";
    text-align: justify;
}

.category_description {
    margin-bottom: 15px;
    font-size: 15px;
}

.category_description p {
    color: #122944;
    font-size: 15px;
    font-family: "MuseoSansLight";
    text-align: justify;
}

.b1c-fields {
    margin-top: 15px;
}

.b1c-fields input.form-control {
    margin: 0px;
    height: 40px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 35px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
}

.b1c-fields > div {
    position: relative;
    margin-bottom: 15px;
}

.b1c-fields > div:first-child::before {
    content: "\f007";
    font-family: 'FontAwesome';
    position: absolute;
    color: #122844;
    font-size: 16px;
    top: 10px;
    left: 15px;
}

.b1c-fields > div:nth-child(2)::before {
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    color: #122844;
    font-size: 16px;
    top: 10px;
    left: 15px;
}

.b1c-fields > div:nth-child(3)::before {
    content: "\f1d8";
    font-family: 'FontAwesome';
    position: absolute;
    color: #122844;
    font-size: 16px;
    top: 10px;
    left: 12px;
}

.b1c-form .b1c-submit {
    border: none;
    width: 190px;
    height: 42px;
    line-height: 42px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    display: block;
    margin: 0px;
    background: #ff0950;
    color: #ffffff;
    font-size: 18px;
    font-family: "MuseoSansLight";
    text-shadow: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    text-decoration: none;
    opacity: 1 !important;
    padding: 0px;
    float: left;
}

.b1c-form .b1c-submit:hover {
    background: #122844;
}

.b1c-cr a {
    color: #ffffff !important;
}

.art_title {
    font-size: 20px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 15px;
}

.items-leading > div h2 {
    font-size: 20px;
    color: #122844;
    font-family: "MuseoSansMedium";
    margin-top: 0px;
    margin-bottom: 15px;
}

.items-leading > div h2 a {
    font-size: 20px;
    color: #122844;
    font-family: "MuseoSansRegular";
    text-decoration: none;
    border-bottom: 1px solid #122944;
}

.items-leading > div {
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
}

.items-leading > div p {
    color: #122944;
    font-size: 15px;
    font-family: "MuseoSansLight";
    text-align: justify;
}

.item-image {
    margin-right: 15px;
    display: inline-block;
    padding-top: 7px;
}

.item-image img {
    max-width: 270px;
}

.reviess .prod_name a {
    color: #ffffff;
}

.readmore-link {
    color: #ff114f;
    font-size: 16px;
    font-family: "MuseoSansLight";
    text-decoration: underline;
    background: none;
    padding: 0px;
}

#userForm h2 {
    font-size: 26px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 20px;
}

.itemid-194 .formControlLabel {
    display: none;
}

.itemid-194 #userForm {
    width: 400px;
    padding: 0px;
}

.itemid-194 form .formControls input.rsform-input-box {
    margin: 0px;
    height: 40px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
}

.itemid-194 form .formControls textarea {
    margin: 0px;
    height: 80px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
}

#y_send {
    border: none;
    width: 200px;
    height: 42px;
    line-height: 42px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    background: #ff0950;
    color: #ffffff;
    font-size: 17px;
    padding: 0px;
    font-family: "MuseoSansLight";
    text-shadow: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

#y_send:hover {
    background: #122844;
}

.manufacturer_description p {
    font-size: 15px;
    color: #122844;
    font-family: "MuseoSansLight";
    text-align: justify;
}

.manufacturer_description {
    margin-bottom: 15px;
}

.related-articles ul {
    padding: 0px;
    list-style: none;
}

.related-articles ul li a {
    font-size: 16px;
    color: #122844;
    font-family: "MuseoSansLight";
    text-align: center;
    display: block;
}

.related-articles ul li a img {
    max-width: 100%;
}

.related-articles ul li a span {
    display: block;
    margin-top: 5px;
}

.related-articles h3 {
    font-size: 20px;
    color: #122844;
    font-family: "MuseoSansMedium";
    margin-top: 20px;
    margin-bottom: 10px;
}

#dop_text h3 {
    font-size: 18px;
    color: #e62900;
    font-family: "MuseoSansMedium";
    margin-top: 0px;
    margin-bottom: 15px;
    margin-top: 20px;
}

#dop_text h2 {
    font-size: 23px;
    font-weight: bold;
}

#dop_text ul li::before {
    content: "\f120";
    font-family: "Ionicons";
    color: #122944;
    display: inline-block;
    margin-right: 5px;
}

#dop_text ul li {
    font-size: 15px;
    color: #122844;
    font-family: "MuseoSansLight";
    list-style-type: none;
}

#dop_text p {
    font-size: 15px;
    color: #122844;
    font-family: "MuseoSansLight";
    text-align: justify;
}

#dop_text {
    margin-bottom: 30px;
}

.accordeonck > ul.menu > li {
    position: relative;
}

.accordeonck > ul.menu > li img {
    position: absolute;
    right: 15px;
    top: 23px;
    cursor: pointer;
}

.pr_al {
    margin-bottom: 30px;
}

.professii_alfabet {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.pr_al h3 {
    margin-top: 0px;
    font-size: 22px;
    font-family: "MuseoSansBold";
    color: #122844;
    display: block;
    margin-bottom: 5px;
}

.pr_al ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.pr_al ul li {
    font-size: 15px;
    color: #122844;
    font-family: "MuseoSansLight";
    margin-bottom: 5px;
}

.pr_al ul li a {
    font-size: 15px;
    color: #122844;
    font-family: "MuseoSansLight";
    text-decoration: underline;
}

.module.proff .menu > li > a {
    display: none;
}

.module.proff .menu > li::before {
    display: none;
}

.module.proff .menu > li ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.related-items {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.related-items li {
    display: inline-block;
    margin-right: 20px;
}

.related-item a {
    display: block;
    text-align: center;
}

.related-items-title {
    font-size: 20px;
    color: #122844;
    font-family: "MuseoSansMedium";
    margin-top: 0px;
    margin-bottom: 10px;
}

.related-item a:last-child {
    font-size: 16px;
    color: #122844;
    font-family: "MuseoSansLight";
    text-align: center;
    margin-top: 5px;
}

.related-articles {

}

#popular_vuz {
    margin-bottom: 10px;
}

#latest .owl-nav {
    position: absolute;
    top: 0px;
    height: 382px;
    width: 100%;
    left: 0px;
}

#latest .owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -33px;
    width: 22px;
    height: 55px;
    background: url(../images/ar_left_h.png) no-repeat center center;
}

#latest .owl-prev:hover {
    background: url(../images/ar_left.png) no-repeat center center;
}

#latest .owl-next {
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -33px;
    width: 22px;
    height: 55px;
    background: url(../images/ar_right_h.png) no-repeat center center;
}

#latest .owl-next:hover {
    background: url(../images/ar_right.png) no-repeat center center;
}

.question {
    background: #ededed;
    padding: 10px;
    padding-left: 15px;
    font-size: 16px;
    color: #122844;
    font-family: "MuseoSansLight";
    cursor: pointer;
    margin-top: 15px;
    position: relative;
}

.questions > div:first-child {
    margin-top: 0px;
}

.answer_content {
    padding: 10px;
    background: #f6f6f6;
    font-size: 15px;
    color: #122844;
    font-family: "MuseoSansLight";
}

.quest {
    border: none;
    width: 200px;
    height: 42px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    background: #ff0950;
    color: #ffffff;
    font-size: 17px;
    font-family: "MuseoSansLight";
    text-shadow: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    display: block;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    margin-top: 15px;
}

.quest:hover {
    background: #122844;
}

#smfaq-form label {
    display: block;
    font-size: 14px;
    color: #122844;
    font-family: "MuseoSansLight";
    font-weight: normal;
}

#smfaq-form input[type="text"] {
    margin: 0px;
    height: 40px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
    display: block;
}

#smfaq-form textarea {
    margin: 0px;
    height: 80px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding-top: 10px;
}

#smfaq-form {
    margin-top: 15px;
}

#smfaq-form .titleform {
    font-size: 18px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 0px;
}

.button.first {
    border: none;
    width: 200px;
    height: 42px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    background: #ff0950;
    color: #ffffff;
    font-size: 17px;
    font-family: "MuseoSansLight";
    text-shadow: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    margin-top: 10px;
}

.button.first:hover {
    background: #122844;
}

.button.first + .button {
    color: #122844;
    background: transparent;
    border: none;
    padding: 0px;
    text-decoration: underline;
    outline: none;
    cursor: pointer;
    font-family: "MuseoSansLight";
    font-size: 16px;
    margin-left: 30px;
}

.button.first + .button:hover {
    color: #ff0950;
}

.item-211 {
    background: transparent !important;
    padding: 5px 15px !important;
}

.item-211 a {
    text-decoration: underline !important;
    color: #ff114f !important;
}

.item-211::before {
    color: #ff114f !important;
}

.comm_block .review_mark {
    height: auto;
    margin-top: 10px;
}

#searchForm input.inputbox {
    margin: 0px;
    height: 40px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
}

#searchForm button {
    top: 3px;
}

.searchintro strong {
    font-weight: normal;
    font-size: 16px;
    color: #122944;
    margin-top: 10px;
    display: block;
    margin-bottom: 20px;
}

.form-limit {
    display: none;
}

.result-category {
    display: none;
}

.result-title {
    font-size: 17px;
    color: #ff104e;
    font-family: "MuseoSansLight";
    line-height: 17px;
    font-weight: normal;
}

.result-title a {
    font-size: 17px;
    color: #122844;
    text-decoration: underline;
    font-family: "MuseoSansLight";
    line-height: 17px;
    font-weight: normal;
}

.result-text {
    font-size: 17px;
    color: #122844;
    font-family: "MuseoSansLight";
    line-height: 15px;
    display: none;
}

.po_bukve span {
    font-size: 22px;
    font-family: "MuseoSansBold";
    color: #122844;
    display: block;
    margin-bottom: 5px;
}

.po_bukve {
    margin-bottom: 20px;
}

.po_bukve > div {
    margin-bottom: 5px;
    font-size: 15px;
    color: #122844;
    font-family: "MuseoSansLight";
}

.po_bukve > div a {
    font-size: 15px;
    color: #122844;
    font-family: "MuseoSansLight";
    text-decoration: underline;
}

#colorbox {
    border-radius: 0px;
}

.formResponsive {
    margin: 0px;
    padding: 15px;
}

.formResponsive .formControlLabel {
    display: none;
}

.formControls input.rsform-input-box {
    margin: 0px;
    height: 40px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
}

.formResponsive .formControls textarea {
    margin: 0px;
    height: 80px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
}

#userForm h2 {
    font-size: 22px;
}

.no_title #cboxClose {
    right: 30px;
    top: 38px;
}

#cboxOverlay {
    background-color: #000;
    opacity: .6 !important;
    filter: alpha(opacity=80);
}

#cme-back {
    display: none;
    z-index: 108;
    opacity: 0.6 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000 !important;
}

.cme-form {
    box-shadow: none !important;
}

.cme-btn, .cme-form .cme-btn {
    font-size: 17px !important;
}

.question::after {
    content: "\f48a";
    font-family: "Ionicons";
    color: #ff104e;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 5px;
}

.question.active::after {
    content: "\f463";
    font-family: "Ionicons";
    color: #ff104e;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 5px;
}

.docvuzy .owl-stage-outer {
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 862px;
    margin-left: -7px;
}

.item-page h2 {
    font-size: 22px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin-top: 20px;
    margin-bottom: 10px;
}

.vuz_info {
  *height: 124px;
}

.vuz_info {
    font-size: 16px;
    color: #122844;
    font-family: "MuseoSansLight";
    margin-bottom: 15px;
}

.vuz_buy a {
    text-decoration: none;
    /* width: 200px; */
    height: 42px;
    border-radius: 30px;
    box-shadow: none;
    outline: none;
    background: #ff0950;
    color: #ffffff;
    font-size: 17px;
    font-family: "MuseoSansLight";
    text-shadow: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    padding: 0px 25px;
}

.vuz_buy a:hover {
    background: #122844;
}

.vuz_info > div {
    border-bottom: 1px solid #ededed;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.vuz_info > div.vuz_buy {
    border: none;
}

.spisok {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.spisok + a {
    margin-bottom: 15px;
}

.spisok li {
    font-size: 16px;
    color: #122844;
    font-family: "MuseoSansLight";
}

.spisok li::before {
    content: "\f121";
    font-family: "Ionicons";
    display: inline-block;
    margin-right: 10px;
    color: #ff104e;
}

.item-page p a {
    color: #ff104e;
    text-decoration: underline;
}

.readmore-js-expanded {
    height: 100% !important;
}

.docvuzy .owl-nav {
    position: absolute;
    top: 0px;
    height: 382px;
    width: 100%;
    left: 0px;
}

.docvuzy .owl-prev {
    position: absolute;
    top: 50%;
    left: -28px;
    margin-top: -33px;
    width: 22px;
    height: 55px;
    background: url(../images/ar_left_h.png) no-repeat center center;
}

.docvuzy .owl-prev:hover {
    background: url(../images/ar_left.png) no-repeat center center;
}

.docvuzy .owl-next {
    position: absolute;
    top: 50%;
    right: -28px;
    margin-top: -33px;
    width: 22px;
    height: 55px;
    background: url(../images/ar_right_h.png) no-repeat center center;
}

.docvuzy .owl-next:hover {
    background: url(../images/ar_right.png) no-repeat center center;
}

#logo span {
    font-size: 14px;
    color: #122844;
    font-family: "MuseoSansRegular";
    display: block;
    margin-top: 3px;
}

#rightmenu {
    position: fixed;
    top: 0;
    left: -100%;
    height: auto;
    width: 100%;
    z-index: 999;
    background: rgb(109, 174, 240);
    padding: 15px;
}

#leftmenu {
    position: fixed;
    top: 0;
    left: -100%;
    height: auto;
    width: 100%;
    z-index: 999;
    background: rgb(109, 174, 240);
    padding: 15px;
}

#modal_diplom .formControlLabel {
    display: none;
}

#modal_diplom .modal-header {
    border: none;
    padding: 0px;
    min-height: 0px;
}

#modal_diplom .formResponsive {
    margin: 0px;
    padding: 0px;
}

#modal_diplom .modal-header button {
    font-size: 40px;
    color: rgba(102, 102, 102, 0.38);
    border: none;
    outline: none;
    top: 17px;
    right: 20px;
    position: absolute;
    opacity: 1;
    text-shadow: none;
    z-index: 100;
}

#cboxClose {
    font-size: 40px;
    border: none;
    outline: none;
    top: 30px !important;
    right: 40px !important;
    position: absolute;
    opacity: 1;
    text-shadow: none;
    z-index: 100;
    background: transparent;
    color: #ffffff;	 
}

#cboxClose::before {
	content: "\f404";
    font-family: "Ionicons";	
    color: rgba(102, 102, 102, 0.38);	
}

#modal_diplom .modal-content {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.rsform-block-f-zag .formBody, .rsform-block-f-zagg .formBody {
    font-size: 16px;
    color: #122844;
}

#modal_diplom .rsform-input-box, #modal_diplom .rsform-calendar-box {
    margin: 0px;
    height: 40px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
}

#rsform_17_page_0 .rsform-input-box, #rsform_17_page_0 .rsform-calendar-box {
    margin: 0px;
    height: 40px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
}

#modal_diplom select {
    margin: 0px;
    height: 40px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
}

#rsform_17_page_0 select {
    margin: 0px;
    height: 40px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
}

#modal_diplom .rsform-block-f-kvalif .formControlLabel,
#modal_diplom .rsform-block-f-diplom .formControlLabel,
#modal_diplom .rsform-block-f-forma .formControlLabel,
#modal_diplom .rsform-block-f_prolij .formControlLabel,
#modal_diplom .rsform-block-f-spravka .formControlLabel,
#modal_diplom .rsform-block-f-doctor .formControlLabel,
#modal_diplom .rsform-block-f_atestat .formControlLabel {
    display: inline-block;
    font-size: 15px;
    color: #122844;
    text-align: left;
    width: 100%;
    padding: 0px;
    padding-bottom: 7px;
}

#modal_diplom .rsform-block-f-kvalif .formControls,
#modal_diplom .rsform-block-f-diplom .formControls,
#modal_diplom .rsform-block-f-forma .formControls,
#modal_diplom .rsform-block-f_prolij .formControls,
#modal_diplom .rsform-block-f-spravka .formControls,
#modal_diplom .rsform-block-f-doctor .formControls,
#modal_diplom .rsform-block-f_atestat .formControls {
    display: inline-block;
    width: 100%;
}

#f_shkola {
    margin-top: 28px;
}

.priloj #f_vuz {
    margin-top: 28px;
}

.rsform-block-f-birthday .formBody {
    position: relative;
}

.rsform-calendar-button {
    border: none !important;
    padding: 0px !important;
    box-shadow: none !important;
    outline: none;
    position: absolute;
    right: 10px;
    font-size: 24px !important;
    top: 6px;
    width: 30px !important;
    height: 30px !important;
    background: url(../images/calendar.png) no-repeat center center !important;
    text-indent: -9999px;
}

.rsform-calendar-button::before {
    content: "\f3f3";
    font-family: "Ionicons";
}

#modal_diplom .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 5px;
}

#modal_diplom .rsform-text-box {
    margin: 0px;
    height: 70px;
    border-radius: 5px;
    background: #f2f1f1;
    border: 0px;
    border-top: 1px solid #e8e8e8;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 10px;
    color: #000000;
    outline: none !important;
    box-shadow: none;
    width: 100%;
}

#modal_diplom .rsform-text-box#f_adress {
    height: 40px;
}

#modal_diplom .rsform-input-box::-webkit-input-placeholder {
    color: #666666;
}

#modal_diplom .rsform-input-box:-ms-input-placeholder {
    color: #666666;
}

#modal_diplom .rsform-input-box::-ms-input-placeholder {
    color: #666666;
}

#modal_diplom .rsform-input-box::placeholder {
    color: #666666;
}

#modal_diplom .rsform-calendar-box::-webkit-input-placeholder {
    color: #666666;
}

#modal_diplom .rsform-calendar-box:-ms-input-placeholder {
    color: #666666;
}

#modal_diplom .rsform-calendar-box::-ms-input-placeholder {
    color: #666666;
}

#modal_diplom .rsform-calendar-box::placeholder {
    color: #666666;
}

#modal_diplom select::-webkit-input-placeholder {
    color: #666666;
}

#modal_diplom select:-ms-input-placeholder {
    color: #666666;
}

#modal_diplom select::-ms-input-placeholder {
    color: #666666;
}

#modal_diplom select::placeholder {
    color: #666666;
}

#f_send {
    border: none;
    width: 210px;
    height: 42px;
    border-radius: 30px;
    line-height: 42px;
    box-shadow: none;
    outline: none;
    background: #ff0950;
    color: #ffffff;
    font-size: 17px;
    font-family: "MuseoSansLight";
    text-shadow: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    padding: 0px;
}

#f_send:hover {
    background: #122844;
}

#modal_diplom .modal-dialog {
    width: 800px;
}

.formResponsive .formBody {
    position: relative;
}



.formValidation span {
    color: red !important;
    font-size: 14px !important;
}

.formRed {
    color: red !important;
    font-weight: normal;
    position: absolute;
    right: 13px;
    font-family: 'MuseoSansMedium';
    top: 15px;
}

.forma_thanks {
    font-size: 16px;
    color: #122844;
    font-family: "MuseoSansLight";
    padding: 4px 0px;
}

.main_form .forma_thanks {
    background: #ffffff;
    padding: 15px;
}

.wait {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -72px;
    margin-left: -72px;
    width: 124px;
    height: 125px;
}

.fast_order {
    position: relative;
}

.fast_order .formRed {
    color: red;
    font-weight: normal;
    position: absolute;
    right: 30px;
    font-family: 'MuseoSansMedium';
    top: 5px;
}

.jshop_list_product .product .description {
    padding-bottom: 10px;
}

strong {
    font-weight: normal;
    font-family: 'MuseoSansMedium';
}

.add_clicl {
    display: inline-block;
    padding: 0px 15px;
    height: 42px;
    content: '';
    vertical-align: middle;
    border-radius: 5px;
    background: #ededed;
    text-decoration: none;
    color: #122844;
    font-size: 16px;
    line-height: 42px;
    vertical-align: top;
    border-radius: 30px;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    width: 197px;
	float:right;
}

.obzor + .add_clicl {
    margin-top: 15px;	
	float:left;
}

.add_clicl:hover {
    background: #122844;
    color: #ffffff;
}

.add_clicl:hover::before {
    color: #ffffff;
}

.add_clicl::before {
    display: inline-block;
    margin-right: 10px;
    font-size: 22px;
    color: #122944;
    position: relative;
    top: 2px;
	color: #00a9d7;
font-family: "MuseoSansRegular";
font-size: 16px;
}

.old_price {
    text-decoration: line-through;
    font-style: normal;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -1px;
    font-family: "MuseoSansRegular";
color: red;
font-size: 16px;
}

.dostavka {
    width: 100%;
}

.dostavka a{
    color:#00a5e6!important;
}

.dostavka tr {
    border: 1px solid #ededed;
}

.dostavka td {
    padding-left: 15px;
    vertical-align: top;
    padding-top: 15px;
}

.dostavka p{
    align:left;
}

.docname{
    background:#d2e7ff;
    text-align:center;
    font-size:18px;
}

.how-where {
    font-weight: bold;
    font-size: 20px;
    background: #267cc5;
    color: white;
}

.obrazec-diploma {
    display: inline-block;
    text-align: center;
    padding: 10px;
}

.obrazec-diploma .title-obrazec {
    padding: 10px 0;

}

.obrazec-diploma .title-obrazec a {
    text-align: center;
    color: #000;
    font-weight: bold;

}

.obrazec-diploma img {
    text-align: center;
    width: 90%;
}

.category-list table a{
    color: #000;
    text-decoration: none;
}

.categories-list.regions-page div {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.categories-list.regions-page div a{
    color: #000;
    text-decoration: none;
}

.categories-list.regions-page  .page-header {
    padding-bottom: 9px!important;
    margin: 10px 0 20px!important;
    border-bottom: 1px solid #eee!important;
}


.po_bukve {
    margin-bottom: 0;
}

.wait {
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -80px;	
}


#userForm h2 {
    font-size: 26px;
    color: #122844;
    font-family: "MuseoSansBold";
    margin-top: 0px;
    margin-bottom: 20px;
} 

.formResponsive .formBody {
    position: relative;
    width: 100%;
}

.forma_thanks {
color: #122844;
    font-size: 17px;
    font-family: "MuseoSansLight";
    padding: 15px;
}

.napissat {
    width: 510px;
    position: relative;
	padding:0px;
}

.content{
    margin-bottom:20px;
}
}

