html,
body {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Roboto-Light', Arial, serif;
    color: #111111;
    max-width: 1800px;
    margin: 0 auto;
}

body {
    margin-top: 0;

}

#fixed {
    background-size: cover;
    background-attachment: fixed;
}

#fixed {
    max-width: 1170px;
    margin: 0 auto;
    box-shadow: 5px 0 8px 0 rgba(0, 0, 0, 0.1), -5px 0 8px 0 rgba(0, 0, 0, 0.1);
}

#fixed .headerblock-fix {
    max-width: 1170px;
    margin: 0 auto;
}

#fixed .main {
    background: #ffffff;
    padding: 0 20px 0;
}

#fixed .container {
    max-width: 1130px;

}

.main-color {
    color: #176cc9;
}

.main-background {
    background: #176cc9;
}

hr.thick {
    border-bottom: 4px solid #176cc9;
    border-top: 0;
}

a {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #176cc9;
    text-decoration: underline;
}

a:focus {
    color: #176cc9;
}

/** Header **/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: 'Roboto-Medium', Arial, serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

h2.header {
    font-size: 32px;
    text-align: center;
    position: relative;
}

h2.header:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #176cc9;
    margin: 25px 0 50px;
    margin-left: auto;
    margin-right: auto;
}

:focus {
    outline: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.content {
    margin: 50px 0 50px;
}

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

.content:after {
    content: '';
    display: block;
    clear: both;
}

.clear-both {
    content: '';
    display: block;
    clear: both;
}

.content h3 {
    margin-bottom: 30px;
}

.content p {
    margin-bottom: 20px;
    display: block;
}

.logoimage {
    width: auto;
    max-width: 100%;
}

.breadcrumbs {
    font-size: 12px;
    font-family: 'Roboto-Light', Arial, serif;
}

.breadcrumbs a {
    color: #888888;
    text-decoration: none;
}

.wa-error-msg {
    color: #be0606;
    margin: 10px 0;
}

.feedback-send {
    height: 500px;
}

.top-line {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}

.top-line .fa {
    color: #176cc9;
    margin-right: 10px;
}

.divider {
    margin: 0 10px;
}

.top-line a {
    text-decoration: underline;
    color: #111111;
}

/** Button **/
.btn,
input[type="submit"],
input[type="button"] {
    border-radius: 100px;
    background: inherit;
    font-family: 'Roboto-Regular', Arial, serif;
    font-size: 18px;
    padding: 10px 28px;
    border: 0;
    text-decoration: none;
}

.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    color: #176cc9;
}

.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    color: #ffffff;
    background: #176cc9;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}

/** Slider */
.slider {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.slider .width-fix {
    max-width: 1800px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

.slider .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666666;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;

}

.slider .bx-wrapper .bx-caption {
    color: #ffffff;
    display: block;
    font-size: 1.55em;
    padding: 20px;
}

.slider .bx-wrapper .bx-caption h4 {
    font-size: 34px;
    margin-top: 5px;
    color: #ffffff;
}

.slider .bx-wrapper .bx-caption p {
    font-size: 0.7em;
}

.slider .shadow-bg-left {
    position: absolute;
    width: 130px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-image: url("img/shadow-bg-left.png");
    background-repeat: repeat-y;
}

.slider .shadow-bg-right {
    position: absolute;
    width: 130px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
    background-image: url("img/shadow-bg-right.png");
    background-repeat: repeat-y;
}

.slider .slider-control {
    position: absolute;
    top: 45%;
    z-index: 10;
}

.slider .fa {
    font-size: 70px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.slider .fa:hover {
    background: #176cc9;
    border: 1px solid #176cc9;
}

.slider .fa-angle-right {
    padding: 10px 20px 10px 25px;
}

.slider .fa-angle-left {
    padding: 10px 25px 10px 20px;
}

.slider #slider-next {
    right: 10px;
}

.slider #slider-prev {
    left: 10px;
}

.slider .bx-wrapper .bx-pager {
    text-align: right;
    font-size: 0;
    font-family: Arial, serif;
    font-weight: bold;
    color: #666;
    position: absolute;
    z-index: 11;
    bottom: 10px;
    right: 10px;
}

.slider .bx-wrapper .bx-pager .bx-pager-item,
.slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: inherit;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 3px;
    outline: 0;
    border-radius: 50%;
    z-index: 90;
    border: 2px solid #ffffff;
}

.slider .bx-wrapper .bx-pager.bx-default-pager .active {
    border: 2px solid #ffffff;
    background: #ffffff;
}

.btn-primary,
input[type="button"],
input[type="submit"] {
    border: 2px solid #176cc9;
    color: #176cc9;
}

.btn-primary:focus,
input[type="submit"]:focus {
    background: inherit;
    color: #176cc9;
}

.anons-background {
    background: #176cc9;
}

.anons-background .row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.anons-background .arrow-control a {
    border: 1px solid #ffffff;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    width: 25px;
    height: 24px;
}

.anons-background .arrow-control a:hover {
    background: #ffffff;
    color: #176cc9;
}

.anons-background a {
    color: #ffffff;
    font-family: 'Roboto-Medium', Arial, serif;
    font-size: 18px;
    text-decoration: underline;
}

.anons-background a:hover {
    text-decoration: none;
}

.anons-background .date {
    color: #ffffff;
    opacity: 0.6;
    margin-right: 30px;
}

