@import url("gilroy.css");

html,
body {
    font-family: Gilroy, Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: #fff;
    color: #3c3c3c;
    margin:0;
    padding: 0;
    height: 100%;
}

body
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    overflow-y: scroll;

    width: 100%;
    height: 100%;
    min-height: 100%;
    padding-top: 72px;
}

html
{
    /*font-family:sans-serif;*/
    /*-ms-text-size-adjust:100%;*/
    /*-webkit-font-smoothing: antialiased;*/
}

*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: width 0.5s, height 0.5s;
    -moz-transition: width 0.5s, height 0.5s;
    -o-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 52px;
    }
}

/* h */

h1, .page_title {
    font-size: 42px;
    font-weight: bold;
}
h2, h3 {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    h1, .page_title {
        font-size: 32px;
        font-weight: bold;
    }
}

/* img */

img {
    font-size: 0;
    display: inline-block;
}

/* a */

a {
    color: #00aec7;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

a:hover {
    color: #ff4b87;
}

/* bg*/

.bg_gr {
    background: #f9f9f9
}
.border-top_gr {
    border-top: 1px solid #f3f3f3;
}
.border-bottom_gr {
    border-bottom: 1px solid #f3f3f3;
}

.bg_ya {
   background: #f5f5f0
}
.border-top_ya {
    border-top: 1px solid #ecece5;
}
.border-bottom_ya {
    border-bottom: 1px solid #ecece5;
}

.bg_br {
    background: #f5f9f9;
}

/* margin */

.mrg_top_30 {
    margin-top: 20px;
}
.mrg_bottom_30 {
    margin-bottom: 20px;
}

/* padding */

.pdg_top_30 {
    padding-top: 20px;
}
.pdg_bottom_30 {
    padding-bottom: 20px;
}

/* breadcrumb */

.breadcrumb {
    font-size: 12px;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: rgba(245, 245, 245, 0.6);
    position: relative;
    z-index: 2;
}

/* modal */

.modal_title {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0;
    letter-spacing: 0.2px;
}

.modal .close {
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 10px;
    font-size: 38px;
    font-weight: normal;
    line-height: 1;
    color: #3c3c3c;
    text-shadow:none;
    opacity:1;
    filter: alpha(opacity=100);
    cursor: pointer
}

.modal-auth .modal-dialog {
    max-width: 416px;
    border-radius: 4px;
}
.modal-auth .modal_title {
    width: 160px;
    margin: 20px auto;
}
.modal-auth .modal_title.modal_phone {
    color: #00aec7;
    font-size: 28px;
    width: auto;
}
.modal-auth .input-phone,
.modal-auth .input-password {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.6px;
    width: auto;
    max-width: 240px;
    margin: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ff4b87;
    border-radius: 0;
}
.modal-auth .modal_errors {
    color: #ff4b87;
    margin: 15px 0 25px;
}
.modal-auth .btn-auth {
    font-size: 16px;
    font-weight: 300;
    padding: 10px 40px;
}
.modal-auth .modal-footer {
    text-align: center;
    font-size: 12px;
    color: #787878;
    padding: 25px 40px;
}

.modal-user-record .modal-footer {
    text-align: center;
    font-size: 12px;
    color: #787878;
    padding: 25px 40px;
}

.modal-user-record .modal-dialog{
    max-width: 450px;
}

/* btn */

.btn {
    letter-spacing: .5px;
    transition: 0.3s;
}

.btn-link {
    color: #00aec7;
}

.btn_pink {
    color: #fff;
    background: #ff256c;
    border-color: #ff256c;
}
.btn_pink:hover,
.btn_pink:active,
.btn_pink:active:hover {
    background: #ff4b87;
    border-color: #ff4b87;
    color: #fff;
}
.btn_pink:visited {
    text-decoration: none;
    color: #fff;
    background-color: #ff256c;
}
.btn_pink:hover {
    text-decoration: none;
    color: #fff;
    background: #e71a5e;
}
.btn_pink:active {
    text-decoration: none;
    color: #fff;
    background-color: #ff256c;
}
.btn_pink:focus {
    text-decoration: none;
    color: #fff;
    background-color: #ff256c;
}

.btn_turquoise {
    color: #fff;
    background: #00aec7;
    border-color: #00aec7;
}
.btn_turquoise:hover,
.btn_turquoise:active,
.btn_turquoise:active:hover {
    background: #00a8c2;
    border-color: #00a8c2;
    color: #fff;
}
.btn_turquoise:visited {
    text-decoration: none;
    color: #fff;
    background-color: #00aec7;
}
.btn_turquoise:hover {
    text-decoration: none;
    color: #fff;
    background: #009eb6;
}
.btn_turquoise:active {
    text-decoration: none;
    color: #fff;
    background-color: #009eb6;
}
.btn_turquoise:focus {
    text-decoration: none;
    color: #fff;
    background-color: #009eb6;
}

/* dropdown */

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #00aec7;
}

