@font-face {
    font-family: 'Russo One';
    src: url('../fonts/RussoOne/RussoOne.eot');
    src: url('../fonts/RussoOne/RussoOne.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RussoOne/RussoOne.woff2') format('woff2'),
    url('../fonts/RussoOne/RussoOne.woff') format('woff'),
    url('../fonts/RussoOne/RussoOne.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2Regular/Exo2Regular.eot');
    src: url("../fonts/Exo2Regular/Exo2Regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Exo2Regular/Exo2Regular.woff") format("woff"),
    url("../fonts/Exo2Regular/Exo2Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2Medium/Exo2Medium.eot');
    src: url("../fonts/Exo2Medium/Exo2Medium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Exo2Medium/Exo2Medium.woff") format("woff"),
    url("../fonts/Exo2Medium/Exo2Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2SemiBold/Exo2SemiBold.eot');
    src: url("../fonts/Exo2SemiBold/Exo2SemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Exo2SemiBold/Exo2SemiBold.woff") format("woff"),
    url("../fonts/Exo2SemiBold/Exo2SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2ExtraBold/Exo2ExtraBold.eot');
    src: url("../fonts/Exo2ExtraBold/Exo2ExtraBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Exo2ExtraBold/Exo2ExtraBold.woff") format("woff"),
    url("../fonts/Exo2ExtraBold/Exo2ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}
@font-face {
    font-family: 'Exo2';
    src: url('../fonts/Exo2Black/Exo2Black.eot');
    src: url("../fonts/Exo2Black/Exo2Black.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Exo2Black/Exo2Black.woff") format("woff"),
    url("../fonts/Exo2Black/Exo2Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}
html,
body,
.page__box {
    height: 100%;
    /*min-height: 100%;*/
    /*min-height: 100vh;*/
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html,
    body,
    .page__box {
        min-height: 100%;
        height: auto;
    }
}
.page {
    overflow: hidden;
    overflow-y: auto;
}
.page__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    min-width: 300px;
    max-width: 100%;
    position: relative;
    left: 0;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
}
@media (max-width: 1200px) {
    .slideout .page__box {
        left: -270px;
    }
}
body {
    /*font-family: 'Exo2', sans-serif;*/
	font-family: 'helvetica';
    font-size: inherit;
    font-weight: 500;
    line-height: 1.5;
    color: #2e2e2e;
}
figure {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: 900;
    line-height: 1;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 1em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.text table th,
.text table td {
    padding: 5px 10px;
    border: 1px solid;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.text ul,
.text ol {
    margin-bottom: 1em;
}
p {
    margin: 0;
}
.text p {
    margin-top: 0;
    margin-bottom: 1em;
}
.left_text {
    max-width: 500px;
    display: grid;
    place-self: center;
}
.left_text p {
    text-align: left;
}
a {
    color: inherit;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.text a,
a:hover {
    color: #0000ff;
    text-decoration: none;
}
/*.text a:hover {*/
    /*text-decoration: underline;*/
/*}*/
.text a:hover,
.text a:focus,
.text a:active {
    color: #0000bc;
}
.text a:visited {
    color: #7f7f9d;
}
input[type='text'],
input[type='number'],
input[type='tel'],
input[type='email'],
input[type='password'],
input[type='url'],
textarea,
select {
    display: block;
    width: 300px;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 1.125em 0.75em;
    font-size: inherit;
    line-height: 1;
    background: #fff;
    outline: none;
    border: 1px solid #a7a7a7;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
input[type='text']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
    border-color: #0000ff;
}
input[type='text']:disabled,
input[type='number']:disabled,
input[type='tel']:disabled,
input[type='email']:disabled,
input[type='password']:disabled,
input[type='url']:disabled,
textarea:disabled,
select:disabled {
    border-color: #ededed;
}
textarea {
    min-height: 100px;
    resize: vertical;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a7a7a7;
    opacity: 1;
    transition: opacity 0.2s ease;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a7a7a7;
    opacity: 1;
    transition: opacity 0.2s ease;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #a7a7a7;
    opacity: 1;
    transition: opacity 0.2s ease;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a7a7a7;
    opacity: 1;
    transition: opacity 0.2s ease;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

label {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
}
label[for] {
    cursor: pointer;
}

.control input[type='radio'],
.control input[type='checkbox'],
.control input[type='file'] {
    width: 0;
    height: 0;
    position: absolute;
    clip: rect(0,0,0,0);
    opacity: 0;
    filter: alpha(opacity=0);
}

.control input[type='checkbox'] + label {
    padding-left: 28px;
    position: relative;
}
.control input[type='checkbox'] + label::after {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0.125em;
    left: 0;
    content: '';
    background: #fff no-repeat center center;
    background-size: 13px 10px;
    /*background-size: 12px 11px;*/
    border: 1px solid #a7a7a7;
}
.control input[type='checkbox']:checked + label::after {
    background-color: #0000ff;
    background-image: url('../img/check.png');
    /*background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%229px%22%20height%3D%228px%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M8.612%2C1.320%20L7.853%2C0.561%20C7.749%2C0.457%207.622%2C0.405%207.473%2C0.405%20C7.324%2C0.405%207.198%2C0.457%207.094%2C0.561%20L3.433%2C4.227%20L1.792%2C2.581%20C1.688%2C2.477%201.562%2C2.425%201.413%2C2.425%20C1.264%2C2.425%201.138%2C2.477%201.034%2C2.581%20L0.275%2C3.340%20C0.170%2C3.444%200.118%2C3.571%200.118%2C3.720%20C0.118%2C3.868%200.170%2C3.995%200.275%2C4.099%20L2.295%2C6.119%20L3.054%2C6.878%20C3.158%2C6.982%203.284%2C7.034%203.433%2C7.034%20C3.582%2C7.034%203.708%2C6.982%203.813%2C6.878%20L4.571%2C6.119%20L8.612%2C2.079%20C8.716%2C1.975%208.768%2C1.848%208.768%2C1.700%20C8.768%2C1.551%208.716%2C1.424%208.612%2C1.320%20L8.612%2C1.320%20Z%22%2F%3E%3C%2Fsvg%3E');*/
    border-color: #0000ff;
}

.control input[type='radio'] + label {
    padding-left: 28px;
    position: relative;
}
.control input[type='radio'] + label::before {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0.125em;
    left: 0;
    content: '';
    background: #fff;
    border: 1px solid #a7a7a7;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.control input[type='radio']:checked + label::after {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0.4375em;
    left: 5px;
    content: '';
    background: #0000ff;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
    padding: 1.375em 2.1875em;
    font-size: inherit;
    color: #fff;
    background-color: #0000ff;
    outline: none;
    -webkit-border-radius: 0.125em;
    border-radius: 0.125em;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
.btn:hover,
.btn:active {
    color: #fff;
    background-color: #0000bc;
}
.btn:active {
    -webkit-box-shadow: inset 0 3px 7px 0 rgba(0,0,0,0.35);
    box-shadow: inset 0 3px 7px 0 rgba(0,0,0,0.35);
}
.btn:disabled,
.btn.disabled {
    /*opacity: 0.1;*/
    /*filter: alpha(opacity=10);*/
    background-color: #e5e5ff;
}

.btn_upload {
    padding: 0.625em 1.875em;
    background-color: #a7a7a7;
}
.btn_upload:hover,
.btn_upload:active {
    background-color: #8e8e8e;
}
.btn_upload:disabled,
.btn_upload.disabled {
    background-color: #ededed;
}

/*.content__box:before,*/
/*.content__box:after,*/
.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
    clear: both;
}
/*.content__box:after,*/
.clearfix:after {
    clear: both;
}
/*.content__box,*/
.clearfix {
    *zoom: 1;
}

.btn-up {
    display: none;
    width: 0;
    height: 0;
    position: fixed;
    bottom: 50px;
    right: 50px;
    text-indent: -9999px;
    overflow: hidden;
    border: 25px solid;
    border-color: transparent transparent #0000ff transparent;
    z-index: 101;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form_inside {
    max-width: 50%;
}
@media (max-width: 800px) {
    .form_inside {
        max-width: none;
    }
}
.form .control {
    padding-bottom: 15px;
}
.control__checkbox label {
    margin-bottom: 0;
}
.control__radio label {
    margin-right: 15px;
}
.control__upload {
    padding: 0;
    white-space: nowrap;
}
.control__upload .inpattachment_delete {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    line-height: 1;
}
.form__privacy {
    margin: 5px 0;
    font-size: 14px;
}

.comments_form textarea,
.reviews_form textarea {
    width: 100%;
}

.errors {
    position: static;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    opacity: 1;
    font-size: 14px;
    line-height: 1;
    color: red;
}

.popup {
    max-width: 350px;
    margin: 0 auto;
    padding: 40px 30px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.popup .form__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}
.popup__bottom {
    padding-top: 10px;
    padding-bottom: 15px;
}
.popup__bottom .control {
    margin-bottom: 0;
}
.popup [type='submit'] {
    margin-top: 10px;
}
.popup .mfp-close {
    font-weight: 700;
    color: #3d3d3d;
}
.popup .mfp-close:hover {
    color: #0000ff;
}

.l-table {
    display: table;
    width: 100%;
}
.l-tc {
    display: table-cell;
}

.svg-icon {
    display: inline-block;
    vertical-align: middle;
}

.menu ul,
.list-unstyled,
.gallery__dots {
    list-style: none;
}
.menu a {
    display: block;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
}
.menu__list,
.menu__item {
    position: relative;
}
.menu__item_temp {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.menu__item_current > a,
.menu__item_hovered > a {
    color: #0000ff;
}

.social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    background-color: #615e5e;
    border-radius: 50%;
}
.social a:hover {
    color: #fff;
    background-color: #0000ff;
}

.box {
    max-width: 1220px;
    width: 100%;
    margin: auto;
}

.container {
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
}
@media (max-width: 800px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.header {
    line-height: 1;
}
.header_fixed,
.slideout .header,
.page_home .header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.header_fixed,
.page_home .header_fixed,
.page_inside.slideout .header {
    position: fixed;
}
.header_fixed,
.page_inside .header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.header .container {
    overflow: visible;
}

.header__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

    max-width: 100%;
    min-width: 1px;
    min-height: 1px;
    
    -webkit-transition: padding-top 0.2s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: padding-top 0.2s cubic-bezier(0.4, 0, 1, 1);
    transition: padding-top 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.page_inside .header__box,
.header_fixed .header__box {
    padding-top: 0;
}

.header__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

    max-width: 300px;
    min-width: 1px;
    min-height: 1px;
    margin-right: 20px;
    padding: 18px 40px;
    font-family: 'Russo One', 'Exo2', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    background-color: #fff;
    overflow: hidden;
}
.page_inside .header__logo,
.header_fixed .header__logo {
    margin-right: 0;
    padding-left: 0;
}
@media (max-width: 1200px) {
    .header__logo {
        margin-right: 0;
    }
}
@media (max-width: 800px) {
    .header__logo {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;

        padding-left: 20px;
        padding-right: 20px;
    }
}
.header__logo > * {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    min-width: 1px;
    max-width: 100%;
    min-height: 1px;
}
.header__logo img {
    display: block;
}

.header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    min-width: 1px;
    max-width: 100%;
    min-height: 1px;
    padding: 0 28px;
    font-weight: 700;
    background-color: #fff;
    margin: auto;
}
.page_inside .header__content,
.header_fixed .header__content {
    padding-right: 0;
}
@media (max-width: 1200px) {
    .header__content {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;

        padding: 0;
        background: none !important;
    }
}

.header__phone,
.footer__phone {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}
.header__phone,
.footer__phone .phone__box {
    padding-left: 30px;
    background: no-repeat 0 center;
    background-size: 21px 22px;
}

.header__phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    max-width: 300px;
    min-width: 1px;
    min-height: 1px;
    position: relative;
    line-height: 1.2;
    background-image: url('../img/phone_icon_blue.png');
}
.header__phone .phone__inside {
    overflow: hidden;
}
.header__user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    max-width: 300px;
    min-width: 1px;
    min-height: 1px;
    position: relative;
    line-height: 1.2;
    background-image: url('../img/user_icon_blue.png');
}
.header__user .user__inside {
    overflow: hidden;
	font-weight: 400;
}
@media (max-width: 1200px) {
    .header__phone {
        height: 60px;
        padding-left: 50px;
        padding-right: 20px;
        background-color: #fff;
        background-position: 20px center;
    }
    .page_inside .header__phone,
    .header_fixed .header__phone {
        padding-right: 0;
    }
}
@media (max-width: 800px) {
    .header__phone {
        width: 50px;
        padding-left: 30px;
        background-position: 20px center;
        cursor: pointer;
    }
    .header__phone .phone__box {
        display: none;
    }
    .header__user {
        width: 50px;
        padding-left: 30px;
        background-position: 20px center;
        cursor: pointer;
    }
    .header__user .user__box {
        display: none;
    }	
}
.header__phone a {
    display: block;
    white-space: nowrap;
}
.header__user a {
    display: block;
    white-space: nowrap;
}

@media (max-width: 800px) {
    .header__phone .phone__tooltip {
        display: block;
        margin-top: -8px;
        padding: 20px;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }
    .header__phone .phone__tooltip a {
        display: block;
    }
    .header__phone .phone__tooltip::after {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -16px;
        right: 12px;
        content: '';
        border: 8px solid;
        border-color: transparent transparent #fff transparent;
    }
	
    .header__user .user__tooltip {
        display: block;
        margin-top: -8px;
        padding: 20px;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }
    .header__user .user__tooltip a {
        display: block;
    }
    .header__user .user__tooltip::after {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -16px;
        right: 12px;
        content: '';
        border: 8px solid;
        border-color: transparent transparent #fff transparent;
    }	
}

.header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    min-width: 1px;
    max-width: 100%;
    min-height: 1px;
	font-weight: 400;
}
@media (max-width: 1200px) {
    .header__menu {
        display: none;
    }
}
.header__menu a {
    padding: 22px 0;
}
.header__menu .menu__list_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    /*-webkit-align-content: center;*/
    /*-ms-flex-line-pack: center;*/
    /*align-content: center;*/

    min-width: 1px;
    max-width: 100%;
    min-height: 100%;
}
.header__menu .menu__item_main {
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
    z-index: 1;
}
.header__menu .menu__item_main.menu__item_bunch > a {
    padding-right: 15px;
}

.header__menu .menu_child {
    max-width: 100%;
    min-width: 200px;
    padding: 10px 0;
    position: absolute;
    /*top: 100%;*/
    /*left: 0;*/
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 2;
}
.header__menu .menu_child .menu__item {
    padding: 0 15px;
}
.header__menu .menu_child .menu__item a {
    border-bottom: 1px solid #f2f2f2;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.header__menu .menu_child div:last-of-type > a {
    border-bottom: none;
}
.menu__item_hovered + .menu_child {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.header__menu .menu__item_main.menu__item_hovered + .menu_child::after {
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: -moz-linear-gradient(top, rgba(0,0,0,0.09) -10%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.09) -10%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.09) -10%,rgba(255,255,255,0) 100%);
}
.header__menu .menu_child .menu_child {
    z-index: -1;
}

.header__menu .menu__item_bunch > a::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    border: 5px solid;
    border-color: #2e2e2e transparent transparent transparent;
}
.header__menu .menu__item_hovered > a::after {
    margin-top: -6px;
    border-color: transparent transparent #0000ff transparent;
}

.header__menu .menu_child .menu__item_bunch > a {
    padding-right: 30px;
}
.header__menu .menu_child .menu__item_bunch > a::after {
    margin-top: -6px;
    right: 0;
    border-color: transparent transparent transparent #2e2e2e;
}
.header__menu .menu_child .menu__item_hovered > a::after {
    border-color: transparent transparent transparent #0000ff;
}

.schtick {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    min-width: 1px;
    max-width: 100px;
    min-height: 1px;
    height: 60px;
    padding: 0 20px;
    text-align: center;
    background-color: #fff;
}
.schtick .fa {
    vertical-align: baseline;
}
.schtick .fa-times,
.slideout .schtick .fa-bars {
    display: none;
}
.slideout .schtick .fa-times {
    display: inline-block;
}
@media (max-width: 1200px) {
    .schtick {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;

        margin-left: 20px;
        font-size: 24px;
        text-align: center;
    }
    .page_inside .schtick,
    .header_fixed .schtick {
        margin-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 800px) {
    .schtick,
    .page_inside .schtick,
    .header_fixed .schtick {
        margin-left: 0;
        padding-left: 10px;
    }
}

.menu_mobile {
    display: none;
    width: 270px;
    height: 100%;
    height: 100vh;
    padding: 20px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -270px;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
    z-index: 4;
}
.menu_mobile .menu__item_main {
    border-bottom: 1px solid #f2f2f2;
}
.menu_mobile .menu__item_main:last-child {
    border-bottom: none;
}
.menu_mobile .menu__item_main > a {
    padding: 12px 0;
}
.menu_mobile .menu__item_bunch > a {
    padding-right: 60px;
}
.menu_mobile .menu_child {
    margin-top: -0.3571em; /*5px*/
    padding-left: 15px;
    font-size: 14px;
}
.menu_mobile .menu__item_main.menu__item_down > .menu_child {
    margin-top: -10px;
    margin-bottom: 10px;
}
.menu_mobile .menu__drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    /*background-color: #fff;*/
    cursor: pointer;
}
.menu_mobile .menu_child,
.menu_mobile .fa-minus-square,
.menu_mobile .menu__item_down > a .menu__drop .fa-plus-square {
    display: none;
}
.menu_mobile .menu__item_down > a .menu__drop .fa-minus-square {
    display: inline-block;
}
.menu_mobile .menu__item_down > .menu_child {
    display: block;
}
.menu_mobile .menu_child a {
    padding: 5px 0;
    padding-left: 10px;
}
.menu_mobile .menu_child a::after {
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 0.92857em; /*13px*/
    left: 0;
    content: '';
    background-color: currentColor;
    border-radius: 50%;
}
@media (max-width: 1200px) {
    .menu_mobile {
        display: block;
    }
    .slideout .menu_mobile {
        right: 0;
      
    }
}

@media (max-width: 1200px) {
    .bg-cover {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.2s ease;
        -o-transition: opacity 0.2s ease;
        transition: opacity 0.2s ease;
    }
    .slideout .bg-cover {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #0b0b0b;
        overflow: hidden;
        visibility: visible;
        opacity: 0.8;
        filter: alpha(opacity=80);
        z-index: 3;
    }
}

.menu_second {
    margin-bottom: 45px;
    padding: 15px 30px;
    font-weight: 700;
    background-color: #f2f2f2;
}
.menu_second a {
    padding: 15px 0;
}
.menu_second .menu__item {
    border-bottom: 1px solid #fff;
}
.menu_second .menu__item_main:first-child {
    padding-right: 60px;
}
.menu_second .menu__drop {
    display: none;
    width: 55px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    /*background-color: #f2f2f2;*/
    cursor: pointer;
}
.menu_second .menu__drop::after {
    display: block;
    width: 0;
    height: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    border: 5px solid;
    border-color: #2e2e2e transparent transparent transparent;
}
.menu_second .menu__drop:hover::after {
    border-color: #0000ff transparent transparent transparent;
}
.menu_second_down .menu__drop::after {
    margin-top: -6px;
    border-color: transparent transparent #2e2e2e transparent;
}
.menu_second_down .menu__drop:hover::after {
    border-color: transparent transparent #0000ff transparent;
}
@media (max-width: 1024px) {
    .menu_second {
        padding: 0;
    }
    .menu_second a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .menu_second .menu__item {
        display: none;
    }
    .menu_second .menu__item:first-child,
    .menu_second_down .menu__item,
    .menu_second .menu__drop {
        display: block;
    }
}
.menu_second .menu__item:last-child {
    border-bottom: none;
}

.section {
    padding: 100px 0;
}
@media (max-width: 480px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px;

    }
}
h1,
.section__title {
    /*margin-top: -10px;*/
    margin-bottom: 35px;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3;
	color: #1F2E2E;
}
.section__title {
    text-align: center;
}
@media (max-width: 1024px) {
    h1,
    .section__title {
        font-size: 60px;
    }
}
@media (max-width: 480px) {
    h1,
    .section__title {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 36px;
    }
}

.gallery {
    position: relative;
}
.gallery .slide {
    display: block;
    outline: none;
}
.gallery .slide__caption {
    overflow: hidden;
}
.gallery__btn {
    height: 48px;
    position: absolute;
    font-size: 48px;
    line-height: 1;
    color: #a7a7a7;
    overflow: hidden;
}
.gallery_single .gallery__btn {
    margin-top: -24px;
    top: 50%;
}
.gallery__btn:hover {
    color: #0000ff;
}
.gallery__btn .fa {
    vertical-align: top;
}
.gallery_single .gallery__btn_prev {
    left: 20px;
}
.gallery_single .gallery__btn_next {
    right: 20px;
}
.gallery__dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1;
    z-index: 2;
	display: none;
}
.gallery__dots ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.gallery__dots li {
    display: inline-block;
    margin: 2px;
    vertical-align: middle;
}
.gallery__dots button {
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    text-indent: -999px;
    background: #a7a7a7;
    outline: none;
    border: none;
    border-radius: 0;
    overflow: hidden;
    cursor: pointer;
}
.gallery__dots button:hover,
.gallery__dots .slick-active button {
    width: 12px;
    height: 12px;
    background-color: #0000ff;
}

.gallery_multiple {
    padding-left: 170px;
    padding-right: 150px;
}
@media (max-width: 1024px) {
    .gallery_multiple {
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media (max-width: 480px) {
    .gallery_multiple {
        padding: 0 0 60px;
    }
}
.gallery_multiple .slide {
    margin-right: 20px;
}
@media (max-width: 800px) {
    .gallery_multiple .slide {
        margin-right: 0;
    }
}
.gallery_multiple .slide__image {
    display: block;
    background: no-repeat center center;
    background-size: cover;
}
.gallery_multiple .gallery__btn {
    top: -11px;
    color: inherit;
}
.gallery_multiple .gallery__btn:hover {
    color: #0000ff;
}
.gallery_multiple .gallery__btn_prev {
    right: 100px;
}
.gallery_multiple .gallery__btn_next {
    right: 65px;
}
@media (max-width: 1024px) {
    .gallery_multiple .gallery__btn_prev {
        right: 52px;
    }
    .gallery_multiple .gallery__btn_next {
        right: 20px;
    }
}
@media (max-width: 480px) {
    .gallery_multiple .gallery__btn {
        top: auto;
        left: 50%;
        right: auto;
        bottom: -6px;
    }
    .gallery_multiple .gallery__btn_prev {
        margin-left: -25px;
    }
    .gallery_multiple .gallery__btn_next {
        margin-left: 8px;
    }
}

.section_gallery {
    padding: 0;
}
.gallery_home .slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    min-width: 1px;
    max-width: 100%;
    min-height: 1px;
    height: 600px;
    padding-top: 188px;
    padding-bottom: 188px;
    text-align: center;
    color: #fff;
    background: no-repeat center center;
    background-size: cover;
	background-position: left;
}
.gallery_home .slide__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;

    min-width: 1px;
    max-width: 100%;
    min-height: 1px;
    line-height: 1.3;
	left: 0;
    position: absolute;
    max-width: 700px;	
	text-align: left;
}
@media (max-width: 800px) {
	.gallery_home .slide__content {
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.gallery_home .slide {
		background-image: url("https://vitalityspace.ru/custom/my/img/bg_mobile.jpg") !important;
	}
}
.gallery_home .slide__title,
.gallery_home .slide__subtitle {
    font-weight: 400;
}
.gallery_home .slide__title {
    margin-bottom: 35px;
    font-size: 90px;
	color: #1F2E2E;
}

.gallery_home .slide__title {
    font-size:46px;
}

.gallery_home .slide__subtitle {
    font-size:20px;
}

@media (max-width: 1200px) {
    .gallery_home .slide__title {
        font-size: 50px;
    }
}
@media (max-width: 800px) {
    .gallery_home .slide__title {
        font-size: 30px;
    }
}
.gallery_home .slide__subtitle {
    font-size: 28px;
}
.gallery_home .slide__subtitle2 {
    font-size: 20px;
}
@media (max-width: 1200px) {
    .gallery_home .slide__subtitle {
        font-size: 24px;
    }
}
@media (max-width: 800px) {
    .gallery_home .slide__subtitle {
        font-size: 16px;
    }
}
.gallery_home .slide__btns {
    margin-top: 70px;
    text-align: left;
	margin-bottom: 100px;
}

.section_tariff {
    padding-bottom: 20px;
}
.section_tariff .section__title {
    margin-bottom: 70px;
}
@media (max-width: 480px) {
    .section_tariff .section__title {
        margin-bottom: 45px;
    }
}
.section_tariff .tariff__items {
    text-align: center;
}
.section_tariff .tariff__item {
    display: inline-block;
    width: calc(100%/3 - 20px);
    margin: 0 10px 40px;
    /*padding: 30px 20px 15px;*/
    padding: 0;
    vertical-align: top;
    text-align: left;
    position: relative;
    
}

@media (max-width: 800px) { 
    .section_tariff .tariff__item {
        width: calc(100%/2 - 20px);
    }
}

@media (max-width: 480px) {
    .section_tariff .tariff__item {
        width: calc(100% - 20px);
    }
}


.section_tariff .tariff__item:hover {
    color: inherit;
    border-color: #0000ff;
}
.section_tariff .tariff__name {
    display: block;
    margin: -1.83333em -10px 15px;
    padding: 5px 10px;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    background-color: #fff;
    overflow: hidden;
}

.section_tariff .tariff__image {
    width:100%;
    height: 230px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
   
    padding-bottom: 1em;

}

.section_tariff .tariff__item b {
    display: inline-block;
    vertical-align: bottom;
    font-size: 36px;
    line-height: 1;
    font-weight: inherit;
}
.section_tariff .tariff__content {
    overflow: hidden;
    padding: 30px 20px 15px;
    border: 1px solid #a7a7a7;

}

.tariff__image + .tariff__content {
	border-top: 0;
}

.section_stock,
.section_photos {
    background-color: #f2f2f2;
}
.section_stock .section__title,
.section_photos .section__title {
    position: absolute;
    top: -30px;
    left: 28px;
    -webkit-transform: rotate(-90deg) translate(-100%, 100%);
    -ms-transform: rotate(-90deg) translate(-100%, 100%);
    transform: rotate(-90deg) translate(-100%, 100%);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}
@media (max-width: 1024px) {
    .section_stock .section__title {
        top: -23px;
        left: -19px;
    }
}

.section_photos .section__title {
    top: -27px;
    left: 30px;
}
@media (max-width: 1024px) {
    .section_photos .section__title {
        top: -21px;
        left: -20px;
    }
}

@media (max-width: 480px) {
    .section_stock .section__title,
    .section_photos .section__title {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.gallery_stock .slide__image {
    height: 175px;
    margin-bottom: 15px;
}

.section_about {
    padding-bottom: 40px;
    text-align: center;
}
.section_about + .section_advantages {
    margin-top: -60px;
}

.section_advantages {
    padding-bottom: 0;
    text-align: center;
}
.advantages .advantage {
    display: inline-block;
    width: 190px;
    margin-bottom: 50px;
    vertical-align: top;
}
@media (max-width: 420px) {
    .advantages .advantage {
        width: 140px;
    }
}
.advantages .advantage__image {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 25px;
    background: #f2f2f2 no-repeat center center;
    border-radius: 50%;
}

.gallery_photos .slide__image {
    height: 280px;
}

.section_reviews > .container {
    max-width: 820px;
}
.gallery_reviews {
    padding-right: 30px;
}
.gallery_reviews .slide {
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #a7a7a7;
}
.gallery_reviews .gallery__dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;

    width: 12px;
    height: 100%;
    right: -30px;
    left: auto;
    bottom: 0;
}
@media (max-width: 1024px) {
    .gallery_reviews {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .gallery_reviews .gallery__dots {
        width: 100%;
        height: auto;
        right: auto;
        bottom: -30px;
    }
}
.review__author {
    margin-top: 20px;
}

.section_map {
    padding: 0;
    padding-bottom: 40px;
}
@media (max-width: 1024px) {
    .section_map {
        padding-bottom: 20px;
    }
}
#map {
    height: 400px;
    position: relative;
}

.content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;

    min-width: 1px;
    max-width: 100%;
    min-height: 1px;
    margin-bottom: 40px;
}
.content__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    max-width: 100%;
    min-width: 1px;
    min-height: 1px;
    padding-top: 45px;
    /*padding-left: 300px;*/
    /*overflow: hidden;*/
}
@media (max-width: 1024px) {
    .content__box {
        display: block;
        /*padding-left: 0;*/
    }
}

.content__aside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 280px;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;

    min-width: 1px;
    max-width: 280px;
    min-height: 1px;
    /*width: 280px;*/
    /*margin-left: -300px;*/
    margin-right: 20px;
    position: relative;
    /*float: left;*/
    overflow: hidden;
}
@media (max-width: 1024px) {
    .content__aside {
        /*width: auto;*/
        /*margin-left: 0;*/
        /*margin-bottom: 35px;*/
        /*float: none;*/

        max-width: none;
        margin-right: 0;
    }
}

.content__main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    min-width: 1px;
    max-width: 100%;
    min-height: 1px;
    position: relative;
    /*float: left;*/
}
/*@media (max-width: 1024px) {*/
    /*.content__main {*/
        /*float: none;*/
    /*}*/
