@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,cyrillic');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&subset=latin,cyrillic');

html {
    /*min-height: 100%;*/
    height: 100%;
}

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #666666;    
}

body {
    /*min-height: 100%;*/
    height: 100%;
}

/*.container {
    width: 1170px !important;
}*/

.page-wrap {
    min-height: 100%;
    margin-bottom: -81px;
    padding-bottom: 81px;
}

a {
    color: #d13a7a;
    -webkit-transition-property: background-color, box-shadow, border, color, opacity;
    transition-property: background-color, box-shadow, border, color, opacity;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;    
}

a:hover {
    color: #6254a8;
}

.a-dotted {
    color: inherit;
    border-bottom: 1px dotted;
    transition: border .3s;
}

.a-dotted:hover,
.a-dotted:focus {
    text-decoration: none;
    border-bottom-color: transparent;
}


/*---------- Header ----------------------------------------------------------*/
header {
    width: 100%;
    /*min-width: 1170px;*/
    background: #fff;
}

header .container {
    position: relative;
}

.navbar-top {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0 2px 4px 0px rgba(100, 100, 100, .2);
    
/*    -webkit-transition-property: background-color, box-shadow, line-height, height;
    transition-property: background-color, box-shadow, line-height, height;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;    */
}
.navbar-top .navbar-brand {
    height: auto;
    padding: 0 15px;
    margin-top: 43.5px;

    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;
}

header.fixed .navbar-top .navbar-brand {
    margin-top: 13.5px;
}

#desktop-menu {
    display: none;
}

.nav {
    font-size: 0;
}

.nav li a {
    padding: 0 20px;
    font-size: 16px;
    line-height: 120px;
    color: #666;
    -webkit-transition: line-height 0.3s;
    transition: line-height 0.3s;
}

header.fixed .nav li a {
    line-height: 60px;    
}

.nav li a:hover,
.nav li a:focus,
.nav li.active > a {
    color: #d13a7a;
    background: none;
}

.nav li a span {
    position: relative;
}

.nav li a span:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    margin: 0 auto -2px;
    height: 2px;
    width: 100%;
    opacity: 0;
    background-color: #d13a7a;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.nav li a:hover span:after {
    bottom: -2px;
    opacity: 1;
}

.navbar-toggle {
    margin-top: 23px;
}

.navbar-toggle .icon-bar {
    background: #666;
}

.navbar-right .dropdown-menu {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    float: none;
}

header .btn {
    display: none;
    margin: 39px 0 0 20px;
    -webkit-transition: margin 0.3s;
    transition: margin 0.3s;    
}

header.fixed .btn {
    margin-top: 10px;
}

        /*TODO:: manu set on all page*/
        .nav li a {
            line-height: 80px;
        }

        header .btn {
            margin-top: 19px;
        }

        .navbar-top .navbar-brand {
            margin-top: 23.5px;
            margin-bottom: 23.5px;
        }

#mobile-menu li a {
    line-height: 26px;
}

#mobile-menu li a span:after {
    display: none;
}

#mobile-menu li a {
    padding: 10px;
    font-size: 16px;
    box-shadow: 0 1px 0 rgba(0,0,0,.06) inset;            
}

#mobile-menu li a .caret {
    font-family: fontawesome;
    border: 0;
    float: right;
    position: relative;
}

#mobile-menu li a .caret:after {
    content: '\f107';
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
}

#mobile-menu .dropdown-menu  {
    margin: 0;
    padding: 0;
    /*font-size: 14px;*/
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
                    
#mobile-menu .dropdown-menu li:hover {
    background: #e95095;
}

#mobile-menu .dropdown-menu li:hover a {
    color: #fff;
}

#mobile-menu .dropdown-menu a {
    padding-left: 20px;
}

/*---------- Page header -----------------------------------------------------*/
.header-bar {
    /*min-width: 1170px;*/
    padding: 30px 0;
    /*margin-bottom: 50px;*/
    background: #f2f2f2;
}

.header-bar h1 {
    margin: 0 22px 0 0;
    font-family: 'Noto Sans', sans-serif;    
    font-size: 24px;
    line-height: 34px;
}

.breadcrumb {
    padding: 0;
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 22px;
    border-radius: 0;
    background: none;
}

/*.breadcrumb a {
    color: #d13a7a;
}*/

.breadcrumb > li + li:before {
/*    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";*/
    
    padding: 0 10px;
    content: '\f105';
    font-family: fontawesome;
    font-size: 13px;
    line-height: 22px;
    color: #555555;
}


/*---------- Sub menu --------------------------------------------------------*/
.content-wrap {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.content-wrap .left-side {
    width: 190px;
    display: none;
}

.submenu-left {
    background-color: #f2f2f2;
}

.submenu-left a {
    padding: 15px 20px;
    font-family: 'Noto Sans', sans-serif;    
    font-size: 17px;
    line-height: 26px;
    color: #666;
    display: block;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: transparent;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.submenu-left a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,0.025);
}