.anons-background .slider-anons {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gray-background {
    background-color: #f6f6f6;
}

/** Main **/
.about-main {
    margin-top: 60px;
    margin-bottom: 40px;
}

.about-main h2 {
    margin-top: 0;
    margin-bottom: 40px;
}

.about-main .btn {
    margin: 40px 0 30px;
}

.about-main .news-block {
    margin-bottom: 30px;
}

.about-main .news-block a {
    color: #111111;
    font-family: 'Roboto-Medium', Arial, serif;
    font-size: 16px;
    text-decoration: underline;
}

.about-main .news-block a:hover {
    text-decoration: none;
    color: #176cc9;
}

.about-main .news-block .date {
    margin-top: 15px;
    font-size: 12px;
    font-family: 'Roboto-Light', Arial, serif;
    color: #7e7e7e;
}

.about-main .news-block .date .fa {
    color: #176cc9;
    font-size: 14px;
    margin-right: 5px;
}

.zoom-image {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.image-block img {
    width: 100%;
    height: auto;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.image-block img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.withbackground {
    position: relative;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
}

.withbackground:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    position: absolute;
    content: ' ';
    opacity: 0.6;
    z-index: 10;
}

.withbackground .header {
    color: #ffffff;
    margin-top: 80px;
}

.withbackground .header:after {
    background: #ffffff;
}

.withbackground .container {
    position: relative;
    z-index: 15;
}

.withbackground .galery .thumbnail {
    padding: 0;
    border: 0;
}

.withbackground .galery .thumbnail .caption {
    background-color: #f6f6f6;
}

.withbackground .galery .thumbnail .caption h3 {
    font-family: 'Roboto-Medium', Arial, serif;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    color: #176cc9;
}

.withbackground .galery .thumbnail:hover .caption {
    background-color: #176cc9;
}

.withbackground .galery .thumbnail:hover .caption h3 {
    color: #ffffff;
}

.withbackground .all-galery {
    margin: 50px 0;
}

.withbackground .all-galery .btn {
    border-color: #ffffff;
    color: #ffffff;
}

.withbackground .all-galery .btn:hover {
    background: #ffffff;
    color: inherit;
}

/** Photos **/

.photos-block .container {
    position: relative;
    z-index: 15;
}

.photos-block .galery .thumbnail {
    padding: 0;
    border: 0;
}

.photos-block .galery .thumbnail .caption {
    background-color: #f6f6f6;
}

.photos-block .galery .thumbnail .caption h3 {
    font-family: 'Roboto-Medium', Arial, serif;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    color: #176cc9;
    margin-bottom: 10px;
}

.photos-block .galery .thumbnail:hover .caption {
    background-color: #176cc9;
}

.photos-block .galery .thumbnail:hover .caption h3 {
    color: #ffffff;
}

.photos-block .all-galery {
    margin: 50px 0;
}

.photos-block .all-galery .btn {
    border-color: #ffffff;
    color: #ffffff;
}

.photos-block .all-galery .btn:hover {
    background: #ffffff;
    color: inherit;
}

.photos-block .count {
    position: absolute;
    top: 10px;
    right: 25px;
    z-index: 20;
    background: #176cc9;
    color: #ffffff;
    padding: 10px;
}

.photos-block .count i {
    margin-right: 5px;
}

.photos-block .content h3 {
    margin-bottom: 0 !important;
}

/** Service **/
.service {
    padding: 50px 0;
    background: #ffffff;
}

.service .service-hover {
    padding: 20px 20px 20px;
    border: 1px solid #ffffff;
}

.service .service-hover:hover {
    border: 1px solid #ffffff;
}

.service .col-lg-3:hover i {
    font-size: 45px;
}

.service .icon-block {
    width: 80px;
    height: 80px;
    position: relative;
    display: inline-block;
    margin: 30px 0 40px;
}

.service .icon-block .icon {
    background: #176cc9;
    width: 80px;
    height: 80px;
    color: #ffffff;
    display: block;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.service .icon-block i {
    display: block;
    position: absolute;
    font-size: 40px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    top: 20%;
}

.service b {
    color: #176cc9;
    font-family: 'Roboto-Medium', Arial, serif;
    font-size: 18px;
    font-weight: normal;
}

.service p {
    font-size: 16px;
    font-family: 'Roboto-Light', Arial, serif;
    color: #7e7e7e;
}

.service .lead {
    color: #111111;
    font-size: 18px;
}

.service .all-service {
    margin-top: 30px;
}

.logo {
    margin: 30px 0;
}

.logo a {
    color: #111111;
    font-family: 'Roboto-Medium', Arial, serif;
    font-size: 30px;
    text-decoration: none;
}

.logo a:hover {
    text-decoration: none;
}

.logo a span {
    color: #176cc9;
}

.logo p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
    color: #888888;
}

/** Search **/
.search {
    text-align: right;
}

.search-bar {
    display: none;
    background: #424142;
    padding: 5px 0;
    color: #ffffff;
}

.search-bar input[type="text"] {
    background: inherit;
    border: 0;
    color: #ffffff;
    margin: 0;
    -webkit-appearance: none;
    width: 70%;

}

.search-bar form {
    margin: 0 0;
}

.search-bar .fa {
    margin-right: 20px;
    opacity: 0.5;
}

.search .fa {
    font-size: 24px;
    color: #176cc9;
    margin-left: 20px;
}

.search .fa:hover {
    color: #5b5b5b;
}

/** Feedback **/
.feedback {
    /*padding-top: 50px;*/
    background: #ffffff;
}

.feedback form {
    margin: 50px 0 20px;
    border: 1px solid #dcdcdc;
    padding: 40px 20px;
}

.feedback input[type="text"],
.feedback input[type="email"],
.feedback textarea {
    width: 100%;
    -webkit-appearance: none;
}

.feedback img {
    max-width: 430px;
}

.fa-spinner {
    font-size: 20px;
    margin-left: 10px;
}

/** Footer **/
.footer {
    background: #222222;
    color: #858585;
    font-size: 14px;
}

.footer .row {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer .fa {
    color: #ffffff;
    margin-right: 10px;
}

.footer .address,
.footer .phone {
    margin-bottom: 20px;
}

.footer h3 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
}

.footer h3:after {
    height: 1px;
    background: #595959;
    position: absolute;
    width: 50%;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    content: " ";
}

.footer .fa-ul li {
    margin-bottom: 20px;
}

.footer .fa-ul li a {
    color: #858585;
}

.footer .fa-ul li a:hover {
    color: #ffffff;
}

.copyright {
    padding: 20px 0;
    background: #2c2c2c;
    font-size: 12px;
}

.copyright .row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-footer li {
    margin-bottom: 20px;
}

.navbar-footer li a {
    color: #858585;
    text-transform: uppercase;
    padding: 10px 0;
    text-decoration: none;
}

.navbar-footer li a:hover {
    text-decoration: none;
    color: #ffffff;
}

.mail a {
    color: #858585;
    padding: 10px 0;
    text-decoration: none;
}

.mail a:hover {
    text-decoration: none;
    color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
    border: 2px solid #dddddd;
    padding: 10px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #333333;
    margin-bottom: 20px;
    -webkit-appearance: none;
}

.wa-captcha-input {
    width: 100px !important;
    padding: 8px !important;
    margin-bottom: 5px !important;
}

textarea {
    height: 250px;
}

.map {
    margin-top: 100px;
}

.map #map-canvas {
    width: 100%;
    height: 500px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #176cc9;
    border: 1px solid #afafaf;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 15px;
    bottom: 15px;
    padding-top: 2px;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    border: 1px solid #176cc9;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

.headerblock-fix {
    position: fixed;
    background: #ffffff;
    z-index: 100;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 2px -2px rgba(50, 50, 50, 0.1);
    opacity: 0.98;
}

.headerblock-fix .fix-width {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.headerblock-fix .fix-width .logo {
    margin: 20px 0;
}

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul {
    padding: 0;
    min-height: 16px;
}

.wa-auth-adapters ul li {
    list-style: none;
    float: left;
    padding: 0 15px 0 0;
}

.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span {
    display: block;
    padding: 0 5px;
}

.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img {
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.wa-auth-adapters p {
    color: #888;
    font-size: 0.9em;
    width: 80%;
}

.wa-auth-adapters.wa-connect {
    margin-top: 20px;
}

.wa-form {
    float: left;
    margin: 10px 0;
    overflow: visible;
}

.wa-form .wa-field {
    clear: left;
    margin: 0;
    padding-top: 3px;
}

.wa-form .wa-field .wa-name {
    float: left;
    width: 155px;
    padding-top: 0.05em;
    padding-bottom: 10px;
    font-size: 0.95em;
    color: #888;
}

.wa-form .wa-field.wa-separator {
    height: 10px;
}

.wa-form .wa-field .wa-value {
    margin-left: 180px;
    margin-bottom: 5px;
    position: relative;
}

.wa-form .wa-field .wa-value input.wa-error {
    border: 2px solid #be0606;
}

.wa-form .wa-field .wa-value .wa-error-msg {
    font-size: 0.9em;
    color: #be0606;
    display: block;

}

.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] {
    width: 30%;
    min-width: 260px;
    margin: 0;
}

.wa-form .wa-field .wa-value textarea {
    min-width: 300px;
    height: 70px;
}

.wa-form .wa-field .wa-value input.wa-captcha-input {
    width: 100px;
    min-width: 0;
}

.wa-form .wa-field .wa-value label {
    display: block;
}

.wa-form .wa-field .wa-value .wa-captcha img {
    margin-left: 0;
}

.wa-form .wa-field .wa-value .errormsg {
    margin-left: 0;
}

.wa-form .wa-field .wa-value.wa-submit {
    margin-top: 10px;
}

.wa-form .wa-field .wa-value p label {
    display: block;
    margin: 0;
}

.wa-form .wa-field .wa-value p {
    line-height: 1.6em;
    margin-bottom: 23px;
    position: relative;
}

.wa-form .wa-field .wa-value p span {
    color: #777;
    font-size: 0.9em;
    display: block;
}

.wa-form .wa-field .wa-value p i.icon16 {
    float: left;
    left: -20px;
    margin-top: 2px;
    position: absolute;
}

.wa-form .wa-field .wa-value p input {
    display: block;
    margin-bottom: 2px;
}

.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] {
    display: inline;
}

.wa-form .wa-field .wa-value p .field.wa-required span:after {
    content: " *";
    color: #faa;
}

.wa-form .wa-field.wa-required .wa-name:after {
    content: " *";
    color: #faa;
}

.wa-signup-form .wa-form .wa-field.wa-field-email {
    margin-top: 20px;
}

.wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input {
    min-width: 300px;
}

.wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
.wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input {
    min-width: 200px;
    width: 200px;
}

.wa-captcha {
    padding: 7px 0 10px;
}

.wa-captcha p {
    margin: 0;
}

.wa-captcha strong {
    font-size: 1.2em;
}

.wa-captcha p img {
    float: left !important;
    margin-right: 5px;
    margin-top: 0px;

}

.wa-captcha .wa-captcha-refresh {
    font-size: 0.8em;
    text-decoration: underline;
    color: #aaa;
}

.wa-captcha .wa-captcha-input {
    display: inline !important;
}

.wa-captcha .errormsg {
    margin-left: 10px;
    display: block;
    float: left;
}

input.error, textarea.error {
    border: 2px solid #be0606;
}

.errormsg {
    color: #be0606;
    margin-left: 170px;
    display: block;
}

.shadow {
    box-shadow: 0 4px 2px -2px rgba(50, 50, 50, 0.1);
    background: #ffffff;
}

/** Rightmenu **/
.rightmenu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Roboto-Medium', Arial, serif;
    text-transform: uppercase;
}

.rightmenu .selected_menu {
    color: #000000;
}

.rightmenu .selected > a {
    color: #fff;
    background: #176cc9;
}

.rightmenu .selected > a:hover {
    color: #fff;
    background: #176cc9;
}

.rightmenu a {
    color: #111111;
    text-decoration: none;
}

.rightmenu a:hover {
    color: #176cc9;
}

.rightmenu li {
    position: relative;
}

.rightmenu li > a:hover {
    background: #ffffff;
}

.rightmenu li:last-child {
    border-bottom: 0;
}

.rightmenu li .show_cat {
    padding: 0;
    position: absolute;
    right: 5px;
    top: 15px;
    text-align: center;
    width: 20px;
    height: 20px;
    display: inline;
    cursor: pointer;
    font-size: 18px;
    color: inherit;
}

.rightmenu li .show_cat:hover {
    background: inherit;
}

.rightmenu li:last-child {
    border-top: 0;
}

.rightmenu li a {
    display: block;
    padding: 15px 20px;
    outline: 0;
    margin-bottom: 2px;
    background: #f6f6f6;
}

.rightmenu li ul {
    display: none;
    list-style: none;
    font-size: 14px;

    margin: 0;
    padding: 0;

}

.rightmenu li ul li {
    margin: 0;
    padding: 0;
}

.rightmenu li ul li a {
    display: block;
    width: auto;
    padding: 15px 0 15px 30px;
    font-family: 'Roboto-Light', Arial, serif;
    text-transform: none;
}

.rightmenu li ul li .show_cat {
    top: 15px;
}

.rightmenu li ul li ul {
    border-top: 0;
    padding: 0 0;
}

.rightmenu li ul li ul li {
    border-bottom: 0;
}

.rightmenu li ul li ul a {
    padding: 15px 0 15px 40px;
    font-size: 14px;
}

.rightmenu li ul li ul ul a {
    display: block;
    width: auto;
    padding: 15px 0 15px 50px;
}

/** Standart horizontal menu **/
ul.menu-h {
    padding: 0;
    margin: 0;
    position: relative;
}

ul.menu-h a {
    color: #111111;
}

ul.menu-h ul {
    margin: 0;
    padding: 0;
}

ul.menu-h ul ul {
    top: 0 !important;
}

ul.menu-h li.home a {
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px dotted #7c7c7b;
}

ul.menu-h li {
    position: relative;
    float: left;
    list-style: none;
    padding: 0;
}

ul.menu-h li a {
    padding: 12px 15px;
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #111111;
    font-family: 'Roboto-Medium', Arial, serif;
    text-transform: uppercase;
}

ul.menu-h .tree a {
    padding-right: 25px;
}

ul.menu-h .tree:after {
    font-family: 'FontAwesome', serif;
    position: absolute;
    top: 25%;
    right: 10px;
    content: "\f078";
    font-size: 8px;
    color: #000000;
}

ul.menu-h ul:hover > .tree:after {
    color: #ffffff;
}

ul.menu-h ul .tree:after {
    color: #000000;
    font-family: 'FontAwesome', serif;
    position: absolute;
    top: 25%;
    right: 5px;
    content: "\f054";
    font-size: 8px;
}

ul.menu-h .tree:hover {
    color: #ffffff;
}

ul.menu-h li:hover > a {
    background: #176cc9;
    color: #ffffff;
}

ul.menu-h .tree:hover {
    color: #ffffff;
}

ul.menu-h ul {
    display: none;
    width: 250px;
    left: 0;
    background: #fff;
    padding: 0;
    position: absolute;
    z-index: 13012;
    margin-left: 0;
    box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.32);

}