/*}*/

.breadcrumb-d {
    margin-bottom: 15px;
    font-size: 12px;
    color: #a7a7a7;
}
.breadcrumb-d .fa-angle-right {
    margin: 0 12px;
    vertical-align: baseline;
}

.footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

    min-width: 1px;
    min-height: 1px;
    padding: 40px 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #2e2e2e url('../img/footer_bg.jpg') no-repeat center center;
    background-size: cover;
    
    margin-bottom: 40px;
}
.footer a:hover,
.footer__menu .menu__item_current a {
    color: #919191;
}
.footer__menu,
.footer__phone {
    padding-bottom: 45px;
}
.footer__phone .phone__box {
    background-image: url('../img/phone_icon_white.png');
}
.footer__user {
    padding-bottom: 45px;
}
.footer__user .user__box {
    background-image: url('../img/user_icon_white.png');
}
@media (max-width: 1024px) {
    .footer__menu,
	.footer__user,
    .footer__phone {
        padding-bottom: 25px;
    }
}

.footer__phone {
    white-space: nowrap;
    vertical-align: middle;
}
.footer__phone .phone__box {
    display: inline-block;
}
.footer__phone a {
    margin-right: 10px;
    padding-right: 10px;
    line-height: 1.2;
    border-right: 1px solid;
}
.footer__phone a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.footer__user {
    white-space: nowrap;
    vertical-align: middle;
}
.footer__user .user__box {
    display: inline-block;
}
.footer__user a {
    margin-right: 10px;
    padding-right: 10px;
    line-height: 1.2;
    border-right: 1px solid;
}
.footer__user a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
@media (max-width: 800px) {
    .footer__phone a {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
    .footer__user a {
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }	
}

.footer__menu .menu__item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 8px;
    vertical-align: top;
}
.copyright,
.footer .social {
    vertical-align: middle;
}
.footer__link {
    font-size: 10px;
}
.footer .social {
    text-align: right;
}
.footer .social a:hover {
    color: inherit;
}
@media (max-width: 800px) {
    .footer {
        text-align: center;
    }
    .footer .l-table,
    .footer .l-tc {
        display: block;
    }
    .footer__phone a {
        display: block;
        margin-right: 0;
    }
    .footer__phone,
    .footer .social {
        text-align: inherit;
    }
    .footer .social {
        margin-bottom: 25px;
    }
    .footer__link {
        margin-top: 10px;
    }
}