.submenu-left a.active {
    color: #d13a7a;
    border-color: #d13a7a;
    background-color: #fff;
}

.submenu-left a.item-buy {
    padding-left: 50px;
    background: url(../i/buy-icon.png) 15px center no-repeat;
}

.submenu-left a.item-buy:hover,
.submenu-left a.item-buy.active {
    background-image: url(../i/buy-icon-hover.png);
}

    
/*---------- Banner ----------------------------------------------------------*/
.banner-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

.banner-wrap .banner {
    display: table-cell;
    vertical-align: middle;
}

.banner-wrap .banner-img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: table;
    position: relative;
}

.banner-wrap .banner-img img {
    max-width: 100%;
}

.banner-img .close {
    position: absolute;
    bottom: 100%;
    right: 0;
    padding: 8px 20px;
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-shadow: none;
    opacity: 1;
    background: #399e62;
}

.banner-img .banner-link {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px 60px;
    display: block;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
}


/*---------- Footer ----------------------------------------------------------*/
footer {
    /*min-width: 1170px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #8d8d8d;
    text-align: center;
    position: relative;
    border-top: 1px solid #ccc;
    background: #f7f7f7;
}

footer a {
    color: #8d8d8d;
    text-decoration: underline;
}

footer a:hover {
    color: #8d8d8d;
    text-decoration: none;
}

footer:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
}

/*---------- Privacy popup ---------------------------------------------------*/
.privacy-popup {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 20;
    width: 280px;
    padding: 25px 20px 20px 20px;
    color: #000;
    border-radius: 15px;
    box-shadow: 0px 3px 6px 0.5px rgba(77, 76, 88, 0.55);
    background-color: #fff;
}

.privacy-popup a {
    color: #2e5fc2;
    text-decoration: underline;
}

.privacy-popup a:hover {
    text-decoration: none;
}

.privacy-popup button {
    padding: 0;
    border: 0;
    outline: 0;
    background: none;
}

.privacy-popup button i {
    padding-right: 5px;
    font-size: 1.5em;
    color: #5cb55c;
    vertical-align: middle;
}

.privacy-popup button span {
    text-decoration: underline;
}

.privacy-popup button:hover span {
    text-decoration: none;
}


/*---------- Main page -------------------------------------------------------*/
.main-block-text {
     width: 100%;
     padding-bottom: 20px;
     float: left;
}

.main-block-text h1 {
    margin: 0 0 40px 0;
    font-size: 28px;
    line-height: 40px;    
    position: relative;
}

.main-block-text h1:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 40px;
    height: 2px;
    background: #35aca8;
}

.main-block-img {
    width: 100%;
    text-align: center;
    float: left;
}

.main-block-table {
    width: 100%;
    float: left;
}

.main-block-table a {
    padding-bottom: 2px;
    color: #454852;
    border-bottom: 1px solid #e1e1e1;
    transition: none;
}

.main-block-table a:hover {
    text-decoration: none;
    border-bottom: none;
}

.main-block {
    /*min-width: 1170px;*/
    padding-top: 20px;
    padding-bottom: 12px;
    border-top: 1px solid #ccc;
    background: #f7f7f7;
}

.gallery-main-wrap {
    padding: 0 32px;
}

.gallery-main {
    width: 100%;
    height: 170px;
    padding: 5px 5px;
    background: #fff;
}

.gallery-main .gallery-item {
    width: 100%;
    height: 160px;
    max-height: 160px !important;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: filter .2s ease-in-out;
    -webkit-transition: filter .2s ease-in-out;
}

.gallery-main .gallery-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);    
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    display: flex;
    width: 22px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.owl-carousel .owl-nav .owl-prev {
    left: -32px;
}
.owl-carousel .owl-nav .owl-next {
    right: -32px;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    width: 9px;
    height: 16px;
    position: relative;
    top: 50%;
    margin: -4.5px auto 0 auto;
    display: block;
    opacity: .6;
    background: url('../i/slider-arrows-bg.png') 0 center no-repeat;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}


.owl-carousel .owl-nav .owl-next span {
    background-position: -17px center;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background-color: #e0e0e0;
}

.owl-carousel .owl-nav .owl-prev:hover span,
.owl-carousel .owl-nav .owl-next:hover span {
    opacity: 1;
}

.owl-dots {
    max-width: 750px;    
    margin: -23px 0 0 186px;
    position: relative;
    z-index: 3;
}

.owl-carousel .owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 4px;
    display: inline-block;
    border-radius: 10px;
    background: #ccc;
}

.owl-carousel .owl-dot:hover,
.owl-carousel .owl-dot.active {
    background: #363636;
}

.mfp-title {
    padding-right: 0;
    margin-left: -50px;
    margin-right: -50px;
    text-align: center;
}


/*---------- Gallery ---------------------------------------------------------*/
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    position: fixed;
    top: 0px;
    right: 30px;
}

button.mfp-arrow {
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 1044;
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    top: 50%;
}