ul.menu-h ul li {
    z-index: 111;
    position: relative;
    width: 250px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
}

ul.menu-h ul li li {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

ul.menu-h .menu-v li {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

ul.menu-h .menu-v > li:last-child {
    border: 0;
}

ul.menu-h .menu-v li > li {
    border-bottom: 1px solid #e5e5e5;
}

ul.menu-h ul li > li:last-child {
    border-bottom: 0;
}

ul.menu-h ul li a {
    text-transform: none;
    display: block;
    padding: 10px 5px 10px 15px;
    margin: 0;
    color: #111111;
    font-size: 13px;
    font-family: 'Roboto-Light', Arial, serif;
}

ul.menu-h ul li ul {
    top: -1px;
    left: 100%;
    margin-left: 0;
}

ul.menu-h li:hover > ul {
    display: block;
    height: auto;
}

/** Auth **/
.wa-auth-adapters {
    padding: 10px 10px 15px 10px;

    margin-bottom: 20px;
    background: #f7f7f7;
}

.wa-auth-adapters ul {
    padding: 0;
    margin: 0;
    min-height: 16px;
}

.wa-auth-adapters ul li {
    list-style: none;
    display: inline-block;
    padding: 0 30px 0 0;
}

.wa-auth-adapters ul li a {
    display: block;
    padding-top: 5px;
    border-bottom: 0;
    color: #000;
}

.wa-auth-adapters ul li a img {
    position: relative;
    top: 0;
    left: -3px;
    border-bottom: 0;
    padding-right: 5px;
}

.wa-auth-adapters p {
    clear: left;
    color: #888;
    font-size: .9em;
    padding-top: 10px;
}

/** Rating **/
/** Icon **/
.icon16.color {
    margin-right: 5px;
    border-radius: 20px;
    height: 10px;
    width: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-top: 3px;
}

.rating-user {
    color: #aeaeae;
}

i.icon16 {
    height: 16px;
    width: 16px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
    background: url("img/icons.png") no-repeat;
    background-size: 210px 160px /* 50% of the original size for auto @2x optimization */;
}

* i.icon16 {
    text-decoration: none !important;
    vertical-align: top;
    margin: 0.1em 0.2em 0 0;
}

.icon16.rss {
    background-position: -16px 0;
}

.icon16.facebook {
    background-position: -32px 0;
}

.icon16.twitter {
    background-position: -48px 0;
}

.icon16.vk {
    background-position: -64px 0;
}

.icon16.google {
    background-position: -80px 0;
}

.icon16.userpic20 {
    background-position: -2px -2px;
    border-radius: 50%;
    background-size: auto;
}

.icon16.color {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 12px;
    height: 12px;
    background-image: none;
}

.loading_icon {
    margin: 10px 0;
}

.icon16.star,
.icon16.star-full {
    background-position: -16px -16px;
}

.icon16.star-half {
    background-position: -32px -16px;
}

.icon16.star-empty {
    background-position: -48px -16px;
}

.icon16.star-hover {
    background-position: -64px -16px;
}

.icon16.remove {
    background-position: -96px -16px;
}

.icon16.saved {
    background-position: -112px -16px;
}

.icon16.stock-red {
    background-position: -128px -16px;
}

.icon16.stock-yellow {
    background-position: -144px -16px;
}

.icon16.stock-green {
    background-position: -160px -16px;
}

.icon16.stock-transparent {
    background-position: -176px -16px;
}

/** Media **/
@media (min-width: 1200px) {
    #fixed .container {
        width: 1130px;
    }
}

@media (min-width: 768px) {
    .row {
        position: relative;
    }

    .bottom-align-text {
        position: absolute;
        bottom: 0;
        right: 0;
	display: none;
    }

    .bottom-align-text img {
        max-width: 470px;
    }

}

@media (max-width: 767px) {
    .content {
        margin: 30px 0 30px;
    }

    #fixed .main {
        padding: 0;
    }

    .menu-navigator {
        background: #e5e5e5;
        padding: 10px;
        position: relative;
        height: 60px;
        margin-bottom: 2px;

    }

    .menu-navigator .fa {
        display: block;
        color: #176cc9;
        font-size: 21px;
        border: 1px solid #176cc9;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        border-radius: 4px;
        position: absolute;
        left: 10px;
        cursor: pointer;
    }

    .menu-navigator .fa-search {
        right: 10px;
        left: auto;
    }

    .menu-navigator span {
        font-size: 20px;
        color: #176cc9;
        left: 60px;
        top: 20px;
        position: absolute;
        font-family: 'Roboto-Medium', Arial, serif;
    }

    ul.menu-h {
        width: 100% !important;
        display: none;
    }

    ul.menu-h li {
        width: 100%;
        background: #eeeeee;
        margin-bottom: 2px;
    }

    ul.menu-h ul {
        width: 100%;
    }

    ul.menu-h ul li {
        width: 100% !important;
    }

    ul.menu-h .tree:after {
        top: 10px;
    }

    ul.menu-h ul .tree:after {
        top: 10px;
        right: 10px;
        content: "\f078";
    }

    ul.menu-h ul {
        position: static;
    }

    ul.menu-h ul li {
        background: #ffffff;

    }

    ul.menu-h ul li a {
        position: relative;
    }

    .shadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none !important;
    }

    .fa-ul {
        padding-top: 20px;
        margin-left: 15px;
    }

    .headerblock-fix {
        position: relative;
        background: #ffffff;
        z-index: 100;
        top: 0;
        width: 100%;
        box-shadow: 0 4px 2px -2px rgba(50, 50, 50, 0.1);
    }

    .top-line {
        font-size: 12px;
    }

    .top-line .col-lg-4 {
        text-align: center;
    }

    .navbar-header {
        background: #eeeeee;
    }

    .logo {
        text-align: center;
    }

    .navbar-brand {
        position: absolute;
    }

    .vertical-align {
        display: block;
        align-items: center;
    }

    .vertical-align .col-xs-12 {
        padding: 0;
    }

    .vertical-align .col-xs-12 .navbar-toggle {
        margin-right: 15px;
    }

    .slider .bx-wrapper .bx-pager {
        display: none;
    }

    .slider .bx-wrapper .bx-caption {
        display: none;
    }

    .anons-background .arrow-control {
        margin-bottom: 20px;
    }

    .about-main {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .about-main h2 {
        text-align: center;
    }

    .about-main .show-more {
        text-align: center;
        margin-bottom: 30px;
    }

    .slider {
        width: 100%;
        text-align: center;
        position: relative;
    }

    .slider .slider-control {
        position: absolute;
        top: 30%;
        z-index: 10;
    }

    .slider .fa {
        font-size: 30px;
        color: #ffffff;
        border: 1px solid #ffffff;
        padding: 10px;
    }

    .slider .fa:hover {
        background: #176cc9;
    }

    .slider #slider-next {
        right: 15px;
    }

    .slider #slider-prev {
        left: 15px;
    }

    input[type="text"], input[type="email"], input[type="password"], textarea {
        width: 100%;
    }

    .wa-form .wa-field .wa-value input[type="text"], .wa-form .wa-field .wa-value input[type="email"], .wa-form .wa-field .wa-value input[type="password"] {
        width: 100%;
    }

    .wa-form .wa-field .wa-name {
        width: 100%;
        display: block;
        float: none;
    }

    .wa-form .wa-field .wa-value {
        margin-left: 0;
        width: 100%;
    }

    .wa-submit {
        font-size: 12px;
    }
}

