@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-family: 'FuturaС';
    font-weight: 350;
    background: #fff;
    color: #333333;
}

a {
    color: #333333;
}

input,
textarea {
    border: 0;
    outline: unset !important;
    border-radius: 0 !important;
}

html {
    margin: 0;
    padding: 0;
}

p {
    line-height:140%;
}
* {
    box-sizing: border-box;
    outline: unset !important;
}

.container {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

input,
select,
textarea,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

header {
    font-size: 18px;
    color: #333333;
}

.social-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-wrap a {
    width: 25px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    margin-left: 4px;
    margin-right: 4px;
}

.social-wrap a:hover {
    border: 1px solid #dadada;
}

.social-wrap a:before {
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.social-wrap a.fb:before {
    content: " ";
    background: url(../img/icons/fb.svg);
    height: 17px;
    width: 8px;
}

.social-wrap a.skype:before {
    content: " ";
    background: url(../img/icons/skype.svg);
    height: 17px;
    width: 17px;
    background-size: contain;
}

.social-wrap a.insta:before {
    content: " ";
    background: url(../img/icons/insta.svg);
    height: 17px;
    width: 17px;
    background-size: contain;
}

.social-wrap a.vk:before {
    content: " ";
    background: url(../img/icons/vk.svg);
    height: 12px;
    width: 20px;
    background-size: contain;
}

.social-wrap a.ytb:before {
    content: " ";
    background: url(../img/icons/youtube.svg);
    height: 13px;
    width: 19px;
    background-size: contain;
}

.social-wrap a.ggplus:before {
    content: " ";
    background: url(../img/icons/google.svg);
    height: 13px;
    width: 19px;
    background-size: contain;
}

a {
    text-decoration: none;
}

.mail,
.adress,
.time {
    font-weight: 350;
    font-size: 18px;
}

.mail {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: 0.3s;
}

.mail:hover {
    opacity: 0.6;
}

.mail:before {
    content: " ";
    height: 13px;
    width: 19px;
    background: url(../img/icons/e-mail.svg) no-repeat;
    margin-right: 12px;
}

.adress {
    display: flex;
    align-items: center;
}

.adress:before {
    content: " ";
    height: 21px;
    width: 16px;
    background: url(../img/icons/marker.svg) no-repeat;
    margin-right: 6px;
}

.time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.time:before {
    content: " ";
    height: 18px;
    width: 18px;
    background: url(../img/icons/time.svg) no-repeat;
    margin-right: 10px;
}

.language {
    display: flex;
}

.language .lang-item a {
    background: #ebebeb;
    color: #333333;
    display: inline-block;
    padding: 3px 5px;
}

.language .lang-item:hover a {
    background: #faf5f5;
}

.language ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.language .lang-item.current-lang a {
    background: #91999b;
    color: #ffffff;
}

.language li {
    list-style: none;
}

.language li a {
    font-size: 16px;
    font-weight: 350;
}

.mob-menu-wrap {
    display: none;
}

header .adress,
header .time {
    margin-left: 78px;
}

header .time {
    margin-right: auto;
}

header .mail {
    margin-left: auto;
    margin-right: 0;
}

.logo span {
    display: block;
    width: 133px;
    height: 90px;
    background-position: center !important;
}

.top-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-inner>div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.info {
    display: flex;
    flex-wrap: wrap;
}

.header-inner-top {
    border-bottom: 1px solid #dadada;
}

.phone-block {
    display: flex;
    transition: 0.3s;
}

.phone-block a:hover {
    opacity: 0.6;
}


.phone-block:hover a {
    /*    font-weight: 600; */
}

.phone-block .phone {
    font-size: 20px;
    color: #333333;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 350;
}

.phone-block .phone:before {
    content: " ";
    width: 19px;
    height: 19px;
    background: url(../img/icons/phone.svg) no-repeat;
    display: block;
    background-size: contain;
    background-position: center;
    margin-right: 4px;
}

.phone-block a:not(:first-child) {
    margin-left: 5px;
}

.phone-block .mess {
    width: 21px;
    height: 21px;
    background: url(../img/icons/whatsapp.svg) no-repeat;
    display: block;
    background-size: contain;
    background-position: center;
    display: block;
}

.phone-block .viber {
    width: 21px;
    height: 22px;
    background: url(../img/icons/viber.svg) no-repeat;
    display: block;
    background-size: contain;
    background-position: center;
    display: block;
}

.phone-block .teleg {
    width: 23px;
    height: 21px;
    background: url(../img/icons/teleg.svg) no-repeat;
    display: block;
    background-size: contain;
    background-position: center;
    display: block;
}

.call-me-link a {
    font-size: 20px;
    color: #fff;
    width: 175px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9b8377;
    transition: 0.3s;
    font-weight: 350;
}

.call-me-link {
    align-self: center;
}

.call-me-link a:hover {
    background: #c7ab9c;
}

.medium-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.phones-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.phones-wrap .phone-block {
    margin-right: 35px;
}

.phones-wrap .phone-block:last-child {
    margin-right: 0;
}

.header-inner-medium {
    margin-top: 29px;
    margin-bottom: 20px;
}

.nav .adress,
.nav .time {
    display: none;
}

.nav ul {
    padding: 0;
    margin: 0;
    margin-bottom: -1px;
    display: flex;
    justify-content: space-between;
}

.home .nav ul {
    margin-bottom: 0px;
}

.nav ul li {
    list-style: none;
}

.nav ul li a {
    font-size: 20px;
    color: #000000;
    font-weight: 350;
    position: relative;
    padding: 16px 0;
    display: block;
}

.nav ul li a:before {
    position: absolute;
    width: 0;
    height: 1px;
    background: #6f7374;
    display: block;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: 16px;
    transition: all 0.3s;
}

.nav ul li a:hover {
    color: #91999b;
}

.nav ul li a:hover:before {
    width: 100%;
}

.nav ul .current_page_item a {
    padding-left: 27.5px;
    padding-right: 27.5px;
    background: #9b8377;
    color: #fff !important;
}

.nav ul .current_page_item a:before {
    display: none;
}

.slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slider-bg div {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.slider-bg img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

.slider-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slider-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 420px;
}

.slider-info span {
    color: #fff;
}

.slider-info .info_title {
    font-size: 59px;
    font-weight: 600;
    margin-bottom: 5px;
}

.slider-info .info-sub_title {
    font-size: 55px;
    font-weight: 350;
}

.slider-main {
    position: relative;
    overflow: hidden;
    padding-top: 140px;
}

.slider-main .container {
    z-index: 5;
    position: relative;
}

.slider-check {
    margin-top: 105px;
}

.slider-blocks {
    width: 575px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slider-blocks .slider-block {
    width: calc(50% - 14px);
    margin-top: 16.5px;
    margin-bottom: 16.5px;
    position: relative;
    padding: 12px 22px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.slider-blocks .slider-block img {
    max-width: 100%;
    height: auto;
    filter: brightness(0.8);
}

.slider-blocks .slider-block .img-wrapper {
    min-height: 66px;
    padding-top: 15px;
}

.slider-blocks .slider-block .slider-block_text {
    color: #111;
    font-weight: 350;
    margin-top: 9px;
    font-size: 20px;
}

.slider-blocks .slider-block:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    opacity: 0.6;
    z-index: -1;
    left: 0;
    top: 0;
}

.slider-check {
    font-size: 28px;
    color: #333333;
    font-weight: 350;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
}

.slider-check:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    opacity: 0.7;
    z-index: -1;
}

.slider-check span {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.slider-check span:before {
    content: " ";
    background: url(../img/icons/check-mark.svg) no-repeat;
    width: 21px;
    height: 21px;
    background-size: contain;
    background-position: center;
    margin-right: 13px;
    display: inline-block;
    margin-bottom: -2px;
}

.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    position: absolute;
    height: 100%;
    width: 100%;
    padding-top: 45%;
    left: 0;
    top: 0;
}

.fullscreen-bg:after {
    content: '';
    background: #00000024;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    z-index: 99999999999999;
}

.tabs__content {
    display: none;
}

.tabs__content.active {
    display: block;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tabs ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.category-mebel-na-zakaz .tabs ul {
    margin-top: -1px;
}

.tabs ul li {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: 0.3s;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 26.5px;
    padding-right: 26px;
    margin-bottom: -1px;
}


.tabs ul li.active {
    background: #91999b;
    color: #fff;
}

.tabs ul li.active span {
    filter: brightness(150);
}

.tabs ul li:hover {
    background: #91999b;
    color: #fff;
}

.tabs ul li:hover span {
    filter: brightness(150);
}

.tabs-top {
    border-bottom: 1px solid #dadada;
    z-index: 99;
    position: relative;
}

.category-block {
    border: 1px solid #fff;
}

.category-block img {
    width: 100%;
    height: 110px;
    object-fit: contain;
    object-position: center;
}

.category-block a {
    display: block;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-blend-mode: darken;
    transition: 0.3s;
}

.category-block:hover,
.category-block.active {
    border: 1px solid #dadada;
    /* background: #f1f1f1; */
    background-blend-mode: darken;
}

.category-block:hover a {
    opacity: 0.7;
}

.tabs__caption {
    font-size: 20px;
    color: #333333;
    font-weight: 350;
}

.tabs__caption span {
    height: 30px;
    width: 30px;
    min-width: 30px;
    margin-right: 9px;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.categories-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-top: -1px;
    margin-bottom: -1px;
}

.tabs-bottom {
    overflow: hidden;
}

.categories-blocks .category-block {
    width: calc(100%/6);
    background-blend-mode: lighten;
}

.categories-blocks .category-block img {
    margin-top: 15px;
    margin-bottom: 15px;
    background-blend-mode: lighten;
    /* object-fit: fill; */
}

.categories-blocks .category-block .category_title {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: 350;
}

.call {
    padding-top: 40px;
    padding-bottom: 34px;
    background-image: url(../img/video-bg.png);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.call-inner {
    display: flex;
    flex-direction: column;
    color: #333333;
    align-items: center;
}

.call-inner span {
    display: block;
}

.call-inner .call-title {
    font-size: 36px;
    font-weight: 350;
    display: flex;
    font-weight: bold;
    align-items: center;
    flex-wrap: wrap;
    line-height: 22px;
    margin-bottom: 2px;
}

.call-inner .call-title:before {
    content: " ";
    background: url(../img/icons/phone-2.svg) no-repeat;
    min-width: 39px;
    height: 40px;
    background-size: contain;
    margin-right: 15px;
}

.call-inner .call-sub-title {
    font-weight: 350;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}

.features {
    padding-top: 100px;
    padding-bottom: 70px;
}

.features .features-blocks {
    display: flex;
    justify-content: space-between;
}

.features .features-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.features .features_title {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
}

.features .features-sub_title {
    font-weight: 350;
    font-size: 18px;
    color: #333333;
}

.features .features-img {
    min-height: 81px;
    margin-bottom: 25px;
}

.features .features-img img {
    max-width: 100%;
    height: auto;
}

.features .features-info {
    font-size: 17px;
    font-weight: 350;
    color: #333333;
    padding-top: 30px;
}

.features .features-info p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 20px;
}

.fancybox-bg {
    width: 100%;
    height: 100%;
}

.videos-blocks {
    display: flex;
    flex-wrap: wrap;
}

.videos-blocks .video-block {
    width: 25%;
    padding: 1px;
    display: flex;
    flex-wrap: wrap;
}

.videos-blocks .video-block>* {
    width: 100%;
}

.videos-blocks .video-block .video-img-wrap {
    display: block;
    height: 130px;
    height: 215px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    background: #000000;
}

.videos-blocks .video-block .video-img-wrap:before {
    content: " ";
    width: 48px;
    height: 48px;
    background: url(../img/icons/play.svg) no-repeat;
    background-size: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.videos-blocks .video-block .video-img-wrap:hover img {
    transform: scale(1.5);
    opacity: 0.6;
}

.videos-blocks .video-block img {
    max-width: 100%;
    width: 100%;
    transition: 1s;
    transform: scale(1);
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.video-info {
    background: #91999b;
    padding-left: 16px;
    padding-right: 7px;
    min-height: 50px;
    padding-top: 4px;
    padding-bottom: 5px;
}

.video-info-left {
    display: flex;
    flex-direction: column;
}

.video-info-left {
    width: 100%;
}

.video-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.video_title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.video_phone {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-top: 4px;
    letter-spacing: 0.4px;
    height: 18px;
}

@media (min-width:601px) {
    .video-info-left {
        width: 100%;
    }
}

@media (max-width:600px) {
    .video-phone {
        height: auto;
    }
}

.video-link {
    font-size: 18px;
    font-weight: 350;
    color: #fff;
    margin-right: 33px;
    display: block;
    position: relative;
    padding: 5px 0 5px;
}

.video-link:hover .arrow:before {
    width: 18px;
}

.arrow:before {
    width: 18px !important;
    margin-right: -2px !important;
}

a:hover .arrow:before {
    width: 30px !important;
}

.video-link .arrow {
    display: flex;
    align-items: center;
    position: absolute;
    left: calc(100% + 7px);
    top: calc(50% - 3px);
}

.video-link .arrow:before {
    content: " ";
    transition: 0.1s;
    width: 18px;
    height: 2px;
    background: #fff;
    display: block;
}

.video-link .arrow:after {
    content: " ";
    width: 8px;
    height: 8px;
    background: url(../img/icons/arrow.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    display: block;
    background-position: center right;
    margin-left: -1px;
}

.videos-title {
    font-size: 36px;
    color: #000000;
    display: block;
    text-align: center;
    margin-bottom: 48px;
    font-weight: bold;
}

.videos-link-block {
    display: flex;
    justify-content: center;
}

.videos-link {
    font-size: 20px;
    color: #333333;
    margin-top: 38px;
}

.videos {
    padding-bottom: 100px;
    padding-top: 90px;
    background-image: url(../img/video-bg.png);
    background-attachment: fixed;
    background-position: center top;
    background-position: center;
    background-size: cover;
}

.videos-link {
    margin-right: 33px;
    display: block;
    position: relative;
    border-bottom: 1px dashed;
}
.videos-link:hover {
    border-bottom: 1px dashed transparent;    
}
.videos-link:hover .arrow:before {
    width: 20px;
}

.videos-link .arrow {
    display: flex;
    align-items: center;
    position: absolute;
    left: calc(100% + 12px);
    left: calc(100% + 12px);
    top: calc(50% - 2px);
}

.videos-link .arrow:before {
    content: " ";
    transition: 0.1s;
    width: 18px;
    height: 2px;
    background: #444343;
    display: block;
    margin-right: -1px;
}

.videos-link .arrow:after {
    content: " ";
    width: 8px;
    height: 8.5px;
    background: url(../img/icons/arr-db.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    background-size: 21px;
    background-repeat: no-repeat;
    display: block;
    background-position: center right;
    margin-left: -1px;
}

.exaples-slide {
    padding-left: 8px;
    padding-right: 8px;
}

.exaples-slide:hover .exaple-slide-inner {
    border: 1px solid #dadada;
}

.exaples-slide .exaple-slide-inner {
    padding: 9px;
    border: 1px solid #fff;
}

.exaples-slide .exaple-photo {
    height: 210px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    background: #000000;
}

.exaples-slide .exaple-photo img {
    max-width: 100%;
    width: 100%;
    transition: 1s;
    transform: scale(1.1);
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.exaples-slide .exaple-photo:hover {
    cursor: pointer;
}

.exaples-slide .exaple-photo:hover img {
    transform: scale(1.5);
    opacity: 0.6;
}

.exaple-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.exaple-info>span {
    padding-left: 12px;
}

.exaple-info .example-title {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    margin-top: 18px;
    margin-bottom: 8px;
}

.exaple-info .example-price {
    font-size: 24px;
    color: #9b8377;
    font-weight: 600;
    margin-bottom: 12px;
}

.exaple-info .example-params {
    font-size: 16px;
    color: #333333;
    font-weight: 350;
    line-height: 20px;
    margin-bottom: 17px;
}

.example-button {
    font-size: 20px;
    color: #fff;
    background: #9b8377;
    padding-left: 0px;
    text-align: right;
    margin-top: auto;
    margin-bottom: 0;
    max-width: 100%;
    padding: 11px;
    width: auto;
    padding-left: 20px;
    padding-right: 50px;
    transition: 0.3s;
    display: block;
    align-self: flex-start;
}

.example-button-d {
    width: auto;
    padding-left: 20px;
}

.example-button:hover {
    background: #c7ab9c;
}

.zoom {
    background: url(../img/icons/linza.png) no-repeat center center;
    height: 50px;
    transform: rotate(0deg);
    transition-timing-function: ease-out;
    transition-duration: 350ms;
    -webkit-transform: rotate(360deg);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 350ms;
    -moz-transform: rotate(0deg);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 350ms;
    margin-top: 10px;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
    z-index: 9;
    margin-top: -210px;
    margin-bottom: 150px;
    background-size: 50px;
}


.exaple-photo:hover {
    position: relative;
}

.exaple-photo:hover .zoom {
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
}

.zoom:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.example-button span {
    position: relative;
    display: block;
}

.example-button:hover .arrow:before {
    width: 20px;
}

.example-button .arrow {
    display: flex;
    align-items: center;
    position: absolute;
    left: calc(100% + 7px);
    top: calc(50% - 3px);
}

.example-button .arrow:before {
    content: " ";
    transition: 0.1s;
    width: 18px;
    height: 2px;
    background: #fff;
    display: block;
    margin-right: -2px;
}

.example-button .arrow:after {
    content: " ";
    width: 8px;
    height: 8px;
    background: url(../img/icons/arrow.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    display: block;
    background-position: center right;
    margin-left: -1px;
}

.exaples-title-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #333333;
    padding-top: 92px;
    margin-bottom: 48px;
    text-align: center;
    font-weight: bold;
}

.examples {
    padding-bottom: 95px;
}

.slick-next,
.slick-prev {
    width: 38px;
    height: 42px;
    background: url(../img/icons/arrow-2.svg) #cbcfd0 no-repeat;
    background-position: center;
}

.slick-next:before,
.slick-prev:before {
    display: none;
}

.slick-next:hover,
.slick-prev:hover {
    background: url(../img/icons/arrow-2.svg) #91999b no-repeat;
    background-position: center;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: url(../img/icons/arrow-2.svg) #91999b no-repeat;
    background-position: center;
}

.exaples-slider,
.documents-slider {
    padding-left: 70px;
    padding-right: 70px;
}

.slick-prev {
    left: 0;
}

.slick-prev {
    right: 0;
    top: unset !important;
    bottom: 50%;
    transform: translate(0, 50%) rotate(180deg);
}

.slick-next {
    right: 0;
}

.works-blocks {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 100px;
}

.works-blocks .work-block {
    width: calc(100%/8);
    position: relative;
}

.works-blocks .work-block:before {
    content: " ";
    width: 11px;
    height: 23px;
    background: url(../img/icons/arrow-w.png);
    position: absolute;
    left: 100%;
    transform: translate(-50%, 0);
    top: 34px;
}

.works-blocks .work-block img {
    max-width: 66px;
    height: auto;
}

.works-blocks .work-block:last-child:before {
    display: none;
}

.works-blocks .image-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94px;
    height: 94px;
    border-radius: 100%;
    background: #fff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.works-blocks .image-block .count {
    position: absolute;
    font-weight: 600;
    color: #fff;
    font-size: 19.84px;
    background: #9b8377;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    left: -8px;
    bottom: -8px;
}

.work_title {
    font-size: 17.65px;
    font-weight: 500;
    color: #333333;
    margin-top: 27px;
    display: block;
    text-align: center;
}

.works {
    background-image: url(../img/works.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.work_title {
    min-height: 60px;
}

.list-block {
    margin-left: 1px;
    padding-left: 8px;
    border: 2px solid #a3a8a9;
    border-right: 0;
    border-top: 0;
    margin-top: 30px;
    margin-bottom: 0;
    position: relative;
}

.list-block:before {
    content: " ";
    display: block;
    width: 14px;
    height: 11px;
    background: url(../img/icons/arrow-w2.png) no-repeat;
    background-size: 100%;
    top: -14px;
    transform: translate(-50%, 0);
    position: absolute;
    left: -1px;
}

.list-block li {
    list-style: none;
    font-size: 13.52px;
    display: flex;
    line-height: 130%;
    margin-bottom: 8px;
}

.list-block li:before {
    content: " ";
    width: 5px;
    min-width: 5px;
    height: 5px;
    display: inline-block;
    min-width: 5px;
    background: #a69084;
    transform: rotate(45deg);
    margin-top: 5px;
    margin-right: 5px !important;
    margin-left: -1px;
    margin-bottom: 2px;
}

.list-block li * {
    display: inline;
}

.work-info-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-left: 5px;
    margin-right: 5px;
}

.works {
    padding-top: 95px;
}

.send-form {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.send-form .field-block {
    width: calc(((100% - 173px)/3) - 10px);
}

.send-form .field-block input,
.send-form .field-block textarea {
    border: 0;
    outline: unset !important;
    width: 100%;
    font-weight: 300;
    padding-left: 48px;
    padding-right: 15px;
    font-size: 18px;
    color: #333333;
    font-family: 'FuturaС';
    height: 45px;
    border-bottom: 2px solid #91999b;
}

.send-form .field-block input::-webkit-input-placeholder,
.send-form .field-block textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    color: #333333;
}

.send-form .field-block input::-moz-placeholder,
.send-form .field-block textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

.send-form .field-block input:-ms-input-placeholder,
.send-form .field-block textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

.send-form .field-block input:-moz-placeholder,
.send-form .field-block textarea:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

.send-link {
    min-width: 173px;
    display: flex;
    justify-content: center;
}

.works-title {
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 50px;
}

.send-title {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.send-call {
    padding-top: 92px;
    padding-bottom: 80px;
}

.send-call .field-block,
.send-call .send-link {
    margin-bottom: 20px;
}

.send-sub-title {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #333333;
    margin-top: 8px;
}

.field-block {
    position: relative;
}

.field-block.field-name .field-img {
    position: relative;
    left: 15px;
    top: calc(50% - 13px);
    position: absolute;
    display: block;
}

.field-block.field-name .field-img:before {
    content: " ";
    width: 21px;
    height: 21px;
    background: url(../img/icons/avatar1.svg) no-repeat;
    display: block;
    background-size: 100%;
}

.field-block.field-phone .field-img {
    position: relative;
    left: 15px;
    top: calc(50% - 13px);
    position: absolute;
    display: block;
}

.field-block.field-phone .field-img:before {
    content: " ";
    width: 20px;
    height: 20px;
    background: url(../img/icons/phone1.svg) no-repeat;
    display: block;
    background-size: 100%;
}

.field-block.field-mail .field-img {
    position: relative;
    left: 15px;
    top: calc(50% - 10px);
    position: absolute;
    display: block;
}

.field-block.field-mail .field-img:before {
    content: " ";
    width: 23px;
    height: 23px;
    background: url(../img/icons/mail1.svg) no-repeat;
    display: block;
    background-size: 100%;
    margin-top: -4px;
}

.field-block.field-mail .field-img:before {
    content: " ";
    width: 23px;
    height: 23px;
    background: url(../img/icons/mail1.svg) no-repeat;
    display: block;
    background-size: 100%;
    margin-top: -4px;
}

.field-block.textarea .field-img:before {
    content: " ";
    width: 23px;
    height: 23px;
    background: url(../img/icons/write1.svg) no-repeat;
    display: block;
    background-size: 100%;
    margin-top: -4px;
}

.field-block.textarea .field-img {
    position: relative;
    left: 15px;
    top: 2px;
    position: absolute;
    display: block;
}

/*
.field-phone input:focus + .field-img:before { background: url(../img/icons/phonedb.png) no-repeat; }

.field-name input:focus + .field-img:before { background: url(../img/icons/namedb.png) no-repeat; }

.field-mail input:focus + .field-img:before { background: url(../img/icons/maildb.png) no-repeat; }
*/

.field-block input:focus {
    border-bottom: 2px solid #9b8377 !important;
}

input.error,
textarea.error {
    border-color: red !important;
}

label.error {
    display: none !important;
}

.documents-slider img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}

.documents-slider .document-slide {
    padding-left: 10px;
    padding-right: 10px;
}

.documents-slider .document-slide a:hover img {
    filter: brightness(1.1);
}

.documents-title-wrap {
    font-size: 36px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}

.documents {
    padding-bottom: 100px;
    padding-top: 96px;
    background-image: url(../img/docfon.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.brands-blocks {
    display: flex;
    flex-wrap: wrap;
    /* gap: 10px; */
}

.brands-blocks .brand-block {
    width: calc(100%/6 - 50px);
    height: auto;
    margin: 25px;
}

.brands-blocks .brand-block img {
    max-width: 100%;
    height: auto;
}

.brands-title-wrap {
    font-weight: bold;
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.brands {
    padding-top: 95px;
    padding-bottom: 90px;
    border-bottom: 1px solid #dadada;
}

.map-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 27.95px;
    color: #333333;
}

.map iframe {
    border-top: 1px solid #dadada;
}

.map_title {
    margin-bottom: 6px;
    margin-top: 35px;
    font-weight: bold;
}

.map-sub_title {
    margin-bottom: 30px;
    position: relative;
    display: block;
    text-align: center;
}

.map-sub_title:before {
    content: " ";
    background: url(../img/icons/mapadd.svg) no-repeat;
    width: 24px;
    height: 32px;
    display: block;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: -5px;
}

.brand-block {
    margin: 10px 0;
}

.brands-title-wrap {
    margin-bottom: 30px;
}

.columns-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}

.columns-wrap .call-me-link {
    margin-top: 12px;
}

.columns-wrap .column-footer {
    display: flex;
    flex-direction: column;
}

.columns-wrap .column-footer .phones-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.columns-wrap .column-footer .phones-wrap .phone-block {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 16px;
}

.columns-wrap .column-footer .info {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
    margin-right: 8px;
}

.columns-wrap .column-footer .info>span {
    margin-left: 0;
    margin-right: 0;
}

body:not(.home) .footer {
    border-top: 1px solid #dadada;
}

body:not(.home) header {
    border-bottom: 1px solid #dadada;
}


.footer {
    padding-top: 37px;
}

.footer .logo {
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
}

.footer .logo_title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    font-size: 19px;
    line-height: 110%;
    text-align: center;
}

.footer .logo-sub_title {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-top: 3px;
    text-align: center;
}

.footer .column-footer-menu ul {
    margin: 0;
    padding: 0;
}

.footer .column-footer-menu ul li {
    list-style: none;
    margin-bottom: 3px;
}

.footer .column-footer-menu ul li.current-menu-item a {
    color: #9b8377 !important;
    font-weight: 600;
}

.footer .column-footer-menu ul li.current-menu-item a:before {
    display: none;
}

.footer .column-footer-menu ul li a {
    font-size: 16px;
    color: #333333;
    position: relative;
}

.footer .column-footer-menu ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #000;
    margin: 0 8px 3px 0;
    display: inline-block;
}

.footer .column-footer-menu ul li a:before {
    position: absolute;
    width: 0;
    height: 1px;
    background: #6f7374;
    display: block;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    transition: all 0.3s;
}

.footer .column-footer-menu ul li a:hover {
    color: #6f7374;
}

.footer .column-footer-menu ul li a:hover:before {
    width: 100%;
}

.footer .info>a,
.footer .info>span {
    margin-bottom: 20px;
}

.footer .info>a.time,
.footer .info>span.time {
    margin-bottom: 37px;
}

.column-footer:not(.column-footer-logo) {
    padding-top: 8px;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    color: #333333;
}

.copyright span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.copyright span:before {
    content: " ";
    display: inline-block;
    content: " ";
    background: url(../img/icons/site.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-bottom: -6px;
}

.copyright {
    border-top: 1px solid #dadada;
    padding-top: 10px;
    padding-bottom: 15px;
}

.send-link {
    font-size: 20px;
    color: #fff;
    background: #9b8377;
    padding-left: 0;
    text-align: right;
    max-width: 100%;
    padding: 11px;
    padding-left: 18px;
    padding-right: 50px;
    transition: 0.3s;
}

.send-link:hover {
    background: #c7ab9c;
}

.send-link span {
    position: relative;
}

.send-link span:hover .arrow:before {
    width: 18px;
}

.send-link span .arrow {
    display: flex;
    align-items: center;
    position: absolute;
    left: calc(100% + 15px);
    top: calc(50% - 3px);
}

.send-link span .arrow:before {
    content: " ";
    transition: 0.1s;
    width: 18px;
    height: 2px;
    background: #fff;
    display: block;
}

.send-link span .arrow:after {
    content: " ";
    width: 8px;
    height: 8px;
    background: url(../img/icons/arrow.svg);
    background-size: 21px;
    background-repeat: no-repeat;
    display: block;
    background-position: center right;
    margin-left: -1px;
}

#form-d form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#form-d form .send-link {
    margin-top: 10px;
    padding: 8.5px 8.5px 9.5px;
    padding-left: 10px;
    width: auto;
    padding-right: 50px;
    min-width: 173px;
    text-align: right;
}

#form-d {
    padding: 20px 20px 30px;
    width: 285px;
}

#form-d .fre-title {
    display: block;
    text-align: center;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
}

#form-d input {
    background: unset;
    border: 1px solid #b3b2b2;
    font-family: 'Roboto';
    color: #333333;
    display: flex;
    align-items: center;
    padding-left: 10px;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}

#wpmtst-form input {
    background: unset;
    border: 1px solid #b3b2b2;
    font-family: 'Roboto';
    color: #333333;
    display: flex;
    align-items: center;
    padding-left: 10px;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}


#wpmtst-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

#wpmtst-form input:-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

#wpmtst-form input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

#wpmtst-form input:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

#wpmtst-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

#wpmtst-form textarea:-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

#wpmtst-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

#wpmtst-form textarea:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

#wpmtst-form .strong-form-inner .form-field.wpmtst-submit label input {
    font-family: 'FuturaС';
    font-weight: 350;
}



#wpmtst-form textarea {
    background: unset;
    border: 1px solid #b3b2b2;
    font-family: 'Roboto';
    color: #333333;
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}

#wpmtst-form .strong-form-inner .form-field.wpmtst-submit input {
    font-size: 20px;
    color: #333333;
    background: #9b8377;
    padding-left: 30px !important;
    text-align: center;
    max-width: 100%;
    padding: 11px;
    padding-right: 30px !important;
    transition: 0.3s;
    height: auto;
    margin-bottom: 0;
    border: 0;
    cursor: pointer;
}