/* ---------------------------------------------------- */

.header_block {

}

.header_block .navbar-default {
    background-color: #fff;
    border: none;
    box-shadow: 0 -10px 7px 10px rgba(0, 0, 0, .2);
}

.header_block .navbar-brand {
    padding-top: 13px;
    padding-bottom: 13px;
}
.header_block .navbar-brand img {
    max-height: 45px;
}

.header_block .navbar-default .navbar-nav > li > a {
    color: #4e4e4e;
    font: normal 400 15px / 1.5 Gilroy;
    letter-spacing: 0.2px;
    transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
    padding: 28px 10px 22px;
}
.header_block .navbar-default .navbar-nav > li > a:hover {
    color: #ff4b87;
}

.header_block .navbar-default .navbar-nav > li.active > a {
    background-color: #f3f3f3;
    border-bottom: 2px solid #00aec7;
    padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .header-navbar .container .navbar-header {
        text-align: center;
    }
    .header-navbar .container .navbar-toggle {
        position: absolute;
        left: 15px;
        top: 3px;
    }
    .header_block .navbar-brand {
        padding-top: 10px;
        padding-bottom: 0;
        display: inline-block;
        float: none;
    }
    .header_block .navbar-brand img {
        max-height: 35px;
    }
    .header_block .navbar-default .navbar-nav > li > a {
        padding: 15px;
    }
    .header_block .navbar-default .navbar-nav > li.active > a {
        padding-bottom: 13px;
    }
}

.header_block__phone {
    padding: 16px 25px;
}
.header_block__phone_text {
    display: block;
    color: #ff256c;
    font-size: 13px;
    line-height: 13px;
    padding-top: 5px;
}
.header_block__phone_number {
    font-size: 15px;
    font-weight: 500;
    color: #4e4e4e;
    letter-spacing: .5px;
}

.header_block .btn_pink {
    font-size: 14px;
    padding: 8px 20px;
    margin: 16px 0;
}

.header_block .navbar-right {
    margin-right: 0;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: none;
}

.header_block .navbar-default .navbar-nav.navbar-lk > li > a {
    padding: 19px 16px;
    margin-left: 15px;
}

.header_block__lk {
    /*display: block;*/
    /*float: right;*/
    /*margin-top: 18px;*/
    /*margin-left: 20px;*/
}
.header_block__lk img {
    width: 34px;
    height: 34px;
}