[class$="_list"] .block:before,[class$="_list"] .block:after {
    display: table;
    content: " "
}

[class$="_list"] .block:after {
    clear: both
}

[class$="_list"] .block {
    margin-bottom: 20px
}

[class$="_list"] .block-row-img {
    float: left;
    margin-right: 15px;
    width: 120px;
    overflow: hidden
}

[class$="_list"] .block-row-img img {
    width: 100%;
    height: auto
}

[class$="_list"] .block-text {
    float: left;
    width: 80%
}

[class$="_list"] .block h4 {
    margin: 0 0 10px
}

[class$="_list"] .block .rate {
    margin-bottom: 10px;
}

[class$="_list"] .block .date {
    margin-top: 10px;
}

.clauses_all_img > a,.news_all_img > a {
    display: inline-block;
    height: 120px;
    overflow: hidden;
    width: 180px;
    margin-right: 10px
}

.clauses_all_img > a > img,.news_all_img > a > img {
    width: 100%;
    height: auto
}

.previous_next_links:before,.previous_next_links:after {
    display: table;
    content: " "
}

.previous_next_links:after {
    clear: both
}

.previous_next_links {
    height: auto
}

.search_list .search_text {
    margin-bottom: 20px
}

.captcha {
    margin-top: 15px
}

.captcha .captcha-image {
    display: block;
    margin-bottom: 15px
}