#wpmtst-form .strong-form-inner .form-field.wpmtst-submit label input {
    color: #fff;
}

.testimonial-success p {
    text-align: center;
    font-size: 22px;
}

.strong-form-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#wpmtst-form .strong-form-inner .form-field.wpmtst-submit input:hover {
    background: #c7ab9c;
}

#wpmtst-form .strong-form-inner .form-field.wpmtst-submit label {
    position: relative;
}

#wpmtst-form .strong-form-inner .form-field.wpmtst-submit label:before {
    content: " ";

}

.open-example .exaples-slide {
    width: 25%;
    padding: 0;
}

.open-example {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding: 30px 0;

}

.exaples-slide.open-example .exaple-slide-inner {
    border: 0;
    padding: 0;
}

.exaples-slide.open-example .exaple-slide-inner .zoom {


    position: static;
}

.exaples-slide.open-example .exaple-photo:hover .zoom {
    margin-top: 20px;
}

.exaple-photo:hover .blocknumber {
    opacity: 1;
}

.exaple-photo:hover .calc-price {
    transform: translate(0, 0%);
}


.exaples-slide .exaple-photo img {
    position: absolute;
    left: 0;
    top: 0;
}

.exinfo-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.blocknumber {

    position: absolute;
    top: 50%;
    z-index: 11;
    color: #fff;
    font-size: 30px;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.calc-price {
    height: 50px;
    background: grey;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 1;
    color: #fff;
    font-size: 20px;
    transform: translate(0, 100%);
    transition: 350ms;
}

body.compensate-for-scrollbar {
    overflow: auto !important;
    margin-right: 0 !important;
}

.categorylist-item a {
    position: relative;
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

.categorylist-item {
    padding: 10px;
    display: inline-block;

}

.categorylist .container {
    overflow: hidden;
}

.categorylist-wrap {
    margin-left: -10px;
    margin-right: -10px;
}

.categorylist-item a:before {
    position: absolute;
    width: 0;
    height: 1px;
    background: #6f7374;
    display: block;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    transition: all 0.3s;
}

.categorylist-item a:hover:before,
.categorylist-item a.active:before {
    width: 100%;
}

.examples.calc .exaples-slide {
    width: 33.3333%;
    display: flex;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.examples.calc .exaples-slide .exaple-slide-inner {
    width: 100%;
}

.examples.calc .exaples-title-wrap {
    padding-top: 0;
}

.examples.calc .exaples-slider {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}

.examples.catd {
    padding-bottom: 70px;
}

.categorylist-wrap {
    display: block;
    margin: 30px 0 15px;
    text-align: center;
}

.content .titlerev {
    text-align: center;
}

.wp-pagenavi {
    display: block;
    width: 100%;
    margin-top: 20px;
}

p.required-notice {
    display: none;
}

.strong-form .form-field.wpmtst-submit {
    text-align: center;
}

#wpmtst-form {
    width: 586px;
    max-width: 100%;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.videos.reviews {
    background: unset !important;
    padding-top: 0;
    padding-bottom: 0;
}

.wp-pagenavi .pages,
.previouspostslink,
.nextpostslink {
    display: none !important;
}

.wpgmp_map_parent {
    float: unset !important;
}

.wp-pagenavi,
.simplePagerNav {
    display: flex !important;
    justify-content: center;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
}

.wp-pagenavi a,
.wp-pagenavi span,
.strong-view ul.simplePagerNav li a {
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 0px 0px;
    margin: 2px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;

    font-weight: 650;
    margin: 0 0.2em;
}

.simplePagerList {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.wp-pagenavi span.current,
.strong-view ul.simplePagerNav li.currentPage a {
    font-weight: 350;
    background: #91999b;
    border-color: #91999b;
    color: #fff;
}


#map {
    height: 480px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
}

h1 {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #333333;
    font-weight: 600;
}

.inner-content h1 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.contacts-inner .phones-wrap,
.contacts-inner .info {
    display: flex;
    flex-direction: column;
}

.contacts-inner-wrap {
    display: flex;
    justify-content: center;
}

.contacts-inner .phone-block {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.contacts-inner .social-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 5px;
}

.contacts-inner .phone-block {
    margin-top: 5px;
    margin-bottom: 5px;
}

.contacts-inner .info>a,
.contacts-inner .info>span {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}

.contacts-inner .info {
    margin-top: 11px;
}

.contacts-page.send-call .send-form {
    flex-direction: column;
    width: 586px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.contacts-page.send-call .send-form .field-block {
    width: 100%;
}

.contacts-page.send-call .send-form .send-link {
    margin-left: auto;
    margin-right: auto;
}

.field-block.textarea textarea {
    height: 70px;
}

.contacts-page .send-form {
    margin-top: 25px;
}

.send-call.contacts-page {
    padding-top: 40px;
    padding-bottom: 50px;
}

.exaple-slide-inner {
    height: 100%;
}

.exaples-slide .exaple-slide-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.exaples-slide .exaple-slide-inner>div {
    width: 100%;
}

.exaple-info {
    margin-top: 0;
    margin-bottom: auto;
}

.exaples-slide .exaple-photo {
    margin-top: 0;
    margin-bottom: 0;
}

.example-button {
    margin-top: auto;
    margin-bottom: 0;
    display: flex !important;
    justify-content: center;
    padding-left: 18px !important;
    padding-right: 50px !important;

}

.examples.calc .example-button {
    margin-left: 0;
}

.examples.calc .example-button {
    align-self: flex-start;
}

.testimonial-heading {
    font-size: 0;
    min-width: 45px;
    height: 23px;
}

.content .testimonial-inner {
    display: flex !important;
    flex-wrap: wrap;

}

.testimonial-field,
.testimonial-field.testimonial-company {
    display: flex;
    align-items: center;
    margin-bottom: 2px !important;
}

.testimonial-field {
    margin-left: auto;
    margin-right: 0;
}

.testimonial-field.testimonial-company {
    margin-left: 0;
    margin-right: 10px;
}

.testimonial-field.testimonial-name {
    margin-right: 0;
    margin-left: 0;
}

.testimonial-field.testimonial-name,
.testimonial-field.testimonial-company {
    width: auto;
    order: unset;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.content .testimonial-inner .testimonial-content {
    order: 1;
    width: 100%;
    margin-top: 10px;
}

.send-call .container {
    position: relative;
}

.send-form {
    position: relative;
}

.opacityzero {
    opacity: 0 !important;

}

.goodmas {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 2;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 20px;
    background: #fff;
}

.goodmas.active {
    display: flex;
}

.linkhover,
.zagolovok {
    display: none !important;
}

.contacts-inner .adress:before,
.contacts-inner .time:before,
.contacts-inner .mail:before,
.contacts-inner .phone-block .phone:before {
    background-position: center;
    width: 19px;
    margin-right: 7px;
}

body:not(.home) .categories-blocks {
    margin-bottom: 0;
}

#form-d {
    position: relative;
    padding-top: 0;
}

#form-d .fre-title:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20px;
    z-index: 999;

}

#form-d .fre-title:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    z-index: 999;
}

.footer .info a:before,
.footer .info span:before {
    width: 19px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 12px;
}

#form-d input::-webkit-input-placeholder,
.send-form .field-block textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

#form-d input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

#form-d input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

#form-d input:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'FuturaС';
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    color: #333333;
}

#form-d input {
    font-family: 'FuturaС';
}

