@charset "UTF-8";

.wrapper {
    height: auto;
    min-width: 300px;
    min-height: 100% !important;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.h_footer {
    height: 360px;
}

#content_simple .worker .min-title,
#content_simple .services-page-gallery .min-title {
    display: none;
}

.inside-header {
    position: relative;
}

#content_simple .services-page-gallery {
    padding: 0 0 0px;
    margin-top: 50px;
}

#content_simple .services-page-gallery__list {
    margin: 0;
}

table.normal-width-format {
    width: 100%;
}

.page_simple_content table.normal-width-format tr td:first-child,
.page_simple_content table.normal-width-format tr th:first-child {
    width: auto;
}

.winter-block {
    background: url(../img/winter-pattern.jpg);
}

.page_simple_content .winter-block table {
    width: 100%;
    margin: 0px auto;
    background-color: transparent;
}

.page_simple_content .winter-block table tr:nth-child(even) {
    background-color: transparent;
}

.page_simple_content .winter-block table tr td {
    padding: 30px 30px 30px 3px;
}

.page_simple_content .winter-block table tr td:first-child {
    padding: 30px 3px 30px 30px;
}

.page_simple_content .winter-block table tr {
    border: none;
}

.winter-block table img {
    width: 100%;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
}

.inside-header:before {
    background-color: rgba(0, 0, 0, 0.35);
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.center {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

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

.contacts-form__line span.error {
    margin-top: -23px !important;
}

.bl,
.sbl span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.services__new:before {
    background-color: rgba(0, 0, 0, 0.35);
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.bread-crumbs {
    font-size: 0;
    padding: 34px 0 11px;
    text-align: center;
}

.breadcrumbs {
    padding: 34px 0 11px;
   /* text-align: center; */
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    vertical-align: top;
}

.breadcrumbs ul li a {
    text-decoration: underline;
}

.breadcrumbs ul li a:hover {
    text-decoration: none;
}

.ajax_form .error {
    display: block !important;
    font-size: 12px !important;
    margin-bottom: 5px !important;
}

.bread-crumbs__link {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    text-decoration: underline;
    vertical-align: top;
}

.bread-crumbs__link:hover,
.bread-crumbs__link:focus {
    text-decoration: none;
}

.bread-crumbs__slash {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin: 0 5px;
    vertical-align: top;
}

.bread-crumbs__show-page {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    vertical-align: top;
}

.big-title {
    font-size: 30px;
    line-height: 33px;
    text-transform: uppercase;
}

.big-title span {
    background: url(../img/square-brown.png) center center no-repeat;
    display: inline-block;
    padding: 22px 0;
}

.about-us-specialists h3,
.min-title,
.services-page-price__wrapper h3 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}

.inside-title {
    background: url(../img/square-brown.png) center 0 no-repeat;
    display: block;
    font-size: 30px;
    line-height: 33px;
    padding: 22px 0 79px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.button-purple {
    background-color: #332644;
    border: 1px solid #332644;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

.button-purple span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 53px;
    width: 158px;
}

.button-purple:hover,
.button-purple:focus {
    background-color: inherit;
    border-color: #fff;
    color: #fff;
}

.link-pink {
    display: inline-block;
    font-size: 15px;
    position: relative;
}

.link-pink:hover {
    text-decoration: underline;
}

.link-pink:before,
.link-pink:after {
    content: "";
    height: 6px;
    position: absolute;
    right: -14px;
    top: 50%;
    width: 6px;
}

.link-pink:before {
    margin-top: -4px;
    -moz-transform: rotate(143deg);
    -ms-transform: rotate(143deg);
    -webkit-transform: rotate(143deg);
    -o-transform: rotate(143deg);
    transform: rotate(143deg);
}

.link-pink:after {
    margin-top: -2px;
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}

.bg-black:before {
    background-color: rgba(0, 0, 0, 0.35);
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.field-style {
    display: inline-block;
    color: #000;
    border: 1px solid #dadada;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    font: 14px/16px "MuseoSansCyrl300", sans-serif;
    height: 50px;
    padding: 0 10px 0 22px;
    text-align: left;
    width: 100%;
}

.field-style.error {
    border-color: #ff0000;
}

.field-style:hover,
.field-style:before,
.field-style:active {
    border-color: #332644;
}

.content {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

.content p {
    margin-bottom: 25px;
}

.content p:last-child {
    margin-bottom: 0;
}

.content strong {
    font-family: "Circe-Bold", sans-serif;
}

.content a {
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
}

.content a:hover {
    color: #00bcd8;
    text-decoration: none;
}

.content .title-h3,
.content h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 36px;
    margin-top: 36px;
}

.content-image__left {
    float: left;
    margin: 5px 46px 25px 0;
}

.content__hr,
.page_simple_content hr {
    border: none;
    border-top: 1px solid #ededed;
    display: block;
    margin: 46px 0 44px;
    width: 100%;
}

.worker__data._w35 {
    width: 35%;
}

.worker__data._w65 {
    width: 65%;
}

.content .lazernyij-karbonovyij-piling {
    float: left;
    margin: 5px 46px 25px 0;
    width: 213px;
    height: 320px;
}

.agreement__label,
.agreement__label a {
    font: 14px/16px "MuseoSansCyrl300", sans-serif;
    color: #929090;
}

.agreement__label a {
    text-decoration: underline;
}

.agreement__label._contacts {
    font: 13px/15px "MuseoSansCyrl300", sans-serif;
    margin-top: 30px;
}

.agreement__label._reviews {
    margin-left: 30px;
}

.checkbox {
    height: auto;
    -webkit-appearance: checkbox;
}

.checkbox._contacts {
    height: auto;
    -webkit-appearance: checkbox;
    position: relative;
    top: -5px;
}

.footer a.privacy-policy {
    color: #a3a0a9;
}

@media screen and (max-width:1024px) {
    .bread-crumbs {
        padding-top: 20px;
    }

    .bread-crumbs__link,
    .bread-crumbs__slash,
    .bread-crumbs__show-page {
        font-size: 16px;
        line-height: 18px;
    }
}

@media screen and (max-width:768px) {
    .content-image__left {
        display: block;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    .content .title-h3,
    .content h3 {
        margin-bottom: 23px;
    }
}
@media screen and (max-width:640px) {
    .center {
        padding: 0 10px;
    }

    .about-us-specialists h3,
    .min-title,
    .services-page-price__wrapper h3 {
        font-size: 26px;
        line-height: 28px;
    }

    .bread-crumbs {
        padding-top: 10px;
    }

    .bread-crumbs__link,
    .bread-crumbs__slash,
    .bread-crumbs__show-page {
        font-size: 14px;
        line-height: 16px;
    }

    .inside-title {
        padding-bottom: 50px;
    }

    .content {
        font-size: 14px;
        line-height: 22px;
    }

    .content p {
        margin-bottom: 15px;
        float: none;
        clear: both;
    }

    .content .title-h3,
    .content h3 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 6px;
    }

    .content-image__left {
        margin-bottom: 14px;
    }

    .content__hr,
    .page_simple_content hr {
        margin: 28px 0 24px;
    }
}

@media screen and (max-width:480px) {
    .field-style {
        height: 45px;
    }

    .content .title-h3,
    .content h3 {
        font-size: 26px;
        line-height: 28px;
    }
}

@media screen and (max-width:360px) {
    .field-style {
        padding: 0 15px;
    }


}

.header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header__logo {
    float: left;
    height: 238px;
    padding-top: 17px;
    width: 334px;
}

.header__logo a,
.header__logo img {
    display: inline-block;
    font-size: 0;
}

.header__logo span,
.header__logo em,
.header__logo h1 {
    color: #fff;
    display: block;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.header__logo span,
.header__logo h1 {
    font-size: 11px;
    padding-top: 11px;
}

.header__logo em {
    color: #ffcca2;
    font-size: 10px;
    padding-top: 8px;
}

.header__data-info {
    color: #fff;
    font-size: 0;
    overflow: hidden;
    height: 238px;
    position: relative;
    padding-top: 70px;
    text-align: left;
}

.header__contact._first {
    position: absolute;
    right: 0;
    top: 70px;
}

.header__appointments {
    font-size: 16px;
    line-height: 25px;
    float: left;
    margin-left: 2px;
}

.header__appointments button,
.header__appointments a {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-align: left;
}

.header__appointments button:hover,
.header__appointments a:hover {
    color: #00bcd8;
    text-decoration: none;
}

.header__appointments span {
    display: block;
    width: 100%;
}

.header__appointments._icon01 {
    background: url(../img/icons/call-back.png) 0 9px no-repeat;
    padding: 0 10px 0 45px;
    width: 138px;
}

.header__appointments._icon02 {
    background: url(../img/icons/mobile.png) 0 7px no-repeat;
    padding: 0 0 0 39px;
}

.header__appointments._icon02 a {
    display: block;
    margin-bottom: 5px;
}

.header__appointments._icon03 {
    background: url(../img/icons/writer.png) 0 9px no-repeat;
    padding: 0 10px 0 51px;
    width: 148px;
}

.header__appointments._icon04 {
    background: url(../img/icons/map.png) 0 9px no-repeat;
    padding-left: 41px;
    min-height: 50px;
    max-width: 195px;
}

.header-menu {
    background-color: rgba(51, 42, 70, 0.83);
    display: block;
    padding: 0 30px;
    /*width:100%;*/
}

.header-menu__item {
    float: left;
}

.header-menu__link {
    color: #fff;
    display: table;
    font-size: 17px;
    line-height: 20px;
    height: 70px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.header-menu__link:hover,
.header-menu__link._active {
    background-color: #ffcca2;
    color: #000;
}

.header-menu__link span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.menu_g_button {
    display: none;
}

@media screen and (max-width:1360px) {
    .header__logo {
        width: 300px;
    }
}

@media screen and (max-width:1024px) {
    .header__data-info {
        padding-top: 0px;
        height: 170px;
    }

    .header__logo {
        width: 160px;
        float: left;
    }

    .header__contact._first {
        top: 40px;
    }

    .header__contact._second {
        float: right;
        padding-top: 100px;
    }

    .header__appointments._icon01,
    .header__appointments._icon03 {
        width: 160px;
    }

    .header__appointments._icon02 {
        padding-left: 56px;
    }

    .header-menu {
        padding: 0;
    }

    .header-menu__link {
        text-transform: inherit;
    }

}

@media screen and (max-width:768px) {
    .header {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
    }

    .header__logo {
        float: left;
        height: auto;
        padding-top: 17px;
        width: 100px;
        position: relative;
    }

    .header__logo a,
    .header__logo img {
        display: inline-block;
        width: 100%;
        font-size: 0;
    }

    .header__logo span,
    .header__logo em {
        color: #fff;
        display: block;
        line-height: 14px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
    }

    .header__logo span {
        display: block;
        position: absolute;
        top: 34px;
        right: -110%;
        text-align: left;
    }

    .header__logo span {
        font-size: 11px;
        padding-top: 11px;
    }

    .header__logo em {
        color: #ffcca2;
        font-size: 10px;
        padding-top: 8px;
    }

    .header__logo {
        padding-top: 34px;
    }

    .header__logo {
        height: 100px;
        width: 100px;
        padding-top: 20px;
    }

    .header__logo img {
        display: inline-block;
        width: 100%;
    }

    .header__appointments {
        font-size: 15px;
    }

    .header__appointments button,
    .header__appointments a {
        font-size: 15px;
    }

    .header__appointments._icon01,
    .header__appointments._icon03 {
        width: 140px;
    }

    .header__appointments._icon04 {
        max-width: 176px;
    }

    .header-menu__link {
        font-size: 16px;
    }

    #content_simple table {
        overflow: auto;
        display: block;
    }
}

@media screen and (max-width:640px) {

    /*.header__logo{padding-top:12px;text-align:center;height:227px;width:100%;}
.header__logo img{width:auto;}*/
    .header__data-info {
        float: left;
        overflow: inherit;
        padding-top: 0;
        text-align: center;
        height: 162px;
        width: 100%;
    }

    .header__contact {
        display: inline-block;
        text-align: left;
        min-width: 316px;
    }

    .header__contact._first {
        position: relative;
        right: inherit;
        top: inherit;
    }

    .header__contact._second {
        padding-top: 7px;
        float: none;
    }

    .header__appointments._icon03 {
        padding-left: 45px;
    }

    .header-menu__link {
        width: auto;
        margin-left: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-menu__item.parent .submenu {
        opacity: 0;
        height: 0;
    }

    .header-menu__item.parent._open .submenu {
        opacity: 1;
        height: auto;
    }

    /*.header-menu{font-size:0;text-align:center;padding:15px 0;}
.header-menu__item{display:inline-block;float:none;vertical-align:top;}
.header-menu__link{display:inline-block;height:auto;padding:9px 17px;}
.header-menu__link span{display:block;height:auto;}*/
    #content_simple table {
        overflow: auto;
        display: block;
    }

    .header__data-info {
        display: none;
    }

    .header__appointments._icon03 {
        margin: 0px auto;
        float: none;
        clear: both;
    }

    .header-menu {
        display: none;
        position: fixed;
        top: 0;
        width: calc(100% - 50px);
        background-color: rgba(51, 42, 70, 0.95);
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
    }

    .menu_g_button {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        /*float: right;
    margin-left: 20px;*/
        padding: 0;
        width: 39px;
        height: 39px;
        border-radius: none;
        border: none;
        background: #251c31;
        vertical-align: middle;
        cursor: pointer;
        z-index: 99999;
        /*top: -100px;*/
    }

    ._active_block {
        display: block;
        overflow: auto;
    }

    .submenu {
        border: 0 !important;
        top: 0 !important;
        position: relative !important;
        left: 0 !important;
    }

    .submenu ul {
        background-color: none !important;
    }

    .submenu ul li a {
        text-align: center;
    }

    .menu-button__inner {
        display: block;
        position: absolute;
        top: 18px;
        left: 7px;
        right: 7px;
        height: 3px;
        background: #fff;
        border-radius: 2px;
        -webkit-transition: background 0s .3s;
        transition: background 0s .3s;
    }

    .menu-button__inner:before,
    .menu-button__inner:after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 2px;
        -webkit-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s;
    }

    .menu-button__inner:before {
        top: -8px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }

    .menu-button__inner:after {
        bottom: -8px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }

    .header-menu__item.parent:after {
        border-width: 9px 8px 0 8px !important;
        top: 35px !important;

    }

    .submenu:before {
        content: unset !important;
    }

    .submenu:after {
        content: '';
    }
}

@media screen and (max-width:420px) {
    .header__menu-link {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        height: 50px;
    }
}

@media screen and (max-width:360px) {

    /*.header__logo{height:233px;}*/
    .header__data-info {
        height: 150px;
    }

    .header__contact._second {
        padding-top: 12px;
    }

    .header__appointments {
        font-size: 14px;
        line-height: 20px;
    }

    .header__appointments button,
    .header__appointments a {
        font-size: 14px;
        line-height: 20px;
    }

    .header__appointments._icon01,
    .header__appointments._icon03 {
        padding-left: 38px;
        width: 120px;
    }

    .header__appointments._icon02,
    .header__appointments._icon04 {
        padding-left: 33px;
    }

    .header__appointments._icon01,
    .header__appointments.icon02,
    .header__appointments._icon03,
    .header__appointments._icon04 {
        background-position: 0 3px;
    }

    .header__appointments._icon04 {
        max-width: 160px;
    }

    .header-menu__link {
        font-size: 14px;
        padding-left: 8px;
        padding-right: 8px;
        height: 50px;
    }

    #content_simple table {
        overflow: auto;
        display: block;
    }

    .header-menu__item.parent:after {
        top: 20px !important;
    }
}

.big-slider__item-slide {
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 60px;
  /*  min-height: 889px;*/ 
   max-height:500px;
   height: 500px;
}

.big-slider__wrapper-item {
    color: #fff;
/*    padding-top: 380px; */
     padding-top: 20px;
    text-align: center;
}

.big-slider__title-slide {
    font: 19px/30px "MuseoSansCyrl500", sans-serif;
    padding-bottom: 37px;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.big-slider__title-slide:before {
    border-bottom: 7px solid #ffcca2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -73px;
    position: absolute;
    width: 146px;
}

.big-slider__description-slide {
    font: 19px/30px "MuseoSansCyrl500", sans-serif;
    padding-top: 33px;
}

.big-slider__description-slide span {
    display: inline-block;
    max-width: 600px;
    width: 100%;
}

.big-slider__booking {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    height: 50px;
    font-size: 14px;
   /* margin-top: 74px; */
   margin-top: 24px;
    width: 154px;
}

.big-slider__booking:hover {
    background-color: #ffcca2;
    border-color: #ffcca2;
    color: #000;
}

.we-have {
    background-color: #063323;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 20px;
    min-height: 96px;
    width: 100%;
}

.we-have img {
    display: inline-block;
    line-height: 0;
}

.we-have__pay {
    float: left;
    padding-top: 30px;
    width: 40%;
}

.we-have__pay-title {
    float: left;
    padding-top: 6px;
    width: 139px;
}

.we-have__pay-card {
    font-size: 0;
    overflow: hidden;
}

.we-have__pay-card span {
    display: inline-block;
    line-height: 0;
    margin-right: 10px;
}

.we-have__wife {
    float: left;
    padding-top: 24px;
    width: 25.1%;
}

.we-have__wife-title {
    float: left;
    padding-top: 12px;
    width: 107px;
}

.we-have__wife-img {
    font-size: 0;
    overflow: hidden;
}

.we-have__reviews {
    float: left;
    padding-top: 25px;
    width: 32.3%;
}

.we-have__reviews-title {
    float: left;
    padding-top: 11px;
    width: 170px;
}

.we-have__reviews-wr-btn {
    font-size: 0;
    overflow: hidden;
}

.we-have__reviews-btn {
    background-color: #fff4e2;
    border: 1px solid #fff4e2;
    display: inline-block;
    color: #000;
    height: 42px;
    font-size: 17px;
    line-height: 20px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

.we-have__reviews-btn em {
    background: url(../img/icons/mini-black-arrow-right.png) right center no-repeat;
    display: inline-block;
    padding-right: 24px;
}

.we-have__reviews-btn:hover {
    background-color: inherit;
    border-color: #fff;
    color: #fff;
}

.we-have__reviews-btn:hover em {
    background-image: url(../img/icons/mini-white-arrow-right.png);
}

.submenu {
    position: absolute;
    color: #fff;
    top: 70px;
    left: -20px;
    display: none;
    border-top: 8px solid transparent;
}

.header-menu__item.parent:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    position: absolute;
    top: 45%;
    right: 2px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent transparent transparent transparent;
    border-top-color: inherit;
    z-index: 999999;
}

.submenu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-color: rgba(51, 42, 70, 0.83);
}

.header-menu__wrapper {
    list-style: none;
}

.header-menu__item.parent:hover .submenu {
    display: block;
}

.header-menu__item.parent {
    position: relative;
    color: #fff;
}

.submenu ul {
    list-style: none;
    background-color: rgba(51, 42, 70, 0.83);
    padding: 15px 25px;
}

.submenu ul li a {
    color: #fff;
    display: block;
    padding: 5px 0;
    white-space: nowrap;
}

.submenu ul li a:hover,
.submenu ul li.active a {
    text-decoration: underline;
}

.services__title {
    padding: 12px 0 15px;
    text-align: center;
}

.services__wrapper-new {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.services__new {
    background: url(../img/trash/bg-new-bl.jpg) center -247px no-repeat;
    color: #fff;
    text-align: center;
    position: relative;
}

.services__new .center {
    display: table;
    height: 586px;
    position: relative;
}

.services__new-name {
    font: 32px/32px "Circe-Bold", sans-serif;
}

.services__new-description {
    font-size: 17px;
    line-height: 25px;
    padding: 56px 0 70px;
}

.services__new-description span {
    display: inline-block;
    max-width: 600px;
}

.services__list {
    overflow: hidden;
    padding-top: 6px;
    position: relative;
    text-align: center;
}

.services__wr-list {
    font-size: 0;
    margin-left: -15px;
}

.services__item {
    display: inline-block;
    height: 373px;
    margin-top: 14px;
    padding-left: 14px;
    position: relative;
    width: 25%;
}

.services__item a {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.services__item a:hover .services__name {
    background-color: #ffcca2;
}

.services__photo {
    height: 100%;
    left: 50%;
    position: absolute;
    margin-left: -236px;
    top: 0;
    width: 473px;
}

.services__name {
    bottom: 0;
    color: #fff;
    left: 0;
    font-size: 22px;
    line-height: 30px;
    padding: 0 20% 0 9%;
    position: absolute;
    width: 100%;
}

.services__name span {
    display: table-cell;
    height: 78px;
    text-align: left;
    vertical-align: middle;
}

.white-arrow {
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 35px;
    margin-top: -17px;
    position: absolute;
    right: 22px;
    top: 50%;
    width: 35px;
}

.white-arrow:before,
.white-arrow:after {
    border-top: 1px solid #fff;
    content: "";
    left: 50%;
    height: 9px;
    position: absolute;
    top: 50%;
    width: 9px;
}

.white-arrow:before {
    margin: -7px 0 0 -7px;
    -moz-transform: rotate(143deg);
    -ms-transform: rotate(143deg);
    -webkit-transform: rotate(143deg);
    -o-transform: rotate(143deg);
    transform: rotate(143deg);
}

.white-arrow:after {
    margin: -4px 0 0 -7px;
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}

.notice {
    font-size: 0;
    padding-top: 26px;
    text-align: center;
}

.notice__one-slide {
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 586px;
    position: relative;
}

.notice__photo {
    height: 100%;
    left: 0;
    font-size: 0;
    position: absolute;
    top: 0;
    width: 1300px;
    z-index: 1;
}

.notice__photo img {
    display: inline-block;
    line-height: 0;
}

.notice__wrapper {
    height: 586px;
    margin-top: 17px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

.notice__news {
    display: inline-block;
    padding-right: 7px;
    width: 50%;
}

.notice__news-content {
    background-color: #ffcca2;
    height: 100%;
    font-size: 0;
    position: absolute;
    right: 0;
    padding: 41px 15px 20px 40px;
    top: 0;
    width: 267px;
    z-index: 2;
}

.notice__news-content:before {
    background-color: #ffcca2;
    content: "";
    position: absolute;
    left: -12px;
    top: 35px;
    height: 50px;
    width: 54px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.notice__news-data {
    background: #332644 url(../img/icons/clock.png) 11px center no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 14px 9px 37px;
}

.notice__news-name {
    font: 24px/33px "Circe-Bold", sans-serif;
    padding-top: 29px;
    text-transform: uppercase;
    box-sizing: content-box;
    word-wrap: break-word;
}

.notice__news-text {
    font-size: 17px;
    line-height: 23px;
    padding-top: 16px;
    overflow: hidden;
    max-height: 292px;
}

.notice__news-text p {
    margin-bottom: 23px;
}

.notice__news-btn-details {
    color: #4d3326;
    margin-top: 5px;
}

.notice__news-btn-details:before,
.notice__news-btn-details:after {
    border-top: 1px solid #4d3326;
}

.notice__sale {
    display: inline-block;
    padding-left: 7px;
    position: relative;
    width: 50%;
}

.notice__sale-tit {
    text-align: center;
}

.notice__sale-content {
    color: #fff;
    max-width: 470px;
    padding: 105px 0 0 87px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.notice__sale-name {
    color: #fff;
    display: block;
    font: 24px/35px "Circe-Bold", sans-serif;
    padding-bottom: 36px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.notice__sale-name i {
    color: #ffffff;
    font-style: normal;
}

.notice__sale-name b {
    font-weight: normal;
    font-size: 30px;
}

.notice__sale-name:before {
    border-bottom: 7px solid #332644;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 280px;
}

.notice__sale-text {
    font-size: 17px;
    line-height: 23px;
    padding: 36px 20px 53px 0;
}

.us-press__title {
    padding: 25px 0 18px;
    text-align: center;
}

.us-press__cloud-item {
    overflow: hidden;
    font-size: 100%;
    margin-left: -14px;
    padding-bottom: 14px;
    text-align: center;
}

.us-press__news_item_dital {
    font-size: 100%;
    margin-left: -14px;
    padding-bottom: 14px;
    text-align: left;
}

.us-press__cloud-item p,
.us-press__cloud-item ol,
.us-press__cloud-item ul,
.us-press__cloud-item a {
    margin-bottom: 25px;
}

.us-press__cloud-item ol,
.us-press__cloud-item ul {
    padding-left: 50px;
}

.us-press__cloud-item li {
    padding-left: 10px;
}

.us-press__cloud-item a {
    color: #0099cc;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
}

.us-press__news_item_dital p,
.us-press__news_item_dital ol,
.us-press__news_item_dital ul,
.us-press__news_item_dital a {
    margin-bottom: 25px;
}

.us-press__news_item_dital ol,
.us-press__news_item_dital ul {
    padding-left: 50px;
}

.us-press__news_item_dital li {
    padding-left: 10px;
}

.us-press__news_item_dital a {
    /*color:#0099cc;*/
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
}

.us-press__item {
    display: inline-block;
    padding-left: 14px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    text-align: left;
    width: 33%;
    text-decoration: none;
}

.us-press__item_o_nas_pishut {
    display: inline-block;
    padding-left: 14px;
    padding-bottom: 14px;
    text-align: left;
    width: 33.333%;
    text-decoration: none;
    float: left;
}

.us-press__wr-item {
    color: #fff;
    display: block;
    position: relative;
    width: 100%;
}

.us-press__photo {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
}

.us-press__photo img {
    vertical-align: middle;
}

.us-press__content {
    bottom: 20px;
    left: 55px;
    min-height: 244px;
    padding-right: 12%;
    position: absolute;
    z-index: 3;
    transition: 0.2s;
}

.us-press__item:hover .us-press__content {
    bottom: 120px;
}

.us-press__data {
    background: url(../img/icons/clock.png) 0 center no-repeat;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 14px 9px 31px;
}

.us-press__name {
    font: 24px/37px "Circe-Bold", sans-serif;
    padding-top: 15px;
    text-transform: uppercase;
}

.us-press__name_news_block {
    font: 20px/30px "Circe-Bold", sans-serif;
    text-transform: uppercase;
}

.us-press__btn-details {
    color: #ffcca2;
    margin-top: 10px;
}

.us-press__btn-details:before,
.us-press__btn-details:after {
    border-top: 1px solid #ffcca2;
}

.news-slider .slick-dots {
    right: 10%;
}

@media screen and (max-width:1600px) and (min-width:1361px) {
    .services__name {
        line-height: 26px;
        padding: 0 65px 0 15px;
    }
}

@media screen and (max-width:1360px) {
    .services__name {
        padding-right: 18%;
    }

    .services__item {
        max-width: 473px;
        width: 50%;
    }

    .notice__news,
    .notice__sale {
        padding: 0;
        max-width: 932px;
        width: 100%;
    }

    .notice__sale {
        padding-top: 26px;
    }
}

@media screen and (max-width:1360px) and (min-width:1025px) {
    .us-press__name {
        font-size: 18px;
        line-height: 28px;
    }

    .us-press__data {
        font-size: 14px;
    }

    .us-press__content {
        bottom: inherit;
        left: 25px;
        min-height: inherit;
        top: 20px;
    }
}

@media screen and (max-width:1360px) {
    .submenu {
        left: -10px;
        top: 63px;
        border: 1px solid #fff;
    }

    .submenu:before {
        top: -8px;
        border-color: #fff;
    }

    .submenu ul li a {
        font-size: 13px;
    }

    .submenu ul {
        background-color: rgba(51, 42, 70, 1);
    }
}

@media screen and (max-width:1024px) {
    .we-have {
        padding: 22px 0 13px;
    }

    .we-have__pay-title,
    .we-have__wife-title,
    .we-have__reviews-title {
        padding-top: 0;
        width: 100%;
    }

    .we-have__pay {
        width: 35%;
    }
    .we-have__pay1 {
	float: left;
		padding-top: 0px;
        width: 35%;
    }

	.we-have__pay-card1 {
	padding-top: 24px;
	max-width:170px;
	}
	
	we-have__pay-title1 {
	float: left;
	padding-top: 0px;
	}
    .we-have__wife,
    .we-have__reviews {
        width: 27%;
    }

    .we-have__pay,
    .we-have__wife,
    .we-have__reviews {
        padding-top: 0;
    }

    .we-have__pay-card,
    .we-have__wife-img,
    .we-have__reviews-wr-btn {
        float: left;
        padding-top: 17px;
        overflow: inherit;
        width: 100%;
    }

    .we-have__pay-card {
        padding-top: 24px;
    }

    .we-have__reviews-btn {
        max-width: 153px;
    }

    .services__new {
        -webkit-background-size: auto 615px;
        background-size: auto 615px;
        background-position: center -10px;
    }

    .services__list {
        padding-top: 0;
    }

    .services__photo {
        margin-left: -183px;
        width: 366px;
    }

    .services__item {
        max-width: 370px;
        height: 280px;
    }

    .services__name {
        font-size: 18px;
        line-height: 22px;
        padding: 5px 20% 5px 9%;
    }

    .services__name span {
        height: 36px;
    }

    .white-arrow {
        margin-top: -14px;
        height: 28px;
        width: 28px;
    }

    .white-arrow:before,
    .white-arrow:after {
        height: 7px;
        width: 7px;
    }

    .white-arrow:before {
        margin: -5px 0 0 -5px;
    }

    .white-arrow:after {
        margin: -3px 0 0 -5px;
    }

    .us-press__item {
        max-width: 629px;
        width: 95%;
        padding-left: 5%;
        padding-bottom: 0;
    }

    .us-press__cloud-item {
        padding-bottom: 0;
    }

    .us-press__news_item_dital {
        margin-left: 0px;
    }
}

@media screen and (max-width:768px) {
    .services__name {
        padding-left: 15px;
    }

    .notice__photo {
        left: 50%;
        margin-left: -500px;
    }

    .header-menu__item.parent:after {
        right: 20px;
    }
}

@media screen and (max-width:640px) {
    .submenu {
        /*top:38px;*/
    }

    .submenu ul {
        padding: 15px 25px 15px 60px;
        text-align: left;
    }

    .submenu ul li a {
        text-align: left;
    }

    /*.big-slider__item-slide{padding-bottom:70px;min-height:925px;}
.big-slider__wrapper-item{padding-top:540px;}
.big-slider__title-slide{padding-bottom:26px;}
.big-slider__description-slide{padding-top:23px;font-size:18px;}
.big-slider__booking{margin-top:32px;}*/
    .we-have {
        padding-bottom: 25px;
    }

    .we-have__pay {
        width: 50%;
    }
    .we-have__pay1 {
	float: left;
		padding-top: 0px;
        width: 50%;
    }

	.we-have__pay-card1 {
	max-width:170px;
	padding-top: 16px;
	}
	
	we-have__pay-title1 {
	float: left;
	padding-top: 0px;
	}
    .we-have__wife {
        width: 35%;
    }

    .we-have__reviews {
        width: 100%;
    }

    .we-have__reviews {
        padding-top: 15px;
    }

    .we-have__reviews-title {
        float: left;
        padding-top: 11px;
        width: 208px;
    }

    .we-have__reviews-wr-btn {
        float: none;
        padding-top: 0;
        overflow: hidden;
        width: auto;
    }

    .we-have__pay-card {
        padding-top: 16px;
    }

    .we-have__wife-img {
        padding-top: 9px;
    }

    .we-have__reviews-btn {
        max-width: 220px;
    }

    .services__new-description {
        padding-bottom: 45px;
    }

    .services__new-description span {
        max-width: 342px;
    }

    .services__item {
        width: 100%;
    }

    .notice__news-content {
        padding-left: 17px;
        padding-right: 10px;
        width: 235px;
    }

    .notice__news-content:before {
        left: -6px;
        top: 47px;
        height: 25px;
        width: 27px;
    }

    .notice__sale-content {
        padding-right: 23px;
        padding-left: 23px;
    }

    .notice__sale-name b {
        font-size: 27px;
    }

    .us-press__cloud-item a {
        display: block;
        width: 100%;
    }
	.service-block-seoi{
         width: 50%;
         margin-bottom: 250px;
    }
}

@media screen and (max-width:480px) {
    .big-slider__wrapper-item {
        padding-top: 130px;
    }

    .big-slider__description-slide {
        font-size: 16px;
    }

    .big-slider__item-slide {
        min-height: 300px;
        background-size: cover;
    }

    .big-slider__title-slide:before {
        border-bottom: 3px solid #ffcca2;
    }

    .big-slider__title-slide {
        font: 19px/23px "MuseoSansCyrl500", sans-serif !important;
        padding-bottom: 5px;
    }

    .big-slider__booking {
        margin-top: 10px;
        z-index: 999;
    }

    .big-slider__description-slide {
        font: 14px/14px "MuseoSansCyrl500", sans-serif;
        padding-top: 5px;
    }

    .we-have__pay {
        width: 50%;
    }
	
    .we-have__pay1 {
	float: left;
		padding-top: 0px;
        width: 50%;
    }

	.we-have__pay-card1 {
	max-width:170px;
	}
	
	we-have__pay-title1 {
	float: left;
	padding-top: 0px;
	}
	
    .we-have__wife {
        width: 43%;
    }

    .we-have__reviews-title {
        width: 170px;
    }

    .we-have__pay-card {
        max-width: 130px;
        width: 100%;
    }

    .notice__photo {
        left: inherit;
        margin-left: 0;
        right: -597px;
    }

    .us-press__name {
        overflow: hidden;
        max-height: 150px;
        font-size: 20px;
        line-height: 28px;
    }

    .us-press__data {
        font-size: 14px;
    }

    .us-press__content {
        bottom: inherit;
        left: 23px;
        min-height: inherit;
        top: 20px;
    }
}

@media screen and (max-width:360px) {
    .big-slider__title-slide {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 24px;
    }

    .big-slider__title-slide:before {
        border-bottom: 5px solid #ffcca2;
    }

    .big-slider__description-slide {
        max-height: 141px;
        font-size: 14px;
        line-height: 19px;
    }

    .big-slider__booking {
        margin-top: 15px;
    }

    .we-have__reviews-title {
        padding-top: 0;
        width: 110px;
    }

    .services__new-description span {
        max-width: 260px;
    }

    .notice__sale-content {
        padding-top: 50px;
    }

    .notice__sale-name {
        font-size: 22px;
        line-height: 30px;
    }

    .notice__sale-name b {
        font-size: 22px;
    }

    .notice__sale-name:before {
        border-bottom: 5px solid #332644;
        width: 250px;
    }

    .notice__sale-text {
        font-size: 15px;
    }

    .us-press__name {
        font-size: 16px;
        overflow: hidden;
        max-height: 120px;
    }
}

.inside-content {
    padding-bottom: 100px;
}

.inside-header {
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    font-size: 0;
    padding: 398px 0 20px;
    min-height: 720px;
    text-align: center;
}

.inside-header__title {
    font: 44px/44px "Circe-Bold", sans-serif;
    padding-bottom: 37px;
    position: relative;
    text-transform: uppercase;
}

.inside-header__title:before {
    border-bottom: 7px solid #ffcca2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -73px;
    position: absolute;
    width: 146px;
}

.inside-header__title span {
    display: inline-block;
    width: 100%;
}

.inside-header__signature {
    font: 22px/34px "MuseoSansCyrl500", sans-serif;
    padding-top: 32px;
    position: relative;
}

.inside-header__signature span {
    display: inline-block;
    max-width: 510px;
    width: 100%;
}

.navigation {
    display: block;
    font-size: 0;
    margin-top: 50px;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.navigation__number,
.navigation__button {
    color: #000;
    font-size: 18px;
    line-height: 22px;
}

.navigation__number:hover,
.navigation__number:focus,
.navigation__number._active,
.navigation__button:hover,
.navigation__button:focus,
.navigation__button._active {
    color: #8c8894;
}

.navigation__number {
    display: inline-block;
    font-weight: 300;
    margin: 0 2%;
    padding: 0 5px;
    vertical-align: top;
}

.navigation__button {
    position: absolute;
    top: 0;
}

.navigation__button:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 2px;
}

.navigation__button._return {
    padding-left: 20px;
    left: 0;
}

.navigation__button._return:before {
    content: "";
    left: 0;
}

.navigation__button._next {
    padding-right: 20px;
    right: 0;
}

.navigation__button._next:before {
    content: "";
    right: 0;
}

.reviews {
    font-size: 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 -53px -64px;
    display: flex;
    flex-flow: row-reverse wrap-reverse;
}

.reviews .reviews__item:nth-child(n+4) {
    padding-top: 46px;
}

.reviews .reviews__item:nth-child(n+4):nth-child(3n+1):before {
    content: "";
    position: absolute;
    display: block;
    border-top: 1px solid #dbdbdb;
    left: 64px;
    top: 0;
    height: 1px;
    width: 1019px;
}

.reviews__item {
    display: inline-block;
    position: relative;
    padding: 0 0 53px 64px;
    vertical-align: top;
    width: 33.333%;
}

.reviews__wrapper:hover .reviews-text,
.reviews__wrapper:focus .reviews-text {
    background-color: #332644;
    border-color: #332644;
    color: #fff;
}

.reviews__wrapper:hover .reviews-text:before,
.reviews__wrapper:focus .reviews-text:before {
    border-color: #332644;
    background-color: #332644;
}

.reviews__wrapper:hover .reviews-text:after,
.reviews__wrapper:focus .reviews-text:after {
    background-color: #332644;
}

.reviews-person {
    /*min-height:147px;*/
}

.reviews-person__coment_link {
    cursor: pointer;
}

.reviews-person__photo {
    float: left;
    /*width:122px;*/
}

.reviews-person__line {
    /*border:1px solid #dbdbdb;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    /*height:105px;*/
    /*width:105px;*/
}

.reviews-person__line img {
    height: 65px;
}

.reviews-person__date {
    overflow: hidden;
    /*padding-top: 10px;*/
}

.reviews-person__createdon {
    color: #332a46;
    font-size: 14px;
    line-height: 16px;
    clear: both;
    display: block;
}

.reviews-person__address {
    color: #332a46;
    font-size: 14px;
    line-height: 16px;
    /*padding-top:21px;*/
    padding-top: 15px;
}

.reviews-person__author-name {
    color: #3f3f3f;
    font-size: 18px;
    line-height: 20px;
    padding-top: 13px;
    float: left;
    padding-right: 20px;
}

.reviews-text {
    border: 1px solid #dbdbdb;
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 23px 26px;
    position: relative;
    height: 174px;
    width: 100%;
}

.reviews-text:before {
    content: "";
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    background-color: #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 100px;
    top: -11px;
    height: 20px;
    width: 20px;
}

.reviews-text__wrapper {
    overflow: hidden;
    max-height: 126px;
}

.reviews-text__wrapper p {
    margin-bottom: 18px;
}

.reviews-text__wrapper p:last-child {
    margin-bottom: 0;
}

.reviews-more {
    padding-top: 26px;
}

.reviews-more__button {
    display: block;
    color: #332644;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
}

.reviews-more__button:hover,
.reviews-more__button:focus {
    text-decoration: none;
}

.list-services {
    font-size: 0;
    overflow: hidden;
    margin-left: -40px;
    margin-top: 20px;
}

.list-services .list-services__item:nth-child(n+4) {
    padding-top: 65px;
}

.list-services__item {
    display: inline-block;
    padding-left: 40px;
    vertical-align: top;
    width: 33.333%;
}

.list-services__name {
    display: block;
    font-size: 29px;
    line-height: 30px;
    padding-left: 30px;
    width: 100%;
}

.list-services-column {
    display: block;
    padding-top: 32px;
    width: 100%;
}

.list-services-column .list-services-column__line:last-child {
    padding-bottom: 0;
}

.list-services-column__line {
    display: block;
    padding-bottom: 17px;
    width: 100%;
}

.list-services-column__title {
    color: #332a46;
    display: block;
    font-size: 17px;
    line-height: 18px;
    padding-left: 30px;
    position: relative;
}

.list-services-column__title.nolinks:before,
.list-services-column__title.nolinks:after {
    display: none;
}

.list-services-column__title:before,
.list-services-column__title:after {
    content: "";
    position: absolute;
}

.list-services-column__title:before {
    border-top: 2px solid #b3b3b3;
    left: 0;
    top: 6px;
    height: 1px;
    width: 16px;
}

.list-services-column__title:after {
    border-left: 2px solid #b3b3b3;
    left: 7px;
    top: -1px;
    height: 16px;
    width: 1px;
}

.list-services-column__title:hover {
    color: #00bcd8;
    text-decoration: none;
}

.list-services-column__titlefocus {
    color: #000;
}

.list-services-column__title._active:before {
    border-color: #322646;
}

.list-services-column__title._active:after {
    display: none;
}

.list-services-column__content {
    display: none;
    padding: 2px 0 20px 30px;
    width: 100%;
}

.list-services-column__content p {
    padding-top: 15px;
}

.list-services-column__link {
    display: inline-block;
    color: #332a46;
    font-size: 17px;
    line-height: 20px;
    text-decoration: underline;
}

.sale {
    font-size: 0;
}

.sale .sale__item:nth-child(even) {
    padding-left: 6px;
}

.sale .sale__item:nth-child(even) .sale__content {
    text-align: right;
    float: left;
}

.sale .sale__item:nth-child(even) .sale__title:before {
    right: 0;
}

.sale .sale__item:nth-child(odd) {
    padding-right: 6px;
}

.sale .sale__item:nth-child(odd) .sale__content {
    float: right;
}

.sale .sale__item:nth-child(odd) .sale__title:before {
    left: 0;
}

.sale__item {
    display: inline-block;
    padding-bottom: 12px;
    vertical-align: top;
    width: 50%;
}

.sale__item:hover .sale__photo:before,
.sale__item:focus .sale__photo:before {
    opacity: 0.5;
}

.sale__wrapper {
    overflow: hidden;
    height: 586px;
    position: relative;
}

.sale__photo {
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.sale__photo:before {
    background-color: #000;
    content: "";
    position: absolute;
    opacity: 0.35;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.sale__photo img {
    max-width: inherit;
}

.sale__content {
    color: #fff;
    padding: 104px 20px 0;
    position: relative;
    max-width: 515px;
    width: 100%;
    z-index: 3;
}

.sale__title {
    color: #fff;
    font: 24px/35px "Circe-Bold", sans-serif;
    display: block;
    padding-bottom: 36px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.sale__title i {
    color: #ffffff;
    font-style: normal;
}

.sale__title b {
    font-weight: normal;
    font-size: 30px;
}

.sale__title:before {
    border-bottom: 7px solid #332644;
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 280px;
}

.sale__description {
    display: inline-block;
    font-size: 17px;
    line-height: 23px;
    overflow: hidden;
    margin: 36px 0 53px;
    max-height: 205px;
    max-width: 365px;
    width: 100%;
}

.contacts-cards {
    font-size: 0;
    margin-left: -20px;
}

.contacts-cards__item {
    display: inline-block;
    padding: 0 0 20px 20px;
    width: 33.333%;
    vertical-align: top;
}

.contacts-cards__wrapper {
    padding: 28px 20px 20px 50px;
    min-height: 203px;
}

.contacts-cards__title {
    color: #332a46;
    display: block;
    font-size: 15px;
    line-height: 18px;
    padding: 40px 0 21px;
    width: 100%;
}

.contacts-cards__cart {
    font-size: 17px;
    line-height: 20px;
    margin-top: 15px;
}

.contacts-cards__cart_link {
    cursor: pointer;
}

.contacts-cards__title._telephone {
    background: url(../img/icons/phone.png) 0 4px no-repeat;
}

.contacts-cards__title._email {
    background: url(../img/icons/mail.png) 0 0 no-repeat;
}

.contacts-cards__title._address {
    background: url(../img/icons/label.png) 0 0 no-repeat;
}

.contacts-cards__date {
    font-size: 17px;
    line-height: 20px;
}

.contacts-cards__date p {
    margin-bottom: 10px;
}

.contacts-cards__date p:last-child {
    margin-bottom: 0;
}

.contacts-cards__date a:hover,
.contacts-cards__date a:focus {
    color: #4b3869;
}

.contacts-cards__email {
    color: #4b3869;
    text-decoration: none;
}

.contacts-social {
    background-color: #f5f5f5;
    height: 80px;
}

.contacts-social__title {
    color: #332644;
    font-size: 17px;
    line-height: 20px;
    padding: 32px 0 0 63px;
    float: left;
    text-transform: uppercase;
}

.contacts-social__icons {
    float: right;
    font-size: 0;
    padding: 25px 45px 0 0;
}

.contacts-social__icons_footer {
    font-size: 0;
    padding: 25px 45px 0 0;
}

.contacts-social__link {
    display: inline-block;
    border: 1px solid #332644;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
    height: 30px;
    width: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.contacts-social__link._fb {
    background: url(../img/icons/fb-big.png) center bottom no-repeat;
}

.contacts-social__link._ok {
    background: url(../img/icons/ok-big.png) center center no-repeat;
}

.contacts-social__link._vk {
    background: url(../img/icons/vk-big.png) center center no-repeat;
}

.contacts-social__link._fb a {
    pointer-events: none;
    cursor: default;
}

.contacts-social__link._footer._fb {
    background: url(../img/icons/fb-big_for_footer.png) center bottom no-repeat;
}

.contacts-social__link._footer._fb a {
    pointer-events: none;
    cursor: default;
}

.contacts-social__link._footer._ok {
    background: url(../img/icons/ok-big_footer.png) center center no-repeat;
}

.contacts-social__link._footer._vk {
    background: url(../img/icons/vk-big_footer.png) center center no-repeat;
}

._footer {
    border: 1px solid #ffffff;
}

.contacts-social__link:hover,
.contacts-social__link:focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.contacts-company__title {
    font-size: 22px;
    line-height: 25px;
    padding: 37px 0;
    text-align: center;
    text-transform: uppercase;
}

.contacts-company__item {
    display: block;
    padding: 28px 20px 7px 36px;
    margin-bottom: 26px;
    width: 100%;
}

.contacts-company__name {
    display: block;
    font-size: 17px;
    line-height: 25px;
}

.contacts-company__contacts {
    display: block;
    font-size: 0;
    padding-top: 23px;
    width: 100%;
}

.contacts-company__column {
    display: inline-block;
    padding: 0 10px 30px 0;
    vertical-align: top;
}

.contacts-company__column._telephone {
    background: url(../img/icons/phone.png) 0 0 no-repeat;
    padding-left: 45px;
    width: 255px;
}

.contacts-company__column._fax {
    width: 200px;
}

.contacts-company__column._address {
    background: url(../img/icons/label.png) 0 0 no-repeat;
    padding-left: 45px;
}

.contacts-company__pointer {
    color: #332a46;
    font-size: 15px;
    line-height: 18px;
}

.contacts-company__date {
    font-size: 17px;
    line-height: 20px;
    padding-top: 16px;
}

.contacts-company__date p {
    margin-bottom: 10px;
}

.contacts-company__date p:last-child {
    margin-bottom: 0;
}

.contacts-company__date a:hover,
.contacts-company__date a:focus {
    color: #4b3869;
}

.contacts-form {
    padding: 43px 42px 44px 35px;
}

.contacts-form__title {
    display: block;
    font-size: 30px;
    line-height: 36px;
}

.contacts-form__item {
    position: relative;
    /* padding-right: 248px; */
    margin-top: 31px;
}

.contacts-form__line {
    float: left;
    padding-right: 12px;
    width: 50%;
}

.contacts-form__field {
    display: block;
    border: 1px solid #dadada;
    font: 16px/18px "MuseoSansCyrl300", sans-serif;
    padding: 0 25px;
    height: 49px;
    width: 100%;
}

.contacts-form__field.error {
    border-color: #ff0000;
}

.contacts-form__field:hover,
.contacts-form__field:before,
.contacts-form__field:active {
    border-color: #332644;
}

.contacts-form__button {
    background-color: #332644;
    border: 1px solid #332644;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
  /*  position: absolute;
    right: 0;
    top: 0; */
    height: 49px;
    width: 248px;
    text-align: center;
}

.contacts-form__button:hover,
.contacts-form__button:focus {
    background-color: #fff;
    color: #332644;
}

.contacts-map {
    margin: 0px 0 -100px;
}

.contacts-map__item {
    height: 545px;
    width: 100%;
}

.style-border {
    border: 1px solid #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
}

.style-border:hover,
.style-border:focus {
    border-color: #332a46;
    box-shadow: none;
}

.about-us-license {
    padding: 44px 0 30px;
}

.about-us-license__list {
    overflow: hidden;
    padding-top: 48px;
    margin-left: -26px;
    position: relative;
}

.about-us-license__item {
    padding: 0 0 20px 26px;
    float: left;
    text-align: center;
    width: 33.333%;
}

.about-us-license__photo {
    border: 1px solid #dadada;
    display: table;
    height: 408px;
    width: 100%;
}

.about-us-license__link {
    display: table-cell;
    padding: 0 10px;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.about-us__scroll {
    height: 0;
    overflow: hidden;
}

.about-us__scroll._active {
    height: auto;
}

.about-us-specialists {
    border-top: 1px solid #dadada;
    padding-top: 42px;
    margin-top: 68px;
}

.about-us-specialists ul {
    margin-top: 48px;
    list-style-position: inside;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.about-us-specialists ul li {
    line-height: 20px;
    padding: 0 40px 16px 15px;
    position: relative;
}

.about-us-specialists ul li:before {
    content: "";
    background-color: #000;
    position: absolute;
    left: 0;
    top: 8px;
    height: 1px;
    width: 5px;
}

.about-us-function__wrapper {
    display: block;
    text-align: center;
}

.about-us-function__button,
.about-us-function__button2 {
    background-color: #332644;
    border: 1px solid #332644;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    height: 53px;
    width: 158px;
}

.about-us-function__button:hover,
.about-us-function__button2:hover {
    background-color: #fff;
    color: #332644;
}

.about-us-function__button._active,
.about-us-function__button2._active {
    margin-top: 69px;
}

.about-us-photo {
    display: block;
    padding-top: 50px;
}

.about-us-photo__list {
    padding-top: 55px;
}

.about-us-photo__link {
    display: block;
}

.about-us-photo__section {
    position: relative;
    float: left;
}

.about-us-photo__section._one {
    width: 50%;
}

.about-us-photo__section._one:before {
    content: "";
    position: absolute;
    background-color: #fff;
    right: -5px;
    top: 0;
    height: 100%;
    width: 10px;
    z-index: 1;
}

.about-us-photo__section._two {
    float: none;
    overflow: hidden;
}

.about-us-photo__section._three:before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: -5px;
    height: 10px;
    width: 100%;
    z-index: 1;
}

.about-us-photo__section._five {
    display: block;
    width: 100%;
}

.about-us-photo__section._five:before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 0;
    top: -5px;
    height: 10px;
    width: 100%;
    z-index: 1;
}

.worker {
    /*padding-top:45px;*/
    text-align: center;
}

.worker__list {
    margin-top: 39px;
}

.worker__photo {
    display: block;
    font-size: 0;
}

.worker__photo span {
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    height: 194px;
    width: 194px;
}

.worker__name {
    display: block;
    font-size: 24px;
    line-height: 30px;
  /*  padding-top: 29px; */
}

.worker__function {
    color: #332a46;
    display: block;
    line-height: 18px;
    padding-top: 14px;
}

.worker__info {
    display: inline-block;
    font-size: 0;
    padding: 19px 0 11px;
}

.worker__text {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    padding: 0 20px;
    max-width: 820px;
    width: 100%;
}

.worker__detail {
    display: block;
   /* padding-top: 32px; */
    width: 100%;
}

.worker__link {
    color: #332a46 !important;
    display: inline-block;
    border: 1px solid #332644;
    line-height: 18px !important;
    padding: 17px 20px;
    text-decoration: none !important;
}

.worker__link:hover,
.worker__link:focus {
    background-color: #332644;
    color: #fff !important;
}

.services-page__form {
    padding-bottom: 53px;
    text-align: center;
}

.services-page-content.content {
    text-align: left;
}

#content_simple ul,
ol {
    padding-left: 25px;
    padding-right: 25px;
    /*padding-left:50px;*/
    margin-bottom: 25px;
}

#content_simple li {
    /*padding-left:10px;*/
}

#content_simple li p {
    margin-bottom: 25px;
}

.services-page-content__line-bold {
    display: block;
    font: 16px/25px "Circe-Bold", sans-serif;
    padding-bottom: 59px;
    text-align: center;
}

.services-page-advantages {
    padding-top: 32px;
}

.services-page-advantages__list {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
    position: relative;
    font-size: 0;
    margin-top: 45px;
    padding: 14px 20px 68px 0;
    overflow: hidden;
}

.services-page-advantages__list .services-page-advantages__item:first-child {
    /*width:15%;*/
    width: 28%;
}

.services-page-advantages__list .services-page-advantages__item:nth-child(2) {
    /*width:23%;*/
    width: 28%;
}

.services-page-advantages__list .services-page-advantages__item:nth-child(3) {
    /*width:24%;*/
    width: 28%;
}

.services-page-advantages__list .services-page-advantages__item:nth-child(4) {
    /*width:20%;*/
    width: 28%;
}

.services-page-advantages__list .services-page-advantages__item:nth-child(5) {
    /*width:18%;*/
    width: 28%;
}

.services-page-advantages__list .services-page-advantages__item:nth-child(6) {
    /*width:37%;*/
    width: 28%;
}

.services-page-advantages__list .services-page-advantages__item:nth-child(7) {
    /*width:30%;*/
    width: 28%;
}

.services-page-advantages__list .services-page-advantages__item:nth-child(8) {
    /*width:33%;*/
    width: 28%;
}

.services-page-advantages__list .services-page-advantages__item {
    width: 28%;
}

.services-page-advantages__item {
    display: inline-block;
    padding: 32px 0 0 34px;
    vertical-align: top;
    box-sizing: content-box;
    word-wrap: break-word;
}

.services-page-advantages__number {
    color: #d9d7da;
    font-size: 53px;
    line-height: 53px;
}

.services-page-advantages__text {
    color: #43374d;
    display: block;
    font-size: 16px;
    line-height: 23px;
    padding-top: 20px;
}

.services-page-indications {
    padding: 43px 0 47px;
}

.services-page-indications__wrapper {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
    display: block;
    margin-top: 47px;
    position: relative;
    overflow: hidden;
}

.services-page-indications__wrapper:before,
.services-page-indications__wrapper:after {
    content: "";
    position: absolute;
    margin-left: -3px;
    left: 50%;
    top: 0;
    height: 100%;
}

.services-page-indications__wrapper:before {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
    width: 6px;
    z-index: 1;
}

.services-page-indications__wrapper:after {
    background-color: #fff;
    margin-left: -4px;
    width: 15px;
    z-index: 2;
}

.services-page-indications__block {
    float: left;
    padding: 49px 20px 42px 47px;
    width: 50%;
}

.services-page-indications__title {
    color: #43374d;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.services-page-indications__list {
    margin-top: 32px;
}

.services-page-indications__list a {
    color: #0099cc;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
}

.services-page-indications__list li {
    display: block;
    padding: 0 0 6px 15px;
    line-height: 18px;
    position: relative;
}

.services-page-indications__list li:before {
    content: "";
    background-color: #000;
    position: absolute;
    left: 0;
    top: 8px;
    height: 1px;
    width: 5px;
}

.services-page-price {
    background-color: #f2f2f2;
    padding-bottom: 70px;
    margin-top: 55px;
}

.services-page-price__wrapper,
.page_simple_content table {
    /*padding-top:54px;*/
    padding-top: 20px;
}

.page_simple_content img {
    height: auto;
}

.services-page-price__table {
    display: block;
    background-color: #fff;
    border-top: 4px solid #322646;
    font-size: 16px;
    line-height: 18px;
    margin-top: 44px;
}

.page_simple_content table {
    background-color: #fff;
    border-top: 4px solid #322646;
    font-size: 16px;
    line-height: 18px;
    margin: 44px 0;
    width: 100% !important;
}

.services-page-price__table .services-page-price__tr:nth-child(even),
.page_simple_content table tr:nth-child(even) {
    background-color: #f6f6f6;
}

.services-page-price__tr,
.services-page-price__wrapper tr {
    border-bottom: 1px solid #d3d3d3;
    display: block;
    overflow: hidden;
}

.page_simple_content table tr {
    border-bottom: 1px solid #d3d3d3;
    overflow: hidden;
}

.services-page-price__tr .services-page-price__td:first-child,
.services-page-price__wrapper tr td:first-child,
.services-page-price__wrapper tr th:first-child {
    border-right: 1px solid #d3d3d3;
    width: 66% !important;
    box-sizing: border-box;
    text-align: left;
}

.page_simple_content table tr td:first-child,
.page_simple_content table tr th:first-child {
    box-sizing: border-box;
    width: 80%;
}
}

.page_simple_content table tr:hover {
    color: #00bcd8;
}

.services-page-price__tr .services-page-price__td:nth-child(2),
.services-page-price__wrapper tr td:nth-child(2),
.services-page-price__wrapper tr th:nth-child(2) {
    width: 34%;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: right;
}

.page_simple_content table tr td:nth-child(2) {
    box-sizing: border-box;
    min-width: 200px;
}

.services-page-price__td,
.services-page-price__wrapper tr td,
.services-page-price__wrapper tr th {
    float: left;
}

.page_simple_content table tr td,
.page_simple_content table tr th {
    padding: 18px 20px 9px 6%;
}

.actions_wrap .sale__title i {}

.services-page-gallery {
    padding: 44px 0 0px;
    text-align: center;
}

.services-page-gallery__list {
    /* margin-top: 127px; */
    margin-top: 27px;
}

.other-services {
    padding-top: 76px;
    text-align: center;
}

.other-services__list {
    display: block;
    font-size: 0;
    margin-top: 57px;
}

.other-services__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.other-services__link {
    display: inline-block;
    color: #13171a;
    font-size: 16px;
    line-height: 25px;
}

.other-services__link:hover .other-services__photo {
    border-color: #332644;
}

.other-services__photo {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    display: inline-block;
    overflow: hidden;
    height: 160px;
    width: 160px;
}

.other-services__name {
    display: block;
    padding: 24px 10px 0;
    text-transform: uppercase;
}

@media screen and (max-width:1360px) {
    .sale__wrapper {
        height: 510px;
    }

    .sale__content {
        max-width: 465px;
        padding-top: 60px;
    }

    .sale__description {
        max-height: 160px;
    }
}

@media screen and (max-width:1024px) {
    .inside-header {
        -webkit-background-size: auto;
        background-size: cover;
        padding-top: 270px;
        min-height: 200px;
    }

    .inside-header__title {
        font-size: 40px;
    }

    .inside-header__title span {
        max-width: 525px;
    }

    .inside-header__signature {
        font-size: 20px;
    }

    .inside-header__signature span {
        max-width: 450px;
    }

    .reviews {
        margin-left: -20px;
    }

    .reviews .reviews__item:nth-child(3) {
        padding-top: 46px;
    }

    .reviews .reviews__item:nth-child(n+4):nth-child(3n+1):before {
        display: none;
    }

    .reviews .reviews__item:nth-child(n+3):nth-child(2n+1):before {
        content: "";
        position: absolute;
        display: block;
        border-top: 1px solid #dbdbdb;
        left: 20px;
        top: 0;
        height: 1px;
        width: 1019px;
    }

    .reviews__item {
        padding-left: 20px;
        width: 50%;
    }

    .list-services .list-services__item:nth-child(3) {
        padding-top: 65px;
    }

    .list-services__item {
        width: 50%;
    }

    .sale__item {
        padding-right: 0 !important;
        padding-left: 0 !important;
        width: 100%;
    }

    .sale__photo {
        -webkit-background-size: auto 510px;
        background-size: auto 510px;
    }

    .contacts-cards .contacts-cards__item:last-child {
        width: 100%;
    }

    .contacts-cards__item {
        width: 50%;
    }

    .contacts-form__item {
        padding-right: 220px;
    }

    .contacts-form__field {
        padding: 0 15px;
    }

    .contacts-form__button {
        width: 220px;
    }

    .contacts-cards__cart {
        font-size: 17px;
        line-height: 20px;
        margin-top: 15px;
    }

    .contacts-cards__cart_link {
        cursor: pointer;
    }

    .about-us-license__list {
        padding-top: 20px;
        margin-left: -15px;
    }

    .about-us-license__item {
        padding-left: 15px;
    }

    .about-us-license__photo {
        height: 340px;
    }

    .about-us-license__link img {
        width: 200px;
    }

    .about-us-photo__list {
        padding-top: 20px;
    }

    .about-us-specialists ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .services-page-advantages .services-page-advantages__item:first-child {
        width: 22%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(2) {
        width: 27%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(3) {
        width: 27%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(4) {
        width: 24%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(5) {
        width: 22%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(6) {
        width: 27%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(7) {
        width: 26%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(8) {
        width: 25%;
    }

    .services-page-indications__block {
        padding-left: 35px;
    }
}

@media screen and (max-width:768px) {
    .reviews-person {
        min-height: 137px;
    }

    .reviews-more {
        padding-top: 15px;
    }

    .navigation__button._return {
        padding-right: 15px;
    }

    .navigation__button._next {
        padding-left: 15px;
    }

    .contacts-cards__title {
        padding-bottom: 11px;
    }

    .contacts-cards__item {
        width: 100%;
    }

    .contacts-cards__wrapper {
        padding-top: 20px;
        padding-left: 25px;
        min-height: inherit;
    }

    .contacts-cards__cart {
        font-size: 17px;
        line-height: 20px;
        margin-top: 15px;
    }

    .contacts-cards__cart_link {
        cursor: pointer;
    }

    .contacts-social__title {
        padding-left: 26px;
    }

    .contacts-company__item {
        padding-left: 25px;
    }

    .contacts-form {
        padding-left: 25px;
        padding-right: 25px;
    }

    .contacts-form__title {
        font-size: 26px;
        line-height: 26px;
    }

    .contacts-form__item {
        padding-right: 170px;
    }

    .contacts-form__field {
        font-size: 14px;
    }

    .contacts-form__button {
        font-size: 14px;
        width: 170px;
    }

    .contacts-map {
        margin-top: 40px;
    }

    .about-us-photo__section._one:before {
        right: -2px;
        width: 4px;
    }

    .about-us-photo__section._three:before {
        bottom: -2px;
        height: 4px;
    }

    .about-us-photo__section._five:before {
        top: -2px;
        height: 4px;
    }

    .services-page-content__line-bold {
        padding-bottom: 20px;
    }

    .services-page-advantages .services-page-advantages__item:first-child {
        width: 30%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(2) {
        width: 35%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(3) {
        width: 35%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(4) {
        width: 30%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(5) {
        width: 30%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(6) {
        width: 40%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(7) {
        width: 50%;
    }

    .services-page-advantages .services-page-advantages__item:nth-child(8) {
        width: 50%;
    }

    .services-page-advantages__list {
        padding-bottom: 50px;
        margin-top: 32px;
    }

    .services-page-indications__wrapper {
        margin-top: 32px;
        padding: 10px 0 40px 0;
    }

    .services-page-indications__wrapper:before,
    .services-page-indications__wrapper:after {
        display: none;
    }

    .services-page-indications__block {
        padding-top: 30px;
        padding-bottom: 0;
        width: 100%;
    }

    .services-page-indications__list {
        margin-top: 12px;
    }

    .services-page-price__table,
    .page_simple_content table {
        margin-top: 32px;
    }

    .services-page-gallery {
        padding-bottom: 0px;
    }

    .services-page-gallery__list {
        margin-top: 102px;
    }

    .other-services {
        margin-bottom: -40px;
    }

    .other-services__list {
        margin-top: 32px;
    }

    .other-services__item {
        margin-bottom: 40px;
        width: 50%;
    }

    .other-services__name {
        padding-top: 15px;
    }
}

@media screen and (max-width:640px) {
    .inside-content {
        padding-bottom: 46px;
    }

    .inside-header {
        -webkit-background-size: auto;
        background-size: cover;
        padding: 170px 0 50px;
        min-height: 100px;
    }

    .inside-header__title {
        font-size: 26px;
        line-height: 32px;
        padding-bottom: 10px;
    }

    .inside-header__title:before {
        border-bottom: 5px solid #ffcca2;
    }

    .inside-header__title span {
        max-width: 400px;
    }

    .inside-header__signature {
        font-size: 14px;
        line-height: 22px;
        padding-top: 22px;
    }

    .inside-header__signature span {
        max-width: 290px;
    }

    .navigation {
        margin-top: 20px;
        padding-top: 7px;
    }

    .navigation__number,
    .navigation__button {
        font-size: 16px;
    }

    .navigation__button {
        font-size: 0 !important;
        overflow: hidden;
        padding: 0 !important;
        height: 30px;
        width: 20px;
    }

    .navigation__button:before {
        font-size: 22px;
        top: 3px;
    }

    .reviews {
        margin: 0;
    }

    .reviews .reviews__item:nth-child(2) {
        padding-top: 46px;
    }

    .reviews .reviews__item:nth-child(n+3):nth-child(2n+1):before {
        display: none;
    }

    .reviews__item {
        padding: 0;
        width: 100%;
    }

    .reviews-person {
        min-height: 105px;
    }

    .reviews-person__photo {
        width: 105px;
    }

    .reviews-person__line {
        height: 85px;
        width: 85px;
    }

    .reviews-person__author-name {
        padding-top: 7px;
    }

    .reviews-text {
        height: auto;
    }

    .reviews-text:before {
        left: 80px;
    }

    .reviews-more {
        padding-top: 7px;
    }

    .list-services__item {
        padding-top: 22px !important;
        width: 100%;
    }

    .list-services__name {
        font-size: 25px;
        line-height: 25px;
        padding-left: 0;
    }

    .list-services-column {
        padding-top: 8px;
    }

    .list-services-column__line {
        padding-bottom: 10px;
    }

    .list-services-column__title {
        font-size: 15px;
        line-height: 17px;
        padding-left: 13px;
    }

    .list-services-column__title:before {
        border-top: 1px solid #b3b3b3;
        width: 9px;
    }

    .list-services-column__title:after {
        border-left: 1px solid #b3b3b3;
        left: 4px;
        top: 2px;
        height: 9px;
    }

    .list-services-column__content {
        padding: 0 0 20px 20px;
    }

    .list-services-column__content p {
        padding-top: 15px;
    }

    .list-services-column__link {
        font-size: 15px;
        line-height: 18px;
    }

    .list-services .list-services__item:first-child {
        padding-top: 0 !important;
    }

    .list-services {
        margin-left: 0px;
    }

    .sale__item {
        padding-bottom: 5px;
    }

    .sale .sale__item:nth-child(even) .sale__content {
        text-align: left;
    }

    .sale .sale__item:nth-child(even) .sale__title:before {
        right: inherit;
        left: 0;
    }

    .sale .sale__item:nth-child(odd) .sale__content {
        float: left;
    }

    .sale__wrapper {
        height: auto;
    }

    .sale__content {
        padding: 60px 10px 66px;
    }

    .sale__title {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 26px;
    }

    .sale__title:before {
        border-bottom: 4px solid #332644;
    }

    .sale__title b {
        font-size: 26px;
    }

    .sale__description {
        font-size: 15px;
        line-height: 20px;
        margin: 20px 0 35px;
    }

    .contacts-cards__wrapper {
        padding-left: 15px;
    }

    .contacts-cards__item {
        padding-bottom: 10px;
    }

    .contacts-social {
        padding-bottom: 20px;
        height: auto;
    }

    .contacts-social__title {
        font-size: 15px;
        padding-left: 15px;
        padding-top: 22px;
        width: 100%;
    }

    .contacts-social__icons {
        padding: 5px 0 0 15px;
        width: 100%;
    }

    .contacts-company__name {
        font-size: 14px;
        line-height: 20px;
    }

    .contacts-company__title {
        padding-bottom: 25px;
    }

    .contacts-company__column {
        padding-bottom: 20px;
    }

    .contacts-company__date {
        font-size: 15px;
        line-height: 15px;
        padding-top: 10px;
    }

    .contacts-company__item {
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .contacts-form {
        padding: 25px 15px 30px;
    }

    .contacts-form__title {
        font-size: 22px;
        line-height: 22px;
    }

    .contacts-form__item {
        padding-right: 0;
        margin-top: 15px;
    }

    .contacts-form__line {
        padding: 0 0 10px;
        width: 100%;
    }

    .contacts-form__button {
        position: relative;
        right: inherit;
        top: inherit;
        width: 100%;
    }

    .contacts-map {
        margin: 15px 0 -46px 0;
    }

    .about-us-license {
        padding: 30px 0 0;
    }

    .about-us-license__list {
        padding-top: 10px;
        margin-left: -5px;
    }

    .about-us-license__item {
        padding-left: 5px;
    }

    .about-us-license__photo {
        height: 200px;
    }

    .about-us-license__link img {
        width: 100px;
    }

    .about-us-specialists {
        padding-top: 32px;
        margin-top: 28px;
    }

    .about-us-specialists ul {
        font-size: 14px;
        line-height: 16px;
        margin-top: 25px;
    }

    .about-us-specialists ul li {
        padding-bottom: 8px;
    }

    .about-us-function__button,
    .about-us-function__button2 {
        height: 42px;
    }

    .about-us-function__button ._active,
    .about-us-function__button2 ._active {
        margin-top: 20px;
    }

    .about-us-photo__list {
        padding-top: 10px;
    }

    .about-us-worker__list {
        margin-top: 20px;
    }

    .about-us-worker__photo span {
        height: 150px;
        width: 150px;
    }

    .about-us-worker__name {
        font-size: 20px;
        line-height: 22px;
        padding-top: 20px;
    }

    .about-us-worker__function {
        font-size: 14px;
        line-height: 16px;
        padding-top: 7px;
    }

    .about-us-worker__detail {
        padding-top: 20px;
    }

    .about-us-worker__link {
        font-size: 14px;
        line-height: 16px;
        padding: 13px 15px;
    }

    .worker__info {
        padding-bottom: 0;
    }

    .worker__list {
        margin-top: 30px;
    }

    .worker__text {
        font-size: 14px;
        line-height: 22px;
    }

    .services-page__form {
        padding-bottom: 40px;
    }

    .services-page-content__line-bold {
        font-size: 14px;
        line-height: 22px;
    }

    .services-page-content__line-bold {
        padding-bottom: 10px;
    }

    .services-page-advantages .services-page-advantages__item {
        width: 50% !important;
    }

    .services-page-advantages__list {
        margin-top: 15px;
    }

    .services-page-advantages__item {
        padding: 20px 0 0 20px;
    }

    .services-page-advantages__text {
        font-size: 14px;
        line-height: 20px;
        padding-top: 0;
    }

    .services-page-advantages__number {
        font-size: 45px;
        line-height: 45px;
    }

    .services-page-indications {
        padding-bottom: 41px;
    }

    .services-page-indications__wrapper {
        margin-top: 15px;
        padding-bottom: 30px;
    }

    .services-page-indications__block {
        padding-left: 21px;
    }

    .services-page-indications__title {
        font-size: 20px;
        line-height: 20px;
    }

    .services-page-indications__list li {
        font-size: 14px;
    }

    .services-page-price {
        margin-top: 45px;
    }

    .services-page-price__wrapper {
        padding-top: 34px;
    }

    .services-page-price__table,
    .page_simple_content table {
        margin-top: 15px;
    }

    .services-page-price__td,
    .services-page-price__wrapper tr td,
    .page_simple_content table tr td {
        font-size: 14px;
        padding-top: 9px;
        padding-left: 0px;
    }

    .services-page-price {
        padding-bottom: 30px;
    }

    .services-page-gallery {
        padding: 34px 0 10px;
    }

    .services-page-gallery__list {
        margin-top: 90px;
    }

    .other-services {
        margin-bottom: 0;
    }

    .page_simple_content table tr td {
        padding: 18px 2px 9px 0;
    }
}

@media screen and (max-width:480px) {
    .contacts-company__column {
        padding-left: 35px !important;
        width: 100%;
    }

    .navigation__number {
        margin: 0 5px;
    }

    .about-us-license__photo {
        height: 170px;
    }

    .about-us-photo__section._one:before {
        right: -1px;
        width: 2px;
    }

    .about-us-photo__section._three:before {
        bottom: -1px;
        height: 2px;
    }

    .about-us-photo__section._five:before {
        top: -1px;
        height: 2px;
    }

    .about-us-specialists {
        padding-top: 22px;
        margin-top: 18px;
    }

    .about-us-specialists ul {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        margin-top: 10px;
    }

    .about-us-worker__list {
        margin-top: 10px;
    }

    .other-services {
        padding-top: 45px;
    }

    .other-services__item {
        margin-bottom: 30px;
    }

    .other-services__photo {
        height: 140px;
        width: 140px;
    }

    .other-services__name {
        padding-top: 5px;
    }

    .inside-header__title {
        font-size: 19px;
    }
}

@media screen and (max-width:550px) {
    .reviews-text {
        padding: 15px;
    }

    .contacts-cards__wrapper {
        padding: 15px;
    }

    .contacts-cards__cart {
        font-size: 17px;
        line-height: 20px;
        margin-top: 15px;
    }

    .contacts-cards__cart_link {
        cursor: pointer;
    }

    .contacts-company__title {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 20px;
    }

    .contacts-company__item {
        padding: 15px 15px 7px 15px;
    }

    .contacts-company__name {
        font-size: 14px;
        line-height: 20px;
    }

    .about-us-license__photo {
        height: 150px;
    }

    .services-page-advantages .services-page-advantages__item {
        width: 100% !important;
    }

    .services-page-advantages__list {
        padding-bottom: 40px;
    }

    .services-page-price__tr,
    .services-page-price__wrapper tr,
    .page_simple_content table tr {
        padding: 10px 0;
    }

    .services-page-price__tr .services-page-price__td:first-child,
    .services-page-price__wrapper tr td:first-child {
        font-family: "Circe-Bold", sans-serif;
        border-right: 0;
        width: 100%;
    }

    .services-page-price__tr .services-page-price__td:nth-child(2),
    .services-page-price__wrapper tr td:nth-child(2) {
        width: 100%;
    }

    /*.services-page-price__tr .services-page-price__td:first-child, .services-page-price__wrapper tr td:first-child, .page_simple_content table tr td:first-child{font-family:"Circe-Bold", sans-serif;border-right:0;width:100%;}
.services-page-price__tr .services-page-price__td:nth-child(2), .services-page-price__wrapper tr td:nth-child(2), .page_simple_content table tr td:nth-child(2){width:100%;}*/
    .services-page-price__td,
    .services-page-price__wrapper tr td,
    .page_simple_content table tr td {
        padding: 5px;
    }

    .page_simple_content table tr td:last-child {
        min-width: 115px;
    }

    .other-services__item {
        width: 100%;
    }
}

.footer-jump {
    display: block;
    height: 552px;
    width: 100%;
}

.footer {
    background-color: #063323;
    color: #fff;
    padding: 10px 0 24px;
    width: 100%;
    margin-top: -360px;
    position: relative;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer__silver-line {
    border-bottom: 1px solid #6a5e74;
    overflow: hidden;
    padding-top: 26px;
    height: 1px;
    width: 100%;
}

.footer__global-wrapper {
    font-size: 0;
}

.footer__cloud-link {
    display: inline-block;
    padding: 32px 20px 0 0;
    vertical-align: top;
}

.footer__cloud-link._block-one {
    width: 32%;
}

.footer__cloud-link._block-two {
    width: 27%;
}

.footer__cloud-link._block-three {
    width: 27%;
}

.footer__cloud-link._block-four {
    padding-right: 0;
    width: 14%;
}

.footer__cloud-link._block-five {
    width: 32%;
}

.footer__cloud-link._block-six {
    width: 23%;
}

.footer__name-block {
    color: #ffcca2;
    display: block;
    font-size: 15px;
    line-height: 25px;
    min-height: 49px;
    text-transform: uppercase;
}

.footer__li-link {
    font-size: 0;
    padding: 4px 0 3px;
}

.footer__li-link.active .footer__bl-link {
    text-decoration: underline;
}

.footer__bl-link {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
}

.footer__contacts {
    font-size: 15px;
    line-height: 25px;
    padding: 5px 0 20px;
}

.footer__contacts span {
    display: block;
}

.footer__other {
    display: inline-block;
    position: relative;
    width: 28%;
}

.footer__social {
    left: 0;
    position: absolute;
    top: 32px;
    display: none;
}

.footer__social-name {
    font-size: 15px;
    line-height: 18px;
    padding-top: 3px;
}

.footer__cloud-social-link {
    font-size: 0;
    padding-top: 34px;
}

.footer__cloud-social-link .footer__social-link:last-child {
    margin-right: 0;
}

.footer__social-link {
    display: inline-block;
    height: 25px;
    margin-right: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    width: 25px;
}

.footer__social-link.fb-icon {
    background: #fff url(../img/icons/fb.png) center bottom no-repeat;
}

.footer__social-link.odk-icon {
    background: #fff url(../img/icons/odk.png) center center no-repeat;
}

.footer__social-link.vk-icon {
    background: #fff url(../img/icons/vk.png) center center no-repeat;
}

.footer__social-link:hover {
    background-color: #ffcca2;
}

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

.footer__logo-company {
    display: block;
    font-size: 0;
    padding-top: 28px;
}

.footer__logo-company img {
    display: inline-block;
    line-height: 0;
    width: 160px;
}

.footer__logo-company_content {
    /*width: 190px*/
    ;
    margin: auto 0 auto auto;
}

.footer__logo-company_img {
    text-align: center;
}

.footer__logo-company_text {
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 18px;
    padding-top: 11px;
    text-align: center;
}

.footer__developer {
    font-size: 15px;
    line-height: 18px;
    padding-top: 30px;
}

.footer__developer p {
    display: block;
    margin-top: 7px;
    text-align: center;
}

.footer__developer a {
    color: #ffcca2;
    text-decoration: underline;
}

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

.footer-license {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    color: #a3a0a9;
    font-size: 14px;
    line-height: 16px;
    margin-top: 29px;
    width: 100%;
}

._line-show-pc {
    display: block;
}

._line-show-table,
._line-show-mobile {
    display: none;
}

@media screen and (max-width:1024px) {
    .footer__cloud-link._block-one {
        width: 36%;
    }

    .footer__cloud-link._block-two {
        width: 34%;
    }

    .footer__cloud-link._block-three {
        padding-right: 0;
        width: 30%;
    }

    .footer__cloud-link._block-four {
        padding-right: 20px;
        width: 36%;
    }

    .footer__cloud-link._block-five {
        width: 34%;
    }

    .footer__cloud-link._block-six {
        width: 30%;
    }

    .footer__other {
        border-top: 1px solid #6a5e74;
        margin-top: 26px;
        width: 100%;
    }

    .footer__social-name {
        display: none;
    }

    .footer__cloud-social-link {
        padding-top: 0;
    }

    .footer__social {
        bottom: 5px;
        left: inherit;
        right: 0;
        top: inherit;
    }

    .footer__signature {
        font-size: 0;
        float: none;
        padding-top: 24px;
        text-align: left;
    }

    .footer__logo-company {
        display: inherit;
        /*float:left*/
        ;
        padding-top: 0;
        width: 216px;
    }

    .footer__logo-company_content {
        width: 190px;
        /*margin: auto 0 auto auto*/
        margin: 0 auto;
    }

    .footer__logo-company_img {
        text-align: center;
    }

    .footer__logo-company_text {
        text-transform: uppercase;
        font-size: 10px;
        line-height: 18px;
        padding-top: 11px;
        text-align: center;
    }

    .footer__developer {
        padding-top: 79px;
        overflow: hidden;
    }

    ._line-show-pc {
        display: none;
    }

    ._line-show-table {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .footer__logo-company {
        width: 200px;
    }

    .footer__social {
        bottom: inherit;
        top: 24px;
    }

    .footer__logo-company_content {
        width: 190px;
        /*margin: auto 0 auto auto*/
        margin: 0 auto;
    }

    .footer__logo-company_img {
        text-align: center;
    }

    .footer__logo-company_text {
        text-transform: uppercase;
        font-size: 10px;
        line-height: 18px;
        padding-top: 11px;
        text-align: center;
    }
}

@media screen and (max-width:640px) {
    .footer {
        padding: 23px 0 15px;
    }

    .footer__cloud-link {
        padding-top: 21px;
    }

    .footer__cloud-link._block-one,
    .footer__cloud-link._block-three,
    .footer__cloud-link._block-five {
        padding-right: 20px;
        width: 55%;
    }

    .footer__cloud-link._block-two,
    .footer__cloud-link._block-four,
    .footer__cloud-link._block-six {
        padding-right: 0;
        width: 45%;
    }

    .footer__name-block {
        font-size: 14px;
        line-height: 20px;
    }

    .footer__bl-link {
        font-size: 14px;
    }

    .footer__silver-line {
        padding-top: 19px;
    }

    .footer__signature {
        padding-top: 24px;
        text-align: center;
    }

    .footer__logo-company {
        display: inline-block;
        float: none;
        width: auto;
    }

    .footer__logo-company_content {
        width: 190px;
        margin: auto 0 auto auto;
    }

    .footer__logo-company_img {
        text-align: center;
    }

    .footer__logo-company_text {
        text-transform: uppercase;
        font-size: 10px;
        line-height: 18px;
        padding-top: 11px;
        text-align: center;
    }

    .footer__developer {
        padding-top: 67px;
        font-size: 14px;
        overflow: hidden;
        width: 100%;
    }

    .footer__social {
        margin-right: -44px;
        right: 50%;
        top: 176px;
    }

    .footer-license {
        font-size: 12px;
        text-align: center;
    }

    .footer-license__text {
        padding-right: 0;
    }

    .footer-license__number {
        display: block;
        position: relative;
        padding-top: 5px;
        right: inherit;
        top: inherit;
        width: 100%;
    }

    ._line-show-table {
        display: none;
    }

    ._line-show-mobile {
        display: block;
    }
}

@media screen and (max-width:420px) {
    .footer__cloud-link {
        border-top: 1px solid #6a5e74;
        padding-bottom: 19px;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .footer__cloud-link._block-one {
        border-top: 0;
    }

    .footer__cloud-link._block-six.seven {
        padding-top: 0;
        border: 0;
    }

    .footer__cloud-link._block-six.contacts {
        padding-bottom: 0;
    }

    .footer__name-block {
        padding: 2px 0 5px;
        min-height: inherit;
    }

    .footer__other {
        margin-top: -2px;
    }

    ._line-show-mobile {
        display: none;
    }
}

.popup-win {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    height: 100%;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

#mes {
    background: url(../img/mini-logo.png) #332644 no-repeat center 30px;
    color: #fff;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    padding: 190px 35px 30px;
    min-height: 30px;
    max-width: 550px;
}

.popup__wrapper {
    background-color: #fff;
    padding: 0;
    position: relative;
    margin: 4% auto;
    width: 590px;
}

.popup__close {
    cursor: pointer;
    position: absolute;
    right: 3px;
    height: 37px;
    top: 3px;
    width: 37px;
}

.popup__close:before,
.popup__close:after {
    content: "";
    position: absolute;
    background-color: #bababa;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.popup__close:before {
    left: 9px;
    top: 16px;
    height: 2px;
    width: 20px;
}

.popup__close:after {
    left: 18px;
    top: 7px;
    height: 20px;
    width: 2px;
}

.popup__close:hover:before,
.popup__close:hover:after {
    background-color: #332644;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup__content {
    font-family: "MuseoSansCyrl300", sans-serif;
    padding: 48px 58px 59px;
    text-align: center;
}

.popup__title {
    font-size: 29px;
    line-height: 38px;
    text-transform: uppercase;
}

.popup__description {
    font-size: 18px;
    line-height: 22px;
    padding-top: 13px;
}

.popup__form {
    font-size: 0;
    padding-top: 6px;
}

.popup__field {
    margin-bottom: 22px;
    width: 100%;
}

.popup__signature-form {
    color: #959595;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
    text-align: left;
}

.popup__send-reviews {
    font-size: 0;
    padding-top: 24px;
}

.popup__btn-send-reviews {
    background-color: #332644;
    border: 1px solid #332644;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    font: 16px/18px "MuseoSansCyrl500", sans-serif;
    height: 50px;
    width: 100%;
    text-transform: uppercase;
}

.popup__btn-send-reviews:hover,
.popup__btn-send-reviews:focus {
    background-color: #fff;
    color: #332644;
}

textarea.popup__field {
    height: 150px;
    padding-top: 15px;
}

@media screen and (max-width:640px) {
    .popup__wrapper {
        width: 445px;
    }

    .popup__content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .popup__close:before {
        left: 8px;
        top: 17px;
        height: 1px;
        width: 21px;
    }

    .popup__close:after {
        height: 21px;
        width: 1px;
    }
}

@media screen and (max-width:480px) {
    .popup__wrapper {
        margin: 0 auto;
        width: 100%;
    }

    .popup__title {
        font-size: 22px;
        line-height: 26px;
    }

    .popup__description {
        font-size: 14px;
        line-height: 16px;
    }

    .popup__field {
        margin-bottom: 10px;
    }

    .popup__send-reviews {
        padding-top: 14px;
    }

    .popup__btn-send-reviews {
        height: 45px;
    }

    .popup__content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-menu__item {
        float: none;
    }
}

@media screen and (max-width:360px) {
    .popup__content {
        padding: 40px 10px 59px;
    }

    .popup__title {
        font-size: 20px;
    }

    .popup__description {
        padding-top: 7px;
    }

    .popup__btn-send-reviews {
        font-size: 14px;
    }
}

.fancybox-close {
    background-image: none !important;
    background-color: #000 !important;
    cursor: pointer !important;
    position: absolute !important;
    opacity: .5 !important;
    top: 6px !important;
    right: 6px !important;
    height: 35px !important;
    width: 35px !important;
    z-index: 8040 !important;
}

.fancybox-close:before,
.fancybox-close:after {
    content: "" !important;
    position: absolute !important;
    background-color: #fff !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear !important;
}

.fancybox-close:before {
    left: 9px !important;
    top: 16px !important;
    height: 1px !important;
    width: 15px !important;
}

.fancybox-close:after {
    left: 16px !important;
    top: 9px !important;
    height: 15px !important;
    width: 1px !important;
}

.fancybox-close:hover {
    opacity: 1 !important;
}

.fancybox-close:hover:before,
.fancybox-close:hover:after {
    background-color: #fff !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}

.fancybox-nav span {
    background-color: #fff !important;
    position: absolute !important;
    top: 50% !important;
    width: 50px !important;
    height: 50px !important;
    margin-top: -25px !important;
    cursor: pointer !important;
    z-index: 8040 !important;
    visibility: hidden !important;
}

.fancybox-nav span {
    background-image: none !important;
}

.fancybox-nav span:before,
.fancybox-nav span:after {
    background-color: #8b8b8b !important;
    content: '' !important;
    left: 50% !important;
    height: 20px !important;
    position: absolute !important;
    top: 50% !important;
    width: 2px !important;
}

.fancybox-nav span:before {
    margin: -16px 0 0 -1px !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg) !important;
}

.fancybox-nav span:after {
    margin: -3px 0 0 -1px !important;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg !important);
}

.fancybox-nav.fancybox-next span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg) !important;
}

.fancybox-prev span {
    left: 0 !important;
}

.fancybox-next span {
    right: 0 !important;
}

.fancybox-nav span:hover:before,
.fancybox-nav span:hover:after {
    background-color: #322646 !important;
}

.fancybox-nav:hover span {
    visibility: visible !important;
}

.about-us-photo__list .about-us-photo__section:nth-child(4n+1) {
    width: 50%;
    width: 510px;
    height: 728px;
    clear: both;
    overflow: hidden;
}

.about-us-photo__list .about-us-photo__section:nth-child(4n+2) {
    float: none;
    overflow: hidden;
    width: 510px;
    height: 364px;
}

.about-us-photo__list .about-us-photo__section:nth-child(4n+3) {
    float: none;
    overflow: hidden;
    margin-top: 5px;
    width: 510px;
    height: 364px;
}

.about-us-photo__list .about-us-photo__section:nth-child(4n+4) {
    width: 100%;
    margin-bottom: 10px;
}

.about-us-photo__list .about-us-photo__section:nth-child(4n+1):before {
    content: "";
    position: absolute;
    background-color: #fff;
    right: 0px;
    top: 0;
    height: 100%;
    width: 10px;
    z-index: 1;
}

.about-us-photo__list .about-us-photo__section:nth-child(4n+2):before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 0;
    bottom: -5px;
    height: 10px;
    width: 100%;
    z-index: 1;
}

.about-us-photo__list .about-us-photo__section:nth-child(4n+4):before {
    content: "";
    position: absolute;
    background-color: #fff;
    left: 0;
    top: -5px;
    height: 10px;
    width: 100%;
    z-index: 1;
}

.about-us-photo__list .about-us-photo__section img {
    min-width: 100%;
    min-height: 100%;
    max-width: none;
}

@media screen and (max-width:1074px) {

    .about-us-photo__list .about-us-photo__section:nth-child(4n+1),
    .about-us-photo__list .about-us-photo__section:nth-child(4n+2),
    .about-us-photo__list .about-us-photo__section:nth-child(4n+3) {
        width: 50%;
        height: auto;
    }

    .about-us-photo__list .about-us-photo__section img {
        min-width: 0%;
        min-height: 0%;
        max-width: 100%;
    }
}

#content_simple {
    min-height: 400px;
}

.list-services-column__title.empty_link:before,
.list-services-column__title.empty_link:after {
    display: none;
}

#rev_simple_form {
    border-top: 1px solid #dbdbdb;
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.item_block_worker li {
    margin-bottom: 250px;
    width: 100%;
}

.worker__block_img {
    word-wrap: break-word;
}

.item_block_worker li:nth-child(odd) {
    text-align: left;
}

.item_block_worker li:nth-child(even) {
    text-align: right;
}

.worker__block_img {
    text-align: center;
}

.item_block_worker li:nth-child(odd) .worker__block_img {
    float: left;
}

.item_block_worker li:nth-child(even) .worker__block_img {
    float: right;
}

.item_block_worker li:nth-child(odd) .worker__data {
    overflow: hidden;
    padding-left: 30px;
}

.item_block_worker li:nth-child(even) .worker__data {
    overflow: hidden;
    padding-right: 30px;
}

@media screen and (max-width:550px) {

    .item_block_worker .worker__block_img,
    .item_block_worker li:nth-child(odd) .worker__block_img,
    .item_block_worker li:nth-child(even) .worker__block_img {
        float: none;
        clear: both;
    }

    .worker__data._w35,
    .worker__data._w65,
    .item_block_worker li:nth-child(even) .worker__data,
    .item_block_worker li:nth-child(odd) .worker__data {
        width: 100%;
        padding: 0;
    }

    .worker__text {
        text-align: center;
        margin-top: 20px;
    }

    .worker__link {
        text-align: center;
    }

    .item_block_worker li {
        margin-bottom: 50px;
    }

    .content .lazernyij-karbonovyij-piling {
        float: none;
        width: 100%;
        height: auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 1050px) {
    .inside-header {
        padding-top: 335px;
    }
}

@media screen and (max-width:1024px) {
    .header__appointments._icon04 {
        text-align: right;
    }
}

.hider {
    cursor: pointer;
    pointer-events: visiblePainted;
}

.header-menu__phones {
    margin: 20px auto;
}

.header-menu__phones a {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;

}

#updown {
    height: 86px;
    width: 86px;
    background: rgba(84, 46, 165, 0.81) url(../img/icons/arrow-white-bslider.png) center center no-repeat;
    position: fixed;
    bottom: 30px;
    right: 10px;
    float: right;
    cursor: pointer;
    transform: rotate(90deg);
    border-radius: 50px;
    z-index: 5;
    display: none;
}

#updown.up::before {
    background: rgba(84, 46, 165, 0.81) url(../img/icons/arrow-white-bslider.png) center center no-repeat;

}

#updown.down::before {
    background: rgba(84, 46, 165, 0.81) url(../img/icons/arrow-white-bslider.png) center center no-repeat;

}

input[name="email_validate"] {
    display: none;
}

img.write-us__img {
    max-height: 658px;
    margin-bottom: 20px;
}

.video-list {
    text-align: center;
}

.video {
    display: inline-block;
    margin: 10px;
    max-width: 47%;
}

.video-title {
    height: 75px;
    overflow: hidden;
    display: block;
    margin-top: 10px;
}

@media screen and (max-width:768px) {
    .video-title {
        height: auto;
        overflow: visible;
    }
}

.navigation4 {
    display: block;
    font-size: 0;
    margin-top: 50px;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}

.news__gallery {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline;
}

.news__gallery>* {
    width: calc(33% - 15px);
    height: auto;
    margin-right: 15px;
}

ul.galleries {
    display: flex;
    list-style: none;
    text-align: center;
    width: 1000px;
}

ul.galleries li {
    margin: 20px 10px;
    width: 25%;
}

.news__foto {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1034px;
}

.news__foto p {
    width: 33%;
}

table.priem_specialistov tbody tr td:first-child {
    width: 39%;
}

.write-us__item {
    box-shadow: 0 0 30px rgb(51, 42, 70);
    display: flex;
    margin: 10px 0;
}

div#pd_widget_column {
    margin: 0 auto;
}

/* Таблица на странице Прайс-лист */

.link-download {
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
}

.link-download:hover {
    color: #00bcd8;
    text-decoration: none;
}

.table-price {
    width: 100%;
}

.table-price caption {
    font-size: 19px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 25px;
}

.table-price>thead>tr>th {
    background: #7455b6;
    color: #fff;
    padding: 15px;
    text-align: left;
}

.table-price>thead>tr>th:nth-child(1) {
    width: 70%;
}

.table-price>thead>tr>th:nth-child(2) {
    width: 30%;
}

.table-price .table-price__row__title td {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 15px 30px 15px 5px;
}

.link-detailed {
    display: none;
    position: absolute;
    right: 40px;
    text-transform: none;
    font-size: 14px;
    text-decoration: underline;
    color: #7455b6;
}

.table-price tr:hover {
    background: #d0f2ff;
}

.table-price td {
    padding: 5px 15px;
    cursor: pointer;
}

.table-price td:nth-child(2) {
    text-align: center;
}

.table-price tbody:nth-child(2n) tr:first-child {
    background: #f9f6ff;
}

.table-price .table-price__row__title:hover,
.table-price .table-price__row__title.open,
.table-price tbody:nth-child(2n) tr:first-child:hover,
.table-price tbody.active .table-price__row__title.open {
    background: #dacdf7;
}

.table-price__row__title td:before,
.table-price__row__title td:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 2px;
    background: #000;
    top: 50%;
    transition: .3s linear;
}

.table-price__row__title td:before {
    right: 15px;
    transform: rotate(-45deg);
}

.table-price__row__title td:after {
    right: 9px;
    transform: rotate(45deg);
}

.table-price__row__title.open td:before {
    transform: rotate(45deg);
}

.table-price__row__title.open td:after {
    transform: rotate(-45deg);
}

.table-price__row__title.open .link-detailed {
    display: inline-block;
}

.table-price tbody tr:not(.table-price__row__title) {
    display: none;
}

.table-price tbody.active>tr {
    display: table-row;
}

.table-price__row-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #7455b6;
}

/* Header new */

body.mobile {
    overflow-y: hidden;
}


header.header-newuh {
    position: relative;
}

.header-newuh__top {
    background: 0 0 / cover url(../img/header-ico/header-top-bg.png) no-repeat;
    padding: 5px 0 14px;
}

.header-newuh__center {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.header-newuh__top-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-newuh__logo {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.header-newuh__logo a {
    display: block;
    max-width: 195px;
    width: 50%;
    margin: 0 auto 5px;
}

.header-newuh__logo a img {
    width: 100%;
}

.header-newuh-logo-title {
    text-align: center;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.header-newuh-logo-reg {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFCCA2;
}

.header-newuh__top-right-block {
    width: 70%;
}

.header-newuh__social {
    text-align: right;
    margin-bottom: 42px;
    padding: 0 0 0;
}

span.header-newuh__social-text {
    color: #fff;
    font-size: 14px;
    margin-right: 20px;
}

.header-newuh__social-link {
    display: inline-block;
}

.header-newuh__social-link:not(:last-child) {
    margin-right: 25px;
}

.header-newuh__social-link img {
    width: 100%;
}

.header-newuh__top-right-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.header-newuh__phone {
    position: relative;
    display: inline-block;
    padding-left: 43px;
}

.header-newuh__phone:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 4px;
    background: url(../img/header-ico/phone.png) no-repeat;
    width: 33px;
    height: 33px;
}

a.header-newuh__phone-link {
    display: block;
    color: #fff;
    font-size: 16px;
}

.header-newuh__address {
    position: relative;
    display: inline-block;
    padding-left: 39px;
    color: #fff;
}

.header-newuh__address:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 8px;
    background: center url(../img/header-ico/address.png) no-repeat;
    width: 33px;
    height: 33px;
}

.header-newuh__btn-cb {
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    background: #FFCCA2;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    padding: 3px 0 3px 60px;
    width: 145px;
    height: 50px;
    border-radius: 30px;
    cursor: pointer;
}

.header-newuh__appointment:before {
    content: '';
    position: absolute;
    display: block;
    left: 22px;
    top: 7px;
    width: 21px;
    height: 35px;
    background: url(../img/header-ico/mobile.png) no-repeat;
}

.header-newuh__callback:before {
    content: '';
    position: absolute;
    display: block;
    left: 18px;
    top: 7px;
    width: 27px;
    height: 32px;
    background: url(../img/header-ico/callback.png) no-repeat;
}

nav.header-newuh__nav {
    background: #332A46;
}

ul.nav-menu {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

li.nav-menu_link {
    margin: 0;
    list-style: none;
    cursor: pointer;
}

ul.nav-menu > li.nav-menu_link a {
    display: block;
    padding: 25px 18px;
}

li.nav-menu_link a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.nav-menu>.nav-menu_link.first {
    position: relative;
}

.nav-menu>.nav-menu_link.first:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    position: absolute;
    top: 50%;
    right: 5px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent transparent transparent transparent;
    border-top-color: #fff;
}

.nav-menu>.nav-menu_link.first:hover:before {
    border-top-color: #000;
}

li.nav-menu_link:hover {
    background: #ffcca2;
}

.nav-menu>.nav-menu_link:hover>a {
    color: #000;
}

.big-main-slider-NEW .big-slider__item-slide {
    min-height: auto;
    height: 770px;
}

.big-slider__wrapper-item-NEW {
    padding-top: 200px;
}

.big-main-slider-NEW .slick-dots {
    width: 100%;
    text-align: center;
    margin: 0;
    bottom: 5px;
}

ul.nav-menu__submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: -50%;
    padding: 0;
    margin: 0;
    z-index: 1;
    background: #332a46;
    border: 1px solid #fff;
    width: 200%;
}

.nav-menu>.nav-menu_link:hover .nav-menu__submenu {
    display: block;
}

ul.nav-menu__submenu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-color: #fff;
}

ul.nav-menu__submenu li a {
    font-size: 13px;
    text-transform: none;
}

.nav-menu__submenu>.nav-menu_link:hover>a {
    color: #000;
}

nav.header-newuh__nav.mobile {
    display: block;
    position: fixed;
    top: 0;
    z-index: 100;
    height: 100%;
}

nav.header-newuh__nav.mobile .header-newuh__center {
    padding: 0;
}

nav.header-newuh__nav.mobile li.nav-menu_link {
    flex: 1 1 100%;
}

nav.header-newuh__nav.mobile li.nav-menu_link a {
    font-size: 18px;
}

@media screen and (max-width:1024px) {

    ul.nav-menu > li.nav-menu_link a {
        padding: 25px 15px;
    }

    .nav-menu>.nav-menu_link.first:before {
        display: none;
    }
}

@media screen and (max-width:768px) {

    .header-newuh__social {
        margin-bottom: 15px;
    }

    .header-newuh__top-right-bottom div {
        flex: 1 1 50%;
        max-width: calc(50% - 20px);
        margin: 10px;
    }

    .header-newuh__btn-cb {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
    }

    .header-newuh__btn-cb br {
        display: none;
    }

    li.nav-menu_link {
        flex: 1 1 calc(100% / 4 - 20px);
    }

    ul.nav-menu > li.nav-menu_link a {
        padding: 15px 10px 15px 25px;
    }

    li.nav-menu_link a {
        font-size: 12px;
    }
}


@media screen and (max-width:480px) {
    .nav-menu>.nav-menu_link:hover .nav-menu__submenu {
        display: none;
    }
    .header-newuh__mobile-burger {
        position: fixed;
        top: 5px;
        right: 5px;
        width: 50px;
        height: 50px;
        background: #251c31;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        z-index: 101;
    }


    .header-newuh__mobile-burger:before,
    .header-newuh__mobile-burger:after,
    .header-newuh__mobile-burger span {
        width: 40px;
        height: 4px;
        background: #fff;
        border-radius: 2px;
        transition: .5s;
    }

    .header-newuh__mobile-burger:before {
        content: '';
        position: absolute;
        display: block;
        top: 12px;
        left: calc(50% - 20px);
    }

    .header-newuh__mobile-burger:after {
        content: '';
        position: absolute;
        display: block;
        bottom: 12px;
        left: calc(50% - 20px);
    }

    .header-newuh__mobile-burger.active span {
        display: none;
    }

    .header-newuh__mobile-burger.active:before {
        transform: rotate(45deg);
        top: 23px;
    }

    .header-newuh__mobile-burger.active:after {
        transform: rotate(-45deg);
        bottom: 23px;
    }

    .header-newuh__top {
        background: #251c31;
    }

    .header-newuh__logo {
        width: 100%;
    }

    .header-newuh__logo a {
        max-width: 130px;
    }

    .header-newuh-logo-title {
        font-size: 8px;
    }

    .header-newuh-logo-reg {
        font-size: 8px;
    }

    .header-newuh__top-right-block {
        width: 100%;
    }

    .header-newuh__social {
        text-align: center;
    }

    span.header-newuh__social-text {
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .header-newuh__top-right-bottom div {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
        padding-left: 0;
    }

    a.header-newuh__phone-link {
        font-size: 18px;
    }

    nav.header-newuh__nav {
        display: none;
        left: 0;
    }
}
/* Begin Seointellect styles */
.header-topline{
    display: flex;
    justify-content: space-between;
}
.header-worktime span{
    color: #fff;
    font-size: 12px; 
}
.contact-worktime{
    color: #332a46;
    font-size: 15px;
    padding: 0 0 40px;
}
.contact-textarea{
    width: 100%;
    margin-top: 12px;
}
textarea.contacts-form__field{
    height: 150px;
}
.service-seoi{
    display: flex;
    flex-wrap: wrap; 
}
.seoi__text-description{
    display: block;
}
.seoi__text-category a{
    display: block;
}
.service-block-seoi{
    width: 25%;
    height: 425px;
}
@media screen and (max-width:1024px) {
    .service-block-seoi{
         width: 50%;
         margin-bottom: 150px;
    }
    .seoi__text-description{
        display: none !important;
    }
    .seoi__text-category{
        display: block !important;
    }
    
}
@media screen and (max-width:480px) {
    .service-block-seoi{
         width: 100%;
         margin-bottom: 150px;
    }
    .seoi__text-description{
        display: none !important;
    }
    .seoi__text-category{
        display: block !important;
    }
    .worker-wrapper{
        flex-direction: column;
    }
    .worker-wrapper .worker__text{
        text-align: left;
    }
    .hide_mobile{
        display: none;
    }
}

.services-seoi__photo{
    display: block;
    width: 100%;
}
.hide{
    display: none;
}
.services-seoi__name{
    display: flex;
    align-items: center;
    color: black;
    left: 0;
    font-size: 22px;
    line-height: 30px;
    padding: 0 20% 0 9%;
    position: relative;
    width: 100%;
    top: 0;
    height: 80px;
}
.services-seoi__text{
    display: flex;
    position: relative;
    top: 20px;
    padding: 0 40px;
}
.services-seoi__name:hover{
    background-color: #ffcca2;
}
.black-arrow {
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 35px;
    margin-top: -17px;
    position: absolute;
    right: 22px;
    top: 50%;
    width: 35px;
}
.black-arrow:before,
.black-arrow:after {
    border-top: 1px solid #000;
    content: "";
    left: 50%;
    height: 9px;
    position: absolute;
    top: 50%;
    width: 9px;
}
.black-arrow:before {
    margin: -7px 0 0 -7px;
    -moz-transform: rotate(143deg);
    -ms-transform: rotate(143deg);
    -webkit-transform: rotate(143deg);
    -o-transform: rotate(143deg);
    transform: rotate(143deg);
}

.black-arrow:after {
    margin: -4px 0 0 -7px;
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}
.slick-dots{
    bottom: 0 !important;
}
.contacts-social__link._whatsapp{
    background: url(../img/icons/whatsapp.png) center center no-repeat;
}
h1.seoi-uslugi{
    font-size: 34px;
    text-align: center;
    padding: 22px 0;
}
.breadcrumbs ul{
    padding-left: 0;
}
.worker-wrapper{
    display: flex;
}
.worker-wrapper .worker__name, .worker-wrapper .worker__function, .worker-wrapper .worker__info{
    text-align: left;
    margin-left: 50px;
}
.worker-wrapper .worker__text{
    padding: 0 0;
}
.services-page-gallery .slick-arrow{
    top: 115px;
}
@media (min-width: 1025px){
.we-have__pay-title1{
    width: 70px;
    float: left;
    padding-top: 6px;
}

.we-have__pay1{
float: left;
  padding-top: 30px;
  width: 25%;
    
}
}
#accept-cookies{
background:#fff4e2 !important;
}
/* End Seointellect styles */