/** Стили магазина Shop **/
/** v1.1. **/
blockquote {
    border-left: 0;
}

select {
    border: 2px solid #dddddd;
    padding: 10px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #333333;
    margin-bottom: 20px;
    font-size: 16px;
    max-width: 100%;
}

.gray {
    color: gray;
}

.sorting {
    font-size: 16px;
    font-family: 'Roboto-Medium', serif;
}

#fixed .container.shop {
    padding-left: 0;
    padding-right: 0;
}

.header .fa {
    font-size: 22px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.galery-promo {
    margin-top: 100px;
    margin-bottom: 80px;
}

.galery-promo a {
    text-decoration: none;
    color: #000000;
}

.galery-promo a h5 {
    color: #176cc9;
}

.galery-promo a:hover p {
    color: #ffffff !important;
}

.galery-promo a:hover h5 {
    color: #ffffff;
}

.galery-promo a:hover .caption {
    background: #176cc9;
}

.galery-promo .thumbnail {
    padding: 0;
    border: 0;
}

.galery-promo .thumbnail .zoom-background {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.galery-promo .thumbnail .countdown {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    right: 10px;
    background: #ffffff;
    padding: 5px;
    font-family: 'Roboto-Medium', serif;
}

.galery-promo .thumbnail .image-block {
    height: 230px;
    display: block;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    text-align: center;
    position: relative;
    text-decoration: none;
}

.galery-promo .thumbnail .caption {
    height: 110px;
    background: #f6f6f6;
}

.galery-promo .thumbnail .caption h3 {
    margin-top: 10px;
}

.catalog .thumbnail {
    border: 1px solid #dadada;
    border-radius: 0px;
    padding: 10px 10px 20px;
    font-family: 'Roboto-Regular', serif;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    background: #ffffff;
}

.catalog .thumbnail img {
    margin-bottom: 10px;
}

.catalog .thumbnail .name {
    font-size: 18px;
    line-height: 18px;
    height: 65px;
}

.catalog .thumbnail .price {
    font-size: 18px;
    height: 40px;
    line-height: 18px;
}

.catalog .thumbnail .price s {
    color: #cccccc;
}

.catalog .thumbnail .btn-primary {
    font-family: 'Roboto-Regular', serif;
    font-size: 18px;
}

.catalog .thumbnail .image-block {
    height: 200px;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.catalog .thumbnail .image-block .zoom-image-catalog {
    text-align: center;
    height: 200px;
}

.catalog .thumbnail .image-block .zoom-image-catalog a {
    height: 100%;
    display: flex;
    align-items: center;
}

.catalog .thumbnail .image-block .zoom-image-catalog img {
    line-height: 200px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 200px;
    max-width: 200px;
    width: auto;
}

.catalog .thumbnail:hover {
    border: 1px solid #176cc9;
}

.catalog .thumbnail:hover .image-block img {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.catalog .thumbnail .addtocart .fa {
    margin-right: 10px;
}

.catalog .disabled {
    border-color: #7e7e7e;
    color: #7e7e7e;
}

/** Badge **/
.badge {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    font-family: 'Roboto-Medium', Arial, serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px;
    color: #ffffff;
    border-radius: 4px;
    background: #59b210;
}

.badge.new {
    background: green;
}

.badge.low-price {
    background: #f8484a;
}

.badge.new {
    background: #59b210;
}

.badge.bestseller {
    background: #f7a310;
}

.promo {
    margin-top: 50px;
    margin-bottom: 30px;
}

/** Slider main **/
.slider-main {
    background: #eeeeee;
    height: 400px;
    width: 100%;
    margin-top: -27px;
}

/** Menu-h **/
.container-menu-h {
    position: relative;
}
.menu-h-catalog-mobile:after {
    content: " ";
    clear: both;
    display: block;
}
.menu-h-catalog-background {
    position: relative;
    background: #176cc9;
}

.menu-h-catalog {
    visibility: hidden;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 20;
    margin: 0;
    padding: 0;
    font-size: 17px;
    list-style: none;
}

.menu-h-catalog .tree a {
    padding: 15px 25px 15px 10px;
    position: relative;
}

.menu-h-catalog .tree a:after {
    font-family: 'FontAwesome', serif;
    content: "\f0dd";
    right: 10px;
    top: 15px;
    position: absolute;
    font-size: 13px;
}

.menu-h-catalog .tree ul {
    list-style: none;
}

.menu-h-catalog .tree ul a {
    padding: 0;
    padding-bottom: 3px;
    display: block;
    position: relative;
}

.menu-h-catalog .tree ul a:after {
    content: " ";
}

.menu-h-catalog .tree:hover {
    background: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 -3px 15px -5px rgba(50, 50, 50, 0.3);
}

.menu-h-catalog li {
    background: #176cc9;
    float: left;
    margin-right: 5px;
    border-radius: 0px;
}

.menu-h-catalog li:hover {
    background: #ffffff;
    border-radius: 0px;
}

.menu-h-catalog li:hover a {
    color: #176cc9;
}

.menu-h-catalog li:hover a:hover {
    color: #176cc9;
}

.menu-h-catalog li a {
    display: block;
    padding: 15px 10px 15px 10px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 0px;
    font-family: 'Roboto-Regular', serif;
}

.menu-h-catalog li ul {
    display: none;
    margin: 0;
    padding: 20px;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 20;
    background: #ffffff;
    box-shadow: 0 7px 10px -9px rgba(50, 50, 50, 0.54);
    left: 0;
    text-align: left;
}

.menu-h-catalog li ul .tree a {
    position: relative;
}

.menu-h-catalog li ul .tree a:after {
    font-family: 'FontAwesome', serif;
    content: " ";
    right: 10px;
    top: 12px;
    position: absolute;
}

.menu-h-catalog li ul .tree:hover {
    background: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    border: 0;
}

.menu-h-catalog li ul li {
    width: 24%;
    min-width: 150px;
    background: none;
    float: left;
    border: 0;
}

.menu-h-catalog li ul li a {
    display: inline;
    color: #000000 !important;
    text-transform: uppercase;
    font-family: 'Roboto-Medium', serif;
    font-size: 16px;
    position: relative;
}

.menu-h-catalog li ul li a:hover {
    color: #176cc9 !important;
}

.menu-h-catalog li ul li ul {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 0;
}

.menu-h-catalog li ul li ul li {
    margin-bottom: 0;
    width: 100%;
}

.menu-h-catalog li ul li ul li a {
    text-transform: none;
    font-family: 'Roboto-Light', serif;
    font-size: 16px;
    padding: 0 0 0 5px;
}

.menu-h-catalog li ul li ul li a:before {
    content: "";
}

.menu-h-catalog li ul li ul li ul {
    display: none;
}

.menu-h-catalog li ul li ul li ul li {
    padding: 0 0 0 10px;
}

.menu-h-catalog li ul li ul li ul li a {
    font-size: 12px;
}

.menu-h-catalog .fa-sort-desc {
    font-size: 10px;
    margin-top: -10px;
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
}

.menu-h-catalog .more a {
    padding: 15px 15px;
    position: relative;
}

.menu-h-catalog .more a:after {
    font-family: 'FontAwesome', serif;
    content: " ";
    right: 10px;
    top: 11px;
    position: absolute;
    font-size: 13px;
}

.menu-h-catalog .more a i {
    position: relative;
}

.menu-h-catalog .more a i .count {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ffcc66;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    color: #000000;
    font-size: 10px;
    font-family: 'Roboto-Medium', serif;
    border-radius: 50%;
}

.menu-h-catalog li:hover ul {
    display: block;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

.menu-h-catalog li:hover ul ul ul {
    display: none;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.product-search {
    clear: both;
    content: ' ';
}

.product-search #search {
    margin-top: 5px;
    position: relative;
    width: 100%;
    border-width: 1px;
}

.search .cart-count {
    position: absolute;
    font-size: 10px;
    top: -10px;
    right: -10px;
    width: 18px;
    height: 18px;
    line-height: 8px;
    background: #ffcc66;
    padding: 5px;
    border-radius: 50%;
    color: #000000;
    text-align: center;
    font-family: 'Roboto-Medium', serif;
}

.breadcrumb {
    color: #868686;
    font-size: 12px;
}

.breadcrumb a {
    color: #868686;
}

.product-margin {
    margin-top: 20px;
}

.product h1 {
    font-size: 32px;
}

.product .priceblock {
    padding: 10px 20px;
    background: #f5f5f5;
    margin-top: 40px;
}

.product .to-cart {
    margin-top: 20px;
}

.product .to-back {
    margin-top: 20px;
}

#product-list .catalog {
    margin-top: 50px;
}

input.error,
textarea.error {
    border: 2px solid #c71907 !important;
}

.errormsg,
.wa-error-msg {
    color: #c71907;
    font-size: 14px;
    margin-left: 10px;
}

/** Product **/
.product .disabled {
    border-color: #7e7e7e;
    color: #7e7e7e;
}

.product .disabled:hover {
    background: transparent;
}

.product .articul {
    font-size: 12px;
    color: #858585;
    margin-bottom: 10px;
}

.product h1 {
    font-size: 32px;
    font-family: 'Roboto-Medium', Arial, serif;
}

.product .stocks {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Roboto-Medium', Arial, serif;
}

.product .stocks .fa {
    padding-right: 5px;
    font-size: 14px;
}

.product .stocks .red {
    color: #ee0000 !important;
}

.product .stocks .stock-critical {
    color: #ee0000;
}

.product .stocks .stock-low {
    color: #aa8800;
}

.product .stocks .stock-high {
    color: #59b210;
}

.product .stocks .stock-none {
    color: #aaaaaa;
    white-space: normal;
}

.product .stocks .icon16 {
    margin-top: 0.1em;
}

.product .add2cart {
    margin: 20px 0;
    font-size: 22px;
    color: #176cc9;
}

.product .add2cart .btn {
    margin-left: 20px;
}

.product .add2cart .compare-at-price {
    color: #a7a7a7;
    font-family: 'Roboto-Light', Arial, serif;
}

.product .add2cart .price {
    font-family: 'Roboto-Medium', Arial, serif;
}

.product .summary {
    line-height: 18px;
    margin: 50px 0;
}

.product .services .checkbox input[type="checkbox"] {
    margin-left: 0;
    position: relative;
    margin-right: 5px;
}

.product .more-images {
    display: block;
}

.product .more-images .image {
    margin-top: 10px;
    border: 1px solid #dadada;
    display: inline-block;
    width: 90px;
}

.product .more-images .image img {
    max-width: 80px;
    padding: 1px;
    margin: 2px;
}

.product #product-gallery {
    width: 100%;
}

.product #product-gallery .selected {
    position: relative;
    border: 1px solid #176cc9;
    font-weight: bold;
}

.product #product-core-image {
    text-align: center;
    position: relative;
}

.product .sub {
    margin-top: 10px;
    font-size: 12px;
}

.product .sub a {
    color: #888888;
}

.product ul.skus {
    list-style: none;
    padding-left: 2px;
}

.product ul.skus li {
    padding-bottom: 3px;
    font-family: 'Roboto-Regular', Arial, serif;
}

.product ul.skus li span {
    font-family: 'Roboto-Medium', Arial, serif;
}

.product ul.skus li .articul {
    font-family: 'Roboto-Regular', Arial, serif;
}

.product ul.skus li .price {
    font-family: 'Roboto-Medium', Arial, serif;
}

.product .badge {
    font-size: 15px;
}

.product .add-review a {
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px dotted #176cc9;
}

.product .options {
    line-height: 2em;
    margin-bottom: 20px;
}

.product .options label.name {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 0;
    margin-top: 10px;
    font-family: 'Roboto-Medium', serif;
}

.product .options select {
    text-transform: none;
    min-width: 200px;
    background: transparent;
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #cccccc;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;
}

.product .options .inline-select {
    margin-bottom: 15px;
}

.product .options .inline-select a {
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin: 0 5px 5px 0;
    display: inline-block;
    padding: 3px 7px;
    text-decoration: none;
    position: relative;
    min-width: 22px;
    text-align: center;
    color: #454545;
    background: #ffffff;
}

.product .options .color-fix a {
    padding: 5px 15px !important;
}

.product .options .inline-select a:hover {
    border: 1px solid #737373;
}

.product .options .inline-select a .color_name {
    display: none;
    position: absolute;
    bottom: -25px;
    left: 50%;
    font-size: 0.6em;
    color: rgba(0, 0, 0, 0.8);
    margin-left: -40px;
    width: 80px;
}

.product .options .inline-select a .color_checkmark {
    display: none;
    position: absolute;
    top: 7px;
    left: 10px;
}

.product .options .inline-select a.selected {
    border: 1px solid #176cc9;
    color: #ffffff !important;
    background-color: #176cc9;
}

.product .options .inline-no-color a.selected {
    background: #176cc9;
}

.product .options .inline-select a.selected .color_name {
    display: block;
}

.product .options .inline-select a.selected .color_checkmark {
    display: block;
}

.product .services {
    margin-bottom: 10px;
    line-height: 1.4em;
}

.product .col-lg-6 #product-image {
    max-width: 100%;
}