.mfp-arrow.mfp-arrow-right:before {
    right: 35px;
    left: auto;
}

.mfp-arrow.mfp-arrow-right:after {
    right: 39px;
    left: auto;
}


/*---------- Info-blocks -----------------------------------------------------*/
.info-block-text {
    margin-bottom: 15px;
}

.info-block-text table {
    border-spacing: inherit;
}

.content .info-block-text:last-child {
    margin-bottom: 0;
}

.content img {
    max-width: 100%;
    height: auto !important;
}

.content iframe {
    max-width: 100%;
    /*height: auto !important;*/
}

.block-map {
    width: 100%;
    height: 300px;
    margin: 20px 0;
}

.info-block-text.bg-dark-grey,
.info-block-text.bg-light-grey,
.info-block-text.bg-white {
    padding: 15px 25px;
    margin: 30px 0 30px 0;
}

.info-block-text.bg-dark-grey {
    color: #fff;
    background-color: #6d6d6d;
}

.info-block-text.bg-light-grey {
    background-color: #f2f2f2;
}

.info-block-gallery {
    margin: 20px 20px;
    font-size: 0;
}

.info-block-gallery .cover {
    width: 50%;
    padding: 0 5px;
    margin: 10px 0;
    display: inline-block;
}

.info-block-gallery .cover .gallery-item {
    width: 100%;
    height: 108px;
    padding: 9px 9px;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    overflow: hidden;
    box-shadow: inset 0 0 0px 8px #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: border-color .3s;
}

.info-block-gallery .cover .gallery-item:hover {
    border-color: #999;
}

.info-block-gallery .cover .gallery-item:focus {
    outline: none;
    border-color: #999;
}


/*---------- News ------------------------------------------------------------*/
.news-list {
    font-size: 0;
}

.news-item {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 40px;
    display: inline-block;
    vertical-align: top;
}

.news-item time {
    width: 45px;
    padding-top: 15px;
    margin-right: 15px;
    float: left;
    display: block;
    text-align: center;
    border-top: 3px solid #e3e3e3;
}

.news-item time .day {
    font-size: 24px;
    line-height: 26px;    
    color: #000;
}
.news-item time .mounth {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -1px;    
    text-transform: uppercase;
}

.news-item time .year {
    font-size: 12px;
}

.news-item-inner {
    overflow: hidden;
}

.news-item h3 {
    margin: 15px 0 15px 0;
    font-size: 16px;
    line-height: 20px;
}

.news-item h3 a {
    color: #000;
}

.news-item h3 a:hover {
    color: #d13a7a;
}

.news-item p {
    font-size: 14px;
    color: #777;
}

.news-single-text {
    margin-bottom: 15px;
}


/*---------- Lessons ---------------------------------------------------------*/
.lessons-index h3 {
    margin: 35px 0;
    font-size: 32px;
    /*Segoe UI Light*/
}

.lessons-category-description {
    margin-bottom: 5px;
    font-size: 15px;
}

.lessons-list {
    max-width: 700px;    
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
}

.lessons-list li {
    margin: 8px 0;
    vertical-align: top;
}

.lessons-list .lesson-title {
    margin-right: 10px;
    overflow: hidden;
}

.lessons-list a {
    color: #4f87a3;
    text-decoration: underline;
}

.lessons-list a:hover {
    color: #4f87a3;
    text-decoration: none;
}

.lessons-list span {
    float: right;
}

.lesson-single h2 {
    margin: 0 0 25px 0;
    font-size: 32px;
}

.lesson-single .lesson-video {
    margin-bottom: 45px;
}

.lesson-single .lesson-download {
    margin: 0 10px 0 10px;
    float: right;
}

.lesson-single .lesson-download i {
    margin-right: 5px;
}

.lessons-table th {
    color: #fff;
    background: #333333;
}

.lessons-table tbody tr th,
.lessons-table tbody tr td {
    padding: 13px 8px;
    border-top: 0;
    border-bottom: 1px solid #ddd;
}

/*.lessons-table tbody tr td {*/
.lessons-table tr:nth-child(even) td {
    background: #f2f2f2;
}

.lessons-table td:first-child {
    color: #a4a4a4;
}

.lessons-table a {
    color: #2587ac;
}


/*---------- Reviews ---------------------------------------------------------*/
.reviews-list {
    width: 910px;
    width: 100%;
}

.review-item .photo {
    display: none;
    margin-left: 10px;
    margin-right: 20px;
}

.review-item .photo img {
    border: 1px solid #dedddd;
}

.review-item .review-content {
    padding: 20px 35px 40px 35px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #f8f8f8;
}

.review-item .photo-inner {
    margin: 0 20px 20px 0;
}

.review-item .photo-inner img {
    width: auto;
}

.review-item .review-name {
    margin-bottom: 0px;
    color: #3f3f3f;
}

.review-item .review-job {
    margin-bottom: 30px;
    font-size: 12px;
    color: #868686;
}

.review-item .review-text {
    padding-left: 15px;
    padding-right: 20px;
    color: #484848;
    position: relative;
}

