/*
* IMPORT
*/
.ham6 {
    display: none;
}

.phone-mobile-wrap {
    position: absolute;
    bottom: -38px;
    background: #fff;
    right: 0;
    min-width: 190px;
    width: fit-content;
    padding: 10px 10px;
    color: #222;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 5px 5px;
}

.phone-mobile-wrap .phone-mobile {
    font-size: 17px;
    margin-bottom: 0px;
}

.phone-mobile-wrap .phone-mobile-whatsapp {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: block;
}

.disabled {
    pointer-events: none;
    opacity: 0.5;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    background: #fff;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.breadcrumbs {
    text-transform: uppercase;
    margin-top: 0px;
    z-index: 20;
    position: relative;
}

.breadcrumbs span {
    color: #fff;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
}

.breadcrumbs span:first-child {
    color: #fff;
    margin-left: 0px;
}

.breadcrumbs-block {
    padding-top: 60px;
}

.breadcrumbs-block .breadcrumbs span {
    color: #222;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
    overflow-x: hidden !important;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}


/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 1060px;
}

.container:before,
.container:after {
    display: table;
    line-height: 0;
    content: "";
}

.container:after {
    clear: both;
}

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

.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row:after {
    clear: both;
}

.span0,
.span1,
.span2,
.span3,
.span15,
.span1_4,
.span2_4,
.span3_4 {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.span1 {
    width: 340px;
}

.span2 {
    width: 700px;
}

.span3 {
    width: 1060px;
}

.span15 {
    width: 520px;
}

.span1_4 {
    width: 250px;
}

.span2_4 {
    width: 520px;
}

.span3_4 {
    width: 790px;
}

@media only screen and (max-width: 1100px) {
    .container {
        w1idth: 750px;
        width: 100%;
        padding: 0px 20px;
    }

    .row {
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .row:before,
    .row:after {
        display: none;
    }

    .span0,
    .span1,
    .span2,
    .span3,
    .span15,
    .span1_4,
    .span2_4,
    .span3_4 {
        margin-left: 0;
        text-align: center;
        max-width: 100%;
    }

    .span2_4 {
        width: 100%;
    }
}


/* COLORS */


/* STYLES */

.fl {
    float: left;
}

.fr {
    float: right;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}


/* FONTS */

@font-face {
    font-display: swap;
    font-family: 'BloggerSans';
    src: url("../fonts/BloggerSans.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/BloggerSans.eot?#iefix") format("embedded-opentype"), url("../fonts/BloggerSans.woff") format("woff"), url("../fonts/BloggerSans.ttf") format("truetype"), url("../fonts/BloggerSans.svg#BloggerSans") format("svg");
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

body,
.materials__block__info .ttl,
.stats__el .num,
.post-advices .insta-block__ttl {
    font-family: 'BloggerSans', sans-serif;
    font-display: swap;
}

@font-face {
    font-display: swap;
    font-family: 'BloggerSansMedium';
    src: url("../fonts/BloggerSans-Medium.eot");
    /* IE9 Compat Modes */
    src: url("../fonts/BloggerSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BloggerSans-Medium.woff") format("woff"), url("../fonts/BloggerSans-Medium.ttf") format("truetype"), url("../fonts/BloggerSans-Medium.svg#BloggerSans-Medium") format("svg");
    /* Legacy iOS */
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

.btn,
.portfolio .tags__link,
.header__navbar__menu,
.header__navbar__buttons .link,
.header__main__link .ttl,
.header__main__link .link,
.header__feature .ttl,
.insta-block__ttl,
.popular__slider__el .b,
.popular__links .ttl,
.features__el__inner::before,
.features__el__inner .title,
h2.header2 {
    font-family: 'BloggerSansMedium', sans-serif;
    font-display: swap;
}


/* FADE-IN */

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* Currency
*
*	<body class="USD">
*		<span class="price">45</span>
*	</body>
*
*	.price {
*		@extend %currency;
*	}
*
*/


/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/


/*
 * Vertical Align
 * http://css-tricks.com/centering-in-the-unknown/
 */


/*
 * Text-align justify
For perfectly aligned grids that don't rely on floating elements and difficult calculations
- http://www.barrelny.com/blog/text-align-justify-and-rwd/ */


/*
 * Tooltips
 */


/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */


/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.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%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.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 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -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 Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/*
 * 	Owl Carousel - Video Plugin
 */

.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("../img/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    font-display: swap;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

* {
    box-sizing: border-box;
}

.row::before {
    display: none;
}

html {
    height: 100%;
}

body {
    background: #ececec;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    min-height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    counter-reset: reasons;
    -webkit-overflow-scrolling: touch;
}

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

img.lazy {
    opacity: 0;
    transition: opacity .3s ease-in;
}

h1,
h2,
h3 {
    font-weight: 400;
}

.h1 {
    font-size: 55px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 1100px) {
    .h1 {
        text-align: center !important;
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 419px) {
    .h1 {
        font-size: 30px;
    }
}

.h2 {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 70px;
}

@media only screen and (max-width: 1100px) {
    .h2 {
        text-align: center !important;
    }
}

@media only screen and (max-width: 767px) {
    .h2 {
        font-size: 16px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .h2 {
        margin-bottom: 40px;
    }
}

a,
a:visited,
a:active {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn,
.portfolio .tags__link {
    border-radius: 5px;
    background-color: #f9e956;
    color: #454545;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 12px 16px 10px;
    cursor: pointer;
    transition: background-color .3s, box-shadow .3s;
}

.btn:hover,
.portfolio .tags__link:hover {
    background-color: #f6df0c;
}

p {
    margin: 0;
}

.header {
    position: relative;
    height: 900px;
    background: url("../img/block_1-bg.jpg") no-repeat center;
    background-size: cover;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    z-index: 5;
}

.header::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 45%;
    margin-right: -360px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='1106' height='900' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 1106 900'%3E%3Cdefs%3E%3Cmask id='Mask1039' x='-1' y='-1' width='2' height='2'%3E%3Crect width='1020' height='1101' x='0' y='0' fill='%23ffffff'%3E%3C/rect%3E%3Cpath d='M0,0v0h1020v0l-540,1101v0h-270v0h-210v0z' fill='%23000000'%3E%3C/path%3E%3C/mask%3E%3Cfilter id='Filter1043' width='1286' height='1399' x='-133' y='-133' filterUnits='userSpaceOnUse'%3E%3CfeOffset dx='0' dy='32' result='FeOffset1044Out' in='SourceGraphic'%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='49.2 49.2' result='FeGaussianBlur1045Out' in='FeOffset1044Out'%3E%3C/feGaussianBlur%3E%3C/filter%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg opacity='0.9'%3E%3Ctitle%3Ebg1 copy 2%3C/title%3E%3Cg filter='url(%23Filter1043)'%3E%3Cpath d='M0,0v0h1020v0l-540,1101v0h-270v0h-210v0z' fill='none' stroke-opacity='0.2' stroke-width='0' mask='url(&quot;%23Mask1039&quot;)'%3E%3C/path%3E%3Cpath d='M0,0v0h1020v0l-540,1101v0h-270v0h-210v0z' fill='%23000000' fill-opacity='0.2'%3E%3C/path%3E%3C/g%3E%3Cpath d='M0,0v0h1020v0l-540,1101v0h-270v0h-210v0z' fill='%23ffffff' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat right top;
    background-size: cover;
    z-index: 0;
}

@media only screen and (max-width: 900px) {
    .header::before {
        margin-right: -330px;
    }
}

@media only screen and (max-width: 767px) {
    .header {
        height: auto;
    }

    .header::before {
        background: rgba(255, 255, 255, 0.6);
        right: 0;
        margin-right: 0;
    }
}

.header .container {
    position: relative;
    z-index: 1;
}

.header__navbar {
    position: relative;
    height: 40px;
    padding: 5px;
    border-radius: 0 0 0 5px;
    background-color: #fff;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
}

.header__navbar__fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

.header__navbar__spacer {
    height: 80px;
}

.header__navbar__logo {
    margin: -5px 20px -5px -5px;
    background-color: #90bed7;
    width: 50px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0 5px;
    margin-right: 5px;
}

.header__navbar__menu {
    display: flex;
    margin-right: auto;
    color: #b0b0b0;
}

.header__navbar__menu .link {
    font-size: 13px;
    color: #454545;
    text-transform: uppercase;
    margin: 0 5px;
}

.header__navbar__menu .link:hover {
    color: #010101;
}

.header__navbar__buttons {
    display: flex;
}

.header__navbar__buttons .link {
    height: auto;
    color: #fff;
    font-size: 11px;
    max-width: 100px;
    text-align: center;
    padding: 6px 0px;
}

.header__navbar__buttons .link.is-aa {
    border-radius: 5px;
    margin-right: 5px;
}

.header__navbar__buttons .link.is-qq {
    border-radius: 5px;
}

@media only screen and (max-width: 1100px) {
    .header__navbar {
        height: auto;
        align-items: stretch;
    }

    .header__navbar__logo {
        height: auto;
        min-width: 40px;
    }

    .header__navbar__fixed {
        position: absolute;
    }

    .header__navbar__menu {
        align-self: center;
        flex-wrap: wrap;
        align-items: center;
        font-size: 0;
        line-height: 0;
    }

    .header__navbar__menu .link {
        width: 33%;
        margin: 8px 0;
        line-height: 1;
    }

    .header__navbar__buttons {
        flex-direction: column;
    }

    .header__navbar__buttons .link {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        white-space: nowrap;
        max-width: 100%;
        padding: 5px 10px;
    }

    .header__navbar__buttons .link.is-aa {
        border-radius: 5px;
        margin: 0 0 5px 0;
    }

    .header__navbar__buttons .link.is-qq {
        border-radius: 5px;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .header__navbar__menu .link {
        width: 50%;
    }

    .header__navbar__menu {
        margin-bottom: 5px;
    }

    .header__navbar__buttons {
        margin-left: auto;
    }

    .header__navbar__buttons .link {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }
}

@media only screen and (max-width: 490px) {
    .header__navbar__buttons .link {
        white-space: normal;
    }
}

@media only screen and (max-width: 410px) {
    .header__navbar__buttons {
        display: none;
    }
}

.header__main {
    margin-top: 70px;
}

.header__main .intro {
    margin: 40px 0;
    font-size: 15px;
    line-height: 1.7;
}

.header__main__links {
    margin-bottom: 120px;
}

.header__main__link {
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 30px 20px 5px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

.header__main__link .ttl {
    font-size: 23px;
    margin-bottom: 5px;
}

.header__main__link .text {
    font-size: 14px;
    line-height: 1.15;
    margin-bottom: 20px;
}

.header__main__link .link {
    display: block;
    margin: 0 -15px;
    border-radius: 5px;
    background-color: #f9e956;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #454545;
    padding: 9px 15px 5px;
}

.header__main__link .link:hover {
    background-color: #f6df0c;
}

@media only screen and (max-width: 1100px) {
    .header__main {
        margin-top: 40px;
    }

    .header__main .span2_4 {
        text-align: center;
    }

    .header__main .logo {
        width: 230px;
    }

    .header__main .intro {
        border-radius: 5px;
        max-width: 1000px;
        padding: 15px;
        background-color: rgba(255, 255, 255, 0.8);
        font-size: 16px;
        line-height: 1.3;
    }

    .header__main__links {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1100px) and (max-width: 767px) {
    .header__main__links {
        display: block;
    }
}

@media only screen and (max-width: 1100px) {
    .header__main__link {
        width: 30%;
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1100px) and (max-width: 767px) {
    .header__main__link {
        width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .header__main__link .ttl {
        margin-top: auto;
    }

    .header__main__link .link {
        margin-top: auto;
        w1idth: 100%;
    }
}

@media only screen and (max-width: 370px) {
    .header__main .intro {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.header__features {
    margin-top: -180px;
    margin-bottom: 0px;
    position: relative;
    z-index: 6;
}

@media only screen and (max-width: 1100px) {
    .header__features {
        margin-top: 40px;
        margin-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.header__feature {
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #fff;
    padding: 5px;
}

@media only screen and (max-width: 1100px) {
    .header__feature {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .header__feature {
        margin-bottom: 30px;
    }
}

.header__feature .inner {
    border-radius: 10px;
    border: 2px solid #90bed7;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.header__feature .imger {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-bottom: 15px;
}

.header__feature .ttl {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.header__feature .text {
    color: #8d8d8d;
    font-size: 15px;
    line-height: 1.4;
}

@media only screen and (max-width: 570px) {
    .header__feature .text {
        d1isplay: none;
    }
}

.insta-block {
    display: inline-flex;
    flex-direction: column;
    text-transform: uppercase;
    background: url(../../acrylic/assets/img/instagram.png) no-repeat left;
    background-size: 30px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 1;
    color: #454545;
}

@media only screen and (max-width: 1100px) {
    .hide-on-tab {
        display: none;
    }
}

.is-aa {
    background-image: linear-gradient(to right, rgba(14, 115, 102, 0.9) 0%, rgba(12, 48, 46, 0.9) 100%);
}

.is-qq {
    background-image: linear-gradient(215deg, rgba(73, 32, 102, 0.9) 0%, rgba(255, 0, 0, 0.9) 100%);
}

a.is-aa:hover,
a.is-qq:hover {
    box-shadow: 0 5px 5px rgba(69, 69, 69, 0.2);
}

.materials {
    margin-bottom: 130px;
    margin-top: 300px;
}

@media only screen and (max-width: 767px) {
    .materials {
        margin-bottom: 50px;
    }
}

.materials__difference {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 25px;
    margin-bottom: 20px;
    margin-top: -50px;
}

.materials__difference .ttl {
    padding-top: 10px;
    font-size: 55px;
    line-height: 1;
}

.materials__difference .text {
    font-size: 14px;
    line-height: 1.1;
    margin-left: 25px;
}

.materials__difference .text.tr {
    margin-left: auto;
}

.materials__difference .btn,
.materials__difference .portfolio .tags__link,
.portfolio .materials__difference .tags__link {
    height: 80px;
    padding: 25px;
    margin-left: auto;
}

.materials__difference .insta-block {
    margin-left: auto;
    margin-right: 20px;
}

@media only screen and (max-width: 1100px) {
    .materials__difference .text {
        display: none;
    }

    .materials__difference .text.tr {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .materials__difference {
        padding: 10px;
    }

    .materials__difference .ttl {
        margin: 0 auto;
        font-size: 40px;
        text-align: center;
    }

    .materials__difference .text.tr {
        display: none;
    }

    .materials__difference .btn,
    .materials__difference .portfolio .tags__link,
    .portfolio .materials__difference .tags__link {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .materials__difference .insta-block {
        display: none;
    }
}

.materials__block {
    position: relative;
    border-radius: 5px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1100px) {
    .materials__block {
        margin-bottom: 40px;
        text-align: left;
    }
}

.materials__block__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 22px 30px;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    border-radius: 0 0 5px 5px;
}

.materials__block__info img {
    border-radius: 5px;
}

.materials__block__info .ttl {
    font-size: 28px;
    text-transform: uppercase;
}

.materials__block__info .btn,
.materials__block__info .portfolio .tags__link,
.portfolio .materials__block__info .tags__link {
    margin-left: auto;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 425px) {
    .materials__block__info {
        position: relative;
        margin-top: -60px;
        flex-direction: column;
    }

    .materials__block__info .btn,
    .materials__block__info .portfolio .tags__link,
    .portfolio .materials__block__info .tags__link {
        margin: 10px auto 0;
    }
}

.compare {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 -60px 110px;
    padding: 60px;
}

@media only screen and (max-width: 1100px) {
    .compare {
        margin-left: 0;
        margin-right: 0;
        padding: 10px;
    }

    .compare .span1 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .compare {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 50px;
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 370px) {
    .compare {
        margin-left: -5px;
        margin-right: -5px;
    }
}

.compare__info {
    box-shadow: 0 32px 123px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: #fff;
    padding: 38px 30px 0;
    font-size: 17px;
    line-height: 1.35;
}

.compare__info .ttl {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 22px;
}

.compare__info p {
    margin-bottom: 10px;
    text-align: left;
}

@media only screen and (max-width: 640px) {
    .compare__info p {
        font-size: 16px;
    }
}

.compare__info__alert {
    border-radius: 0 0 5px 5px;
    padding: 15px 15px 15px 90px;
    margin: 20px -30px 0;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='40' height='40' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 40'%3E%3Cdefs%3E%3CclipPath id='ClipPath1243'%3E%3Cpath d='M20,0v0l20,40v0h-40v0z' fill='%23ffffff'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Ctitle%3Epath-2%3C/title%3E%3Cpath d='M20,0v0l20,40v0h-40v0z' fill-opacity='0' fill='%23ffffff' stroke-linejoin='miter' stroke-linecap='butt' stroke-opacity='1' stroke='%23ffffff' stroke-miterlimit='50' stroke-width='6' clip-path='url(&quot;%23ClipPath1243&quot;)'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Ctitle%3E!%3C/title%3E%3Cpath d='M21.54772,30.70125c-0.40664,-0.37345 -0.89212,-0.56017 -1.45643,-0.56017c-0.58092,0 -1.07469,0.18672 -1.48133,0.56017c-0.40664,0.37344 -0.60996,0.82572 -0.60996,1.35684c0,0.53113 0.20332,0.98755 0.60996,1.3693c0.40664,0.38174 0.90041,0.57261 1.48133,0.57261c0.56431,0 1.04979,-0.19087 1.45643,-0.57261c0.40664,-0.38175 0.60996,-0.83817 0.60996,-1.3693c0,-0.53112 -0.20332,-0.9834 -0.60996,-1.35684zM18.54701,28.09959c0,0.38174 0.14068,0.70954 0.42203,0.9834c0.28135,0.27386 0.63717,0.41079 1.06747,0.41079c0.38065,0 0.71992,-0.13693 1.01783,-0.41079c0.29789,-0.27386 0.45512,-0.60166 0.47166,-0.9834l0.24826,-10.48133c0,-0.43154 -0.16964,-0.80913 -0.50892,-1.13278c-0.33928,-0.32366 -0.74888,-0.48548 -1.22883,-0.48548c-0.47995,0 -0.88956,0.16182 -1.22884,0.48548c-0.33928,0.32365 -0.50891,0.70124 -0.50891,1.13278z' fill='%23ffffff' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat left 20px center #c73331;
    color: #fff;
    font-size: 14px;
    line-height: 1.15;
}

@media only screen and (max-width: 1100px) {
    .compare__info {
        text-align: left;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .compare__info {
        margin-bottom: 30px;
    }
}

.compare__ok {
    margin: 40px 0 0 auto;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    max-width: 470px;
    width: 100%;
    min-height: 80px;
}

.compare__ok__pre {
    flex: 0 0 110px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAoCAYAAAB99ePgAAACp0lEQVRYR+2Y7TUEMRSG360AFbAVoAK2AlSACugAFaACVIAK2ApQASpABZxnT+64VnYmyc4yPzbnzJn9yMeTN/fe3KSndsuapAtJvB8l3Ug6l/ReMkyvpFFNmztJm2P/AzkoAWwb7jOAAbMi6UzSgqT7AJilxazgrF+W9yEQ9SW95NDNCm7JLSOqbUjaCTaYzNcm3Laka0kfkhYdAU6xJelE0nEymaQ24cwZ8M5DB2HK/Rscxv88wbawOWwPJwE0ubSl3KWkXUm3klheK3XQjZBtwGFfby6EeHX2QlB+Cuo1AvkKbcBh5EeSYgDmDON2mAQ5LRyqYWu89yWxvL6gKP9l2xudTAtnthZTzQfgonGKGgVp/OAxZczehpH9dubLanFt3ENtYLPFqxD3Vh3keHKAE5Eg0FdVSpWzgdkNUDC2ZxKIT5Mk+q5EakU7JlRkc7ZctI85gQ2FIwBNVkJ5Dd9jgZi6xMflUHfUb65ytn/SB7MDtK4QhHlYspSE0xyMuv0cOAZhK2KWKWCZK1pVBwy1Bz7vOgizjHVKA6Aw5GLvS6St9mLgfEhIaV8UUFM6DuJUCQRwltKgSCzfQjE8iIQRBUkkZ1VYGUIUZbSslvfXpdE+u8ix05JJ2H586+GaBrVJNNUrAfJtKjObw2VKyXGSyDHsmnITHaLJlv7C5vzW2OuaclhAdWswh8twCG9zS11SjkDP7sB7lFh0Cc42fPI+AvF7l+DI+UjlqwufLsH9urboClz0Hs/DrYd0OuZcU59BazwWD+Xq7FeGDZylKHbBHOuHswOAFA4tPOR2tKH4z7H2drihDzvwAOX75WDOb9VZAzg7gFijjLDUSlWOl2z2PD8OQbafWrbLzPytpFfF7kHsRMWbEmvjFYrNgKwbEFaNJ3oy+wIBca9XwwpZZgAAAABJRU5ErkJggg==") no-repeat center #f9e956;
    border-radius: 10px 0 0 10px;
}

.compare__ok .text {
    font-size: 16px;
    line-height: 1.1;
    padding: 24px 30px 20px;
}

@media only screen and (max-width: 1100px) {
    .compare__ok {
        max-width: 630px;
        margin: 40px auto 0;
        text-align: left;
    }
}

.partners__logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.partners__img {
    margin: 25px 20px;
    opacity: .5;
    transition: opacity .3s;
}

.partners__img:hover {
    opacity: 1;
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='51' height='50' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 51 50'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg transform='rotate(-90 25.5 25)'%3E%3Ctitle%3EFill 1%3C/title%3E%3Cpath d='M48.59089,25c0,12.73263 -10.3588,23.09089 -23.09089,23.09089c-12.7321,0 -23.0909,-10.35826 -23.0909,-23.09089c0,-12.7321 10.35826,-23.0909 23.0909,-23.0909c12.73263,0 23.09089,10.3588 23.09089,23.0909zM0.5,25c0,13.78483 11.21463,25 25,25c13.78537,0 25,-11.21517 25,-25c0,-13.78483 -11.21463,-25 -25,-25c-13.78537,0 -25,11.21517 -25,25z' fill='%23454545' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3Cg transform='rotate(90 23.5 24.5)'%3E%3Ctitle%3EFill 2%3C/title%3E%3Cpath d='M35.18756,18.24175c-0.39472,-0.3414 -1.01014,-0.3185 -1.3754,0.05152l-10.31215,10.45381v0l-10.31271,-10.45381c-0.3647,-0.3695 -0.98013,-0.3924 -1.37484,-0.05152c-0.39417,0.3414 -0.41863,0.91751 -0.05504,1.28702l11.02765,11.17823c0.18401,0.18683 0.44308,0.293 0.71494,0.293c0.27185,0 0.53092,-0.10617 0.71494,-0.293l11.02709,-11.17823c0.1729,-0.17539 0.25796,-0.39709 0.25796,-0.61775c0,-0.24512 -0.10507,-0.48972 -0.31244,-0.66927z' fill='%23454545' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
    width: 51px;
    height: 50px;
    border: none;
    font-size: 0;
}

.owl-prev {
    left: -70px;
}

.owl-next {
    right: -70px;
    transform: scale(-1, 1);
}

.popular {
    background: url(../img/bg-popular.jpg) no-repeat center #d8d8d8;
    background-size: cover;
    padding: 90px 0 200px;
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
}

.popular .h1 {
    font-size: 42px;
}

.popular__slider {
    margin: 70px -10px 80px;
    width: auto;
}

.popular__slider .swiper-slide {
    padding: 0 8px 20px;
    display: flex;
    justify-content: center;
}

.popular__slider__el {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #fff;
    line-height: 1;
    text-transform: uppercase;
    font-size: 14px;
}

.popular__slider__el .a {
    color: #8d8d8d;
}

.popular__slider__el .img {
    margin: 20px 0;
}

.popular__slider__el .b {
    font-size: 21px;
}

.popular__links {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: inline-block;
    margin: 0 auto;
    padding: 20px 15px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

.popular__links .ttl {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 5px;
}

.popular__links .header__navbar__buttons {
    margin-top: 15px;
}

@media only screen and (max-width: 1100px) {
    .popular .header__navbar__buttons {
        flex-direction: row;
        width: 350px;
        max-width: 100%;
    }

    .popular .header__navbar__buttons .link {
        width: 50%;
    }

    .popular .header__navbar__buttons .link.is-aa {
        border-radius: 5px;
        margin: 0 5px 0 0;
    }

    .popular .header__navbar__buttons .link.is-qq {
        border-radius: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .popular {
        padding: 40px 0px 100px 0px;
    }

    .popular .h1 {
        font-size: 30px;
    }

    .popular__slider {
        margin: 30px 0;
    }

    .popular .header__navbar__buttons {
        width: auto;
    }

}

@media only screen and (max-width: 420px) {
    .popular .header__navbar__buttons {
        flex-direction: column;
        display: flex;
    }

    .popular .header__navbar__buttons .link {
        width: 100%;
    }

    .popular .header__navbar__buttons .link.is-aa {
        border-radius: 5px;
        margin: 0 0 5px 0;
    }

    .popular .header__navbar__buttons .link.is-qq {
        border-radius: 5px;
    }
}

.products {
    position: relative;
    z-index: 1;
    margin-top: -100px;
}

@media only screen and (max-width: 767px) {
    .products {
        margin-top: 30px;
    }

    .products .materials__difference {
        margin-top: -85px;
    }
}

.products__inner {
    position: relative;
    padding: 200px 0 0;
    background-color: #f5f5f5;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .products__inner {
        padding: 50px 0 0;
    }
}

.products__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.products__el {
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
}

.products__el .lazy-load {
    line-height: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.products__el .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 1 auto;
    padding: 25px 20px 15px;
    text-align: center;
    color: #8d8d8d;
    font-size: 15px;
    line-height: 1.1;
}

.products__el .ttl {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 12px;
    color: #000;
}

.products__el .text {
    margin-bottom: 20px;
}

.products__el .link {
    margin: auto auto 0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

.products__backside {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    display: none;
    flex-direction: column;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.15;
    border-radius: 5px;
}

.products__backside__info {
    flex: 1 1 auto;
    padding: 25px 20px 20px;
    background-color: #fff;
    color: #454545;
}

.products__backside__info .ttl {
    color: #454545;
}

.products__backside__links {
    display: flex;
    padding: 5px;
    margin: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.products__backside__links .link {
    padding: 30px 20px;
    color: rgba(255, 255, 255, 0.5);
    width: 50%;
    box-shadow: none;
}

.products__backside__links .link.is-qq {
    margin-left: 5px;
}

.products__backside__links .link .ttl {
    display: block;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 15px;
}

.products__free {
    margin-bottom: -100px;
    text-align: center;
    color: #000000;
    font-size: 15px;
    line-height: 1.33;
}

.products__free .ttl {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 15px;
    color: #454545;
}

.products__free .btn,
.products__free .portfolio .tags__link,
.portfolio .products__free .tags__link {
    margin-top: 30px;
    padding: 17px 23px 15px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
    .products__free .ttl {
        font-size: 32px;
    }
}

@media only screen and (max-width: 420px) {
    .products__free {
        margin-bottom: 150px;
    }
}

.products__triangle {
    height: 200px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 0;
}

.products__triangle .svg {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.2));
}

.portfolio {
    padding-top: 0px;
    padding-bottom: 90px;
    margin-bottom: 170px;
    background-color: #90bed7;
    box-shadow: 0 32px 123px rgba(0, 0, 0, 0.2);
}

.portfolio .tags {
    margin: 50px 0 40px;
}

.portfolio .tags__link {
    background-color: transparent;
    font-size: 15px;
    border: none;
    padding-bottom: 8px;
    margin-bottom: 5px;
}

.portfolio .tags__link:hover {
    background-color: rgba(246, 223, 12, 0.7);
}

.portfolio .tags__link.mixitup-control-active {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
    background-color: #f6df0c;
}

.portfolio .gallery {
    line-height: 0;
    margin-bottom: 60px;
}

.portfolio .gallery .gal {
    box-shadow: 0 0 5px rgba(69, 69, 69, 0.5);
    margin-bottom: 20px;
    position: relative;
}

.portfolio .gallery .gal .addon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #3a3c4d;
    font-size: 16px;
    line-height: 1;
    padding: 20px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.portfolio .gallery .gal .btn,
.portfolio .gallery .gal .tags__link {
    margin-top: 7px;
    font-size: 13px;
    line-height: 140%;
}

.portfolio .gallery .gal .tags__link noidex {}

.portfolio .gallery .gal:hover .addon {
    opacity: 1; 
}

.portfolio__suggestion {
    color: #fff;
    display: flex; 
    font-size: 15px;
    line-height: 1.15;
    width: 100%;
}

.portfolio__suggestion .span15:nth-child(2) {
    text-align: right;
}

.portfolio__suggestion .ttl {
    font-size: 28px;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.portfolio__suggestion .btn,
.portfolio__suggestion .portfolio .tags__link,
.portfolio .portfolio__suggestion .tags__link {
    margin-top: 20px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 1100px) {
    .portfolio {
        padding: 0px 0 50px;
        margin-bottom: 100px;
    }

    .portfolio__suggestion .span15:nth-child(2) {
        margin-top: 40px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio {
        margin-bottom: 50px;
    }
}

.features {
    font-size: 15px;
    line-height: 1.15;
    counter-reset: feature;
    margin-bottom: 120px;
}

@media only screen and (max-width: 1100px) {
    .features {
        margin-bottom: 100px;
    }
}

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

.features__empty {
    padding-left: 10px;
    padding-right: 10px;
}

.features__empty .ttl {
    font-size: 40px;
    line-height: 1;
    margin: 30px 0 40px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .features__empty {
        margin-bottom: 20px;
    }
}

.features__el {
    margin-bottom: 60px;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 767px) {
    .features__el {
        margin-bottom: 20px;
    }
}

.features__el__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    border-radius: 10px;
    border: 2px solid #f9e956;
    text-align: center;
    height: 100%;
}

.features__el__inner::before {
    counter-increment: feature;
    content: counter(feature);
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px 0 5px;
    background-color: #f9e956;
    font-size: 21px;
    line-height: 41px;
}

.features__el__inner .imger {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-bottom: 18px;
}

.features__el__inner .title {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.blueBlock {
    background-color: #90bed7;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 110px;
}

@media only screen and (max-width: 767px) {
    .blueBlock {
        padding: 20px 10px;
        margin-bottom: 0px;
    }
}

.blueBlock__el {
    padding: 40px;
    margin-bottom: 10px;
    box-shadow: 0 32px 123px rgba(0, 0, 0, 0.49);
    border-radius: 5px;
    background-color: #dddddd;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1;
}

.blueBlock__el .ttl {
    font-size: 42px;
    margin-bottom: 5px;
}

.blueBlock__el .subttl {
    font-size: 15px;
}

@media only screen and (max-width: 767px) {
    .blueBlock__el {
        padding: 20px 10px;
    }

    .blueBlock__el .ttl {
        font-size: 30px;
    }
}

.blueBlock .btn,
.blueBlock .portfolio .tags__link,
.portfolio .blueBlock .tags__link {
    margin-top: 20px;
    padding: 24px 46px 20px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

.blueBlock .btn:active,
.blueBlock .portfolio .tags__link:active,
.portfolio .blueBlock .tags__link:active {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.clients {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.clients__el {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cooperation {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.cooperation__el {
    width: 33.3333333333%;
    margin-bottom: 20px;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.cooperation__el .imger {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background-color: #fff;
    border-radius: 50%;
}

@media only screen and (max-width: 767px) {
    .cooperation {
        f1lex-direction: column;
        margin-top: 30px;
    }

    .cooperation__el {
        width: 100%;
    }
}

.stats {
    display: flex;
}

.stats__el {
    width: 33.3333333333%;
    padding: 30px 30px;
    text-align: center;
    font-size: 15px;
    line-height: 1.3;
}

.stats__el .num {
    font-size: 69px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}

.stats__el .ttl {
    color: #fff;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .stats {
        flex-direction: column;
        align-items: center;
    }

    .stats__el {
        width: 100%;
        padding: 0;
        font-size: 0;
    }

    .stats__el .num {
        font-size: 56px;
    }

    .stats__el .ttl {
        font-size: 26px;
    }
}

.textor {
    margin-top: 70px;
    margin-bottom: 100px;
}

.textor .h1 {
    margin-bottom: 30px;
}

.textor .span15 {
    text-align: justify;
    margin-bottom: 15px;
}

.reviews {
    padding: 50px 0;
    background-color: #fff;
    box-shadow: 0 0 70px rgba(142, 131, 131, 0.3);
}

.reviews .container {
    position: relative;
}

.reviews .fixed-header {
    text-align: center;
}

.reviews .fixed-header .ttl {
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
}

.reviews .fixed-header .slide-info {
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.reviews .slide .text {
    font-size: 15px;
    line-height: 1.3;
    text-align: justify;
    padding: 0px 50px;
}

.reviews .slide .ttl {
    font-size: 18px;
    margin: 12px 0 2px;
    text-align: center;
}

.reviews .slide .small {
    font-size: 14px;
    text-transform: uppercase;
}

.reviews .slide .span2 {
    padding-left: 20px;
}

.reviews .owl-next,
.reviews .owl-prev {
    opacity: 0.5;
}

@media only screen and (max-width: 1100px) {
    .reviews .fixed-header {
        position: relative;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .reviews .slide .text {
        width: 90%;
        margin-bottom: 20px;
        padding-top: 0;
    }
}

.pre-advices {
    margin-top: 20px;
    margin-bottom: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 1.45;
}

.pre-advices .btn,
.pre-advices .portfolio .tags__link,
.portfolio .pre-advices .tags__link {
    margin-bottom: 25px;
    padding: 20px 20px 16px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}

.pre-advices .btn:active,
.pre-advices .portfolio .tags__link:active,
.portfolio .pre-advices .tags__link:active {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.advices {
    margin-bottom: 100px;
}

.advices .instagram-media {
    max-width: 100% !important;
    min-width: 300px !important;
    margin: 0 0 10px !important;
}

@media only screen and (max-width: 767px) {
    .advices {
        margin-bottom: 50px;
    }
}

.post-advices {
    padding-bottom: 100px;
    font-size: 23px;
    line-height: 1;
}

.post-advices .left-sided {
    padding-top: 10px;
}

.post-advices .insta-block {
    background-size: 40px 40px;
    padding-left: 55px;
}

.post-advices .insta-block__ttl {
    line-height: 1;
    font-size: 56px;
    text-transform: uppercase;
    padding-top: 8px;
}

@media only screen and (max-width: 767px) {
    .post-advices .tr {
        text-align: center;
        margin-top: 10px;
    }

    .post-advices .insta-block__ttl {
        font-size: 35px;
    }
}

.block_9 {
    height: 720px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .block_9 {
        height: auto;
    }
}

.block_9 .shadowed {
    box-shadow: inset 0 21px 83px #000000;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

@media only screen and (max-width: 1100px) {
    .block_9 .shadowed {
        box-shadow: none;
        position: relative;
    }
}

.block_9 .map {
    height: 720px;
}

@media only screen and (max-width: 767px) {
    .block_9 .map {
        height: 400px;
    }
}

.block_9 .container {
    position: relative;
}

@media only screen and (max-width: 767px) {
    .block_9 .container {
        width: 100%;
        padding: 20px;
    }
}

.block_9 .contacts {
    position: absolute;
    left: 0;
    top: 80px;
    width: 520px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    color: #454545;
    padding: 35px;
    font-size: 18px;
    line-height: 1.1;
}

@media only screen and (max-width: 1023px) {
    .block_9 .contacts {
        width: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .block_9 .contacts {
        position: relative;
        top: 0;
        left: 0;
        box-shadow: none;
        width: auto;
    }
}

@media only screen and (max-width: 419px) {
    .block_9 .contacts {
        padding: 35px 10px;
        text-align: center;
    }
}

.block_9 .h1 {
    color: #454545;
    text-align: left;
    font-size: 39px;
    line-height: 1.1;
    margin-bottom: 20px;
}

@media only screen and (max-width: 539px) {
    .block_9 .h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 419px) {
    .block_9 .h1 {
        font-size: 25px;
    }
}

.block_9 .contact {
    font-size: 28px;
    line-height: 45px;
    padding-left: 60px;
    position: relative;
    margin-top: 25px;
}

.block_9 .contact:before {
    position: absolute;
    left: 0;
    content: '';
    background: url(../img/contacts.svg) no-repeat 0 0;
    width: 45px;
    height: 45px;
}

@media only screen and (max-width: 539px) {
    .block_9 .contact {
        font-size: 20px;
    }
}

@media only screen and (max-width: 419px) {
    .block_9 .contact {
        font-size: 16px;
        padding-left: 50px;
        line-height: 42px;
        text-align: left;
    }
}

.block_9 .contact.phone:before {
    background-position: 0 -70px;
}

.block_9 .contact.email:before {
    background-position: 0 -140px;
}

.block_9 .contact span {
    display: inline-block;
    line-height: 1.25;
}

.lb-block .lb-header {
    background-color: #90bed7;
    border-radius: 0;
    color: #fff;
    height: 110px;
    padding: 37px 100px 30px 30px;
}

.lb-block .lb-header .h1 {
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    .lb-block .lb-header {
        height: 85px;
        padding: 25px 100px 0 30px;
    }

    .lb-block .lb-header .h1 {
        font-size: 37px;
        text-align: left !important;
    }
}

@media only screen and (max-width: 539px) {
    .lb-block .lb-header {
        height: 65px;
        padding: 20px 80px 0 20px;
    }

    .lb-block .lb-header .h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .lb-block .lb-header {
        height: 55px;
        padding: 17px 60px 0 20px;
    }

    .lb-block .lb-header .h1 {
        font-size: 25px;
    }
}

.lb-block .lb-flipper {
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.lb-block .lb-flipper .front {
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75);
    height: inherit;
    position: relative;
    top: 0;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.lb-block .lb-flipper .back {
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75);
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.lb-block .lb-flipper.flipped .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateX(0deg) rotateY(180deg);
}

.lb-block .lb-flipper.flipped .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    transform: rotateX(0deg) rotateY(0deg);
}

.lb-block .lb-error.alert {
    margin: -5px 0 15px;
    padding: 7px 10px 5px;
    background: #e03636;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
}

.lb-block .lb-content {
    padding: 30px;
}

.lb-block .lb-content .imger {
    margin: -30px -30px 30px;
}

.lb-block .lb-content .h2 {
    font-size: 22px;
    color: #454545;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.lb-block .lb-content .h1.code {
    color: #503b6b;
    margin-bottom: 20px;
}

@media only screen and (max-width: 539px) {
    .lb-block .lb-content {
        padding: 20px;
    }

    .lb-block .lb-content .imger {
        margin: -20px -20px 20px;
    }
}

.lb-block .lb-group {
    position: relative;
    padding-left: 140px;
    margin-bottom: 20px;
}

.lb-block .lb-group.tc {
    padding-left: 0;
}

@media only screen and (max-width: 419px) {
    .lb-block .lb-group {
        padding-left: 0;
    }
}

.lb-block .lb-group label {
    color: #454545;
    font-size: 15px;
    line-height: 50px;
    position: absolute;
    left: 0;
    width: 110px;
    text-transform: uppercase;
    text-align: left;
}

@media only screen and (max-width: 539px) {
    .lb-block .lb-group label {
        line-height: 40px;
    }
}

@media only screen and (max-width: 419px) {
    .lb-block .lb-group label {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 5px;
        width: 100%;
    }
}

.lb-block .lb-group input {
    width: 290px;
    height: 50px;
    padding: 10px 15px 5px;
    background-color: #eaeaea;
    border: none;
    box-shadow: none;
    font-size: 29px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.lb-block .lb-group input:focus {
    box-shadow: 0 5px 5px rgba(69, 69, 69, 0.2);
}

@media only screen and (max-width: 539px) {
    .lb-block .lb-group input {
        height: 40px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .lb-block .lb-group input {
        width: 100%;
        padding: 5px 10px 0;
    }
}

.lb-block .lb-group.wfile label {
    line-height: 1;
}

.lb-block .lb-group.wfile .input_image {
    text-align: left;
    display: block;
}

.lb-block .lb-group.wfile .input_image img {
    max-width: 200px;
}

.lb-block .lb-group.checkboxes label {
    line-height: 22px;
}

.lb-block .lb-group.checkboxes label:last-child {
    margin-left: 20px;
}

@media only screen and (max-width: 479px) {
    .lb-block .lb-group.checkboxes label:last-child {
        margin-left: 0;
        margin-top: 7px;
    }
}

.lb-block .lb-group.checkboxes input {
    position: absolute;
    opacity: 0;
    left: -10000px;
}

.lb-block .lb-group.checkboxes input:checked+.chk:before {
    background-color: #90bed7;
    box-shadow: inset 0 0 0 4px #fff;
}

.lb-block .lb-group .chk {
    display: inline-block;
    position: relative;
    width: auto;
    padding-left: 30px;
    height: 20px;
    cursor: pointer;
    color: #9c9c9c;
}

.lb-block .lb-group .chk:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #ccc;
    display: block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media only screen and (max-width: 479px) {
    .lb-block .lb-group .chk {
        display: block;
        margin-left: 0;
    }
}

.lb-block .info {
    color: #949494;
    font-size: 15px;
    margin-bottom: 15px;
}

.lb-block .info.colored {
    color: #503b6b;
    margin: 20px 0 0;
}

.lb-block .info.colored strong {
    font-size: 18px;
}

.lb-block .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.lb-block .inputfile+label {
    background-color: #90bed7;
    width: 140px;
    height: 30px;
    min-height: 0;
    font-size: 14px;
    padding: 9px 0 0;
    color: #fff;
    border-radius: 6px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.lb-block .inputfile:focus+label,
.lb-block .inputfile+label:hover {
    box-shadow: 0 0 0 #fff;
}

.lb-block .inputfilename {
    font-size: 15px;
    color: rgba(33, 125, 104, 0.5);
    left: 140px;
    top: 40px;
    position: absolute;
}

@media only screen and (max-width: 479px) {
    .lb-block .inputfilename {
        font-size: 14px;
    }
}

@media only screen and (max-width: 419px) {
    .lb-block .inputfilename {
        top: 20px;
        left: 150px;
    }
}

.lb-block .action {
    margin-top: 70px;
}

@media only screen and (max-width: 539px) {
    .lb-block .action {
        margin-top: 55px;
    }
}

@media only screen and (max-width: 479px) {
    .lb-block .action {
        text-align: center;
        margin-top: 45px;
    }
}

.lb-block .btn,
.lb-block .portfolio .tags__link,
.portfolio .lb-block .tags__link {
    border: none;
    padding: 20px 25px 17px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.lb-block .mfp-close {
    color: #fff;
    top: 35px;
    right: 30px;
    font-size: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.lb-block .mfp-close::before,
.lb-block .mfp-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}

.lb-block .mfp-close::before {
    transform: rotate(45deg);
}

.lb-block .mfp-close::after {
    transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
    .lb-block .mfp-close {
        top: 22px;
    }
}

@media only screen and (max-width: 539px) {
    .lb-block .mfp-close {
        top: 14px;
        right: 20px;
    }
}

@media only screen and (max-width: 419px) {
    .lb-block .mfp-close {
        top: 9px;
        right: 10px;
    }
}

.lb-block .lightbox {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
    width: 490px;
    max-width: 100%;
    margin: auto;
}

.lb-block .lightbox.prodBlock {
    width: 1060px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 1100px) {
    .lb-block .lightbox.prodBlock {
        width: 768px;
    }
}

@media only screen and (max-width: 539px) {
    .lb-block .lightbox {
        width: 470px;
    }
}


/* animate in */

.lb-block.mfp-ready .lightbox {
    opacity: 1;
    transform: scale(1);
}


/* animate out */

.lb-block.mfp-removing .lightbox {
    transform: scale(0.8);
    opacity: 0;
}

.lb-block.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.lb-block.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.lb-block.mfp-removing.mfp-bg {
    opacity: 0;
}

.block_1 .phone {
    color: inherit;
}

.gallery-all {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 60px;
}

.header__navbar__city {
    margin-right: auto;
    position: relative;
}

.header__navbar__city-name {
    font-family: 'BloggerSansMedium', sans-serif;
    font-size: 15px;
    color: #454545;
    position: relative;
    cursor: pointer;
    border-bottom: 1px dotted #f6df0c;
    font-display: swap;
}

.header__navbar__city-name:before {
    content: '';
    background: url(../img/pin-city.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 14px;
    height: 15px;
    position: absolute;
    left: -17px;
    top: -1px;
}

.header__navbar__cities-dropdown {
    position: absolute;
    width: 220px;
    top: 29px;
    background: white;
    left: -30px;
    padding: 20px;
    padding-bottom: 10px;
    border-top: none;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
    z-index: 3000;
    display: none;
}

.header__navbar__cities-row {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    align-items: baseline;
}

.header__navbar__cities-name {
    font-family: 'BloggerSansMedium', sans-serif;
    font-size: 15px;
    color: #454545;
    font-display: swap;
}

.header__navbar__cities-yes {
    border-radius: 5px;
    background-color: #f9e956;
    color: #454545;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-family: 'BloggerSansMedium', sans-serif;
    font-display: swap;
    padding: 8px 12px 6px;
    cursor: pointer;
    transition: background-color .3s, box-shadow .3s;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}

.header__navbar__cities-choose {
    cursor: pointer;
    font-size: 15px;
    border-bottom: 1px dotted #f6df0c;
}

.modal-city {
    display: none;
    position: fixed;
    z-index: 900;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-city_active {
    display: flex;
}

.modal-city__container {
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75);
    width: 490px;
}

.modal-city__title {
    background-color: #90bed7;
    border-radius: 0;
    font-size: 36px;
    color: #fff;
    height: 110px;
    padding: 37px 100px 30px 30px;
}

.modal-city__list-item.hide {
    display: none;
}

.modal-city__search-container {
    margin-top: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.modal-city__search {
    padding: 5px;
    border: none;
    height: 50px;
    padding: 10px 15px 5px;
    background-color: #eaeaea;
    border: none;
    box-shadow: none;
    font-size: 29px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.modal-city__search::placeholder {
    color: #454545;
    opacity: .4;
}

.modal-city__search:focus {
    outline: none;
    box-shadow: 0 5px 5px rgba(69, 69, 69, 0.2);
}

.modal-city__list-wrapper {
    height: calc(490px - 160px);
    margin-top: 30px;
    padding-bottom: 40px;
}

.modal-city__list {
    display: flex;
    max-height: 295px;
    flex-wrap: wrap;
    list-style: none;
    overflow-y: scroll;
    align-items: baseline;
}

/* width */
.modal-city__list::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.modal-city__list::-webkit-scrollbar-track {
    background: #eaeaea;
}

/* Handle */
.modal-city__list::-webkit-scrollbar-thumb {
    background: #90bed7;
}

.modal-city__list-item {
    font-family: 'BloggerSans', sans-serif;
    font-size: 18px;
    color: #454545;
    cursor: pointer;
    width: calc(100% / 3);
    font-display: swap;
}

.modal-city__list-item+.modal-city__list-item {
    margin-top: 10px;
}

.modal-city .mfp-close {
    color: #fff;
    top: 35px;
    right: 30px;
    font-size: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal-city .mfp-close::before {
    transform: rotate(45deg);
}

.modal-city .mfp-close::before,
.modal-city .mfp-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}

.modal-city .mfp-close::after {
    transform: rotate(-45deg);
}

.modal-city .mfp-close::before,
.modal-city .mfp-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}

.modal-city__list-link.current_page_item {
    opacity: .4;
}

@media screen and (max-width: 767px) {
    .header__navbar__cities-dropdown {
        top: 0px;
        left: 0px;
    }

    .header__navbar__city {
        margin-right: auto;
        position: absolute;
        top: 77px;
        right: auto;
        background: white;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 10px;
        border-radius: 0 0 5px 5px;
        background-color: #fff;
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
    }

    .modal-city {
        width: 90%;
    }

    .modal-city__title {
        padding: 0px;
        height: 60px;
        font-size: 24px;
        padding-left: 40px;
        display: flex;
        align-items: center;
    }

    .modal-city .mfp-close {
        color: #fff;
        top: 18px;
        right: 30px;
        font-size: 0;
        width: 20px;
        height: 20px;
    }

    .modal-city__search-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .modal-city__list-wrapper {
        overflow: auto;
        height: 180px;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .modal-city__list {
        overflow: hidden;
        margin-bottom: 20px;
        padding-left: 20px;
    }

    .modal-city__list-item {
        width: calc(100% / 2);
    }

    .modal-city__search {
        font-size: 20px;
    }
}

.easy-html-sitemap__list {
    text-align: left;
    font-size: 18px;
}

.easy-html-sitemap__list li {
    margin-bottom: 14px;
}










.price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price.h1.tc {
    padding-top: 90px;
    margin-bottom: 40px;
    color: #FF7C03;
}

.price.h1.tc span {
    color: #010101;
}

.price {
    margin-bottom: 30px;
}

.price p {
    padding: 0px;
    margin: 0px;
}

.price__item {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    margin-bottom: 27px;
    background: #fff;
}

.price__item.kvarz .price__head {
    background: -webkit-gradient(linear, left top, right top, from(#F31B20), to(#633571));
    background: linear-gradient(90deg, #F31B20 0%, #633571 100%);
}

.price__item.dop {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 50px;
}

.price__item.dop .price__head {
    background: -webkit-gradient(linear, left top, right top, from(#FF9D42), to(#F28017));
    background: linear-gradient(90deg, #FF9D42 0%, #F28017 100%);
}

.price__item.dop .price-info__name {
    max-width: 90%;
}

.price__item.opzii {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.price__item.opzii .price__head {
    background: -webkit-gradient(linear, left top, right top, from(#777777), to(#454545));
    background: linear-gradient(90deg, #777777 0%, #454545 100%);
}

.price__item.opzii .price-info__name {
    max-width: 90%;
}

.price__title {
    font-size: 30px;
    line-height: 33px;
}

.price__subtitle {
    font-size: 18px;
    line-height: 20px;
}

.price__head {
    background: -webkit-gradient(linear, left top, right top, from(#257E72), to(#244543));
    background: linear-gradient(90deg, #257E72 0%, #244543 100%);
    border-radius: 10px 10px 0px 0px;
    padding: 25px 0px;
    text-align: center;
    color: #fff;
}

.price-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #D3D3D3;
    max-width: 90%;
    margin: auto;
}

.price-info:last-child {
    border-bottom: 0px;
}

.price-info__name {
    font-weight: 700;
    font-size: 21px;
    max-width: 200px;
    text-transform: uppercase;
    line-height: 28px;
}

.price-info__coin {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

.seo-text h2 {
    font-size: 30px;
    margin: 15px 0px;
}

.seo-text p {
    font-size: 16px;
    margin-bottom: 30px;
}

.seo-text p:last-child {
    margin-bottom: 50px;
}

.form__title {
    font-size: 28px;
    line-height: 31px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.form__subtitle {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.form-price {
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}

.form-price__input::placeholder {
    color: #AFAFAF;
}

.form-price__input {
    margin-right: 50px;
    width: 296px;
    height: 44px;
    background: transparent;
    border: none;
    padding-left: 20px;
    border-bottom: 1px solid #D3D3D3;
    font-size: 21px;
    color: #454545;
    line-height: 23px;
}



@media (max-width: 1000px) {

    .form__title {
        font-size: 20px;
    }

    .form-price__input {
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .form-price {
        margin-bottom: 30px;
    }

    .seo-text h2 {
        font-size: 22px;
        margin: 15px 0px;
    }

    .phone-mobile-wrap .phone-mobile {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .seo-text p {
        font-size: 14px;
        line-height: 18px;
    }

    .price__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .price__head {
        padding: 16px 0px;
    }

    .price__title {
        font-size: 18px;
        line-height: 22px;
    }

    .price__subtitle {
        font-size: 15px;
    }

    .price-info__name {
        font-size: 15px;
        line-height: 23px;
    }

    .price-info__coin {
        font-size: 14px;
        line-height: 18px;
        text-align: right;
    }

    .price-info-coin-wrap {
        width: 30%;
    }

    .price__item.dop .price-info__name {
        max-width: 65%;
    }

    .price__item.opzii .price-info__name {
        max-width: 65%;
    }

    .price.h1.tc {
        padding-top: 150px;
    }
}

/*# sourceMappingURL=style.css.map */


.block_8,
.block_7 {
    margin-top: 0px;
}

.products__triangle svg {
    display: none;
}






.thanks {
    text-align: center;
    padding-top: 80px;
    background: #ffffff;
    padding-bottom: 60px;
}

.thanks iframe {
    max-width: 770px;
    height: 433px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin: 0px 0px 10px 0px;
}

.thanks-image {
    text-align: center;
    padding-bottom: 20px;
}

.thanks__title {
    font-weight: 500;
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.thanks__title span {
    color: #FF7C03;
}

.thanks__subtitle {
    font-size: 30px;
    line-height: 33px;
    color: #DBD4CE;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.thanks-check {
    background: url(/wp-content/themes/app/assets/img/thanks-back.png) no-repeat;
    height: 310px;
    width: 770px;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
}

.thanks-check-info {
    width: 55%;
}

.thanks-check__title {
    font-size: 24px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 20px;
    max-width: 356px;
}

.thanks-check__description {
    font-size: 14px;
    margin-top: 10px;
}

.thanks-check__button {
    display: block;
    width: 146px;
    height: 41px;
    background: #FFFFFF;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
    color: #D52132;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

.thanks-check__button:hover {
    background: #D52132;
    color: #FFFFFF;
}

.thanks-inst {
    width: 770px;
    height: 140px;
    background: url(/wp-content/themes/app/assets/img/thanks-back2.png) no-repeat center;
    background-size: cover;
    margin: auto;
    color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.thanks-inst-info {
    margin-left: 80px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}

.thanks-inst__title {
    font-size: 20px;
    line-height: 22px;
}

.thanks-inst__button {
    width: 146px;
    height: 41px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    color: #FB9333;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    margin-left: 20px;
}

.thanks-inst__button:hover {
    background: #FB9333;
    color: #FFFFFF;
}

@media (max-width: 800px) {
    .thanks iframe {
        height: 300px;
    }

    .thanks {
        padding-top: 120px;
    }

    .thanks__title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    .thanks__subtitle {
        font-size: 18px;
        line-height: 25px;
    }

    .thanks-check__description {
        font-size: 12px;
        margin-top: 10px;
    }

    .thanks-check {
        width: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#F31B20), to(#633571));
        background: linear-gradient(90deg, #F31B20 0%, #633571 100%);
        border-radius: 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 250px;
        border-radius: 30px;
        overflow: hidden;
        background-size: contain;
        position: relative;
        margin-bottom: 20px;
    }

    .thanks-check::before {
        content: '';
        background: url(/wp-content/themes/app/assets/img/icon.svg) no-repeat center;
        width: 150px;
        height: 120px;
        top: 0;
        background-size: contain;
        position: absolute;
    }

    .thanks-check-info {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        z-index: 20;
        position: relative;
    }

    .thanks-check__title {
        font-size: 17px;
        margin-bottom: 20px;
        max-width: 240px;
    }

    .thanks-check__button {
        margin: auto;
    }

    .thanks-inst {
        background: -webkit-gradient(linear, left top, right top, from(#FF9D42), to(#F38118));
        background: linear-gradient(90deg, #FF9D42 0%, #F38118 100%);
        width: 100%;
        border-radius: 30px;
    }

    .thanks-inst-info {
        display: block;
        text-align: center;
        margin: auto;
    }

    .thanks-inst__title {
        text-align: center;
        margin-bottom: 10px;
    }

    .thanks-inst__button {
        margin-left: 0px;
    }
}

@media (max-width: 500px) {

    .thanks iframe {
        height: 200px;
    }

}

/*# sourceMappingURL=thanks.css.map */


form#form-works {
    display: none;
}

#phone-input-num::-webkit-outer-spin-button,
#phone-input-num::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}



.block_1.with-arrow {
    z-index: 9999 !important;
}

.time-work {
    margin-top: 5px;
    font-size: 14px;
    text-transform: uppercase;
}


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


@media (max-width: 600px) {
    .ham6 {
        display: block;
    }

    .phone-mobile-wrap {
        right: 0;
        width: 100%;
        left: 0;
    }

    .price-block {
        width: 90%;
        margin: auto;
    }

    html {
        overflow-x: hidden;
    }

    .slick-dots li button:before {
        color: white !important;
    }

    .slick-dots li.slick-active button:before {
        opacity: 1 !important;
        color: white !important;
    }

    .gallery-all {
        display: none;
    }

    .products__el {
        max-width: 45%;
    }

    .products__el .ttl {
        font-size: 18px;
    }

    .products__el .info {
        padding: 25px 10px 15px;
    }

    .products__el .text {
        font-size: 14px;
    }

    .header__navbar {
        position: relative;
    }

    .gal {
        width: auto;
    }

    .owl-coin-wrap {
        text-align: center;
        margin: 30px 0px;
    }

    .slick-initialized .slick-slide {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .header {
        padding-top: 45px;
    }

    .slick-cat {
        display: block;
    }

    .gallery.row {
        display: block;
    }

    .slick-dots {
        position: relative !important;
        margin: 30px auto !important;
        bottom: 0 !important;
        width: 70% !important;
    }

    .slick-next.slick-arrow {
        bottom: 20px !important;
        top: auto !important;
        right: 0px !important;
        width: 38px !important;
        height: 38px !important;
    }

    .slick-prev.slick-arrow {
        bottom: 20px !important;
        top: auto !important;
        left: 0px !important;
        width: 38px !important;
        height: 38px !important
    }

    .slick-next:before {
        font-size: 38px !important;
    }

    .slick-prev:before {
        font-size: 38px !important;
    }

    .slick-prev:before,
    .slick-next:before {
        opacity: 1 !important;
        color: #f6df0c !important;
    }

    .slick-track {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .block_1 .span1.tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        line-height: 2;
    }

    .block_1 .advantage {
        width: 45%;
        margin: 0px 0 60px 0px;
        padding: 40px 0px 20px 0px;
        height: auto;
    }

    .block_1 .advantages {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin: auto;
        margin-bottom: 30px;
        padding-top: 0px;
    }

    .block_1 .advantage .img {
        left: 0;
        right: 0;
        margin: auto;
        top: -25px;
        width: 50px;
        height: 50px;
    }

    .block_1 .advantage .text {
        font-size: 14px;
        line-height: 1.2;
        text-transform: none;
        max-width: 80%;
        margin: auto;
    }

    .block_1 .advantage .ttl {
        font-size: 16px;
        line-height: 19px;
    }

    .block_1 .product {
        margin-bottom: 0px;
    }

    .phone-mobile-wrap {
        position: absolute;
        bottom: -38px;
        min-width: 190px;
        background: #fff;
        right: 0;
        width: 100%;
        left: 0;
        padding: 10px 10px;
        color: #222;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0 0 5px 5px;
    }

    .phone-mobile-wrap .phone-mobile {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .phone-mobile-wrap .phone-mobile-whatsapp {
        width: 20px;
        height: 20px;
        margin-right: 10px;
        display: block;
    }

    .header__navbar__cities-dropdown {
        z-index: 30;
    }

    .header__navbar__city {
        top: 124px;
        left: 0;
    }

    .span1.tr.animatedParent {
        width: auto;
    }

    .header__navbar__fixed {
        position: fixed;
    }

    .salle {
        display: none;
    }

    .block_1 .product__tag {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 5px;
        height: auto;
    }

    .ham6 .top {
        stroke-dasharray: 40 172;
    }

    .ham6 .middle {
        stroke-dasharray: 40 111;
    }

    .ham6 .bottom {
        stroke-dasharray: 40 172;
    }

    .ham6.active .top {
        stroke-dashoffset: -132px;
    }

    .ham6.active .middle {
        stroke-dashoffset: -71px;
    }

    .ham6.active .bottom {
        stroke-dashoffset: -132px;
    }

    .ham {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        -webkit-transition: -webkit-transform 400ms;
        transition: -webkit-transform 400ms;
        -o-transition: transform 400ms;
        transition: transform 400ms;
        transition: transform 400ms, -webkit-transform 400ms;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .hamRotate.active {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .hamRotate180.active {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .line {
        fill: none;
        -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        stroke: #000;
        stroke-width: 5.5;
        stroke-linecap: round;
    }

    .ham6 {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .header__navbar__menu .link {
        text-align: center;
    }

    .header__navbar {
        padding: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__navbar__logo {
        display: none;
        width: 100%;
        margin: auto;
        height: 40px;
        border-radius: 0;
        margin-bottom: 20px;
    }

    .header__navbar__menu {
        display: none;
    }

    .header__navbar__buttons {
        display: none;
        width: 100%;
        margin: 20px 0px;
    }

    .header__navbar__buttons .link.is-qq, .header__navbar__buttons .link.is-aa {
        border-radius: 0px;
    }

    .header__navbar__spacer {
        height: 50px
    }

    .header__navbar__cities-dropdown {
        top: 0px;
    }

    .header__navbar__city {
        top: 40px;
    }

    .products__backside__links .ttl-s {
        display: none;
    }

    .products__backside__links {
        padding: 0px;
    }

    .products__backside__links .link.is-qq {
        margin-left: 0;
    }

    .products__backside {
        overflow: visible;
    }

    .products__backside__links .link .ttl {
        font-size: 14px;
        line-height: 1;
        padding: 10px 0px;
        margin-bottom: 0;
    }

    .products__el {
        height: 310px;
    }

    .products__backside__links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0px;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .products__backside__links .link {
        width: 100%;
        padding: 0;
        font-size: 16px;
    }
}

@media (max-width: 330px) {
    .header__navbar__menu .link {
        font-size: 14px;
    }

}

/* END NEW GRAST */




.cbk-phone-circle {
    display: none !important;
}


.link.page-price {
    font-weight: 600;
    color: #3b8f93;
}

.whatsapp-mobile {
    bottom: 2rem;
    left: 2rem;
    position: fixed;
    z-index: 99999 !important;
    color: #fff;
    background-color: #25d366;
    z-index: 1;
    padding: 10px;
    font-size: 1.1rem;
    display: block;
    opacity: 1;
    border-radius: 1rem;
}

.sappbut {
    color: white;
    text-decoration: none;
    display: flex;
    font-size: 14px;
    align-items: center;
}

.sappbut img {
    margin-right: 10px;
}


@media screen and (max-width: 768px) {
    .whatsapp-mobile {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 99999 !important;
        color: #fff;
        background-color: #25d366;
        z-index: 1;
        padding: 10px;
        font-size: 1.1rem;
        display: block;
        opacity: 1;
        border-radius: 0rem;
    }
}