.captcha input[name="captcha"] {
    width: 150px
}

.captcha_update .button-refresh {
    text-decoration: none
}

.captcha_update .button-refresh:after {
    content: '\f021';
    font: 12px/12px FontAwesome
}

.block_header {
    margin: 15px 0;
    font-size: 1.17em;
    font-weight: bold;
}

.reviews .block-row {
    margin-bottom: 20px;
}

/* ------------------------------------------------ */
.header__logo {
    text-transform: none;
    max-width:none;
    font-weight: normal;
    line-height: 0.8em;
}

.header__logo > a:hover {
    color: inherit;
}

.slogan {
    font-size: 35px;
    font-family: helvetica;
    color: #1F2E2E;	
}

.header__logo small {
    /*font-size:12px;
    font-family: 'Exo2', sans-serif;
    font-weight: 500;*/
	
    font-family: helvetica;
    font-size: 14px;
    margin-top: 15px;
    display: block;	
}



.page_inside .header {
    color:inherit;
}

.header__phone {
    background: none;
}

.header__phone:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f232";
    color:#00b9ee;
    padding-right: 10px;
}

.header__user {
    background: none;
}

.header__user:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f007";
    color: #1F2E2E;
    padding-right: 10px;
}

.btn {
    border-radius: 10px; 
}