.review-item .review-text:before {
    content: url(../i/quote-start.png);
    position: absolute;
    top: -10px;
    left: -15px;
}

.review-item .review-text:after {
    content: url(../i/quote-end.png);
    position: absolute;
    bottom: -20px;
    right: -10px;
}

.review-gallery {
    padding: 20px 30px;
    margin-bottom: 12px;
    background: #f8f8f8;    
}

.review-gallery {
    color: #3f3f3f;    
}

.review-gallery-images {
    padding: 4px 4px;
    display: table;
    background: #fff;
}

.review-item .review-gallery-images .gallery-item {
    display: inline-block;
}

.review-item .review-gallery-images img {
    width: auto;
    margin: 4px 4px;
    display: inline-block;
}

.review-send {
    margin: 15px 0 0 118px;
}

.review-full-gallery {
    text-align: center;
}

.review-full-gallery .gallery-item {
    width: 96px;
    height: 160px;
    display: inline-block;
    background-size: cover;
    background-position: center center;
}

/* disable review slider transition height */
.reviews-list.owl-carousel .owl-height {
    -webkit-transition: height 0ms;
    -moz-transition: height 0ms;
    -ms-transition: height 0ms;
    -o-transition: height 0ms;
    transition: height 0ms;
}

.field-review-image .jfilestyle {
    width: 100%;
    position: relative;
}

.field-review-image .jfilestyle input {
    width: 100% !important;
    height: 40px;
    padding: 8px 100px 8px 12px;
    color: #444444;
    border: none;
    outline: 0;
    border-radius: 5px !important;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
    background-color: #f2f2f2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;    
}

.field-review-image.has-error .jfilestyle input {
    box-shadow: 0 0 0 2px red;
}

.field-review-image.has-success .jfilestyle input {
    box-shadow: 0 0 0 2px #5fcc29;;
}

.field-review-image .jfilestyle label {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 14px;
    border: 0;
    background: transparent;
}

.field-reviewsimages-image .jfilestyle {
    width: 100%;
    position: relative;
        padding-right: 140px;
}

.field-reviewsimages-image .jfilestyle input {
    width: 100% !important;
    height: 40px;
    padding: 8px 12px 8px 12px;
    color: #444444;
    border: none;
    outline: 0;
    border-radius: 5px !important;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
    background-color: #f2f2f2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;    
}

.field-reviewsimages-image .focus-jfilestyle {
    position: absolute;
    top: 8px;
    right: 0;
}

.field-reviewsimages-image .jfilestyle label {
    width: 130px;
    height: 22px;
    font-size: 0;
    border: 0;
    background: url(../i/enter-file-bg.png) center center no-repeat transparent;
}


/*---------- FAQ -------------------------------------------------------------*/
.faq-item {
    border-top: 1px solid #e8e8e8;
}

.faq-question {
    padding: 15px 60px 15px 20px;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: inherit;
    cursor: pointer;
    -webkit-transition: background-color 0.3s,color 0.3s;
    transition: background-color 0.3s,color 0.3s;    
}

.faq-question:hover {
    background-color: rgba(0,0,0,0.04);
}

.faq-question i {
    margin-right: 15px;
    font-size: 20px;
    line-height: 30px;
    color: inherit;
    vertical-align: top;
}

.faq-question:after {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 15px;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    font-family: fontawesome;
    font-size: 24px;
    line-height: 30px;
    vertical-align: top;
    /*margin-top: -15px;*/
    text-align: center;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);    
}

.faq-question:not(.collapsed) {
    color: #d13a7a;
}

.faq-question:not(.collapsed):after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);    
}

.faq-answer {
    padding: 20px 20px 30px;    
}


/*---------- Contact ---------------------------------------------------------*/
.contact .text-lg {
    font-size: 16px;
    line-height: 26px;    
}

.contact h4 {
    margin: 0 0 20px 0;
    font-size: 22px;
    color: #444;
}

.contact .adaptive-table td {
    width: 100%;
    display: block;
    text-align: left !important;
}

.circle {
    width: 50px;
    height: 50px;
    margin: 10px 15px 10px 0;
    display: inline-block;
    vertical-align: inherit;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #d13a7a inset;
}

/*.circle:nth-of-type(2n) {
    margin-left: 15px;
}*/

.contact .fa {
    color: #d13a7a;    
}

.contact .block-map {
    width: 100%;
    height: 364px;
    margin: 40px 0 0 0;
}

.form-group [class^="col-"] {
    position: relative;
}

.form-control {
    height: 40px;    
    padding: 8px 12px;
    color: #444444;
    border: none;
    outline: 0;    
    border-radius: 5px;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
    background-color: #f2f2f2;    
    -webkit-transition: all 0.3s;
    transition: all 0.3s;    
}

.form-control:focus {
    box-shadow: 0 0 0 2px #d13a7a;
}
    
.has-success .form-control,
.has-success .form-control:focus {
    box-shadow: 0 0 0 2px #5fcc29;
}