@media only screen and (max-width: 767px) {
    .header-navbar .container .navbar-header {
        text-align: center;
    }
    .header-navbar .container .navbar-toggle {
        position: absolute;
        left: 15px;
        top: 3px;
    }
    .header_block .navbar-brand {
        padding-top: 10px;
        padding-bottom: 0;
        display: inline-block;
        float: none;
    }
    .header_block .navbar-brand img {
        max-height: 35px;
    }
    .header_block .navbar-default .navbar-nav > li > a {
        padding: 12px;
        font-weight: bold;
        text-align: center;
        font-size: 18px;
    }
    .header_block .navbar-default .navbar-nav > li {
        text-align: center;
        font-size: 16px;
    }
    .header_block .navbar-default .navbar-nav > li a {
        padding: 12px;
    }
    .header_block .navbar-default .navbar-nav.navbar-lk > li > a {
        padding: 12px;
        margin-left: 0;
        margin-right: -15px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #00aec7;
        font-size: 14px;
        text-align: center;
    }
    .header_block__phone_text {
        font-size: 16px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .header_block__phone_number {
        font-size: 20px;
    }
}

.body_block {
    flex: 1;
}

.footer_block {
    padding: 50px 30px;
}

/* owl */

.owl-dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -50%;
    text-align: center;
    list-style: none;
    font-size: 0;
    white-space: nowrap;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-dots .owl-dot span {
    display: inline-block;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.15;
    width: 17px;
    height: 17px;
    background-color: #fff;
    margin: 0 10px;
}
.owl-dots .owl-dot.active span {
    opacity: 1;
}

.owl-dot_size_13 .owl-dots span {
    width: 13px;
    height: 13px;
}

.owl-dot_margin_4 .owl-dots span {
    margin: 0 4px
}

.owl-dot_grey .owl-dots span {
    background-color: #3c3c3c;
    opacity: 0.15;
}

.owl-dot_active_pink .owl-dot.active span {
    background-color: #ff256c;
}

.owl-dot_active_turquoise .owl-dot.active span {
    background-color: #00aec7;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    overflow: hidden;
    text-indent: -999px;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    width: 48px;
    height: 48px;
    z-index: 1000;
    background: transparent url("../images/owl/nav_big_white.svg") 50% 50% no-repeat !important;
    background-size: cover;
    cursor: pointer;
}
.owl-nav .owl-prev {
    left: 53px;
}
.owl-nav .owl-next {
    right: 53px;
    transform: scale(-1, 1);
}

.owl-arrow_black .owl-nav .owl-prev,
.owl-arrow_black .owl-nav .owl-next {
    background-image: url("../images/owl/nav_big_black.svg") !important;
}

/* main-slider */

.main-slider {
    overflow: hidden;
    height: 600px;
}

@media only screen and (max-width: 991px) {
    .main-slider .owl-nav div {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .main-slider .owl-nav div {
        display: none;
    }
    .main-slider .owl-dots span {
        width: 13px;
        height: 13px;
    }
    .main-slider .owl-dots span {
        margin: 0 4px
    }
}

.main-slider__item {
    height: 600px !important;
    text-align: center;
    width: 100%;
    font-size: 0;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.main-slider__item_bg {
    background: no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
}
.main-slider__item::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.main-slider__item_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    display: inline-block;
    max-width: 800px;
}

@media only screen and (max-width: 991px) {
    .main-slider {
        height: 500px !important;
    }
    .main-slider__item {
        height: 500px !important;
    }
    .main-slider__item_inner {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .main-slider {
        height: 530px !important;
    }
    .main-slider__item {
        height: 530px !important;
    }
    .owl-nav .owl-prev, .owl-nav .owl-next {
        display: none;
    }
}

@media only screen and (max-width: 320px) {
    .main-slider {
        height: 448px !important;
    }
    .main-slider__item {
        height: 448px !important;
    }
    .owl-nav .owl-prev, .owl-nav .owl-next {
        display: none;
    }
}

.main-slider__title {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 20px;
    color: #fff;
}
.main-slider__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 15px;
    padding: 0 16px 30px;
    white-space: normal;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .main-slider__title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 480px) {
    .main-slider__title {
        font-size: 30px;
    }
    .main-slider__text {
        font-size: 16px;
    }
}
@media only screen and (max-width: 320px) {
    .main-slider__title {
        font-size: 24px;
    }
    .main-slider__text {
        font-size: 14px;
    }
}

.main-slider__button {
    padding: 10px 32px 11px;
    font-size: 17px;
    font-weight: 300;
    border-radius: 4px;
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
}
@media only screen and (max-width: 767px) {
    .main-slider__button {
        padding: 8px 28px 8px;
        font-size: 16px;
    }
}
.main-slider__button:visited {
    text-decoration: none;
    color: #fff;
    background-color: #ff256c;
}
.main-slider__button:hover {
    text-decoration: none;
    color: #fff;
    background: #e71a5e;
}
.main-slider__button:active {
    text-decoration: none;
    color: #fff;
    background-color: #ff256c;
}
.main-slider__button:focus {
    text-decoration: none;
    color: #fff;
    background-color: #ff256c;
}

/* info-block */

.info-block {
    margin-top: 50px;
    margin-bottom: 30px;
}
.info-block__header {
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}
.info-block__title {
    font-size: 42px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.info-block__text {
    margin-top: 15px;
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
.info-block__items {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.info-block__item {
    margin: 30px -.3px 30px;
    -webkit-font-smoothing: antialiased;
}
.info-block__item_title {
    font-size: 20px;
    font-weight: 900;
    padding: 0 15px;
    letter-spacing: 0.2px;
}
.info-block__item_date {
    font-weight: 300;
    letter-spacing: 0.2px;
    margin: 10px 0;
}
.info-block__item_text {
    font-size: 16px;
    font-weight: 400;
    color: #828282;
    padding: 0 15px;
}
.info-block__item_ico img {
    max-width: 60px;
    max-height: 60px;
}
.info-block__footer {
    margin: 30px 0 50px;
}
.info-block__footer .btn {
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 300;
}

.info-block__wrap {
/* 	padding: 0 15px; */
	position: relative
}
.info-block__inner {
	position: relative;
	z-index: 2;
}

.info-block__background {
    background: no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    filter: blur(0px);
}
.info-block__background::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
    .info-block {
        margin-top: 40px;
		margin-bottom: 20px;
    }
    .info-block__header {
        margin-bottom: 10px;
    }
    .info-block__title {
        font-size: 32px;
    }
    .info-block__item {
        margin: 30px 0 30px;
        -webkit-font-smoothing: antialiased;
    }
    .info-block__items {
        display: block;
    }
    .info-block__item_ico img {
        max-width: 50px;
        max-height: 50px;
    }
    .info-block__item_title {
        font-size: 18px;
    }
    .info-block__item_text {
        font-size: 15px;
    }
    .info-block__footer {
        margin: 20px 0 30px;
    }
    .info-block__footer .btn {
        padding: 8px 20px;
        font-size: 14px;
    }
}

/* block specialist */

.block_specialist .info-block__items {
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
}
.block_specialist .info-block__item_image {
    width: 300px;
    height: 300px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 25px;
    overflow: hidden;
}
.block_specialist .info-block__item_title {
    padding: 0;
    margin-bottom: 30px;
}
.block_specialist .info-block__item_text {
    padding: 0;
}
.block_specialist .owl-nav .owl-prev {
     left: 0;
}
.block_specialist .owl-nav .owl-nex {
    right: 0;
}
.block_specialist .owl-dots {
    bottom: 0;
}
@media only screen and (max-width: 768px) {
    .info-block__item_image_wrap {
        text-align: center;
    }
    .block_specialist .info-block__item_image {
        width: 220px;
        height: 220px;
        margin-right: 0;
    }
    .block_specialist .info-block__item_body_wrap {
        text-align: center;
    }
}

/* block as */

.block_as .img-rounded {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}
.block_as .info-block__item_title {
    padding: 0 40px;
}

@media only screen and (max-width: 768px) {
    .block_as {
        margin-bottom: 25px;
    }
    .block_as .info-block__header {
        margin-bottom: 25px;
    }
    .block_as .info-block__items {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }
    .block_as .info-block__item {
        margin: 5px -0.3px 5px;
    }
    .block_as .info-block__item_title {
        padding: 0;
        font-size: 14px;
    }
    .block_as .img-rounded {
        width: 120px;
    }
}

/* block when */

.block_when .info-block__item {

}
.block_when .info-block__item_title {
    margin-top: 60px;
}
.block_when .info-block__item:before {
    content: '';
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #ff256c;
    top: 85px;
    left: calc(50% + 14px);
}
.block_when .info-block__item:last-child:before {
    content: '';
    display: none;
}
.block_when .info-block__item:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00aec7;
    border: 2px solid #fff;
    top: 75px;
    left: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
    .block_when .info-block__item_title {
        margin-top: 15px;
    }
    .block_when .info-block__item:before,
    .block_when .info-block__item:after {
        content: '';
        display: none;
    }
}

/* block faq */

.block_faq .info-block__items {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.block_faq .info-block__item {
    padding-left: 30px;
    padding-right: 30px;
}
.block_faq .owl-dots {
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .block_faq .info-block__items,
    .block_faq .info-block__item {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .block_faq .info-block__items,
    .block_faq .info-block__item {
        padding-left: 0;
        padding-right: 0;
    }
}

.page-header {
    margin-bottom: 30px;
}
.page-annotation {
    font-size: 16px;
    letter-spacing: 0.2px;
    margin: 0 0 15px;
}
.page-description {
    font-size: 16px;
    letter-spacing: 0.2px;
}
.page-body {
    font-size: 16px;
    margin-bottom: 30px;
    height: 100%;
}

/* blog-list */

.blog-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.blog-list__item {
    margin: 35px -.3px 35px;
    /*-webkit-font-smoothing: antialiased;*/
}
.blog-list__title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.2px;
}
.blog-list__category {
    font-size: 14px;
    font-weight: 300;
    color: #828282;
    margin: 10px 0;
    padding: 0 15px;
}
.blog-list__text {
    font-size: 14px;
    font-weight: 300;
    padding: 0 15px;
}

@media only screen and (max-width: 1180px) {
    .blog-list {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .blog-list__title {
        font-size: 20px;
    }
    .blog-list__category {
        font-size: 14px;
    }
    .blog-list__text {
        font-size: 14px;
    }
}

/* page-contact */

.contacts_items .item_head {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.contacts_items .item_body {
    font-size: 16px;
    margin-bottom: 15px;
}

/* page-uslugi */

.page-uslugi .info-block {
	margin-top: 30px;
}
.page-uslugi .info-block__inner {
	height: 350px;
	padding: 35px;
	border-radius: 10px;
	overflow: hidden;
    position: relative;
    z-index: 20;

    -webkit-transition: opacity .4s ease .1s, -webkit-transform .6s cubic-bezier(.25, .46, .45, .94) .1s, -webkit-box-shadow .3s ease;
    transition: opacity .4s ease .1s, -webkit-transform .6s cubic-bezier(.25, .46, .45, .94) .1s, -webkit-box-shadow .3s ease;
    transition: opacity .4s ease .1s, transform .6s cubic-bezier(.25, .46, .45, .94) .1s, box-shadow .3s ease;
    transition: opacity .4s ease .1s, transform .6s cubic-bezier(.25, .46, .45, .94) .1s, box-shadow .3s ease, -webkit-transform .6s cubic-bezier(.25, .46, .45, .94) .1s, -webkit-box-shadow .3s ease
}
.page-uslugi .info-block__inner:hover{
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0)
}
.page-uslugi .info-block__inner:hover .info-block__title {
    text-decoration: underline;
}

.page-uslugi .info-block__header {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
	color: #fff;
	text-align: center;
	display: inline-block;
	max-width: 800px;
}
.page-uslugi .info-block__inner a,
.page-uslugi .info-block__inner .info-block__text {
	color: #fff;
}

/* post-uslugi */

.post-uslugi .page-header {
    margin: 80px 0;
    padding: 0;
    border-bottom: 0;
    color: #FFF;
    position: relative;
    z-index: 2;
}
.post-uslugi .page-annotation {
    font-size: 22px;
}
.post-uslugi .page-body {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
}

@media only screen and (max-width: 767px) {
    .post-uslugi .page-annotation {
        font-size: 18px;
    }
    .post-uslugi .page-body {
        margin-top: 30px;
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
    }
}

/* page-specialisty */

.page-specialisty .info-block__item_image {
    min-height: 250px;
}
.page-specialisty .info-block__item_image img {
    max-width: 250px;
    display: inline-block;
}

/* parallax-window */

.parallax-block {
    background-size: cover;
    background-position: center -300px;
    position: relative;
}

/* blog-default */

.blog-default {
    background: #fafafa;
    padding-bottom: 30px;
}
.blog-default .page-header{
    margin-bottom: 25px;
}

/* post-default */

.post-default .page-header{
    border-bottom: 0;
}

.post-default_date {
    margin: 5px 0;
    letter-spacing: 2px;
    color: #7c7c7c;
}
.post-default_annotation {
    margin: 25px 0;
    color: #7c7c7c;
    letter-spacing: .5px;
}
.post-default_image {
    margin: 25px 0;
    position: relative;
}
.post-default_image img {
    width: 100%;
    height: auto;
}
.post-default_description {
    margin: 25px 0;
    letter-spacing: .5px;
}

/* review-default */

.review-form-block {
    display: none;
}
.review-button-block button{
    display: inline-block;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 300;
}

.reviews-block{
    margin: 30px 0
}
.review-item {
    margin-bottom: 30px;
}
.review-header {
    padding: 10px 15px;
    background: #f5f5f0;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.review-name {
    font-weight: bold;
}
.review-date {

}
.review-text {
    font-size: 16px
}