.product .compare-favorite {
    margin-bottom: 20px;
    text-align: left;
    font-size: 12px;
    color: #afafaf;
    margin-top: 10px;
}

.product .compare-favorite a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted #000000;
}

.select_quantity {
    margin-right: 30px;
    width: 100%;
}

.select_quantity .input-group-addon {
    width: 25px;
    height: 45px;
    font-size: 15px;
    border-radius: 4px;
    padding: 0;
    line-height: 45px;
    text-align: center;
    background-color: transparent;
    border: 0;
}

.select_quantity .input-group-addon .dec_cart {
    color: #333333;
    display: block;
}

.select_quantity .input-group-addon .inc_cart {
    color: #333333;
    display: block;
}

.select_quantity span {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

.select_quantity .select_input_cart {
    width: 50px;
    height: 50px;
    border-width: 1px;
    text-align: center;
    float: left;
    margin-right: 10px;
    padding: 3px;
}

.icon16.color {
    margin-right: 5px;
    border-radius: 20px;
    height: 10px;
    width: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-top: 3px;
}

.rating-user {
    color: #aeaeae;
}

i.icon16 {
    height: 16px;
    width: 16px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
    background: url("img/icons.png") no-repeat;
    background-size: 210px 160px /* 50% of the original size for auto @2x optimization */;
}

* i.icon16 {
    text-decoration: none !important;
    vertical-align: top;
    margin: 0.1em 0.2em 0 0;
}

.icon16.rss {
    background-position: -16px 0;
}

.icon16.facebook {
    background-position: -32px 0;
}

.icon16.twitter {
    background-position: -48px 0;
}

.icon16.vk {
    background-position: -64px 0;
}

.icon16.google {
    background-position: -80px 0;
}

.icon16.userpic20 {
    background-position: -2px -2px;
    border-radius: 50%;
    background-size: auto;
}

.icon16.color {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 12px;
    height: 12px;
    background-image: none;
}

.icon16.loading {
    background: url('img/loading.gif') 0 0;
    background-size: 16px 16px;
}

.loading_icon {
    margin: 10px 0;
}

.icon16.star,
.icon16.star-full {
    background-position: -16px -16px;
}

.icon16.star-half {
    background-position: -32px -16px;
}

.icon16.star-empty {
    background-position: -48px -16px;
}

.icon16.star-hover {
    background-position: -64px -16px;
}

.icon16.remove {
    background-position: -96px -16px;
}

.icon16.saved {
    background-position: -112px -16px;
}

.icon16.stock-red {
    background-position: -128px -16px;
}

.icon16.stock-yellow {
    background-position: -144px -16px;
}

.icon16.stock-green {
    background-position: -160px -16px;
}

.icon16.stock-transparent {
    background-position: -176px -16px;
}

/* Checkout
----------- */
.checkout-order {
    border: 1px solid #e8e8e8;
    padding: 5px 20px 20px;
    margin-top: 20px;
}

.checkout-order .btn-bordered {
    margin-top: 20px;
    display: block;
    color: #9e9e9e;
    border-color: #cccccc;
}

.checkout-order .btn-bordered:focus {
    text-decoration: none;
}

.checkout-order .btn-bordered:hover {
    border-color: #dddddd;
    text-decoration: none;
}

.checkout-order .btn {
    color: #ffffff;
}

.container-fix {
    padding-left: 0;
}

.checkout form {
    margin: 0 !important;
}

.checkout {
    margin: 20px 0 0;
}

.checkout-header {
    margin: 0;
    color: #999999;
    background: #ffffff;
    padding: 20px;
}

.checkout-header h3 {
    margin-bottom: 0;
}

.checkout-header h3 a {
    text-decoration: none;
    color: #777777;
    font-weight: normal;
}

.checkout-header h3 a:hover {
    color: #176cc9 !important;
}

.checkout-header strong {
    color: #666666;
}

.checkout ul.checkout-options {
    padding-left: 25px;
}

.checkout ul.checkout-options li {
    list-style: none;
    position: relative;
    margin-bottom: 30px;
    clear: both;
}

.checkout ul.checkout-options li h3 {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.checkout ul.checkout-options li h3 select {
    width: 270px;
    margin: 0;
    color: #000000;
    height: 30px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    border: 1px solid #b3b3b3;
    font-size: 13px;
}

.checkout ul.checkout-options li h3 label {
    margin-right: 10px;
    font-family: 'Roboto Medium', Arial, serif;
}

.checkout ul.checkout-options li .rate {
    float: right;
    text-align: center;
    width: 250px;
}

.checkout ul.checkout-options li .rate .price {
    font-size: 18px;
}

.checkout ul.checkout-options li .rate .est_delivery {
    font-size: 12px;
    color: #888888;
}

.checkout ul.checkout-options li p {
    width: 70%;
    font-size: 0.85em;
    color: #888888;
}

.checkout ul.checkout-options li input[type="radio"] {
    position: absolute;
    top: 0;
    margin-top: 3px;
    left: -25px;
}

.checkout ul.checkout-options li img.method-logo {
    position: relative;
    float: left;
    margin-right: 10px;
    top: -6px;
    left: 0;
    /* adjusted for default 60x32-px logos */
}

.checkout ul.checkout-options li .wa-form {
    margin-top: 0;
    margin-bottom: 30px;
}

.checkout ul.checkout-options li .wa-form label input[type="radio"] {
    position: static;
}

.checkout .checkout-result {
    padding: 60px 0 20px;
    background: #ffffff;
    text-align: center;
}

.checkout .checkout-result h1 {
    font-size: 4em;
    margin-bottom: 50px;
    font-weight: bold;
}

.checkout .checkout-result.error h1 {
    color: red;
}

.checkout .checkout-result .wa-form {
    margin: 10px auto 20px;
    width: 400px;
    float: none;
    text-align: left;
}

.checkout .checkout-result .back {
    margin-top: 50px;
}

.checkout {
    padding: 0;
}

.checkout h2 {
    padding: 10px 15px 18px;
    font-weight: normal;
    background: #f4f4f4;
    margin: 0;
}

.checkout h2 a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
}

.checkout h2 a:hover {
    color: #176cc9 !important;
}

.checkout h2.upcoming a:hover {
    color: #000000 !important;
    cursor: default;
}

.checkout h2 a.hint {
    font-size: 0.6em;
    color: #aaaaaa;
    text-decoration: none;
    margin-top: 12px;
}

.checkout h2 a.hint strong {
    text-decoration: underline;
}

.checkout h2.is-done {
    position: relative;
}

.checkout h2.is-done:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background-size: 30px;
}