.has-error .form-control,
.has-error .form-control:focus {
    box-shadow: 0 0 0 2px red;
}    

.control-user,
.control-email,
.control-phone,
.control-message {
    padding-left: 48px;
}

.control-user + i:before,
.control-email + i:before,
.control-phone + i:before,
.control-message + i:before {
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: 50px;
    font-size: 20px;
    font-family: fontawesome;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    opacity: 0.33;
    pointer-events: none;
    color: #444;
    -webkit-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;    
}

.control-user + i:before { content: "\f007"; }
.control-email + i:before { content: "\f0e0"; }
.control-phone + i:before { content: "\f095"; }
.control-message + i:before { content: "\f040"; }

.control-user:focus + i:before,
.control-email:focus + i:before,
.control-phone:focus + i:before,
.control-message:focus + i:before {
    color: #d13a7a;
    opacity: 1;
}

.has-error .help-block {
    color: red;
}

.captcha-wrap {
    padding-left: 12px;
    border-radius: 5px;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
    background-color: #f2f2f2;
}

.captcha-wrap img {
    margin: 1px 5px 0 5px;
    display: inline-block;
    vertical-align: top;
}

.captcha-wrap span {
    padding-top: 8px;
    display: inline-block;
}

.captcha-wrap input {
    width: 40px;
    width: calc(100% - 260px);
    display: inline-block;
    vertical-align: top;
}

.has-error .captcha-wrap {
    box-shadow: 0 0 0 2px red;
}

.has-success .captcha-wrap {
    box-shadow: 0 0 0 2px #5fcc29
}

.captcha-wrap .form-control:focus,
.has-error .captcha-wrap .form-control,
.has-error .captcha-wrap .form-control:focus {
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
}

.has-success .captcha-wrap .form-control,
.has-success .captcha-wrap .form-control:focus {
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
}


/*---------- Shop ------------------------------------------------------------*/
.products-list {
    width: 100%;
    margin-bottom: 10px;
    display: table;
    table-layout: fixed;
    position: relative;    
}

.product-item {
    text-align: center;
}

.product-item-inner {
    border-color: #e8e8e8;
    margin: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.product-item:first-child .product-item-inner {
    border-radius: 8px 0 0 8px;
}

.product-item:last-child .product-item-inner {
    border-radius: 0 8px 8px 0;
}

.product-item.active .product-item-inner {
    margin: 0;
    border-radius: 8px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);
}

.product-header {
    padding: 30px 20px;
    color: #444444;
    position: relative;
    box-shadow: 1px 0 0 rgba(0,0,0,0.05) inset;    
    background-color: #f2f2f2;
}
    
.product-item:first-child .product-header {
    border-radius: 8px 0 0 0;
}
    
.product-item:last-child .product-header {
    border-radius: 0 8px 0 0;
}

.product-item.active .product-header {
    padding: 35px 20px;
    color: #fff;
    border-radius: 8px 8px 0 0;
    background-color: #d13a7a;
}

.product-header h2 {
    min-height: 44px;
    font-size: 20px;
}

.product-header .item-price-old {
    position: absolute;
    top: 90px;
    right: 20px;
    font-size: 40px;
    color: #d13a7a;
}

.active .product-header .item-price-old {
    color: #fff;
}

.product-header .item-price-old:after {
    content: "";
    position: absolute;
    top: 55%;
    left: -5%;
    width: 110%;
    height: 2px;
    background: #d13a7a;
}

.active .product-header .item-price-old:after {
    background: #fff;
}

.product-header .item-price {
    font-size: 50px;
}

.product-header .item-price small {
    margin-top: 4px;
    display: block;
    font-size: 13px;
    line-height: 22px;
    font-weight: normal;
}

.product-body {
    padding: 20px 0 1px 0;
    border-right: 1px solid #e5e5e5;
}

.product-footer {
    padding: 30px 0;    
    border-right: 1px solid #e5e5e5;
}

.product-item.active .product-footer {
    padding: 35px 0;    
}
                 
.product-item:last-child .product-body,
.product-item:last-child .product-footer {
    border-right: 0;
}

.page-header.order-info-header {
    margin-top: 60px;
}

.order-prices {
    margin-top: 30px;
    font-size: 17px;
}

.order-prices tr:first-child td,
.order-prices tr:nth-child(2) td {
    border-top: 0;
}

.order-prices tbody tr td {
    padding: 15px 5px 10px 5px;
}

.order-prices .title-logo {
    margin-right: 8px;
}

.order-prices .row-delivery td {
    padding-bottom: 30px;
}

.order-prices td {
    vertical-align: middle;
}

.order-prices td b,
.order-prices td strong {
    font-size: 16px;
    color: #000;
}

.order-info tr td:last-child {
    font-size: 16px;
    color: #000;
}

.payment-contact-text {
    font-size: 16px;
    color: #000;
}

.payment-robokassa-extra {
    margin: 0 auto;
    display: table;
    display: none;
}

