@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/FuturaPT/FuturaPT-Bold.woff2) format("woff2"), url(../fonts/FuturaPT/FuturaPT-Bold.woff) format("woff")
}
@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/FuturaPT/FuturaPT-Book.woff2) format("woff2"), url(../fonts/FuturaPT/FuturaPT-Book.woff) format("woff")
}
@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../fonts/FuturaPT/FuturaPT-Demi.woff2) format("woff2"), url(../fonts/FuturaPT/FuturaPT-Demi.woff) format("woff")
}
@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../fonts/FuturaPT/FuturaPT-Heavy.woff2) format("woff2"), url(../fonts/FuturaPT/FuturaPT-Heavy.woff) format("woff")
}
@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/FuturaPT/FuturaPT-Light.woff2) format("woff2"), url(../fonts/FuturaPT/FuturaPT-Light.woff) format("woff")
}
@font-face {
    font-family: FuturaPT;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/FuturaPT/FuturaPT-Medium.woff2) format("woff2"), url(../fonts/FuturaPT/FuturaPT-Medium.woff) format("woff")
}
@font-face {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fontello/fontello.eot?#iefix) format("embedded-opentype"), url(../fonts/fontello/fontello.woff2) format("woff2"), url(../fonts/fontello/fontello.woff) format("woff"), url(../fonts/fontello/fontello.ttf) format("truetype"), url(../fonts/fontello/fontello.svg#fontello) format("svg")
}
body.compensate-for-scrollbar {
    overflow: hidden
}
.f-nav {
  border-bottom: 1px solid #e5e5e5;
}

.fancybox-active {
    height: auto
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute!important;
    top: -9999px;
    visibility: hidden
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}
.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}
.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}
.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}
.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.fancybox-toolbar {
    right: 0;
    top: 0
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}
.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}
.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}
.fancybox-slide--image::before {
    display: none
}
.fancybox-slide--html {
    padding: 6px
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}
.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.fancybox-container [data-selectable=true] {
    cursor: text
}
.fancybox-image, .fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}
.fancybox-spaceball {
    z-index: 1
}
.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%
}
.fancybox-slide--video .fancybox-content {
    background: #000
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff
}
.fancybox-iframe, .fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}
.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px
}
.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}
.fancybox-button:hover {
    color: #fff
}
.fancybox-button:focus {
    outline: 0
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}
.fancybox-button div {
    height: 100%
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}
.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--play svg:nth-child(2) {
    display: none
}
.fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1) {
    display: none
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998
}
.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}
.fancybox-navigation .fancybox-button div {
    padding: 7px
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 31px 26px 31px 6px
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0
}
.fancybox-caption {
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0;
    text-align: center;
    z-index: 99996
}
.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -44px;
    z-index: -1
}
.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}
@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5)
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}
@media all and (max-height:576px) {
    .fancybox-caption {
        padding: 12px
    }
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }
    .fancybox-slide--image {
        padding: 6px 0
    }
    .fancybox-close-small {
        right: -6px
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}
.fancybox-share p {
    margin: 0;
    padding: 0
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}
.fancybox-share__button:link, .fancybox-share__button:visited {
    color: #fff
}
.fancybox-share__button:hover {
    text-decoration: none
}
.fancybox-share__button--fb {
    background: #3b5998
}
.fancybox-share__button--fb:hover {
    background: #344e86
}
.fancybox-share__button--pt {
    background: #bd081d
}
.fancybox-share__button--pt:hover {
    background: #aa0719
}
.fancybox-share__button--tw {
    background: #1da1f2
}
.fancybox-share__button--tw:hover {
    background: #0d95e8
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}
.fancybox-share__button svg path {
    fill: #fff
}
.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}
.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}
.fancybox-thumbs__list a:focus::before {
    opacity: .5
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}
@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
:-moz-submit-invalid, :-moz-ui-invalid, :invalid {
    box-shadow: none
}
input, select, textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0
}
textarea {
    resize: none
}
a {
    outline: 0
}
table {
    border-collapse: collapse
}
.container {
    margin: 0 auto;
    padding: 0 15px
}
@media (min-width:768px) {
    .container {
        width: 750px
    }
}
@media (min-width:992px) {
    .container {
        width: 970px
    }
}
@media (min-width:1230px) {
    .container {
        width: 1230px;
        padding: 0
    }
}
* {
    margin: 0;
    padding: 0
}
.clearfix:after {
    content: "";
    display: table;
    clear: both
}
.hidden {
    display: none
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}
.fancybox-close-small {
    background-color: transparent
}
.fancybox-close-small:focus {
    outline: 0
}
.demo-icon {
    font-family: fontello, sans-serif;
    font-style: normal;
    display: inline-block
}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1;
    font-family: FuturaPT, sans-serif;
    overflow-x: hidden
}
main {
    overflow: hidden
}
header {
    padding: 5px 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9
}
header.f-nav {
    position: fixed
}
header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
header .container .logo {
    width: 33.3%;
    display: inline-block
}
header .container .head_right {
    width: 33.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
header .container .head_right .contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}
header .container .head_right .contacts p {
    font-weight: 400;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 28px
}
header .container .head_right .contacts span {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px
}
header .container .head_right .contacts .phone {
    font-weight: 400;
    color: #3a3a3a;
    font-size: 26px;
    line-height: 30px;
    text-decoration: none;
    display: inline-block
}
header .container .head_right .inst {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    text-decoration: none;
    display: inline-block;
    margin-right: 35px;
    font-size: 24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    text-align: center;
    line-height: 40px
}
header .container .head_right .inst:hover {
    color: #08a652;
    background-color: rgba(255, 255, 255, .7)
}
.border_btn {
    height: 40px;
    border-radius: 20px;
    border: 2px solid #fdae05;
    background-color: #ffb22b;
    line-height: 36px;
    color: #111;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 0 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
    font-family: FuturaPT, sans-serif
}
.border_btn:hover {
    background-color: #08a652;
}
.yellow_btn {
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    background-color: #ffb22b;
    padding: 0 60px;
    color: #111;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-family: FuturaPT, sans-serif
}
.yellow_btn:hover {
    background-color: #08a652;
    color: #fff
}
.nav_wrapper {
    padding-top: 90px;
    height: 140px;
    background-color: #3a3a3a
}
.nav_wrapper nav {
    padding: 10px 0
}
.nav_wrapper nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none
}
.nav_wrapper nav ul li {
    margin: 0 45px
}
.nav_wrapper nav ul li.current_page_item a {
    color: #fdae05
}
.nav_wrapper nav ul li a {
    color: #e7e7e7;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block
}
.nav_wrapper nav ul li a:hover {
    color: #fdae05
}
.compensate-for-scrollbar header.f-nav {
    width: calc(100% - 17px)
}
.hiro {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}
.hiro .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px
}
.hiro .form_box {
    width: 544px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 15px;
    overflow: hidden;
    padding-left: 20px;
}
.hiro .form_box .form_box_title {
    background-color: rgba(255, 255, 255, .8);
    padding: 16px 20px
}
.hiro .form_box .form_box_title h1 {
    color: #111;
    font-size: 36px;
    font-weight: 400;
    line-height: 36px
}
.hiro .form_box .form_box_title h1 strong {
    color: #08a652;
    font-weight: 600
}
.hiro .form_box .form_box_wrapper {
    padding: 18px 20px
}
.hiro .form_box .form_box_wrapper .form_desc p {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px
}
.hiro .form_box .form_box_wrapper .form_desc p span {
    color: #08a652;
    text-decoration: none!important
}
.hiro .form_box .form_box_wrapper .form_desc p strong {
    font-weight: 800
}
.hiro .form_box .form_box_wrapper form {
    width: 344px;
    margin: 0 auto 20px
}
.hiro .form_box .form_box_wrapper form input[type=tel], .hiro .form_box .form_box_wrapper form input[type=text] {
    width: 100%;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #bcbcbc;
    background-color: transparent;
    margin-bottom: 10px;
    padding: 0 20px 0 48px;
    background-repeat: no-repeat;
    background-position: left 16px center;
    color: #111;
    font-family: FuturaPT, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px
}
.hiro .form_box .form_box_wrapper form input[type=text] {
    background-image: url(../img/user_icon.png)
}
.hiro .form_box .form_box_wrapper form input[type=tel] {
    background-image: url(../img/phone_icon.png)
}
.hiro .form_box .form_box_wrapper form ::-webkit-input-placeholder {
    color: #838181;
    opacity: 1
}
.hiro .form_box .form_box_wrapper form ::-moz-placeholder {
    color: #838181;
    opacity: 1
}
.hiro .form_box .form_box_wrapper form :-ms-input-placeholder {
    color: #838181;
    opacity: 1
}
.hiro .form_box .form_box_wrapper form ::-ms-input-placeholder {
    color: #838181;
    opacity: 1
}
.hiro .form_box .form_box_wrapper form ::placeholder {
    color: #838181;
    opacity: 1
}
.hiro .form_box .form_box_wrapper form input[type=submit] {
    margin-top: 5px;
    padding: 0;
    width: 100%
}
.hiro .form_box .form_box_wrapper p {
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px
}
.hiro .form_box .form_box_wrapper p a {
    color: #7e7e7e;
    position: relative;
    text-decoration: none
}
.hiro .form_box .form_box_wrapper p a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 1px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #7e7e7e
}
.hiro .form_box .form_box_wrapper p a:hover:before {
    opacity: 0
}
.hiro .benefits {
    width: 200px;
    z-index: 8
}
.hiro .benefits .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 10px;
    padding: 10px
}
.hiro .benefits .item:last-child {
    margin-bottom: 0
}
.hiro .benefits .item .icon {
    width: 46px
}
.hiro .benefits .item .icon img {
    max-width: 100%
}
.hiro .benefits .item .text {
    width: calc(100% - 68px);
    color: #1e1e1e;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px
}
.hiro .hiro_img {
    position: relative;
    height: 100%;
    width: 400px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}