.checkout .checkout-step-content.auth {
    margin: 10px 0 30px;
}

.checkout .checkout-step-content {
    padding: 20px 0;
}

.checkout ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
}

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

.checkout ul li input[type="radio"] {
    margin-right: 3px;
}

.checkout #login-form h1 {
    display: none;
}

.checkout input.large {
    font-size: 1.4em;
}

.checkout .comment {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
}

.checkout blockquote img {
    margin-right: 20px;
    float: left;
    border-radius: 50%;
}

.checkout blockquote p {
    margin-bottom: 10px;
    margin-left: 70px;
    font-size: 14px;
}

.checkout blockquote p span {
    color: #000000;
}

.checkout-step {
    margin-bottom: 1px;
}

.checkout .errormsg.inline {
    display: inline;
    margin-left: 10px;
}

.checkout table.table {
    width: 100%;
}

.checkout table.table td {
    border: none;
}

.checkout .last span.loading {
    left: -10px;
}

.checkout .wa-form .wa-field .wa-name {
    padding-top: 0.3em;
}

.checkout .wa-form .wa-field.wa-field-birthday .wa-value select {
    margin-right: 5px;
}

.checkout .wa-form .wa-field.wa-field-address .wa-field-address-zip input {
    min-width: 100px;
    width: 20%;
}

.checkout .float-right {
    float: right;
}

/** Orders **/
.my-orders img {
    max-width: 100%;
}

/** Review **/
/* Product reviews
------------------ */
table.rating-distribution td {
    padding: 2px 15px 2px 0;
    border: none;
}

table.rating-distribution td .bar {
    background: #eeeeee;
    width: 200px;
    height: 13px;
}