.wp-pagenavi a,
.wp-pagenavi span,
.strong-view ul.simplePagerNav li a {
    line-height: 1;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    display: block;
    text-align: center;
}

.examples.calc.catd .exaple-photo {
    overflow: hidden;
}

section.categorylist {
    position: relative;
    z-index: 9;

}

.categorylist-item a {
    display: flex;
}

.strong-view.default .testimonial-heading {
    background-size: 29px !important;
}

.phones-wrap .phone-block:nth-child(1) a+a,
.phones-wrap .phone-block:nth-child(3) a+a {
    display: none;
}


.map-icon101 {
    display: block;
    position: relative;
    margin: -130px 0 20px 20px;
    width: 100px;
    height: 110px;
    background: url(/wp-content/themes/twentytwenty/img/map-icon101.png) no-repeat;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
}

@media (max-width:767px) {
    .map-icon101 {
        margin: -100px 0 20px 20px;
        width: 60px;
        height: 70px;
        background: url(/wp-content/themes/twentytwenty/img/map-icon101.png) no-repeat;
        background-size: 100% auto;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
    }
}

.inner-content .features {
    padding-top: 30px;
}

.brands-blocks {
    /* margin-bottom: 30px; */
}

html[lang="ua"] .videos-link.ru {
    display: none;
}

html[lang="ru-RU"] .videos-link.uk {
    display: none;
}


.video-info-right {
    margin: 0 auto;
    font-size: 15px;
}

.testimonial-field.testimonial-name {
    display: none !important;

}

.testimonial-heading {
    font-size: 16px !important;
    display: flex;
    align-items: center;

}

.page-id-331 .content .inner-content,
.page-id-436 .content .inner-content,
.page-id-434 .content .inner-content,
.page-id-329 .content .inner-content {
    padding-bottom: 80px;
}

.page-id-298 .map,
.page-id-425 .map {
    border-top: 1px solid #dadada;
}

.header-inner-bottom {
    border-top: 1px solid #dadada;
}

.bottom-inner {
    margin-top: -1px;
}