html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 100%;
    min-width: 320px;
}

textarea {
    resize: vertical;
}

:focus {
    outline: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    visibility: hidden;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0.71428571em 0;
}

p {
    margin: 0 0 0.71428571em 0;
    font-weight: 400;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* buttons */
button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    overflow: visible;
    width: auto;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
.button {
    display: block;
}

.button:active,
.button:hover,
.button:focus {
}

a:focus,
a:hover {
    outline: none;
}

/*media*/
@media (min-width: 660px) and (max-width: 767px) {
    .col-mid-1,
    .col-mid-2,
    .col-mid-3,
    .col-mid-4,
    .col-mid-5,
    .col-mid-6,
    .col-mid-7,
    .col-mid-8,
    .col-mid-9,
    .col-mid-10,
    .col-mid-11,
    .col-mid-12 {
        float: left;
    }

    .col-mid-12 {
        width: 100%;
    }

    .col-mid-11 {
        width: 91.66666667%;
    }

    .col-mid-10 {
        width: 83.33333333%;
    }

    .col-mid-9 {
        width: 75%;
    }

    .col-mid-8 {
        width: 66.66666667%;
    }

    .col-mid-7 {
        width: 58.33333333%;
    }

    .col-mid-6 {
        width: 50%;
    }

    .col-mid-5 {
        width: 41.66666667%;
    }

    .col-mid-4 {
        width: 33.33333333%;
    }

    .col-mid-3 {
        width: 25%;
    }

    .col-mid-2 {
        width: 16.66666667%;
    }

    .col-mid-1 {
        width: 8.33333333%;
    }

    .col-mid-pull-12 {
        right: 100%;
    }

    .col-mid-pull-11 {
        right: 91.66666667%;
    }

    .col-mid-pull-10 {
        right: 83.33333333%;
    }

    .col-mid-pull-9 {
        right: 75%;
    }

    .col-mid-pull-8 {
        right: 66.66666667%;
    }

    .col-mid-pull-7 {
        right: 58.33333333%;
    }

    .col-mid-pull-6 {
        right: 50%;
    }

    .col-mid-pull-5 {
        right: 41.66666667%;
    }

    .col-mid-pull-4 {
        right: 33.33333333%;
    }

    .col-mid-pull-3 {
        right: 25%;
    }

    .col-mid-pull-2 {
        right: 16.66666667%;
    }

    .col-mid-pull-1 {
        right: 8.33333333%;
    }

    .col-mid-pull-0 {
        right: auto;
    }

    .col-mid-push-12 {
        left: 100%;
    }

    .col-mid-push-11 {
        left: 91.66666667%;
    }

    .col-mid-push-10 {
        left: 83.33333333%;
    }

    .col-mid-push-9 {
        left: 75%;
    }

    .col-mid-push-8 {
        left: 66.66666667%;
    }

    .col-mid-push-7 {
        left: 58.33333333%;
    }

    .col-mid-push-6 {
        left: 50%;
    }

    .col-mid-push-5 {
        left: 41.66666667%;
    }

    .col-mid-push-4 {
        left: 33.33333333%;
    }

    .col-mid-push-3 {
        left: 25%;
    }

    .col-mid-push-2 {
        left: 16.66666667%;
    }

    .col-mid-push-1 {
        left: 8.33333333%;
    }

    .col-mid-push-0 {
        left: auto;
    }

    .col-mid-offset-12 {
        margin-left: 100%;
    }

    .col-mid-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-mid-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-mid-offset-9 {
        margin-left: 75%;
    }

    .col-mid-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-mid-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-mid-offset-6 {
        margin-left: 50%;
    }

    .col-mid-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-mid-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-mid-offset-3 {
        margin-left: 25%;
    }

    .col-mid-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-mid-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-mid-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    .col-small-1,
    .col-small-2,
    .col-small-3,
    .col-small-4,
    .col-small-5,
    .col-small-6,
    .col-small-7,
    .col-small-8,
    .col-small-9,
    .col-small-10,
    .col-small-11,
    .col-small-12 {
        float: left;
    }

    .col-small-12 {
        width: 100%;
    }

    .col-small-11 {
        width: 91.66666667%;
    }

    .col-small-10 {
        width: 83.33333333%;
    }

    .col-small-9 {
        width: 75%;
    }

    .col-small-8 {
        width: 66.66666667%;
    }

    .col-small-7 {
        width: 58.33333333%;
    }

    .col-small-6 {
        width: 50%;
    }

    .col-small-5 {
        width: 41.66666667%;
    }

    .col-small-4 {
        width: 33.33333333%;
    }

    .col-small-3 {
        width: 25%;
    }

    .col-small-2 {
        width: 16.66666667%;
    }

    .col-small-1 {
        width: 8.33333333%;
    }

    .col-small-pull-12 {
        right: 100%;
    }

    .col-small-pull-11 {
        right: 91.66666667%;
    }

    .col-small-pull-10 {
        right: 83.33333333%;
    }

    .col-small-pull-9 {
        right: 75%;
    }

    .col-small-pull-8 {
        right: 66.66666667%;
    }

    .col-small-pull-7 {
        right: 58.33333333%;
    }

    .col-small-pull-6 {
        right: 50%;
    }

    .col-small-pull-5 {
        right: 41.66666667%;
    }

    .col-small-pull-4 {
        right: 33.33333333%;
    }

    .col-small-pull-3 {
        right: 25%;
    }

    .col-small-pull-2 {
        right: 16.66666667%;
    }

    .col-small-pull-1 {
        right: 8.33333333%;
    }

    .col-small-pull-0 {
        right: auto;
    }

    .col-small-push-12 {
        left: 100%;
    }

    .col-small-push-11 {
        left: 91.66666667%;
    }

    .col-small-push-10 {
        left: 83.33333333%;
    }

    .col-small-push-9 {
        left: 75%;
    }

    .col-small-push-8 {
        left: 66.66666667%;
    }

    .col-small-push-7 {
        left: 58.33333333%;
    }

    .col-small-push-6 {
        left: 50%;
    }

    .col-small-push-5 {
        left: 41.66666667%;
    }

    .col-small-push-4 {
        left: 33.33333333%;
    }

    .col-small-push-3 {
        left: 25%;
    }

    .col-small-push-2 {
        left: 16.66666667%;
    }

    .col-small-push-1 {
        left: 8.33333333%;
    }

    .col-small-push-0 {
        left: auto;
    }

    .col-small-offset-12 {
        margin-left: 100%;
    }

    .col-small-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-small-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-small-offset-9 {
        margin-left: 75%;
    }

    .col-small-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-small-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-small-offset-6 {
        margin-left: 50%;
    }

    .col-small-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-small-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-small-offset-3 {
        margin-left: 25%;
    }

    .col-small-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-small-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-small-offset-0 {
        margin-left: 0%;
    }
}

textarea.form-control {
    min-height: 100px;
}

/**/
.b-form__line {
    position: relative;
}

.b-form__line.l-button .btn {
    position: absolute;
    top: 0;
    right: 0;
}

.b-form__line.l-button .form-control {
    padding-right: 50px
}

.form-control:focus {
    border-color: #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.b-form__legend {
    margin: 1em 0 0;
}


/*common buttons*/
.btn {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background: -webkit-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -moz-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -o-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -ms-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: linear-gradient(0deg, #3ac04d 0, #96d928 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ac04d', endColorstr='#96d928', GradientType=0);
}

.btn span {
    vertical-align: top;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn:hover {
    background: -webkit-linear-gradient(90deg, #43da60 0, #a0e82b 100%);
    background: -moz-linear-gradient(90deg, #43da60 0, #a0e82b 100%);
    background: -o-linear-gradient(90deg, #43da60 0, #a0e82b 100%);
    background: -ms-linear-gradient(90deg, #43da60 0, #a0e82b 100%);
    background: linear-gradient(0deg, #43da60 0, #a0e82b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43da60', endColorstr='#a0e82b', GradientType=0);
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: -webkit-linear-gradient(90deg, #43da60 0, #a0e82b 100%);
    background-image: -moz-linear-gradient(90deg, #43da60 0, #a0e82b 100%);
    background-image: -o-linear-gradient(90deg, #43da60 0, #a0e82b 100%);
    background-image: -ms-linear-gradient(90deg, #43da60 0, #a0e82b 100%);
    background-image: linear-gradient(0deg, #43da60 0, #a0e82b 100%);
}

.btn.l-full {
    width: 100%;
}

.btn.l-orange {
    background-image: -webkit-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -moz-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -o-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -ms-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: linear-gradient(0deg, #fda810 0, #ffc050 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fda810', endColorstr='#ffc050', GradientType=0);
}

.btn.l-orange:active {
    background-image: -webkit-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -moz-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -o-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -ms-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: linear-gradient(0deg, #fda810 0, #ffc050 100%);
}

.btn.l-faq:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0;
    background-image: url(images/faq_icon_w.png);
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn.l-pencil:before {
    font-family: FontAwesome;
    content: "\f040";
}

.btn.l-review:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0;
    background-image: url(images/review_icon_w.png);
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn.l-callme:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0;
    background-image: url(images/phone_icon_w.png);
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn.l-times:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0;
    background-image: url(images/times_icon_w.png);
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.btn.l-faq span,
.btn.l-review span,
.btn.l-times span,
.btn.l-pencil span,
.btn.l-callme span {
    margin: 0 0 0 0.5em;
}

/*common page*/
.c-header {
    position: relative;
    padding: 15px 0;
}

.c-footer {
    position: relative;
    padding: 30px 0 20px;
    background: #f5f5f5;
    border-top: 2px solid #fda414;
}

.c-main {

}

.c-main__title {
    text-align: center;
}

.c-main__title.l-sub {
    margin: 2em 0 0;
}

.c-main__title h1,
.c-main__title h2,
.c-main__title h3,
.c-main__title .h2,
.c-main__title .h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.c-main__title h1 {
    font-size: 30px;
}

.c-footer__col {
    max-width: 290px;
    margin: 0 auto;
}

.c-footer__tit {
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    font-size: 1.1em;
    color: #000;
    margin: 0 0 1em;
}

.c-footer__item {
    margin: 0 0 0.71428571em;
}

.c-footer__item a,
.c-footer__item a:hover {
    color: #000;
    text-decoration: none;
}

.c-sidebar {

}

.c-sidebar__part {
    margin: 0 0 30px;
}

/* ---- b-menu ---- */
.b-menu {
    display: table;
    width: 100%;
    position: relative;
    background-image: -webkit-linear-gradient(90deg, #e5e5e5 0, #f5f5f5 100%);
    background-image: -moz-linear-gradient(90deg, #e5e5e5 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(90deg, #e5e5e5 0, #f5f5f5 100%);
    background-image: -ms-linear-gradient(90deg, #e5e5e5 0, #f5f5f5 100%);
    background-image: linear-gradient(0deg, #e5e5e5 0, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f5f5f5', GradientType=0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.b-menu__col {
    display: table-cell;
}

.b-menu__col.l-right {
    text-align: right;
}

.b-menu__list {
    display: table;
    width: 100%;
    text-align: center;
}

.b-menu__item {
    width: calc(100%/7);
    position: relative;
    display: table-cell;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.b-menu__item.active,
.b-menu__item:hover {
    background: #f5f5f5;
}

.b-menu__item a {
    display: block;
    padding: 0 15px;
    height: 3.57142857em;
    line-height: 3.57142857em;
    text-decoration: none;
    color: #000;
}

.b-menu__item a:hover {
    text-decoration: none;
    color: #000;
}

.b-menu__item:nth-child(2) {
    font-weight: 700;
    background-image: -webkit-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -moz-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -o-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -ms-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: linear-gradient(0deg, #fda810 0, #ffc050 100%);
}

.b-menu__item:nth-child(2) a,
.b-menu__item:nth-child(2) a:hover {
    color: #fff;
}

.b-menu__item:before,
.b-menu__item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
}

.b-menu__item:before {
    left: 0;
    background-color: #f7f7f7;
}

.b-menu__item:after {
    right: 0;
    background-color: #e9e9e9;
}

.b-menu__item:first-child:before,
.b-menu__item:last-child:after {
    content: none;
}

.b-menu .btn {
    height: 3.57142857em;
}

@media (max-width: 991px) {
    .b-menu__item a {
        padding: 0 10px;
    }
}

/*menu-icon*/
.menu-icon {
    position: relative;
/ / left: 0;
/ / top: 0;
    vertical-align: middle;
    width: 30px;
    height: 16px;
    cursor: pointer;
    display: block;
}

.menu-icon .b-menu__line {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #ff9600;
    -webkit-transition: background-color 0.35s, -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0.35s, transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.menu-icon .b-menu__line_1 {
    top: 0;
}

.menu-icon .b-menu__line_2 {
    top: 6px;
}

.menu-icon .b-menu__line_3 {
    top: 12px;
}

.menu-icon.active .b-menu__line {
    background: #ff9600;
}

*[aria-expanded="true"] .menu-icon .b-menu__line_1 {
    top: 1px;
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

*[aria-expanded="true"] .menu-icon .b-menu__line_2 {
    opacity: 0;
}

*[aria-expanded="true"] .menu-icon .b-menu__line_3 {
    top: 16px;
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

/*b-logo*/
.b-logo {
    margin: 0 0 20px 0;
}

.b-logo__image img {
    margin: 0 auto;
}

.b-logo__title {
    margin: 5px 0 0;
    color: #ff9600;
    text-align: center;
}


/*b-office*/
.b-office {
    text-align: center;
    margin: 0 0 1em;
}

.b-office__phone,
.b-office__phone:hover {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    vertical-align: top;
    white-space: nowrap;
}

.b-office__place,
.b-office__place:hover {
    white-space: nowrap;
    text-decoration: none;
    color: #1974d1;
}

.b-office__place span {
    display: inline-block;
    border-bottom: 1px dashed #1974d1;
    vertical-align: top;
}

.b-office__place:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0 0.5em 0 0;
    background: #1974d1;
    vertical-align: top;
    border: 2px solid #1974d1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0px 2px white inset;
    -moz-box-shadow: 0 0 0px 2px white inset;
    box-shadow: 0 0 0px 2px white inset;
}

.b-office__place.l-red,
.b-office__place.l-red:hover {
    color: #ef3a29;
}

.b-office__place.l-red span {
    border-bottom: 1px dashed #ef3a29;
}

.b-office__place.l-red:before {
    background: #ef3a29;
    border: 2px solid #ef3a29;
}

.b-office__place.l-orange,
.b-office__place.l-orange:hover {
    color: #fda414;
}

.b-office__place.l-orange span {
    border-bottom: 1px dashed #fda414;
}

.b-office__place.l-orange:before {
    background: #fda414;
    border: 2px solid #fda414;
}

/*b-office customize*/
.c-header .b-office {
    margin: 30px 0 0.5em;
}

.c-footer .b-office {
    text-align: left;
}

.c-footer .b-office__address {
    font-size: 0.9em;
}

@media (max-width: 991px) {
    .c-header .b-office {
        margin: 0 0 0.5em;
    }

    .c-footer .b-office {
        text-align: center;
    }
}

@media (max-width: 539px) {
    .c-header .b-office__info {
        display: none;
    }

    .c-header .b-office__phone {
        display: block;
        float: left;
        width: 50%;
        text-align: right;
        padding: 0 0.5em 0 0;
    }

    .c-header .b-office__place {
        display: block;
        float: right;
        width: 50%;
        text-align: left;
        padding: 0 0 0 0.5em;
    }
}

/*b-share icon*/
.b-share {
    font-size: 0.9em;
    text-align: right;
}

.b-share__title {
    margin: 0 0 0.5em;
}

/**/
.b-social {
}

.b-social__title {
    float: left;
    display: block;
    padding: 0.5em 1.5em 0;
    font-size: 0.9em;
    cursor: pointer;
    border: 1px solid rgba(4, 47, 89, .12);
    border-bottom: none;
    background: #ffffff;
    -webkit-border-radius: 0.5em 0.5em 0 0;
    -moz-border-radius: 0.5em 0.5em 0 0;
    border-radius: 0.5em 0.5em 0 0;
}

.b-social__title.active {
    border: 1px solid transparent;
    border-bottom: none;
    background: -webkit-linear-gradient(90deg, #fa0 0, #ffbd39 100%);
    background: -moz-linear-gradient(90deg, #fa0 0, #ffbd39 100%);
    background: -o-linear-gradient(90deg, #fa0 0, #ffbd39 100%);
    background: -ms-linear-gradient(90deg, #fa0 0, #ffbd39 100%);
    background: linear-gradient(0deg, #fa0 0, #ffbd39 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa00', endColorstr='#ffbd39', GradientType=0);
    color: #ffffff;
}

.b-social__tab {
    display: none;
}

.b-social__tab.active {
    display: block;
}

.b-social__tab div,
.b-social__tab iframe,
.b-social__tab .fb_iframe_widget span {
    max-width: 100% !important;
}

/*b-buttons*/
.b-buttons {
    text-align: center;
}

.b-buttons__set {

}

/**/
.c-header .b-buttons {
    text-align: right;
}

.c-header .b-buttons__set {
    display: inline-block;
    margin: 1em 0 0;
}

.c-sidebar .b-buttons__set {
    margin: 0 0 1em;
}

@media (max-width: 991px) {
    .c-header .b-buttons {
        text-align: center;
    }
}

/*b-copyright*/
.b-copyright {
    margin: 1.5em 0 0;
    font-size: 0.8em;
}

.b-copyright a,
.b-copyright a:hover {
    color: #fdab17;
}

.b-copyright p {
    margin: 0 0 0.28571429em;
}

/*action-list*/
.action-list {
    margin-right: -15px;
    margin-left: -15px;
    font-size: 0;
    text-align: center;
}

.action-list__container {
    margin: 0 auto;
}

.action-list__item {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding: 15px;
    width: 50%;
    margin: 0;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

@media (min-width: 1200px) {
    .action-list__item {
        width: 33.33333333%;
    }
}

@media (max-width: 689px) {
    .action-list__item {
        width: 100%;
    }
.wrapper_main_content *{
text-align: left;}
}


/*three-list*/
.three-list {
    margin-right: -15px;
    margin-left: -15px;
    font-size: 0;
    text-align: center;
}

.three-list__container {
    margin: 0 auto;
}

.three-list__item {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    width: 33.33333333%;
    margin: 0;
    margin: 0 0 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

@media (max-width: 689px) {
    .three-list__item {
        width: 50%;
    }
}

@media (max-width: 469px) {
    .three-list__item {
        width: 100%;
    }
}

/**/
.b-action {
    position: relative;
    border: 2px solid #e0e0e0;
    background: #fff;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-action a,
.b-action a:hover {
    outline: none;
    color: #000;
    text-decoration: none;
}

.b-action__container {
}

.b-action__title {
    font-weight: 700;
    text-transform: uppercase;
}

.b-action__info {
}

.b-action__icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 0.5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.b-action__button {
}

.b-action__button .btn {
    white-space: normal;
}

.b-action__date {
    color: #ffa400;
}

.b-action__date:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0;
    background-image: url(images/times_icon_o.png);
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.b-action__date span {
    margin: 0 0 0 0.5em;
}

.b-action__line:before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #cecece;
    margin: 1em auto;
}

/**/
.c-footer .b-action {
    padding: 20px 10px;
    margin: 2em 0;
}

.c-footer .b-action__date {
    margin: 1em 0;
}

.b-slider .b-action:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    background-position: left top;
    background-size: contain;
    background-image: url(images/sticker_action.png);
    background-repeat: no-repeat;
}

.b-slider .b-action {
    display: table;
    width: 100%;
    height: 190px;
    min-height: 190px;
}

.b-slider .b-action__container {
    display: table-cell;
    vertical-align: middle;
}

.b-slider .b-action__price,
.b-slider .b-action__date {
    margin: 0.5em 0 0;
}

.b-section__main .b-action {
    margin: 0.5em 0;
    border: 2px solid #2fc13f;
    font-size: 1.2em;
    background: #f5f5f5;
}

.b-section__main .b-action__info,
.b-section__main .b-action__button {
    display: inline-block;
    line-height: 2em;
}

.b-section__main .b-action a {
    color: #333333;
    text-decoration: none;
    border-bottom: 1px dashed #333333;
}

.b-section__main .b-action__button {
    margin: 0 1em;
}

.b-section__main .b-action__button:before {
    content: "\f061";
    font-family: FontAwesome;
    margin: 0 0.5em 0 0;
    font-size: 2em;
    vertical-align: middle;
    color: #e6e6e6;
}

.b-section__main .b-action__button .btn {
    padding: 16px 12px;
}


/*b-sidenav*/
.b-sidenav {
}

.b-sidenav__title {
    position: relative;
    display: inline-block;
    padding: 0.5em 1.5em;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    background: -webkit-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: -moz-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: -o-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: -ms-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: linear-gradient(0deg, #2fc13f 0, #90da01 100%);
    -webkit-border-radius: 0.5em 0.5em 0 0;
    -moz-border-radius: 0.5em 0.5em 0 0;
    border-radius: 0.5em 0.5em 0 0;
}

.b-sidenav__title:before,
.b-sidenav__title:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -1em;
    width: 1em;
    height: 1em;
}

.b-sidenav__title:before {
    background: -webkit-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: -moz-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: -o-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: -ms-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: linear-gradient(0deg, #2fc13f 0, #90da01 100%);
}

.b-sidenav__title:after {
    background: #fff;
    -webkit-border-radius: 0 0 0 100%;
    -moz-border-radius: 0 0 0 100%;
    border-radius: 0 0 0 100%;
}

.b-sidenav__list {
    background-color: #f5f5f5;
    font-size: 1.2em;
}

.b-sidenav__section {
    position: relative;
    font-size: 1em;
}

.b-sidenav__item {
    font-size: 0.8em;
}

.b-sidenav__item a,
.b-sidenav__section a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
}

.b-sidenav__section > a {
    padding: 0.75em 0.5em 0.75em 1em;
    border-bottom: 1px solid #e3e3e3;
}

.b-sidenav__section > a:hover {
    text-decoration: none;
    color: #555;
}

.b-sidenav__sub {
    padding: 0 0 0 1em;
    display: none;
}

.open > .b-sidenav__sub {
    display: block;
}

.b-sidenav__item > a {
    padding: 0.4em 0.625em 0.4em 1.25em;
}

.b-sidenav__item:hover > a,
.b-sidenav__item.active > a {
    color: #fdab17;
}

.b-sidenav__section.active > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    width: 0.5em;
    background: -webkit-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: -moz-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: -o-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: -ms-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: linear-gradient(0deg, #2fc13f 0, #90da01 100%);
}

/*
.b-sidenav__item > ul {
	display: none;
	padding: 0 0 0 1.5em;
	background-color: #f9f9f9;
}
.b-sidenav__item li {
	font-size: 0.75em;
}
.b-sidenav__item li li {
	font-size: 1em;
}
.b-sidenav__item li a {
	padding: 0.75em;
}
.b-sidenav__item li.active > a {
	color: #fdab17;
}


.b-sidenav__item.active > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	display: block;
	width: 0.5em;
	background: -webkit-linear-gradient(90deg,#2fc13f 0,#90da01 100%);
	background: -moz-linear-gradient(90deg,#2fc13f 0,#90da01 100%);
	background: -o-linear-gradient(90deg,#2fc13f 0,#90da01 100%);
	background: -ms-linear-gradient(90deg,#2fc13f 0,#90da01 100%);
	background: linear-gradient(0deg,#2fc13f 0,#90da01 100%);
}
.b-sidenav__item.active > ul {
	display: block;
}

*/

/*b-crumbs*/
.b-crumbs {
    padding: 1em 0;
}

.b-crumbs__item {

}

.b-crumbs__item:before {
    content: " ››› ";
}

.b-crumbs__item:first-child:before {
    content: none;
}

@media (max-width: 767px) {
    .b-crumbs {
        text-align: center;
    }
}

.b-crumbs__crumb {
    display: inline-block;
}


/*Модальное окно*/
.modal {

}

.modal-open .modal {
    background-image: -webkit-linear-gradient(90deg, #e5e5e5 0, #f5f5f5 100%);
    background-image: -moz-linear-gradient(90deg, #e5e5e5 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(90deg, #e5e5e5 0, #f5f5f5 100%);
    background-image: -ms-linear-gradient(90deg, #e5e5e5 0, #f5f5f5 100%);
    background-image: linear-gradient(0deg, #e5e5e5 0, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#f5f5f5', GradientType=0);
}

.modalform .modal-dialog {
    width: auto;
    max-width: 750px;
    padding: 100px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.btn-close {
    position: absolute;
    top: 40px;
    right: 0;
    cursor: pointer;
    outline: none;
    width: 38px;
    height: 38px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAmBAMAAABaE/SdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAElBMVEUAAABiYmJiYmJiYmJiYmL////bYQCsAAAABXRSTlMAvU709wR+czoAAAABYktHRAX4b+nHAAAACXBIWXMAAAsSAAALEgHS3X78AAAAhUlEQVQoz42SwRGAIAwEM5ZgBSgdWIP91yQgYHLsQ8YHSZZJvJztpuewnCS1XfWLp0ICNkbAFwlgJwI4AAfOugO/8ry56rz6dv0euvUgjt8imb6FKkeJFzVKYlHN8qlYAe/0KwdvqQfMQjPDv5EGoBVpCtrTjmCXtHPwBnkIvEaeJO+Cxx88NxEB4ZPZJQAAAABJRU5ErkJggg==');
    transition: 0.5s;
}

.btn-close:hover {
    transform: rotate(65deg);
    transition: 0.5s;
}

.b-modal {
    margin: 0 auto;
    max-width: 660px;
    text-align: center;
}

.b-modal.l-small {
    max-width: 400px;
}

.b-modal__title {
    text-transform: uppercase;
}

.b-modal__form {
    padding: 0 0 30px;
}

.b-modal__result {
    display: none;
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #2fc13f;
    color: #2fc13f;
    cursor: pointer;
    background: #ffffff;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-modal__result.has-error {
    border: 1px solid #ef3a29;
    color: #ef3a29;
}

.b-modal__hidden {
    display: none;
}

.b-modal__toggle {
    font-weight: 700;
}

.b-modal__toggle span {
    display: inline-block;
    cursor: pointer;
}

/*DEBUGGING*/
.debug {
    background: pink;
    padding: 5px;
    margin: 10px 0;
    text-align: center;
}

.debug-0 {
    background: pink;
    padding: 5px;
    text-align: center;
}

.debug-2 {
    min-height: 100px;
    background: lightcyan;
    text-align: center;
}

.b-main-text {
    min-height: 700px;
    margin-bottom: 20px;
}


/*SLICK*/
.slick-active {
    outline: none !important;
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-arrow {
    outline: none;
    display: block;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.slick-slider .slick-arrow.slick-hidden {
    display: none;
}

.slick-slider .slick-arrow.slick-prev {
    margin: 0 0 0.5em 0;
}

.slick-slider .slick-arrow.slick-next {
    margin: 0.5em 0 0 0;
}


.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-list:focus {
    outline: none;
}

.slick-slider .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
    content: "";
    display: table;
}

.slick-slider .slick-track:after {
    clear: both;
}

.slick-loading .slick-slider .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: block;
    height: auto;
    padding: 0.5em 0;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}


.c-navigation .c-navigation__toggle,
.c-navigation .c-navigation__toggle:focus,
.c-navigation .c-navigation__toggle:hover {
    background: #fff;
}

.c-navigation .c-navmenu a.c-navmenu__title {
    padding: 10px 15px;
    font-size: 1.1em;
}

.c-navigation .c-navmenu a.c-navmenu__title,
.c-navigation .c-navmenu a.c-navmenu__title:focus,
.c-navigation .c-navmenu a.c-navmenu__title:hover {
    background-color: transparent;
}

.c-navigation .c-navmenu a.c-navmenu__title,
.c-navigation .c-navmenu a.c-navmenu__title:focus {
    color: #000;
}

.c-navigation .c-navmenu a.c-navmenu__title:hover {
    color: #555;
}

.c-navigation .c-navmenu a.c-navmenu__title:after {
    font-family: FontAwesome;
    content: " \f105";
}

.c-navigation .c-navmenu.open a.c-navmenu__title:after {
    content: " \f107";
}

.c-navigation .c-navmenu .c-navmenu__list {
    margin: 0 15px;
    padding: 5px 0;
}

.c-navigation .c-navmenu .c-navmenu__list .c-navmenu__item {
    padding: 0.3em 0 0.3em 1.5em;
    border-top: 1px solid #e3e3e3;
    cursor: pointer;
    position: relative;
}

.c-navigation .c-navmenu .c-navmenu__list .c-navmenu__item:first-child {
    border-top: none;
}

.c-navigation .c-navmenu .c-navmenu__list .c-navmenu__item a {
    display: block;
    position: relative;
    padding: 0;
}

.c-navigation .c-navmenu .c-navmenu__list .c-navmenu__submenu {
    display: none;
    padding: 0.3em 0;
}

.c-navigation .c-navmenu .c-navmenu__list .open > .c-navmenu__submenu {
    display: block;
}

.c-navigation .c-navmenu .c-navmenu__list .c-navmenu__item > a {
    text-transform: uppercase;
    white-space: normal;
}

.c-navigation .c-navmenu .c-navmenu__list .c-navmenu__item.l-childs > a {
    margin-right: 6.5em;
}

.c-navigation .c-navmenu .c-navmenu__list .c-navmenu__item.l-item > a {
    text-transform: none;
}

.c-navigation .c-navmenu .c-navmenu__toggle:after {
    font-family: FontAwesome;
    content: " \f105\f105\f105";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /*background: pink;*/
    width: 6em;
    text-align: center;
    padding: 0.3em;
    z-index: 1;
}

.c-navigation .c-navmenu .open > .c-navmenu__toggle:after {
    content: " \f107";
}


.c-navigation .c-navmenu .c-navmenu__list li.c-navmenu__item a,
.c-navigation .c-navmenu .c-navmenu__list li.c-navmenu__item a:focus,
.c-navigation .c-navmenu .c-navmenu__list li.c-navmenu__item a:hover {
    text-decoration: none;
    background: transparent;
}

.c-navigation .c-navmenu .c-navmenu__list li.c-navmenu__item.active > a,
.c-navigation .c-navmenu .c-navmenu__list li.c-navmenu__item.active > a:focus,
.c-navigation .c-navmenu .c-navmenu__list li.c-navmenu__item.active > a:hover {
    background: transparent;
}

.c-navigation .c-navmenu .c-navmenu__list li.c-navmenu__item a,
.c-navigation .c-navmenu .c-navmenu__list li.c-navmenu__item a:focus,
.c-navigation .c-navmenu .c-navmenu__list li.c-navmenu__item.active > a,
.c-navigation .c-navmenu .c-navmenu__list li.c-navmenu__item.active > a:focus {
    color: #000;
}

.c-navigation .c-navmenu .c-navmenu__list li.c-navmenu__item a:hover,
.c-navigation .c-navmenu .c-navmenu__list li.c-navmenu__item:hover > a,
.c-navigation .c-navmenu .c-navmenu__list li.c-navmenu__item.active > a:hover {
    color: #555;
}

.c-navigation .c-navmenu .c-navmenu__list .active > a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1em;
    bottom: 0;
    display: block;
    width: 0.5em;
    background: -webkit-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: -moz-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: -o-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: -ms-linear-gradient(90deg, #2fc13f 0, #90da01 100%);
    background: linear-gradient(0deg, #2fc13f 0, #90da01 100%);
}

/*doctors list*/
.b-doclist__container {
    text-align: center;
    min-width: 150px;
    max-width: 220px;
	margin: 0 auto;
}

.b-doclist__item {
    padding: 15px;
}

.b-doclist__item:hover {
    -webkit-box-shadow: 1px 1px 3px 1px #cecece;
    -moz-box-shadow: 1px 1px 3px 1px #cecece;
    box-shadow: 1px 1px 3px 1px #cecece;
}

.b-doclist__name,
.b-doclist__buttons,
.b-doclist__record {
    margin: 1em 0 0;
}

.b-doclist__name {
    font-weight: 700;
    text-transform: uppercase;
}

.b-doclist__record .btn,
.b-doclist__buttons .btn {
    font-size: 0.8em;
    padding: 6px;
}

.b-doclist__spec {
    margin: 1em 1em 0;
}

.b-doclist__spec:before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #cecece;
    margin: 1em auto;
}

.b-doclist__image .l-grayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.b-doclist__item:hover .b-doclist__image .l-grayscale {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}


/**/
.b-doctor__info {
    display: table;
}

.b-doctor__info .col {
    display: table-cell;
    padding: 0 15px;
}

.b-doctor__info .__left {
    width: 33.33333333%;
}

.b-doctor__info .__right {
    width: 66.66666667%;
    vertical-align: middle;
}

@media (max-width: 539px) {
    .b-doctor__info {
        display: block
    }

    .b-doctor__info .col {
        display: block;
        width: 100%
    }

    .b-doctor__info .__right {
        margin: 1em 0 0;
    }
}

.b-doctor__image {
}

.b-doctor__image img {
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 539px) {
    .b-doctor__image img {
        max-width: 220px;
    }
}

.b-doctor__record {
    text-align: center;
    margin: 1em 0 0;
}

.b-doctor__record .btn {
    white-space: normal;
}

.b-doctor__spec {
    font-weight: 700;
    text-align: center;
}

.b-doctor__detail {
    margin: 1em 0 0;
}

/*b-prizes*/
.b-prizes {
    margin-right: -15px;
    margin-left: -15px;
    font-size: 0;
    text-align: center;
}

.b-prizes__container {
}

.b-prizes__item {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding: 15px;
    width: 33.33333333%;
    margin: 0;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.b-prizes__image img {
    margin: 0 auto;
}

.b-prizes__title {
    margin: 1em;
    font-size: 0.9em;
}

@media (max-width: 689px) {
    .b-prizes__item {
        width: 50%;
    }
}

/**/
.b-sertificates {
}

.b-sertificates .three-list__item {
    vertical-align: middle;
}

.b-sertificates__item {
    vertical-align: top;
    border: 1px solid #cecece;
    padding: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-sertificates__item:hover {
    -webkit-box-shadow: 1px 1px 3px 1px #cecece;
    -moz-box-shadow: 1px 1px 3px 1px #cecece;
    box-shadow: 1px 1px 3px 1px #cecece;
}

.b-sertificates__item img {
    margin: 0 auto;
}

.b-sertificates__title {
    margin: 0.5em 0 0;
}

.b-sertificates__title:before {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #cecece;
    margin: 0.5em auto;
}

/**/


.b-review__item {
    margin: 0 0 1em;
}

.b-review__item:after {
    content: '';
    display: block;
    margin: 1em 0;
    height: 2px;
    background: #cecece;
}

.b-review__item a {
    color: #808080;
}

.b-review__author {
    margin: 0 0 0.5em;
}

.b-review__date {
    color: #ffa400;
    margin: 0 0 0.5em;
}

.b-review__date span {
    margin: 0 0 0 0.5em;
}

.b-review__date:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0;
    background-image: url(images/times_icon_o.png);
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.b-review__about {
    margin: 0 0 0.5em;
}

.b-review__content {
    position: relative;
    text-align: justify;
    min-height: 50px;
    padding: 0 0 0 60px;
    margin: 0 0 0.5em;
}

.b-review__content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(images/quote.png) center no-repeat;
}

.b-review__rating {
    float: left;
    font-size: 0;
    margin: 10px 30px 0 0;
}

.b-review__rating span {
    display: inline-block;
    height: 17px;
    width: 17px;
    background-image: url(images/stars-sprite.png);
    vertical-align: top;
}

.b-review__rating .empty {
    background-position: 0 18px;
}

.b-review__place {
    float: left;
    margin: 10px 0 0;
}

.b-review__place a {
    color: #1974d1;
}

.b-review__place:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0 0.5em 0 0;
    background: #1974d1;
    vertical-align: top;
    border: 2px solid #1974d1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0px 2px white inset;
    -moz-box-shadow: 0 0 0px 2px white inset;
    box-shadow: 0 0 0px 2px white inset;
}

.b-review__place.l-red a {
    color: #ef3a29;
}

.b-review__place.l-red:before {
    background: #ef3a29;
    border: 2px solid #ef3a29;
}

.b-review__place.l-orange a {
    color: #fda414;
}

.b-review__place.l-orange:before {
    background: #fda414;
    border: 2px solid #fda414;
}


.b-review__voting {
    float: right;
    position: relative;
    margin: 10px 0 0;
}

.b-review__vote {
    float: left;
    cursor: pointer;
}

.b-review__vote + .b-review__vote {
    margin: 0 0 0 1em;
}

.b-review__vote span {

}

.b-review__vote span,
.b-review__vote:before {
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}

.b-review__vote:before {
    content: '';
    margin: 0 0.5em 0 0;
    width: 16px;
    height: 24px;
    background-repeat: no-repeat;
}

.b-review__vote.l-like:before {
    background-image: url(images/like.png);
    background-position: top;
}

.b-review__vote.l-like {
    color: #2fc13f;
}

.b-review__vote.l-dislike {
    color: #ef3a29;
}

.b-review__vote.l-dislike:before {
    background-image: url(images/dislike.png);
    background-position: bottom;
}

.b-review__none {
    margin: 1em 0;
    font-size: 1.1em;
    text-align: center;
}

.b-review__add {
    text-align: center;
}

.b-review__error {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 100%;
    margin-bottom: 0.5em;
    border: 1px solid #fda414;
    padding: 0.5em 1.5em;
    white-space: nowrap;
    color: #ef3a29;
    background: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 0.5em 0.5em 0 0.5em;
    -moz-border-radius: 0.5em 0.5em 0 0.5em;
    border-radius: 0.5em 0.5em 0 0.5em;
}

.b-review__error:before,
.b-review__error:after {
    content: '';
    position: absolute;
    top: 100%;
    right: -1px;
    display: block;
    width: 1.5em;
    height: 0.5em;
}

.b-review__error:before {
    border-top: 0.5em solid #fda414;
    border-bottom: 0.5em solid transparent;
    border-left: 1.5em solid transparent;
}

.b-review__error:after {
    margin: -2px 1px 0 0;
    border-top: 0.5em solid #ffffff;
    border-bottom: 0.5em solid transparent;
    border-left: 1.5em solid transparent;
}


.b-average {
    margin: 2em 0;
    font-size: 1.1em;
}

.b-average span {
    font-weight: 700;
}

.b-average__count {
    float: left;
    margin: 0 30px 0 0;
}

.b-average__rating {
    float: left;
}

.b-average__stars {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

.b-average__stars span {
    display: inline-block;
    height: 17px;
    width: 17px;
    background-image: url(images/stars-sprite.png);
}

.b-average__stars .empty {
    background-position: 0 18px;
}


.b-backurl {
    display: inline-block;
    margin: 2em 0 1em;
    color: #808080;
}

.b-backurl:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 20px;
    vertical-align: top;
    background: url(images/slider_arrows.png) left center no-repeat;
}

.b-backurl span {
    display: inline-block;
    vertical-align: top;
}

.b-backurl:hover {
    color: #808080;
    text-decoration: none;
}

.b-backurl:hover span {
    text-decoration: underline;
}

.b-actions .b-action {
    margin: 0 auto;
    max-width: 400px;
    height: 100%;
}

.b-actions .b-action:hover {
    background-color: #fff;
    background: -webkit-linear-gradient(90deg, #f7f7f7 0, #fff 100%);
    background: -moz-linear-gradient(90deg, #f7f7f7 0, #fff 100%);
    background: -o-linear-gradient(90deg, #f7f7f7 0, #fff 100%);
    background: -ms-linear-gradient(90deg, #f7f7f7 0, #fff 100%);
    background: linear-gradient(0deg, #f7f7f7 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    -webkit-box-shadow: 1px 1px 3px 1px #cecece;
    -moz-box-shadow: 1px 1px 3px 1px #cecece;
    box-shadow: 1px 1px 3px 1px #cecece;
}

.b-actions .b-action a {
    display: block;
    height: 100%;
}

.b-actions .b-action__info,
.b-actions .b-action__price {
    margin: 0 0 0.71428571em 0;
}

.b-actions .b-action__title {
    margin: 0.71428571em 0;
}


.b-action-page__date {
    margin: 1em 0;
}

.b-action-page__price {
    text-align: center;
    margin: 1em 0;
    width: 260px;
    max-width: 100%;
    padding: 1.25em 0;
    cursor: pointer;
}

.b-action-page__price.l-new {
    background: url(images/discount.png);
    background-size: cover;
}

.b-action-page__price.l-new {
    float: right;
}

.b-action-page__price span {
    font-size: 2em;
    white-space: nowrap;
}

.b-action-page__price.l-new span {
    font-weight: 700;
    color: #ef3a29;
}

.b-action-page__price.l-old span {
    text-decoration: line-through;
}

@media (max-width: 539px) {
    .b-action-page__price span {
        font-size: 1.5em;
    }
}


.b-action-col {
    margin: 1.5em 0 0;
}

.b-action-col__title {
    text-align: center;
    text-transform: uppercase;
}

.b-action-col__button {
    margin: 1em 0 0;
    text-align: center;
}


.b-action-places {
    display: table;
    margin: 0 auto;
}


.b-action-places__item {
    margin: 0 0 0.5em;
}

.b-action-places__item a {
    color: #1974d1;
}

.b-action-places__item:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0 0.5em 0 0;
    background: #1974d1;
    vertical-align: top;
    border: 2px solid #1974d1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0px 2px white inset;
    -moz-box-shadow: 0 0 0px 2px white inset;
    box-shadow: 0 0 0px 2px white inset;
}

.b-action-places__item.l-red a {
    color: #ef3a29;
}

.b-action-places__item.l-red:before {
    background: #ef3a29;
    border: 2px solid #ef3a29;
}

.b-action-places__item.l-orange a {
    color: #fda414;
}

.b-action-places__item.l-orange:before {
    background: #fda414;
    border: 2px solid #fda414;
}

.b-action-form {
    margin: 0 auto;
    max-width: 450px;
    padding: 25px 25px 10px;
    text-align: center;
    border: 5px dashed #e6e6e6;
}


.entry {
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    line-height: 1.42857143;
}

.entry img {
    margin: 0 auto 0.5em;
    max-width: 100%;
    height: auto;
}

.entry section,
.entry figure {
    margin: 0 0 2em;
}

.entry section:before,
.entry section:after,
.entry figure:before,
.entry figure:after {
    display: table;
    content: " ";
}

.entry section:after,
.entry figure:after {
    clear: both;
}

.entry section {
    font-size: 1.1em;
}

.entry li img {
    float: right;
    margin: 0 0 0.5em 1em;
    width: 40%;
    height: auto;
}

.entry p img,
.entry section img {
    float: right;
    margin: 0 0 0.5em 1em;
    max-width: 50%;
}

.entry figure {
    display: table;
    width: 100%;
}

.entry figcaption {
    display: table-cell;
    width: 50%;
    padding: 0 0.5em;
    font-size: 1.9em;
    font-weight: 700;
    font-style: italic;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}

.entry figcaption span {
    color: #ffa400;
}

.entry figcaption:before,
.entry figcaption:after {
    content: '';
    display: block;
    width: 50%;
    height: 2px;
    background: #cecece;
}

.entry figcaption:before {
    margin: 0 auto 0.25em;
}

.entry figcaption:after {
    margin: 0.25em auto 0;
}

.entry iframe {
    max-width: 100%;
    margin: 1em auto;
    display: block;
}

@media (max-width: 689px) {
    .entry li img {
        width: 50%;
    }

    .entry figure {
        display: block;
    }

    .entry figcaption {
        display: table;
        width: 100%;
        padding: 1em;
    }
}

@media (max-width: 539px) {
    .entry li img {
        float: none;
        width: auto;
        max-width: 100%;
        margin: 0 auto 0.5em;
    }

    .entry p img,
    .entry section img {
        float: none;
        max-width: 100%;
        margin: 0 auto 0.5em;
    }
}

.entry blockquote {
    padding: 1em;
    margin: 1em 0;
    border: none;
    font-size: 1.3em;
    font-style: italic;
    border: 1px solid #dddddd;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.entry blockquote:before,
.entry blockquote:after {
    content: '';
    display: block;
    margin: 0 auto 1em;
    width: 2.5em;
    height: 2.5em;
    background: url(images/blockquote.png) center center no-repeat;
    background-size: contain;
}

.entry blockquote:after {
    margin: 1em auto 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.entry p {
    text-align: justify;
}

.entry ol,
.entry ul {
    clear: both;
}

.entry li {
    position: relative;
    margin: 0 0 0.71428571em 2em;
    text-align: justify;
}

.entry li:after {
    display: table;
    content: " ";
    clear: both;
}

.entry ul li:before {
    content: '';
    position: absolute;
    left: -1.5em;
    top: 0.5em;
    display: block;
    width: 0.5em;
    height: 0.5em;
    background: -webkit-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -moz-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -o-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -ms-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: linear-gradient(0deg, #3ac04d 0, #96d928 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ac04d', endColorstr='#96d928', GradientType=0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.entry ol {
    counter-reset: li;
}

.entry ol li:before {
    content: counter(li) ".";
    counter-increment: li;
    position: absolute;
    left: -1.5em;
    top: 0;
    display: block;
    text-align: right;
    font-weight: 700;
    color: #2fc13f;
}


.entry table {
    margin: 0 0 0.71428571em 0;
    width: 100%;
    border: none;
}

.entry th,
.entry thead td {
    background: #fff;
    padding: 18px 5px;
    font-weight: 700;
    text-align: center;
}

.entry tbody tr:nth-child(odd) {
    background: #f0f0f0;
}

.entry tbody td {
    padding: 8px 5px 10px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.entry tbody td:first-child {
    border-left: none;
}

.b-review-cats {
    margin: 0 0 2em;
    padding: 1em 1em 0.5em;
    font-size: 1.1em;
    background: #f8f8f8;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-review-cats__item {
    margin: 0 0 0.5em;
}

.b-review-cats__link {
    color: #333333;
}

.b-review-cats__link:hover {
    color: #808080;
}

.b-review-cats__link.active {
    color: #ffa400;
}

/**/
.b-pagination {
    margin: 1.5em 0;
    font-size: 1.2em;
    text-align: center;
}

.b-pagination a,
.b-pagination span {
    margin: 0px 0.35em;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.b-pagination a:focus,
.b-pagination a:hover {
    text-decoration: none;
}

.b-pagination span {
    font-weight: 700;
    color: #000000;
}

.b-pagination .arrow {
    margin: 0px 1em;
    z-index: 10;
}

.b-pagination .arrow:before {
    font-family: FontAwesome;
    font-weight: 700;
}

.b-pagination .arrow.prev:before {
    content: "\f104";
}

.b-pagination .arrow.next:before {
    content: "\f105";
}

.b-page-menu {
    margin: 0 0 1.5em;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.b-page-menu__item {
    margin: 0 0 0.5em;
}

.b-page-menu__item a {
    color: #808080;
}

.b-page-menu__item a:focus,
.b-page-menu__item a:hover {
    text-decoration: none;
    color: #333333;
}

.b-page-menu__item a.active {
    text-decoration: none;
    color: #ffa400;
}

@media (max-width: 539px) {
    .b-page-menu {
        text-align: left;
    }
}

.b-section__main {
    margin: 1em 0 2em;
}


/*three-list*/
.four-list {
    margin-right: -15px;
    margin-left: -15px;
    font-size: 0;
    text-align: center;
}

.four-list__container {
}

.four-list__item {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    width: 25%;
    margin: 0;
    margin: 0 0 1em;
}

@media (max-width: 1199px) {
    .four-list__item {
        width: 33.33333333%;
    }
}

@media (max-width: 689px) {
    .four-list__item {
        width: 50%;
    }
}

@media (max-width: 469px) {
    .four-list__item {
        width: 100%;
    }
}

.b-advantages {
    border: 2px solid #2fc13f;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-advantages__head {
    height: 11em;
}

.b-advantages__info {
    color: #fff;
    padding: 0.5em;
    background: -webkit-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -moz-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -o-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -ms-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: linear-gradient(0deg, #3ac04d 0, #96d928 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ac04d', endColorstr='#96d928', GradientType=0);
}

.b-advantages__title {
    margin: 1em 0;
    line-height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.b-advantages__title span {
    line-height: 60px;
    font-size: 60px;
}

.b-advantages__title:before {
    content: '';
    display: block;
    width: 35px;
    height: 45px;
    margin: 0.5em auto;
    background-image: url(images/advantages.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.b-advantages__title.l-years:before {
    width: 24px;
    background-position: -44px 14px;
}

.b-advantages__title.l-garanty:before {
    width: 24px;
    background-position: -77px 14px;
}

.b-advantages__title.l-discount:before {
    width: 33px;
    background-position: -112px 14px;
}

.b-preference {
    margin: 1em 0;
}

.b-preference__container {
    height: 100%;
    padding: 1em 2em;
    border: 1px solid #2fc13f;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;

}

.b-preference__title {
    margin: 0 0 1em;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #6cd118;
}

.b-preference__title:before {
    content: "\f0fa";
    font-family: FontAwesome;
    display: block;
    margin: 0 auto 0.5em;
    font-size: 24px;
    font-weight: 400;
}

.b-preference__title.l-users:before {
    content: "\f0c0";
}

.b-preference__item {
    position: relative;
    margin: 0.5em 0 0;
    padding: 0 0 0 1.5em;
}

.b-preference__item:before {
    content: "\f0fe";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.b-preference__item.l-life-ring:before {
    content: "\f1cd";
}

.b-preference__item.l-sort-az:before {
    content: "\f15d";
}

.b-preference__item.l-docs:before {
    content: "\f0c5";
}

.b-preference__item.l-user-plus:before {
    content: "\f234";
}

.b-preference__item.l-graduation:before {
    content: "\f19d";
}


.b-tags {
    margin: 1em 0;
    text-align: center;
}

.b-tags li {
    display: inline-block;
    margin: 0 0 0.5em;
    padding: 0.25em 0.5em;
    background-image: -webkit-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -moz-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -o-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -ms-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: linear-gradient(0deg, #fda810 0, #ffc050 100%);
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-tags a {
    color: #ffffff;
}

.b-tags a:focus,
.b-tags a:hover {
    color: #ffffff;
    text-decoration: none;
}


.b-services {
    max-width: 400px;
    margin: 0 auto;
    border-bottom: 1px solid #e0e0e0;
}

.b-services a {
    color: #555;
    text-decoration: none;
}

.b-services a:focus,
.b-services a:hover {
    color: #2fc13f;
    text-decoration: none;
}

.b-services__container {
    display: table;
    width: 100%;
    height: 7em;
}

.b-services__name,
.b-services__price {
    display: table-cell;
    vertical-align: middle;
}

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

.b-services__price span {
    display: inline-block;
    margin: 0 0 0 0.5em;
    padding: 0.25em 0.5em;
    background-image: -webkit-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -moz-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -o-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -ms-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: linear-gradient(0deg, #fda810 0, #ffc050 100%);
    color: #fff;
    white-space: nowrap;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-services__name {
    position: relative;
    padding: 0 0 0 90px;
    font-size: 1.3em;
}

.b-services .b-services__name:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-image: url(images/services_sprite.png);
    background-repeat: no-repeat;
    background-position: -98px -145px;
}

.b-services:hover .b-services__name:before {
    background-position: 4px -145px;
}

.b-services .l-implantation:before {
    background-position: -102px 10px;
}

.b-services:hover .l-implantation:before {
    background-position: 2px 10px;
}

.b-services .l-orthopedics:before {
    background-position: -100px -65px;
}

.b-services:hover .l-orthopedics:before {
    background-position: 2px -65px;
}

.b-services .l-therapy:before {
    background-position: -297px -63px;
}

.b-services:hover .l-therapy:before {
    background-position: -203px -63px;
}

.b-services .l-veneers:before {
    background-position: -98px -145px;
}

.b-services:hover .l-veneers:before {
    background-position: 4px -145px;
}

.b-services .l-bite:before {
    background-position: -98px -225px;
}

.b-services:hover .l-bite:before {
    background-position: 4px -225px;
}

.b-services .l-braces:before {
    background-position: -98px -304px;
}

.b-services:hover .l-braces:before {
    background-position: 4px -304px;
}

.b-services .l-exodontia:before {
    background-position: -297px -139px;
}

.b-services:hover .l-exodontia:before {
    background-position: -203px -139px;
}

.b-services .l-bleaching:before {
    background-position: -98px -378px;
}

.b-services:hover .l-bleaching:before {
    background-position: 4px -378px;
}

.b-services .l-restoration:before {
    background-position: -297px 13px;
}

.b-services:hover .l-restoration:before {
    background-position: -203px 13px;
}

.b-services .l-cleaning:before {
    background-position: -297px -298px;
}

.b-services:hover .l-cleaning:before {
    background-position: -203px -298px;
}

.b-services .l-diagnosis:before {
    background-position: -295px -218px;
}

.b-services:hover .l-diagnosis:before {
    background-position: -201px -218px;
}

.b-services .l-discount:before {
    background-position: -299px -372px;
}

.b-services:hover .l-discount:before {
    background-position: -205px -372px;
}


.b-review-col {

}

.b-review-col__item {
    height: 100%;
    padding: 1em;
    border: 1px solid #e0e0e0;
    text-align: left;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.b-review-col__rating {
    font-size: 0;
    text-align: right;
}

.b-review-col__rating span {
    display: inline-block;
    height: 17px;
    width: 17px;
    background-image: url(images/stars-sprite.png);
    vertical-align: top;
}

.b-review-col__rating .empty {
    background-position: 0 18px;
}

.b-review-col__author {
    margin: 1em 0;
}

.b-review-col__author:before {
    content: "\f007";
    font-family: FontAwesome;
    display: inline-block;
    margin: 0 1em 0 0;
}

.b-review-col__date {
    margin: 1em 0;
    color: #ffa400;
}

.b-review-col__date span {
    margin: 0 0 0 0.5em;
}

.b-review-col__date:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0;
    background-image: url(images/times_icon_o.png);
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.b-review-col__content {
    text-align: justify;
}

.b-review-col__place {
    margin: 1em 0 0;
}

.b-review-col__place a {
    color: #1974d1;
}

.b-review-col__place:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0 0.5em 0 0;
    background: #1974d1;
    vertical-align: top;
    border: 2px solid #1974d1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0px 2px white inset;
    -moz-box-shadow: 0 0 0px 2px white inset;
    box-shadow: 0 0 0px 2px white inset;
}

.b-review-col__place.l-red a {
    color: #ef3a29;
}

.b-review-col__place.l-red:before {
    background: #ef3a29;
    border: 2px solid #ef3a29;
}

.b-review-col__place.l-orange a {
    color: #fda414;
}

.b-review-col__place.l-orange:before {
    background: #fda414;
    border: 2px solid #fda414;
}

.b-review-col__person {
    margin: 1em 0 0;
}

.b-review-col__person a,
.b-review-col__person a:focus,
.b-review-col__person a:hover {
    color: #808080;
}

.b-review-col__all {
    margin: 1em 0;
    font-size: 1.2em;
    text-align: center;
}

.b-review-col__all a,
.b-review-col__all a:focus,
.b-review-col__all a:hover {
    color: #333;
}

.b-review-col__add {
    margin: 1em 0;
    text-align: center;
}

.b-review-col__none {
    text-align: center;
    font-size: 1.1em;
}

.b-articles {

}

.b-articles__item {
    padding: 1em 0;
    border-bottom: 1px solid #cecece;
}

.b-articles__title {
    padding: 0 0 0 60px;
}

.b-articles__title h4 span {
    vertical-align: middle;
}

.b-articles__title h4:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    width: 26px;
    height: 26px;
    background: url(images/info_title.png) center no-repeat;
}

.b-articles__content {
    position: relative;
    text-align: justify;
    min-height: 50px;
    padding: 0 0 0 60px;
}

.b-articles__content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: url(images/ask.png) center no-repeat;
}

.b-articles__none {
    margin: 2em 0 0;
    text-align: center;
    font-size: 1.2em;
}

.b-more__element {
    position: relative;
    margin: 0 0 1em 2em;
    min-height: 1.5em;
}

.b-more__element:before {
    content: '';
    position: absolute;
    left: -2em;
    top: 0;
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url(images/more_item.png) center center no-repeat;
    background-size: contain;
}

.b-more__element a {
    font-size: 1.2em;
    color: #333333;
}

.b-legend {
    display: table;
    margin: 0 0 1em 0;
    width: 100%;
    min-height: 30px;
}

.b-legend:before {
    content: '';
    display: table-cell;
    width: 30px;
    height: 30px;
    background: url(images/attention.png) center no-repeat;
}

.b-search__legend {
    display: table-cell;
    padding: 0 0 0 1em;
    vertical-align: middle;
    text-align: justify;
}


.b-articles {

}

.b-results__item {
    padding: 1em 0;
    border-bottom: 1px solid #cecece;
}

.b-results__title {
}

.b-results__title h4 span {
    vertical-align: middle;
}

.b-results__title h4:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5em 0 0;
    width: 26px;
    height: 26px;
    background: url(images/info_title.png) center no-repeat;
}

.b-results__content {
    position: relative;
    text-align: justify;
}

.b-results__count,
.b-results__none {
    margin: 2em 0 0;
    text-align: center;
    font-size: 1.2em;
}


.b-faq {

}

.b-faq__ask {
    text-align: center;
    margin: 2em 0 1em;
}

.b-faq__item {
    position: relative;
    min-height: 70px;
    padding: 1em 0 1em 60px;
    border-bottom: 1px solid #cecece;
}

.b-faq__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1em;
    display: block;
    width: 50px;
    height: 50px;
    background: url(images/ask.png) center no-repeat;
}

.b-faq__question {
    padding: 1em 0;
    border-bottom: 1px solid #cecece;
}

.b-faq__answer {
    padding: 1em 0;
}

.b-faq__head {
    margin: 0.5em 0 0;
    color: #ffa400;
}

.b-faq__author,
.b-faq__date {
    float: left;
    margin: 0 1em 0.5em 0;
}

.b-faq__author span,
.b-faq__date span {
    margin: 0 0 0 0.5em;
}

.b-faq__date:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0;
    background-image: url(images/times_icon_o.png);
    vertical-align: top;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.b-faq__author:before {
    content: "\f007";
    font-family: FontAwesome;
}

.b-faq__content {
    text-align: justify;
}

.b-faq__none {
    margin: 2em 0 0;
    text-align: center;
    font-size: 1.2em;
}


.b-offices__list {
    border: 2px solid #2fc13f;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-offices__item {
    padding: 1em;
    border-top: 2px solid #2fc13f;
}

.b-offices__item:first-child {
    border-top: none;
}

.b-offices__item .b-office {
    margin: 0;
    font-size: 1.2em;
}

.b-offices__item .b-office__address {
    margin: 0.5em 0 0;
}

.b-office__left {
    text-align: left
}

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

.b-office__left.l-small {
    display: none;
}

@media (max-width: 539px) {
    .b-office__left,
    .b-office__right {
        text-align: center;
    }

    .b-offices__item .b-office__phone {
        margin: 0.5em 0 0;
    }
}

@media (max-width: 539px) {
    .b-office__left.l-small {
        display: block;
    }

    .b-office__left.l-full {
        display: none;
    }
}

.b-offices__map {
    overflow: hidden;
    margin: 2em 0;
    border: 2px solid #2fc13f;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-mainmap {
    height: 30em;
}


.b-contacts__header {
    margin: 0 0 1em;

}

.b-contacts__header span {
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.b-contacts__header:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    margin: 0 0.5em 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(images/contact__detail.png);
}

.b-contacts__header.l-phone:before {
    background-image: url(images/contact__phone.png);
}

.b-contacts__header.l-hours:before {
    background-image: url(images/contact__hours.png);
}

.b-contacts__table {
    height: 10em;
    width: 100%;
    display: table;
    border: 2px solid #2fc13f;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.b-contacts__table:hover {
    background: #f4f4f4;
}

.b-contacts__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5em 1em;
    cursor: pointer;
}

.b-contacts__cell.l-small {
    padding: 3px;
    width: 50%;
}

.b-contacts__phone span {
    font-size: 1.2em;
    white-space: nowrap;
}

.b-contacts__metro,
.b-contacts__phone,
.b-contacts__address {
    margin: 0.5em 0;
}


.b-contacts__metro span {
    color: #1974d1;
    font-size: 1.1em;
    text-decoration: underline;
}

.b-contacts__metro:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0 0.5em 0 0;
    background: #1974d1;
    vertical-align: top;
    border: 2px solid #1974d1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0px 2px white inset;
    -moz-box-shadow: 0 0 0px 2px white inset;
    box-shadow: 0 0 0px 2px white inset;
}

.b-contacts__metro.l-red span {
    color: #ef3a29;
}

.b-contacts__metro.l-red:before {
    background: #ef3a29;
    border: 2px solid #ef3a29;
}

.b-contacts__metro.l-orange span {
    color: #fda414;
}

.b-contacts__metro.l-orange:before {
    background: #fda414;
    border: 2px solid #fda414;
}

.b-contacts__hours {
    font-size: 1.1em;
}

.b-contacts__inner {
    display: table;
    height: 100%;
    width: 100%;
}

.b-contacts__link {
    display: table-cell;
    padding: 0.5em 0.25em;
    font-size: 0.85em;
    font-weight: 700;
    vertical-align: middle;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: -webkit-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -moz-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -o-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -ms-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: linear-gradient(0deg, #3ac04d 0, #96d928 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ac04d', endColorstr='#96d928', GradientType=0);
}

.b-contacts__link span {
    font-size: 2em;
    text-transform: uppercase;
}

.b-contacts__link,
.b-contacts__link:active,
.b-contacts__link:hover,
.b-contacts__link:focus {
    color: #fff;
    text-decoration: none;
}

.b-contacts__link:before {
    content: '';
    display: block;
    margin: 0 auto 0.5em;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(images/contact__photo.png);
}

.b-contacts__link.l-3d:before {
    background-image: url(images/contact__3d.png);
}

.b-gallery__slidenav {
    padding: 0.5em 0 0;
    text-align: center;
}

.b-gallery__navtext {
    display: inline-block;
    padding: 0.5em;
    vertical-align: middle;
    cursor: pointer;
}

.b-gallery__navtext span {
    font-size: 0.9em;
    text-decoration: underline;
}

.b-gallery__item,
.b-gallery__navitem {
    float: left;
}

.b-gallery__item img,
.b-gallery__navitem img {
    margin: 0 auto;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-gallery__title {
    text-align: center;
    font-size: 1.1em;
}

.b-gallery__navitem {
    padding: 0.25em;
}

.b-gallery__navitem img {
    cursor: pointer;
}


.b-clinic {
    margin: 0 0 1em 0;
    border: 2px solid #2fc13f;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-clinic:hover {
    background: #f4f4f4;
}

.b-clinic__header {
    text-align: center;
    height: 8em;
    padding: 0.5em;
}


.b-clinic__place,
.b-clinic__phone,
.b-clinic__address {
    margin: 0.5em 0;
}

.b-clinic__place a,
.b-clinic__place a:hover {
    white-space: nowrap;
    text-decoration: none;
    color: #1974d1;
}

.b-clinic__place a span {
    display: inline-block;
    border-bottom: 1px dashed #1974d1;
    vertical-align: top;
}

.b-clinic__place a:before {
    content: '';
    display: inline-block;
    width: 1.42857143em;
    height: 1.42857143em;
    margin: 0 0.5em 0 0;
    background: #1974d1;
    vertical-align: top;
    border: 2px solid #1974d1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0px 2px white inset;
    -moz-box-shadow: 0 0 0px 2px white inset;
    box-shadow: 0 0 0px 2px white inset;
}

.b-clinic__place.l-red a,
.b-clinic__place.l-red a:hover {
    color: #ef3a29;
}

.b-clinic__place.l-red a span {
    border-bottom: 1px dashed #ef3a29;
}

.b-clinic__place.l-red a:before {
    background: #ef3a29;
    border: 2px solid #ef3a29;
}

.b-clinic__place.l-orange a,
.b-clinic__place.l-orange a:hover {
    color: #fda414;
}

.b-clinic__place.l-orange a span {
    border-bottom: 1px dashed #fda414;
}

.b-clinic__place.l-orange a:before {
    background: #fda414;
    border: 2px solid #fda414;
}

.b-clinic__phone a,
.b-clinic__phone a:active,
.b-clinic__phone a:focus,
.b-clinic__phone a:hover {
    font-weight: 700;
    font-size: 1.1em;
    text-decoration: none;
    color: #000;
    white-space: nowrap;
}

.b-clinic__map,
.b-clinic__map .b-mainmap {
    height: 20em;
}

.b-clinic__map {
    overflow: hidden;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}


.b-howto {
    display: table;
    width: 100%;
}

.b-howto__list {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}

.b-howto__tabs {
    display: table-cell;
    vertical-align: middle;
    padding: 1em;
    border: 2px solid #2fc13f;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-howto__item {
    outline: none;
    margin: 1em -2px 1em 0;
    border: 2px solid transparent;
    -webkit-border-radius: 0.5em 0 0 0.5em;
    -moz-border-radius: 0.5em 0 0 0.5em;
    border-radius: 0.5em 0 0 0.5em;
}

.b-howto__item.ui-tabs-active {
    position: relative;
    border: 2px solid #2fc13f;
    border-right: 2px solid #ffffff;
}

.b-howto__item a {
    display: table;
    width: 100%;
    color: #333333;
}

.b-howto__item a:active,
.b-howto__item a:focus,
.b-howto__item a:hover {
    color: #333333;
    text-decoration: none;
}

.b-howto__item a span {
    display: table-cell;
    vertical-align: middle;
    padding: 0.25em;
    font-size: 1.1em;
}

.b-howto__item a:before {
    content: '';
    display: table-cell;
    width: 65px;
    height: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(images/tabs__auto.png);
}

.b-howto__item.l-train a:before {
    background-image: url(images/tabs__train.png);
}

.b-howto__item.l-video a:before {
    background-image: url(images/tabs__video.png);
}

.b-howto__item.l-person a:before {
    background-image: url(images/tabs__person.png);
}

@media (min-width: 660px) and (max-width: 767px) {
    .b-howto__list {
        width: 80px;
    }

    .b-howto__item a span {
        display: none;
    }
}

@media (max-width: 659px) {
    .b-howto {
        display: block;
    }

    .b-howto__list {
        display: block;
        margin: 0 1em;
        width: auto;
    }

    .b-howto__tabs {
        display: block;
    }

    .b-howto__item {
        margin: 0 0 -2px 0;
        width: 25%;
        float: left;
        -webkit-border-radius: 0.5em 0.5em 0 0;
        -moz-border-radius: 0.5em 0.5em 0 0;
        border-radius: 0.5em 0.5em 0 0;
    }

    .b-howto__item.ui-tabs-active {
        border: 2px solid #2fc13f;
        border-bottom: 2px solid #fff;
    }

    .b-howto__item a span {
        display: none;
    }
}


.b-how__gallery {
    position: relative;
}

.b-how__images {
    padding: 0 2em;
}

.b-how__image {
    display: none;
}

.b-how__image.active {
    display: block;
}

.b-how__image img {
    margin: 0 auto;
}

.b-how__legend {
    padding: 0.5em 0;
    text-align: center;
}

.b-how__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2em;
}

.b-how__arrow.disabled {
    color: #888888;
}

.b-how__arrow:before {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -0.5em;
    width: 100%;
    height: 1em;
    text-align: center;
    font-size: 2em;
    line-height: 1em;
    cursor: pointer;
}

.b-how__arrow.l-next {
    right: 0;
}

.b-how__arrow.l-prev {
    left: 0;
}

.b-how__arrow.l-next:before {
    content: "\f054";
}

.b-how__arrow.l-prev:before {
    content: "\f053";
}

.b-howto__video .video-js {
    width: 100% !important;
}

.b-pricelist__item {
    display: table;
    width: 100%;
    height: 60px;
    margin: 0 0 3px;
    padding: 0.5em 1em;
    color: #ffffff;
    cursor: pointer;
    background: -webkit-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -moz-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -o-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -ms-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: linear-gradient(0deg, #3ac04d 0, #96d928 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ac04d', endColorstr='#96d928', GradientType=0);
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-pricelist__list .b-pricelist__item {
    color: #333;
    background: #f9f9f9;
}

.b-pricelist__num,
.b-pricelist__icon {
    display: table-cell;
    vertical-align: middle;
    width: 45px;
    font-size: 1.3em;
    text-align: center;
}

.b-pricelist__name {
    display: table-cell;
    padding: 0 0 0 1em;
    vertical-align: middle;
}

.b-priceitem {
    display: table;
    width: 100%;
}

.b-priceitem__name {
    display: table-cell;
    font-size: 1.3em;
    vertical-align: middle;
}

.b-priceitem__name a {
    text-decoration: none;
    border-bottom: #000000 1px dashed;
    color: #000000;
}

.b-priceitem__name a:active,
.b-priceitem__name a:hover,
.b-priceitem__name a:focus {
    text-decoration: none;
    color: #000000;
}

.b-pricelist__list .b-priceitem__name {
    font-size: 1.2em;
}

.b-priceitem__price {
    display: table-cell;
    width: 25%;
    font-size: 1.2em;
    text-align: right;
    vertical-align: middle;
}

@media (max-width: 539px) {
    .b-priceitem,
    .b-priceitem__name,
    .b-priceitem__price {
        display: block;
    }
.b-priceitem__name a{
font-size: 18px;
}
    .b-priceitem__price {
        width: 100%;
        font-size: 18px;
        text-align: left;
    }
}


.b-pricelist__icon:before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    background-image: url(images/price_sprite.png);
    background-position: 1px 192px;
}

.b-pricelist__icon.l-implantation:before {
    background-position: 0px 0px;
}

.b-pricelist__icon.l-orthopedics:before {
    background-position: -1px 241px;
}

.b-pricelist__icon.l-therapy:before {
    background-position: 160px -39px;
}

.b-pricelist__icon.l-veneers:before {
    background-position: 1px 192px;
}

.b-pricelist__icon.l-bite:before {
    background-position: 1px 145px;
}

.b-pricelist__icon.l-braces:before {
    background-position: 1px 96px;
}

.b-pricelist__icon.l-exodontia:before {
    background-position: 160px -89px;
}

.b-pricelist__icon.l-bleaching:before {
    background-position: 1px 49px;
}

.b-pricelist__icon.l-restoration:before {
    background-position: 160px 1px;
}

.b-pricelist__icon.l-cleaning:before {
    background-position: 160px -187px;
}

.b-pricelist__icon.l-diagnosis:before {
    background-position: 160px -136px;
}

.b-pricelist__icon.l-discount:before {
    background-position: 160px 49px;
}

.b-record {
    text-align: center;
    margin: 2em 0 1em;
}

.b-review__add .btn,
.b-faq__ask .btn {
    padding: 11px 17px;
}

.b-record .btn {
    padding: 16px 12px;
}


.b-siblings__item {
    display: table;
    width: 100%;
    margin: 0 0 0.5em;
    background: #f5f5f5;
}

.b-siblings__container,
.b-siblings__record {
    display: table-cell;
    vertical-align: middle;
}

.b-siblings__table {
    display: table;
    width: 100%;
    height: 60px;
    padding: 0 1em;
}

.b-siblings__table a {
    color: #333;
    text-decoration: none;
}

.b-siblings__name,
.b-siblings__price {
    display: table-cell;
    vertical-align: middle;
}

.b-siblings__name {
    position: relative;
    padding: 0.5em 0 0.5em 55px;
    font-size: 1.2em;
}

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

.b-siblings__price span {
    display: inline-block;
    margin: 0 0 0 0.5em;
    padding: 0.25em 0.5em;
    background-image: -webkit-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -moz-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -o-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: -ms-linear-gradient(90deg, #fda810 0, #ffc050 100%);
    background-image: linear-gradient(0deg, #fda810 0, #ffc050 100%);
    color: #fff;
    white-space: nowrap;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-siblings__name:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -22px;
    width: 45px;
    height: 45px;
    background-image: url(images/price_sprite.png);
    background-position: 101px 192px;
}

.b-siblings__name.l-implantation:before {
    background-position: 99px 0px;
}

.b-siblings__name.l-orthopedics:before {
    background-position: 100px 241px;
}

.b-siblings__name.l-therapy:before {
    background-position: 47px -39px;
}

.b-siblings__name.l-veneers:before {
    background-position: 101px 192px;
}

.b-siblings__name.l-bite:before {
    background-position: 100px 145px;
}

.b-siblings__name.l-braces:before {
    background-position: 100px 96px;
}

.b-siblings__name.l-exodontia:before {
    background-position: 49px -89px;
}

.b-siblings__name.l-bleaching:before {
    background-position: 100px 49px;
}

.b-siblings__name.l-restoration:before {
    background-position: 49px 4px;
}

.b-siblings__name.l-cleaning:before {
    background-position: 47px -185px;
}

.b-siblings__name.l-diagnosis:before {
    background-position: 50px -135px;
}

.b-siblings__name.l-discount:before {
    background-position: 50px 53px;
}

.b-siblings__record {
    width: 10%;
    padding: 0 1em 0 0;
}

@media (max-width: 659px) {
    .b-siblings__item,
    .b-siblings__container,
    .b-siblings__record {
        display: block;
    }

    .b-siblings__record {
        width: 100%;
        padding: 0.5em 1em;
        text-align: center;
    }

}

.map-level {
    margin: 0 0 0 2em;
}

.c-map ul {
    margin-top: 1em;
    margin-bottom: 1em;
}

.c-map li {
    margin-bottom: 0.5em;
}

.c-pagenav li {
    text-align: left;
}

/***********/
.b-pricerow {

}

.b-pricerow__list {
    margin-left: 0.5em;
}

.b-price {
    display: table;
    width: 100%;
    margin: 0 0 3px;
    padding: 0.5em 1em;
    cursor: pointer;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.b-pricerow__cat > .b-price {
    color: #ffffff;
    background: -webkit-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -moz-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -o-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: -ms-linear-gradient(90deg, #3ac04d 0, #96d928 100%);
    background: linear-gradient(0deg, #3ac04d 0, #96d928 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ac04d', endColorstr='#96d928', GradientType=0);
}

.b-pricerow__item > .b-price {
    color: #333;
    background: #f9f9f9;
}

.b-price__num {
    display: table-cell;
    vertical-align: middle;
    width: 3em;
    font-size: 1.1em;
}

.b-price__item {
    display: table-cell;
    padding: 0 0 0 1em;
    vertical-align: middle;
}

.b-price__content {
    display: table;
    width: 100%;
}

.b-price__name {
    display: table-cell;
    /*font-size: 1.3em;*/
    vertical-align: middle;
}

.b-price__price {
    display: table-cell;
    width: 8em;
    font-size: 1.2em;
    text-align: right;
    vertical-align: middle;
}

@media (max-width: 539px) {
    .b-price__content,
    .b-price__name,
    .b-price__price {
        display: block;
    }

    .b-price__price {
        width: 100%;
        font-size: 0.9em;
        font-weight: 700;
        text-align: left;
    }
}


.entry .c-colorlist {
    text-align: center;
    margin: 0.5em 0;
    font-size: 1.1em;
}

.entry .c-colorlist li {
    display: inline-block;
    margin: 0 0.5em;
    text-align: center;
    font-weight: 700;
    color: #9abb35;
}

.entry .c-colorlist li:before {
    content: none;
}

.entry .c-colorlist li:nth-child(3n+1) {
    color: #a60c00;
}

.entry .c-colorlist li:nth-child(3n+2) {
    color: #00b2de;
}


/**/
.popup-window .popup-window-close-icon {
    width: 21px;
    height: 21px;
    top: -10px;
    right: -10px;
    opacity: 1;
    background: url(images/popup_close.png) center center no-repeat;
    -webkit-transition: none;
    transition: none;
}

.popup-window,
.popup-window-content {
    background-color: transparent;
}

.modal-popup {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.modal-popup__wrapper {
}

.modal-popup__wrapper p {
    margin: 0 0 0.5em;
    text-transform: none;
}

.modal-popup__table {
    display: table;
}

.modal-popup__row {
    display: table-row;
}

.modal-popup__cell {
    display: table-cell;
    vertical-align: middle;
}

.modal-popup.popup-discount {
    width: 740px;
}

.popup-discount .modal-popup__wrapper {
    width: 100%;
    height: 320px;
}

.fixed-discount {
    position: fixed;
    left: 0;
    bottom: 25%;
    width: 200px;
    height: 3em;
    padding: 1em 25px 1em 0;
    color: #000;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    -moz-border-radius: 0 1.5em 1.5em 0;
    border-radius: 0 1.5em 1.5em 0;
    background: #f0f0f0;
    font-size: 1.4em;
    line-height: 1em;
    z-index: 999;
}

.discount__main {
    padding: 30px;
    color: #fff;
    background: #ffb820;
}

.discount__promo {
    width: 300px;
    padding: 30px;
    color: #303030;
    text-align: center;
}


.discount__anounce {
    margin: 0 0 1em 0;
    font-size: 1.1em;
    line-height: 1.4em;
    text-transform: uppercase;
}

.discount__anounce h3 {
}

.discount__anounce span {
    display: block;
    font-size: 2em;
    line-height: 1.4em;
}

.discount__error {
}

.discount__accept {
    margin: 0.5em 0 1em;
    text-align: center;
}

.discount__input {
    margin: 0 0 1em 0;
    width: 240px;
    border: 1px solid #e0e0e0;
    padding: 4px 19px;
    height: 2.5em;
    text-align: left;
    font-size: 1em;
    border-radius: 3px;
}

.discount__agree {
    width: 240px;
    margin: 0 auto;
    font-size: 0.9em;
    text-align: left;
}

.discount__agree input {
    display: block;
    float: left;
    width: 20px;
}

.discount__agree label {
    display: block;
    float: right;
    width: 220px;
    font-weight: 400;
}

.discount__agree a {
}

.discount__accept .discount__accept-span {
    display: inline-block;
    padding: 10px 20px;
    min-width: 240px;
    color: #fff;
    cursor: pointer;
    background: #ffb820;
    text-transform: uppercase;
    border-radius: 3px;
}

.discount__decline {
    font-size: 0.9em;
    text-decoration: underline;
}

.discount__decline .discount__decline-span {
    cursor: pointer;
}


.discount__main h3 {
    margin: 0 0 1em;
    font-size: 1.8em;
    font-weight: 700;
    text-transform: uppercase;
}

.discount__main h3 span {
    font-size: 1.5em;
    display: block;
}

.discount__main ul {
    margin: 0 0 0.5em 0;
    list-style: none;
    color: #000;
    font-size: 1.1em;
}

.discount__main li {
    position: relative;
    padding: 0 0 0.5em 2.5em;
}

.discount__main li:before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 22px;
    height: 17px;
    background: url(images/modal_list.png) center center no-repeat;

}

.discount__main a {
    color: #fff;
    text-decoration: underline;
}

.discount__main a:hover {
    color: #fff;
    text-decoration: none;
}

.show_mobile {
    display: none;
}

@media (max-width: 689px) {
    .fixed-discount {
        bottom: 25%;
        width: 150px;
        height: 2.5em;
        padding: 0.75em 25px 0.75em 0;
        color: #000;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        -moz-border-radius: 0 1.25em 1.25em 0;
        border-radius: 0 1.25em 1.25em 0;
        background: #f0f0f0;
        font-size: 1.2em;
        line-height: 1em;
        z-index: 999;
    }
}

@media screen and (max-width: 480px) {
    .b-services__name {
        padding: 0 0 0 85px;
        font-size: 1.2em;
    }

    .show_mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 60px;
    }

    /* .b-section__main .col-mid-6 {
        display: none;
    } */

    .b-section__main.show .col-mid-6 {
        display: block;
    }
    .b-section__main.show .show_mobile{
        display: none;
    }
}
.description{
    margin-bottom: 20px;
}
.wrapper_main_content img{
    display: inline-block;
}
.tb_foto_hol_3 .mCSB_container , .tb_foto_hol_3{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.tb_foto_hol_3 .mCSB_container  a, .tb_foto_hol_3 a{
    display: block;
}
.tb_foto_hol_3 .mCSB_container  a img, .tb_foto_hol_3 a img{
    width: 100%;
}
.tabs_foto_holder {
    max-height: 410px;
    /* overflow: hidden; */
}
.header_row{
    display: flex!important;
    align-items: center!important;
}
.header_row .btn{
    height: 40px;
}
.micro_new{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    background-color: #f5f5f5;
    padding: 30px 15px;
    margin-top: 20px;
}
.micro_new_white{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 15px 15px;
}
.wrapper_main_content .micro_new_white img{
    margin: 0;
}
.micro_new p{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.micro_new noindex{
    width: 100%;
    height: 51px;
}
.micro_new a{
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-radius: 2px;
    background-color: #cfcece;
    width: 100%;
    height: 100%;
    line-height: 51px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.action_page_detail_include.service_page_scroll_idv{
    width: 68%!important;
    margin-bottom: 20px;
    margin-right: 0!important;
    height: 100%;
    /* padding-bottom: 0!important; */
}
.service_page_top_content_inf_block{
    float: right!important;
    width: 28%!important;
    margin-left: 4%!important;
    min-height: 292px;
}
.b-priceitem__name{
    padding-right: 20px;
}
.new_header .b-menu__item:nth-child(2){
    background: none;
    color: #000;
}
.new_header .b-menu__item:nth-child(2) a{
    color: #000;
    font-weight: normal;
}
.fr{
    float: right;
}
@media (max-width: 1280px) {
    .action_page_detail_include.service_page_scroll_idv{
        width: 68%!important;
    }
}
@media (max-width: 689px) {
    .header_row{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .fr{
        float: unset;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
    .action_page_detail_include.service_page_scroll_idv{
        width: 100%!important;
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .service_page_top_content_inf_block{
        float: unset!important;
        width: 100%!important;
        margin-left: 0!important;
        margin-bottom: 20px;
    }
}
table td{
    padding: 5px;
}
.wrapper_main_content_inner_bot .b-pricelist li:before {
    content: unset;
    margin-right: 0;
}