table.rating-distribution td .bar .filling {
    background: #f7c854;
    height: 13px;
}

/** Отзывы **/
.review {
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    padding: 20px;
}

.review .summary {
    font-size: 0.9em;
    color: #777777;
    margin: 20px 0;
}

.review .summary h6 {
    color: #000000;
    font-size: 18px;
    margin-bottom: 0.3em;
    font-family: 'Roboto-Medium', Arial, serif;
}

.review .summary a.username {
    color: #777777;
}

.review .summary a.username:hover {
    color: red;
}

.review .summary a {
    display: inline;
    padding: 0;
}

.review .summary .date {
    color: #aaaaaa;
}

.review .summary .date .divider {
    margin: 0 10px;
}

.review p {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3em;
}

.review .actions a {
    padding: 0 !important;
    text-decoration: none;
    border-bottom: 1px dotted #176cc9;
    font-size: 12px;
}

.review:hover {
    background: #fafafa;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 0 rgba(255, 255, 255, 0.75);
}

.reviews {
    margin-bottom: 20px;
}

.reviews ul {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

.reviews .hint {
    font-size: 11px;
}

.reviews ul li ul {
    padding-left: 35px;
}

.reviews ul li ul li .review h6 {
    color: #333333;
    font-family: 'Roboto-Medium', Arial, serif;
}

.reviews ul li .review-form {
    padding: 20px 0 0;
}

.reviews ul li .review-form textarea {
    min-height: 100px;
}

.reviews ul .in-reply-to {
    background: #fafafa;
    position: relative;
}

.reviews ul .new {
    background: #ffffcc;
    margin: -8px -8px 22px;
    padding: 8px 35px 8px 8px;
}

.reviews ul.menu-h.auth-type {
    padding: 0 0 40px;
    margin-left: -5px;
}

.reviews ul.menu-h.auth-type li {
    padding-right: 10px;
}

.reviews ul.menu-h.auth-type li a {
    padding: 5px 6px;
}

.reviews ul.menu-h.auth-type li a img {
    top: 0;
}

.reviews textarea {
    height: 100px;
    min-height: 100px;
    margin-top: 0;
}

.review-form {
    padding: 0;
    margin-bottom: 30px;
}

.review-form h4 {
    margin: 0 0 20px;
    font-weight: normal;
}

.review-form-fields p {
    margin: 0 0 10px;
}

.review-form-fields p.review-field a {
    display: inline;
    padding: 0;
    text-decoration: none;
}

.review-form-fields label {
    width: 160px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    color: #373a3c;
}

.review-form .review-submit {
    padding: 0 0 20px 170px;
}

.review-form .userpic {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    border-radius: 50%;
}

.review-form ul.menu-h.auth-type li a img {
    float: left;
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.review-form ul.menu-h.auth-type {
    padding-bottom: 20px;
}

.review-form label {
    width: 160px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    color: #373a3c;
    font-weight: 700;
}

.reviews span.rate {
    line-height: 1.3em;
    display: block;
    margin: 0.5em 0;
}

.reviews span.rate a {
    text-decoration: none !important;
}

.reviews span.rate .icon10 {
    background: url(../../../../wa-content/img/icon10.png) no-repeat;
    height: 10px;
    width: 10px;
    display: inline-block;
    text-indent: -9999px;
}

.reviews span.rate .icon10.star {
    background-position: -60px -40px;
}

.reviews span.rate .icon10.star-empty {
    background-position: -80px -40px;
}

.review-submit .wa-captcha .errormsg {
    float: none;
    margin-left: 0;
}

#product-review-form input[type="text"],
#product-review-form input[type="email"],
#product-review-form input[type="password"],
#product-review-form textarea {
    margin-bottom: 0;
}

input.error,
textarea.error {
    border: 2px solid #c71907;
}

.errormsg,
.wa-error-msg {
    color: #c71907;
    font-size: 14px;
    margin-left: 10px;
}

table.compare {
    width: 100%;
}

table.compare thead td {
    border-top: none;
    vertical-align: bottom;
}

table.compare td {
    text-align: left;
    line-height: 1em;
    padding: 10px 2px;
    border-left: none;
    border-right: none;
}

table.compare td a {
    text-decoration: none;
}

table.compare td a.compare-remove {
    position: relative;
    top: -0.2em;
    left: 0.2em;
}

table.compare th {
    text-align: left;
}

table.compare td img {
    display: block;
    margin: 0 0 10px;
    width: 96px;
    height: 96px;
}

table.compare thead .name-wrapper {
    position: relative;
    display: inline-block;
    padding: 0 24px 0 0;
}

table.compare thead .name-wrapper .name-link {
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.compare thead .name-wrapper .compare-remove {
    position: absolute;
    top: 0;
    right: 6px;
    left: auto;
    width: 16px;
    height: 16px;
}

table.compare thead .name-wrapper .compare-remove i {
    margin: 0;
}

table.features {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

table.features td {
    padding: 10px;
    border: none;
}

table.features td.name {
    width: 50%;
    vertical-align: top;
}

table.features tr.divider td {
    border-bottom: 1px solid #cccccc;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #aaaaaa;
}

.related {
    padding-top: 30px;
    margin-top: 20px;
}

/** Cart **/
.cart-block .cart-hint {
    color: #aaaaaa;
}

.cart-block .cart-product {
    margin-bottom: 20px;
}

.cart-block .item-total {
    font-size: 16px;
    margin-top: 7px;
}

.cart-block .cartform .col-lg-2 img {
    width: 100%;
}

.cart-block .select_quantity .select_input_cart {
    width: 50px;
    font-size: 22px;
}

.cart .checkout-block input {
    margin-top: 20px;
}

.cart .item-total {
    font-size: 22px;
    color: #176cc9;
}

.cart .cupon {
    background: #f5f5f5;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
}

.cart .delete {
    color: #737373;
    font-size: 15px;
    margin-top: 8px;
    display: block;
}

.cart .cupon p {
    margin-top: 13px;
    font-weight: bold;
    font-size: 18px;
}

.cart .cupon input[type="text"] {
    margin-bottom: 0;
    height: 50px;
    width: 100%;
}

.cart .cupon-text {
    font-size: 22px;
    margin-bottom: 30px;
}

.cart .cupon-text a {
    text-decoration: none;
    color: #176cc9;
    border-bottom: 1px dotted #176cc9;
}

.cart .total-button {
    border-radius: 5px;
    box-shadow: 0 4px 0 #a5a5a5, 0 5px 0 #888686, 0 5px 0 rgba(0, 0, 0, 0);
    border: 1px solid #cccccc;
    margin-top: 20px;
    padding: 20px;
}

.cart .total-button input[type="submit"] {
    font-size: 18px;
    border-radius: 2px;
}

.cart .bonuses {
    margin: 10px 0;
    text-align: center;
}

.cart-block .cart-total {
    margin-bottom: 30px;
}

.checkout-block h5 {
    font-size: 32px !important;
}

/** Compare */
#compare-table {
    margin-bottom: 0;
}

#compare-table p {
    color: #000000;
    line-height: 16px;
}

#compare-table h5 {
    margin: 0;
}

#compare-table .image {
    height: 200px;
    width: 200px;
    position: relative;
    margin-bottom: 10px;
}

#compare-table .image_fix {
    line-height: 200px;
    text-align: center;
    position: relative;
}

#compare-table .image .remove-icon {
    position: absolute;
    right: 0;
    top: 0;
    background: #c0171e;
    padding: 0 5px;
    border-radius: 2px;
}

#compare-table .white-td td {
    background: #ffffff;
    border-top: 0;
    padding-bottom: 40px;
}

#compare-table td button {
    padding: 8px 15px;
}

#compare-table td .price {
    display: block;
    height: 50px;
    font-size: 15px;
    font-weight: bold;
}

#compare-table td .price s {
    display: block;
    font-size: 13px;
    color: #8e8e8e;
}

#compare-table tr:last-child td {
    padding: 30px 10px;
    border-bottom: 0;
}

#compare-table h5 {
    font-weight: 700;
    margin-top: 10px;
}