.hiro .hiro_img img {
    position: absolute;
    bottom: -40px;
    left: 0
}
.h2 {
    text-align: center;
    color: #111;
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 30px;
    position: relative
}
.prices {
    text-align: center;
    margin: 100px 0
}
.prices .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 50px
}
.prices .tabs .tab {
    font-size: 26px;
    line-height: 58px;
    font-weight: 600;
    color: #aeaeae;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    display: inline-block;
    margin: 0 30px;
    position: relative;
    letter-spacing: -.6px
}
.prices .tabs .tab:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #08a652;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.prices .tabs .tab:hover:after {
    width: 100%
}
.prices .tabs .tab.active {
    color: #08a652
}
.prices .tabs .tab.active:after {
    width: 100%
}
.prices .prices_slider {
    margin-bottom: 65px
}
.prices .prices_slider .item .title {
    color: #111;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4px
}
.prices .prices_slider .item .sub_title {
    color: #797979;
    font-size: 19px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
}
.prices .prices_slider .item .img {
    margin: 24px 0 16px;
    height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.prices .prices_slider .item .img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto
}
.prices .prices_slider .item .new_price {
    color: #111;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 4px
}
.prices .prices_slider .item .old_price {
    color: #848484;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-decoration: line-through
}
.prices .prices_slider .item .yellow_btn {
    margin-top: 20px
}
.prices p {
    color: #111;
    font-size: 19px;
    font-weight: 400;
    line-height: 28px
}
.prices p a {
    color: #111;
    text-decoration: none
}
.certificate_nav button.owl-next, .certificate_nav button.owl-prev, .section_slider.owl-carousel button.owl-next, .section_slider.owl-carousel button.owl-prev {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f0efef;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-position: center;
    background-repeat: no-repeat;
    border: none
}
.certificate_nav button.owl-next:hover, .certificate_nav button.owl-prev:hover, .section_slider.owl-carousel button.owl-next:hover, .section_slider.owl-carousel button.owl-prev:hover {
    background-color: #e4e2e2
}
.certificate_nav button.owl-prev, .section_slider.owl-carousel button.owl-prev {
    left: -90px;
    background-image: url(../img/slider_arrow.png);
    -webkit-transform: scale(-1, 1) translateY(-50%);
    -ms-transform: scale(-1, 1) translateY(-50%);
    transform: scale(-1, 1) translateY(-50%);
    background-position: left 28px center
}
.certificate_nav button.owl-next, .section_slider.owl-carousel button.owl-next {
    right: -90px;
    background-image: url(../img/slider_arrow.png)
}
.countertop {
    margin: 100px 0
}
.countertop .box {
    -webkit-box-shadow: 0 7px 38px rgba(24, 20, 6, .15);
    box-shadow: 0 7px 38px rgba(24, 20, 6, .15);
    border-radius: 15px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 40px 50px
}
.countertop .countertop_img {
    width: calc(100% - 260px);
    height: 380px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.countertop .countertop_img img {
    max-width: 100%;
    max-height: auto;
    width: auto;
    height: auto;
    margin: 0
}
.countertop .benefits {
    width: 200px
}
.countertop .benefits .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}
.countertop .benefits .item:last-child {
    margin-bottom: 0
}
.countertop .benefits .item .icon {
    width: 40px;
    text-align: center
}
.countertop .benefits .item .text {
    width: calc(100% - 68px);
    color: #1e1e1e;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px
}
.countertop .select_box {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.countertop .select_box .flange {
    width: 432px
}
.countertop .select_box .flange p {
    color: #1e1e1e;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px
}
.countertop .select_box .flange .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.countertop .select_box .flange .tabs .tab {
    width: 108px;
    height: 68px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #d7d5d5;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative
}
.countertop .select_box .flange .tabs .tab img {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    will-change: opacity
}
.countertop .select_box .flange .tabs .tab span {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    will-change: opacity
}
.countertop .select_box .flange .tabs .tab:hover {
    background-color: #08a652
}
.countertop .select_box .flange .tabs .tab:hover span {
    opacity: 1
}
.countertop .select_box .flange .tabs .tab:hover img {
    opacity: 0
}
.countertop .select_box .flange .tabs .tab.active {
    background-color: #08a652
}
.countertop .select_box .flange .tabs .tab.active span {
    opacity: 1
}
.countertop .select_box .flange .tabs .tab.active img {
    opacity: 0
}
.countertop .select_box .select_colors {
    width: calc(100% - 460px)
}
.countertop .select_box .select_colors .tab_item>p {
    color: #1e1e1e;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px
}
.countertop .select_box .select_colors .select_colors_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.countertop .select_box .select_colors .select_colors_box .item {
    width: 58px;
    cursor: pointer;
    margin-right: 10px
}
.countertop .select_box .select_colors .select_colors_box .item.active .img, .countertop .select_box .select_colors .select_colors_box .item:hover .img {
    border-color: #08a652
}
.countertop .select_box .select_colors .select_colors_box .item.active p, .countertop .select_box .select_colors .select_colors_box .item:hover p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.countertop .select_box .select_colors .select_colors_box .item .img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #d7d5d5;
    margin-bottom: 8px;
    padding: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.countertop .select_box .select_colors .select_colors_box .item .img span {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden
}
.countertop .select_box .select_colors .select_colors_box .item p {
    color: #656565;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}
.advantage {
    margin: 100px 0
}
.advantage .box {
    margin-top: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.advantage .box .item {
    width: 24%;
    text-align: center
}
.advantage .box .item .img {
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px
}
.advantage .box .item .img img {
    max-width: 100%;
    max-height: 100%;
    margin: auto
}
.advantage .box .item .title {
    color: #111;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 14px
}
.advantage .box .item p {
    line-height: 22px;
    color: #6c6b6b;
    font-size: 19px;
    font-weight: 400
}
.vantage {
    padding: 100px 0;
    background-color: #f2f2f2
}
.vantage .vantage_img_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px
}
.vantage .item {
    margin: 0 15px;
    text-align: center
}
.vantage .item .img {
    border-radius: 10px;
    overflow: hidden;
    width: 288px;
    height: 190px;
    margin-bottom: 14px
}
.vantage .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.vantage .item p {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px
}
.vantage .vantage_table {
    width: 820px;
    margin: 38px auto 0
}
.vantage .vantage_table img {
    vertical-align: middle
}
.vantage .vantage_table .thead {
    border-radius: 10px;
    background-color: #08a652;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px
}
.vantage .vantage_table .thead .th {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
    width: 23%;
    padding: 14px 20px;
    text-align: center
}
.vantage .vantage_table .thead .th:first-child {
    width: 54%;
    text-align: left
}
.vantage .vantage_table .tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 3px
}
.vantage .vantage_table .tr:last-child {
    margin-bottom: 0
}
.vantage .vantage_table .tr .td {
    color: #888;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    width: 23%;
    padding: 11px 20px;
    text-align: center
}
.vantage .vantage_table .tr .td:first-child {
    width: 54%;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.vantage .vantage_table .tr .td .icon {
    width: 34px;
    margin-right: 20px
}
.vantage .vantage_table .tr .td .icon img {
    max-width: 100%;
    max-height: 100%
}
.vantage .vantage_table .tr .td strong {
    font-size: 24px;
    color: #111;
    font-weight: 600;
    display: block
}
.vantage .vantage_table .tr .td .title {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    width: calc(100% - 54px)
}
.mounting {
    margin: 100px 0
}
.mounting .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e2e2e2;
    padding-top: 58px
}
.mounting .box .info {
    width: calc(100% - 540px)
}
.mounting .box .info blockquote {
    color: #111;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding-left: 40px;
    border-left: 5px solid #ffb22b;
    margin-bottom: 34px;
    margin-left: 11px
}
.mounting .box .info ul {
    list-style: none
}
.mounting .box .info ul li {
    color: #2d2c2c;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px;
    padding-left: 54px;
    position: relative
}
.mounting .box .info ul li:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #08a652;
    left: 0;
    top: 3px;
    background-image: url(../img/list_icon.png);
    background-position: center;
    background-repeat: no-repeat
}
.mounting .box .info ul li:last-child {
    margin-bottom: 0
}
.mounting .box .img {
    width: 500px
}
.mounting .box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%
}
.production {
    padding: 100px 0;
    background-color: #f2f2f2
}
.production .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}
.production .box .img {
    width: calc(48% - 15px)
}
.production .box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.production .box .info {
    width: calc(52% - 15px)
}
.production .box .info .info_box {
    padding: 25px 50px;
    border-radius: 10px;
    background-color: #08a652;
    margin-bottom: 24px
}
.production .box .info .info_box .title {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 10px
}
.production .box .info .info_box p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 0
}
.production .box .info p {
    color: #2d2c2c;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 30px
}
.certificate {
    margin: 100px 0
}
.certificate p {
    color: #2d2c2c;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: center
}
.certificate .certificate_box {
    position: relative;
    margin-top: 30px
}
.certificate .certificate_slider_wrapper {
    overflow: hidden
}
.certificate .certificate_slider {
    padding: 0 10px
}
.certificate .certificate_slider .owl-stage-outer {
    padding: 10px 0 18px;
    overflow: visible
}
.certificate .certificate_slider .item {
    -webkit-box-shadow: 0 5px 15px rgba(24, 20, 6, .15);
    box-shadow: 0 5px 15px rgba(24, 20, 6, .15);
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    cursor: pointer
}
.certificate .certificate_slider img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.excellence {
    margin: 100px 0;
    margin-bottom: 55px
}
.excellence .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 44px
}
.excellence .item {
    width: 24%;
    text-align: center;
    margin-bottom: 45px
}
.excellence .item .icon {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 10px solid #f6f6f6;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px
}
.excellence .item .icon img {
    margin: auto
}
.excellence .item .title {
    font-weight: 400;
    color: #111;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 10px
}
.excellence .item p {
    color: #6c6b6b;
    font-size: 19px;
    font-weight: 400;
    line-height: 22px
}
.projects {
    padding: 100px 0;
    background-color: #f2f2f2
}
.projects p {
    margin: 0 auto;
    text-align: center;
    color: #2d2c2c;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px
}
.projects .projects_slider {
    width: 1090px;
    margin: 50px auto 0;
    border-radius: 15px
}
.projects .item {
    background-color: #eaeaea;
    padding: 45px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.projects .item .img {
    width: calc(100% - 320px);
    height: 460px
}
.projects .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.projects .item .info {
    width: 288px
}
.projects .item .info p {
    text-align: left;
    color: #2d2c2c;
    font-size: 25px;
    font-weight: 400;
    line-height: 1
}
.projects .item .info ul {
    list-style: none;
    border-top: 1px solid rgba(194, 194, 194, .5);
    margin-top: 16px;
    padding-top: 16px
}
.projects .item .info ul li {
    color: #2d2c2c;
    font-size: 19px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 6px
}
.projects .item .info ul li strong {
    font-weight: 600
}
.projects .item .info ul li span {
    color: #08a652
}
.projects .item .info .yellow_btn {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    text-align: center
}
.projects .item .info .warning {
    color: #919191;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px
}
.certificate_dots, .section_slider .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -42px;
    left: 0
}
.certificate_dots .owl-dot, .section_slider .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #c2c2c2;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    outline: 0;
    margin: 0 8px;
    border: none;
    cursor: pointer
}
.certificate_dots .owl-dot.active, .section_slider .owl-dots .owl-dot.active {
    background-color: #8d1e51
}
.reviews {
    margin: 100px 0;
    padding-bottom: 50px
}
.reviews .reviews_slider {
    width: 1090px;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 15px rgba(24, 20, 6, .15);
    box-shadow: 0 5px 15px rgba(24, 20, 6, .15)
}
.reviews .reviews_slider .item {
    padding: 50px 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.reviews .reviews_slider .img {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%
}
.reviews .reviews_slider .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.reviews .reviews_slider .description {
    width: calc(100% - 228px)
}
.reviews .reviews_slider .description .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px
}
.reviews .reviews_slider .description .name {
    color: #2d2c2c;
    font-size: 30px;
    font-weight: 600;
    margin-right: 18px;
    line-height: 30px;
    letter-spacing: -.8px
}
.reviews .reviews_slider .description time {
    color: #7f7e7e;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px
}
.reviews .reviews_slider .description p {
    color: #2d2c2c;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px
}
.repair {
    margin: 100px 0
}
.repair.title_icon .h2:after {
    content: "";
    width: 114px;
    height: 34px;
    background-image: url(../img/shkolarem.png);
    display: inline-block;
    margin-left: 26px;
    position: relative;
    top: 4px
}
.repair p {
    color: #2d2c2c;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: center
}
.repair .box {
    margin-top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -30px
}
.repair .box .item {
    width: calc(25% - 30px);
    margin-left: 30px;
    overflow: hidden
}
.repair .video {
    width: 100%;
    position: relative;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #2d2c2c;
    margin-bottom: 12px
}
.repair .video iframe {
    position: absolute;
    width: 100%;
    height: 100%
}
.repair .video span {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    background-color: rgba(28, 40, 30, .4);
    cursor: pointer;
    background-size: cover;
    background-position: center
}
.repair .video span img {
    margin: auto;
    opacity: .7;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.repair .video span:hover img {
    opacity: 1
}
.repair .title {
    text-align: center;
    color: #2d2c2c;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}
.form_block1 {
    background-image: url(../img/form_block1_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}
.form_block1 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.form_block1 .container .img {
    width: 20%;
    height: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}
.form_block1 .container .img img {
    vertical-align: middle;
    max-width: 100%
}
.form_block1 .container .info {
    width: calc(80% - 40px);
    padding: 50px 0
}
.form_block1 .container .info .title {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    border-radius: 10px;
    background-color: #08a652;
    text-align: center;
    padding: 33px 0;
    margin-bottom: 30px
}
.form_block1 .container .info p {
    color: #111;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px
}
.form_block1 .container .info form {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -10px
}
.form_block1 .container .info form input[type=tel], .form_block1 .container .info form input[type=text] {
    width: calc(33.3% - 10px);
    margin-left: 10px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0 20px 0 48px;
    background-repeat: no-repeat;
    background-position: left 16px center;
    color: #111;
    font-family: FuturaPT, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px
}
.form_block1 .container .info form input[type=text] {
    background-image: url(../img/user_icon.png)
}
.form_block1 .container .info form input[type=tel] {
    background-image: url(../img/phone_icon.png)
}
.form_block1 .container .info form ::-webkit-input-placeholder {
    color: #838181;
    opacity: 1
}
.form_block1 .container .info form ::-moz-placeholder {
    color: #838181;
    opacity: 1
}
.form_block1 .container .info form :-ms-input-placeholder {
    color: #838181;
    opacity: 1
}
.form_block1 .container .info form ::-ms-input-placeholder {
    color: #838181;
    opacity: 1
}
.form_block1 .container .info form ::placeholder {
    color: #838181;
    opacity: 1
}
.form_block1 .container .info form input[type=submit] {
    padding: 0;
    margin-left: 10px;
    width: calc(33.3% - 10px)
}
.form_block2 {
    background-image: url(../img/form_block2_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center
}
.form_block2 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.form_block2 .container .img {
    width: 24%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative
}
.form_block2 .container .img img {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 140%
}
.form_block2 .container .info {
    width: calc(76% - 40px);
    padding: 80px 0
}
.form_block2 .container .info .title {
    color: #111;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 50px;
    position: relative
}
.form_block2 .container .info .title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 288px;
    height: 1px;
    background-color: #08a652;
    opacity: .3
}
.form_block2 .container .info p {
    color: #111;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px
}
.form_block2 .container .info p strong {
    color: #08a652;
    font-weight: 400
}
.form_block2 .container .info form {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -10px
}
.form_block2 .container .info form input[type=tel], .form_block2 .container .info form input[type=text] {
    width: calc(33.3% - 10px);
    margin-left: 10px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0 20px 0 48px;
    background-repeat: no-repeat;
    background-position: left 16px center;
    color: #111;
    font-family: FuturaPT, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px
}
.form_block2 .container .info form input[type=text] {
    background-image: url(../img/user_icon.png)
}
.form_block2 .container .info form input[type=tel] {
    background-image: url(../img/phone_icon.png)
}
.form_block2 .container .info form ::-webkit-input-placeholder {
    color: #838181;
    opacity: 1
}
.form_block2 .container .info form ::-moz-placeholder {
    color: #838181;
    opacity: 1
}
.form_block2 .container .info form :-ms-input-placeholder {
    color: #838181;
    opacity: 1
}
.form_block2 .container .info form ::-ms-input-placeholder {
    color: #838181;
    opacity: 1
}
.form_block2 .container .info form ::placeholder {
    color: #838181;
    opacity: 1
}
.form_block2 .container .info form input[type=submit] {
    padding: 0;
    margin-left: 10px;
    width: calc(33.3% - 10px)
}
.contacts_box {
    margin: 100px 0
}
.contacts_box .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px
}
.contacts_box .info {
    width: 40%;
    padding-top: 12px
}
.contacts_box .info .item {
    padding-left: 60px;
    position: relative;
    margin-bottom: 26px
}
.contacts_box .info .item:last-child {
    margin-bottom: 0
}
.contacts_box .info .item .icon {
    position: absolute;
    left: 0;
    top: 7px
}
.contacts_box .info .item .title {
    color: #111;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px
}
.contacts_box .info .item p {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}
.contacts_box .info .item a {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    display: inline-block
}
.contacts_box .info .item .desc {
    margin-top: 16px
}
.contacts_box .info .item .desc p {
    color: #666565;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px
}
.contacts_box .info .item .desc p:last-child {
    margin-bottom: 0
}
.contacts_box .info .item .desc p strong {
    font-weight: 600
}
.contacts_box .maps {
    width: 58%;
    border-radius: 10px;
    overflow: hidden
}
.contacts_box .maps .map {
    height: 480px;
    width: 100%
}
footer {
    padding: 40px 0;
    background: #08a652;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #08a652), color-stop(80%, #039b72));
    background: -o-linear-gradient(left, #08a652 40%, #039b72 80%);
    background: linear-gradient(90deg, #08a652 40%, #039b72 80%)
}
footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}
footer .f_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
footer .f_left .logo {
    display: inline-block;
    margin-bottom: 25px
}
footer .f_left .copy {
    color: #d3f4f4;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px
}
footer .f_left ul {
    list-style: none;
    margin-left: 80px
}
footer .f_left ul li {
    margin-bottom: 6px
}
footer .f_left ul li:last-child {
    margin-bottom: 0
}
footer .f_left ul a {
    display: inline-block;
    color: #e7e7e7;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none
}
footer .f_left ul a:hover {
    color: #ffb22b
}
footer .f_left .item {
    max-width: 240px
}
footer .f_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
footer .f_right p {
    color: #e7e7e7;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 10px
}
footer .f_right .f_contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 80px
}
footer .f_right .contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}
footer .f_right .contacts .phone {
    font-weight: 400;
    color: #fff9fc;
    font-size: 26px;
    line-height: 30px;
    text-decoration: none;
    display: inline-block
}
footer .f_right .contacts .email {
    color: #d3f4f4;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    display: inline-block
}
footer .f_right .inst {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 50%;
    text-decoration: none;
    display: inline-block;
    margin-right: 18px;
    font-size: 24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    text-align: center;
    line-height: 40px
}
footer .f_right .inst:hover {
    color: #08a652;
    background-color: rgba(255, 255, 255, .7)
}
.toggle-mnu {
    display: none;
    position: relative;
    z-index: 999;
    width: 26px;
    height: 20px
}
.toggle-mnu span:after, .toggle-mnu span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px
}
.toggle-mnu span:after {
    top: 18px
}
.toggle-mnu span {
    position: relative;
    display: block
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    width: 100%;
    height: 2px;
    background-color: #e7e7e7;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px
}
.toggle-mnu.on span {
    background-color: transparent
}
.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px, 0);
    -ms-transform: rotate(45deg) translate(-1px, 0);
    transform: rotate(45deg) translate(-1px, 0)
}
.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px)
}
.about {
    margin: 100px 0
}
.about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px
}
.about .box.none_img .info {
    width: 100%
}
.about .box .img {
    width: 48%
}
.about .box .img img {
    max-width: 100%
}
.about .box .info {
    width: 48%
}
.about .box .info p {
    color: #2d2c2c;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px
}
.about .box .info p:last-child {
    margin-bottom: 0
}
.text_page {
    color: #111;
    margin: 100px 0
}
.text_page img {
    width: auto;
    height: auto;
    vertical-align: middle;
    max-width: 100%
}
.text_page table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
}
.text_page table th {
    border: 1px solid grey;
    padding: 20px;
    text-align: left;
}
.text_page table td {
    border: 1px solid grey;
    padding: 20px;
}
.text_page p {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px
}
.text_page p:last-child {
    margin-bottom: 0
}
.text_page p strong {
    font-weight: 700
}
.text_page a {
    text-decoration: none;
    display: inline-block;
    line-height: 18px;
    color: #08a652;
    font-weight: 400;
    border-bottom: 1px solid #08a652;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.text_page a:hover {
    border-bottom-color: transparent
}
.text_page h2, .text_page h3, .text_page h4, .text_page h5, .text_page h6 {
    font-weight: 700;
    line-height: 1;
    color: #111
}
.text_page h1 {
    color: #111;
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px
}
.text_page h2, .text_page h3, .text_page h4, .text_page h5, .text_page h6 {
    margin-bottom: 20px;
    margin-top: 30px
}
.text_page h2:first-child, .text_page h3:first-child, .text_page h4:first-child, .text_page h5:first-child, .text_page h6:first-child {
    margin-top: 0
}
.text_page h2:last-child, .text_page h3:last-child, .text_page h4:last-child, .text_page h5:last-child, .text_page h6:last-child {
    margin-bottom: 0
}
.text_page h2 {
    font-size: 32px
}
.text_page h3 {
    font-size: 30px;
    display: block;
}
.text_page h4 {
    font-size: 24px
}
.text_page h5 {
    font-size: 20px
}
.text_page h6 {
    font-size: 18px
}
.text_page li {
    color: #111;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 54px;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex */
}
.text_page ol, .text_page ul {
    list-style: none;
    margin-bottom: 30px;
    margin-top: 30px
}
.text_page ol:last-child, .text_page ul:last-child {
    margin-bottom: 0
}
.text_page ol:first-child, .text_page ul:first-child {
    margin-top: 0
}
.text_page ol {
    counter-reset: li
}
.text_page ol>li:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 30px;
    text-align: center;
    counter-increment: li;
    content: counter(li) ".";
    color: #08a652;
    font-size: 20px;
    font-weight: 700
}
.text_page ul>li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #08a652;
    border-radius: 50%;
    left: 24px;
    top: 12px
}
.text_page blockquote {
    padding: 50px 30px;
    position: relative;
    margin-bottom: 30px;
    color: #111;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    border-radius: 10px;
    background-color: #eaeaea
}
.wsp-pages-title {
    display: none
}
.modal {
    width: 480px;
    border-radius: 10px
}
.modal .title {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    color: #08a652;
    font-weight: 600
}
.modal form {
    margin-top: 30px
}
.modal form input[type=tel], .modal form input[type=text] {
    width: 100%;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 0 20px 0 48px;
    background-repeat: no-repeat;
    background-position: left 16px center;
    color: #111;
    font-family: FuturaPT, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px
}
.modal form input[type=text] {
    background-image: url(../img/user_icon.png)
}
.modal form input[type=tel] {
    background-image: url(../img/phone_icon.png)
}
.modal form ::-webkit-input-placeholder {
    color: #838181;
    opacity: 1
}
.modal form ::-moz-placeholder {
    color: #838181;
    opacity: 1
}
.modal form :-ms-input-placeholder {
    color: #838181;
    opacity: 1
}
.modal form ::-ms-input-placeholder {
    color: #838181;
    opacity: 1
}
.modal form ::placeholder {
    color: #838181;
    opacity: 1
}
.modal form input[type=submit] {
    padding: 0;
    width: 100%
}
.fancybox-button--play, .fancybox-button--thumbs, .fancybox-button--zoom, .fancybox-infobar {
    display: none!important
}
input.error {
    border-color: #08a652!important
}
label.error {
    display: none!important
}
.mobile_img_fix {
    display: none;
    max-width: 100%;
    margin-top: 15px
}
@media only screen and (max-width:1450px) {
    .certificate_nav button.owl-prev, .section_slider.owl-carousel button.owl-prev {
        left: -50px
    }
    .certificate_nav button.owl-next, .section_slider.owl-carousel button.owl-next {
        right: -50px
    }
    .prices .prices_slider {
        width: calc(100% - 140px);
        margin: 0 auto 50px
    }
    .certificate .certificate_box {
        width: calc(100% - 140px);
        margin: 30px auto 0
    }
}
@media only screen and (max-width:1230px) {
    .hiro .hiro_img {
        display: none
    }
    .prices .prices_slider {
        width: calc(100% - 80px)
    }
    .countertop .select_box .select_colors {
        width: 100%;
        margin-top: 30px
    }
    .countertop .select_box .flange {
        width: 100%
    }
    .mounting .box .info {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 30px
    }
    .mounting .box .img img {
        height: auto
    }
    .mounting .box .img {
        margin: 0 auto
    }
    .certificate .certificate_box {
        width: calc(100% - 80px)
    }
    .projects .projects_slider {
        width: calc(100% - 80px)
    }
    .projects .item .img {
        height: 400px
    }
    .reviews .reviews_slider {
        width: calc(100% - 80px)
    }
    .form_block1 .container .info .title {
        padding: 18px 0
    }
    .contacts_box .maps {
        width: 50%
    }
    .contacts_box .info {
        width: 46%
    }
    footer .f_left ul {
        margin-left: 40px
    }
    footer .f_right .f_contacts {
        margin-left: 40px
    }
    footer .f_right .contacts .phone {
        font-size: 22px
    }
    .toggle-mnu {
        display: block
    }
    .toggle-mnu.on {
        position: fixed;
        top: 105px
    }
    .nav_wrapper nav ul {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #3a3a3a;
        padding-top: 150px;
        text-align: center;
        z-index: 9
    }
    .nav_wrapper nav {
        padding: 15px 0
    }
    .nav_wrapper nav ul li a {
        font-size: 22px;
        line-height: 40px
    }
    .nav_wrapper nav ul li {
        margin-bottom: 20px
    }
    .nav_wrapper nav ul li:last-child {
        margin-bottom: 0
    }
    .countertop .select_box .select_colors .select_colors_box .item p {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
@media only screen and (max-width:992px) {
    .border_btn {
        padding: 0 40px
    }
    header .container .head_right .inst {
        display: none
    }
    .hiro .form_box {
        width: calc(100% - 220px);
        padding-left: 0;
    }
    .prices {
        margin: 50px 0
    }
    .h2 {
        font-size: 34px
    }
    .prices .tabs .tab {
        font-size: 20px;
        line-height: 50px;
        letter-spacing: 0
    }
    .prices .prices_slider .item .title {
        font-size: 28px
    }
    .countertop {
        margin: 50px 0
    }
    .prices .prices_slider {
        margin: 0 auto 30px
    }
    .countertop .benefits {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .countertop .box {
        padding: 20px 20px 30px
    }
    .countertop .benefits {
        margin-left: -10px
    }
    .countertop .benefits .item {
        margin-bottom: 0;
        width: calc(25% - 10px);
        margin-left: 10px
    }
    .countertop .benefits .item .text {
        width: calc(100% - 54px);
        font-size: 16px;
        line-height: 18px
    }
    .countertop .countertop_img {
        width: 100%;
        height: 290px
    }
    .advantage {
        margin: 50px 0
    }
    .advantage .box {
        margin-top: 40px
    }
    .advantage .box .item .img {
        height: 80px;
        margin-bottom: 20px
    }
    .advantage .box .item .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px
    }
    .advantage .box .item p {
        font-size: 16px
    }
    .vantage {
        padding: 50px 0
    }
    .vantage .vantage_table {
        width: 100%
    }
    .mounting {
        margin: 50px 0
    }
    .mounting .box {
        padding-top: 40px
    }
    .production {
        padding: 50px 0
    }
    .production .box .info {
        width: 100%;
        margin-top: 20px
    }
    .production .box .img {
        width: auto;
        max-width: 400px;
        margin: 0 auto
    }
    .production .box {
        margin-top: 0
    }
    .production .box .info .info_box .title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 4px
    }
    .production .box .info p {
        padding-left: 0
    }
    .production .box .info .info_box {
        padding: 16px 24px;
        margin-bottom: 16px
    }
    .certificate {
        margin: 50px 0
    }
    .certificate p {
        font-size: 20px;
        line-height: 24px
    }
    .certificate_dots, .section_slider .owl-dots {
        bottom: -25px
    }
    .certificate .certificate_box {
        margin-bottom: 80px
    }
    .excellence {
        margin: 50px 0 24px
    }
    .excellence .item .title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 4px
    }
    .excellence .item .icon {
        margin-bottom: 8px
    }
    .excellence .item p {
        font-size: 16px
    }
    .excellence .item {
        margin-bottom: 26px
    }
    .projects {
        padding: 50px 0
    }
    .projects .item {
        padding: 20px 15px
    }
    .projects .item .info p {
        font-size: 22px
    }
    .projects .item .info ul {
        margin-top: 10px;
        padding-top: 10px
    }
    .projects .item .info ul li {
        font-size: 17px;
        line-height: 26px
    }
    .projects .item .info {
        width: 220px
    }
    .projects .item .img {
        width: calc(100% - 240px);
        height: 300px
    }
    .reviews {
        margin: 50px 0
    }
    .reviews .reviews_slider .item {
        padding: 25px 15px
    }
    .reviews .reviews_slider .description {
        width: calc(100% - 200px)
    }
    .reviews .reviews_slider .description .name {
        font-size: 25px
    }
    .reviews .reviews_slider .description .top {
        margin-bottom: 12px
    }
    .reviews .reviews_slider .description p {
        font-size: 16px;
        line-height: 25px
    }
    .repair {
        margin: 50px 0 20px
    }
    .repair p {
        font-size: 20px;
        line-height: 24px
    }
    .repair .box {
        margin-top: 30px
    }
    .repair .box .item {
        width: calc(50% - 30px);
        margin-bottom: 30px
    }
    .form_block1 .container .img {
        display: none
    }
    .form_block1 .container .info {
        width: 100%;
        padding: 30px 0
    }
    .form_block1 .container .info .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 20px;
        padding: 12px 0
    }
    .form_block1 .container .info p {
        font-size: 20px;
        line-height: 26px
    }
    .form_block1 .container .info form {
        margin-top: 22px
    }
    .contacts_box {
        margin: 50px 0
    }
    .text_page {
        margin: 50px 0
    }
    .contacts_box .info {
        width: 100%;
        margin-bottom: 30px
    }
    .contacts_box .box {
        margin-top: 40px
    }
    .contacts_box .info .item p {
        font-size: 16px;
        line-height: 24px
    }
    .contacts_box .info .item .desc p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }
    .contacts_box .info .item .desc {
        margin-top: 12px
    }
    .contacts_box .info .item {
        margin-bottom: 16px
    }
    .contacts_box .info .item .title {
        font-size: 20px
    }
    .contacts_box .maps {
        width: 100%
    }
    .contacts_box .maps .map {
        height: 300px;
        width: 100%
    }
    .form_block2 .container .img {
        display: none
    }
    .form_block2 .container .info {
        width: 100%;
        padding: 30px 0
    }
    .form_block2 .container .info .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px
    }
    .form_block2 .container .info .title:after {
        bottom: -18px
    }
    .form_block2 .container .info p {
        font-size: 20px;
        line-height: 24px
    }
    .form_block2 .container .info form {
        margin-top: 20px
    }
    footer .f_right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right
    }
    footer .f_right .f_contacts {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10px
    }
    footer {
        padding: 30px 0
    }
    .projects p {
        font-size: 20px;
        line-height: 26px
    }
    .projects .projects_slider {
        margin: 30px auto 30px
    }
    .contacts_box .box {
        margin-top: 0
    }
    .about .box .img {
        width: 100%
    }
    .about .box .info {
        width: 100%;
        margin-top: 30px
    }
    .about {
        margin: 50px 0
    }
}
@media only screen and (max-width:768px) {
    header .container .logo {
        width: auto
    }
    header .container .logo img {
        max-width: 150px
    }
    .border_btn {
        padding: 0 20px
    }
    header .container .head_right {
        width: auto
    }
    br {
        display: none
    }
    header .container .head_right .contacts .phone {
        font-size: 22px
    }
    .hiro .form_box .form_box_title h1 {
        font-size: 32px;
        line-height: 32px
    }
    .hiro .form_box .form_box_wrapper form {
        margin: 0 auto 14px
    }
    .hiro .form_box {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }
    .hiro .benefits {
        width: 100%;
        margin-top: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -15px
    }
    .hiro .benefits .item {
        width: calc(33.3% - 15px);
        margin-left: 15px;
        margin-bottom: 0
    }
    .hiro .container {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .countertop .benefits .item {
        margin-bottom: 15px;
        width: calc(50% - 10px);
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .countertop .box {
        padding-bottom: 0
    }
    .countertop .select_box .select_colors .select_colors_box .item {
        margin-bottom: 20px
    }
    .advantage .box .item {
        width: 48%;
        margin-bottom: 30px
    }
    .advantage {
        margin: 50px 0 20px
    }
    .vantage .item .img {
        width: 220px;
        height: 130px;
        margin-bottom: 10px
    }
    .vantage .vantage_img_box {
        margin-top: 30px
    }
    .vantage .vantage_table {
        margin: 30px auto 0
    }
    .vantage .vantage_table .tr .td {
        width: 25%;
        padding: 8px 10px
    }
    .vantage .vantage_table .tr .td:first-child {
        width: 50%
    }
    .vantage .vantage_table .tr .td .icon {
        margin-right: 10px
    }
    .vantage .vantage_table .tr .td .title {
        width: calc(100% - 44px)
    }
    .vantage .vantage_table .tr .td strong {
        font-size: 20px
    }
    .vantage .vantage_table .thead .th {
        width: 25%;
        padding: 10px 10px
    }
    .vantage .vantage_table .thead .th:first-child {
        width: 50%
    }
    .mounting .box .img img {
        height: auto;
        max-height: 300px;
        width: auto;
        margin: 0 auto;
        display: block
    }
    .mounting .box .img {
        width: auto
    }
    .mounting .box .info blockquote {
        font-size: 20px;
        line-height: 26px;
        padding-left: 20px;
        margin-left: 0
    }
    .mounting .box .info ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px
    }
    .excellence .item {
        width: 48%
    }
    .excellence .item .icon {
        width: 130px;
        height: 130px
    }
    footer .f_right .f_contacts {
        margin-left: 0
    }
    footer .f_left ul {
        margin-left: 15px
    }
    footer .f_left .logo {
        margin-bottom: 15px
    }
    footer .f_left .logo img {
        max-width: 150px
    }
    footer .f_left .copy {
        font-size: 14px;
        line-height: 16px
    }
    footer .f_left .item {
        max-width: 190px
    }
    .hiro .benefits {
        margin-left: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px
    }
    .hiro .benefits .item {
        background-color: rgba(255, 255, 255, .7);
        border-radius: 15px;
        padding: 8px 15px 5px;
        margin-left: 0;
        width: calc(33.3% - 10px);
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .hiro .benefits .item .text {
        width: calc(100% - 54px)
    }
    .hiro {
        background-color: #f2f2f2;
        background-image: none!important
    }
    .mobile_img_fix {
        display: block
    }
    .hiro .form_box .form_box_title {
        background-color: transparent;
        padding: 16px 20px 0
    }
}
@media only screen and (max-width:600px) {
    header .container .head_right .contacts p {
        display: none
    }
    .border_btn {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        display: block;
        width: 166px;
        margin: 10px auto 0
    }
    header {
        padding: 10px 0
    }
    .hiro .benefits .item .text {
        width: calc(100% - 56px);
        font-size: 14px;
        line-height: 18px
    }
    .hiro .container {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .hiro .form_box .form_box_title h1 {
        font-size: 33px;
        line-height: 32px
    }
    .h2 {
        font-size: 26px;
        margin-bottom: 20px
    }
    .prices .tabs .tab {
        font-size: 16px;
        line-height: 40px
    }
    .prices .tabs {
        margin-bottom: 20px
    }
    .prices .prices_slider .item .title {
        font-size: 24px
    }
    .prices .prices_slider .item .img {
        margin: 16px 0 16px;
        height: 130px
    }
    .prices .prices_slider .item .new_price {
        font-size: 28px;
        margin-bottom: 0
    }
    .prices .prices_slider .item .old_price {
        font-size: 20px;
        line-height: 30px
    }
    .prices p {
        font-size: 16px;
        line-height: 22px
    }
    .prices .prices_slider {
        margin: 0 auto 20px
    }
    .countertop .select_box .flange .tabs .tab {
        width: 25%
    }
    .vantage .item {
        margin: 0 10px
    }
    .vantage .item .img {
        width: 200px
    }
    .vantage .vantage_table .tr .td .title {
        font-size: 17px
    }
    .vantage .vantage_table .tr .td {
        font-size: 14px;
        padding: 8px
    }
    .mounting .box {
        padding-top: 0;
        border-top: none
    }
    .projects .item .img {
        width: 100%;
        height: 300px;
        margin-bottom: 20px
    }
    .projects .item .info {
        width: 100%;
        text-align: center
    }
    .projects .item .info p {
        text-align: center
    }
    .reviews .reviews_slider .description {
        width: 100%;
        margin-top: 20px
    }
    .form_block1 .container .info form input[type=submit] {
        margin: 10px auto 0;
        width: 320px
    }
    .form_block1 .container .info form input[type=tel], .form_block1 .container .info form input[type=text] {
        width: calc(50% - 10px)
    }
    .form_block2 .container .info form input[type=submit] {
        margin: 10px auto 0;
        width: 320px
    }
    .form_block2 .container .info form input[type=tel], .form_block2 .container .info form input[type=text] {
        width: calc(50% - 10px)
    }
    footer .f_left {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    footer .f_left .item {
        max-width: 49%
    }
    footer .f_right {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
        margin-top: 16px
    }
    footer .f_right .inst {
        margin-right: 0;
        margin-left: 18px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    footer .f_right .contacts {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    header .border_btn {
        margin: 0
    }
    .nav_wrapper {
        padding-top: 72px;
        height: 122px
    }
    header .container .head_right .contacts .phone {
        font-size: 16px;
        line-height: 22px
    }
    header .container .head_right .contacts span {
        font-size: 13px;
        line-height: 13px
    }
    header .container .logo img {
        max-width: 130px
    }
    .nav_wrapper {
        padding-top: 61px;
        height: 110px
    }
    .toggle-mnu.on {
        top: 76px
    }
    .hiro .benefits .item .icon {
        width: 30px
    }
    .hiro .benefits .item .text {
        width: calc(100% - 36px)
    }
    .hiro .benefits .item {
        padding: 8px 8px 5px
    }
}
@media only screen and (max-width:480px) {
    header .border_btn {
        display: none
    }
    header .container .head_right .contacts span {
        max-width: 140px;
    }
    .toggle-mnu.on {
        top: 70px
    }
    .nav_wrapper nav {
        padding: 10px 0
    }
    .nav_wrapper {
        padding-top: 60px;
        height: 98px
    }
    .nav_wrapper nav ul {
        padding-top: 100px
    }
    .hiro .form_box .form_box_title {
        padding: 12px 8px
    }
    .hiro .form_box .form_box_title h1 {
        font-size: 21px;
        line-height: 27px
    }
    .hiro .form_box .form_box_wrapper form {
        width: 100%
    }
    .hiro .benefits .item {
        width: 100%;
        margin-bottom: 8px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .hiro .benefits .item:last-child {
        margin-bottom: 0
    }
    .hiro .benefits .item .text {
        font-size: 18px
    }
    .prices .tabs .tab {
        font-size: 14px;
        margin: 0 15px
    }
    .prices .prices_slider .item .sub_title {
        font-size: 16px;
        line-height: 22px
    }
    .yellow_btn {
        padding: 0 30px
    }
    .h2 {
        font-size: 23px
    }
    .countertop .countertop_img {
        height: 160px
    }
    .countertop .select_box .flange .tabs .tab img {
        max-width: 80%
    }
    .countertop .select_box .flange .tabs .tab span {
        background-size: 80%
    }
    .vantage .item p {
        font-size: 17px;
        line-height: 20px
    }
    .vantage .item .img {
        width: 150px;
        height: 100px;
        margin-bottom: 6px
    }
    .vantage .vantage_table {
        margin: 22px auto 0
    }
    .vantage .vantage_table .tr .td .icon {
        display: none
    }
    .vantage .vantage_table .tr .td .title {
        width: 100%
    }
    .vantage .vantage_table .tr .td {
        width: 32%
    }
    .vantage .vantage_table .tr .td:first-child {
        width: 36%
    }
    .vantage .vantage_table .tr .td .title {
        font-size: 16px
    }
    .vantage .vantage_table .thead .th {
        width: 32%
    }
    .vantage .vantage_table .thead .th:first-child {
        width: 36%
    }
    .vantage .vantage_table .thead .th {
        font-size: 15px;
        line-height: 16px
    }
    .production .box .info .info_box .title {
        font-size: 24px;
        line-height: 30px
    }
    .production .box .info .info_box p {
        font-size: 16px;
        line-height: 20px
    }
    .production .box .info p {
        font-size: 16px;
        padding-left: 0
    }
    .certificate p {
        font-size: 16px;
        line-height: 20px
    }
    .repair .box .item {
        width: 100%
    }
    .form_block1 .container .info .title {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 10px;
        padding: 12px 6px;
        text-align: left;
    }
    .form_block1 .container .info p {
        font-size: 18px;
        line-height: 22px;
         text-align: left;
    }
    .form_block1 .container .info form {
        margin-top: 14px
    }
    .form_block1 .container .info form input[type=tel], .form_block1 .container .info form input[type=text] {
        padding: 0 20px 0 38px;
        font-size: 15px;
        background-position: left 10px center
    }
    .contacts_box {
        margin: 30px 0
    }
    .text_page {
        margin: 30px 0
    }
    .contacts_box .info .item .title {
        margin-bottom: 6px
    }
    .contacts_box .info {
        padding-top: 0
    }
    .contacts_box .info .item .icon {
        width: 22px
    }
    .contacts_box .info .item .icon img {
        max-width: 100%
    }
    .contacts_box .info .item {
        padding-left: 36px
    }
    .form_block2 .container .info .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 30px;
        text-align: center
    }
    .form_block2 .container .info p {
        font-size: 18px;
        line-height: 24px;
        text-align: center
    }
    .form_block2 .container .info .title:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .form_block2 .container .info form input[type=tel], .form_block2 .container .info form input[type=text] {
        padding: 0 20px 0 38px;
        font-size: 15px;
        background-position: left 10px center
    }
    .vantage {
        padding: 40px 0
    }
    .mounting {
        margin: 40px 0
    }
    .prices {
        margin-top: 40px
    }
    .production {
        padding: 40px 0
    }
    .projects {
        padding: 40px 0
    }
    .projects p {
        font-size: 16px;
        line-height: 24px
    }
    .projects .projects_slider {
        width: calc(100% - 40px)
    }
    .projects .item .img {
        height: 280px
    }
    .prices .prices_slider {
        width: calc(100% - 40px)
    }
    .certificate_nav button.owl-prev, .section_slider.owl-carousel button.owl-prev {
        left: -25px
    }
    .certificate_nav button.owl-next, .section_slider.owl-carousel button.owl-next {
        right: -25px
    }
    .mounting .box .info blockquote {
        font-size: 18px
    }
    .certificate .certificate_box {
        width: calc(100% - 40px)
    }
    .certificate_nav button.owl-next, .certificate_nav button.owl-prev, .section_slider.owl-carousel button.owl-next, .section_slider.owl-carousel button.owl-prev {
        width: 50px;
        height: 50px;
        background-size: 12px
    }
    .certificate_nav button.owl-prev, .section_slider.owl-carousel button.owl-prev {
        background-position: left 22px center
    }
    .reviews .reviews_slider {
        width: calc(100% - 40px)
    }
    .reviews .reviews_slider .description .top {
        margin-bottom: 4px
    }
    .about .box .info p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 12px
    }
    .about .box .info {
        margin-top: 20px
    }
    .about .box .img img {
        max-height: 220px
    }
    .about {
        margin: 40px 0
    }
    .about .box {
        margin-top: 34px
    }
    .text_page h1 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 14px
    }
    .modal {
        width: 480px;
        padding: 40px 15px 22px
    }
    .hiro .benefits .item .text {
        width: calc(100% - 44px)
    }
    .hiro .benefits .item {
        padding: 8px 15px 5px
    }
    .vantage .item .img {
        width: 136px;
        margin: 0 auto 6px
    }
    .vantage .item p {
        font-size: 15px
    }
    .vantage .item {
        margin: 0 0
    }
    .vantage .vantage_img_box {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .profiles .tab_item_left{
    	width: 100% !important;
    }
    .profiles .tab_item_left .tab_img img{
    	max-width: 100%;
    }
}
@media only screen and (max-width:374px) {
    header .container .head_right .contacts .phone {
        font-size: 16px
    }
    header .container .head_right .contacts span {
        font-size: 12px;
        line-height: 20px;
        max-width: 140px;
    }
    header .container .logo img {
        max-width: 128px
    }
    .countertop .benefits .item {
        width: 100%
    }
    .vantage .item p {
        font-size: 14px;
        line-height: 20px
    }
    .vantage .item .img {
        width: 124px
    }
    .vantage .vantage_table .tr .td .title {
        font-size: 15px
    }
    .vantage .vantage_table .tr .td {
        font-size: 11px
    }
}
@media only screen and (min-width:1231px) {
    .nav_wrapper nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.certificate_dots .owl-dot.active, .section_slider .owl-dots .owl-dot.active {
    background-color: #08a652;
}
.profiles {
    margin: 100px 0;
}
.profiles .tabs, .price .tabs {
    text-align: center;
    margin-bottom: 40px
}
.profiles .tabs .tab, .price .tabs .tab {
    width: 206px;
    margin: 0 4px;
    height: 62px;
    line-height: 58px;
    text-align: center;
    padding-left: 16px;
    border-radius: 30px;
    display: inline-block;
    border: 2px solid #ddd4c8;
    background-repeat: no-repeat;
    background-position: 6px center;
    color: #2f3833;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    position: relative
}
.profiles .tabs .tab:before, .price .tabs .tab:before {
    content: '';
    background-image: url(../img/price_arrow.jpg);
    background-repeat: no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -7px;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.profiles .tabs .tab:hover, .price .tabs .tab:hover {
    border-color: #08a652
}
.profiles .tabs .tab.active, .price .tabs .tab.active {
    border-color: #08a652
}
.profiles .tabs .tab.active:before, .price .tabs .tab.active:before {
    opacity: 1
}
.price .window_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.price .window_container .window_img {
    height: 300px;
    margin-bottom: 30px
}
.price .window_container .title {
    color: #31383a;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    margin-bottom: 20px
}
.price .window_container .price_title {
    color: #08a652;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center
}
.price .window_container .price_title strong {
    font-weight: 800;
    font-size: 26px;
    font-size: 20px
}
.price .price_description {
    margin-top: 50px;
    text-align: center
}
.price .price_description p {
    color: #4f5a54;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px
}
.price .price_description p:last-child {
    margin-bottom: 0
}
.price .price_description a {
    color: #4f5a54;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none
}
.price .window_item {
    width: 23%;
    text-align: center
}
.price img {
    max-width: 100%
}
.price {
    margin: 50px 0
}
.profiles .wrapper {
    width: 1000px;
    margin: 0 auto
}
.profiles .tabs {
    margin-bottom: 50px
}
.profiles .tabs .tab {
    padding-left: 0
}
.profiles .tab_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.profiles .tab_item_left {
    width: 40%
}
.profiles .tab_item_left .tab_img {
    text-align: center
}
.profiles .tab_item_right {
    width: 60%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}
.profiles .tab_item_right .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
    color: #222121
}
.profiles .tab_item_right .title strong {
    color: #08a652
}
.profiles .tab_item_right p {
    color: #626060;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}
.profiles .tab_item_right .properties {
    border-top: 1px solid #08a652;
    border-bottom: 1px solid #08a652;
    padding: 10px 0 0;
    margin: 20px 0
}
.profiles .tab_item_right .properties span {
    display: inline-block;
    margin-right: 35px;
    color: #3267b7;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px
}
.profiles .tab_item_right .properties span img {
    margin-right: 14px;
    vertical-align: middle
}
.profiles .tab_item_right .properties span:last-child {
    margin-right: 0
}
.profiles .tab_item_right ul {
    list-style: none
}
.profiles .tab_item_right ul li {
    color: #08a652;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 38px;
    position: relative
}
.profiles .tab_item_right ul li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 10px;
    background-color: #08a652;
    width: 5px;
    height: 5px
}
.profiles .tab_item_right .price {
    margin-top: 20px;
    color: #08a652;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    padding: 0
}
.profiles .tab_item_right .price strong {
    color: #08a652;
    font-size: 20px
}
.profiles .tab_item_right span {
    color: #08a652;
    font-size: 14px;
    line-height: 24px
}
.text_section {
    padding: 50px 0
}
@media only screen and (max-width: 1024px) {
    .profiles .wrapper {
        width: 100%
    }
    .profiles {
        margin: 100px 0;
    }
}
@media only screen and (max-width: 768px) {
    .profiles {
        margin: 80px 0;
    }
    .profiles .tab_item_right {
        width: 100%;
        margin-bottom: 20px
    }
    .price .tabs .tab {
        width: 178px;
        padding-left: 32px
    }
    .price .window_item {
        width: 48%;
        margin-bottom: 30px
    }
    .price .window_container .window_img {
        margin-bottom: 10px;
        height: 240px
    }
}
@media only screen and (max-width: 600px) {
    .price .tabs .tab {
        height: 50px;
        line-height: 46px
    }
    .profiles {
        margin: 50px 0;
    }
}
.footer_top {
    width: 100%;
}
.footer_top ul {
    width: 25%;
    float: left;
}
.footer_top ul li {
    display: block;
}
.footer_top ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.mob_btn {
    display: none;
}
.footer_top .footer_nav ul li:first-child a {
    font-weight: 700;
    margin: 15px 0;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
}
.footer_top_wrapper {
    margin-bottom: 30px;
}
.nav_wrapper nav ul li {
    margin: 0;
    position: relative;
}
.nav_wrapper nav ul li a {
    margin: 0 45px;
}
.nav_wrapper nav ul li .sub-menu {
    margin-top: 10px;
    position: absolute;
    width: 100%;
    z-index: 999;
    display: none;
}
.nav_wrapper nav ul li .sub-menu li {
    background: #3a3a3a;
    width: 100%;
    border-bottom: 1px solid #606060;
}
.nav_wrapper nav ul li .sub-menu li:first-child {
    border-top: 1px solid #606060;
}
.nav_wrapper nav ul li .sub-menu li a {
    padding: 7px 0px;
    margin: 0 10px;
    width: 100%;
}
.f_left .sub-menu {
    display: none !important;
}
.sale_bage {
    position: absolute;
    z-index: 8;
    background: url(https://oknasanora.ru/wp-content/themes/osteklenieverand/img/discont.png) no-repeat;
    padding: 20px 23px;
    background-size: contain;
    color: #fff;
    font-size: 20px;
    width: 117px;
    height: 117px;
    bottom: 366px;
    left: 6px;
    text-align: center;
    line-height: 0.9;
    opacity: 0.9;
}
.sale_bage b {
    font-size: 35px;
    padding-top: 4px;
    display: inline-block;
}
.sale_bage span {
    display: inline-block;
    margin-left: -4px;
}
.sale_bage.mobil {
    z-index: 1;
    display: none;
}
.sale_bage.small {
    padding: 11px;
    width: 90px;
    height: 90px;
    right: 0px;
    left: auto;
    bottom: auto;
    text-align: center;
}
.sale_bage.small p {
    line-height: 14px;
    font-size: 17px;
    color: #fff;
    text-align: center;
}
span.cat-links a {
    border: 2px solid #fdae05;
    background-color: #ffb22b;
    color: #111;
    padding: 2px 10px;
    text-decoration: none;
    margin-right: 15px;
}
a.more-link {
    color: #4d4c4b;
    /* font-weight: bold; */
    font-size: 18px;
}
@media only screen and (max-width: 600px) {
    .mob_btn {
        display: block;
        color: #fff;
    }
    .footer_top_wrapper .footer_nav {
        display: none;
    }
    .nav_wrapper nav ul li {
        text-align: left;
        border-bottom: 1px solid #464646;
    }
    .nav_wrapper nav ul li .sub-menu {
        padding: 0 0 0 57px;
        position: relative;
        float: left;
        display: none;
        height: auto;
    }
    .nav_wrapper nav ul li .sub-menu li {
        border: none;
    }
    .nav_wrapper nav ul li .sub-menu li:first-child {
        border-top: none;
    }
    .nav_wrapper nav ul li .sub-menu li a {
        padding: 0px 0;
        margin: 0 10px;
    }
    .nav_wrapper nav .menu-item-has-children i {
        border: solid white;
        border-width: 0 3px 3px 0;
        padding: 3px;
        background: none;
        display: inline-block;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        right: 32px;
        margin-top: 15px;
    }
    .nav_wrapper nav .menu-item-has-children.on i {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .profiles .tabs .tab, .price .tabs .tab{
    	width: 150px;
    	margin-bottom: 10px;
    }
    .sale_bage.mobil {
    z-index: 1;
    display: block;
    bottom: auto;
    right: 26px;
    left: auto;
    width: 90px;
    font-size: 15px;
    padding: 12px;
    margin-top: 17px;
    text-align: center;
    }
    .sale_bage.mobil p {
    line-height: 14px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    }
    .prices p {
        text-align: left;
    }
}
@media only screen and (max-width: 968px) {
    .footer_top .footer_nav ul {
        -webkit-column-count: initial;
        -moz-column-count: initial;
        column-count: initial;
        width: 55%;
    }
    .footer_top .footer_nav ul li:first-child a {
        font-weight: 700;
        margin: 15px 0;
        display: inline-block;
        font-size: 18px;
    }
    .blog-cont {
        width: 100% !important;
    }
    .blog-cont .entry-meta span {
    margin: 4px 8px 4px 0px;
    display: inline-block;
    }
}


.blog-sidebar {
    width: 30%;
    float: left;
    padding: 50px 10px 20px;
}
.blog-cont {
    width: calc(100% - 400px);
    float: left;
    padding: 0px 30px;
}
.pagination .page-numbers {
    background: #ffb22b;
    padding: 5px 10px;
    color: #fff;
    margin: 0px 2px;
}
.sidebar .widget {
    background-color: #f4f6f6;
    padding: 15px;
    margin-bottom: 20px;
}
.sidebar #search-2 input[type=search], #search-2 input[type=text] {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #d1d1d1;
    padding: 0 10px;
    font-family: Proxima_Nova, sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
}
.sidebar #search-2 input[type=submit] {
    background-image: url(https://oknasanora.ru/wp-content/themes/osteklenieverand/img/search.webp);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 10px;
    right: 15px;
    background-size: cover;
    font-size: 0;
    cursor: pointer;
}
.sidebar #search-2 label.screen-reader-text {
    display: none;
}
.sidebar form#searchform {
    position: relative;
}
.widget_categories ul {
    list-style: none;
    padding-left: 2px;
}
.widget_categories ul li {
    color: #282623;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.widget_categories ul li a {
    color: #282623;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.widget_categories .title {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 6px;
    background: #ffb22b;
    display: inline-block;
    padding: 2px 10px;
}
article h2 a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin: 20px 0px;
    font-size: 30px;
}
article .entry-meta {
    padding: 0px 0px 15px;
}
article .entry-foot {
    padding: 20px 0px;
}
main#blog h1 {
    padding: 40px 0px 20px;
}
.blog-cont p {
    color: #2d2c2c;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}
.blog-cont img {
    width: 100%;
    height: auto;
}
span.span-reading-time.rt-reading-time {
    padding: 0px 20px;
}
.pagination {
    padding: 20px 0px 40px 0px;
}
h3,h4,h5,h6 {
    font-weight: 400;
    margin-bottom: 20px;
}
h3 {
    font-size: 28px;
    display: inline;
    line-height: 1.3;
}
h4 {
    font-size: 20px;
    line-height: 1.2;
}
h5 {
    font-size: 16px;
    line-height: 1.2;
}
h6 {
    font-size: 14px;
}

dl {
    margin: 0 0 5px 0;
    font-size: 20px;
}
dt{
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 20px;
}
dd {
    margin: 0 0 15px 0;
    font-size: 20px;
}

.aside_form {
    text-align: center;
}
.aside_form .title {
    color: #292929;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0;
}
.aside_form input[type=tel], .aside_form input[type=text] {
    display: block;
    width: 80%;
    margin: 10px auto;
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #d1d1d1;
    padding: 0 10px;
    font-family: opensans, sans-serif;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
}
.aside_form p {
    color: #282623;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    margin-bottom: 6px;
}
div#success {
    display: none;
}
.post-thumbnail {
    margin-bottom: 15px;
}
.oknsnr-policy-holder{
    margin:18px 0 14px;
}

.oknsnr-policy-label{
    display:flex;
    align-items:flex-start;
    gap:12px;
    cursor:pointer;
    user-select:none;
}

.oknsnr-policy-label input[type="checkbox"]{
    min-width:24px;
    margin-top:2px;
    appearance: auto;
    width:23px;
    height:23px;
}

.oknsnr-policy-label span{
    color:#555;
    font-size:13px;
    line-height:1.45;
    margin-top: 5px;
}

.oknsnr-policy-label a{
    color:#555;
    text-decoration:underline;
}

.oknsnr-policy-warning{
    display:none;
    margin-top:8px;
    color:#d60000;
    font-size:13px;
}
.oknsnr-cookie-notice-panel{
    position:fixed;
    left:20px;
    bottom:20px;
    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;
    padding:16px 18px;

    background:#fff;
    border-radius:20px;

    box-shadow:0 4px 20px rgba(0,0,0,.12);

    z-index:99999;
}

.oknsnr-cookie-notice-text{
    color:#555;
    font-size:13px;
    line-height:1.5;
}

.oknsnr-cookie-notice-text a{
    color:#555;
    text-decoration:underline;
}

.oknsnr-cookie-notice-panel button{
    border:none;
    cursor:pointer;
    padding:10px 18px;
    border-radius:20px;
    background:#ffb22b;
    color:#111;
}