.payment-robokassa-extra-inner {
    margin: 0 auto;
    display: table;
}

.payment-paypal-extra {
    display: none;
}

.payment-paypal-extra .control-label {
    margin-top: 10px;
}

.form-control.selectize-control {
    border: inherit;
    border-radius: 5px;
    box-shadow: 0 0 0 2px transparent, 0 1px 0 rgba(0,0,0,0.08) inset;
    background-color: #f2f2f2;
}

.selectize-input {
    height: 40px;
    padding: 8px 12px;
    display: block;
    border: 0;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: none;
}

.selectize-input.full {
    background: none;
}

.selectize-input-imaged span {
    vertical-align: middle;
}

.selectize-input-imaged img {
    width: 100px;
    margin-left: 10px;
    vertical-align: middle;
}

.form-agreement {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.2em;
}

.form-agreement input {
    margin: 2px 10px 40px 0;
    float: left;
}

.form-agreement a {
    text-decoration: underline;
}

.form-agreement a:hover {
    text-decoration: none;
}


/*---------- Shop - sale alert -----------------------------------------------*/
.alert-buy {
    width: 100%;
    min-height: 200px;
    padding: 35px 20px;
    margin-bottom: 30px;
    position: relative;
    background-color: #e77ca7;
    background-repeat: no-repeat;
    background-position: center center;
}

.alert-buy-inner {
    width: 400px;
    max-width: 100%;
    padding: 10px;
    margin: 0 auto 0 auto;
    font-size: 18px;
    text-align: center;
    color: #000;
    border: 12px solid #fff;
    background: #eee;
}

.alert-buy-inner .name {
    font-size: 22px;
    font-weight: bold;
}

.alert-buy-inner .percent {
    padding: 3px 6px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #d13a7a;
}

.alert-buy .remove-discount {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 0px 6px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    background: #fff;
}


/*---------- Register --------------------------------------------------------*/
.register-form {
    padding: 45px 40px 0 40px;
    border: 1px solid #d0d4d9;
    border-radius: 8px;
}

.register-form .form-header {
    margin: 0;
    font-size: 22px;
    font-weight: normal
}

.register-form form {
    margin-top: 30px;
}

.register-form .form-group {
    margin-bottom: 35px;
}

.register-form table {
    width: 100%;
    height: 100%;
    min-height: 340px;
    margin-bottom: 35px;
    vertical-align: middle;
}

.register-form .has-error .help-block {
    position: relative;
    padding-left: 25px;
}

.register-form .loading .has-error .help-block:before {
    content: url(../i/loader.gif);
    position: absolute;
    top: 2px;
    left: 2px;
}

.table-download {
    margin-bottom: 30px;
    vertical-align: middle;
    font-size: 16px;
}

.table-download span {
    font-size: 24px;
    color: #be0048;
}

.table-download .download-logo {
    background: #fbfbfb;
}


/*---------- Bases -----------------------------------------------------------*/
.base-wrap {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.base-wrap .base-info,
.base-wrap .base-info-short {
    padding: 30px;
    margin: 0 15px 15px 15px;
}

.base-wrap .base-info {
    flex-grow: 1;
    vertical-align: top;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.base-wrap .base-info h2 {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.base-wrap .base-info-short {
    vertical-align: middle;
    text-align: center;
}

.base-wrap .base-info-short .count {
    margin-bottom: 25px;
    font-size: 24px;
    position: relative;
}

.base-wrap .base-info-short .count:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 50px;
    height: 2px;
    transform: translateX(-50%);
    background: #fff;
}

.base-wrap.bg-light .base-info,
.base-wrap.bg-light .base-info-short {
    color: #282828;
    background-color: #f0f0f0;
}

.base-wrap.bg-dark .base-info,
.base-wrap.bg-dark .base-info-short {
    color: #fff;
    background-color: #25263a;
}

.base-wrap.bg-light .base-info-short .count:after {
    background: #25263a;
}

.base-wrap.bg-dark .base-info-short .count:after {
    background: #fff;
}


/*---------- Common ----------------------------------------------------------*/
.page-header {
    margin: 0 0 15px 0;
    font-family: 'Noto Sans', sans-serif;
    font-size: 24px;
    line-height: 34px;
    border: 0;
}

.separator {
    position: relative;
    margin: 25px 0;
    color: #e8e8e8;
    text-align: center;
    overflow: hidden;
}

.separator:before,
.separator:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 8px;
    height: 0;
    width: 2000px;
    border-top: 1px solid #e8e8e8;
}

.separator:before {
    right: 50%;
    margin-right: 25px;
}

.separator:after {
    left: 50%;
    margin-left: 25px;
}        

.separator i {
    height: 16px;
    width: 20px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: top;
}

.table-clear tbody tr td {
    border: 0;
}

    
/*---------- Modals ----------------------------------------------------------*/
.no-header .modal-header {
    min-height: 0;
    padding: 0;
    border: 0;
}

.no-header .modal-header .close {
    position: absolute;
    top: 35px;
    right: 15px;
    z-index: 10;
    font-size: 14px;
    color: #d13a7a;
    font-weight: normal;
    cursor: pointer;
    opacity: 1;
    text-decoration: underline;
}

.no-header .modal-header .close:hover {
    opacity: 1;
    text-decoration: none;
}

.modal-title {
    font-size: 28px;
    margin: 0 0 20px 0;
}

/*.modal-dialog {
    width: 700px;
}*/

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    border: 0;
}