.compare-scroll {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

ul.compare-diff-all {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -7px;
    width: 200px;
}

ul.compare-diff-all li {
    display: block;
    margin-bottom: 10px;
}

ul.compare-diff-all li a {
    padding: 5px;
    color: #888888;
}

ul.compare-diff-all li.selected a {
    background: #176cc9;
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
    border-radius: 2px;
}

ul.compare-diff-all li.selected a b {
    border: none;
}

/* 10x10 Icons
-------------- */
i.icon10 {
    height: 10px;
    width: 10px;
    display: inline-block;
    text-indent: -9999px;
    text-decoration: none !important;
    background: url("img/icons.png") no-repeat;
    background-size: 210px 160px /* 50% of the original size for auto @2x optimization */;
}

* i.icon10 {
    text-decoration: none !important;
    vertical-align: top;
    margin: 0.2em 0.1em 0 0;
}

.icon10.star,
.icon10.star-full {
    background-position: 0 -100px;
}

.icon10.star-half {
    background-position: -10px -100px;
}

.icon10.star-empty {
    background-position: -20px -100px;
}

/** Pagination **/
.pagination {
    margin: 20px 0;
}

.pagination {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    float: left;
    padding: 10px 22px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-left-width: 0;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .selected > a,
.pagination > .selected > span {
    color: #ffffff !important;
    background: #176cc9;
}

.pagination > .selected > a,
.pagination > .selected > span {
    color: #999999;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-left-width: 1px;
    border-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.filter {
    background-color: #f6f6f6;
}

.filter h5 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.filter .panel-default {
    margin-bottom: 20px;
}

.filter .filtergroup {
    margin-bottom: 15px;
}

.filter .filtergroup .slider {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

.filter .filtergroup .slider .pricehint {
    text-align: left;
    margin: 10px 10px -10px 10px;
    font-size: 10px;
    color: #000000;
}

.filter .filtergroup .slider .min,
.filter .filtergroup .slider .max {
    width: 25%;
}

.filter .filtergroup .slider input[type="text"] {
    text-align: center;
    color: #000000;
    border: 1px solid #cccccc;
    font-family: 'Roboto-Regular', Arial, serif;
}

.filter .filtergroup label {
    color: #000000;
}

.filter .panel-body {
    font-size: 14px !important;
    padding: 15px 10px;
    border-bottom: 1px solid #dfdfdf;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.filter .panel-body .icon {
    position: absolute;
    right: 10px;
    top: 15px;
    color: #373a3c;
}

.filter .panel-body {
    color: #373a3c;
    font-size: 16px;
    font-family: 'Roboto-Medium', Arial, serif;
}

.filter .panel-body:hover {
    color: #176cc9;
}

.filter .checkboxfilter {
    padding: 0 10px;
    font-size: 14px;
}

.filter .checkboxfilter:last-child {
    margin-bottom: 20px;
}

.filter .diaposon {
    margin: 20px 0;
}

.filter .filter-slider {
    margin: 20px 10px 30px 20px;
}

.filter .radio,
.filter .checkbox {
    margin: 3px 0;
}

.filter .checkbox,
.filter .radio {
    position: relative;
    margin-left: 20px !important;
    padding: 0;
}

.clearfilter {
    margin-top: 20px;
}

.text-right {
    text-align: right;
}

.ui-slider {
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 15px;
    font-weight: bold;
    background: #cccccc;
    cursor: pointer;
    outline: 0;
    border: 1px solid #176cc9;
    background: #176cc9;
}

.ui-slider .ui-slider-handle:focus {
    outline: 0;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}

.ui-slider-horizontal {
    height: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    margin-left: -9px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-widget-content {
    background: #cccccc;
}

.ui-widget-header {
    border-bottom: 0;
    background: #666666;
}

.ui-corner-all {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.dialog {
    display: none;
}

.dialog .loading {
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%, 0);
    background: #ffffff;
    width: 70px;
    height: 70px;
    z-index: 10000;
    background-image: url(img/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.dialog-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 10000;
}

.dialog-window .cart {
    position: fixed;
    top: 10%;
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 10000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    text-align: left;
    max-width: 700px;
    bottom: 15%;
    background: #ffffff;
    padding: 30px 10px;
}

.dialog-window .dialog-close {
    position: absolute;
    text-decoration: none;
    z-index: 10001;
    color: #000000;
    width: 30px;
    height: 30px;
    right: 10px;
    font-size: 34px;
    line-height: 28px;
    text-align: center;
    top: 10px;
}

.wa-auth-adapters:before {
    content: " ";
    clear: both;
    display: block;
}

@media (max-width: 767px) {
    .wa-form {
        float: none;
    }

    .menu-navigator .fa-shopping-cart {
        right: 60px;
        left: auto;
    }

    .menu-navigator .fa-shopping-cart a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
    }

    .add2cart {
        text-align: center;
    }

    .add2cart .btn {
        margin-left: 0;
    }

    .product .add2cart .btn {
        margin-left: 0;
    }

    .review-form .review-submit {
        padding: 0;
    }

    .cart .price {
        text-align: center;
    }

    .cart .select_quantity {
        float: none;
        padding: 10px 20px;
        width: 170px;
        margin: 10px auto;
    }

    .cart .delete {
        text-align: center;
    }

    .cart .delete:after {
        content: "удалить из корзины";
        padding-left: 10px;
    }

    .cart-product {
        padding: 20px 0;
    }

    .cart .name {
        text-align: center;
        font-size: 18px;
    }

    .rating-block {
        margin-top: 20px;
    }

    .checkout {
        margin: 0 0 30px;
    }

    .checkout ul.checkout-options li {
        width: 100%;
    }

    .checkout ul.checkout-options li img {
        display: none;
    }

    .checkout ul.checkout-options li .rate {
        min-width: 0;
        width: auto;
        max-width: 150px;
    }

    .checkout ul.checkout-options li .rate.error {
        padding-top: 5px;
    }

    .checkout ul.checkout-options li .rate .hint {
        display: none;
    }

    .checkout ul.checkout-options li .wa-form.wa-address p {
        font-size: 1em;
    }

    .checkout h2 {
        font-size: 1.2em;
        padding: 10px 10px 10px;
    }

    .checkout h2 a.hint {
        display: none !important;
    }

    .checkout input.large {
        margin: 0 auto;
        display: inline-block;
    }

    .checkout .checkout-step-content {
        padding: 10px 10px 30px;
    }

    .checkout .checkout-step-content.auth ul.menu-v li {
        padding: 5px 0;
    }

    .checkout .checkout-result h1 {
        font-size: 2.5em;
    }

    .checkout-header {
        margin: 0;
        font-size: 0.8em;
        text-align: center;
    }

    .checkout-header .float-right {
        display: none;
    }

    .checkout li .wa-form {
        margin-left: -25px;
    }

    .checkout .wa-form .wa-field.wa-field-email .wa-value input {
        min-width: 230px;
    }

    .dialog-window .cart {
        top: 0;
    }

    #fixed .container.shop {
        padding-left: 0;
        padding-right: 0;
    }

    .footer .fa-ul li {
        display: block;
        float: left;
        width: 150px;
    }
}

#cart-form-dialog {
    margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #fixed .container.promo {
        padding-left: 0;
        padding-right: 0;
    }

    .product-slider .col-lg-3 {
        width: 323px !important;
    }

    #fixed .product-slider .col-lg-3 {
        width: 333px !important;
    }
}

@media (min-width: 1200px) {
    #fixed .container.promo {
        padding-left: 0;
        padding-right: 0;
    }

    .product-slider .col-lg-3 {
        width: 290px !important;
    }
}

.panel-heading {
    padding: 0;
}

.panel-heading:hover {
    opacity: 0.9;
}

.panel {
    box-shadow: 0;
}

.panel-default {
    border: 0;
   /* margin: 100px 0;*/
}

.panel-default .panel-body {
    border: 1px solid #eeeeee;
    padding-top: 40px;
    padding-bottom: 40px;
}

.panel-default > .panel-heading {
    background: #666666;
    color: #ffffff;
}

.panel-title > a {
    text-decoration: none;
    display: block !important;
    padding: 15px;
    position: relative;
}

.panel-title > a:after {
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 18px;
    content: "\f078";
    font-family: "FontAwesome";
}

.panel-title > a:focus {
    color: #ffffff;
}

.panel-title > a.collapsed:after {
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 18px;
    content: "\f054";
}