.section_feedback {
    padding: 0; 
}

.section_feedback .container {
    padding: 60px 20px;
  text-align: center;
}

.section_feedback .form__title {
    display: none;
}

.section_feedback .form {
    margin-right: -15px;
}

.section_feedback .form .control {
    display: inline-block;
    text-align: left;
    padding-right: 15px;
    vertical-align: top;
}

.section_feedback .form .control .errors {
    color:#fff;
    max-width: 300px;
}

@media (max-width: 800px) {
.section_feedback .form .control {
    padding-right: 0;
    
}

.section_feedback .form {
    margin-right: 0;
}

.section_feedback .form .control input {
    width: 100%;
}
}

.section_feedback .form .control.buttons {
    display: block;
    margin-top: 25px;
    text-align: center;
}

.section_feedback .form .control.buttons .btn {
    font-weight: normal;
}

.section_feedback .text a {
    color:inherit;
}

.section_feedback .form .control input::-webkit-input-placeholder,
.section_feedback .form .control input::-moz-placeholder,
.section_feedback .form .control input:-moz-placeholder,
.section_feedback .form .control input::-ms-input-placeholder
{
    color: #fff;
}


.form__privacy a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.header__logo .signboard-d {
    display: flex;
    align-items: center;
}
.socnets-d a {
    display: inline-block;
    margin-right: .83334rem;
    margin-bottom: .83334rem;
    line-height: 1;
    vertical-align: middle;
    font-size: 1.66667rem;
    text-align: center;
}
.socnets-d {
    text-align: right;
}
.element-d_message > .element-d__details, .element-d_message > .element-d__details > .details-d__enum {
	display: block;
}
.detail-d_date {
	font-size: 11px;
    font-style: italic;
}
fieldset {
	padding: 0;
}
.rating-d_fa label {
    top: 0.35em;
    left: 0.75em;
}
.section-d_photo .element-d {
	background: #fff;
    display: inline-block;
    padding: 13px 21px;
    margin: 0 10px 20px;
}
.element-d_faq_item .detail-d_anons {
	font-size: 1em;
}
.block-d_faq .button-d, .block-d_feedback .button-d, .btn_upload {
	color: #000;
	border: 1px solid;
}
.block-d_faq .block-d__name {
	font-size: 1.17em;
}
.feedback_start form .field-d {
	display: inline-block;
    text-align: left;
    padding-right: 15px;
    vertical-align: top;
}
.feedback_start input[type='text'], .feedback_start input[type='tel'], .feedback_start input[type='email'] {
	/*background-color: transparent;
    border-color: #fff;*/
}
.feedback_start .button-d {
	display: block;
    margin: auto;
    /*background-color: #fff;*/
    font-weight: 400;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
    padding: 1.375em 2.1875em;
}
.feedback_start .privacy_field {
    margin-top: 1.45455em;
}