/*.modal-body {
    padding: 35px 90px 15px 90px;
}*/


/*---------- Forms -----------------------------------------------------------*/
.control-label {
    font-weight: normal;
}

div.required label.control-label:after {
    content: " *";
}


/*---------- Buttons ---------------------------------------------------------*/
.btn {
    padding: 11px 28px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    border-radius: 5px;
    border: 0;
    overflow: hidden;
    position: relative;
    z-index: 0;
    -webkit-transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition: background-color 0.3s, box-shadow 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);    
}

.btn-xs {
    padding: 7px 22px;
    font-size: 13px;
    border-radius: 4px;
}

.btn-lg {
    padding: 16px 42px;    
    font-size: 18px;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
    color: #666;
    background-color: #e8e8e8;
}

.btn-default:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.06);
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.btn-default:hover:before,
.btn-default:focus:before,
.btn-default:active:before {
    height: 100%;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
    color: #fff;
    outline: none;
    background-color: #d13a7a;
}

.btn-primary:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.btn-primary:hover:before,
.btn-primary:focus:before,
.btn-primary:active:before {
    height: 100%;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:focus {
    color: #fff;
    outline: none;
    background-color: #008b83;
}

.btn-success:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.btn-success:hover:before,
/*.btn-success:focus:before,*/
.btn-success:active:before {
    height: 100%;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:active:focus {
    color: #fff;
    outline: none;
    background-color: #666;
}

.btn-info:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.btn-info:hover:before,
.btn-info:focus:before,
.btn-info:active:before {
    height: 100%;
}

.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:active:focus {
    color: #000;
    outline: none;
    background-color: #fff;
}

.btn-white:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: -1;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
}

.btn-white:hover:before,
.btn-white:focus:before,
.btn-white:active:before {
    height: 100%;
}

.btn-primary.btn-outlined {
/*.btn-primary.btn-outlined:focus {*/
    color: #d13a7a;
    box-shadow: 0 0 0 2px #d13a7a inset;        
    background-color: #fff;
}

.btn-primary.btn-outlined:hover,
.btn-primary.btn-outlined:active,
.btn-primary.btn-outlined:focus,
.btn-primary.btn-outlined:active:focus {
    color: #fff;
    outline: none;
    box-shadow: 0 0 0 2px #d13a7a inset;        
    background-color: #fff;
}

.btn-primary.btn-outlined:before {
    background-color: #d13a7a;
}

.btn-success.btn-outlined {
    color: #008b83;
    box-shadow: 0 0 0 2px #008b83 inset;        
    background-color: #fff;
}

.btn-success.btn-outlined:hover,
.btn-success.btn-outlined:active,
.btn-success.btn-outlined:focus,
.btn-success.btn-outlined:active:focus {
    color: #fff;
    outline: none;
    box-shadow: 0 0 0 2px #008b83 inset;        
    background-color: #fff;
}

.btn-success.btn-outlined:before {
    background-color: #008b83;
}

.btn-info.btn-outlined {
    color: #666;
    box-shadow: 0 0 0 2px #666 inset;        
    background-color: #fff;
}

.btn-info.btn-outlined:hover,
.btn-info.btn-outlined:active,
.btn-info.btn-outlined:focus,
.btn-info.btn-outlined:active:focus {
    color: #fff;
    outline: none;
    box-shadow: 0 0 0 2px #666 inset;
    background-color: #fff;
}

.btn-info.btn-outlined:before {
    background-color: #666;
}

.btn-white.btn-outlined {
    color: #fff;
    box-shadow: 0 0 0 2px #fff inset;
    background-color: transparent;
}

.btn-white.btn-outlined:hover,
.btn-white.btn-outlined:active,
.btn-white.btn-outlined:focus,
.btn-white.btn-outlined:active:focus {
    /*color: rgba(255, 255, 255, .2);*/
    outline: none;
    box-shadow: 0 0 0 2px #fff inset;
    background-color: rgba(255, 255, 255, .2);
}

.btn-white.btn-outlined:before {
    background-color: rgba(255, 255, 255, .2);
}


/*---------- Bootstrap -------------------------------------------------------*/
.text-danger {
    color: #be0048;
}

.alert {
    padding: 20px 25px;    
    border: 0;
    border-radius: 0;
}

.alert a:not(.btn) {
    color: inherit;
}

.alert-default {
    padding: 30px;
    border: 2px solid #e8e8e8;
}

.alert-success {
    color: #587549;    
    background-color: #c9f7b2;
}

.alert-info {
    color: #3a648e;
    background-color: #e6ff5b;
}

.alert-danger {
    color: #a24141;
    background-color: #ffd9d9;
}

.nav-tabs {
    border-bottom: 0;
    background-color: #f2f2f2;    
}

.nav-tabs li a {
    padding: 14px 25px 16px;
    font-size: 17px;
    text-align: center;
    line-height: 1.5;
    border: 0;
    border-top: 2px solid transparent;
    border-radius: 0;
    transition: background-color 0.3s,border-color 0.3s,color 0.3s;    
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #d13a7a;
    border: 0;
    border-top: 2px solid #d13a7a;
    background: #fff;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus
.nav-tabs > li > a:hover {
    color: #666;
    background-color: rgba(0,0,0,0.025);
}

.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus
.nav-tabs > li.active > a:hover {
    color: #d13a7a;
}

.tab-content > .tab-pane {
    padding-top: 40px;
}

@media (min-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-right {
        float: none !important;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.in {
        display: block !important;
        /*overflow-y: auto;*/
    }
    .navbar-toggle {
        display: block;
    }
    .header-bar h1 {
        float: left;
    }
    .breadcrumb {
        float: right;
    }
    .news-item {
        width: 50%;
    }
    .info-block-gallery .cover {
        width: 33%;
    }
    .review-item .photo {
        display: block;
    }
    .review-item .photo-inner {
        display: none;
    }
    .review-gallery {
        margin-left: 118px;
    }
    .product-item {
        display: table-cell;
        vertical-align: top;
    }
    footer {
        text-align: left;
    }
    footer .col-xs-12:last-child {
        text-align: right;
    }
    .modal-body {
        padding: 35px 90px 15px 90px;
    }
    .no-header .modal-header .close {
        top: 55px;
        right: 90px;
    }
}

@media (min-width: 992px) {
    #desktop-menu {
        display: block;
    }
    #mobile-menu {
        display: none;
    }
    header .btn {
        display: block;
    }
    .navbar-header {
        float: left;
    }
    .navbar-right {
        float: right !important;
    }
    .navbar-collapse.collapse {
        display: block !important;
    }
    .nav li {
        display: inline-block;
    }
    .navbar-toggle {
        display: none;
    }
    .content-wrap {
        display: table;
    }
    .content-wrap .left-side {
        display: table-cell;
        vertical-align: top;
    }
    .content-wrap .left-side + .content {
        display: table-cell;
        vertical-align: top;
        padding-left: 40px;
    }
    .main-block-text {
        width: 45%;
        border-bottom: 1px solid #e1e1e1;
    }
    .main-block-img {
        width: 55%;
        float: right;
        padding-left: 30px;    
    }
    .main-block-table {
        width: 45%;
    }
    .info-block-gallery .cover {
        width: 20%;
    }
    .reviews-list {
        width: 690px;
    }    
}

@media (min-width: 1200px) {
    .news-item {
        width: 33.3333%;
    }
    .reviews-list {
        width: 890px;
    }
}



@media (max-width: 565px) {
    .mobile-hide {
        display: none !important;
    }
    .main-block-table.no-mobile {
        display: none;
    }
    .alertbuy2 {
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 0 auto;
        background: #eee;
        border: 2px solid #fff;
        box-sizing: border-box;
        padding: 10px;
        font-size: 18px;
        color: #000;
    }
    .alertbuy2 .alert2{
        font-size: 22px;
    }
}

@media (min-width: 566px) {
    .main-block-table.mobile {
        display: none;
    }
    .contact .adaptive-table td {
        width: 1% !important;
        margin: 0;
        display: table-cell;
        white-space: nowrap;
    }
}

/*@media (max-width: 767px) {*/
@media (max-width: 991px) {
    .container > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
    .mobile-center {
        text-align: center;
    }
    .mobile-center > tbody > tr > td > a > img {
        float: none !important;
    }
    .responsive-table-2-1 > tbody > tr > td {
        width: 100% !important;
        float: left;
    }
    .responsive-table-2-1 > tbody > tr > td > img {
        float: none !important;
        margin: 10px auto !important;
        display: block;
    }
    .responsive-table-4-2 {
        width: 80% !important;
        margin: 0 auto;
    }
    .responsive-table-4-2 > tbody > tr > td {
        float: left;
    }
    .responsive-table-4-2 > tbody > tr > td:nth-child(3) {
        clear: left;
    }
    .responsive-table-4-2 > tbody > tr > td:nth-child(1),
    .responsive-table-4-2 > tbody > tr > td:nth-child(3) {
        width: 25% !important;
        text-align: left !important;
    }
    .responsive-table-4-2 > tbody > tr > td:nth-child(2),
    .responsive-table-4-2 > tbody > tr > td:nth-child(4) {
        width: 75% !important;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 100;
        width: 100%;
        box-shadow: 0 2px 4px 0px rgba(100, 100, 100, .2);
        background: #fff;
    }
}
    